@charset "UTF-8";
@import url("../../blankslate/style.css");
@import url("../assets/vendor/fontawesome/css/all.min.css");
@import url("../assets/vendor/hamburger.css");
@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/n-Light.woff2") format("woff2"), url("../assets/font/n-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/nbl-Book.woff2") format("woff2"), url("../assets/font/nbl-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/n-Regular.woff2") format("woff2"), url("../assets/font/n-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/n-Medium.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/nbl-Bold.woff2") format("woff2"), url("../assets/font/nbl-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html,
body {
  min-height: 100vh; }

body {
  font-family: "nobel-bl", Arial, Helvetica, sans-serif; }
  body #wrapper.hfeed {
    width: 100%;
    margin: auto; }
  body a {
    color: #1571b5;
    text-decoration: none;
    word-break: break-word; }
  body.page-template-ultrastories {
    font-size: 0.72vw; }
    @media screen and (max-width: 820px) {
      body.page-template-ultrastories {
        font-size: 1em; } }

.container-inner {
  margin: 0 auto;
  max-width: 1152px;
  padding-left: 32px;
  padding-right: 32px; }

.container-outer {
  margin: 0 auto;
  max-width: 1440px; }

.three-col {
  display: flex;
  flex-wrap: wrap; }
  .three-col > * {
    flex: 0 0 33.3333%;
    padding: 2%; }
    .three-col > *:hover {
      background-color: rgba(26, 65, 117, 0.05); }
    .three-col > * img {
      max-width: 100%; }

@media screen and (min-width: 821px) {
  .mobile {
    display: none; } }

@media screen and (max-width: 820px) {
  .desktop {
    display: none; } }

html {
  color: #1A4175;
  line-height: 1.2; }

body {
  background-color: #e4e9f0; }

h1, h2, h3 {
  font-weight: 400; }
  h1 strong, h2 strong, h3 strong {
    font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }
  h2.uc {
    text-transform: uppercase;
    font-weight: 500;
    color: #30538a;
    font-size: 3.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 820px) {
      h2.uc {
        font-size: 2rem; } }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

strong {
  font-weight: 700; }

#container {
  background-color: white; }

.plain-cta,
.cta-button,
.trial_cta_button {
  color: #3e3e3e;
  display: inline-block;
  background-color: #eee;
  font-weight: 500;
  padding: 1.3em 3em 1.3em 5em;
  font-size: 1.1em;
  border-radius: 10em;
  margin: 3em 0 1em 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 30px 45px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  #content-header .plain-cta, #content-header
  .cta-button, #content-header
  .trial_cta_button {
    color: #3e3e3e; }
  .plain-cta::before,
  .cta-button::before,
  .trial_cta_button::before {
    content: '';
    position: absolute;
    height: 90%;
    top: 10%;
    width: 3em;
    background: url("../assets/img/lens-2.png") no-repeat center;
    background-size: contain;
    left: 1.2em;
    margin-right: 1em; }
  .plain-cta::after,
  .cta-button::after,
  .trial_cta_button::after {
    content: '';
    position: absolute;
    height: 30%;
    top: 35%;
    width: 2em;
    background: url("../assets/img/arrow.svg") no-repeat center;
    background-size: contain;
    right: 0.6em;
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  .plain-cta:hover, .plain-cta .hover-effect,
  .cta-button:hover,
  .cta-button .hover-effect,
  .trial_cta_button:hover,
  .trial_cta_button .hover-effect {
    background-image: url("../assets/img/bg-cta-active.png");
    background-size: cover;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.2);
    color: white !important; }
    .plain-cta:hover::after, .plain-cta .hover-effect::after,
    .cta-button:hover::after,
    .cta-button .hover-effect::after,
    .trial_cta_button:hover::after,
    .trial_cta_button .hover-effect::after {
      right: 0.3em; }

.plain-cta,
.cta-button {
  margin-left: 0;
  padding-left: 2em; }
  .plain-cta::before,
  .cta-button::before {
    content: none; }

.plain-cta {
  color: white;
  letter-spacing: 0.15em;
  background: #1377be;
  padding-top: 0.9em;
  box-shadow: none;
  padding-bottom: 0.9em;
  margin-top: 1em;
  background: linear-gradient(90deg, #1377be 0%, #113d74 100%); }
  .plain-cta:focus, .plain-cta:active, .plain-cta:hover {
    box-shadow: none;
    background: linear-gradient(90deg, #0d598f 0%, #051f3f 100%); }
  .plain-cta::after {
    background-image: url("../assets/img/arrow-white.svg"); }

a.chevron_button {
  display: inline-block;
  position: relative;
  padding: 0.2em 2.3em 0.4em 0;
  margin: 1em 0;
  transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_button::after {
    content: '';
    position: absolute;
    height: 36%;
    top: 32%;
    width: 2em;
    background: url("../assets/img/chevrons-ltor.svg") no-repeat center;
    background-size: contain;
    right: 0.2em;
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_button:hover::after {
    right: 0em; }

a.chevron_plain {
  font-weight: bold;
  display: inline-block;
  color: #1A4175;
  margin-top: 0.5em;
  padding: 0.5em 2em 0.5em 0;
  position: relative;
  font-size: 0.9em; }
  a.chevron_plain::after {
    content: '';
    position: absolute;
    height: 50%;
    top: 30%;
    width: 2em;
    background: url("../assets/img/chevrons-dark.svg") no-repeat center;
    background-size: contain;
    right: 0.2em;
    transform: rotate(-90deg);
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_plain:hover {
    color: #1571b5; }
    a.chevron_plain:hover::after {
      right: 0em; }

p.lens-decoration {
  display: inline-block;
  margin: 1em 0 1em 4.4em;
  padding: 0.4em 0.6em 0.3em 0em;
  position: relative;
  font-weight: 300;
  font-size: 0.9em; }
  p.lens-decoration::before {
    content: '';
    position: absolute;
    height: 90%;
    top: 0;
    width: 3.8em;
    background: url("../assets/img/lens.png") no-repeat center;
    background-size: contain;
    right: 100%;
    margin-right: 0.7em; }

sup.ref-sup {
  vertical-align: baseline;
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
  margin: 0 2px 0 1px; }

.pre-footer-area a.reflink {
  color: white; }
  .pre-footer-area a.reflink:hover {
    text-decoration: none; }

a.reflink {
  color: #1A4175; }
  a.reflink:hover {
    text-decoration: underline; }

#cookiescript_injected {
  border-top: 0.7em solid #1571b5; }

sup.copymark {
  font-size: .5em !important; }

.free-text .wpforms-confirmation-container-full {
  background: none;
  border: none;
  color: #1A4175;
  margin: 0;
  padding: 0; }

header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-ancestor > a,
header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a {
  color: #1A4175; }
  header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-ancestor > a::after,
  header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a::after {
    display: block;
    content: "";
    width: calc(100% - 4em);
    background: #1A4175;
    height: 2px;
    transition: width 0.2s;
    margin-top: 0.6em;
    margin-bottom: calc(-2px - 0.6em);
    position: absolute;
    bottom: 0.8em; }

.tm-small {
  font-size: 16px;
  position: relative;
  top: -10px; }
  .copymark .tm-small {
    top: 0; }

.tm-smaller {
  font-size: 12px;
  position: relative;
  top: -9px; }

#header-wrapper {
  border-bottom: 3px solid #c7cdd6;
  background-color: white;
  height: 7.1875rem;
  display: flex; }
  @media screen and (max-width: 820px) {
    #header-wrapper {
      height: auto; } }

header#header {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: stretch; }
  header#header #branding {
    padding: 1em 0;
    display: flex;
    align-items: center; }
    header#header #branding #site-title a {
      display: block;
      padding: 0.7em 0; }
    header#header #branding #site-title img {
      transition: scale 0.2s; }
      header#header #branding #site-title img:hover {
        scale: 1.1; }
  header#header .hamburger {
    display: none; }
  header#header #header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: stretch;
    position: relative; }
    header#header #header-right #sidebar {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 2em;
      margin-right: -10px; }
      @media screen and (max-width: 820px) {
        header#header #header-right #sidebar {
          top: auto;
          bottom: 1rem;
          right: 1.8rem; } }
      header#header #header-right #sidebar .wpml-ls-legacy-list-horizontal {
        padding: 0; }
        header#header #header-right #sidebar .wpml-ls-legacy-list-horizontal a {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
    header#header #header-right #header-audience {
      text-transform: uppercase;
      margin-bottom: 1em; }
      header#header #header-right #header-audience a {
        color: #858C93;
        font-size: 0.8em; }
        header#header #header-right #header-audience a:after {
          content: "";
          border-right: 0.3em #1571b5 solid;
          border-top: 0.3em #1571b5 solid;
          width: 0.5em;
          height: 0.5em;
          display: inline-block;
          transform: rotate(45deg);
          margin-left: 0.5em; }
    header#header #header-right nav#menu {
      flex: 1;
      display: flex;
      align-items: center; }
      header#header #header-right nav#menu .menu-primary-container {
        display: flex; }
    header#header #header-right nav#menu ul.menu {
      display: flex;
      align-items: stretch;
      font-weight: 500;
      font-size: 16px; }
      header#header #header-right nav#menu ul.menu > li {
        display: flex;
        align-items: center;
        position: relative; }
        header#header #header-right nav#menu ul.menu > li.menu-item {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media screen and (max-width: 820px) {
            header#header #header-right nav#menu ul.menu > li.menu-item:last-of-type {
              padding-top: 1rem; } }
          header#header #header-right nav#menu ul.menu > li.menu-item > a {
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            padding-left: 2em;
            padding-right: 2em;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #3c3c3c;
            text-transform: uppercase;
            flex: 1;
            justify-content: center;
            word-spacing: 0.2em;
            position: relative;
            text-align: center; }
            @media screen and (max-width: 820px) {
              header#header #header-right nav#menu ul.menu > li.menu-item > a {
                padding-top: 1.1em;
                padding-bottom: 0.4em;
                text-align: right; } }
          header#header #header-right nav#menu ul.menu > li.menu-item > a::after {
            display: block;
            content: "";
            width: 0%;
            background: #1A4175;
            height: 2px;
            transition: width 0.2s;
            margin-top: 0.6em;
            margin-bottom: calc(-2px - 0.6em);
            position: absolute;
            bottom: 0.8em; }
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a {
            color: #1A4175; }
            header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a::after, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a::after {
              width: calc(100% - 4em); }
              @media screen and (max-width: 820px) {
                header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a::after, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a::after {
                  width: 0; } }
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-ancestor > a,
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a {
            font-weight: 700; }
        header#header #header-right nav#menu ul.menu > li.menu-find-icon a::after {
          content: "";
          font-family: "Font Awesome 5 Free";
          color: #1571b5;
          font-weight: 900;
          margin-left: 0.4em; }
        header#header #header-right nav#menu ul.menu > li:hover ul {
          display: flex; }
        header#header #header-right nav#menu ul.menu > li ul {
          border-top: 3px solid #c7cdd6;
          padding: 1.5em;
          position: absolute;
          top: 100%;
          background: white;
          display: flex;
          display: none;
          flex-direction: column;
          width: 20em;
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
          z-index: 3; }
          @media screen and (max-width: 820px) {
            header#header #header-right nav#menu ul.menu > li ul {
              position: static;
              display: flex;
              box-shadow: none;
              border-top: none;
              background-color: transparent;
              padding: 0 0 0.5em;
              box-sizing: border-box;
              width: auto; } }
          header#header #header-right nav#menu ul.menu > li ul li {
            text-align: center; }
            header#header #header-right nav#menu ul.menu > li ul li a {
              padding: 0.8em;
              display: block;
              color: #888;
              text-transform: uppercase; }
              @media screen and (max-width: 820px) {
                header#header #header-right nav#menu ul.menu > li ul li a {
                  padding: 0.5em 2em; } }
            header#header #header-right nav#menu ul.menu > li ul li.current-menu-item a,
            header#header #header-right nav#menu ul.menu > li ul li a:hover {
              color: #222; }
              header#header #header-right nav#menu ul.menu > li ul li.current-menu-item a:after,
              header#header #header-right nav#menu ul.menu > li ul li a:hover:after {
                -webkit-filter: grayscale(0%);
                        filter: grayscale(0%); }
            header#header #header-right nav#menu ul.menu > li ul li.current-menu-item a {
              font-weight: 700; }

#menu-item-1348,
#menu-item-1349,
#menu-item-978,
#menu-item-979,
#menu-item-1306,
#menu-item-1307,
#menu-item-1308,
#menu-item-1309 {
  position: relative; }
  #menu-item-1348 a,
  #menu-item-1349 a,
  #menu-item-978 a,
  #menu-item-979 a,
  #menu-item-1306 a,
  #menu-item-1307 a,
  #menu-item-1308 a,
  #menu-item-1309 a {
    height: 60px;
    color: transparent !important; }
    #menu-item-1348 a:after,
    #menu-item-1349 a:after,
    #menu-item-978 a:after,
    #menu-item-979 a:after,
    #menu-item-1306 a:after,
    #menu-item-1307 a:after,
    #menu-item-1308 a:after,
    #menu-item-1309 a:after {
      content: "" !important;
      display: block !important;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 70%;
      background-image: url("/wp-content/uploads/2022/12/ultra-one-day-spherical.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: 50%;
      transform: translateY(-50%);
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      transition: 0.4s ease filter; }
      @media screen and (max-width: 820px) {
        #menu-item-1348 a:after,
        #menu-item-1349 a:after,
        #menu-item-978 a:after,
        #menu-item-979 a:after,
        #menu-item-1306 a:after,
        #menu-item-1307 a:after,
        #menu-item-1308 a:after,
        #menu-item-1309 a:after {
          width: 70%;
          left: initial;
          right: 25px; } }
  #menu-item-1348.current-menu-item a:after,
  #menu-item-1349.current-menu-item a:after,
  #menu-item-978.current-menu-item a:after,
  #menu-item-979.current-menu-item a:after,
  #menu-item-1306.current-menu-item a:after,
  #menu-item-1307.current-menu-item a:after,
  #menu-item-1308.current-menu-item a:after,
  #menu-item-1309.current-menu-item a:after {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

#menu-item-1348 a:after,
#menu-item-1349 a:after,
#menu-item-1307 a:after,
#menu-item-1309 a:after {
  background-image: url("/wp-content/uploads/2022/12/ultra-one-multifocal-logo.png"); }

#content-header ~ #content-main {
  overflow: hidden;
  background-color: white; }
  #content-header ~ #content-main img {
    max-width: 100%;
    height: auto; }

#cookiescript_badgeimage {
  width: 25px !important;
  height: 25px !important; }

#cookiescript_badgesvg {
  width: 25px !important;
  height: 25px !important; }

#cookiescript_badgetext {
  line-height: 2.5 !important;
  line-height: 1.5 !important; }

.floating-cta-wrapper {
  position: fixed;
  bottom: 0;
  width: 100vw;
  box-shadow: 0 0px 10px 7px rgba(0, 0, 0, 0.15);
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%); }
  .floating-cta-wrapper.active {
    transform: translateY(0%); }
  .floating-cta-wrapper > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em; }
    @media screen and (max-width: 820px) {
      .floating-cta-wrapper > div {
        display: block; } }
    .floating-cta-wrapper > div p a.cta-button {
      margin-top: 1em; }
    .floating-cta-wrapper > div p:first-child {
      font-size: 1.4em; }
      @media screen and (max-width: 820px) {
        .floating-cta-wrapper > div p:first-child {
          font-size: 1em; } }
  .floating-cta-wrapper .cta-full-width {
    grid-column: 1 / 3;
    background: #1A4175;
    background: linear-gradient(72deg, rgba(26, 65, 117, 0.95) 64%, rgba(243, 245, 248, 0.5) 100%); }
    .floating-cta-wrapper .cta-full-width p {
      color: white; }
  .floating-cta-wrapper .cta-left {
    background: #1A4175;
    background: linear-gradient(72deg, rgba(26, 65, 117, 0.95) 64%, rgba(243, 245, 248, 0.5) 100%); }
    .floating-cta-wrapper .cta-left p {
      color: white; }
  .floating-cta-wrapper .cta-right {
    background: white;
    background: linear-gradient(72deg, rgba(255, 255, 255, 0.95) 0%, rgba(205, 215, 231, 0.95) 100%); }

@media screen and (max-width: 820px) {
  body #footer-site-branding, body #footer-nav-menu {
    display: none; } }

#pre-footer-area {
  color: #fff;
  background-color: #1A4175;
  text-align: center; }
  #pre-footer-area h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
    #pre-footer-area h2 strong {
      font-weight: bold; }
  #pre-footer-area #pre-footer {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.4em; }
    #pre-footer-area #pre-footer .top-text.trial-hidden {
      font-size: 1.6em;
      line-height: 1.2; }
  #pre-footer-area .icon-tiles {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 3em 0 1em; }
    #pre-footer-area .icon-tiles .icon-tile {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      color: #A6C2D7;
      max-width: 12em;
      line-height: 1.5; }
      #pre-footer-area .icon-tiles .icon-tile .icon {
        height: 100px; }
  #pre-footer-area .bottom-text {
    color: #A6C2D7;
    font-size: 0.9em; }

footer#footer {
  display: flex;
  justify-content: space-between;
  padding: 5em 2em 3em; }
  footer#footer a {
    color: #1A4175;
    font-weight: 500; }
    footer#footer a:hover {
      color: #858C93; }
  footer#footer .soc-links a {
    color: white; }
  footer#footer ul > li {
    margin-bottom: 1em; }
  footer#footer ul#menu-social-links-menu {
    display: flex; }
    footer#footer ul#menu-social-links-menu .social-link a:after {
      content: "";
      font-family: "Font Awesome 5 Free";
      color: #1571b5;
      font-weight: 900;
      height: 1em;
      width: 1em; }
  footer#footer #footer-social-menu {
    min-width: 10em; }
    footer#footer #footer-social-menu h3 {
      font-size: 1em;
      margin-bottom: 0.5em; }

.soc-links {
  display: flex;
  margin: 1em 0; }
  .soc-links li a {
    font-size: 1.2em;
    display: block;
    width: 1.8em;
    height: 1.8em;
    background-color: #1A4175;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6em; }
    .soc-links li a:hover {
      background-color: #1571b5; }

.sub-footer {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
  line-height: 1.4;
  color: #30538a;
  opacity: 0.6; }

#footer-legal-menu a {
  font-size: 1em; }

footer#footer #footer-legal-menu ul > li {
  margin-bottom: .5em; }

body.para-drop {
  height: 100vh;
  overflow: hidden; }
  body.para-drop #wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    perspective: 100px;
    perspective-origin: center;
    transform-style: preserve-3d; }
  body.para-drop #content-header ~ #content-main {
    overflow: visible; }
  body.para-drop .two-column {
    padding-top: 2em; }
  body.para-drop .icon-tiles .container-inner {
    background: #eff2f3; }
  body.para-drop.page-id-1252 .container-inner {
    overflow: initial;
    background: transparent; }
  body.para-drop .container-inner {
    position: relative;
    overflow: hidden;
    background: white; }
    body.para-drop .container-inner#footer, body.para-drop .container-inner.sub-footer {
      background-color: transparent; }
    body.para-drop .container-inner.table {
      padding-bottom: 3rem; }
  body.para-drop .dropHolder {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-style: preserve-3d; }
    body.para-drop .dropHolder .drop {
      width: 17px;
      height: 18px;
      position: absolute;
      transform-origin: center right;
      background: no-repeat center; }
      body.para-drop .dropHolder .drop.bg {
        background-image: url("../assets/img/ecp/bubble-bg.png");
        z-index: 0; }
      body.para-drop .dropHolder .drop.mg-2 {
        width: 17px;
        height: 18px;
        z-index: 0;
        background-image: url("../assets/img/ecp/bubble-mg-2.png"); }
      body.para-drop .dropHolder .drop.mg-1 {
        width: 25px;
        height: 23px;
        z-index: 0;
        background-image: url("../assets/img/ecp/bubble-mg-1.png"); }
      body.para-drop .dropHolder .drop.fg-2 {
        width: 34px;
        height: 42px;
        background-image: url("../assets/img/ecp/bubble-fg-2.png");
        z-index: 0; }
      body.para-drop .dropHolder .drop.fg-1 {
        width: 67px;
        height: 70px;
        background-image: url("../assets/img/ecp/bubble-fg-1.png");
        z-index: 0; }

