@font-face {
  font-family: "Born Ready Slanted";
  src: url("fonts/BornReadySlanted-Regular.eot");
  src: url("fonts/BornReadySlanted-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BornReadySlanted-Regular.woff2") format("woff2"), url("fonts/BornReadySlanted-Regular.woff") format("woff"), url("fonts/BornReadySlanted-Regular.ttf") format("truetype"), url("fonts/BornReadySlanted-Regular.svg#BornReadySlanted-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background: white;
  /*header {
  	width:100%;
  	img {
  		position:fixed;
  		z-index:2;
  		width:100%;
  	}
  }*/
}
body #site-footer {
  display: none;
}
body .page-container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
}
body section {
  padding: 0;
}
body h4, body h3 {
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 0em;
}
body .demo {
  height: 100vh;
  width: 100%;
}
body #titlechart {
  margin: 0;
  height: 100vh;
}
body.unicentric .banner, body.multicentric .banner, body.livingwith .banner, body.support .banner {
  position: relative;
  background-image: none;
  z-index: 1;
  height: auto;
}
body.unicentric .banner.livingwith .container h1, body.multicentric .banner.livingwith .container h1, body.livingwith .banner.livingwith .container h1, body.support .banner.livingwith .container h1 {
  transform: translateX(-5%);
}
body.unicentric .banner.livingwith .container h2, body.multicentric .banner.livingwith .container h2, body.livingwith .banner.livingwith .container h2, body.support .banner.livingwith .container h2 {
  text-align: left;
  transform: translateX(47.5%) translateY(-50%);
}
body.unicentric .banner img, body.multicentric .banner img, body.livingwith .banner img, body.support .banner img {
  position: relative;
  width: 100%;
}
body.unicentric .banner .container, body.multicentric .banner .container, body.livingwith .banner .container, body.support .banner .container {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body.unicentric .banner .container h1, body.multicentric .banner .container h1, body.livingwith .banner .container h1, body.support .banner .container h1 {
  text-align: center;
  color: white;
}
body.unicentric .banner .container h2, body.multicentric .banner .container h2, body.livingwith .banner .container h2, body.support .banner .container h2 {
  text-align: center;
  margin-top: 0;
  transform: translateX(2.5%) translateY(-50%);
}
@media screen and (max-width: 500px) {
  body.livingwith .banner {
    margin-top: 122px;
  }
}
@media screen and (max-width: 440px) {
  body.livingwith .banner .container h1 {
    font-size: 50px;
    transform: translateX(-5%) translateY(12%) !important;
  }
}
body.livingwith .banner .container h2 {
  transform: translateX(47.5%) translateY(-30%) !important;
}
@media screen and (max-width: 440px) {
  body.livingwith .banner .container h2 {
    font-size: 16px;
    transform: translateX(22.5%) translateY(20%) !important;
  }
}
@media screen and (max-width: 1297px) {
  body.home .banner {
    margin-top: 0px;
  }
}
body .banner {
  width: 100%;
  background: transparent url(../img/top-banner-2.jpg) no-repeat center top;
  background-size: 100%;
  height: calc(140vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 940px) {
  body .banner {
    background-size: cover;
  }
}
@media screen and (min-width: 1920px) {
  body .banner {
    max-height: 950px;
  }
}
@media screen and (max-width: 1297px) {
  body .banner {
    padding-top: 0;
    margin-top: 102px;
  }
}
@media screen and (max-width: 820px) {
  body .banner {
    height: calc(90vh - 120px);
  }
}
@media screen and (max-width: 500px) {
  body .banner {
    background-size: 180% !important;
  }
}
body .banner h2 {
  font-weight: 300;
  font-size: 2vw;
  color: white;
}
@media screen and (max-width: 500px) {
  body .banner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  body .banner h2 {
    transform: translateX(2.5%) translateY(0%) !important;
  }
}
body .banner h1 {
  font-family: "Born Ready Slanted";
  font-size: 9vw;
  font-weight: normal;
  color: #ddb8ff;
  line-height: 11vw;
  margin: 0;
}
@media screen and (max-width: 500px) {
  body .banner h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
body .banner .intro {
  font-size: 1.6vw;
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  body .banner .intro {
    font-size: 16px;
  }
}
body .banner .scrollInstruct {
  border: 2px solid #ddb8ff;
  align-self: center;
  display: flex;
  border-radius: 30px;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  margin-top: 100px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  body .banner .scrollInstruct {
    margin-top: 50px;
  }
}
body .banner .scrollInstruct:after {
  content: "";
  width: 18px;
  height: 25px;
  display: block;
  background: transparent url(../img/scrollDownWhite.svg) no-repeat center;
  background-size: 100%;
  margin-left: 30px;
}
body .banner .scrollInstruct a {
  text-decoration: none;
  color: white;
}
body .scrollContent {
  /*    	margin-top:102px;*/
  top: 102px;
  position: fixed;
  /*overflow-y:auto;
  overflow-x:hidden;*/
  display: flex;
  justify-items: flex-start;
  flex-direction: column;
  width: 100%;
  background: white;
}
@media screen and (max-width: 501px) {
  body .scrollContent {
    top: 135px;
  }
}
body .contactForm {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background: rgba(69, 68, 79, 0.9);
  overflow-y: auto;
  /*        display:none;*/
  transition: all 0.3s ease;
  top: 0;
  transform: translateY(-110%);
}
body .contactForm.active {
  /*            display:block;*/
  transform: translateY(0%);
  transition: all 0.3s ease;
}
body .contactForm .close {
  color: #072b52;
  position: absolute;
  right: 15px;
  top: 15px;
  font-sise: 1.4rem;
  text-decoration: none;
  font-weight: 300;
}
body .contactForm .contactFormInner {
  max-width: 750px;
  background: white;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 501px) {
  body .contactForm .contactFormInner {
    padding: 3rem 0;
  }
}
body .contactForm .contactFormInner .formThankyou {
  padding: 6vw;
  display: none;
}
body .contactForm .contactFormInner .formThankyou.active {
  display: block;
}
body .contactForm .contactFormInner .formThankyou .links {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
body .contactForm .contactFormInner .formThankyou .links a {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 1.75rem 2.5rem;
  background: #4f59fa;
}
body .contactForm .contactFormInner .formThankyou .links a:first-of-type {
  margin-right: 1rem;
}
body .contactForm .contactFormInner .formThankyou .links a:after {
  content: "";
  width: 24px;
  height: 20px;
  background: transparent url("../img/rightArrow.png") no-repeat center;
  background-size: 99%;
  display: inline-block;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1255px) {
  body .contactForm .contactFormInner .formThankyou .links a:after {
    width: 20px;
  }
}
body .contactForm .contactFormInner h3 {
  font-weight: 300;
  color: #072b52;
  font-size: 2.2rem;
  transform: translateX(0%) translateY(150%);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  body .contactForm .contactFormInner h3 {
    transform: translateX(2%) translateY(150%);
  }
}
@media screen and (max-width: 501px) {
  body .contactForm .contactFormInner h3 {
    transform: translateX(0%) translateY(10%);
  }
}
body .contactForm .contactFormInner h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8rem;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  body .contactForm .contactFormInner h2 {
    line-height: 16.5vw;
  }
}
@media screen and (max-width: 500px) {
  body .contactForm .contactFormInner h2 {
    font-size: 4rem;
    line-height: 7rem;
  }
}
body .contactForm .contactFormInner p {
  width: 65%;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
body .contactForm .contactFormInner p.detailsSubmit {
  width: 80%;
  text-align: left;
  padding-left: 1.75rem;
}
body .contactForm .contactFormInner .fieldset p {
  width: 80%;
}
body .contactForm .contactFormInner .fieldset p input {
  color: #45444f;
  border-radius: 3rem;
  background: #f2f2f2;
  border: 0;
}
body .contactForm .contactFormInner .fieldset p input::placeholder {
  color: #45444f;
}
body .contactForm .contactFormInner .fieldset.checkbox {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 501px) {
  body .contactForm .contactFormInner .fieldset.checkbox {
    flex-direction: column;
  }
}
body .contactForm .contactFormInner .fieldset.checkbox .checkField {
  display: flex;
  justify-content: flex-start;
}
body .contactForm .contactFormInner .fieldset.checkbox .checkField p {
  text-align: left;
  font-size: 1.2rem;
}
body .contactForm .contactFormInner .fieldset.checkbox .checkField p:first-of-type {
  width: 30px;
}
body .contactForm .contactFormInner .fieldset.checkbox .checkField p .wpcf7-acceptance input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
body .contactForm .contactFormInner .fieldset.checkbox .checkField p .wpcf7-acceptance input:before {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-top: 0;
}
body .contactForm .contactFormInner .fieldset.checkbox .wpcf7-submit {
  border: 1px solid #ddb8ff;
  background-color: transparent;
  width: 90%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: transparent url("../img/right-arrow.svg") no-repeat 92% center;
  background-size: 20px 18px;
  padding: 0.7em 1.44em;
  float: right;
  transition: all 0.3s ease;
}
body .contactForm .contactFormInner .fieldset.checkbox .wpcf7-submit:hover {
  background: transparent url("../img/right-arrow.svg") no-repeat 97% center;
  background-size: 20px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ANIMATION SECTIONS */
.section1 {
  width: 100%;
  top: 50px;
  opacity: 0;
  position: absolute;
  transform-origin: 50% 50%;
}
.section1 .understandingOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.section1 .understandingOverlay img {
  position: absolute;
}
.section1 .understandingOverlay .purpleOverlay {
  width: 13%;
  left: 63%;
  top: 6%;
}
@media screen and (max-width: 820px) {
  .section1 .understandingOverlay .purpleOverlay {
    width: 20%;
    left: 71%;
    top: -16%;
  }
}
@media screen and (max-width: 501px) {
  .section1 .understandingOverlay .purpleOverlay {
    width: 25%;
    left: 80%;
    top: -96%;
  }
}
.section1 .understandingOverlay .greenOverlay {
  width: 6%;
  left: 77%;
  top: 15%;
}
@media screen and (max-width: 820px) {
  .section1 .understandingOverlay .greenOverlay {
    width: 10%;
    left: 93%;
    top: 2%;
  }
}
@media screen and (max-width: 501px) {
  .section1 .understandingOverlay .greenOverlay {
    width: 12%;
    left: 108%;
    top: -82%;
  }
}
.section1 .understandingOverlay .lightBlueOverlay {
  width: 10%;
  left: 26%;
  top: 71.5%;
}
@media screen and (max-width: 820px) {
  .section1 .understandingOverlay .lightBlueOverlay {
    width: 16%;
    left: 10%;
    top: 81.5%;
  }
}
@media screen and (max-width: 501px) {
  .section1 .understandingOverlay .lightBlueOverlay {
    width: 20%;
    left: -4%;
    top: 30.5%;
  }
}
.section1 .understandingOverlay .pinkOverlay {
  width: 5%;
  left: 23%;
  top: 81.5%;
}
@media screen and (max-width: 820px) {
  .section1 .understandingOverlay .pinkOverlay {
    width: 8%;
    left: 5%;
    top: 96.5%;
  }
}
@media screen and (max-width: 501px) {
  .section1 .understandingOverlay .pinkOverlay {
    width: 8%;
    left: -10%;
    top: 46.5%;
  }
}
.section1.desktop {
  top: 0px;
}
@media screen and (max-width: 820px) {
  .section1.desktop {
    display: none;
  }
}
.section1.tablet {
  display: none;
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  .section1.tablet {
    display: block;
  }
}
.section1.mobile {
  height: calc(100vh - 135px);
}
.section1.mobile img {
  margin-top: 40%;
}
.section1.mobile .animationSection1 {
  transform: translateY(-110%) translateX(-50%);
}
@media screen and (max-width: 501px) {
  .section1.mobile .animationSection1 {
    transform: translateY(-50%) translateX(-50%);
    top: 70vw;
  }
}
@media not all and (max-height: 899px) and (min-resolution: 0.1dpi) {
  .section1.mobile .animationSection1 {
    transform: translateY(-50%) translateX(-50%);
    top: 70vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  .section1.mobile {
    display: block;
    margin-top: -50px;
  }
}
@media screen and (min-width: 501px) {
  .section1.mobile {
    display: none;
  }
}
.section1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.section1 .animationSection1 {
  width: 62.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.section1 .animationSection1 .titleBlock {
  display: flex;
  flex-direction: column;
  padding-top: 10vw;
}
.section1 .animationSection1 .titleBlock .subhead {
  font-weight: 300;
  font-size: 2.1vw;
  color: #072b52;
  align-self: center;
  margin-left: -13vw;
}
.section1 .animationSection1 .titleBlock .subhead.bottom {
  margin-left: 10.5vw;
}
.section1 .animationSection1 .titleBlock .header {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8vw;
  align-self: flex-end;
  margin-right: 6vw;
  line-height: 7.5vw;
}
.section1 .animationSection1 .scrollInstruct {
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 300;
  color: #072b52;
  padding-top: 5vw;
}
.section1 .animationSection1 .scrollInstruct:after {
  content: "";
  width: 18px;
  height: 25px;
  background: transparent url("../img/scrollDown.svg") no-repeat center;
  background-size: 100%;
  margin-left: 3vw;
}

.section2 {
  width: 100%;
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 820px) {
  .section2.desktop {
    display: none;
  }
}
.section2.tablet {
  display: none;
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  .section2.tablet {
    display: block;
  }
}
.section2.mobile .container {
  flex-direction: column;
  justify-content: flex-start;
}
.section2.mobile .container .content {
  width: 100%;
}
.section2.mobile .container .lymph-nodes {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .section2.mobile .container .lymph-nodes {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 440px) {
  .section2.mobile .container .lymph-nodes {
    width: 80%;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  .section2.mobile {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .section2.mobile {
    display: none;
  }
}
.section2 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 820px) {
  .section2 .container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.section2 .container .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .section2 .container .content {
    order: 2;
    height: 100%;
    width: 100%;
  }
}
.section2 .container .content .scene1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene1 {
    justify-content: flex-end;
    padding-top: 10vw;
    top: unset;
    bottom: 4vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene1 {
    justify-content: flex-end;
    padding-top: 10vw;
    top: unset;
    bottom: 12vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene1 {
    margin-bottom: 12vw;
  }
}
.section2 .container .content .scene2 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene2 {
    justify-content: flex-start;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .content .scene2 {
    margin-bottom: 15vw;
  }
}
.section2 .container .content .scene2 h4 {
  width: 40%;
  margin-bottom: 0.7vw;
  margin-top: 0.7vw;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene2 h4 {
    width: 50%;
  }
}
.section2 .container .content .scene2 p {
  margin-top: 0;
}
@media screen and (max-width: 440px) {
  .section2 .container .content .scene2 .downarrow {
    margin-bottom: 10vw;
    top: 0;
  }
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene2 {
    justify-content: flex-end;
    padding-top: 10vw;
    top: unset;
    bottom: 10vw;
    left: 10vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene2 {
    bottom: 16vw;
    left: 8vw;
  }
}
.section2 .container .content .scene3 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene3 {
    justify-content: flex-start;
    padding-top: 0vw;
    left: -36%;
    top: -98%;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene3 {
    top: -110%;
  }
}
.section2 .container .content .scene3 h4 {
  width: 40%;
  margin-bottom: 0.7vw;
  margin-top: 0.7vw;
}
.section2 .container .content .scene3 p {
  margin-top: 0;
  width: 40%;
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene3 p {
    width: 60%;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .content .scene3 .downarrow {
    position: relative;
    top: 0px;
  }
}
.section2 .container .content .scene4 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene4 {
    justify-content: flex-start;
    padding-top: 0vw;
    top: -98%;
    left: 15%;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene4 {
    top: -110%;
    width: 80%;
  }
}
.section2 .container .content .scene4 h4 {
  width: 60%;
  margin-bottom: 0.7vw;
  margin-top: 0.7vw;
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene4 h4 {
    width: 80%;
  }
}
.section2 .container .content .scene4 h3 {
  font-size: 5.25vw;
  margin-top: 0.6vw;
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene4 h3 {
    font-size: 8.25vw;
    line-height: 9vw;
  }
}
.section2 .container .content .scene4 p {
  margin-top: 2vw;
  width: 57.25%;
}
.section2 .container .content .scene5 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .section2 .container .content .scene5 {
    justify-content: flex-end;
    padding-top: 10vw;
    top: unset;
    bottom: 15vw;
    left: 13vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene5 {
    justify-content: flex-end;
    padding-top: 10vw;
    top: unset;
    bottom: 35vw;
    left: 6vw;
  }
}
.section2 .container .content .scene5 h4 {
  width: 60%;
  margin-bottom: 0.2vw;
  margin-top: 0.7vw;
}
.section2 .container .content .scene5 h4.second {
  width: 40%;
  margin-top: 1.5vw;
}
.section2 .container .content .scene5 h3 {
  font-size: 5.25vw;
  margin-top: 0.6vw;
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene5 h3 {
    font-size: 8.25vw;
    line-height: 9vw;
  }
}
.section2 .container .content .scene5 p {
  margin-top: 2vw;
  width: 57.25%;
}
@media screen and (max-width: 501px) {
  .section2 .container .content .scene5 .downarrow {
    position: relative;
    top: 0px;
  }
}
.section2 .container .content h3 {
  color: #145585;
  font-family: "Born Ready Slanted";
  font-weight: normal;
  font-size: 4.5vw;
  line-height: 2.5vw;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .section2 .container .content h3 {
    font-size: 6.5vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content h3 {
    font-size: 8.5vw;
    line-height: 4.75vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .content h3 {
    font-size: 6.5vw;
    line-height: 6.75vw;
  }
}
.section2 .container .content h4 {
  font-weight: 300;
  font-size: 1.8vw;
  color: #072b52;
  width: 30vw;
}
@media screen and (max-width: 820px) {
  .section2 .container .content h4 {
    width: 50vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content h4 {
    width: 60vw;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .content h4 {
    font-size: 3vw;
    width: 70vw;
    font-weight: 600;
  }
}
.section2 .container .content p {
  font-weight: 300;
  font-size: 1.35vw;
  color: #45444f;
  width: 30vw;
}
@media screen and (max-width: 820px) {
  .section2 .container .content p {
    width: 70vw;
    font-size: 2.35vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .content p {
    font-size: 3.35vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .content p {
    font-size: 2.8vw;
  }
}
.section2 .container .content .downarrow {
  height: 25px;
}
@media screen and (max-width: 440px) {
  .section2 .container .content .downarrow {
    position: relative;
    top: -15px;
  }
}
.section2 .container .lymph-nodes {
  width: 38%;
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
}
.section2 .container .lymph-nodes img {
  position: absolute;
}
.section2 .container .lymph-nodes .nodes {
  width: 100%;
  top: -10px;
  left: 0vw;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .nodes {
    top: -95px;
    left: 10%;
  }
}
.section2 .container .lymph-nodes .cross-section {
  /*    			display:none;*/
  top: 20vw;
  left: 10vw;
  width: 72%;
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .cross-section {
    margin-top: -11vw;
  }
}
.section2 .container .lymph-nodes .spots {
  top: 15.5vw;
  width: 54%;
  left: 11.5vw;
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .spots {
    margin-top: -15vw;
    margin-left: -3vw;
  }
}
.section2 .container .lymph-nodes .cells {
  top: 7.5vw;
  width: 62%;
  left: 5.5vw;
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .cells {
    margin-top: -11vw;
  }
}
.section2 .container .lymph-nodes .node {
  top: 20vw;
  left: 10vw;
  width: 72%;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .node {
    top: 33vw;
    left: 28vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .node {
    margin-top: -11vw;
  }
}
.section2 .container .lymph-nodes .mother-child {
  width: 80%;
}
@media screen and (max-width: 501px) {
  .section2 .container .lymph-nodes .mother-child {
    margin-top: -30px;
  }
}
.section2 .container .lymph-nodes .lymphLabel {
  position: absolute;
  z-index: 2;
  top: 6vw;
  left: 4vw;
  border-bottom: 1px solid #bbeb06;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .lymphLabel {
    top: 3vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .lymph-nodes .lymphLabel {
    top: 1.5vw;
    left: 9vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .lymphLabel {
    margin-top: 8vw;
    margin-left: -9vw;
  }
}
.section2 .container .lymph-nodes .lymphLabel:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bbeb06;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(50%);
}
.section2 .container .lymph-nodes .lymphLabel p {
  font-weight: 300;
  font-size: 1vw;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .lymphLabel p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .lymph-nodes .lymphLabel p {
    font-size: 4vw;
  }
}
.section2 .container .lymph-nodes .cellsLabel {
  position: absolute;
  top: 20vw;
  right: 0;
  z-index: 2;
  text-align: right;
  border-top: 1px solid #bbeb06;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .cellsLabel {
    right: -10vw;
    top: 40vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .lymph-nodes .cellsLabel {
    right: 0vw;
    top: 50vw;
  }
}
@media screen and (max-width: 440px) {
  .section2 .container .lymph-nodes .cellsLabel {
    margin-top: -20vw;
    margin-right: -10vw;
  }
}
.section2 .container .lymph-nodes .cellsLabel:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bbeb06;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.section2 .container .lymph-nodes .cellsLabel p {
  font-weight: 300;
  font-size: 1vw;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .section2 .container .lymph-nodes .cellsLabel p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 501px) {
  .section2 .container .lymph-nodes .cellsLabel p {
    font-size: 4vw;
  }
}
.section2 .container img {
  width: 38%;
}

.twoMain {
  width: 100%;
  position: relative;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 820px) {
  .twoMain.desktop {
    display: none;
  }
}
.twoMain.desktop .container {
  background: #082b51;
}
.twoMain.tablet {
  display: none;
  /*@media screen and (min-width:820px)  {
  	display:none;
  }*/
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  .twoMain.tablet {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  .twoMain.mobile {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .twoMain.mobile {
    display: none;
  }
}
.twoMain .container h2, .twoMain .container h3, .twoMain .container h4, .twoMain .container img {
  margin: 0;
  display: block;
  font-weight: normal;
}
.twoMain .container .top {
  width: 100%;
}
.twoMain .container .content {
  background: #072b52;
}
.twoMain .container .content .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container {
    max-width: 90%;
  }
}
.twoMain .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .title {
    transform: translateX(6%);
  }
}
.twoMain .container .content .container .title h3 {
  font-weight: 300;
  color: white;
  font-size: 2.4vw;
  transform: translateX(-90%) translateY(70%);
}
.twoMain .container .content .container .title h3.second {
  transform: translateX(-29%) translateY(-20%);
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .title h3.second {
    transform: translateX(-34%) translateY(0%);
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .title h3 {
    font-size: 4vw;
    transform: translateX(-50%) translateY(30%);
  }
}
.twoMain .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: white;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: normal;
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .title h2 {
    font-size: 10vw;
  }
}
.twoMain .container .content .container .left {
  width: 42%;
  margin-right: 5vw;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .left {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.twoMain .container .content .container .left .image {
  width: 90%;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .left .image {
    margin: 0 auto;
  }
}
.twoMain .container .content .container .left h4 {
  color: #00bbf5;
  font-size: 2vw;
  margin-top: 1vw;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .left h4 {
    text-align: center;
    font-size: 4vw;
  }
}
.twoMain .container .content .container .left p {
  color: white;
  font-weight: 300;
  font-size: 1.4vw;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .left p {
    text-align: center;
    font-size: 3.4vw;
  }
}
.twoMain .container .content .container .left a {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  width: 70%;
  border: 1px solid #00bbf5;
  padding: 0.7vw 1.5vw;
  border-radius: 2vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: transparent;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .left a {
    margin: 0 auto;
    padding: 2vw 3vw;
    border-radius: 5vw;
  }
}
.twoMain .container .content .container .left a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: transparent url("../img/rightArrow.png") no-repeat center;
  background-size: 99%;
  display: inline-block;
}
@media screen and (max-width: 1255px) {
  .twoMain .container .content .container .left a:after {
    width: 20px;
  }
}
.twoMain .container .content .container .left a:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.twoMain .container .content .container .right {
  width: 42%;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .right {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container .content .container .right {
    width: 100%;
  }
}
.twoMain .container .content .container .right .image {
  width: 90%;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .right .image {
    margin: 0 auto;
  }
}
.twoMain .container .content .container .right h4 {
  color: #ddb8ff;
  font-size: 2vw;
  margin-top: 1vw;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .right h4 {
    text-align: center;
    font-size: 4vw;
  }
}
.twoMain .container .content .container .right p {
  color: white;
  font-weight: 300;
  font-size: 1.4vw;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .right p {
    text-align: center;
    font-size: 3.4vw;
  }
}
.twoMain .container .content .container .right a {
  color: white;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  width: 70%;
  border: 1px solid #ddb8ff;
  padding: 0.7vw 1.5vw;
  border-radius: 2vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: transparent;
}
@media screen and (max-width: 819px) {
  .twoMain .container .content .container .right a {
    margin: 0 auto;
    padding: 2vw 3vw;
    border-radius: 5vw;
  }
}
.twoMain .container .content .container .right a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: transparent url("../img/rightArrow.png") no-repeat center;
  background-size: 99%;
  display: inline-block;
}
@media screen and (max-width: 1255px) {
  .twoMain .container .content .container .right a:after {
    width: 20px;
  }
}
.twoMain .container .content .container .right a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.twoMain .container .bottom {
  width: 100%;
}
.twoMain .container.diagnose {
  text-align: center;
  margin-top: -1px;
  background: white;
  display: block;
}
.twoMain .container.diagnose .title {
  width: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 3vw;
  max-width: 70%;
}
.twoMain .container.diagnose .title h3 {
  font-weight: 300;
  color: #072b52;
  font-size: 2.4vw;
  transform: translateX(0%) translateY(70%);
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .title h3 {
    font-size: 3.4vw;
    transform: translateX(0%) translateY(0%);
  }
}
.twoMain .container.diagnose .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8vw;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0;
  margin-left: 17vw;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .title h2 {
    font-size: 12vw;
    line-height: 12vw;
  }
}
.twoMain .container.diagnose .title p {
  font-weight: 500;
  font-size: 1.6vw;
  color: #072b52;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .title p {
    margin-top: 4vw;
    font-size: 3.6vw;
  }
}
.twoMain .container.diagnose .diagnoseSection {
  max-width: 70%;
  display: flex;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection {
    flex-direction: column;
  }
}
.twoMain .container.diagnose .diagnoseSection .left {
  margin-right: 5%;
  margin-left: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.8s ease;
}
.twoMain .container.diagnose .diagnoseSection .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection .left {
    width: 100% !important;
  }
  .home .twoMain .container.diagnose .diagnoseSection .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.home .twoMain .container.diagnose .diagnoseSection .left {
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (max-width: 501px) {
  .home .twoMain .container.diagnose .diagnoseSection .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.twoMain .container.diagnose .diagnoseSection .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
.twoMain .container.diagnose .diagnoseSection .right {
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.twoMain .container.diagnose .diagnoseSection .right h4 {
  font-weight: 600;
  color: #0099ff;
  font-size: 1.6vw;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection .right h4 {
    font-size: 4vw;
  }
}
.twoMain .container.diagnose .diagnoseSection .right p {
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection .right p {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection .right {
    width: 100% !important;
  }
}
.twoMain .container.diagnose .diagnoseSection.reversed .left {
  order: 2;
  margin-left: 5%;
  margin-right: 0;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.twoMain .container.diagnose .diagnoseSection.reversed .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.diagnose .diagnoseSection.reversed .left {
    order: 1;
  }
  .home .twoMain .container.diagnose .diagnoseSection.reversed .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.twoMain .container.diagnose .diagnoseSection.reversed .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.3s ease;
}
.home .twoMain .container.diagnose .diagnoseSection.reversed .left {
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (max-width: 501px) {
  .home .twoMain .container.diagnose .diagnoseSection.reversed .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.twoMain .container.diagnose .diagnoseSection.reversed .right {
  order: 1;
}
.twoMain .container.treated {
  text-align: center;
  /*background:transparent url('../img/treated-bg.jpg') no-repeat;
  background-size:100%;*/
  display: block;
}
.twoMain .container.treated .content {
  background: transparent url("../img/treated-bg.jpg") no-repeat center top;
  background-size: 100%;
  padding-bottom: 6vw;
  transform: translateY(-1px);
}
@media screen and (max-width: 1245px) {
  .twoMain .container.treated .content {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 1110px) {
  .twoMain .container.treated .content {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content {
    background: transparent url("../img/treated-bg.jpg") no-repeat center top;
    background-size: 100% 100%;
  }
}
.twoMain .container.treated .content .title {
  width: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 3vw;
  max-width: 70%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .title {
    transform: translateX(5vw);
    margin-top: 8vw;
  }
}
.twoMain .container.treated .content .title h3 {
  font-weight: 300;
  color: #072b52;
  font-size: 2.4vw;
  transform: translateX(0%) translateY(70%);
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .title h3 {
    font-size: 3.4vw;
    transform: translateX(-20%) translateY(30%);
  }
}
.twoMain .container.treated .content .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8vw;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0;
  margin-left: 23vw;
  transform: skew(0deg, -10deg);
}
@media screen and (max-width: 820px) {
  .twoMain .container.treated .content .title h2 {
    font-size: 6vw;
    line-height: 9.5vw;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .title h2 {
    font-size: 8vw;
  }
}
.twoMain .container.treated .content .title p {
  font-weight: 500;
  font-size: 1.6vw;
  color: #072b52;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .title p {
    font-size: 3.6vw;
  }
}
.twoMain .container.treated .content .treatedSection {
  max-width: 70%;
  display: flex;
  margin: 0 auto;
  padding: 2rem 0;
  margin-top: -6vw;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .treatedSection {
    flex-direction: column;
  }
}
.twoMain .container.treated .content .treatedSection .left {
  margin-right: 5%;
  margin-left: 0;
}
.twoMain .container.treated .content .treatedSection .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .treatedSection .left {
    width: 100% !important;
  }
}
.twoMain .container.treated .content .treatedSection .right {
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.twoMain .container.treated .content .treatedSection .right h4 {
  font-weight: 600;
  color: #0099ff;
  font-size: 1.6vw;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .treatedSection .right h4 {
    font-size: 4vw;
    text-align: center;
    margin-top: 2vw;
  }
}
.twoMain .container.treated .content .treatedSection .right p {
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .treatedSection .right p {
    font-size: 3.4vw;
    text-align: center;
  }
}
.twoMain .container.treated .content .treatedSection.reversed {
  padding: 0rem 0;
  margin-top: 0vw;
}
.twoMain .container.treated .content .treatedSection.reversed .left {
  order: 2;
  margin-left: 5%;
  margin-right: 0;
}
.twoMain .container.treated .content .treatedSection.reversed .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .treatedSection.reversed .left {
    order: 1;
  }
}
.twoMain .container.treated .content .treatedSection.reversed .right {
  order: 1;
}
.twoMain .container.treated .content .fourColumns {
  max-width: 85%;
  margin: 8vw auto 2vw;
}
@media screen and (max-width: 820px) {
  .twoMain .container.treated .content .fourColumns {
    margin: 4vw auto 2vw;
  }
}
.twoMain .container.treated .content .fourColumns .title h2 {
  transform: skew(0deg, 0deg);
  margin-left: 0vw;
}
.twoMain .container.treated .content .fourColumns .title h3:last-of-type {
  text-align: center;
  transform: translateY(-30%);
  margin-left: 18vw;
}
.twoMain .container.treated .content .fourColumns .columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .fourColumns .columns {
    flex-direction: column;
  }
}
.twoMain .container.treated .content .fourColumns .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 23%;
}
@media screen and (max-width: 820px) {
  .twoMain .container.treated .content .fourColumns .columns .column {
    width: 19%;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .fourColumns .columns .column {
    width: 100%;
  }
}
.twoMain .container.treated .content .fourColumns .columns .column img {
  height: 150px;
  width: auto;
  align-self: flex-start;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .twoMain .container.treated .content .fourColumns .columns .column img {
    height: unset;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .fourColumns .columns .column img {
    height: 100px;
  }
}
.twoMain .container.treated .content .fourColumns .columns .column .heading {
  padding-top: 2vw;
  font-weight: 600;
}
.twoMain .container.treated .content .fourColumns .columns .column p {
  font-weight: 300;
  color: #141414;
  font-size: 1.3vw;
  text-align: center;
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .content .fourColumns .columns .column p {
    font-size: 3.4vw;
  }
}
.twoMain .container.treated .treatedBottomBorder {
  margin-top: -3px;
  width: 100%;
  height: 8rem;
  background: rgb(59, 134, 247);
  background: linear-gradient(90deg, rgb(59, 134, 247) 50%, rgb(104, 53, 241) 100%);
}
@media screen and (max-width: 501px) {
  .twoMain .container.treated .treatedBottomBorder {
    height: 2rem;
  }
}
.twoMain .container.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: relative;
}
@media screen and (max-width: 501px) {
  .twoMain .container.share {
    flex-direction: column;
  }
}
.twoMain .container.share .getSupport {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  background: transparent url("../img/getSupport-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.5rem;
  padding: 3rem 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .twoMain .container.share .getSupport {
    padding: 1.5rem 2.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .getSupport {
    position: relative;
    left: 0%;
    top: 0;
    transform: translateY(0%) translateX(0%);
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 0;
  }
}
.twoMain .container.share .getSupport a {
  color: white;
  text-decoration: none;
  display: flex;
  font-size: 25px;
  font-weight: 300;
  align-items: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  transform: scale(1);
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .twoMain .container.share .getSupport a {
    font-size: 18px;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .getSupport a {
    font-size: 3.5vw;
    width: 100%;
    margin: 0;
  }
}
.twoMain .container.share .getSupport a:first-of-type {
  border-right: 2px solid #ddb8ff;
  margin-right: 3rem;
  padding-right: 3rem;
  width: 40%;
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .getSupport a:first-of-type {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ddb8ff;
    padding-right: 0;
    margin-right: 0;
  }
}
.twoMain .container.share .getSupport a:after {
  content: "";
  background: transparent url("../img/right-arrow-white.svg") no-repeat center;
  background-size: 98%;
  width: 27px;
  height: 20px;
  display: block;
  margin-left: 20px;
}
.twoMain .container.share .getSupport a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.twoMain .container.share .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twoMain .container.share .left {
  width: 45%;
  display: none;
}
.twoMain .container.share .left img {
  width: 100%;
  display: block;
}
.twoMain .container.share .right {
  width: 55%;
  display: none;
}
.twoMain .container.share .right .title {
  width: 80%;
  margin: 0 auto;
}
.twoMain .container.share .right .title h2 {
  transform: skew(0deg, 0deg);
  margin-left: 0vw;
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 7.5vw;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .twoMain .container.share .right .title h2 {
    font-size: 8vw;
  }
}
.twoMain .container.share .right .title h3 {
  transform: translateY(100%);
  text-align: center;
  margin-left: 3vw;
  font-size: 2vw;
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .right .title h3 {
    font-size: 3vw;
    margin-left: 5vw;
  }
}
.twoMain .container.share .right p {
  width: 40%;
  margin: 0 auto;
  font-weight: 300;
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .right p {
    font-size: 2.5vw;
    width: 80%;
  }
}
.twoMain .container.share .right a {
  background: #ddb8ff;
  transition: all 0.3s ease;
  font-size: 1.1vw;
  color: #072b52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  max-width: 30%;
  margin: 0 auto;
  transform: scale(1) translateX(-15%);
  margin-top: 4rem;
  padding: 1rem 1.5rem;
  border-radius: 1.8rem;
  text-decoration: none;
}
.twoMain .container.share .right a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05) translateX(-15%);
}
.twoMain .container.share .right a:after {
  content: "";
  background: transparent url("../img/right-arrow.svg") no-repeat center;
  background-size: 98%;
  width: 20px;
  height: 18px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .right a:after {
    width: 15px;
    height: 10px;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.share .right a {
    margin-top: 2vw;
    font-size: 2.1vw;
    max-width: 80%;
    transform: scale(1) translateX(0%);
    padding: 0.5rem 1rem;
  }
}
.twoMain .container.references {
  background: white;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: -50px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 501px) {
  .twoMain .container.references {
    margin-top: -20px;
  }
}
.twoMain .container.references a.references {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  color: #072b52;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  background: #ddb8ff;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
.twoMain .container.references a.references:after {
  content: "";
  background: transparent url("../img/scrollDown.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
.twoMain .container.references a.references.active {
  transition: all 0.3s ease;
}
.twoMain .container.references a.references.active:after {
  content: "";
  background: transparent url("../img/scrollUp.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 501px) {
  .twoMain .container.references a.references {
    padding: 0.75rem 0;
    font-size: 2.5vw;
  }
}
.twoMain .container.references.active {
  transition: all 0.3s ease;
}
.twoMain .container.references p {
  font-size: 0.8vw;
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
  color: #141414;
}
@media screen and (max-width: 501px) {
  .twoMain .container.references p {
    font-size: 2vw;
  }
}
.twoMain .container.references ol {
  width: 80%;
  margin: 0 auto;
}
.twoMain .container.references ol li {
  font-size: 0.9vw;
  color: #141414;
}
.twoMain .container.references ol li a {
  font-size: 0.9vw;
  color: #141414;
}
@media screen and (max-width: 501px) {
  .twoMain .container.references ol li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 501px) {
  .twoMain .container.references ol li {
    font-size: 2vw;
  }
}
.twoMain .container.references .sources {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
  padding-bottom: 3rem;
}
.twoMain .container.references .sources p {
  width: 100%;
  font-weight: 300;
  color: #141414;
  font-size: 0.8vw;
}
.twoMain .container.references .sources p a {
  color: #141414;
}
@media screen and (max-width: 501px) {
  .twoMain .container.references .sources p {
    font-size: 2vw;
  }
}
.twoMain footer {
  background: #45444f;
  padding: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 501px) {
  .twoMain footer {
    padding-top: 2rem;
  }
}
.twoMain footer .brandingNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 501px) {
  .twoMain footer .brandingNav {
    flex-direction: column;
  }
}
.twoMain footer .brandingNav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.twoMain footer .brandingNav ul li a {
  color: white;
  font-size: 1.1vw;
  font-weight: 300;
}
@media screen and (max-width: 501px) {
  .twoMain footer .brandingNav ul li a {
    font-size: 2.1vw;
  }
}
.twoMain footer .brandingNav ul li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 501px) {
  .twoMain footer .brandingNav ul {
    margin-bottom: 2vw;
  }
}
.twoMain footer .brandingNav .logos .footerLogos {
  max-width: 250px;
}
@media screen and (max-width: 820px) {
  .twoMain footer .brandingNav .logos .footerLogos {
    max-width: 200px;
  }
}
.twoMain footer .dateOfPrep p {
  font-size: 0.9vw;
  color: white;
}
@media screen and (max-width: 501px) {
  .twoMain footer .dateOfPrep p {
    text-align: center;
    font-size: 2vw;
  }
}
.twoMain footer .dateOfPrep .dop {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 501px) {
  .twoMain footer .dateOfPrep .dop {
    justify-content: center;
  }
}
.twoMain footer .dateOfPrep .dop p:first-of-type {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid white;
}

.diagnose {
  padding-top: 6vw;
  position: relative;
}
@media screen and (max-width: 820px) {
  .diagnose.desktop {
    display: none;
  }
}
.diagnose.tablet {
  display: none;
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  .diagnose.tablet {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  .diagnose.mobile {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .diagnose.mobile {
    display: none;
  }
}
.diagnose .container.diagnose {
  text-align: center;
}
.diagnose .container.diagnose .title {
  width: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 3vw;
  max-width: 70%;
}
.diagnose .container.diagnose .title h3 {
  font-weight: 300;
  color: #072b52;
  font-size: 2.4vw;
  transform: translateX(0%) translateY(70%);
  margin: 0;
  text-align: left;
}
.diagnose .container.diagnose .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8vw;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0;
  margin-left: 17vw;
}
.diagnose .container.diagnose .title p {
  font-weight: 500;
  font-size: 1.6vw;
  color: #072b52;
}
.diagnose .container.diagnose .diagnoseSection {
  max-width: 70%;
  display: flex;
  margin: 0 auto;
  padding: 4rem 0;
}
.diagnose .container.diagnose .diagnoseSection .left {
  margin-right: 5%;
  margin-left: 0;
}
.diagnose .container.diagnose .diagnoseSection .left img {
  width: 100%;
}
.diagnose .container.diagnose .diagnoseSection .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
.home .diagnose .container.diagnose .diagnoseSection .left {
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 501px) {
  .home .diagnose .container.diagnose .diagnoseSection .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.diagnose .container.diagnose .diagnoseSection .right {
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.diagnose .container.diagnose .diagnoseSection .right h4 {
  font-weight: 600;
  color: #0099ff;
  font-size: 1.6vw;
  text-align: left;
  margin-bottom: 0;
}
.diagnose .container.diagnose .diagnoseSection .right p {
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
.diagnose .container.diagnose .diagnoseSection.reversed {
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.diagnose .container.diagnose .diagnoseSection.reversed.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.3s ease;
}
.diagnose .container.diagnose .diagnoseSection.reversed .left {
  order: 2;
  margin-left: 5%;
  margin-right: 0;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.8s ease;
}
.diagnose .container.diagnose .diagnoseSection.reversed .left img {
  width: 100%;
}
.diagnose .container.diagnose .diagnoseSection.reversed .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
@media screen and (max-width: 501px) {
  .home .diagnose .container.diagnose .diagnoseSection.reversed .left {
    transform: translateX(0%);
    opacity: 1;
  }
}
.diagnose .container.diagnose .diagnoseSection.reversed .right {
  order: 1;
}

/* UNINCENTRIC */
.introduction .introSection {
  max-width: 60%;
  display: flex;
  margin: 0 auto;
  padding: 5rem 0 0;
}
@media screen and (max-width: 501px) {
  .introduction .introSection {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
.unicentric .introduction .introSection:last-of-type {
  padding-top: 0;
}
.introduction .introSection .left {
  margin-right: 5%;
  margin-left: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.8s ease;
}
.introduction .introSection .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .introduction .introSection .left {
    width: 100% !important;
    transform: translateX(0%);
    opacity: 1;
  }
}
.introduction .introSection .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
.introduction .introSection .right {
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.introduction .introSection .right h4 {
  font-weight: 600;
  color: #0099ff;
  font-size: 1.6vw;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (max-width: 501px) {
  .introduction .introSection .right h4 {
    font-size: 3.6vw;
    text-align: center;
  }
  .introduction .introSection .right h4 br {
    display: none;
  }
}
.introduction .introSection .right p {
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 501px) {
  .introduction .introSection .right p {
    font-size: 3.3vw;
    text-align: center;
  }
  .introduction .introSection .right p br {
    display: none;
  }
}
.introduction .introSection .right .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ddb8ff;
  border-radius: 3rem;
  padding: 1rem 2rem;
  margin-top: 2rem;
  text-align: left;
  align-self: flex-start;
  color: #072b52;
}
.introduction .introSection .right .button:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../img/right-arrow.svg") no-repeat center;
  background-size: 99%;
  display: inline-block;
  margin-left: 3rem;
}
.introduction .introSection .right .button.download:after {
  content: "";
  width: 18px;
  height: 23px;
  background: transparent url("../img/scrollDown.svg") no-repeat center;
  background-size: 95%;
  display: inline-block;
  margin-left: 3rem;
}
.introduction .introSection .right .button:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .introduction .introSection .right .button {
    margin: 0 auto;
    margin-top: 2rem;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 501px) {
  .introduction .introSection .right .button {
    font-size: 3vw;
  }
}
@media screen and (max-width: 501px) {
  .introduction .introSection .right {
    width: 100% !important;
  }
}
.introduction .introSection.reversed .left {
  order: 2;
  margin-left: 5%;
  margin-right: 0;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.8s ease;
}
.introduction .introSection.reversed .left img {
  width: 100%;
}
@media screen and (max-width: 501px) {
  .introduction .introSection.reversed .left {
    order: 1;
  }
}
.introduction .introSection.reversed .left.active {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
.introduction .introSection.reversed .right {
  order: 1;
}
@media screen and (max-width: 501px) {
  .introduction .introSection.reversed .right {
    order: 2;
  }
}

.backgroundSection {
  width: 100%;
  position: relative;
  left: 0;
}
.backgroundSection.gradient .container .content {
  background: transparent url("../img/videoSection-bg.jpg") no-repeat center top;
  background-size: 100%;
  padding-bottom: 15vw;
}
.livingwith .backgroundSection.gradient .container .content {
  overflow-x: hidden;
}
@media screen and (max-width: 819px) {
  .backgroundSection.gradient .container .content {
    overflow: hidden;
    background: transparent url("../img/videoSection-bg.jpg") no-repeat center top;
    background-size: 100% 100% !important;
  }
}
.support .backgroundSection.gradient .container .content {
  background: transparent url("../img/gradient-map-bg.jpg") no-repeat center top;
  background-size: 100%;
  padding-bottom: 25vw;
}
@media screen and (max-width: 501px) {
  .support .backgroundSection.gradient .container .content {
    background: transparent url("../img/gradient-map-bg.jpg") no-repeat center top;
    background-size: 100% 100% !important;
  }
}
.backgroundSection.gradient .container .content p.video {
  font-weight: 300;
  font-size: 1.4vw;
  width: 65%;
  margin: 4rem auto 0;
}
.backgroundSection.gradient .container .content p.video a {
  color: #141414;
}
.support .backgroundSection.gradient .container .content p.video {
  width: 80%;
}
@media screen and (max-width: 501px) {
  .backgroundSection.gradient .container .content p.video {
    font-size: 3.4vw;
  }
}
.backgroundSection.gradient .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
.livingwith .backgroundSection.gradient .container .content .container .title {
  visibility: hidden;
}
.backgroundSection.gradient .container .content .container .title h3 {
  font-weight: 300;
  color: #072b52;
  font-size: 1.8vw;
  transform: translateX(-120%) translateY(70%);
}
.backgroundSection.gradient .container .content .container .title h3.second {
  transform: translateX(230%) translateY(-20%);
}
.support .backgroundSection.gradient .container .content .container .title h3.second {
  transform: translateX(50%) translateY(-20%);
}
@media screen and (max-width: 440px) {
  .support .backgroundSection.gradient .container .content .container .title h3.second {
    transform: translateX(60%) translateY(0%);
  }
}
.livingwith .backgroundSection.gradient .container .content .container .title h3 {
  transform: translateX(-120%) translateY(0%);
}
.support .backgroundSection.gradient .container .content .container .title h3 {
  transform: translateX(-350%) translateY(40%);
}
@media screen and (max-width: 440px) {
  .support .backgroundSection.gradient .container .content .container .title h3 {
    transform: translateX(-200%) translateY(0%);
  }
}
@media screen and (max-width: 440px) {
  .backgroundSection.gradient .container .content .container .title h3 {
    font-size: 4vw;
  }
}
.backgroundSection.gradient .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: #072b52;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: normal;
}
@media screen and (max-width: 440px) {
  .backgroundSection.gradient .container .content .container .title h2 {
    font-size: 8vw;
  }
}
.backgroundSection.gradient .container .content .container .title p {
  color: white;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}
.backgroundSection.gradient .container .content .container .title.title2 {
  margin-top: 3rem;
}
.backgroundSection.gradient .container .content .container .title.title2 h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(-60%) translateY(70%);
}
.backgroundSection.gradient .container .content .container .title.title2 h3.second {
  transform: translateX(50%) translateY(-20%);
}
.support .backgroundSection.gradient .container .content .container .title.title2 h3.second {
  transform: translateX(0%) translateY(-20%);
}
@media screen and (max-width: 440px) {
  .support .backgroundSection.gradient .container .content .container .title.title2 h3.second {
    transform: translateX(40%) translateY(10%);
  }
}
.support .backgroundSection.gradient .container .content .container .title.title2 h3 {
  color: #072b52;
  transform: translateX(-350%) translateY(70%);
}
@media screen and (max-width: 440px) {
  .support .backgroundSection.gradient .container .content .container .title.title2 h3 {
    transform: translateX(-230%) translateY(20%);
  }
}
@media screen and (max-width: 440px) {
  .backgroundSection.gradient .container .content .container .title.title2 h3 {
    font-size: 4vw;
  }
}
.support .backgroundSection.gradient .container .content .container .title.title2 {
  padding-top: 4rem;
}
.backgroundSection .container h2, .backgroundSection .container h3, .backgroundSection .container h4, .backgroundSection .container img {
  margin: 0;
  display: block;
  font-weight: normal;
}
.backgroundSection .container .top {
  width: 100%;
}
.backgroundSection .container .content {
  background: #072b52;
}
.backgroundSection .container .content.commonSymptoms .container .threeColumns {
  justify-content: center;
}
.backgroundSection .container .content.commonSymptoms .container .threeColumns .column:first-of-type {
  margin-right: 4vw;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content.commonSymptoms .container .threeColumns .column:first-of-type {
    margin-right: 0;
  }
}
.backgroundSection .container .content.multicentric .container .threeColumns {
  justify-content: center;
}
.backgroundSection .container .content.multicentric .container .threeColumns .columnRow {
  justify-content: center;
}
.backgroundSection .container .content.multicentric .container .threeColumns .columnRow:last-of-type .column:first-of-type {
  margin-right: 4vw;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content.multicentric .container .threeColumns .columnRow:last-of-type .column:first-of-type {
    margin-right: 0;
  }
}
.backgroundSection .container .content .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .backgroundSection .container .content .container {
    max-width: 85%;
  }
}
.backgroundSection .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
.backgroundSection .container .content .container .title h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(-120%) translateY(70%);
}
.backgroundSection .container .content .container .title h3.second {
  transform: translateX(230%) translateY(-20%);
}
@media screen and (max-width: 440px) {
  .backgroundSection .container .content .container .title h3.second {
    transform: translateX(170%) translateY(0%);
  }
}
@media screen and (max-width: 440px) {
  .backgroundSection .container .content .container .title h3 {
    font-size: 4vw;
    transform: translateX(-80%) translateY(20%);
  }
}
.backgroundSection .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: white;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: normal;
}
@media screen and (max-width: 440px) {
  .backgroundSection .container .content .container .title h2 {
    font-size: 8vw;
  }
}
.backgroundSection .container .content .container .title p {
  color: white;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 1.25vw;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .title p {
    max-width: 95%;
    font-size: 3.2vw;
  }
}
.backgroundSection .container .content .container .title.title2 {
  margin-top: 3rem;
}
.backgroundSection .container .content .container .title.title2 h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(-60%) translateY(70%);
}
.backgroundSection .container .content .container .title.title2 h3.second {
  transform: translateX(50%) translateY(-20%);
}
@media screen and (max-width: 440px) {
  .backgroundSection .container .content .container .title.title2 h3.second {
    transform: translateX(50%) translateY(-20%);
  }
}
@media screen and (max-width: 440px) {
  .backgroundSection .container .content .container .title.title2 h3 {
    font-size: 4vw;
    transform: translateX(-60%) translateY(40%);
  }
}
.backgroundSection .container .content .container .threeColumns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .threeColumns {
    flex-direction: column;
  }
}
.backgroundSection .container .content .container .threeColumns .columnRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .threeColumns .columnRow {
    flex-direction: column;
  }
}
.backgroundSection .container .content .container .threeColumns .columnRow .column {
  width: 22%;
  margin-right: 11%;
}
.backgroundSection .container .content .container .threeColumns .columnRow .column:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .threeColumns .columnRow .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.backgroundSection .container .content .container .threeColumns .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 28%;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .threeColumns .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.backgroundSection .container .content .container .threeColumns .column img {
  width: auto;
  display: block;
  max-height: 200px;
  align-self: center;
}
.backgroundSection .container .content .container .threeColumns .column p {
  color: white;
  font-size: 1.3vw;
  text-align: center;
  font-weight: 300;
  padding-top: 1rem;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .threeColumns .column p {
    font-size: 3.3vw;
  }
}
.backgroundSection .container .content .container .paraGraphSurround {
  width: 90%;
  margin-top: 4rem;
  background: transparent url("../img/paragraph-surround.png") no-repeat center;
  background-size: 100%;
  padding: 5% 0;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .paraGraphSurround {
    background: transparent url("../img/paragraph-surround.png") no-repeat center;
    background-size: 100% 100%;
  }
}
.backgroundSection .container .content .container .paraGraphSurround p {
  width: 90%;
  margin: 0 auto;
  color: white;
  font-size: 1.25vw;
}
@media screen and (max-width: 501px) {
  .backgroundSection .container .content .container .paraGraphSurround p {
    font-size: 3.2vw;
  }
}
.backgroundSection .container .content .container .left {
  width: 42%;
  margin-right: 5vw;
}
.backgroundSection .container .content .container .left .image {
  width: 90%;
}
.backgroundSection .container .content .container .left h4 {
  color: #00bbf5;
  font-size: 2vw;
  margin-top: 1vw;
}
.backgroundSection .container .content .container .left p {
  color: white;
  font-weight: 300;
  font-size: 1.4vw;
}
.backgroundSection .container .content .container .left a {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  width: 70%;
  border: 1px solid #00bbf5;
  padding: 0.7vw 1.5vw;
  border-radius: 2vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.backgroundSection .container .content .container .left a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: transparent url("../img/rightArrow.png") no-repeat center;
  background-size: 99%;
  display: inline-block;
}
.backgroundSection .container .content .container .left a:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.backgroundSection .container .content .container .right {
  width: 42%;
}
.backgroundSection .container .content .container .right .image {
  width: 90%;
}
.backgroundSection .container .content .container .right h4 {
  color: #ddb8ff;
  font-size: 2vw;
  margin-top: 1vw;
}
.backgroundSection .container .content .container .right p {
  color: white;
  font-weight: 300;
  font-size: 1.4vw;
}
.backgroundSection .container .content .container .right a {
  color: white;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  width: 70%;
  border: 1px solid #ddb8ff;
  padding: 0.7vw 1.5vw;
  border-radius: 2vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.backgroundSection .container .content .container .right a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: transparent url("../img/rightArrow.png") no-repeat center;
  background-size: 99%;
  display: inline-block;
}
.backgroundSection .container .content .container .right a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.backgroundSection .container .bottom {
  width: 100%;
}

.iconSection {
  width: 100%;
  position: relative;
  left: 0;
}
.iconSection.resources {
  margin-top: 3rem;
}
.iconSection.resources .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
.iconSection.resources .container .content .container .title h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(0%) translateY(70%);
  color: #145585;
}
.iconSection.resources .container .content .container .title h3.second {
  transform: translateX(230%) translateY(-20%);
}
.multicentric .iconSection.resources .container .content .container .title h3.second {
  transform: translateX(0%) translateY(-20%);
}
.livingwith .iconSection.resources .container .content .container .title h3 {
  transform: translateX(-120%) translateY(70%);
}
.support .iconSection.resources .container .content .container .title h3 {
  transform: translateX(0%) translateY(70%);
}
@media screen and (max-width: 440px) {
  .iconSection.resources .container .content .container .title h3 {
    font-size: 4vw;
  }
}
.iconSection.resources .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: normal;
}
@media screen and (max-width: 440px) {
  .iconSection.resources .container .content .container .title h2 {
    font-size: 8vw;
  }
}
.iconSection.resources .container .content .container .title p {
  color: white;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}
.iconSection.resources .container .content .container .title.title2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.iconSection.resources .container .content .container .title.title2 h3 {
  font-weight: 300;
  color: #145585;
  font-size: 1.8vw;
  transform: translateX(-10%) translateY(70%);
}
.iconSection.resources .container .content .container .title.title2 h3.second {
  transform: translateX(50%) translateY(-20%);
}
.multicentric .iconSection.resources .container .content .container .title.title2 h3.second {
  transform: translateX(0%) translateY(-20%);
}
.livingwith .iconSection.resources .container .content .container .title.title2 h3.second {
  transform: translateX(-20%) translateY(-20%);
}
.livingwith .iconSection.resources .container .content .container .title.title2 h3 {
  transform: translateX(-130%) translateY(70%);
}
.support .iconSection.resources .container .content .container .title.title2 h3 {
  transform: translateX(-25%) translateY(0%);
}
@media screen and (max-width: 440px) {
  .support .iconSection.resources .container .content .container .title.title2 h3 {
    transform: translateX(0%) translateY(20%);
  }
}
@media screen and (max-width: 440px) {
  .iconSection.resources .container .content .container .title.title2 h3 {
    font-size: 4vw;
  }
}
.iconSection.terms {
  margin-top: 3rem;
}
.iconSection.terms .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
.iconSection.terms .container .content .container .title h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(0%) translateY(70%);
  color: #145585;
}
.iconSection.terms .container .content .container .title h3.second {
  transform: translateX(230%) translateY(-20%);
}
.multicentric .iconSection.terms .container .content .container .title h3.second {
  transform: translateX(0%) translateY(-20%);
}
.livingwith .iconSection.terms .container .content .container .title h3 {
  transform: translateX(-120%) translateY(70%);
}
.support .iconSection.terms .container .content .container .title h3 {
  transform: translateX(0%) translateY(70%);
}
@media screen and (max-width: 501px) {
  .support .iconSection.terms .container .content .container .title h3 {
    font-size: 4vw;
  }
}
.iconSection.terms .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: normal;
  transform: translateX(20%);
}
@media screen and (max-width: 501px) {
  .iconSection.terms .container .content .container .title h2 {
    font-size: 8vw;
  }
}
.iconSection.terms .container .content .container .title p {
  color: white;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}
.iconSection.terms .container .content .container .title.title2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.iconSection.terms .container .content .container .title.title2 h3 {
  font-weight: 300;
  color: #145585;
  font-size: 1.8vw;
  transform: translateX(-10%) translateY(70%);
}
.iconSection.terms .container .content .container .title.title2 h3.second {
  transform: translateX(50%) translateY(-20%);
}
.multicentric .iconSection.terms .container .content .container .title.title2 h3.second {
  transform: translateX(0%) translateY(-20%);
}
.livingwith .iconSection.terms .container .content .container .title.title2 h3.second {
  transform: translateX(-20%) translateY(-20%);
}
.livingwith .iconSection.terms .container .content .container .title.title2 h3 {
  transform: translateX(-130%) translateY(70%);
}
.support .iconSection.terms .container .content .container .title.title2 h3 {
  transform: translateX(-100%) translateY(60%);
}
@media screen and (max-width: 501px) {
  .support .iconSection.terms .container .content .container .title.title2 h3 {
    font-size: 4vw;
    transform: translateX(-110%) translateY(50%);
  }
}
.iconSection .container h2, .iconSection .container h3, .iconSection .container h4, .iconSection .container img {
  margin: 0;
  display: block;
  font-weight: normal;
}
.iconSection .container .top {
  width: 100%;
}
.iconSection .container .content .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container {
    max-width: 90%;
  }
}
.iconSection .container .content .container .title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
.iconSection .container .content .container .title h3 {
  font-weight: 300;
  color: white;
  font-size: 1.8vw;
  transform: translateX(-120%) translateY(70%);
  color: #145585;
}
.iconSection .container .content .container .title h3.second {
  transform: translateX(230%) translateY(-20%);
}
.multicentric .iconSection .container .content .container .title h3.second {
  transform: translateX(0%) translateY(-20%);
}
.livingwith .iconSection .container .content .container .title h3 {
  transform: translateX(-120%) translateY(70%);
}
.support .iconSection .container .content .container .title h3 {
  transform: translateX(-120%) translateY(70%);
}
@media screen and (max-width: 440px) {
  .support .iconSection .container .content .container .title h3 {
    transform: translateX(-70%) translateY(30%);
  }
}
@media screen and (max-width: 440px) {
  .iconSection .container .content .container .title h3 {
    font-size: 4vw;
  }
}
.iconSection .container .content .container .title h2 {
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: normal;
}
@media screen and (max-width: 440px) {
  .iconSection .container .content .container .title h2 {
    font-size: 8vw;
  }
}
.iconSection .container .content .container .title p {
  color: white;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}
.support .iconSection .container .content .container .title p {
  color: #141414;
  font-weight: 300;
  font-size: 1.25vw;
  max-width: 70%;
}
@media screen and (max-width: 501px) {
  .support .iconSection .container .content .container .title p {
    max-width: 90%;
    font-size: 3.2vw;
  }
}
.iconSection .container .content .container .title.title2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.iconSection .container .content .container .title.title2 h3 {
  font-weight: 300;
  color: #145585;
  font-size: 1.8vw;
  transform: translateX(-35%) translateY(70%);
}
.iconSection .container .content .container .title.title2 h3.second {
  transform: translateX(50%) translateY(-20%);
}
.multicentric .iconSection .container .content .container .title.title2 h3.second {
  transform: translateX(0%) translateY(0%);
}
.livingwith .iconSection .container .content .container .title.title2 h3.second {
  transform: translateX(-36%) translateY(-20%);
}
@media screen and (max-width: 440px) {
  .livingwith .iconSection .container .content .container .title.title2 h3.second {
    transform: translateX(90%) translateY(20%);
  }
}
@media screen and (max-width: 440px) {
  .iconSection .container .content .container .title.title2 h3.second {
    transform: translateX(70%) translateY(0%);
  }
}
.livingwith .iconSection .container .content .container .title.title2 h3 {
  transform: translateX(-145%) translateY(70%);
}
@media screen and (max-width: 440px) {
  .livingwith .iconSection .container .content .container .title.title2 h3 {
    transform: translateX(-70%) translateY(0%);
  }
}
.support .iconSection .container .content .container .title.title2 h3 {
  transform: translateX(-120%) translateY(70%);
}
@media screen and (max-width: 440px) {
  .support .iconSection .container .content .container .title.title2 h3 {
    transform: translateX(-70%) translateY(30%);
  }
}
@media screen and (max-width: 440px) {
  .iconSection .container .content .container .title.title2 h3 {
    font-size: 4vw;
    transform: translateX(-55%) translateY(30%);
  }
}
.iconSection .container .content .container .terms {
  padding-bottom: 6rem;
}
.iconSection .container .content .container .terms .term {
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.iconSection .container .content .container .terms .term a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  color: #072b52;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  background: #ddb8ff;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
.iconSection .container .content .container .terms .term a:after {
  content: "";
  background: transparent url("../img/scrollDown.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
.iconSection .container .content .container .terms .term a.active {
  transition: all 0.3s ease;
}
.iconSection .container .content .container .terms .term a.active:after {
  content: "";
  background: transparent url("../img/scrollUp.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  .iconSection .container .content .container .terms .term a {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .terms .term a {
    font-size: 3.5vw;
    margin-bottom: 1.5rem;
  }
}
.iconSection .container .content .container .terms .term p {
  font-weight: 300;
  font-size: 1.3vw;
  color: #072b52;
  padding: 2rem 0;
  width: 90%;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .terms .term p {
    margin: 0 auto;
    font-size: 3vw;
  }
}
.iconSection .container .content .container .threeColumns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .threeColumns {
    flex-direction: column;
  }
}
.iconSection .container .content .container .threeColumns .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 22%;
  margin-right: 11%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .threeColumns .column {
    width: 95%;
    margin-right: 0;
  }
}
.iconSection .container .content .container .threeColumns .column img {
  width: auto;
  display: block;
  max-height: 200px;
  align-self: center;
}
.livingwith .iconSection .container .content .container .threeColumns .column img {
  max-height: 150px;
}
.support .iconSection .container .content .container .threeColumns .column img {
  max-height: 150px;
}
.iconSection .container .content .container .threeColumns .column h4 {
  color: #145585;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .threeColumns .column h4 {
    font-size: 3.2vw;
  }
}
.iconSection .container .content .container .threeColumns .column p {
  color: #145585;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .threeColumns .column p {
    font-size: 3.2vw;
  }
}
.iconSection .container .content .container .threeColumns .column:nth-child(3) {
  margin-right: 0%;
}
.iconSection .container .content .container .threeColumns .column:last-of-type {
  margin-right: 0%;
}
.iconSection .container .content .container .paraGraphSurround {
  width: 90%;
  margin-top: 4rem;
  background: transparent url("../img/paragraph-surround.png") no-repeat center;
  background-size: 100%;
  padding: 5% 0;
}
@media screen and (max-width: 819px) {
  .iconSection .container .content .container .paraGraphSurround {
    background: transparent url("../img/paragraph-surround.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
  }
}
.iconSection .container .content .container .paraGraphSurround p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.25vw;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .paraGraphSurround p {
    font-size: 3.2vw;
  }
}
.iconSection .container .content .container .getSupport {
  background: transparent url("../img/getSupport-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.5rem;
  padding: 3rem 5rem;
  white-space: nowrap;
  width: 90%;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .getSupport {
    flex-direction: column;
    width: 100%;
  }
}
.iconSection .container .content .container .getSupport a {
  color: white;
  text-decoration: none;
  display: flex;
  font-size: 25px;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  transform: scale(1);
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .iconSection .container .content .container .getSupport a {
    font-size: 15px;
  }
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .getSupport a {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .iconSection .container .content .container .getSupport a {
    font-size: 18px;
  }
}
.iconSection .container .content .container .getSupport a:first-of-type {
  border-right: 2px solid #ddb8ff;
  margin-right: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 501px) {
  .iconSection .container .content .container .getSupport a:first-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 2px solid #ddb8ff;
  }
}
.iconSection .container .content .container .getSupport a:after {
  content: "";
  background: transparent url("../img/right-arrow-white.svg") no-repeat center;
  background-size: 98%;
  width: 27px;
  height: 20px;
  display: block;
  margin-left: 20px;
}
.iconSection .container .content .container .getSupport a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.iconSection .container .bottom {
  width: 100%;
}

.container.references {
  background: white;
  transition: all 0.3s ease;
  overflow: hidden;
  /*	margin-top:-50px;*/
  z-index: 100;
  position: relative;
}
.container.references a.references {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  color: #072b52;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  background: #ddb8ff;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
@media screen and (max-width: 501px) {
  .container.references a.references {
    font-size: 3.1vw;
  }
}
.container.references a.references:after {
  content: "";
  background: transparent url("../img/scrollDown.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
.container.references a.references.active {
  transition: all 0.3s ease;
}
.container.references a.references.active:after {
  content: "";
  background: transparent url("../img/scrollUp.svg") no-repeat center;
  background-size: 98%;
  width: 15px;
  height: 21px;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
.container.references.active {
  transition: all 0.3s ease;
}
.container.references p {
  font-size: 0.9vw;
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
  color: #141414;
}
@media screen and (max-width: 501px) {
  .container.references p {
    font-size: 2vw;
  }
}
.container.references ol {
  width: 80%;
  margin: 0 auto;
}
.container.references ol li {
  font-size: 0.8vw;
  color: #141414;
}
@media screen and (max-width: 501px) {
  .container.references ol li {
    font-size: 2vw;
  }
}
.container.references ol li a {
  font-size: 0.9vw;
  color: #141414;
}
@media screen and (max-width: 501px) {
  .container.references ol li a {
    font-size: 2vw;
  }
}
.livingwith .container.references ol {
  padding-bottom: 3rem;
}
.container.references .sources {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
  padding-bottom: 3rem;
}
.container.references .sources p {
  width: 100%;
  font-weight: 300;
  color: #141414;
  font-size: 0.8vw;
}
.container.references .sources p a {
  color: #141414;
}
@media screen and (max-width: 501px) {
  .container.references .sources p {
    font-size: 2vw;
  }
}

footer {
  background: #45444f;
  padding: 2rem;
  padding-top: 4rem;
}
footer .brandingNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 501px) {
  footer .brandingNav {
    flex-direction: column;
  }
}
footer .brandingNav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 501px) {
  footer .brandingNav ul {
    margin-bottom: 2rem;
  }
}
footer .brandingNav ul li a {
  color: white;
  font-size: 1.1vw;
  font-weight: 300;
}
@media screen and (max-width: 501px) {
  footer .brandingNav ul li a {
    font-size: 2.5vw;
  }
}
footer .brandingNav ul li:first-of-type {
  margin-left: 0;
}
footer .brandingNav .logos .footerLogos {
  max-width: 250px;
}
@media screen and (max-width: 501px) {
  footer .brandingNav .logos .footerLogos {
    max-width: 250px;
  }
}
@media screen and (max-width: 501px) {
  footer .brandingNav .logos {
    margin-bottom: 2rem;
  }
}
footer .dateOfPrep p {
  font-size: 0.9vw;
  color: white;
}
@media screen and (max-width: 501px) {
  footer .dateOfPrep p {
    font-size: 2vw;
    text-align: center;
  }
}
footer .dateOfPrep .dop {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 501px) {
  footer .dateOfPrep .dop {
    justify-content: center;
  }
}
footer .dateOfPrep .dop p:first-of-type {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid white;
}
@media screen and (max-width: 501px) {
  footer .dateOfPrep .dop p {
    font-size: 2vw;
    text-align: center;
  }
}
.slider {
  max-width: 100%;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-prev {
  text-indent: -999px;
  background: transparent url("../img/leftArrowWhite.svg") no-repeat center;
  background-size: 98%;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 2000px) {
  .slider .slick-prev {
    top: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .slider .slick-prev {
    left: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slick-prev {
    left: -50px;
  }
}
@media screen and (max-width: 650px) {
  .slider .slick-prev {
    left: -30px;
  }
}
.slider .slick-prev.slick-disabled {
  opacity: 0.1;
}
.slider .slick-next {
  text-indent: -999px;
  background: transparent url("../img/right-arrow-white.svg") no-repeat center;
  background-size: 98%;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 2000px) {
  .slider .slick-next {
    top: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .slider .slick-next {
    right: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slick-next {
    right: -50px;
  }
}
@media screen and (max-width: 650px) {
  .slider .slick-next {
    right: -30px;
  }
}
.slider .slick-next.slick-disabled {
  opacity: 0.1;
}
.slider .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 501px) {
  .slider .slick-dots {
    margin-left: 0;
  }
}
.slider .slick-dots li {
  margin-top: 0;
}
.slider .slick-dots li button {
  background: #ffffff;
  text-indent: -9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 20px;
}
.slider .slick-dots li:first-of-type {
  margin-left: 0;
}
.slider .slick-dots li.slick-active button {
  background: #0099ff;
}
.slider .slide {
  /*		transform:scale(0.65) translateX(50%);*/
  /*		transition:all 0.3s ease;*/
  -webkit-transform: translate3d(0, 0, 0) scale(0.65) translateX(65%);
  transform: translate3d(0, 0, 0) scale(0.65) translateX(65%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider .slide:first-of-type {
  /*			transform:scale(0.65) translateX(50%);*/
}
.slider .slide:last-of-type {
  transform: translate3d(0, 0, 0) scale(0.65) translateX(-45%);
  /*			transition:all 0.3s ease;*/
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider .slide:last-of-type h2 {
  white-space: nowrap;
}
@media screen and (min-width: 968px) and (max-width: 1300px) {
  .slider .slide:last-of-type {
    transform: translate3d(0, 0, 0) scale(0.65) translateX(5%);
  }
}
.slider .slide.slick-cloned .slider .slide.slick-current {
  transform: translate3d(0, 0, 0) scale(0.9) translateX(0%);
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  /*			transition:all 0.3s ease;*/
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider .slide.slick-cloned .slider .slide.slick-current h2 {
  opacity: 1;
}
.slider .slide h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-200%);
  font-family: "Born Ready Slanted";
  font-size: 5vw;
  color: #145585;
  transition: all 0.3s ease;
  opacity: 0;
}
.slider .slide h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 2vw;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.slider .slide a {
  position: relative;
}
.slider .slide a img {
  margin: 0 auto;
  width: 100%;
}
.slider .slide a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  max-width: 10%;
  transition: all 0.3s ease;
}
.slider .slide a:hover {
  transition: all 0.3s ease;
}
.slider .slide a:hover .play {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.slider .slick-current {
  transition: all 0.3s ease;
  transform: scale(0.9);
  transform: translate3d(0, 0, 0) scale(0.9) translateX(0%);
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  /*		transition:all 0.3s ease;*/
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider .slick-current:last-of-type {
  transform: scale(0.9);
}
.slider .slick-current + .slide {
  transform: translate3d(0, 0, 0) scale(0.65) translateX(-65%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.container.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: relative;
}
@media screen and (max-width: 501px) {
  .container.share {
    flex-direction: column;
  }
}
.container.share .columns {
  display: flex;
  justify-content: space-between;
}
.livingwith .container.share .columns {
  display: none;
}
.container.share .getSupport {
  position: absolute;
  min-width: 80%;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  background: transparent url("../img/getSupport-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.5rem;
  padding: 3rem 5rem;
  white-space: nowrap;
}
.livingwith .container.share .getSupport {
  position: relative;
}
@media screen and (max-width: 501px) {
  .container.share .getSupport {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    transform: translateY(0%) translateX(0%);
    left: 0;
    position: relative;
  }
}
.container.share .getSupport a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 300;
  align-items: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  transform: scale(1);
  width: 50%;
  text-align: center;
}
.container.share .getSupport a:first-of-type {
  border-right: 2px solid #ddb8ff;
  margin-right: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 501px) {
  .container.share .getSupport a:first-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0px;
    border-bottom: 2px solid #ddb8ff;
  }
}
.livingwith .container.share .getSupport a {
  border: 0;
  flex: 1 1;
  margin-right: 0rem;
  padding-right: 0rem;
}
.container.share .getSupport a:after {
  content: "";
  background: transparent url("../img/right-arrow-white.svg") no-repeat center;
  background-size: 98%;
  width: 27px;
  height: 20px;
  display: block;
  margin-left: 20px;
}
.container.share .getSupport a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
@media screen and (max-width: 501px) {
  .container.share .getSupport a {
    width: 100%;
  }
}
.container.share .left {
  width: 45%;
}
.container.share .left img {
  width: 100%;
  display: block;
}
.container.share .right {
  width: 55%;
}
@media screen and (max-width: 440px) {
  .container.share .right {
    margin-top: -30px;
  }
}
.container.share .right .title {
  width: 80%;
  margin: 0 auto;
}
.container.share .right .title h2 {
  transform: skew(0deg, 0deg);
  margin-left: 0vw;
  font-family: "Born Ready Slanted";
  color: #145585;
  font-size: 8vw;
  line-height: 11.5vw;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .container.share .right .title h2 {
    font-size: 8vw;
  }
}
.container.share .right .title h3 {
  transform: translateY(100%);
  text-align: center;
  margin-left: 3vw;
}
@media screen and (max-width: 819px) {
  .container.share .right .title h3 {
    font-size: 3vw;
    margin-left: 5vw;
    transform: translateY(200%);
  }
}
@media screen and (max-width: 501px) {
  .container.share .right .title h3 {
    font-size: 3vw;
    margin-left: 5vw;
  }
}
.container.share .right p {
  width: 40%;
  margin: 0 auto;
  font-weight: 300;
  color: #141414;
  font-size: 1.3vw;
  text-align: left;
}
@media screen and (max-width: 501px) {
  .container.share .right p {
    font-size: 2.5vw;
    width: 80%;
  }
}
.container.share .right a {
  background: #ddb8ff;
  transition: all 0.3s ease;
  font-size: 1.1vw;
  color: #072b52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  max-width: 30%;
  margin: 0 auto;
  transform: scale(1) translateX(-15%);
  margin-top: 4rem;
  padding: 1rem 1.5rem;
  border-radius: 1.8rem;
  text-decoration: none;
}
.container.share .right a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05) translateX(-15%);
}
.container.share .right a:after {
  content: "";
  background: transparent url("../img/right-arrow.svg") no-repeat center;
  background-size: 98%;
  width: 20px;
  height: 18px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 501px) {
  .container.share .right a {
    margin-top: 2vw;
    font-size: 2.1vw;
    max-width: 80%;
    transform: scale(1) translateX(0%);
    padding: 0.5rem 1rem;
  }
}

.worldMap {
  width: 100%;
  position: relative;
}
.worldMap .map {
  width: 100%;
}
.worldMap .markerLabel {
  background: #4f59fa;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  width: 75%;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%) translateY(70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.worldMap .markerLabel.active {
  display: flex;
}
.worldMap .markerLabel p {
  font-size: 1.3vw;
  color: white;
  text-align: center;
  margin: 0;
}
.worldMap .markerLabel p a {
  color: white;
}
@media screen and (max-width: 501px) {
  .worldMap .markerLabel p {
    font-size: 2.5vw;
  }
}
.worldMap .markerLabel .close {
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.worldMap .mapMarkers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.worldMap .mapMarkers .marker {
  position: absolute;
  width: 30px;
  height: 30px;
  width: 2.5%;
  height: 5%;
  background: transparent url("../img/mapMarker.png") no-repeat center;
  background-size: 98%;
  cursor: pointer;
}
.worldMap .mapMarkers .marker.active {
  background: transparent url("../img/mapMarker-active.png") no-repeat center;
  background-size: 98%;
}
.worldMap .mapMarkers .marker.one {
  left: 17%;
  top: 40%;
}
.worldMap .mapMarkers .marker.two {
  left: 21%;
  top: 30%;
}
.worldMap .mapMarkers .marker.three {
  left: 31%;
  top: 62%;
}
.worldMap .mapMarkers .marker.four {
  left: 44.5%;
  top: 26%;
}
.worldMap .mapMarkers .marker.five {
  left: 43.5%;
  top: 35%;
}
.worldMap .mapMarkers .marker.six {
  left: 45.75%;
  top: 31%;
}
.worldMap .mapMarkers .marker.seven {
  left: 48.75%;
  top: 28.5%;
}
.worldMap .mapMarkers .marker.eight {
  left: 48.25%;
  top: 34%;
}
.worldMap .mapMarkers .marker.nine {
  left: 51.55%;
  top: 29%;
}
.worldMap .mapMarkers .marker.ten {
  left: 75%;
  top: 59%;
}

section.legal {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  section.legal {
    flex-direction: column;
  }
}

.legal.privacy .links {
  list-style-type: decimal;
}
.legal.privacy .links li {
  font-size: 12px;
}
.legal .links {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  align-self: flex-start;
  padding-top: 8vw;
  width: 22.5%;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .legal .links {
    position: relative;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .legal .links {
    padding-top: 130px;
  }
}
.legal .links li {
  margin-left: 0;
  line-height: 12px;
  margin-bottom: 16px;
  margin-top: 0;
}
.legal .links li a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  /*    			text-decoration: none;*/
}
.legal .container {
  max-width: 75%;
  /*		margin:0 auto;*/
  padding-top: 6vw !important;
}
@media screen and (max-width: 920px) {
  .legal .container {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 640px) {
  .legal .container {
    order: 2;
    padding-top: 0px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .legal .container {
    padding-top: 80px !important;
    padding-bottom: 30px;
  }
}
.legal .container h1 {
  font-size: 3.5vw;
  color: #000000;
  margin-top: 1.5vw;
}
@media screen and (max-width: 501px) {
  .legal .container h1 {
    font-size: 4.5vw;
  }
}
.legal .container h3 {
  font-size: 2vw;
  color: #000000;
}
@media screen and (max-width: 501px) {
  .legal .container h3 {
    font-size: 3vw;
  }
}
.legal .container p, .legal .container td {
  font-size: 1.6vw;
  color: #000000;
}
.legal .container p a, .legal .container td a {
  color: #000000;
}
@media screen and (max-width: 501px) {
  .legal .container p, .legal .container td {
    font-size: 2.6vw;
  }
}
.legal .container ul li, .legal .container ol li {
  font-size: 1.6vw;
  color: #000000;
}
.legal .container ul li a, .legal .container ol li a {
  color: #000000;
}
@media screen and (max-width: 501px) {
  .legal .container ul li, .legal .container ol li {
    font-size: 2.6vw;
  }
}
.legal .container ol {
  list-style: lower-alpha;
}
.legal .container th, .legal .container td {
  font-size: 1.2vw;
}
@media screen and (max-width: 501px) {
  .legal .container th, .legal .container td {
    font-size: 2.2vw;
  }
}

.animationMenu {
  position: fixed;
  z-index: 300;
  right: 0;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(0%);
  list-style: none;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .animationMenu.desktop {
    display: none;
  }
}
.animationMenu.desktop .container {
  background: #082b51;
}
.animationMenu.tablet {
  display: none;
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  .animationMenu.tablet {
    display: flex;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  .animationMenu.mobile {
    display: flex;
    top: 65%;
  }
}
@media screen and (min-width: 501px) {
  .animationMenu.mobile {
    display: none;
  }
}
.animationMenu li a {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  display: block;
  background: #efefef;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 14px;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 501px) {
  .animationMenu li a {
    /*				margin-right:15px;*/
  }
}
.animationMenu li:last-of-type a {
  text-indent: 0px;
  background: #ddb8ff;
  color: #072b52;
  text-decoration: none;
  width: auto;
  height: auto;
  border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  padding: 0.7rem 2rem;
  margin-right: 0px;
}

.embed-container {
  position: relative;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.embed-container .video-js {
  max-width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.embed-container .video-js .vjs-tech {
  width: 100% !important;
  height: auto !important;
}
.embed-container .video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  top: 50%;
  left: 50%;
  transform: translateX(0%) translateY(-40%);
  display: none;
}
.slick-current .embed-container .video-js .vjs-big-play-button {
  display: block;
}
.embed-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.embed-container .video-js .vjs-time-tooltip {
  white-space: nowrap;
}
.slick-current .embed-container .video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.slick-current .embed-container .video-js.vjs-playing .vjs-big-play-button {
  display: none;
}
.embed-container .vjs-poster {
  background-size: cover;
}

.overlays {
  width: 100%;
  height: 100%;
}
.overlays .scene1_overlays {
  width: 100%;
  height: 100%;
}
.overlays .scene1_overlays .greenOverlay1 {
  width: 7%;
  top: 44%;
  left: 31%;
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .greenOverlay1 {
    top: 48%;
    left: 40%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .greenOverlay1 {
    top: 24%;
    left: 40%;
  }
}
.overlays .scene1_overlays .greenOverlay2 {
  width: 11%;
  top: 68%;
  left: 31%;
  transform: rotate(-5deg);
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .greenOverlay2 {
    width: 11%;
    top: 88%;
    left: 41%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .greenOverlay2 {
    width: 11%;
    top: 52%;
    left: 41%;
  }
}
.overlays .scene1_overlays .greenOverlay3 {
  width: 9%;
  top: 46%;
  left: 82%;
  transform: rotate(5deg);
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .greenOverlay3 {
    top: 52%;
    left: 92%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .greenOverlay3 {
    top: 25%;
    left: 92%;
  }
}
.overlays .scene1_overlays .pinkOverlay1 {
  width: 4%;
  top: 40%;
  left: 33%;
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .pinkOverlay1 {
    top: 42%;
    left: 43.5%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .pinkOverlay1 {
    top: 20%;
    left: 43.5%;
  }
}
.overlays .scene1_overlays .pinkOverlay2 {
  width: 4%;
  top: 20%;
  left: 65%;
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .pinkOverlay2 {
    top: 7%;
    left: 75%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .pinkOverlay2 {
    top: -12%;
    left: 75%;
  }
}
.overlays .scene1_overlays .pinkOverlay3 {
  width: 3%;
  top: 55%;
  left: 82%;
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .pinkOverlay3 {
    top: 62%;
    left: 95%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .pinkOverlay3 {
    top: 34%;
    left: 95%;
  }
}
.overlays .scene1_overlays .orangeOverlay1 {
  width: 5%;
  top: 80%;
  left: 33%;
}
@media screen and (max-width: 820px) {
  .overlays .scene1_overlays .orangeOverlay1 {
    top: 106%;
    left: 38%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene1_overlays .orangeOverlay1 {
    top: 63%;
    left: 41%;
  }
}
.overlays .scene2_overlays {
  width: 100%;
  height: 100%;
}
.overlays .scene2_overlays .greenOverlay1 {
  width: 18%;
  top: 51%;
  left: 71%;
  transform: rotate(30deg);
}
@media screen and (max-width: 820px) {
  .overlays .scene2_overlays .greenOverlay1 {
    width: 18%;
    top: 51%;
    left: 71%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene2_overlays .greenOverlay1 {
    width: 18%;
    top: 51%;
    left: 71%;
  }
}
.overlays .scene2_overlays .pinkOverlay1 {
  width: 8%;
  top: 51%;
  left: 91%;
  transform: rotate(30deg);
}
@media screen and (max-width: 820px) {
  .overlays .scene2_overlays .pinkOverlay1 {
    width: 8%;
    top: 51%;
    left: 91%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene2_overlays .pinkOverlay1 {
    width: 8%;
    top: 51%;
    left: 91%;
  }
}
.overlays .scene2_overlays .darkGreenOverlay1 {
  width: 18%;
  top: 31%;
  left: -2%;
}
@media screen and (max-width: 820px) {
  .overlays .scene2_overlays .darkGreenOverlay1 {
    width: 18%;
    top: 31%;
    left: -2%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene2_overlays .darkGreenOverlay1 {
    width: 18%;
    top: 31%;
    left: -2%;
  }
}
.overlays .scene3_overlays .greenOverlay1 {
  width: 18%;
  top: 51%;
  left: 71%;
  transform: rotate(30deg);
}
.overlays .scene3_overlays .pinkOverlay1 {
  width: 18%;
  top: 51%;
  left: 71%;
  transform: rotate(30deg);
}
.overlays .scene3_overlays .orangeOverlay1 {
  width: 18%;
  top: 51%;
  left: 71%;
  transform: rotate(30deg);
}
.overlays .scene3_overlays .lightGreenOverlay1 {
  width: 18%;
  top: 51%;
  left: 71%;
  transform: rotate(30deg);
}
.overlays .scene4_overlays .orangeOverlay1 {
  width: 5%;
  top: 60%;
  left: -32%;
}
@media screen and (max-width: 820px) {
  .overlays .scene4_overlays .orangeOverlay1 {
    width: 5%;
    top: 60%;
    left: -32%;
  }
}
.overlays .scene4_overlays .lightGreenOverlay1 {
  width: 15%;
  top: 57%;
  left: -22%;
}
@media screen and (max-width: 820px) {
  .overlays .scene4_overlays .lightGreenOverlay1 {
    width: 15%;
    top: 77%;
    left: 6%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene4_overlays .lightGreenOverlay1 {
    width: 15%;
    top: 47%;
    left: 6%;
  }
}
.overlays .scene4_overlays .fadedBlueOverlay1 {
  width: 15%;
  top: 27%;
  left: 48%;
}
@media screen and (max-width: 820px) {
  .overlays .scene4_overlays .fadedBlueOverlay1 {
    width: 15%;
    top: 40%;
    left: 80%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene4_overlays .fadedBlueOverlay1 {
    width: 15%;
    top: 27%;
    left: 80%;
  }
}
@media screen and (max-width: 820px) {
  .overlays .scene4_overlays .fadedpurpleOverlay1 {
    width: 6%;
    top: 30%;
    left: 92%;
  }
}
@media screen and (max-width: 501px) {
  .overlays .scene4_overlays .fadedpurpleOverlay1 {
    width: 6%;
    top: 20%;
    left: 92%;
  }
}

.messageWrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 100;
  transform: translateY(-110%);
  transition: all 0.3s ease;
}
.messageWrapper.active {
  transform: translateY(0%);
  transition: all 0.3s ease;
}
.messageWrapper .messageBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 30px;
  border-radius: 1.5rem;
}
@media screen and (max-width: 501px) {
  .messageWrapper .messageBox {
    width: 90%;
  }
}
.messageWrapper .messageBox h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.messageWrapper .messageBox p {
  text-align: center;
  font-size: 16px;
}
.messageWrapper .messageBox .linkWrapper {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (max-width: 501px) {
  .messageWrapper .messageBox .linkWrapper {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
}
.messageWrapper .messageBox .linkWrapper a {
  background: #ddb8ff;
  transition: all 0.3s ease;
  font-size: 1.1vw;
  color: #072b52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  max-width: 30%;
  margin: 0 auto;
  transform: scale(1);
  margin-top: 4rem;
  padding: 1rem 1.5rem;
  border-radius: 1.8rem;
  text-decoration: none;
}
.messageWrapper .messageBox .linkWrapper a:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 501px) {
  .messageWrapper .messageBox .linkWrapper a:first-of-type {
    margin-right: auto;
  }
}
.messageWrapper .messageBox .linkWrapper a:focus {
  background: #072b52;
}
.messageWrapper .messageBox .linkWrapper a:hover {
  transition: all 0.3s ease;
  font-weight: bold;
  transform: scale(1.05);
}
.messageWrapper .messageBox .linkWrapper a:after {
  content: "";
  background: transparent url(../img/right-arrow.svg) no-repeat center;
  background-size: 98%;
  width: 20px;
  height: 18px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 501px) {
  .messageWrapper .messageBox .linkWrapper a {
    max-width: 80%;
    width: 80%;
    margin-top: 1vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4vw;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
  /*	position: relative;*/
}
header .mainNav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: white;
}
@media screen and (max-width: 1297px) {
  header .mainNav .page-container {
    justify-content: space-between;
  }
}
header .mainNav .logo {
  max-width: 180px;
  display: block;
  margin-left: 0.75rem;
}
@media screen and (max-width: 1297px) {
  header .mainNav .logo {
    z-index: 11;
  }
}
header .mainNav .logo img {
  width: 100%;
  display: block;
}
header .mainNav .mobile-menu {
  display: block;
  z-index: 11;
  width: 35px;
  margin-right: 15px;
}
@media screen and (min-width: 1297px) {
  header .mainNav .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 501px) {
  header .mainNav .mobile-menu {
    /*				margin-right:65px;*/
  }
}
.active header .mainNav .mobile-menu svg #top-rect {
  transform: rotate(45deg) translateY(15px);
  transform-origin: center;
  transition: all 0.3s ease;
}
.active header .mainNav .mobile-menu svg #middle-rect {
  opacity: 0;
  transition: all 0.3s ease;
}
.active header .mainNav .mobile-menu svg #bottom-rect {
  transform: rotate(-45deg) translateY(-23px) translateX(4px);
  transform-origin: center;
  transition: all 0.3s ease;
}
header .mainNav ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex: 1 1;
  justify-content: flex-end;
  margin: 0;
  margin-right: 4vw;
}
@media screen and (max-width: 1297px) {
  header .mainNav ul {
    position: fixed;
    height: 195vh;
    width: 100%;
    background: white;
    flex-direction: column;
    z-index: 10;
    justify-content: flex-start;
    transform: translateY(48%);
    left: 100%;
    transition: all 0.3s ease;
    padding-top: 80px;
  }
  .active header .mainNav ul {
    position: fixed;
    height: 195vh;
    width: 100%;
    background: white;
    flex-direction: column;
    z-index: 10;
    justify-content: flex-start;
    transform: translateY(48%);
    left: 0;
    transition: all 0.3s ease;
  }
}
header .mainNav ul li {
  margin: 0;
  margin-right: 1.5vw;
}
header .mainNav ul li.current-menu-item a {
  font-weight: 600;
}
@media screen and (max-width: 1297px) {
  header .mainNav ul li {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .mainNav ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #072b52;
  font-size: 13px;
  transition: all 0.3s ease;
  transform: scale(1);
  display: block;
}
header .mainNav ul li a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  header .mainNav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1297px) {
  header .mainNav ul li a {
    text-align: center;
    font-size: 15px;
  }
}
header .mainNav ul li:last-of-type {
  margin-right: 0vw;
}
header .SecondNav {
  background: rgb(227, 238, 255);
  background: linear-gradient(90deg, rgb(227, 238, 255) 0%, rgb(223, 217, 255) 100%);
  display: none;
}
.home-page header .SecondNav.home {
  display: block;
}
.unicentric header .SecondNav.unicentric {
  display: block;
}
.unicentric header .SecondNav.unicentric ul {
  margin-right: 32.75vw;
}
@media screen and (max-width: 1297px) {
  .unicentric header .SecondNav.unicentric ul {
    margin-right: 0;
  }
}
.multicentric header .SecondNav.multicentric {
  display: block;
}
.multicentric header .SecondNav.multicentric ul {
  margin-right: 32.75vw;
}
@media screen and (max-width: 1297px) {
  .multicentric header .SecondNav.multicentric ul {
    margin-right: 0;
  }
}
.livingwith header .SecondNav.livingwith {
  display: block;
}
@media screen and (max-width: 501px) {
  .livingwith header .SecondNav.livingwith {
    padding: 0 60px;
  }
}
.livingwith header .SecondNav.livingwith ul {
  margin-right: 32.75vw;
}
@media screen and (max-width: 1297px) {
  .livingwith header .SecondNav.livingwith ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .livingwith header .SecondNav.livingwith ul li:nth-child(2) {
    margin-right: 2.5vw !important;
  }
}
.support header .SecondNav.support {
  display: block;
}
@media screen and (max-width: 501px) {
  .support header .SecondNav.support {
    padding: 0 10px;
  }
}
.support header .SecondNav.support ul {
  margin-right: 26.75vw;
}
@media screen and (max-width: 1297px) {
  .support header .SecondNav.support ul {
    margin-right: 0;
  }
}
header .SecondNav ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex: 1 1;
  justify-content: flex-end;
  margin-right: 15.75vw;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  header .SecondNav ul.desktop {
    display: none;
  }
}
header .SecondNav ul.tablet {
  display: none;
}
@media screen and (min-width: 502px) and (max-width: 820px) {
  header .SecondNav ul.tablet {
    display: flex;
  }
}
@media screen and (min-width: 0px) and (max-width: 501px) {
  header .SecondNav ul.mobile {
    display: flex;
  }
}
@media screen and (min-width: 501px) {
  header .SecondNav ul.mobile {
    display: none;
  }
}
@media screen and (max-width: 1297px) {
  header .SecondNav ul {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
header .SecondNav ul li {
  margin-right: 1.5vw;
}
header .SecondNav ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #072b52;
  font-size: 11px;
  transition: all 0.3s ease;
  display: block;
  transform: scale(1);
}
header .SecondNav ul li a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  header .SecondNav ul li a {
    font-size: 11px;
  }
}
header .SecondNav ul li a.active {
  font-weight: 600;
}
header .SecondNav ul li:last-of-type {
  margin-right: 0vw;
}
@media screen and (max-width: 820px) {
  header .SecondNav ul li {
    margin: 0.5rem 0;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 414px) {
  header .SecondNav ul li:nth-child(2) {
    margin-right: 0;
  }
  .support header .SecondNav ul li:nth-child(2) {
    margin-right: 1.5vw;
  }
}