.service-page {
	padding-top: 0!important;
}

.pink {
  background: #F9D2E5
}
.pink:hover {
  -webkit-box-shadow: 0 3px 4px #f5b7d5;
  box-shadow: 0 3px 4px #f5b7d5
}
.yellow {
  background: #FFECB7
}
.yellow:hover {
  -webkit-box-shadow: 0 3px 4px #ffe498;
  box-shadow: 0 3px 4px #ffe498
}
.green {
  background: #CAE7E6;
}
.grey-bg {
  background: #F2F2F2;
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2)) !important
}
.grey-bg > * {
  max-width: 1491px;
  margin: auto
}
.margin-lg {
  margin: 80px 0
}
.static-page {
  max-width: 1491px;
  margin: auto;
  padding: 0px
}
.img-max{
  max-width: 100%;
}
.lp-container h2 {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif
}
.lp-container h5 {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif
}
.lp-container img {
  max-width: 100%;
  max-height: 30em;
}
.lp-container blockquote {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 38px;
  color: #4C12A1;
  line-height: 46px
}
@media (max-width: 800px) {
  .lp-container blockquote {
    font-size: 30px;
    line-height: 32px
  }
	.lp-container h2 {
 margin-top: 1em;
}

}
.lp-container cite {
  font-family: "Currys Sans Light", Helvetica, Arial, Sans-Serif;
  font-size: 24px;
  color: #4C12A1;
  line-height: 30px
}
.lp-container a:hover {
  text-decoration: none
}
.section-title {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  color: #213038;
  text-align: center;
  line-height: 24px;
  margin-bottom: 24px
}
.cta {
  color: #4C12A1;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  margin-top: auto;
}
.header {
  padding: 40px;
  min-height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px -125px 0px #fff inset;
  box-shadow: 0px -125px 0px #fff inset;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2)) !important;
  max-height: 50em;
}
.header > * {
  max-width: 1491px;
  margin: auto
}
.header p {
  font-family: "Currys Sans Light", Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 24px;
  color: #4C12A1;
  line-height: 30px;
  max-width: 50%
}
.header h1 {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 55px;
  line-height: 66px;
  color: #4C12A1
}

.header a {
	display: block;
	margin: 0 auto;
}