article.type-post header .post-image-wrapper {
  height: calc(100vh - 9.1875rem);
  width: 100%; }
  article.type-post header .post-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

article.type-post header h1.entry-title {
  max-width: 1152px;
  margin: 1em auto 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.3em; }

article.type-post .entry-content .post-introduction {
  max-width: 1152px;
  margin: 1em auto; }
  article.type-post .entry-content .post-introduction h2 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em; }
  article.type-post .entry-content .post-introduction p {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: .3em; }
    article.type-post .entry-content .post-introduction p strong {
      font-weight: 400; }

article.type-post .entry-content .post-free-trial-banner {
  display: flex;
  max-width: 1152px;
  margin: 1em auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 3em; }
  article.type-post .entry-content .post-free-trial-banner .left-inner {
    font-size: 1.5em; }
  @media screen and (max-width: 820px) {
    article.type-post .entry-content .post-free-trial-banner .right-inner a {
      margin-top: 2em;
      font-size: 2.7vw; } }

article.type-post .entry-content .post-content {
  max-width: 1152px;
  margin: auto; }
  article.type-post .entry-content .post-content h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 1em 0; }
  article.type-post .entry-content .post-content p {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1em;
    font-weight: 200;
    position: relative; }
    article.type-post .entry-content .post-content p.story-highlight {
      font-size: 2.3em;
      font-style: italic;
      margin-left: -3em;
      width: calc(100% + 3em);
      max-width: calc(100% + 3em); }
    article.type-post .entry-content .post-content p:nth-child(3n+2):not(.story-highlight):before {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-105%);
      background-image: url("../assets/img/bubbles.png");
      background-size: 200%;
      background-repeat: no-repeat;
      content: '';
      height: 80px;
      width: 80px;
      display: block; }
    article.type-post .entry-content .post-content p:nth-child(3n+4):not(.story-highlight):after {
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(105%);
      background-image: url("../assets/img/bubbles.png");
      background-size: 200%;
      background-repeat: no-repeat;
      background-position: bottom right;
      content: '';
      height: 80px;
      width: 80px;
      display: block; }
  article.type-post .entry-content .post-content img {
    max-width: calc(100% + 6em);
    width: calc(100% + 6em);
    height: auto;
    margin-left: -3em;
    z-index: 2;
    position: relative; }

article.type-post .entry-content .post-footer {
  margin: 0 auto;
  max-width: 1152px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex; }
  article.type-post .entry-content .post-footer .post-footer-text {
    background-color: white;
    min-height: 23em;
    display: flex;
    align-items: center;
    flex: 1 0 0; }
    article.type-post .entry-content .post-footer .post-footer-text .inner h2 {
      text-transform: uppercase;
      font-weight: 500;
      color: #1A4175;
      font-size: 3.5em;
      letter-spacing: -0.02em;
      margin-bottom: 0.7em; }
    article.type-post .entry-content .post-footer .post-footer-text .inner p {
      font-size: 1.5em;
      line-height: 1.3; }
  article.type-post .entry-content .post-footer .post-cta {
    flex: 1 0 0;
    min-height: 20rem;
    align-self: flex-end; }
    article.type-post .entry-content .post-footer .post-cta a {
      display: flex;
      flex-direction: column;
      align-items: center; }
      article.type-post .entry-content .post-footer .post-cta a img {
        width: 100%;
        max-width: 28rem; }

.mapsvg-wrap .plain-cta {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1.2em;
  padding-right: 2em;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.3em; }

.mapsvg-wrap i.fa-star {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
  margin-right: 0.2em;
  color: #30538a; }

.mapsvg-wrap .mapsvg-directory-item {
  font-family: "nobel-bl", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-left: 1em;
  position: relative; }
  .mapsvg-wrap .mapsvg-directory-item .distance {
    position: absolute;
    bottom: 16px;
    right: 15px;
    font-weight: 500;
    color: #1571b5;
    font-size: 0.9em; }
    .mapsvg-wrap .mapsvg-directory-item .distance ~ .inactive {
      margin-bottom: 2.2em; }
  .mapsvg-wrap .mapsvg-directory-item .preferred-explained {
    font-size: 0.8em;
    padding-left: 1.4em;
    padding-right: 1em;
    position: relative;
    margin-top: 0.5em;
    color: #1A4175;
    font-weight: bold; }
    .mapsvg-wrap .mapsvg-directory-item .preferred-explained i.fas {
      position: absolute;
      left: 0;
      top: 0.2em; }
  .mapsvg-wrap .mapsvg-directory-item .inactive {
    font-size: 0.8em;
    padding-left: 1.4em;
    padding-right: 1em;
    position: relative;
    margin-top: 0.5em; }
    .mapsvg-wrap .mapsvg-directory-item .inactive i.fas {
      position: absolute;
      left: 0;
      top: 0.2em; }
  .mapsvg-wrap .mapsvg-directory-item strong {
    font-weight: 500;
    color: #30538a;
    text-transform: uppercase; }

.mapsvg-wrap .mapsvg-popover {
  font-family: "nobel-bl", Arial, Helvetica, sans-serif;
  font-size: 0.8em; }
  .mapsvg-wrap .mapsvg-popover strong {
    font-weight: 500;
    color: #30538a;
    text-transform: uppercase; }
  .mapsvg-wrap .mapsvg-popover .inactive {
    font-size: 0.8em;
    padding-left: 1.4em;
    padding-right: 1em;
    position: relative;
    margin-top: 0.5em; }
    .mapsvg-wrap .mapsvg-popover .inactive i.fas {
      position: absolute;
      left: 0;
      top: 0.2em; }
  .mapsvg-wrap .mapsvg-popover .preferred-explained {
    font-size: 0.9em;
    padding: 0.4em 0;
    color: #1A4175;
    font-weight: bold; }

.headline {
  font-size: 1.3em; }
  .headline.headline__left {
    margin: 0 32px; }
    @media screen and (min-width: 1520px) {
      .headline.headline__left {
        margin: 0 auto; } }
    .headline.headline__left * {
      max-width: 1350px; }
    .headline.headline__left h2 {
      margin-bottom: 1.5em; }
  .headline h2 {
    text-align: center;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media screen and (max-width: 820px) {
      .headline h2 {
        margin-top: 1em;
        margin-bottom: 1em; } }
    .headline h2 strong {
      display: block; }

.headline-styled {
  margin: 3em 32px 1em; }
  @media screen and (max-width: 820px) {
    .headline-styled {
      margin: 3em 16px 1em; } }
  @media screen and (min-width: 1520px) {
    .headline-styled {
      margin: 3em auto 1em; } }
  .headline-styled h2 {
    font-size: 6.75em;
    font-size: clamp(3em, 6vw, 6.75em);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.06em; }
    .headline-styled h2 span {
      font-size: 0.375em;
      margin-bottom: 5px;
      letter-spacing: -0.02em; }
      @media screen and (max-width: 820px) {
        .headline-styled h2 span {
          font-size: 0.45em; } }
  .headline-styled p {
    font-size: 2.1em; }
  .headline-styled.small {
    padding-bottom: 5px;
    margin: 2.5rem auto 1rem; }
    @media screen and (min-width: 820px) {
      .headline-styled.small {
        margin: 3rem auto 1rem; } }
    .headline-styled.small h2 {
      font-size: clamp(40px, 5vw, 64px); }
      .headline-styled.small h2 span {
        font-size: clamp(21px, 3vw, 25px); }
    .headline-styled.small h3 {
      font-size: clamp(30px, 4vw, 41px); }
    .headline-styled.small p {
      font-size: 2.1em; }
    .headline-styled.small .ref-sup {
      font-size: 0.35em; }

#content-header {
  background: #1A4175; }
  #content-header.bg-white {
    background: white; }
  #content-header, #content-header a {
    color: #fff; }
  #content-header .hero-video-lightbox {
    display: none; }
    #content-header .hero-video-lightbox.active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.8);
      z-index: 10;
      display: flex;
      justify-content: center;
      align-content: center; }
      #content-header .hero-video-lightbox.active a.hero-video-lightbox-close {
        display: block;
        height: 3em;
        width: 3em;
        position: absolute;
        top: 3em;
        right: 3em;
        background-image: url("../assets/img/close-button.svg");
        background-size: contain;
        background-repeat: no-repeat; }
      #content-header .hero-video-lightbox.active video {
        width: 80%; }
  #content-header .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden; }
    #content-header .hero.fullwidth {
      max-width: none;
      height: 30vw; }
      #content-header .hero.fullwidth img {
        width: 100%; }
    #content-header .hero .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: top; }
      #content-header .hero .bg-img.mob {
        display: none; }
      @media screen and (max-width: 820px) {
        #content-header .hero .bg-img.dt {
          display: none; }
        #content-header .hero .bg-img.mob {
          display: block; } }
    #content-header .hero::before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .site-id-1 #content-header .hero::before {
        padding-top: 47.3%; }
      @media screen and (max-width: 820px) {
        #content-header .hero::before {
          padding-top: 100% !important; } }
    #content-header .hero.preserve-ar::before {
      content: none; }
    #content-header .hero.preserve-ar img {
      max-width: 100%;
      height: auto; }
      #content-header .hero.preserve-ar img.mob {
        display: none; }
      @media screen and (max-width: 820px) {
        #content-header .hero.preserve-ar img.dt {
          display: none; }
        #content-header .hero.preserve-ar img.mob {
          display: block;
          height: 100vw;
          -o-object-fit: cover;
             object-fit: cover; } }
    #content-header .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #content-header .hero .hero-overlay {
      position: absolute;
      bottom: 0;
      width: 40vw;
      left: 53%;
      top: 50%;
      font-size: 1.8em;
      padding-left: 32px;
      padding-right: 32px;
      transform: translateY(-50%); }
      #content-header .hero .hero-overlay h1 {
        font-size: 2.8vw;
        font-weight: 700;
        text-transform: uppercase; }
      @media screen and (max-width: 820px) {
        #content-header .hero .hero-overlay {
          padding-left: 16px;
          padding-right: 16px; } }
      #content-header .hero .hero-overlay img {
        width: auto;
        margin: 2em 0; }
      #content-header .hero .hero-overlay .lens-decoration {
        margin-top: 2em;
        margin-bottom: 2em; }
  #content-header .blue-banner {
    font-size: 1.3em;
    padding: 1em 0;
    position: relative; }
    .site-id-1 #content-header .blue-banner .banner-image + .banner-text {
      min-height: 0; }
    #content-header .blue-banner .banner-inner {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      justify-content: space-between; }
    #content-header .blue-banner .banner-image {
      margin-top: -10%;
      margin-left: 2em; }
      #content-header .blue-banner .banner-image + .banner-text {
        min-height: 260px;
        padding: 0; }
    #content-header .blue-banner .banner-text {
      padding: 2em 0;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #content-header .blue-banner h2 {
      margin-bottom: 0.4em; }
    #content-header .blue-banner p {
      line-height: 1.4; }

.landing-hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 7.1875rem);
  background: url("../assets/img/landing/bg.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 820px) {
    .landing-hero {
      min-height: 150vw; } }
  .landing-hero .waterfall {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../assets/img/landing/waterfall.webp") no-repeat right top;
    background-size: contain;
    width: 100%;
    height: 30em; }
    @media screen and (max-width: 820px) {
      .landing-hero .waterfall {
        height: 50vw; } }
  .landing-hero .face {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 30%;
    background: url("../assets/img/landing/bandl-2.webp") no-repeat right top;
    background-size: cover; }
    .swiper-slide__1 .landing-hero .face,
    .swiper-slide__0 .landing-hero .face {
      right: 0; }
      @media screen and (max-width: 820px) {
        .swiper-slide__1 .landing-hero .face,
        .swiper-slide__0 .landing-hero .face {
          background-position: center; }
          .swiper-slide__1 .landing-hero .face:after,
          .swiper-slide__0 .landing-hero .face:after {
            content: '';
            width: 100%;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            background: transparent linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
            opacity: 0.65; } }
      @media screen and (min-width: 1350px) {
        .swiper-slide__1 .landing-hero .face,
        .swiper-slide__0 .landing-hero .face {
          top: -150px; } }
    .swiper-slide__0 .landing-hero .face {
      background-position: 60% top; }
      @media screen and (max-width: 820px) {
        .swiper-slide__0 .landing-hero .face {
          background-position: 30% top; } }
      @media screen and (min-width: 1350px) {
        .swiper-slide__0 .landing-hero .face {
          top: 0; } }
    @media screen and (max-width: 820px) {
      .landing-hero .face {
        background-image: url("../assets/img/landing/bandl-small-tinypng.png");
        left: 0;
        right: auto;
        width: 100%;
        background-position: 87.5% top; } }
  .landing-hero .text-overlay {
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 2em; }
    @media screen and (max-width: 1480px) {
      .landing-hero .text-overlay {
        font-size: 1.4vw; } }
    @media screen and (max-width: 820px) {
      .landing-hero .text-overlay {
        font-size: 0.8em;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end; } }
    .landing-hero .text-overlay h1,
    .landing-hero .text-overlay h2 {
      text-transform: uppercase; }
    .landing-hero .text-overlay h2 {
      font-size: 1.1em;
      font-weight: 300;
      opacity: 0.75;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay h2 {
          font-size: 1.3em;
          margin-bottom: 0.3em;
          width: 12em;
          letter-spacing: 0.18em;
          line-height: 1.1em; } }
    .landing-hero .text-overlay h1 {
      font-weight: bold;
      font-size: 4em;
      letter-spacing: -0.06em;
      line-height: 0.9;
      text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay h1 {
          font-size: 3.1em;
          margin-bottom: 0; } }
      .landing-hero .text-overlay h1 strong {
        font-size: 1.3em;
        position: relative;
        left: -0.04em; }
    .landing-hero .text-overlay p {
      letter-spacing: 0.05em;
      line-height: 1.3; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay p {
          font-size: 1.15em;
          letter-spacing: 0.05em; } }
  @media screen and (max-width: 820px) {
    .landing-hero .cta {
      text-align: right; } }
  @media screen and (max-width: 820px) {
    .landing-hero .cta a.trial_cta_button {
      margin-top: 2em;
      font-size: 2.7vw; } }
  .landing-hero .container-outer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 100vw; }
    .landing-hero .container-outer .overlay {
      padding-left: 58%; }
      @media screen and (max-width: 820px) {
        .landing-hero .container-outer .overlay {
          position: absolute;
          padding: 0;
          right: 1em;
          bottom: 3.6em;
          width: 55%; } }

.carousel_hero .swiper {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 40px;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-inactive-color: white; }
  .carousel_hero .swiper > .swiper-pagination-bullets,
  .carousel_hero .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .carousel_hero .swiper .swiper-pagination-custom,
  .carousel_hero .swiper .swiper-pagination-fraction {
    bottom: 30px;
    transform: translateY(-100%); }
    @media screen and (max-width: 820px) {
      .carousel_hero .swiper > .swiper-pagination-bullets,
      .carousel_hero .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
      .carousel_hero .swiper .swiper-pagination-custom,
      .carousel_hero .swiper .swiper-pagination-fraction {
        bottom: 0; } }
  .carousel_hero .swiper .swiper-pagination-bullet {
    background-color: white; }
    @media screen and (max-width: 820px) {
      .carousel_hero .swiper .swiper-pagination-bullet {
        margin: 0 20px !important; } }
    .carousel_hero .swiper .swiper-pagination-bullet:nth-child(2) {
      background-color: #fff67c; }
  .carousel_hero .swiper-slide__1 .text-overlay {
    font-size: 1.25em; }
    @media screen and (max-width: 768px) {
      .carousel_hero .swiper-slide__1 .text-overlay {
        font-size: 0.8em; } }
    @media screen and (min-width: 1520px) {
      .carousel_hero .swiper-slide__1 .text-overlay {
        font-size: 1.85em; } }
  @media screen and (min-width: 821px) {
    .carousel_hero .swiper-slide__1 .overlay {
      padding-left: 60%;
      padding-right: 5%; } }
  @media screen and (min-width: 1050px) {
    .carousel_hero .swiper-slide__1 .overlay {
      padding-right: 20px;
      padding-left: 60%; } }
  .carousel_hero .swiper-slide__1 h1 {
    font-size: 3.4em;
    margin-bottom: 0.4rem;
    margin-top: 0.625rem;
    letter-spacing: -0.09em;
    text-shadow: none; }
    .carousel_hero .swiper-slide__1 h1 strong {
      font-size: 1.1em; }
  .carousel_hero .swiper-slide__1 h2 {
    letter-spacing: 0.04em;
    font-size: 1.3em; }
  .carousel_hero .swiper-slide__1 h3,
  .carousel_hero .swiper-slide__1 h4 {
    letter-spacing: -0.04em; }
  .carousel_hero .swiper-slide__1 h3 {
    font-size: 2.9em;
    margin-bottom: .085em; }
  .carousel_hero .swiper-slide__1 h4 {
    font-size: 3.6em; }
  .carousel_hero .swiper-slide__1 p {
    margin-top: 30px;
    letter-spacing: -.03em;
    max-width: 600px; }
    @media screen and (min-width: 1520px) {
      .carousel_hero .swiper-slide__1 p {
        font-size: 0.92em; } }
  .carousel_hero .swiper-slide__1 .face {
    background-position: center;
    top: -150px; }
    @media screen and (max-width: 820px) {
      .carousel_hero .swiper-slide__1 .face {
        background-image: url("https://uod.fourcommunications.digital/wp-content/uploads/2023/01/Woman-Child-Image-1.webp") !important; } }
  .carousel_hero .swiper-slide p {
    margin-top: 10px; }
    .carousel_hero .swiper-slide p del {
      text-decoration: none;
      color: #1A4175;
      background-image: url("../assets/img/multifocal-bg.svg");
      background-size: cover;
      padding-left: 25px;
      padding-top: 5px;
      padding-right: 5px; }
      @media screen and (max-width: 820px) {
        .carousel_hero .swiper-slide p del {
          padding-left: 15px; } }

.expandable-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em; }
  .expandable-logo .text {
    max-width: 50%;
    font-size: 1.3em;
    line-height: 1.2; }

.icon-bullets,
.icon-bullets-alt {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em; }
  .icon-bullets > div,
  .icon-bullets-alt > div {
    flex: 1 1 0;
    display: flex;
    align-items: center; }
    .icon-bullets > div .icon,
    .icon-bullets-alt > div .icon {
      margin-right: 0.87em; }
      .icon-bullets > div .icon img,
      .icon-bullets-alt > div .icon img {
        width: 3.75em; }
    .icon-bullets > div .title,
    .icon-bullets > div .subtitle,
    .icon-bullets-alt > div .title,
    .icon-bullets-alt > div .subtitle {
      display: block; }
    .icon-bullets > div .title,
    .icon-bullets-alt > div .title {
      text-transform: uppercase;
      font-weight: bold; }
    .icon-bullets > div .subtitle,
    .icon-bullets-alt > div .subtitle {
      font-size: 1.1em; }

.icon-bullets-alt {
  flex-wrap: wrap;
  justify-content: space-between; }
  .icon-bullets-alt > div {
    flex: 0 0 47%;
    margin: 1em 0;
    font-size: 1.2em; }
    .icon-bullets-alt > div .icon {
      flex: 0 0 4em; }
      .icon-bullets-alt > div .icon img {
        width: 5em; }

