body {
  background-color: #ffffff;
}

/* breadcrumb styles */
.breadcrumb {
  border-bottom: 0px;
  /*border-bottom: 1px solid #d3d3d3;*/
  margin: 0;
  padding: 10px 0px;
}
.breadcrumb h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0px 4px;
  color: #213038;
}
.breadcrumb h4 > a {
  text-decoration: none;
  color: #4C12A1;
}		
.breadcrumb h4 > a:after {
  font-family: 'fontAwesome';
  content: "\f105";
  padding: 0px 8px;
}

/* RTBs + Register */
.registerwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 64px auto;
}
.registerwrapper .b2bregister {
  text-align: center;
  max-width: 560px;
  width: 50%;
}
.registerwrapper .benefits {
  width: 50%;
}
#services_wrapper .registerwrapper .b2bregister h1 {
  color: #4C12A1 !important;
  font-size: 32px !important;
  line-height: 34px !important;
  margin: 16px auto;
  margin-bottom: 4px;
}
.registerwrapper .b2bregister p {
  font-size: 18px;
  margin: 0;
  color: #4C12A1;
  font-size: 18px;
  line-height: 20px;
  margin: 8px auto 16px auto;
  font-weight: normal;
}


/* fixed styles */
#services_wrapper .b2b-cta {
  background-color: #ffffff;
  color: #4C12A1 !important;
  border: 2px solid #4C12A1 !important;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  width: auto;
  max-width: max-content;
  user-select: none;
}
#services_wrapper .b2b-cta:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#services_wrapper .b2b-cta-purple {
  background-color: #4C12A1;
  color: #ffffff !important;
  border: 2px solid #4C12A1 !important;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  width: auto;
  max-width: max-content;
  user-select: none;
}
#services_wrapper .b2b-cta-purple:hover {
  background-color: #f2f2f2;
  cursor: pointer;
  color: #4C12A1 !important;
}

/* general styles */
#services_wrapper .heading-banner-wrapper img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#services_wrapper .heading-banner-wrapper .desktop {
  display: block;
}
#services_wrapper .heading-banner-wrapper .mobile {
  display: none;
}

/* flipcard styles */
#services_wrapper .services-flip-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto;
  gap: 32px;
  padding: 0 8px;
  /*max-width: 1000px;*/
}
#services_wrapper .services-flip-card {
	background-color: transparent;
	/*min-width: 300px;
	max-width: 300px;*/
  flex: 1 1 30%;
 	height: 320px;
	perspective: 1000px;
  margin: 0px;
}
#services_wrapper .services-flip-card .flip-card-back,
#services_wrapper .services-flip-card .flip-card-front {
  background-color: #F2F3F4 !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
#services_wrapper .services-flip-card .one .flip-card-back,
#services_wrapper .services-flip-card .one .flip-card-front {
  background: url(./images/lw-circles-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#services_wrapper .services-flip-card .two .flip-card-back,
#services_wrapper .services-flip-card .two .flip-card-front {
  background: url(./images/lw-circles-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#services_wrapper .services-flip-card .three .flip-card-back,
#services_wrapper .services-flip-card .three .flip-card-front {
  background: url(./images/lw-circles-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#services_wrapper .services-flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
  padding: 8px;
}

#services_wrapper .services-flip-card .services-flip-card-inner.flipped {
	transform: rotateY(180deg) !important;
}
#services_wrapper .flip-card-front, .flip-card-back {
	position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services_wrapper .flip-card-front {
  color: #4C12A1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#services_wrapper .flip-card-back p {
  max-width: 90%;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0px;
}
#services_wrapper .flip-card-back h1 {
  margin-bottom: 0px;
}
#services_wrapper .flip-card-back {
	color: #4C12A1;
	transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
}
#services_wrapper .flip-card-back ul {
  text-align: left;
  width: 90%;
}
#services_wrapper .flip-card-back ul li a {
  color: #E5006D;
}
#services_wrapper .services-icon {
  display: block;
  width: 64px;
  margin: 0 auto ;
  border-radius: 16px;
  user-select: none;
}
#services_wrapper .flip-card-front h1,
#services_wrapper .flip-card-back h1 {
	color: #4C12A1 !important;
    font-weight: bold;
}
#services_wrapper .flip-card-front p {
  font-size: 18px;
}
#services_wrapper .cta-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
/*#services_wrapper .service-front-content {
  display: flex;
}*/


@media only screen and (max-width:1500px) {
  #content {padding: 0 8px;}
}

@media only screen and (max-width:1025px) {
  #services_wrapper {
    padding: 0 8px;
  }
  #services_wrapper .services-flip-card {
    flex: 1 1 40%;
  }
}

@media only screen and (max-width:799px) {
  #services_wrapper .services-flip-card-wrapper {
    padding: 0px !important;
  }
  #services_wrapper .services-flip-card {
    flex: 1 1 100%;
  }
  .registerwrapper { 
    gap: 40px;
    margin: 40px auto;
  }
  .registerwrapper .b2bregister,
  .registerwrapper .benefits {
    width: 100%;
  }
  #srv {
    gap: 16px 0px;
}
}
@media only screen and (max-width:599px) {
  #services_wrapper .heading-banner-wrapper .mobile {
    display: block;
    width: 100%;
  }
  #services_wrapper .heading-banner-wrapper .desktop {
    display: none;
  }
}