@media (max-width: 600px) {
  .header h1 {
    font-size: 32px;
    line-height: 36px
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.videoWrapper { 
	position: relative; 
	padding-bottom: 56.25%; /* 16:9 */ 
	height: 0; 
	overflow: hidden;
}

.videoWrapperHub {
	padding-bottom: 56.25%; /* 16:9 */ 
	height: 0; 
	overflow: hidden;
}

	
iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	overflow:hidden;
}
	
@media (max-width: 600px) {
	
	.videoWrapper { 
	width: 100%;
	}
	
	iframe {
		width: 100%;
	}
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
	padding: 0 10% 0 10%;
}

.mySlides {
  display: none;
}

.mySlides h5 {
	padding-top: 2em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  transition: 0.6s ease;
  user-select: none;
	opacity: 50%
}


.prev {
	left: 0;
}

.next {
	right: 0;
}

.prev:hover, .next:hover {
	opacity: 100%;
}

.video-arrows {
	display: flex;
	justify-content: space-between;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #4C12A1;
	opacity: 50%;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dots-active, .dot:hover {
  background-color: #4C12A1;
	opacity: 100%;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.blog-cards {
	align-items: stretch;
}
.lp-navigation ul {
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
	  background-color: #CAE7E6;
}
.lp-navigation li a {
  font-size: 18px;
  color: #4C12A1;
  line-height: 22px
}
.lp-navigation .active {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  position: relative
}
.lp-navigation .active:after {
  content: "";
  bottom: -4px;
  left: 0px;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #4C12A1
}
  .quote img {
	width: 28em;
}

@media (max-width: 800px) {
	
	.lp-navigation ul {
justify-content: flex-start;	}
	
.lp-navigation li a {
  font-size: 14px;
  line-height: 22px
	}
	
  .quote img {
		float: right;
	  width: 20em;
  }
}
.lp-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-title-vertical-center {
	align-self:center;
}

.lp-cards {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
min-height:100%; 
}
@media (max-width: 800px) {
  .lp-cards {
    padding: 0 16px
  }
}
.large-title {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 40px;
  line-height: 48px;
  color: #4C12A1
}
@media (max-width: 800px) {
  .stack-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (max-width: 600px) {
  .scroll-mobile {
    overflow-x: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
		width: 100%;
  }
}
.space-medium {
  gap: 32px;
  scroll-snap-align: start
}

@media (max-width: 600px) {
.space-medium {
	gap: 15px;
	}
}
.info-card-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.info-card {
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  padding: 32px;
  text-align: center;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: -webkit-box-shadow 2s ease-out;
  transition: -webkit-box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out, -webkit-box-shadow 2s ease-out;
  min-height: 20em;
  display:flex;
  flex-direction:column;
}

@media (max-width: 600px) {
.info-card {
	flex: 1 1 100%;
	}
}

.lp-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  background: #F2F2F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 32em;	
}
.lp-card h3 {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  color: #213038;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px
}
@media (max-width: 600px) {
  .lp-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 80%;
	min-height: 30em;
  }
}

.fw-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  text-align: center;
  background: #F2F2F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	   display: flex;
    flex-wrap:wrap;
	align-items: center;
	padding-left: 0;
	
}

@media (max-width: 600px) {

	.fw-card h5 {
		padding-top: 2em;
	}

}


.techtalk-img-block {
	padding-left: 0!important;
}

.techtalk-img {
	border-radius: 10px 0 0 10px;
}

@media (max-width: 600px) {
	.fw-card {
	padding: 0;	
}
	
.techtalk-img-block {
	padding: 0;
}
.techtalk-img {
	border-radius: 10px 10px 0 0;
	}
}


@media (max-width: 600px) {
  .hide-mobile {
    display: none
  }
  .title {
    -ms-flex-item-align: stretch;
    align-self: stretch
  }
}
.blog .lp-card {
  padding: 0px
}
.blog .lp-card h3, .blog .lp-card p {
  padding: 0 32px
}
.blog .lp-card .blog-img {
  width: 100%
}
.tabs {
  margin: 0 auto
}
.tabs-navigation {
  list-style: none;
  padding: 0px;
  overflow: auto;
margin-top:5em;

	  
}
.tabs-navigation li {
  display: block;
  opacity: .4;
  position: relative
}
.tabs-navigation li h3 {
  font-family: "Currys Sans Headline", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color: #4C12A1;
  line-height: 22px;
}

@media (max-width: 600px) {
	
	
.tabs-navigation li h3 {
	margin: 0 auto;
    display: flex;
    align-items: center;
	}
}	

.tabs-navigation .active {
  opacity: 1
}
.tabs-navigation .active:after {
  content: "";
  bottom: -15px;
  left: 0px;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #4C12A1
}
.accordion-card {
	border: 1px solid #cdd8df!important;
	border-radius: 7px!important;
	background-color: transparent;
}
@media (max-width: 600px) {

.accordion-custom 
	{margin-bottom: 1em;}

.amp-accordion .mb-3, .my-3 {
margin: 0!important;}
}

.card-header {
	border-bottom: 0;
		background-color: transparent;
}

.bottomslideup {
  cursor: pointer;
  display: none;
}
.accordion-custom .active .accordion-arrow-icon1 {
  transform: rotate(180deg);
}
@media (max-width: 600px) {

.accordion-custom .accordion-arrow-icon1 {
  transform: rotate(0deg);
		margin-right: 1em;
}
}
.quote-button {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	border: 1px solid;
	background-color: transparent;
		color: #4C12A1;
	margin: 1em 0.5em 0 0;
}

.quote-selected {
	border: none;
	background-color: #4C12A1;
		color: white;
}

.display-border {
	border: 1px solid #cdd8df;
min-width: 200px;
	padding: 0 2em 0 2em;
}

.quote-container {
	display: flex; flex-flow: column;
}

@media (max-width: 800px) {
.quote-container {
	padding-bottom: 5em
}
}

.faq-row {
	column-gap: 1em;
}


.quote-text {
	padding-top: 10em;
}

@media (max-width: 600px) {
	.icons .lp-card {
		padding-top: 2em;
	}
	
	.icons .lp-card {
	padding-top: 2em;
}
}

.icons-img {
	margin-top: -5em;
	
}

.lp-card-icons {
	min-height: 20em;
background-color: white;
}

@media (max-width: 600px) {
	
	.lp-card-icons {
	margin-top: 2em;
}

}

.quote-expert-cta {
	display:block;
	padding:0!important;
	height: auto;
	margin-top: 2em	
}

@media (max-width: 1470px) {
.quote-text {
	padding-top: 0;
}

}

@media (max-width: 800px) {
	.header {
		padding: 40px 0 0 0;
	}
	.header img {
	width: 100%;
}
	.quote-colleague {
		order: 2;
		align-content: flex-end;
	}

	.quote-text {
order: 1;
		}
}


@media (min-width: 601px) {
	.hide-desktop {display: none;}

}

.head-sec {
  display: flex;
}
.left-sec {
  padding: 85px 0 0 0px;
  min-height: 610px;
}
.right-sec{
  min-height: 610px;
}
.right-sec img {
	max-height: 95em
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head {
  max-width: 100%;
}
.head-sec button {
  background: #FFFFFF;
  border: 2px solid #4c12a1;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 500;
  color: #4C12A1;
  text-align: center;
  line-height: 15px;
  padding: 10px 30px;
  text-decoration: none;
}
.cooking-sec{
    padding-top: 50px;
    padding-right: 235px;
}
.laundry-sec{
        flex-basis: 60%;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1350px){
  .left-sec {
    padding: 5px 0 0 15px !important;
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 44px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head{
  font-size: 23px;
  line-height: normal;
}
}
@media screen and (min-device-width: 1100px) and (max-device-width: 1199px){
  .left-sec {
    padding: 5px 0 0 15px;
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head{
  font-size: 22px;
  line-height: normal;
}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1099px){
  .left-sec {
    padding: 5px 0 0 15px;
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head{
  font-size: 22px;
  line-height: normal;
}
}
@media screen and (min-device-width: 991px) and (max-device-width: 1023px){
  .left-sec {
    padding: 5px 0 0 15px;
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head{
  font-size: 20px;
  line-height: normal;
}
}
@media (max-width: 990px){
  .head-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
}
h2.headline-Default {
  font-family: "Currys Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #4C12A1;
  line-height: initial;
}
p.sub-head{
  font-size: 18px;
  line-height: normal;
}
.left-sec {
  padding: 5px 0 0 10px;
  width: 80%;
  min-height: auto;
}
.right-sec {
  min-height: auto;
}
.cooking-sec{
    padding-top: 0px;
    padding-right: 0px;
}
.laundry-sec{
        flex-basis: none;
}
}