.section-header {
  line-height: 1.2; }
  .section-header:first-child {
    margin-top: 3em; }
  .section-header.full-width {
    background-color: rgba(26, 65, 117, 0.05); }
    .section-header.full-width h2, .section-header.full-width h3 {
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }
  .section-header h2 {
    font-size: 2.3em;
    background-color: rgba(26, 65, 117, 0.05);
    padding-top: 0.3em; }
    .section-header h2:last-child {
      margin-bottom: 0.5em;
      padding-bottom: 0.3em; }
    .section-header h2:nth-child(2) {
      margin-left: 3em; }
    .section-header h2:nth-child(3) {
      margin-left: 6em; }
    @media screen and (max-width: 820px) {
      .section-header h2:nth-child(2) {
        margin-left: 0em; }
      .section-header h2:nth-child(3) {
        margin-left: 0em; } }
  .section-header h3 {
    font-size: 2.3em;
    text-transform: uppercase;
    background-color: rgba(26, 65, 117, 0.05);
    padding: 0.3em;
    margin-bottom: 0.5em; }

.survey-tiles {
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em; }
  .survey-tiles .survey-tile {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F3F5F8;
    border-radius: 1rem;
    margin: 0 0.7rem;
    font-size: 1.4em;
    color: #5A7083;
    line-height: 1.5;
    padding: 1em; }
    @media screen and (max-width: 820px) {
      .survey-tiles .survey-tile {
        display: none; } }
    .survey-tiles .survey-tile .text {
      margin-bottom: auto; }
    .survey-tiles .survey-tile .icon {
      margin-top: 2em; }

.testimonial {
  color: #fff;
  background-color: #1A4175;
  font-size: 1.5em;
  background: no-repeat center;
  background-size: cover;
  height: 40vh;
  min-height: 300px;
  display: flex;
  position: relative; }
  .testimonial::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: #1b2935;
    background: linear-gradient(0deg, #1b2935 0%, rgba(27, 41, 53, 0) 100%);
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a:hover .testimonial::before {
    height: 100%; }
  .testimonial > div {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
  .testimonial .title-text {
    margin-bottom: auto; }
    .testimonial .title-text h2 {
      text-transform: uppercase;
      font-size: 1.6em;
      margin: 1em 0; }
  .testimonial .quote {
    font-size: 1.5em;
    max-width: 20em; }
  .testimonial .name {
    margin: 2em 0; }

#content-main .tiles {
  padding-top: 5em;
  padding-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    #content-main .tiles {
      padding-top: 2em; } }
  #content-main .tiles .tile {
    flex: 0 0 48.7%;
    background-color: #fff;
    margin-bottom: 4%;
    line-height: 1.4;
    box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.15);
    display: none;
    min-height: 529.856px;
    font-size: 21.19424px;
    /* Viewport is less than max width of inner column */ }
    #content-main .tiles .tile > .title {
      text-transform: uppercase;
      background-color: rgba(26, 65, 117, 0.05); }
      @media (max-width: 767px) {
        #content-main .tiles .tile > .title {
          padding-left: 16px;
          padding-right: 16px;
          margin-left: -16px;
          margin-right: -16px; }
          #content-main .tiles .tile > .title h2 {
            font-weight: 300;
            font-size: 3em;
            background-color: transparent;
            line-height: 0.9;
            font-size: 2em; }
            body.site-id-2 #content-main .tiles .tile > .title h2 {
              font-size: 1.6em; }
              body.site-id-2 #content-main .tiles .tile > .title h2 strong {
                font-size: 1.6em; }
            #content-main .tiles .tile > .title h2 strong {
              display: block;
              font-size: 1em; } }
    #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet img,
    #content-main .tiles .tile .expandable-logo.dt-expandable > .logo img {
      height: auto;
      display: block;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #content-main .tiles .tile .expandable-logo > .logo img {
      width: 65%;
      mix-blend-mode: darken; }
    #content-main .tiles .tile > .text > p {
      font-size: 1.1em; }
    #content-main .tiles .tile > .text:first-child > p {
      font-size: 1.3em; }
    @media (max-width: 1152px) {
      #content-main .tiles .tile {
        font-size: calc(0.04 * 0.487 * (100vw - 2 * 32px));
        min-height: calc(0.487 * (100vw - 2 * 32px)); } }
    @media (min-width: 768px) {
      #content-main .tiles .tile {
        flex-direction: column;
        justify-content: center; }
        #content-main .tiles .tile.starts-with-title > .title:first-child {
          margin-bottom: auto; }
        #content-main .tiles .tile.starts-with-title::after {
          content: '';
          margin-top: auto; }
        #content-main .tiles .tile > .text > p {
          font-size: 2.1em; }
        #content-main .tiles .tile.visible-desktop {
          display: flex; }
        #content-main .tiles .tile .text.dt-expandable,
        #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet,
        #content-main .tiles .tile .expandable-logo.dt-expandable > .logo {
          position: relative;
          cursor: pointer; }
          #content-main .tiles .tile .text.dt-expandable::before,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet::before,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo::before {
            content: '';
            background: url("../assets/img/chevrons-dark.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            width: 5%;
            height: 100%;
            right: 7%;
            top: 0;
            transform: translateZ(0);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable.expanded::before,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet.expanded::before,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo.expanded::before {
            transform: rotateZ(180deg); }
          #content-main .tiles .tile .text.dt-expandable:hover, #content-main .tiles .tile .text.dt-expandable:hover + .text,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet:hover,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet:hover + .text,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo:hover,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo:hover + .text {
            background: rgba(26, 65, 117, 0.05); }
        #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet::before {
          width: 4%; }
        #content-main .tiles .tile .expandable-icon.dt-expandable > .text,
        #content-main .tiles .tile .expandable-logo.dt-expandable > .text {
          display: none; }
        #content-main .tiles .tile .text.dt-expandable {
          max-height: 3.8em;
          padding-right: 4em;
          padding-bottom: 0.5em;
          overflow: hidden;
          position: relative;
          transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable::after {
            pointer-events: none;
            content: '';
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 2em;
            bottom: 0;
            background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable::before {
            height: 4em; }
        #content-main .tiles .tile .text.dt-expandable.expanded {
          max-height: 20em;
          transition: all 0.2s cubic-bezier(0.8, 0, 0.84, 0.15); }
          #content-main .tiles .tile .text.dt-expandable.expanded::after {
            opacity: 0; } }
    @media (max-width: 767px) {
      #content-main .tiles .tile {
        flex-basis: 100%;
        font-size: calc(0.04  * (100vw - 2 * 32px));
        min-height: calc(100vw - 2 * 32px);
        min-height: 0;
        box-shadow: none;
        background-color: transparent;
        font-size: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 1em; }
        #content-main .tiles .tile > * {
          margin: 0.5em 0; }
        #content-main .tiles .tile.visible-mobile {
          display: block; }
        #content-main .tiles .tile .text.mob-expandable,
        #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet,
        #content-main .tiles .tile .expandable-logo.mob-expandable > .logo {
          position: relative;
          cursor: pointer; }
          #content-main .tiles .tile .text.mob-expandable::before,
          #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet::before,
          #content-main .tiles .tile .expandable-logo.mob-expandable > .logo::before {
            content: '';
            background: url("../assets/img/chevrons-dark.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            width: 5%;
            height: 100%;
            right: 7%;
            top: 0;
            transform: translateZ(0);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable.expanded::before,
          #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet.expanded::before,
          #content-main .tiles .tile .expandable-logo.mob-expandable > .logo.expanded::before {
            transform: rotateZ(180deg); }
        #content-main .tiles .tile .text.mob-expandable {
          max-height: 3.8em;
          padding-right: 4em;
          overflow: hidden;
          position: relative;
          transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable::after {
            pointer-events: none;
            content: '';
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 2em;
            bottom: 0;
            background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable::before {
            height: 4em; }
        #content-main .tiles .tile .text.mob-expandable.expanded {
          max-height: 20em; }
          #content-main .tiles .tile .text.mob-expandable.expanded::after {
            opacity: 0; }
        #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet::before {
          width: 4%; }
        #content-main .tiles .tile .expandable-icon.mob-expandable > .text,
        #content-main .tiles .tile .expandable-logo.mob-expandable > .text {
          display: none; }
        #content-main .tiles .tile .expandable-icon.mob-hidden,
        #content-main .tiles .tile .expandable-logo.mob-hidden {
          display: none; }
        #content-main .tiles .tile .text.mob-hidden {
          display: none; }
        #content-main .tiles .tile > .text > p {
          font-size: 1.3em; } }
    #content-main .tiles .tile.t-image-banner {
      background: center no-repeat;
      background-size: cover; }
      #content-main .tiles .tile.t-image-banner::before {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
    #content-main .tiles .tile > .text > p,
    #content-main .tiles .tile > .text > h2,
    #content-main .tiles .tile .title h2,
    #content-main .tiles .tile .expandable-logo > .logo,
    #content-main .tiles .tile .expandable-logo > .text,
    #content-main .tiles .tile .expandable-icon > .icon-bullet,
    #content-main .tiles .tile .expandable-icon > .text {
      padding: 10.59712px 26.4928px;
      margin: 0; }
      @media (max-width: 1152px) {
        #content-main .tiles .tile > .text > p,
        #content-main .tiles .tile > .text > h2,
        #content-main .tiles .tile .title h2,
        #content-main .tiles .tile .expandable-logo > .logo,
        #content-main .tiles .tile .expandable-logo > .text,
        #content-main .tiles .tile .expandable-icon > .icon-bullet,
        #content-main .tiles .tile .expandable-icon > .text {
          padding: calc(0.02 * 0.487 * (100vw - 2 * 32px)) calc(0.05 * 0.487 * (100vw - 2 * 32px)); } }
      @media (max-width: 767px) {
        #content-main .tiles .tile > .text > p,
        #content-main .tiles .tile > .text > h2,
        #content-main .tiles .tile .title h2,
        #content-main .tiles .tile .expandable-logo > .logo,
        #content-main .tiles .tile .expandable-logo > .text,
        #content-main .tiles .tile .expandable-icon > .icon-bullet,
        #content-main .tiles .tile .expandable-icon > .text {
          padding: calc(0.02 * (100vw - 2 * 32px)) calc(0.05 * (100vw - 2 * 32px));
          padding: 0.5em 0; } }
    #content-main .tiles .tile .title h2 {
      padding-top: 0.45em;
      padding-bottom: 0.45em;
      line-height: 1.1; }
    #content-main .tiles .tile .expandable-logo,
    #content-main .tiles .tile .expandable-icon {
      display: flex;
      flex-direction: column;
      margin: 0; }
      @media (max-width: 767px) {
        #content-main .tiles .tile .expandable-logo,
        #content-main .tiles .tile .expandable-icon {
          margin-bottom: 1em; } }
      #content-main .tiles .tile .expandable-logo .text,
      #content-main .tiles .tile .expandable-icon .text {
        font-size: 1.1em;
        max-width: none;
        padding-top: 0;
        padding-bottom: 1em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-logo .text,
          #content-main .tiles .tile .expandable-icon .text {
            font-size: 1.2em; } }
    #content-main .tiles .tile .expandable-icon img {
      display: block;
      margin-right: 0.4em;
      width: 100%; }
    #content-main .tiles .tile .expandable-icon .icon-bullet {
      display: flex;
      align-items: center; }
      #content-main .tiles .tile .expandable-icon .icon-bullet .icon {
        flex: 0 0 12%;
        margin-right: 0.5em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-icon .icon-bullet .icon {
            flex-basis: 3em; } }
      #content-main .tiles .tile .expandable-icon .icon-bullet .text {
        display: flex;
        flex-direction: column;
        padding: 0;
        line-height: 1.1;
        font-size: 0.9em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-icon .icon-bullet .text {
            font-size: 1.1em; } }
        #content-main .tiles .tile .expandable-icon .icon-bullet .text .title {
          text-transform: uppercase;
          font-weight: bold; }
        #content-main .tiles .tile .expandable-icon .icon-bullet .text .subtitle {
          font-size: 1.1em; }
    #content-main .tiles .tile .expandable-icon > .icon-bullet {
      padding-right: 4em;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #content-main .tiles .tile .expandable-icon > .text {
      padding-right: 4em;
      line-height: 1.1;
      padding-top: 0.5em; }
      @media (max-width: 767px) {
        #content-main .tiles .tile .expandable-icon > .text {
          padding-right: 0; } }
      #content-main .tiles .tile .expandable-icon > .text .icon-bullet {
        align-items: flex-start; }

#content-main .bottom-image {
  max-width: 45em;
  width: 100%;
  margin: auto; }

#content-main .rows .row {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 30vw;
  min-height: 30em;
  max-height: 30em;
  margin: 2em 0;
  display: flex; }
  #content-main .rows .row.content-right {
    background-position-x: left;
    justify-content: flex-end; }
  #content-main .rows .row.content-left {
    background-position-x: right;
    justify-content: flex-start; }
  #content-main .rows .row.text-first .row-content .row-text,
  #content-main .rows .row.image-first .row-content .row-image {
    margin-bottom: .5em; }
  #content-main .rows .row .row-content {
    width: 50%;
    padding: 3em 5em;
    text-align: center; }
    @media (max-width: 767px) {
      #content-main .rows .row .row-content {
        width: 100%;
        background: rgba(255, 255, 255, 0.5); } }
    #content-main .rows .row .row-content .row-image {
      max-width: 100%;
      height: auto; }
    #content-main .rows .row .row-content .row-text {
      font-size: 1.8em;
      line-height: 1.2em;
      text-align: center; }

.stories {
  padding: 2em 0 2em;
  font-size: 1.3em; }
  .stories h2 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0; }
  .stories .read-more {
    font-weight: bold;
    display: inline-block;
    color: #1A4175;
    margin-top: 0.5em;
    padding: 0.5em 2em 0.5em 0;
    position: relative;
    font-size: 0.9em; }
    .stories .read-more::after {
      content: '';
      position: absolute;
      height: 50%;
      top: 30%;
      width: 2em;
      background: url("../assets/img/chevrons-dark.svg") no-repeat center;
      background-size: contain;
      right: 0.2em;
      transform: rotate(-90deg);
      transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
    .stories .read-more:hover {
      color: #1571b5; }
      .stories .read-more:hover::after {
        right: 0em; }
  .stories nav.pagination {
    text-align: center;
    font-size: 0.9em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(26, 65, 117, 0.1); }
    .stories nav.pagination .nav-links > * {
      display: inline-block;
      padding: 0.5em 0.3em; }
    .stories nav.pagination .nav-links .prev,
    .stories nav.pagination .nav-links .next,
    .stories nav.pagination .nav-links .current {
      font-weight: bold; }
    .stories nav.pagination .nav-links a.page-numbers:hover {
      background-color: rgba(26, 65, 117, 0.05); }
    .stories nav.pagination .nav-links a.prev,
    .stories nav.pagination .nav-links a.next {
      padding-left: 2.5em;
      padding-right: 2.5em;
      position: relative;
      color: #1A4175; }
      .stories nav.pagination .nav-links a.prev::after,
      .stories nav.pagination .nav-links a.next::after {
        content: '';
        position: absolute;
        height: 50%;
        top: 28%;
        width: 2em;
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        right: 0.2em;
        transform-origin: center;
        transform: rotate(-90deg);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .stories nav.pagination .nav-links a.prev:hover,
      .stories nav.pagination .nav-links a.next:hover {
        color: #1571b5;
        background-color: transparent; }
    .stories nav.pagination .nav-links a.prev::after {
      right: auto;
      left: 0.2em;
      transform: rotate(90deg); }

.free-text {
  padding: 1.5em 0;
  font-size: 1.4em;
  max-width: 720px;
  line-height: 1.3; }
  .free-text h1 {
    line-height: 1.3em; }
  @media screen and (max-width: 820px) {
    .free-text {
      padding: 1em 0;
      font-size: 1.2em; } }
  body.page-template-ecp .free-text {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .free-text.full-width {
    max-width: none; }
  .free-text h1 {
    font-weight: bold;
    margin: 0 0 0.8em; }
  .free-text h2:has(+ h3) {
    margin-bottom: 0 !important; }
  .free-text h2 + h3 {
    font-size: 2em !important;
    margin-top: -0.2em;
    margin-bottom: 0.5em;
    line-height: 1; }
    @media screen and (max-width: 820px) {
      .free-text h2 + h3 {
        font-size: 1.5em !important; } }
  .free-text p {
    margin-bottom: 0.8em; }
  .free-text span.phone, .free-text span.fax, .free-text span.email, .free-text span.web {
    margin-bottom: 0.5em;
    display: inline-block; }
    .free-text span.phone::before, .free-text span.fax::before, .free-text span.email::before, .free-text span.web::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      color: #1571b5;
      margin-right: 0.6em; }
  .free-text span.web::before {
    content: "\f0ac"; }
  .free-text span.phone::before {
    content: "\f879"; }
  .free-text span.email::before {
    content: "\f1ac"; }
  .free-text span.fax::before {
    content: "\f0e0"; }
  .free-text ul {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 0.8em; }
  .free-text .wp-video {
    position: relative;
    padding-top: 56%;
    width: 100%;
    max-width: 100%; }
    .free-text .wp-video video,
    .free-text .wp-video iframe {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .free-text div.wpforms-container-full .wpforms-form {
    border-top: 2px solid #1A4175; }
    .free-text div.wpforms-container-full .wpforms-form .wpforms-field {
      display: grid;
      align-items: center;
      grid-template-columns: repeat(2, minmax(auto, 1fr)); }
      @media screen and (max-width: 820px) {
        .free-text div.wpforms-container-full .wpforms-form .wpforms-field {
          display: block; } }
      .free-text div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html {
        display: block;
        margin: 1em 0; }
        .free-text div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html h1 {
          font-size: 2em; }
      .free-text div.wpforms-container-full .wpforms-form .wpforms-field label {
        font-weight: 300;
        font-size: 1.2em; }
        .free-text div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-error {
          font-size: 0.8em; }
      .free-text div.wpforms-container-full .wpforms-form .wpforms-field input:not([type="radio"]):not([type="checkbox"]) {
        max-width: none;
        width: 100%; }
      .free-text div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-description {
        grid-column: 1/3; }
    .free-text div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
      border: 2px solid #1A4175;
      background: #1A4175;
      border-radius: 22px;
      color: white;
      padding: 10px 22px; }
      .free-text div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
        background: white;
        color: #1A4175; }
  .free-text.spherical-large h2 {
    margin-top: 20px !important; }
    @media screen and (min-width: 768px) {
      .free-text.spherical-large h2 {
        margin-top: 60px !important; } }
  .free-text.spherical-large strong {
    font-weight: 700 !important; }
  .free-text.font-37 *:not(a):not(sup) {
    font-size: clamp(26px, 2.7vw, 37px) !important; }
  .free-text.font-37 .ref-sup {
    font-size: 0.25em; }
  .free-text.grey * {
    color: #505153 !important; }
  .free-text.font-40 *:not(a):not(sup) {
    font-size: clamp(26px, 3.5vw, 40px) !important; }
  .free-text.centre * {
    text-align: center; }
  .free-text.wide {
    max-width: 1088px !important; }

.faqs {
  padding: 0 0 1em;
  font-size: 1.4em;
  max-width: 720px;
  line-height: 1.3; }
  @media screen and (max-width: 820px) {
    .faqs {
      font-size: 1.2em; } }
  .faqs .q {
    font-weight: bold;
    margin-top: 1em;
    border-bottom: 1px solid rgba(26, 65, 117, 0.1);
    padding: 0.4em 2em 0.4em 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .faqs .q::before {
      content: '?';
      color: white;
      background-color: #1A4175;
      font-weight: bold;
      display: block;
      border-radius: 50%;
      width: 1.3em;
      height: 1.3em;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .faqs .q::after {
      content: '';
      background: url("../assets/img/chevrons-dark.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      width: 5%;
      height: 45%;
      right: 0;
      top: 27%;
      transform: translateZ(0);
      transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
    .faqs .q.expanded::after {
      transform: rotateZ(180deg); }
    .faqs .q:hover {
      background-color: rgba(26, 65, 117, 0.05); }
      @media screen and (max-width: 820px) {
        .faqs .q:hover {
          background-color: transparent; } }
  .faqs .text {
    padding: 0.3em 2em 0.3em 2em;
    display: none; }
    @media screen and (max-width: 820px) {
      .faqs .text {
        padding-right: 1em; } }

.acf-map {
  width: 100%;
  height: 325px;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

.office-contact h3 {
  border-bottom: 1px solid rgba(26, 65, 117, 0.1);
  margin-bottom: 0.8em;
  padding-bottom: 0.8em; }

.office-contact .contact-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .office-contact .contact-details .details {
    font-size: 1.2em;
    line-height: 1.3; }
    .office-contact .contact-details .details .address {
      margin-bottom: 2em; }
    .office-contact .contact-details .details .phone,
    .office-contact .contact-details .details .email {
      font-weight: bold;
      margin: 0.8em 0; }
      .office-contact .contact-details .details .phone::before,
      .office-contact .contact-details .details .email::before {
        content: "\f879";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        color: #1571b5;
        margin-right: 0.6em; }
    .office-contact .contact-details .details .email::before {
      content: "\f0e0"; }
    .office-contact .contact-details .details .soc-links a {
      background: #1571b5;
      margin-top: 1em; }
      .office-contact .contact-details .details .soc-links a:hover {
        background: #1A4175; }
  .office-contact .contact-details .map {
    flex: 0 1 700px;
    margin-bottom: 3em; }

.two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-size: 1.4em;
  line-height: 1.3; }
  .two-column > div {
    flex: 0 0 51%; }
    .two-column > div img {
      width: 100%; }
    .two-column > div .wp-video {
      width: 100%; }
      .two-column > div .wp-video iframe {
        height: 15em;
        width: 95%; }

.claims {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.8em; }
  .claims .claim {
    flex: 0 1 50rem;
    background-color: rgba(26, 65, 117, 0.05);
    border-radius: 1em;
    padding: 0.8em 3em;
    margin: 1em 0 3em;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .claims .claim .icon {
      width: 3em; }
    .claims .claim .text {
      margin: 0.6em 0 0.8em; }

.exp-icon-thirds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em; }
  .exp-icon-thirds .exp-icon {
    flex: 0 0 30%;
    margin: 1em 0; }
    .exp-icon-thirds .exp-icon .icon {
      height: 4em; }
      .exp-icon-thirds .exp-icon .icon img {
        max-height: 100%; }
    .exp-icon-thirds .exp-icon .text {
      font-size: 1.2em;
      line-height: 1.3;
      margin-top: 1em; }
      .exp-icon-thirds .exp-icon .text .title {
        display: block;
        font-weight: bold;
        text-transform: uppercase; }
    .exp-icon-thirds .exp-icon > .text {
      display: none; }
    .exp-icon-thirds .exp-icon .icon-bullet {
      position: relative;
      cursor: pointer; }
      .exp-icon-thirds .exp-icon .icon-bullet .text {
        position: relative;
        padding-right: 3em; }
      .exp-icon-thirds .exp-icon .icon-bullet .text::before {
        content: '';
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        width: 5%;
        height: 100%;
        right: 7%;
        top: 0;
        transform: translateZ(0);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .exp-icon-thirds .exp-icon .icon-bullet.expanded .text::before {
        transform: rotateZ(180deg); }
    .exp-icon-thirds .exp-icon .icon-bullet::before {
      width: 4%; }

.table-outer {
  overflow: hidden; }
  .table-outer h2 {
    font-size: clamp(2.4em, 6vw, 3.6em);
    font-weight: 500;
    margin-top: 1em;
    padding: 0 16px; }
    @media screen and (max-width: 820px) {
      .table-outer h2 {
        padding: 0 16px;
        text-align: center; } }
  .table-outer .sticker {
    position: absolute;
    right: -10px;
    bottom: 55px;
    transform: translate(15%, -60%);
    width: 225px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1A4175;
    border: 3px solid #1571b5; }
    @media screen and (max-width: 820px) {
      .table-outer .sticker {
        transform: translate(20%, 0) scale(0.5); } }
    .table-outer .sticker h2,
    .table-outer .sticker p {
      color: #fff67c;
      margin: 0;
      padding: 0; }
    .table-outer .sticker h2 {
      font-weight: 500;
      font-size: 3.5em;
      margin: 0.2em auto 0.15em; }
    .table-outer .sticker p {
      font-size: 1.6em;
      font-weight: 100;
      max-width: 65%;
      text-align: center; }

.table {
  position: relative; }

table.acf-table {
  width: 100%;
  font-size: 1.4em;
  margin-top: 3em;
  margin-bottom: 3em;
  background-color: #1A4175;
  border-collapse: separate;
  border-spacing: 1px; }
  @media screen and (max-width: 820px) {
    table.acf-table {
      font-size: 1em;
      margin-top: 1.1em; } }
  table.acf-table tr {
    background-color: #fff; }
    table.acf-table tr:nth-child(even) {
      background-color: rgba(26, 65, 117, 0.05);
      background-color: #e7f0f7; }
    table.acf-table tr td {
      padding: 0.5em 0.8em;
      font-weight: 400; }
      @media screen and (max-width: 820px) {
        table.acf-table tr td {
          padding: 0.5em 0.4em; } }
      table.acf-table tr td:first-child {
        color: #1571b5;
        color: #184276;
        font-weight: 500;
        text-transform: uppercase; }

#content-header .jump-menu-outer {
  background-color: white;
  color: #1A4175;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding-bottom: 2.5em; }
  #content-header .jump-menu-outer > div {
    display: flex;
    justify-content: center; }
  #content-header .jump-menu-outer:after {
    content: '';
    position: absolute;
    border-right: 0.2em #1571b5 solid;
    border-top: 0.2em #1571b5 solid;
    width: .4em;
    height: .4em;
    display: inline-block;
    transform: rotate(135deg);
    margin-left: .5em;
    bottom: 1.2em; }
  #content-header .jump-menu-outer .jump-menu-label {
    display: inline-block;
    padding: 0.3em 0; }
  #content-header .jump-menu-outer ul {
    display: inline-flex; }
    #content-header .jump-menu-outer ul li a {
      display: block;
      padding: 0.4em 0.6em;
      color: #1571b5;
      font-weight: 500;
      text-transform: none;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #content-header .jump-menu-outer ul li a::after {
        display: block;
        content: '';
        width: 0%;
        background: #1571b5;
        height: 2px;
        transition: width .2s;
        margin-top: 0.2em; }
      #content-header .jump-menu-outer ul li a:hover::after {
        width: 100%; }

.rows-b h2.row-title {
  text-align: center;
  font-size: 4em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: -1.5em; }

.rows-b .row {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex; }
  @media screen and (max-width: 820px) {
    .rows-b .row {
      flex-direction: column-reverse; } }
  .rows-b .row .row-text .inner {
    padding: 2em 0 2em 5em; }
  .rows-b .row.content-left {
    flex-direction: row-reverse; }
    @media screen and (max-width: 820px) {
      .rows-b .row.content-left {
        flex-direction: column-reverse; } }
    .rows-b .row.content-left .row-text .inner {
      padding: 2em 5em 2em 0; }
      @media screen and (max-width: 820px) {
        .rows-b .row.content-left .row-text .inner {
          padding: 2em 3em 2em 0; } }
    .rows-b .row.content-left.overlap .row-text {
      top: -2rem;
      left: 2rem; }
      .rows-b .row.content-left.overlap .row-text .inner {
        padding: 2em 4em; }
    .rows-b .row.content-left.overlap .media {
      position: relative;
      top: 2rem; }
      @media screen and (max-width: 820px) {
        .rows-b .row.content-left.overlap .media {
          top: -3rem; } }
      .rows-b .row.content-left.overlap .media::before {
        left: auto;
        bottom: auto;
        right: -5em;
        top: -7em; }
  .rows-b .row.overlap .row-text {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    left: -2rem;
    top: 2rem; }
    .rows-b .row.overlap .row-text .inner {
      padding: 2em 3em 2em 5em; }
      @media screen and (max-width: 820px) {
        .rows-b .row.overlap .row-text .inner {
          padding: 2em 3em; } }
  .rows-b .row.overlap .media {
    position: relative;
    top: -2rem; }
    @media screen and (max-width: 820px) {
      .rows-b .row.overlap .media {
        top: 1em; } }
    .rows-b .row.overlap .media::before {
      content: "";
      position: absolute;
      left: -7.5em;
      bottom: -4em;
      width: 13em;
      height: 13em;
      background: url(../assets/img/bubbles.png) no-repeat center;
      background-size: contain; }
  .rows-b .row.overlap h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #30538a;
    font-size: 1.8em; }
  .rows-b .row h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: #30538a;
    font-size: 3.5em;
    letter-spacing: -0.02em;
    margin-bottom: 0.7em; }
  .rows-b .row p {
    font-size: 1.5em;
    line-height: 1.3; }
    @media screen and (max-width: 820px) {
      .rows-b .row p {
        font-size: 1.2em; } }
  .rows-b .row > div {
    flex: 1 0 0;
    min-height: 20rem; }
    @media screen and (max-width: 820px) {
      .rows-b .row > div {
        min-height: initial; } }
    .rows-b .row > div img {
      max-width: 100%; }
  .rows-b .row .row-text {
    background-color: white;
    min-height: 23em;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 820px) {
      .rows-b .row .row-text {
        min-height: initial; } }
  .rows-b .row.media-pos-c .media {
    justify-content: center;
    align-items: center; }
  .rows-b .row .media.cta {
    align-self: flex-end; }
    #content-header ~ #content-main .rows-b .row .media.cta img {
      width: 100%; }
    .rows-b .row .media.cta a {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .rows-b .row .media.image,
  .rows-b .row .media.video {
    display: flex; }
    .rows-b .row .media.image img,
    .rows-b .row .media.image video,
    .rows-b .row .media.video img,
    .rows-b .row .media.video video {
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%;
      height: auto; }
  .rows-b .row.media-pos-c .media img,
  .rows-b .row.media-pos-c .media video {
    -o-object-position: center;
       object-position: center; }
  .rows-b .row.media-pos-t .media img,
  .rows-b .row.media-pos-t .media video {
    -o-object-position: top;
       object-position: top; }
  .rows-b .row.media-pos-r .media img,
  .rows-b .row.media-pos-r .media video {
    -o-object-position: right;
       object-position: right; }
  .rows-b .row.media-pos-b .media img,
  .rows-b .row.media-pos-b .media video {
    -o-object-position: bottom;
       object-position: bottom; }
  .rows-b .row.media-pos-l .media img,
  .rows-b .row.media-pos-l .media video {
    -o-object-position: left;
       object-position: left; }

.icon-bullets-c {
  background: url("../assets/img/water-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 4rem;
  color: white;
  text-align: center;
  --border-colour: white; }
  @media screen and (max-width: 820px) {
    .icon-bullets-c {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .icon-bullets-c.yellow {
    --border-colour: #fff67c;
    position: relative; }
    .icon-bullets-c.yellow .icons .icon-bullet .subtitle {
      font-size: 1.6em; }
    .icon-bullets-c.yellow .icons {
      margin: 8em 0; }
      .icon-bullets-c.yellow .icons .icon-bullet .icon {
        width: 11rem;
        height: 11rem; }
        .icon-bullets-c.yellow .icons .icon-bullet .icon img {
          width: 70%; }
  .icon-bullets-c a.reflink {
    color: white; }
  .icon-bullets-c > div > h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    word-spacing: 0.1em;
    font-size: 1.8em;
    letter-spacing: -0.03em;
    margin-bottom: 3.5rem; }
  .icon-bullets-c .icons {
    display: flex; }
    @media screen and (max-width: 1200px) {
      .icon-bullets-c .icons {
        flex-wrap: wrap;
        justify-content: center; } }
    .icon-bullets-c .icons .icon-bullet {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 2em 2em;
      border-right: 2px solid var(--border-colour); }
      @media screen and (max-width: 1200px) {
        .icon-bullets-c .icons .icon-bullet {
          flex-basis: 50%;
          margin-top: 2rem; }
          .icon-bullets-c .icons .icon-bullet:nth-child(even) {
            border: none; } }
      @media screen and (max-width: 560px) {
        .icon-bullets-c .icons .icon-bullet {
          flex-basis: 80%;
          max-width: 300px;
          border: none;
          margin: 1rem 1rem; }
          .icon-bullets-c .icons .icon-bullet, .icon-bullets-c .icons .icon-bullet:nth-child(even) {
            border-bottom: 2px solid var(--border-colour); } }
      .icon-bullets-c .icons .icon-bullet:last-child {
        border: none; }
      .icon-bullets-c .icons .icon-bullet .icon {
        width: 8rem;
        height: 8rem;
        border: 2px solid #1f669e;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        border-radius: 8rem;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        transition: transform 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s; }
        .icon-bullets-c .icons .icon-bullet .icon::before {
          content: "";
          background: #083a6c;
          position: absolute;
          width: 100%;
          height: 100%; }
        .icon-bullets-c .icons .icon-bullet .icon img {
          position: relative;
          width: 60%;
          height: auto; }
      .icon-bullets-c .icons .icon-bullet .title {
        font-size: 1.6em;
        text-transform: uppercase;
        margin-top: 1.5em;
        display: block;
        transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s;
        transition-delay: 0.1s; }
      .icon-bullets-c .icons .icon-bullet .subtitle {
        font-size: 1.3em;
        display: block;
        margin-top: 1.5em;
        line-height: 1.3;
        transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s;
        transition-delay: 0.2s; }
  .icon-bullets-c .icon-footnote {
    margin: 6em 0 0;
    letter-spacing: 0.05em;
    padding: 0 32px; }
    @media screen and (max-width: 820px) {
      .icon-bullets-c .icon-footnote {
        margin: 1.25em 0 0; } }
  .icon-bullets-c .preveal .icon {
    transform: scale(0); }
  .icon-bullets-c .preveal .text .title {
    opacity: 0;
    transform: translateY(50px); }
  .icon-bullets-c .preveal .text .subtitle {
    opacity: 0;
    transform: translateY(50px); }
  .icon-bullets-c.icon-bullets-d {
    color: #1A4175; }
    .icon-bullets-c.icon-bullets-d.yellow {
      position: relative; }
      .icon-bullets-c.icon-bullets-d.yellow .icons .icon-bullet .subtitle {
        font-size: 0.8em; }
    .icon-bullets-c.icon-bullets-d > div > h2 {
      text-transform: uppercase;
      font-size: clamp(2.4em, 6vw, 3.6em);
      font-weight: 500;
      padding: 0 16px; }
      @media screen and (max-width: 820px) {
        .icon-bullets-c.icon-bullets-d > div > h2 {
          text-align: center !important; } }
    .icon-bullets-c.icon-bullets-d .icons .icon-bullet {
      border-right: 0;
      padding: 0; }
      .icon-bullets-c.icon-bullets-d .icons .icon-bullet:last-child .upper {
        border: none; }
      .icon-bullets-c.icon-bullets-d .icons .icon-bullet .upper {
        width: 100%;
        border-right: 5px solid var(--border-colour);
        padding-bottom: 10px; }
        @media screen and (max-width: 820px) {
          .icon-bullets-c.icon-bullets-d .icons .icon-bullet .upper {
            border-right: 0; } }
      .icon-bullets-c.icon-bullets-d .icons .icon-bullet .icon {
        border: 5px solid #1f669e;
        box-shadow: none; }
    .icon-bullets-c.icon-bullets-d a.reflink {
      color: #1A4175; }
    .icon-bullets-c.icon-bullets-d .subtitle {
      padding: 0 10px; }
    .icon-bullets-c.icon-bullets-d .subtitle,
    .icon-bullets-c.icon-bullets-d .icon-footnote {
      color: #505153; }
    .icon-bullets-c.icon-bullets-d .icon-footnote {
      text-align: left;
      margin-top: 2em; }
      @media screen and (max-width: 820px) {
        .icon-bullets-c.icon-bullets-d .icon-footnote {
          margin-top: 4em; } }

.ecp-hero {
  position: relative;
  display: flex;
  background: #fafbfb url("../assets/img/ecp/B+L-multi-focal-desktop.png") no-repeat left center;
  background-size: contain;
  background-position: top center;
  min-height: 815px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1440px) {
    .ecp-hero {
      min-height: 49.8vw;
      font-size: 1.1vw; } }
  @media screen and (max-width: 820px) {
    .ecp-hero {
      min-height: 150.875vw;
      font-size: 2.8vw;
      background-position: center;
      background-image: url("../assets/img/ecp/B+L-multi-focal-mobile.png"); } }
  .ecp-hero::after {
    content: "";
    display: block;
    width: 175px;
    height: 166px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    padding-right: 5em;
    background-repeat: no-repeat;
    right: 20px;
    background-position: bottom; }
    @media screen and (min-width: 768px) {
      .ecp-hero::after {
        right: 80px;
        width: 300px; } }
  .ecp-hero.container-outer {
    background: #fafbfb url("../assets/img/ecp/B+L-desktop.png") no-repeat left top;
    background-size: contain;
    min-height: 815px;
    background-position: top center; }
    @media screen and (max-width: 1400px) {
      .ecp-hero.container-outer {
        min-height: initial; } }
    @media screen and (max-width: 820px) {
      .ecp-hero.container-outer {
        min-height: initial;
        font-size: 2.8vw;
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom; } }
    @media screen and (min-width: 575px) and (max-width: 820px) {
      .ecp-hero.container-outer {
        min-height: 900px; } }
    .ecp-hero.container-outer .waterfall {
      display: none; }
    .ecp-hero.container-outer .container-outer {
      justify-content: flex-start;
      background-size: cover;
      margin-bottom: 1rem; }
      @media screen and (max-width: 1440px) {
        .ecp-hero.container-outer .container-outer {
          min-height: 55vw; } }
      .ecp-hero.container-outer .container-outer .text-overlay {
        justify-content: left;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
      .ecp-hero.container-outer .container-outer .overlay {
        padding-left: 48%;
        padding-top: 2.5em; }
        .ecp-hero.container-outer .container-outer .overlay h1 {
          font-size: clamp(45px, 5vw, 67px) !important;
          margin-bottom: 15px; }
          .ecp-hero.container-outer .container-outer .overlay h1 a {
            padding: 5px; }
          .ecp-hero.container-outer .container-outer .overlay h1 a,
          .ecp-hero.container-outer .container-outer .overlay h1 sup {
            font-weight: 100;
            color: white; }
        .ecp-hero.container-outer .container-outer .overlay p {
          font-size: clamp(18px, 2vw, 25px) !important;
          width: 14vw;
          min-width: -webkit-fit-content;
          min-width: -moz-fit-content;
          min-width: fit-content;
          text-align: left;
          display: flex;
          justify-content: flex-start;
          text-align: right;
          padding-bottom: 15px;
          font-weight: normal; }
          @media screen and (max-width: 820px) {
            .ecp-hero.container-outer .container-outer .overlay p {
              width: 30%; } }
        @media screen and (max-width: 820px) {
          .ecp-hero.container-outer .container-outer .overlay {
            padding-top: 0;
            padding-left: 0;
            padding: 0; }
            .ecp-hero.container-outer .container-outer .overlay h1 {
              font-size: 2.1em; } }
      .ecp-hero.container-outer .container-outer .text-overlay {
        color: white;
        width: 100%; }
  .ecp-hero .waterfall {
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    width: 100%;
    height: 20em; }
    @media screen and (max-width: 820px) {
      .ecp-hero .waterfall {
        display: none; } }
  .ecp-hero .text-overlay {
    font-size: 1.6em;
    font-weight: 500;
    color: #30538a;
    text-align: right; }
    @media screen and (max-width: 820px) {
      .ecp-hero .text-overlay {
        font-size: 1.1em; } }
    .ecp-hero .text-overlay h1,
    .ecp-hero .text-overlay h2 {
      text-transform: uppercase; }
    .ecp-hero .text-overlay h1 {
      font-weight: 700;
      font-size: 3.5em;
      letter-spacing: -0.04em;
      line-height: 0.9;
      margin-bottom: 0.3em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay h1 {
          font-size: 3.1em; } }
      .ecp-hero .text-overlay h1 strong {
        font-size: 1.3em;
        position: relative;
        left: -0.04em; }
      .ecp-hero .text-overlay h1 a sup {
        color: inherit;
        font-size: 0.2em;
        top: -3.2em;
        position: relative;
        right: -0.2em; }
    .ecp-hero .text-overlay h2 {
      font-size: 1.2em;
      font-weight: 500;
      margin-bottom: 1em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay h2 {
          font-size: 1.4em; } }
    .ecp-hero .text-overlay p {
      letter-spacing: 0.05em;
      line-height: 1.3; }
    .ecp-hero .text-overlay img {
      max-width: 16.8em;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay img {
          margin-right: -1em; } }
  .ecp-hero .container-outer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 820px) {
      .ecp-hero .container-outer {
        justify-content: flex-end; } }
    .ecp-hero .container-outer .overlay {
      padding-left: 20%;
      padding-right: 5em;
      padding-top: 3em;
      padding-bottom: 3em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .container-outer .overlay {
          padding-left: 40%;
          padding-right: 2em;
          padding-top: 2em;
          padding-bottom: 2em; } }

.ecp-hero.customisable:after {
  display: none; }

@media screen and (max-width: 820px) {
  .ecp-hero.customisable {
    min-height: initial;
    margin-bottom: 4em; } }

.ecp-hero.customisable .container-outer {
  justify-content: inherit; }

.ecp-hero.customisable .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 150px; }
  @media screen and (max-width: 820px) {
    .ecp-hero.customisable .content {
      flex-direction: column;
      padding-top: 0;
      padding: 0; } }

.ecp-hero.customisable .main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  width: 60%;
  position: relative;
  top: -99px; }
  @media screen and (max-width: 820px) {
    .ecp-hero.customisable .main-image {
      width: 100%;
      padding-left: 10%;
      top: 0; } }
  .ecp-hero.customisable .main-image img {
    width: 120%; }
    @media only screen and (max-width: 1600px) {
      .ecp-hero.customisable .main-image img {
        width: 100%; } }

.ecp-hero.customisable .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  padding-right: 70px;
  width: 45%;
  position: relative; }
  @media screen and (max-width: 820px) {
    .ecp-hero.customisable .overlay {
      width: 100%;
      margin-top: 20px;
      padding: 0 32px; } }
  .ecp-hero.customisable .overlay .text-overlay {
    font-size: 1.3rem; }
    @media screen and (max-width: 820px) {
      .ecp-hero.customisable .overlay .text-overlay {
        padding-left: 0;
        margin: 0 auto; }
        .ecp-hero.customisable .overlay .text-overlay br {
          display: none; }
        .ecp-hero.customisable .overlay .text-overlay > div {
          text-align: left;
          max-width: 90%;
          width: 310px;
          margin: 0 auto; } }
  .ecp-hero.customisable .overlay h1,
  .ecp-hero.customisable .overlay h2 {
    text-align: center;
    font-size: clamp(3em, 6vw, 3.5em);
    font-weight: bold;
    margin-bottom: 0; }
  .ecp-hero.customisable .overlay h1 {
    color: #fff67c;
    margin-bottom: 30px; }
    @media screen and (min-width: 1520px) {
      .ecp-hero.customisable .overlay h1 {
        font-size: clamp(4.75em, 6vw, 3.5em); } }
  @media screen and (min-width: 1520px) {
    .ecp-hero.customisable .overlay h2 {
      font-size: clamp(3.5em, 6vw, 3.5em); } }
  .ecp-hero.customisable .overlay h2,
  .ecp-hero.customisable .overlay p,
  .ecp-hero.customisable .overlay div {
    color: white; }
  .ecp-hero.customisable .overlay .text-overlay > div {
    line-height: 1.3; }
    @media screen and (min-width: 1520px) {
      .ecp-hero.customisable .overlay .text-overlay > div {
        font-size: 1.23em;
        text-align: left;
        display: flex;
        justify-content: flex-end; } }
  .ecp-hero.customisable .overlay img {
    position: relative;
    bottom: -18px;
    max-width: 80%;
    padding-top: 3em; }
    @media screen and (min-width: 1520px) {
      .ecp-hero.customisable .overlay img {
        max-width: 80%; } }

.ecp-hero.customisable .waterfall {
  background-position: right top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 820px) {
    .ecp-hero.customisable .waterfall {
      display: block;
      height: 15em; } }

.statistics {
  display: flex; }
  @media screen and (max-width: 820px) {
    .statistics {
      flex-direction: column; } }
  @media screen and (max-width: 820px) {
    .statistics .survey-tile {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 1.5em;
      padding-bottom: 1.5em; } }
  .statistics.yellow {
    padding: 0 32px 4em;
    justify-content: space-between;
    position: relative; }
    .statistics.yellow:after {
      content: "";
      width: 100vw;
      height: 670px;
      position: absolute;
      background-repeat: no-repeat;
      background-position: 70% 0;
      background-size: inherit;
      background-image: url(../assets/img/bubbles-4.png);
      pointer-events: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media screen and (min-width: 1520px) {
      .statistics.yellow {
        padding: 0 0 4em; } }
    @media screen and (max-width: 820px) {
      .statistics.yellow {
        padding-bottom: 2rem; } }
    .statistics.yellow .survey-tile {
      display: flex;
      flex-direction: column;
      color: #858C93;
      border-right: 5px solid #fff67c;
      font-size: 1.2em;
      padding-right: 3.5%;
      padding-top: 1.2em;
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 22.435%;
      text-align: center; }
      @media screen and (max-width: 820px) {
        .statistics.yellow .survey-tile {
          border-bottom: 4px solid #fff67c;
          border-right: 0;
          padding-bottom: 1.2em;
          flex-direction: row;
          justify-content: space-between;
          padding-right: 0;
          margin-bottom: 0; }
          .statistics.yellow .survey-tile:last-of-type {
            padding-bottom: 0; } }
      .statistics.yellow .survey-tile .outcome {
        font-size: 3.5em;
        font-weight: 300;
        color: #30538a; }
        @media screen and (max-width: 820px) {
          .statistics.yellow .survey-tile .outcome {
            font-size: 2em;
            flex: 0 0 30%;
            display: flex;
            align-items: center; } }
      .statistics.yellow .survey-tile:last-child {
        padding-right: 0;
        border-right: none;
        margin-right: 0; }
        @media screen and (max-width: 820px) {
          .statistics.yellow .survey-tile:last-child {
            border-bottom: 0;
            margin-bottom: 0; } }
      .statistics.yellow .survey-tile .description {
        line-height: 1.1;
        font-weight: 100; }
        @media screen and (max-width: 820px) {
          .statistics.yellow .survey-tile .description {
            text-align: left;
            font-weight: 100;
            align-items: center;
            display: flex;
            width: 100%; } }
  .statistics.blue .survey-tile {
    display: flex;
    align-items: center;
    border-right: 1px solid #30538a;
    border-left: 1px solid #30538a;
    font-size: 1.5em;
    margin-right: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 66.66%; }
    @media screen and (max-width: 820px) {
      .statistics.blue .survey-tile {
        border-bottom: 1px solid #30538a;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin: 0;
        max-width: none; } }
    .statistics.blue .survey-tile .outcome {
      font-size: 5em;
      font-weight: 300;
      color: #30538a;
      margin-right: 1.5rem;
      line-height: 1; }
      @media screen and (max-width: 820px) {
        .statistics.blue .survey-tile .outcome {
          font-size: 3em;
          flex: 0 0 30%;
          text-align: right; } }
    .statistics.blue .survey-tile:last-child {
      margin-right: 0; }
      @media screen and (max-width: 820px) {
        .statistics.blue .survey-tile:last-child {
          border-bottom: 0; } }
    .statistics.blue .survey-tile .description {
      line-height: 1.1; }
  .statistics.large {
    text-align: center; }
    .statistics.large .survey-tile {
      display: flex;
      max-width: 820px;
      margin: 0 auto;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .statistics.large .survey-tile {
          flex-direction: row;
          gap: 20px; } }
      .statistics.large .survey-tile .outcome {
        font-size: clamp(85px, 7vw, 110px);
        font-weight: 100; }
      .statistics.large .survey-tile .description {
        font-size: clamp(26px, 2.7vw, 37px);
        color: #505153;
        line-height: 1.25; }
        .statistics.large .survey-tile .description p {
          font-weight: 100;
          padding-top: 0;
          text-align: center; }
          @media screen and (min-width: 768px) {
            .statistics.large .survey-tile .description p {
              text-align: left; } }
        .statistics.large .survey-tile .description .ref-sup {
          font-size: 0.35em;
          color: #505153; }

.statistics-block-title {
  font-size: clamp(26px, 2.7vw, 37px);
  text-align: center;
  font-weight: 500;
  color: #505153;
  margin-bottom: 10px; }

.statements {
  display: flex;
  font-size: clamp(26px, 2.7vw, 37px);
  text-align: center;
  color: #505153;
  max-width: 1250px;
  margin-bottom: 2rem;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .statements {
      flex-direction: row; } }
  .statements .title {
    font-weight: 500; }
  .statements .text {
    font-weight: 100; }
  @media screen and (min-width: 768px) {
    .statements.count-2 .statement {
      width: 50%; } }
  .statements .statement {
    width: 100%;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .statements .statement {
        padding: 0 1vw;
        width: 33%; } }
    .statements .statement:nth-child(1):not(:last-child), .statements .statement:nth-child(2):not(:last-child) {
      border-bottom: 1px solid #505153; }
      @media screen and (min-width: 768px) {
        .statements .statement:nth-child(1):not(:last-child), .statements .statement:nth-child(2):not(:last-child) {
          border-bottom: 0;
          border-right: 1px solid #505153; } }
    @media screen and (min-width: 768px) {
      .statements .statement:nth-child(2) {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      .statements .statement:nth-child(1) {
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      .statements .statement:nth-child(3) {
        padding-right: 0; } }
    .statements .statement:first-child {
      padding-top: 0; }
    .statements .statement:last-child {
      padding-bottom: 0; }

.icon-tiles {
  padding: 6rem 0;
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #eff2f3; }
  @media screen and (max-width: 820px) {
    .icon-tiles {
      padding: 4rem 0;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .icon-tiles h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 4rem;
    font-size: clamp(40px, 5vw, 64px); }
    @media screen and (max-width: 820px) {
      .icon-tiles h2 {
        font-size: 1.8rem; } }
  .icon-tiles > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #06528d; }
    .icon-tiles > div .icon-tile {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding: 3rem 0;
      border-top: 2px solid #dddddd;
      border-right: 2px solid #dddddd;
      text-align: center;
      font-size: 1.3em; }
      @media screen and (max-width: 820px) {
        .icon-tiles > div .icon-tile {
          font-size: 0.9em;
          padding: 2rem 0.5em; } }
      .icon-tiles > div .icon-tile:nth-child(even) {
        border-right: none; }
      .icon-tiles > div .icon-tile:nth-child(1), .icon-tiles > div .icon-tile:nth-child(2) {
        border-top: none; }
      #content-header ~ #content-main .icon-tiles > div .icon-tile .icon img {
        width: 9em; }
        @media screen and (max-width: 820px) {
          #content-header ~ #content-main .icon-tiles > div .icon-tile .icon img {
            max-width: 60%; } }
      .icon-tiles > div .icon-tile .title {
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        display: block; }

.round-videos {
  display: flex;
  color: #30538a;
  justify-content: space-between;
  margin-top: 8rem; }
  @media screen and (max-width: 820px) {
    .round-videos {
      flex-direction: column; } }
  .round-videos .text {
    flex: 1 0 40%;
    padding-right: 4rem; }
    @media screen and (max-width: 820px) {
      .round-videos .text {
        padding-right: 0; } }
    .round-videos .text h3 {
      font-size: 1.7em;
      font-weight: 500; }
    .round-videos .text img {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .round-videos .text p {
      font-size: 1.7em;
      line-height: 1.4;
      font-weight: 300; }
      @media screen and (max-width: 820px) {
        .round-videos .text p {
          font-size: 1.3em; } }
  .round-videos .videos {
    flex: 1 0 50%;
    display: flex; }
    .round-videos .videos .video {
      position: relative; }
      .round-videos .videos .video::before {
        content: '';
        position: absolute;
        width: 10em;
        height: 10em;
        background: url("../assets/img/ecp/bubbles-1.png") no-repeat center;
        background-size: contain;
        left: 100%;
        top: 0;
        margin-top: -2rem; }
    .round-videos .videos .video-a {
      flex: 1.2 0 0;
      margin-top: -4em; }
      @media screen and (max-width: 820px) {
        .round-videos .videos .video-a {
          margin-top: 3rem; } }
    .round-videos .videos .video-b {
      margin-top: 10em;
      flex: 1 0 0; }
      .round-videos .videos .video-b::before {
        width: 6em;
        height: 6em;
        background-image: url("../assets/img/ecp/bubbles-2.png"); }
    .round-videos .videos .clip-bg {
      background: #cdced0;
      background: linear-gradient(90deg, #cdced0 0%, #9ea0a3 23%, #eeeff0 43%, #7d7f81 68%, #adafb2 100%);
      padding: 5px;
      border-radius: 100%; }
      .round-videos .videos .clip-bg video,
      .round-videos .videos .clip-bg img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .round-videos .videos .caption {
      text-align: center;
      font-size: 1.1em;
      margin-top: 1rem;
      line-height: 1.3;
      color: #06528d; }
      @media screen and (max-width: 820px) {
        .round-videos .videos .caption {
          font-size: .67em; } }

.icon-footnote {
  margin: 2em 0;
  letter-spacing: .05em; }

.ingredients {
  display: flex;
  color: #06528d;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 820px) {
    .ingredients {
      flex-direction: column-reverse;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .ingredients::before {
    content: '';
    position: absolute;
    width: 10em;
    height: 10em;
    background: url("../assets/img/ecp/bubbles-3.png") no-repeat center;
    background-size: contain;
    top: 100%;
    right: 100%;
    margin-top: -3rem; }
  .ingredients .list {
    flex: 1 0 50%;
    font-size: 1.2em; }
    @media screen and (max-width: 820px) {
      .ingredients .list {
        margin-top: 2em;
        font-size: 1em; } }
  .ingredients .ingredient {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4rem;
    transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    transition-duration: 2s; }
    @media screen and (max-width: 820px) {
      .ingredients .ingredient {
        margin-top: 2em; } }
    .ingredients .ingredient:nth-child(1) {
      transition-delay: 0.2s; }
      .ingredients .ingredient:nth-child(1) .icon {
        transition-delay: 0; }
      .ingredients .ingredient:nth-child(1) .text {
        transition-delay: 0.5s; }
    .ingredients .ingredient:nth-child(2) {
      transition-delay: 0.5s; }
      .ingredients .ingredient:nth-child(2) .icon {
        transition-delay: 0.3s; }
      .ingredients .ingredient:nth-child(2) .text {
        transition-delay: 0.8s; }
    .ingredients .ingredient:nth-child(3) {
      transition-delay: 0.8s; }
      .ingredients .ingredient:nth-child(3) .icon {
        transition-delay: 0.6s; }
      .ingredients .ingredient:nth-child(3) .text {
        transition-delay: 1.1s; }
    .ingredients .ingredient:first-child {
      margin-top: 0; }
    .ingredients .ingredient .text {
      transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
      transition-duration: 2s;
      flex: 0 0 75%;
      margin-left: 1.3rem; }
      .ingredients .ingredient .text .title, .ingredients .ingredient .text .subtitle {
        display: block; }
      .ingredients .ingredient .text .title {
        text-transform: uppercase; }
    .ingredients .ingredient .icon {
      transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
      transition-duration: 2s; }
  .ingredients > .text {
    text-align: right;
    flex: 0 0 40%; }
    @media screen and (max-width: 820px) {
      .ingredients > .text {
        text-align: left; } }
    .ingredients > .text h3 {
      font-size: 1.688em;
      font-weight: 500; }
    .ingredients > .text img {
      margin-top: 1rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 820px) {
        .ingredients > .text img {
          margin-top: 1em;
          margin-bottom: 1em; } }
    .ingredients > .text p {
      font-size: 1.688em;
      font-weight: 300;
      line-height: 1.3; }
      @media screen and (max-width: 820px) {
        .ingredients > .text p {
          font-size: 1.313em; } }
  @media screen and (min-width: 821px) {
    .ingredients .preveal .icon {
      transform: scale(0); }
    .ingredients .preveal .ingredient {
      opacity: 0;
      transform: translateY(100px); }
      .ingredients .preveal .ingredient .text {
        opacity: 0;
        transform: translateX(50px); } }
  @media screen and (max-width: 820px) {
    .ingredients .ingredient.preveal {
      opacity: 0;
      transition-delay: 0; }
      .ingredients .ingredient.preveal .icon {
        transform: scale(0);
        transition-delay: 0.2s; }
      .ingredients .ingredient.preveal .text {
        opacity: 0;
        transition-delay: 0.4s;
        transform: translateX(50px); } }

.tear-film-animation {
  align-items: flex-start; }
  .tear-film-animation > div.col-r {
    flex: 0 0 33rem; }
    @media screen and (max-width: 820px) {
      .tear-film-animation > div.col-r {
        width: 21rem;
        flex-basis: auto; } }
  @media screen and (max-width: 820px) {
    .tear-film-animation > div {
      width: 100%; } }
  .tear-film-animation > div.col-l h3 {
    font-size: 1.125em;
    font-weight: 500; }
  .tear-film-animation .video {
    position: relative;
    background: url("../assets/img/ecp/tear-film-lens.png") no-repeat left bottom;
    display: flex;
    justify-content: flex-end;
    background-size: 10em auto; }
    @media screen and (max-width: 820px) {
      .tear-film-animation .video {
        background-size: 7em auto;
        margin-top: 2em; } }
  .tear-film-animation .clip-bg {
    background: #cdced0;
    background: linear-gradient(90deg, #cdced0 0%, #9ea0a3 23%, #eeeff0 43%, #7d7f81 68%, #adafb2 100%);
    padding: 5px;
    border-radius: 100%;
    width: 17em;
    height: 17em;
    position: relative;
    top: -3rem; }
    @media screen and (max-width: 820px) {
      .tear-film-animation .clip-bg {
        width: 10em;
        height: 10em; } }
    #content-header ~ #content-main .tear-film-animation .clip-bg video, #content-header ~ #content-main
    .tear-film-animation .clip-bg img {
      border-radius: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.video-image-hero-container {
  display: grid;
  grid-template-columns: 60% 40%;
  background-image: url("../assets/img/bg-full-width-video-min.jpg");
  background-size: contain;
  background-repeat: repeat;
  background-position: right; }
  @media screen and (max-width: 820px) {
    .video-image-hero-container {
      background-size: cover; } }
  .video-image-hero-container .hero-video-wrapper {
    text-align: center; }
    .video-image-hero-container .hero-video-wrapper video {
      width: 90%;
      margin: auto;
      display: block; }
  .video-image-hero-container .hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-image-hero-container .hero-image-wrapper img {
      width: 90%;
      max-width: 500px; }
  .video-image-hero-container .hero-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.8vw;
    font-size: clamp(0.9em, 1.8vw, 70em);
    align-items: center;
    padding-right: 5%;
    letter-spacing: -1.2px; }
    @media screen and (max-width: 820px) {
      .video-image-hero-container .hero-text {
        padding: 50px;
        align-items: center; } }
    .video-image-hero-container .hero-text h1,
    .video-image-hero-container .hero-text h2 {
      display: block;
      font-weight: 700; }
    .video-image-hero-container .hero-text h1 {
      font-size: 2.7em;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .video-image-hero-container .hero-text h1 a {
        display: flex;
        justify-content: flex-start; }
        .video-image-hero-container .hero-text h1 a .ref-sup {
          font-size: 0.17em;
          top: 9px; }
    .video-image-hero-container .hero-text h2 {
      font-size: 2.05em; }

.site-list-container {
  text-align: center;
  font-size: 2em;
  margin: 2em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .site-list-container select {
    font-family: "nobel-bl", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: .8em;
    padding: .3em;
    border: none;
    color: #1A4175;
    border: 2px solid #1A4175;
    border-radius: 10em;
    margin: 0 1em; }
  .site-list-container button {
    display: inline-block;
    border: none;
    background-image: url("../assets/img/bg-cta-active.png");
    background-size: contain;
    color: white;
    font-size: .6em;
    font-weight: bold;
    border-radius: 10em;
    padding: .8rem 2rem;
    cursor: pointer; }

.technologies-grid {
  padding: 8rem 32px 5rem;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .technologies-grid {
      padding: 5rem 15px 5rem; } }
  .technologies-grid:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/tech-grid-bubbles.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6; }
  .technologies-grid .container-outer {
    position: relative; }
  .technologies-grid .title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 3rem;
    font-size: clamp(1.8em, 3.7vw, 4em);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    font-weight: 500; }
    .technologies-grid .title:after {
      content: "";
      width: 80%;
      height: 9px;
      background-color: #f9f7bd;
      bottom: -20px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .technologies-grid .subtitle {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    min-width: 300px;
    margin: 0 auto 90px;
    line-height: 1.2;
    font-size: 2.2rem;
    font-size: clamp(1.4em, 2.7vw, 3em); }
    @media screen and (max-width: 1024px) {
      .technologies-grid .subtitle {
        margin: 0 auto 30px; } }
  .technologies-grid .grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 50px;
    grid-template-areas: "a video video video ." "a video video video b" ". video video video b" ". c     c     .     ." ". c     c     .     .";
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .technologies-grid .grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "video";
        margin-bottom: 2em; } }
    .technologies-grid .grid-item {
      text-align: right; }
      .technologies-grid .grid-item__0 {
        grid-area: a;
        padding-right: 20%; }
      .technologies-grid .grid-item__1 {
        grid-area: b;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        padding-left: 20%; }
      .technologies-grid .grid-item__2 {
        grid-area: c;
        padding: 0 12.5%; }
      .technologies-grid .grid-item__inner {
        border-right: 9px solid #f9f7bd;
        border-top-right-radius: 10px; }
        @media screen and (max-width: 1024px) {
          .technologies-grid .grid-item__inner {
            max-width: 90%;
            margin: 0 auto; } }
      .technologies-grid .grid-item__content {
        padding: 1.15em; }
        @media screen and (max-width: 1024px) {
          .technologies-grid .grid-item__content {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            row-gap: 25px; }
            .technologies-grid .grid-item__content > div {
              display: flex;
              align-items: flex-end; } }
        .technologies-grid .grid-item__content strong {
          font-weight: 500; }
      .technologies-grid .grid-item__text {
        display: flex;
        justify-content: flex-end; }
      .technologies-grid .grid-item h2 {
        padding: 15px 10px 10px;
        margin-bottom: 0;
        background-color: #f9f7bd;
        color: #1A4175;
        border-top-right-radius: 6px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: clamp(3em, 3vw, 3.5em); }
      .technologies-grid .grid-item img {
        margin-bottom: 1em;
        display: block;
        position: relative;
        right: -10px; }
        @media screen and (max-width: 1024px) {
          .technologies-grid .grid-item img {
            right: 0;
            margin: 0; } }
      .technologies-grid .grid-item p {
        color: #858C93;
        font-size: 1.4em;
        line-height: 1.1;
        max-width: 330px; }
        @media screen and (max-width: 1024px) {
          .technologies-grid .grid-item p {
            width: 100%; } }
      .technologies-grid .grid-item sup {
        color: #858C93; }
      @media screen and (max-width: 1024px) {
        .technologies-grid .grid-item {
          padding-right: 0;
          padding-left: 0; } }
  .technologies-grid .video-container {
    grid-area: video;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid #f9f7bd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 15px; }
    @media screen and (max-width: 1024px) {
      .technologies-grid .video-container {
        width: 80%;
        height: auto;
        border-radius: 15px; } }
    .technologies-grid .video-container video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .technologies-grid .swiper-container {
    position: relative;
    padding-bottom: 3.5em;
    --swiper-theme-color: #1A4175; }
    .technologies-grid .swiper-container .swiper-pagination-bullet {
      border-radius: 50px;
      width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 52px));
      height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
      background: var(--swiper-pagination-bullet-inactive-color, #000);
      opacity: 0.25; }
      .technologies-grid .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        opacity: 1; }
  @media screen and (max-width: 1024px) {
    .technologies-grid .desktop {
      display: none; } }
  .technologies-grid .mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .technologies-grid .mobile {
        display: block; } }

.youtube-embed {
  position: relative;
  overflow: hidden;
  border-bottom: 10px solid #fff67c;
  margin: 2em 32px 4em; }
  @media screen and (max-width: 820px) {
    .youtube-embed {
      margin: 2em 16px 4em;
      border-width: 5px; } }
  @media screen and (min-width: 1520px) {
    .youtube-embed {
      margin: 1.5em auto 4em; } }
  .youtube-embed .inner {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative; }
  .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-embed {
  position: relative;
  overflow: hidden;
  border-bottom: 10px solid #fff67c;
  margin: 2em 32px 4em; }
  @media screen and (max-width: 820px) {
    .video-embed {
      margin: 2em 16px 4em;
      border-width: 5px; } }
  @media screen and (min-width: 1520px) {
    .video-embed {
      margin: 1.5em auto 4em; } }
  .video-embed .inner {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative; }
  .video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.complete-system {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }
  .complete-system sup {
    color: #505153; }
  @media screen and (max-width: 820px) {
    .complete-system {
      border-bottom: 0;
      margin-top: 50px;
      padding-bottom: 50px; } }
  .complete-system::before, .complete-system::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    top: 0; }
  .complete-system::before {
    background-image: url("../assets/img/cs-left-triangle.png");
    left: 0;
    width: 532px;
    background-position: center;
    pointer-events: none; }
  .complete-system::after {
    background-image: url("../assets/img/cs-right-triangle.png"), url("../assets/img/drops-1.png");
    background-position: top left, 20em 19em;
    right: 0;
    width: 438px;
    pointer-events: none; }
  .complete-system .title-area {
    border-left: 20px solid #fff67c;
    padding-left: 2rem; }
    @media screen and (max-width: 820px) {
      .complete-system .title-area {
        border-width: 10px;
        padding-left: 1rem;
        padding-top: 0.5rem; } }
  @media screen and (min-width: 821px) {
    .complete-system .title-area,
    .complete-system .upper-items,
    .complete-system .power {
      margin-left: 90px; } }
  .complete-system .title {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (max-width: 820px) {
      .complete-system .title {
        font-size: 2em; } }
  .complete-system .subtitle {
    font-size: 2em;
    margin-bottom: 2rem;
    color: #505153;
    line-height: 1.3;
    padding-bottom: 6rem; }
    @media screen and (max-width: 820px) {
      .complete-system .subtitle {
        font-size: 1.5em;
        padding-bottom: 2rem;
        margin-bottom: 1rem; } }
  .complete-system .item-area p {
    color: #505153;
    font-size: 1.3em;
    max-width: 85%;
    line-height: 1.15;
    font-weight: 100; }
  .complete-system .item-area .item-image {
    text-align: center; }
    @media screen and (max-width: 820px) {
      .complete-system .item-area .item-image img {
        max-width: 80% !important;
        margin: 0 auto 20px;
        padding-right: 15%; } }
  .complete-system .upper-items {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 4.25em; }
    @media screen and (max-width: 820px) {
      .complete-system .upper-items {
        flex-direction: column-reverse; } }
  .complete-system .plus {
    font-size: 6rem;
    padding: 0 5rem;
    margin-top: 90px;
    font-weight: 500; }
    @media screen and (max-width: 820px) {
      .complete-system .plus {
        justify-content: center;
        display: flex;
        font-size: 3rem; } }
  .complete-system .comfort,
  .complete-system .moisture {
    width: 40%; }
    @media screen and (max-width: 820px) {
      .complete-system .comfort,
      .complete-system .moisture {
        width: 100%; } }
    .complete-system .comfort p,
    .complete-system .moisture p {
      border-right: 10px solid #fff67c;
      border-left: 0;
      border-width: 5px;
      margin-right: 15px;
      margin-left: auto;
      padding-right: 1em;
      padding-bottom: 0;
      padding-left: 0; }
      @media screen and (max-width: 820px) {
        .complete-system .comfort p,
        .complete-system .moisture p {
          padding-right: 5px;
          font-size: 1.25em; } }
  .complete-system .comfort {
    margin-top: -85px;
    margin-bottom: 115px;
    margin-right: 35px; }
    @media screen and (max-width: 820px) {
      .complete-system .comfort {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column-reverse; } }
    .complete-system .comfort p {
      margin-left: 5%;
      border-left: 10px solid #fff67c;
      border-right: 0;
      padding: 10px 0 20px 1.25rem; }
      @media screen and (max-width: 820px) {
        .complete-system .comfort p {
          margin-left: 0; } }
    .complete-system .comfort img {
      margin-top: 15px;
      max-width: 100%; }
  .complete-system .moisture {
    display: flex;
    flex-direction: column;
    margin-top: 55px; }
    .complete-system .moisture p {
      text-align: right;
      border-right: 10px solid #fff67c;
      align-self: flex-end;
      padding: 10px 1.25rem 10px 0;
      margin-right: 15px; }
    .complete-system .moisture img {
      margin-bottom: 2.5em;
      max-width: 100%; }
      @media screen and (max-width: 820px) {
        .complete-system .moisture img {
          margin-bottom: 1em; } }
  .complete-system .lower-items {
    display: flex; }
    @media screen and (max-width: 820px) {
      .complete-system .lower-items {
        flex-direction: column; } }
    .complete-system .lower-items .column-left {
      display: flex;
      flex-direction: column; }
    .complete-system .lower-items .column-right {
      padding-left: 5%;
      flex-basis: 55%;
      flex-shrink: 0; }
  .complete-system .power {
    border-left: 10px solid #fff67c;
    border-width: 20px;
    padding-left: 2rem;
    margin-bottom: 3.5rem; }
    @media screen and (max-width: 820px) {
      .complete-system .power {
        border-width: 10px;
        margin-bottom: 2rem;
        padding-left: 1rem; } }
    .complete-system .power p {
      color: #505153;
      font-size: 1.8rem;
      text-wrap: balance;
      line-height: 1.2; }
      @media screen and (max-width: 820px) {
        .complete-system .power p {
          width: 100%;
          top: initial;
          padding-bottom: 2rem;
          font-size: 1.5rem; }
          .complete-system .power p > br:first-of-type,
          .complete-system .power p > br:last-of-type {
            content: ' ';
            margin-left: 5px;
            display: inline-block; } }
    .complete-system .power span {
      font-weight: 500;
      font-size: 1.1em;
      margin-top: 8px;
      display: inline-block; }
      @media screen and (max-width: 820px) {
        .complete-system .power span {
          font-size: 0.9em; } }
  .complete-system .progressive {
    display: flex;
    flex-direction: column; }
    .complete-system .progressive img {
      margin-bottom: 40px; }
      @media screen and (max-width: 820px) {
        .complete-system .progressive img {
          padding-right: 0;
          margin-bottom: 1.25em; } }
    .complete-system .progressive .progressive-text {
      padding: 10px 0 15px;
      align-self: flex-end;
      display: flex;
      flex-direction: column;
      border-right: 10px solid #fff67c;
      margin-right: 15px; }
      @media screen and (max-width: 820px) {
        .complete-system .progressive .progressive-text {
          border-right: 0;
          border-left: 10px solid #fff67c;
          border-width: 5px;
          margin-bottom: 4em;
          padding: 0 0 0 10px;
          margin-right: 0; } }
      .complete-system .progressive .progressive-text p {
        color: #30538a;
        padding-right: 1.25rem;
        align-self: flex-end;
        font-size: 1.5em;
        text-align: right;
        max-width: 85%;
        font-weight: 400; }
        @media screen and (max-width: 820px) {
          .complete-system .progressive .progressive-text p {
            padding: 0;
            max-width: 100%;
            text-align: left;
            font-size: 1.4em;
            align-self: flex-start; } }
        .complete-system .progressive .progressive-text p strong {
          font-weight: 500; }
  .complete-system .video-container {
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .complete-system .video-container video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.complete-system-v2 {
  margin-bottom: 2rem;
  font-size: 1.4em;
  line-height: 1.3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "description" "moisture" "graphic" "comfort" "ingredients" "facts";
  text-align: center; }
  @media screen and (min-width: 910px) {
    .complete-system-v2 {
      text-align: left;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto auto auto auto;
      grid-template-areas: "description description description description" "moisture graphic graphic comfort" ". facts facts ." "ingredients ingredients ingredients ingredients"; } }
  .complete-system-v2 .item-image {
    margin-bottom: 1rem; }
  .complete-system-v2 p {
    font-size: 1.1em; }
  .complete-system-v2 .description {
    grid-area: description;
    text-align: center;
    padding: 3rem 0; }
    @media screen and (min-width: 910px) {
      .complete-system-v2 .description {
        padding: 3rem 15%; } }
    .complete-system-v2 .description h2 {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 4rem;
      color: #30538a;
      margin-top: 3rem;
      margin-bottom: 1rem;
      line-height: 1; }
      @media screen and (max-width: 820px) {
        .complete-system-v2 .description h2 {
          font-size: 1.7em;
          margin-top: 1rem;
          margin-bottom: 0.5rem; } }
      .complete-system-v2 .description h2 + p {
        margin-top: 2rem; }
  .complete-system-v2 .comfort {
    grid-area: comfort; }
  .complete-system-v2 .moisture {
    grid-area: moisture; }
  .complete-system-v2 .comfort .item-image img,
  .complete-system-v2 .moisture .item-image img {
    max-width: 340px !important; }
    @media screen and (min-width: 910px) {
      .complete-system-v2 .comfort .item-image img,
      .complete-system-v2 .moisture .item-image img {
        max-width: 100% !important; } }
  .complete-system-v2 .facts {
    grid-area: facts;
    padding: 1em 0; }
    @media screen and (min-width: 910px) {
      .complete-system-v2 .facts {
        text-align: center; } }
    .complete-system-v2 .facts p {
      font-size: 1em; }
  .complete-system-v2 .diagram {
    grid-area: graphic;
    position: relative; }
    .complete-system-v2 .diagram .line {
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 910px) {
        .complete-system-v2 .diagram .line {
          flex-direction: row; } }
      .complete-system-v2 .diagram .line::before {
        content: "";
        display: block;
        height: 30px;
        width: 1px;
        background-color: #1A4175; }
        @media screen and (min-width: 910px) {
          .complete-system-v2 .diagram .line::before {
            height: 1px;
            width: 30px; } }
      .complete-system-v2 .diagram .line::after {
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        border: 1px solid #1A4175;
        border-radius: 50%;
        background-color: white; }
      .complete-system-v2 .diagram .line.comfort {
        position: absolute;
        right: 35%;
        top: 25%;
        bottom: 5%;
        transform: scale(-1); }
        @media screen and (min-width: 910px) {
          .complete-system-v2 .diagram .line.comfort {
            right: 1.5em;
            left: 65%;
            top: 18%;
            bottom: auto;
            transform: scale(-1); } }
        .complete-system-v2 .diagram .line.comfort:before {
          height: 100%; }
          @media screen and (min-width: 910px) {
            .complete-system-v2 .diagram .line.comfort:before {
              width: 100%;
              height: 1px; } }
      .complete-system-v2 .diagram .line.moisture {
        position: absolute;
        left: 35%;
        top: 0%;
        bottom: 50%; }
        @media screen and (min-width: 910px) {
          .complete-system-v2 .diagram .line.moisture {
            bottom: auto;
            right: 75%;
            left: 1em;
            top: 40%; } }
        .complete-system-v2 .diagram .line.moisture:before {
          height: 100%; }
          @media screen and (min-width: 910px) {
            .complete-system-v2 .diagram .line.moisture:before {
              width: 100%;
              height: 1px; } }
    .complete-system-v2 .diagram .item-image {
      padding: 1.5em 0;
      max-width: 600px;
      margin: 0 auto; }
      @media screen and (min-width: 910px) {
        .complete-system-v2 .diagram .item-image {
          padding: 0 1.5em; } }
      .complete-system-v2 .diagram .item-image img {
        display: block; }
  .complete-system-v2 .ingredients {
    grid-area: ingredients;
    display: block;
    margin: 6em 0 3em; }
    @media screen and (min-width: 768px) {
      .complete-system-v2 .ingredients {
        margin: 2em 0; } }
    .complete-system-v2 .ingredients .item-image {
      max-width: 320px;
      margin: 0 auto;
      position: relative; }
  .complete-system-v2 .ingredient-item {
    max-width: 200px; }
    .complete-system-v2 .ingredient-item .item-title {
      font-weight: bold; }
    .complete-system-v2 .ingredient-item .line {
      display: flex;
      align-items: center; }
      .complete-system-v2 .ingredient-item .line::before {
        content: "";
        display: block;
        height: 1px;
        width: 30px;
        background-color: #1A4175; }
      .complete-system-v2 .ingredient-item .line::after {
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        border: 1px solid #1A4175;
        border-radius: 50%;
        background-color: white; }
    .complete-system-v2 .ingredient-item.ingredient-1 {
      position: absolute;
      top: -50%;
      left: 0; }
      @media screen and (min-width: 768px) {
        .complete-system-v2 .ingredient-item.ingredient-1 {
          top: 0;
          left: -55%; } }
      .complete-system-v2 .ingredient-item.ingredient-1 .line {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: rotate(65deg);
        transform-origin: left center; }
        @media screen and (min-width: 768px) {
          .complete-system-v2 .ingredient-item.ingredient-1 .line {
            transform: rotate(15deg); } }
        .complete-system-v2 .ingredient-item.ingredient-1 .line::before {
          width: 50px; }
          @media screen and (min-width: 768px) {
            .complete-system-v2 .ingredient-item.ingredient-1 .line::before {
              width: 100px; } }
    .complete-system-v2 .ingredient-item.ingredient-2 {
      position: absolute;
      bottom: -20%;
      left: 25%; }
      .complete-system-v2 .ingredient-item.ingredient-2 .line {
        position: absolute;
        bottom: 70%;
        left: 75%;
        transform: rotate(-95deg);
        transform-origin: left center; }
        .complete-system-v2 .ingredient-item.ingredient-2 .line::before {
          width: 50px; }
    .complete-system-v2 .ingredient-item.ingredient-3 {
      position: absolute;
      top: -25%;
      right: 10%; }
      @media screen and (min-width: 768px) {
        .complete-system-v2 .ingredient-item.ingredient-3 {
          top: -8%;
          right: -63%; } }
      .complete-system-v2 .ingredient-item.ingredient-3 .line {
        position: absolute;
        top: 100%;
        right: 10%;
        transform: rotate(60deg);
        transform-origin: left center; }
        @media screen and (min-width: 768px) {
          .complete-system-v2 .ingredient-item.ingredient-3 .line {
            transform: rotate(-205deg);
            top: 50%;
            right: 10%; } }
        .complete-system-v2 .ingredient-item.ingredient-3 .line::before {
          width: 50px; }
          @media screen and (min-width: 768px) {
            .complete-system-v2 .ingredient-item.ingredient-3 .line::before {
              width: 100px; } }
  .complete-system-v2.v3 {
    grid-template-areas: "description" "moisture" "graphic" "comfort" "facts" "ingredients"; }
    @media screen and (min-width: 910px) {
      .complete-system-v2.v3 {
        text-align: left;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "description description description description description description description" "moisture moisture graphic graphic graphic comfort comfort" "moisture moisture graphic graphic graphic ingredients ingredients" ". . facts facts facts . ."; } }
    .complete-system-v2.v3 .description {
      padding: 0; }
      .complete-system-v2.v3 .description h2 {
        font-weight: 700; }
        .complete-system-v2.v3 .description h2 + p {
          font-size: clamp(26px, 3.5vw, 40px);
          color: #505153;
          font-weight: 100;
          margin-bottom: 3.5rem;
          margin-top: 0; }
          @media screen and (min-width: 910px) {
            .complete-system-v2.v3 .description h2 + p {
              margin-top: 20px; } }
          .complete-system-v2.v3 .description h2 + p strong {
            font-weight: 500; }
    .complete-system-v2.v3 .item-title {
      font-weight: 600; }
      @media screen and (max-width: 910px) {
        .complete-system-v2.v3 .item-title {
          font-size: 15px;
          color: #162C5A; } }
    .complete-system-v2.v3 .item-area {
      color: #505153; }
      .complete-system-v2.v3 .item-area .line:before {
        background-color: #77B1E0; }
      .complete-system-v2.v3 .item-area p {
        font-size: clamp(20px, 2.7vw, 25px); }
        .complete-system-v2.v3 .item-area p strong {
          font-weight: 600; }
      @media screen and (min-width: 910px) {
        .complete-system-v2.v3 .item-area.moisture p {
          padding-left: 65px; } }
      @media screen and (min-width: 910px) {
        .complete-system-v2.v3 .item-area.comfort p {
          text-align: right;
          padding-right: 65px; } }
    .complete-system-v2.v3 .ingredients {
      padding-top: 30px;
      margin: 2em 0; }
      @media screen and (min-width: 910px) {
        .complete-system-v2.v3 .ingredients {
          position: relative;
          right: 75px; } }
      .complete-system-v2.v3 .ingredients .ingredient-1 {
        top: -40px; }
        @media screen and (max-width: 910px) {
          .complete-system-v2.v3 .ingredients .ingredient-1 {
            left: -10px; } }
        @media screen and (min-width: 910px) {
          .complete-system-v2.v3 .ingredients .ingredient-1 {
            top: 70px; } }
        .complete-system-v2.v3 .ingredients .ingredient-1 .line {
          right: 10px;
          left: initial;
          transform: rotate(90deg); }
          @media screen and (min-width: 910px) {
            .complete-system-v2.v3 .ingredients .ingredient-1 .line {
              transform: none;
              top: 40%; } }
          .complete-system-v2.v3 .ingredients .ingredient-1 .line:before {
            width: 70px; }
            @media screen and (min-width: 910px) {
              .complete-system-v2.v3 .ingredients .ingredient-1 .line:before {
                width: 30px; } }
      @media screen and (max-width: 910px) {
        .complete-system-v2.v3 .ingredients .ingredient-2 {
          left: 40%; } }
      .complete-system-v2.v3 .ingredients .ingredient-2 .line {
        left: 50%;
        transform: rotate(-90deg); }
      .complete-system-v2.v3 .ingredients .ingredient-3 {
        top: -35px;
        right: -10px; }
        .complete-system-v2.v3 .ingredients .ingredient-3 .line {
          transform: rotate(90deg);
          bottom: 0;
          top: 25px; }
          @media screen and (max-width: 910px) {
            .complete-system-v2.v3 .ingredients .ingredient-3 .line {
              right: -35%; } }
          .complete-system-v2.v3 .ingredients .ingredient-3 .line:before {
            width: 50px; }
            @media screen and (min-width: 910px) {
              .complete-system-v2.v3 .ingredients .ingredient-3 .line:before {
                width: 30px; } }
      .complete-system-v2.v3 .ingredients .ingredient-1 .line:before, .complete-system-v2.v3 .ingredients .ingredient-2 .line:before, .complete-system-v2.v3 .ingredients .ingredient-3 .line:before {
        background-color: #77B1E0; }
    @media screen and (max-width: 910px) {
      .complete-system-v2.v3 .diagram .line.moisture {
        left: 25%;
        bottom: 55%; } }
    @media screen and (max-width: 910px) {
      .complete-system-v2.v3 .diagram .line.comfort {
        right: 15%;
        bottom: 2.5%; } }
    .complete-system-v2.v3 .diagram .line.comfort:before {
      height: 50%; }
      @media screen and (min-width: 910px) {
        .complete-system-v2.v3 .diagram .line.comfort:before {
          height: 1px; } }

.ultra-stories-banner img {
  width: 100%;
  height: 27.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.ultra-stories-headline {
  width: 105em;
  margin: 10em auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-headline {
      width: 80%; } }
  .ultra-stories-headline .pre-title {
    text-transform: uppercase;
    font-size: 3.8em;
    margin-bottom: .2em; }
  .ultra-stories-headline .title {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: 500; }
  .ultra-stories-headline .author-name {
    font-weight: 500;
    font-size: 2.6em;
    line-height: 1.3em;
    margin-top: 2.2em;
    color: #525252; }
  .ultra-stories-headline .author-description {
    font-size: 2.6em;
    color: #525252;
    font-weight: 300;
    line-height: 1.3em; }

.ultra-stories-text-section {
  width: 105em;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 820px) {
    .ultra-stories-text-section {
      width: 80%; } }
  .ultra-stories-text-section .body {
    font-size: 1.9em;
    position: relative;
    z-index: 2;
    line-height: 1.35em;
    text-align: justify;
    color: #525252;
    letter-spacing: .005em;
    font-weight: 300; }
    .ultra-stories-text-section .body sup:not(.copymark) {
      font-size: .4em; }
    .ultra-stories-text-section .body p {
      margin: .7em auto; }
    .ultra-stories-text-section .body span {
      display: inline-block; }
    .ultra-stories-text-section .body blockquote {
      color: #1A4175;
      font-size: 1.3em;
      line-height: 1.4em; }
  .ultra-stories-text-section .ultra-stories-text-section-image-wrapper .image {
    width: 100%; }
    .ultra-stories-text-section .ultra-stories-text-section-image-wrapper .image img {
      width: 100%; }
  .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
    width: 105em;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
        width: 80%; } }
    .ultra-stories-text-section.eye-exam-1 .pre-title, .ultra-stories-text-section.eye-exam-2 .pre-title, .ultra-stories-text-section.eye-exam-3 .pre-title {
      text-transform: uppercase;
      font-size: 2.5em;
      line-height: 1.5em; }
    .ultra-stories-text-section.eye-exam-1 .title, .ultra-stories-text-section.eye-exam-2 .title, .ultra-stories-text-section.eye-exam-3 .title {
      font-weight: 500;
      font-size: 4em;
      text-transform: uppercase;
      width: 13em;
      line-height: 1.2em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
        width: auto; }
        .ultra-stories-text-section.eye-exam-1 .pre-title, .ultra-stories-text-section.eye-exam-2 .pre-title, .ultra-stories-text-section.eye-exam-3 .pre-title {
          font-size: 1em; }
        .ultra-stories-text-section.eye-exam-1 .title, .ultra-stories-text-section.eye-exam-2 .title, .ultra-stories-text-section.eye-exam-3 .title {
          font-size: 1.5em; } }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper {
      position: absolute; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper img {
        height: 36em;
        width: auto; }
  .ultra-stories-text-section.eye-exam-1 {
    margin-bottom: 8em; }
    .ultra-stories-text-section.eye-exam-1 .body {
      padding: 2em 2em 2em 0;
      width: 32em;
      background-color: white; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper {
      right: 0;
      top: 0;
      z-index: 1; }
  .ultra-stories-text-section.eye-exam-2 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content {
      margin-left: 41em;
      background: #f1f4f7;
      padding: 5em 1.5em 3em 12em; }
      .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .body {
        margin-right: 2.5em; }
    .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper {
      left: 0;
      top: 8em;
      z-index: 1; }
  .ultra-stories-text-section.eye-exam-3 {
    margin-top: 15em;
    position: relative; }
    .ultra-stories-text-section.eye-exam-3:before {
      content: '';
      display: block;
      height: 35em;
      width: 35em;
      position: absolute;
      top: -5.5em;
      left: 1.5em;
      z-index: 1;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content {
      padding: 4em 1.5em 20em 8em;
      width: 92em;
      margin: 12em auto 12em;
      position: relative;
      background-color: white;
      z-index: 2; }
      .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .title {
        width: auto;
        text-align: center;
        font-size: 3.7em; }
      .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .body {
        font-size: 1.9em; }
  .ultra-stories-text-section.science-1 {
    margin-bottom: 8em; }
    .ultra-stories-text-section.science-1:before {
      content: '';
      display: block;
      height: 53em;
      width: 28em;
      position: absolute;
      top: 18em;
      left: 0;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.science-1 .title {
      font-size: 5em;
      font-weight: 300; }
      @media screen and (max-width: 820px) {
        .ultra-stories-text-section.science-1 .title {
          font-size: 1.1em;
          line-height: 1.4em;
          font-weight: 500; } }
      .ultra-stories-text-section.science-1 .title span {
        display: inline-block; }
      .ultra-stories-text-section.science-1 .title sup:not(.copymark) {
        font-size: .3em;
        top: -1em;
        position: relative; }
    .ultra-stories-text-section.science-1 .body {
      margin-left: 23em;
      margin-top: 2em; }
    .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: 15em;
      left: 5em;
      width: 35em; }
      .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper img {
        width: 100%; }
  .ultra-stories-text-section.science-2 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.science-2:before {
      content: '';
      display: block;
      height: 58em;
      width: 30em;
      top: -5em;
      right: -7em;
      position: absolute;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.science-2 .ultra-stories-text-section-content {
      width: 59em;
      margin-left: 4em; }
    .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: -1em;
      right: -3em;
      width: 39em; }
      .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper img {
        width: 100%; }
  .ultra-stories-text-section.science-3 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.science-3 .ultra-stories-text-section-content {
      background-color: #f1f4f7;
      margin-left: -4em;
      padding: 8em 2em 8em 8em;
      width: 95em; }
      .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title {
        font-size: 5em;
        font-weight: 300;
        margin-bottom: 1em; }
        @media screen and (max-width: 820px) {
          .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title {
            font-size: 1.1em;
            line-height: 1.4em;
            font-weight: 500; } }
        .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title span {
          display: inline-block; }
        .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title sup:not(.copymark) {
          font-size: .3em;
          top: -1em;
          position: relative; }
      .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .body {
        width: 25em; }
    .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: 25em;
      right: -9em;
      width: 51em; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
    font-size: 5em;
    font-weight: 300; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
        font-size: 1.1em;
        line-height: 1.4em;
        font-weight: 500; } }
    .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title span {
      display: inline-block; }
    .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title sup:not(.copymark) {
      font-size: .3em;
      top: -1em;
      position: relative; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .body {
    margin-top: 1.6em;
    margin-left: 30em;
    padding: 0 3.2em; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper {
    position: absolute;
    left: 3em;
    top: 12em;
    width: 53em; }
  .ultra-stories-text-section.go-beyond-1 {
    margin-top: -8em; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-content {
      width: 70em; }

.ultra-stories-two-column {
  width: 100%;
  background-color: #f1f4f7; }
  .ultra-stories-two-column .ultra-stories-two-column-content {
    width: 105em;
    margin: auto;
    padding: 8em 4em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-two-column .ultra-stories-two-column-content {
        width: 80%; } }
    .ultra-stories-two-column .ultra-stories-two-column-content .title {
      font-size: 5em;
      font-weight: 300;
      text-align: center;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 820px) {
        .ultra-stories-two-column .ultra-stories-two-column-content .title {
          font-size: 1.1em;
          line-height: 1.4em;
          font-weight: 500; } }
      .ultra-stories-two-column .ultra-stories-two-column-content .title span {
        display: inline-block; }
      .ultra-stories-two-column .ultra-stories-two-column-content .title sup:not(.copymark) {
        font-size: .3em;
        top: -1em;
        position: relative; }
    .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns {
      display: flex;
      justify-content: space-between;
      font-size: 1.9em;
      position: relative;
      z-index: 2;
      line-height: 1.35em;
      text-align: justify;
      color: #525252;
      letter-spacing: .005em;
      font-weight: 300; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns sup:not(.copymark) {
        font-size: .4em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns p {
        margin: .7em auto; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns span {
        display: inline-block; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns blockquote {
        color: #1A4175;
        font-size: 1.3em;
        line-height: 1.4em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:first-child {
        width: 40%; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(2) {
        width: 55%; }

.ultra-stories-notes {
  padding: 5em; }
  .ultra-stories-notes .ultra-stories-notes-content {
    color: #525252;
    line-height: 1.4em; }
    .ultra-stories-notes .ultra-stories-notes-content span {
      margin-right: 4em; }

.ultra-stories-infographic {
  width: 105em;
  margin: auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-infographic {
      width: 80%; } }
  .ultra-stories-infographic .ultra-stories-infographic-content .title {
    font-size: 5em;
    font-weight: 300;
    margin-top: -1.5em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-infographic .ultra-stories-infographic-content .title {
        font-size: 1.1em;
        line-height: 1.4em;
        font-weight: 500; } }
    .ultra-stories-infographic .ultra-stories-infographic-content .title span {
      display: inline-block; }
    .ultra-stories-infographic .ultra-stories-infographic-content .title sup:not(.copymark) {
      font-size: .3em;
      top: -1em;
      position: relative; }
  .ultra-stories-infographic .ultra-stories-infographic-content .body {
    color: #525252;
    font-size: 2.8em;
    margin-top: 3em;
    margin-bottom: 2em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .footnote {
    margin: 3em auto;
    color: #525252; }
  .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles {
    display: flex;
    justify-content: space-between;
    background-image: url("../assets/img/bg-trial.png");
    background-repeat: repeat-x;
    background-position-y: 14.1em; }
    .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile {
      width: 28em; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon {
        width: 100%; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon img {
          width: 100%;
          height: auto; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text {
        color: #1A4175;
        font-size: 1.9em;
        line-height: 1.4em;
        font-weight: 300;
        margin-top: 2em;
        text-align: center; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text span {
          display: inline-block; }

.ultra-stories-carousel {
  margin: 4em auto;
  position: relative; }
  .ultra-stories-carousel .slide-button {
    height: 9em;
    width: 9em;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat; }
    .ultra-stories-carousel .slide-button.previous {
      left: 14em;
      background-image: url("../assets/img/button-prev.png"); }
    .ultra-stories-carousel .slide-button.next {
      right: 14em;
      background-image: url("../assets/img/button-next.png"); }
  .ultra-stories-carousel .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex; }
    .ultra-stories-carousel .pagination .paginate-link {
      height: .8em;
      width: .8em;
      display: block;
      margin: 1em .5em;
      border-radius: 50%;
      background-color: white;
      box-shadow: 0 0 1em 0 black;
      cursor: pointer; }
      .ultra-stories-carousel .pagination .paginate-link.active {
        background-color: #1A4175; }
  .ultra-stories-carousel .ultra-stories-carousel-content .slide {
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    transition: opacity .5s; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide.show {
      position: relative;
      top: initial;
      left: initial;
      opacity: 1; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .carousel-image img {
      width: 100vw;
      height: 25.5vw;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 23em;
      font-size: 4em;
      text-align: center; }
      .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner sup {
        font-size: .3em;
        vertical-align: super; }

.ultra-stories-tile-grid {
  width: 105em;
  margin: 8em auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-tile-grid {
      width: 80%; } }
  .ultra-stories-tile-grid .ultra-stories-tile-grid-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(12, minmax(0, 1fr)); }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile {
      display: block;
      height: auto;
      width: 40em;
      margin: auto;
      position: relative;
      box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.7);
      transition: scale .2s; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:hover {
        scale: 1.1; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:hover .read-more {
          font-weight: 500; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image {
        position: relative; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image img {
          width: 100%;
          height: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/6; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          left: -8em;
          top: 10em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2) {
        grid-column: 2/3;
        grid-row: 2/7; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          right: -9em;
          top: -6em;
          transform: rotate(180deg); }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(3) {
        grid-column: 1/2;
        grid-row: 7/12; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4) {
        grid-column: 2/3;
        grid-row: 8/13; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          left: -9em;
          bottom: 15em;
          transform: rotate(215deg); }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner {
      position: absolute;
      background: white;
      bottom: -6em;
      left: 0;
      font-size: .9em;
      padding: 2em;
      color: #1A4175;
      width: 90%;
      box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.7); }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .pre-title {
        text-transform: uppercase;
        font-size: 2.5em;
        line-height: 1.5em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
        font-weight: 500;
        font-size: 4em;
        text-transform: uppercase;
        width: 13em;
        line-height: 1.2em; }
      @media screen and (max-width: 820px) {
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner {
          width: auto; }
          .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .pre-title {
            font-size: 1em; }
          .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
            font-size: 1.5em; } }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
        width: auto; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .read-more {
        text-transform: uppercase;
        font-size: 1.8em;
        margin-top: 1em;
        font-weight: 200;
        transition: font-weight .2s;
        display: flex;
        align-items: center; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .read-more:after {
          content: '';
          display: block;
          height: .45em;
          width: .45em;
          border-right: 0.15em solid #1A4175;
          border-bottom: 0.15em solid #1A4175;
          transform: rotate(-45deg); }

@media screen and (max-width: 820px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px; }
  .three-col > * {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 2em; } }

@media screen and (max-width: 820px) {
  h1 {
    font-size: 1.6em; }
  h2 {
    font-size: 1.4em; }
  h3 {
    font-size: 1.3em; }
  h4 {
    font-size: 1.2em; }
  strong {
    font-weight: 700; }
  .cta-button,
  .trial_cta_button,
  p.lens-decoration {
    font-size: 0.8em; } }

@media screen and (max-width: 820px) {
  header#header {
    position: relative; }
    header#header #branding {
      padding: 0.5em 0; }
      header#header #branding img {
        width: 140px; }
    header#header .hamburger {
      display: initial;
      position: absolute;
      top: 1em;
      right: 1em; }
      header#header .hamburger .hamburger-inner, header#header .hamburger .hamburger-inner::after, header#header .hamburger .hamburger-inner::before {
        background: #1571b5; }
    header#header #header-right {
      display: none;
      position: absolute;
      top: 5.1em;
      right: 0;
      background: white;
      z-index: 10;
      align-items: center;
      padding-bottom: 1em;
      box-shadow: -5px 5px 12px -5px rgba(0, 0, 0, 0.6); }
      header#header #header-right #header-audience {
        order: 2;
        margin-top: 3em; }
        header#header #header-right #header-audience a {
          font-size: 1.2em; }
      header#header #header-right nav#menu ul {
        flex-direction: column;
        align-items: flex-end;
        padding: 1.5em 0 3em; }
        header#header #header-right nav#menu ul li.menu-item {
          margin-left: 0;
          align-items: flex-end; }
          header#header #header-right nav#menu ul li.menu-item a::after {
            content: none; }
          header#header #header-right nav#menu ul li.menu-item a {
            font-size: .9em;
            padding-top: 1em;
            padding-bottom: 1em; }
          header#header #header-right nav#menu ul li.menu-item.menu-free-trial {
            margin-top: 0.75em;
            margin-bottom: 0.75em; }
            header#header #header-right nav#menu ul li.menu-item.menu-free-trial a {
              padding-top: 0.5em;
              padding-bottom: 0.5em; }
              header#header #header-right nav#menu ul li.menu-item.menu-free-trial a::after {
                content: ''; }
  body.show-mobile-menu {
    height: 100vh;
    overflow: hidden; }
    body.show-mobile-menu header#header #header-right {
      display: flex; } }

@media screen and (max-width: 820px) {
  #pre-footer-area h2 {
    font-size: 1.3em; }
    #pre-footer-area h2 strong {
      font-size: 1.3em;
      display: block; }
  #pre-footer-area #pre-footer {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.4em; }
    #pre-footer-area #pre-footer .top-text.trial-hidden {
      font-size: 1.2em; }
  #pre-footer-area .icon-tiles {
    flex-direction: column;
    align-items: center;
    margin: 2em 0 1em; }
    #pre-footer-area .icon-tiles .icon-tile {
      max-width: 12em;
      flex-basis: auto;
      margin: 1em 0; }
      #pre-footer-area .icon-tiles .icon-tile img {
        width: 2em; }
  #pre-footer-area .bottom-text {
    color: #A6C2D7;
    font-size: 0.7em; }
    #pre-footer-area .bottom-text .trial_cta_button {
      font-size: 1rem; }
    #pre-footer-area .bottom-text p {
      margin: 0.8em 0; }
  footer#footer {
    flex-direction: column;
    align-items: stretch;
    padding: 2em 16px 1em; }
    footer#footer > * {
      margin: 1em 0; }
    footer#footer #footer-social-menu ul {
      flex-direction: row; }
    footer#footer ul {
      display: flex;
      flex-direction: column; }
    footer#footer #footer-nav-menu,
    footer#footer #footer-legal-menu {
      border-bottom: 1px solid rgba(26, 65, 117, 0.1);
      padding-bottom: 1em; }
  .sub-footer {
    padding-left: 16px;
    padding-right: 16px; } }

@media screen and (max-width: 820px) {
  #content-header ~ #content-main {
    background-size: 30% auto; } }

@media screen and (max-width: 1200px) {
  article.type-post header h1.entry-title {
    max-width: 90%; }
  article.type-post .entry-content {
    max-width: 90%;
    margin: auto; }
    article.type-post .entry-content .post-free-trial-banner {
      flex-direction: column; }
    article.type-post .entry-content .post-content p.story-highlight {
      margin-left: 0;
      width: 100%;
      max-width: 100%; }
    article.type-post .entry-content .post-content img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-left: 0; }
    article.type-post .entry-content .post-footer {
      flex-direction: column; } }

@media screen and (max-width: 820px) {
  #content-header .blue-banner .banner-inner {
    flex-direction: column;
    align-items: center; }
    #content-header .blue-banner .banner-inner .banner-text {
      min-height: 0; }
      #content-header .blue-banner .banner-inner .banner-text img {
        max-width: 55vw;
        height: auto;
        display: block;
        margin: 1em auto 0.5em; }
    #content-header .blue-banner .banner-inner .banner-image {
      margin-top: -14%;
      margin-left: 0; }
      #content-header .blue-banner .banner-inner .banner-image img {
        width: 60vw;
        margin: auto;
        height: auto; }
    #content-header .blue-banner .banner-inner h2 {
      margin: 0.5em 0; }
    #content-header .blue-banner .banner-inner p {
      line-height: 1.4;
      margin-bottom: 0.5em; }
  #content-header .hero .hero-overlay .lens-decoration {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media screen and (max-width: 820px) {
  .video-image-hero-container {
    display: block; }
    .video-image-hero-container .hero-video-wrapper video {
      width: 100%; }
    .video-image-hero-container .hero-image-wrapper img {
      width: 90%;
      margin: 3em; } }

@media screen and (max-width: 820px) {
  .headline {
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 2em; }
    .headline h2 {
      text-align: left; }
      .headline h2 strong {
        display: inline; } }

@media screen and (max-width: 820px) {
  .section-header {
    line-height: 0.9;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(26, 65, 117, 0.05); }
    .section-header:first-child {
      margin-top: 0; }
    .section-header h2, .section-header h3 {
      font-weight: 300;
      font-size: 3em;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }
      .section-header h2 strong, .section-header h3 strong {
        display: block;
        font-size: 0.6em; }
    .section-header h3, .section-header h2 {
      font-size: 1.8em;
      line-height: 1.2; }
      body.site-id-2 .section-header h3 strong, body.site-id-2 .section-header h2 strong {
        font-size: 1.5em; }
      .section-header h3 strong, .section-header h2 strong {
        font-size: 1em;
        display: inline; } }

@media screen and (max-width: 820px) {
  .expandable-logo {
    flex-direction: column; }
    .expandable-logo .text {
      max-width: none;
      font-size: 1.3em;
      line-height: 1.2;
      padding: 0.5em 0; }
    .mob-hidden .expandable-logo {
      display: none; }
    .mob-expandable .expandable-logo .text {
      display: none; }
    .mob-expandable .expandable-logo .logo {
      position: relative;
      cursor: pointer;
      position: relative;
      padding-right: 5em; }
      .mob-expandable .expandable-logo .logo::before {
        content: '';
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        width: 7%;
        height: 100%;
        right: 3%;
        top: 0;
        transform: translateZ(0);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .mob-expandable .expandable-logo .logo.expanded::before {
        transform: rotateZ(180deg); } }

@media screen and (max-width: 820px) {
  .icon-bullets {
    margin-top: 1em;
    flex-wrap: wrap; }
    .icon-bullets > div {
      flex-basis: 100%;
      font-size: 1.3em;
      margin: 0.7em 0; }
      .icon-bullets > div .icon {
        display: none; }
      .icon-bullets > div .title,
      .icon-bullets > div .subtitle {
        display: inline; }
  .icon-bullets-alt > div {
    flex-basis: 100%;
    font-size: 1.1em; }
    .icon-bullets-alt > div .icon {
      align-self: flex-start;
      flex-basis: 3em; } }

@media screen and (max-width: 820px) {
  .testimonial::before {
    background-color: rgba(27, 41, 53, 0.3);
    height: 100%; }
  .testimonial > div {
    padding-top: 0;
    padding-bottom: 0; }
  .testimonial .title-text h2 {
    font-size: 1.1em; }
    .testimonial .title-text h2 strong {
      display: block; } }

@media screen and (max-width: 820px) {
  .survey-tiles {
    padding-top: 3em;
    padding-bottom: 3em; }
    .survey-tiles .survey-tile {
      text-align: left;
      color: #1A4175;
      font-size: 1.2em;
      line-height: 1.4; } }

@media screen and (max-width: 820px) {
  #content-header .jump-menu-outer {
    display: none; } }

@media screen and (max-width: 820px) {
  .two-column {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.1em 0; }
    .two-column > div {
      flex-basis: auto;
      padding: 0.5em 0; } }

@media screen and (max-width: 820px) {
  .claims {
    font-size: 1.4em; }
    .claims .claim {
      flex: 0 1 50rem;
      background-color: rgba(26, 65, 117, 0.05);
      border-radius: 1em;
      padding: 0.8em 1em;
      margin: 0.5em 0 2em;
      line-height: 1.2;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .claims .claim .icon {
        width: 3em; }
      .claims .claim .text {
        margin: 0.6em 0 0.8em; } }

@media screen and (max-width: 820px) {
  .exp-icon-thirds {
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 2em; }
    .exp-icon-thirds .exp-icon {
      flex-basis: auto; } }

@media screen and (max-width: 820px) {
  .stories {
    font-size: 1.1em; }
    .stories h2 {
      margin: 0 0 0.5em; }
    .stories .thumb img {
      width: 20vw;
      height: 20vw !important;
      -o-object-fit: cover;
         object-fit: cover; }
    .stories li {
      border-bottom: 1px solid rgba(26, 65, 117, 0.1);
      padding-bottom: 1em; }
      .stories li article {
        display: flex; }
        .stories li article > a {
          flex: 0 0 20vw;
          margin-right: 1em; }
        .stories li article .text {
          line-height: 1.2; } }

@media screen and (max-width: 820px) {
  .acf-map {
    width: 100%;
    height: 325px;
    margin: 0; }
  .office-contact h3 {
    border-bottom: 1px solid rgba(26, 65, 117, 0.1);
    margin-bottom: 0.8em;
    padding-bottom: 0.8em; }
  .office-contact .contact-details {
    flex-direction: column; }
    .office-contact .contact-details .details {
      margin-bottom: 2em; }
    .office-contact .contact-details .map {
      flex-basis: auto;
      width: 100%; } }

@media screen and (max-width: 820px) {
  .site-list-container {
    flex-direction: column; }
    .site-list-container select {
      margin: 1em 0; } }

@media screen and (max-width: 820px) {
  .ultra-stories-headline {
    width: 80%;
    margin: 2em auto; }
    .ultra-stories-headline .pre-title {
      font-size: 1em;
      margin-bottom: .2em; }
    .ultra-stories-headline .title {
      font-size: 1.4em;
      font-weight: 600; }
    .ultra-stories-headline .author-name {
      font-size: .9em; }
    .ultra-stories-headline .author-description {
      font-size: .9em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-text-section .body {
    font-size: .85em; }
  .ultra-stories-text-section.go-beyond-1 {
    margin-top: 0; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-content {
      width: 100%; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-image-wrapper img {
      width: 100%;
      height: auto; }
  .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3, .ultra-stories-text-section.science-1, .ultra-stories-text-section.science-2, .ultra-stories-text-section.science-3, .ultra-stories-text-section.science-4 {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    margin-top: 0;
    background-color: white; }
    .ultra-stories-text-section.eye-exam-1:before, .ultra-stories-text-section.eye-exam-2:before, .ultra-stories-text-section.eye-exam-3:before, .ultra-stories-text-section.science-1:before, .ultra-stories-text-section.science-2:before, .ultra-stories-text-section.science-3:before, .ultra-stories-text-section.science-4:before {
      height: 0;
      width: 0; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content {
      order: 2;
      margin-left: auto;
      margin-top: 0;
      margin-bottom: 1em;
      padding: 0;
      width: 100%;
      background-color: white; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content .title, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .title, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
        width: auto; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content .body, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .body, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .body {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding: 2em 0 2em 0;
        font-size: .85em; }
    .ultra-stories-text-section.eye-exam-1.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-1.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4.science-2 .ultra-stories-text-section-image-wrapper {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      text-align: center;
      padding-top: 2em;
      padding-bottom: 2em; }
    .ultra-stories-text-section.eye-exam-1.science-1 .body, .ultra-stories-text-section.eye-exam-1.science-2 .body, .ultra-stories-text-section.eye-exam-1.science-3 .body, .ultra-stories-text-section.eye-exam-1.science-4 .body, .ultra-stories-text-section.eye-exam-2.science-1 .body, .ultra-stories-text-section.eye-exam-2.science-2 .body, .ultra-stories-text-section.eye-exam-2.science-3 .body, .ultra-stories-text-section.eye-exam-2.science-4 .body, .ultra-stories-text-section.eye-exam-3.science-1 .body, .ultra-stories-text-section.eye-exam-3.science-2 .body, .ultra-stories-text-section.eye-exam-3.science-3 .body, .ultra-stories-text-section.eye-exam-3.science-4 .body, .ultra-stories-text-section.science-1.science-1 .body, .ultra-stories-text-section.science-1.science-2 .body, .ultra-stories-text-section.science-1.science-3 .body, .ultra-stories-text-section.science-1.science-4 .body, .ultra-stories-text-section.science-2.science-1 .body, .ultra-stories-text-section.science-2.science-2 .body, .ultra-stories-text-section.science-2.science-3 .body, .ultra-stories-text-section.science-2.science-4 .body, .ultra-stories-text-section.science-3.science-1 .body, .ultra-stories-text-section.science-3.science-2 .body, .ultra-stories-text-section.science-3.science-3 .body, .ultra-stories-text-section.science-3.science-4 .body, .ultra-stories-text-section.science-4.science-1 .body, .ultra-stories-text-section.science-4.science-2 .body, .ultra-stories-text-section.science-4.science-3 .body, .ultra-stories-text-section.science-4.science-4 .body {
      padding-top: 0; }
      .ultra-stories-text-section.eye-exam-1.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-4 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-4 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-4 .body blockquote, .ultra-stories-text-section.science-1.science-1 .body blockquote, .ultra-stories-text-section.science-1.science-2 .body blockquote, .ultra-stories-text-section.science-1.science-3 .body blockquote, .ultra-stories-text-section.science-1.science-4 .body blockquote, .ultra-stories-text-section.science-2.science-1 .body blockquote, .ultra-stories-text-section.science-2.science-2 .body blockquote, .ultra-stories-text-section.science-2.science-3 .body blockquote, .ultra-stories-text-section.science-2.science-4 .body blockquote, .ultra-stories-text-section.science-3.science-1 .body blockquote, .ultra-stories-text-section.science-3.science-2 .body blockquote, .ultra-stories-text-section.science-3.science-3 .body blockquote, .ultra-stories-text-section.science-3.science-4 .body blockquote, .ultra-stories-text-section.science-4.science-1 .body blockquote, .ultra-stories-text-section.science-4.science-2 .body blockquote, .ultra-stories-text-section.science-4.science-3 .body blockquote, .ultra-stories-text-section.science-4.science-4 .body blockquote {
        margin: 2em 0; }
    .ultra-stories-text-section.eye-exam-1.science-3 .title, .ultra-stories-text-section.eye-exam-2.science-3 .title, .ultra-stories-text-section.eye-exam-3.science-3 .title, .ultra-stories-text-section.science-1.science-3 .title, .ultra-stories-text-section.science-2.science-3 .title, .ultra-stories-text-section.science-3.science-3 .title, .ultra-stories-text-section.science-4.science-3 .title {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      padding: 1em 12% 0;
      margin-bottom: 0; }
    .ultra-stories-text-section.eye-exam-1.science-3 .body, .ultra-stories-text-section.eye-exam-2.science-3 .body, .ultra-stories-text-section.eye-exam-3.science-3 .body, .ultra-stories-text-section.science-1.science-3 .body, .ultra-stories-text-section.science-2.science-3 .body, .ultra-stories-text-section.science-3.science-3 .body, .ultra-stories-text-section.science-4.science-3 .body {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      padding: 1em 12%; }
    .ultra-stories-text-section.eye-exam-1.eye-exam-3, .ultra-stories-text-section.eye-exam-2.eye-exam-3, .ultra-stories-text-section.eye-exam-3.eye-exam-3, .ultra-stories-text-section.science-1.eye-exam-3, .ultra-stories-text-section.science-2.eye-exam-3, .ultra-stories-text-section.science-3.eye-exam-3, .ultra-stories-text-section.science-4.eye-exam-3 {
      width: 100%;
      margin-bottom: 0;
      background-color: #f1f4f7; }
      .ultra-stories-text-section.eye-exam-1.eye-exam-3 .title, .ultra-stories-text-section.eye-exam-2.eye-exam-3 .title, .ultra-stories-text-section.eye-exam-3.eye-exam-3 .title, .ultra-stories-text-section.science-1.eye-exam-3 .title, .ultra-stories-text-section.science-2.eye-exam-3 .title, .ultra-stories-text-section.science-3.eye-exam-3 .title, .ultra-stories-text-section.science-4.eye-exam-3 .title {
        font-size: 1.5em; }
      .ultra-stories-text-section.eye-exam-1.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-2.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-3.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-1.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-2.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-3.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-4.eye-exam-3 .ultra-stories-text-section-content {
        background-color: #f1f4f7;
        width: 80%;
        padding: 2em 0;
        margin-bottom: 0; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper {
      position: initial;
      order: 1;
      margin-bottom: 2em;
      width: auto; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper img {
        width: 80vw;
        height: 80vw;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; } }

@media screen and (max-width: 820px) {
  .ultra-stories-two-column {
    width: 100%;
    background-color: #f1f4f7;
    padding: 2em 0; }
    .ultra-stories-two-column .ultra-stories-two-column-content {
      padding: 0; }
      .ultra-stories-two-column .ultra-stories-two-column-content .title {
        font-size: 1.125em;
        margin-bottom: 0.5em;
        margin-top: .5em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns {
        width: 100%;
        padding: 0;
        flex-direction: column;
        font-size: 1em; }
        .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(1), .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(2) {
          width: 100%; }
        .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns blockquote {
          font-size: 1em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-notes {
    padding: 1em 0 3em;
    width: 80%;
    margin: auto;
    font-size: .5em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-infographic .ultra-stories-infographic-content .title {
    font-size: .9em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .body {
    font-size: .9em;
    margin-top: 2em;
    margin-bottom: 2em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles {
    flex-direction: column;
    background-image: url("../assets/img/bg-trial-mobile.png");
    background-repeat: no-repeat;
    background-position-y: 10vw;
    background-position-x: 18%;
    background-size: auto 97vw; }
    .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile {
      display: flex;
      width: 100%;
      margin: 2em auto; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon {
        width: auto; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon img {
          width: 7em;
          height: 7em; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text {
        font-size: .9em;
        width: calc(80% - 9em);
        flex: 1;
        padding: 0 2em;
        text-align: left; } }

@media screen and (max-width: 820px) {
  .ultra-stories-carousel {
    margin: 1em auto; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .carousel-image img {
      height: 45vw; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner {
      max-width: 70vw;
      font-size: 1em;
      width: 100%; }
    .ultra-stories-carousel .slide-button {
      height: 3em;
      width: 3em; }
      .ultra-stories-carousel .slide-button.previous {
        left: .5em; }
      .ultra-stories-carousel .slide-button.next {
        right: .5em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-tile-grid {
    width: 100%;
    margin: 2em auto; }
  .ultra-stories-tile-grid .ultra-stories-tile-grid-content {
    display: block; }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile {
      width: 80vw;
      margin: auto auto 3em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1):before, .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2):before, .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4):before {
        background-image: none;
        height: 0;
        width: 0; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image img {
        width: 100%; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner {
        font-size: .4em;
        width: 100%;
        padding: 4em 6em 2.5em;
        height: 22.75em;
        display: flex;
        flex-direction: column; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .pre-title {
          font-size: 1.8em;
          margin-bottom: 1em; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .title {
          font-size: 3.4em;
          flex: 1;
          display: flex;
          align-items: center; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .read-more {
          font-weight: 500; } }

body.page-template-ecp .free-text {
  color: #525252;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400; }
  body.page-template-ecp .free-text.remove-spacing-bottomAndTop {
    margin: 0; }
  body.page-template-ecp .free-text.remove-spacing-bottom {
    margin-bottom: 0; }
  body.page-template-ecp .free-text.remove-spacing-top {
    margin-top: 0; }
  body.page-template-ecp .free-text.full-width {
    max-width: none; }
  body.page-template-ecp .free-text h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 4rem;
    color: #30538a;
    margin-top: 8rem;
    margin-bottom: 1rem;
    line-height: 1; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h2 {
        font-size: clamp(40px, 3.5vw, 64px);
        margin-top: 1rem;
        margin-bottom: 0.5rem; } }
    body.page-template-ecp .free-text h2 + p {
      margin-top: 2rem; }
    body.page-template-ecp .free-text h2:has(+ h4) {
      margin-bottom: 0; }
  body.page-template-ecp .free-text h3 {
    color: #182c5a;
    font-size: 3rem; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h3 {
        font-size: 1.5em; } }
  body.page-template-ecp .free-text h4 {
    color: #30538a;
    font-size: 1.3em; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h4 {
        font-size: 1.1em; } }
  body.page-template-ecp .free-text strong {
    font-weight: 500; }
  body.page-template-ecp .free-text:not(.full-width) p {
    font-size: 1.205em;
    line-height: 1.4em;
    font-weight: 300;
    color: #30538a; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text:not(.full-width) p {
        font-size: 0.91em; } }

body.page-template-ecp .section-header {
  background-color: transparent;
  text-align: center; }

body.page-template-ecp .two-column {
  color: #30538a;
  font-size: 1.5em; }
  body.page-template-ecp .two-column h2 {
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 0.5em; }
  body.page-template-ecp .two-column p {
    font-size: 1.125em;
    font-weight: 300; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .two-column p {
        font-size: 0.875em; } }

body.page-template-ecp #parameters h3 strong {
  font-weight: 500;
  font-size: 1.304em;
  line-height: 1em;
  letter-spacing: -0.05em; }

/*# sourceMappingURL=style.css.map */
