:root {
  --midnight-blue: #00366d;
  --slate-grey: #546681;
  --white: white;
  --slate-blue: #2679e6;
  --dark-slate-grey: #2e3b42;
  --see: rgba(255, 255, 255, 0);
  --tab-spacing: 10px;
  --tab-curve: 20px;
  --light-grey: #8a8a8a;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--grey: #797c83;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --black: black;
  --med-blue: #0070e0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-bottom: 26px;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1240px;
  height: 40%;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 47px;
  font-size: 55px;
  line-height: 1;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.button {
  background-color: var(--slate-blue);
  border-radius: 45px;
  margin-top: 33px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
  box-shadow: 5px 5px 5px 1px rgba(148, 148, 148, .2), -4px 4px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: var(--midnight-blue);
}

.button.button-space {
  margin-top: 25px;
}

.button.button-space:hover {
  background-color: var(--midnight-blue);
}

.service-card-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 375px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  color: var(--slate-blue);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--slate-blue);
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 120px 5% 7px;
}

.service-icon {
  aspect-ratio: 3 / 2;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 40px;
  display: flex;
}

.title {
  color: var(--slate-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link {
  color: var(--slate-grey);
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--slate-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
}

.navigation-link.w--current {
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-block-left {
  align-items: center;
  width: 30%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  display: none;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 250px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  width: 15px;
  height: 12px;
  margin-left: 2px;
  margin-right: 0;
}

.navigation {
  z-index: 9;
  background-color: var(--see);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  min-height: 100px;
  padding: 25px 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, .03);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.testimonial-paragraph {
  color: var(--slate-grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: var(--slate-blue);
}

.button-default {
  background-color: var(--slate-blue);
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: var(--midnight-blue);
}

.new-tag {
  color: #2dca73;
  background-color: rgba(45, 202, 115, .1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.hero-content {
  display: flex;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: rgba(107, 111, 154, .61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px rgba(84, 102, 129, .08);
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.blog-article-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .12);
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: none;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-color: var(--midnight-blue);
  background-image: url('../images/bg_shade.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--slate-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: rgba(255, 255, 255, .58);
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid rgba(18, 43, 105, .08);
  display: flex;
}

.global-fixed {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/CTA-Chalk-Dot.svg'), linear-gradient(166deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4)), linear-gradient(#f3f0ff, #f0f6ff);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid rgba(33, 42, 120, .04);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 16px 3%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-canner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.div-block-771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.global-fixed-banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.global-fixed-logo {
  width: 44px;
}

.global-banner-title {
  color: #11023b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(167deg, #11023b, rgba(17, 2, 59, .86) 60%, #311572);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.global-paragraph {
  color: #262556;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px rgba(155, 142, 255, .3), inset 0 1px rgba(155, 142, 255, .6), 0 -1px 1px rgba(91, 41, 255, .8), 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.image {
  z-index: -1;
  clear: both;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tab_text-wrapper {
  overflow: hidden;
}

.strategy-illo_top {
  width: 100%;
  max-width: 600px;
  max-height: 460px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab_pane {
  overflow: visible;
}

.tab-link {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  border-left-color: var(--slate-grey);
  opacity: .6;
  text-decoration: none;
}

.tab-link.w--current {
  border-left-color: var(--midnight-blue);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.strategy-illo_bg {
  width: 100%;
  max-width: 600px;
  max-height: 460px;
  display: none;
}

.tab_text {
  margin-top: 16px;
  margin-bottom: 0;
}

.tab_illo-wrapper {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 63px;
  padding: 0% 5%;
  display: flex;
  position: relative;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.overflow-visible {
  aspect-ratio: auto;
  overflow: visible;
}

.col._2col.tab-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-2 {
  width: 88%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.credit {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: .7rem;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: 0%;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.cf-absolute-tab-image-2 {
  width: 100%;
  max-width: 315px;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.link-block-2 {
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 460px;
  display: block;
}

.tabs {
  text-align: center;
  border-radius: 20px;
}

.tab-link-tab-1 {
  border-radius: 1px;
}

.tab-link-tab-1.w--current {
  border-radius: 20px;
}

.tab-link-tab-1.tab.w--current {
  margin-right: var(--tab-spacing);
  margin-left: var(--tab-spacing);
  border: 1px solid var(--dark-slate-grey);
  border-radius: var(--tab-curve);
  background-color: var(--white);
  transition: opacity .275s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-link-tab-1.tab.w--current:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.tab {
  border-radius: var(--tab-curve);
}

.tabs-menu {
  border-radius: var(--tab-curve);
  padding-right: 0;
}

.tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-7, .tab-link-tab-8 {
  border-radius: var(--tab-curve);
}

.image-3 {
  width: auto;
  height: 100%;
}

.columns {
  width: auto;
  height: 250px;
  margin-top: 47px;
}

.heading-unit {
  color: var(--slate-blue);
  font-weight: 500;
}

.tab-buttons.w--current {
  border: 1px solid var(--slate-blue);
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .45s cubic-bezier(.55, .055, 1, .065);
}

.tab-buttons.w--current:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.tab-link-tab-1-2 {
  margin-left: 10px;
}

.tab-link-tab-1-2.w--current {
  margin-right: 10px;
}

.new-tab {
  margin-left: 10px;
  margin-right: 10px;
}

.new-tab.w--current {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .2s cubic-bezier(.6, .04, .98, .335);
}

.new-tab.w--current:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.tab-unit {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s cubic-bezier(.6, .04, .98, .335);
}

.tab-unit:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.tab-unit.w--current {
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-unit.w--current:hover, .tab-unit.w--current:focus {
  background-color: var(--slate-blue);
  color: var(--white);
}

.column-2 {
  height: 100%;
}

.heading-4 {
  text-align: center;
}

.heading-primary-guide {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.heading-primary-guide.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary-guide.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-2-copy {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 33px;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 17px;
  line-height: 1.4;
}

.container-3 {
  width: auto;
  height: auto;
}

.cf-bottom-line {
  background-color: rgba(13, 14, 16, .1);
  width: 100%;
  height: 1px;
}

.cf-faq-content {
  color: rgba(13, 14, 16, .75);
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-questions {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px solid rgba(13, 14, 16, .1);
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-bold-text {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-paragraph {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

.cf-faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.cf-faq-section-1 {
  margin-top: 100px;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: rgba(13, 14, 16, .1);
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: rgba(13, 14, 16, .75);
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-faq-answer-wrap-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-icon-2 {
  width: 20px;
  height: 20px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-question-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid rgba(13, 14, 16, .1);
}

.cf-faq-card-2 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-wrapper-2 {
  width: 60%;
  padding-top: 0;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span-2 {
  background-image: linear-gradient(to bottom, var(--slate-blue), var(--slate-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button-2._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-bold-text-2 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-paragraph-2 {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading-2.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-faqs-text-wrap-2 {
  width: 35%;
  max-width: 383px;
}

.cf-faq-main-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper-2.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.cf-faq-section-2 {
  margin-top: 100px;
  position: relative;
}

.cf-absolute-tab-image-3 {
  width: 100%;
  max-width: 315px;
  position: absolute;
  top: 99%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.html-embed {
  display: inline-block;
  position: static;
}

.map-1 {
  display: none;
}

.map-1.phone {
  display: block;
}

.map-2.phone {
  display: none;
}

.cf-faq-card-2-copy {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-absolute-tab-image-4 {
  width: 100%;
  max-width: 315px;
  position: absolute;
  top: 93%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.div-block-772 {
  position: absolute;
  top: 291px;
  left: 142px;
}

.paragraph-4 {
  color: var(--midnight-blue);
  text-align: left;
  font-weight: 500;
}

.heading-5 {
  color: var(--midnight-blue);
  text-align: left;
}

.div-block-address {
  position: absolute;
  top: 291px;
  left: -20px;
}

.div-block-gate-hours {
  position: absolute;
  top: 291px;
  left: 292px;
}

.unit-call {
  color: var(--slate-blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-773 {
  margin-top: 32px;
}

.columns-2 {
  width: 60%;
  margin-top: 34px;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  width: 447.188px;
  height: 530.266px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  width: 250.422px;
  max-width: 56%;
  height: 296.938px;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--slate-blue);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-gallery-image-s {
  height: 300px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-image-tall {
  height: 640px;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.heading-copy {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 55px;
  line-height: 1;
}

.heading-copy-copy {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 55px;
  line-height: 1;
}

.heading-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 47px;
  font-size: 55px;
  line-height: 1;
}

.heading-primary-phone-copy {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary-phone-copy.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary-phone-copy.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.section-copy {
  background-color: var(--white);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 63px;
  padding: 0% 5%;
  display: flex;
  position: relative;
}

.heading-5-copy {
  color: var(--midnight-blue);
  text-align: left;
}

.paragraph-4-copy {
  color: var(--midnight-blue);
  text-align: left;
  font-weight: 500;
}

.section-content-copy {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 120px 5% 7px;
}

.image-block-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.section-copy, .section-copy-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 63px;
  padding: 0% 5%;
  display: flex;
  position: relative;
}

.footer-column-large-copy {
  width: 60%;
}

.section-copy-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 63px;
  padding: 0% 5%;
  display: flex;
  position: relative;
}

.tabs-menu-copy {
  border-radius: var(--tab-curve);
  padding-right: 0;
}

.section-copy-copy-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 63px;
  padding: 0% 5%;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .header {
    padding: 1%;
  }

  .container {
    max-width: 1800px;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .image-block.pdab-block {
    width: 80%;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link.w--current {
    color: var(--dark-slate-grey);
    display: block;
  }

  .navigation-block-left {
    width: 550px;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: rgba(84, 102, 129, .08);
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    display: none;
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .tab-link {
    padding-right: 0%;
  }

  .tab-unit {
    margin-bottom: 20px;
  }

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-wrapper-2 {
    width: 100%;
    padding-top: 0;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 42px;
  }

  .cf-faqs-text-wrap-2 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-faq-main-wrapper-2.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .map-1, .map-2.phone {
    display: block;
  }

  .html-embed-2, .html-embed-3 {
    display: none;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-copy {
    text-align: center;
    text-align: center;
  }

  .heading-copy-copy, .heading-copy {
    text-align: center;
  }

  .section-content-copy {
    margin-top: 58px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-block-copy {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .image-block-copy.ipad-block {
    width: 80%;
  }

  .section-copy-copy {
    height: 80%;
  }

  .footer-column-large-copy {
    width: 40%;
    margin-right: 108px;
    padding-right: 0;
  }

  .section-copy-copy {
    height: 80%;
    margin-bottom: 0;
  }

  .section-copy-copy-copy {
    height: 100%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
    margin-right: 24px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .dropdown-link, .dropdown-link.w--current {
    color: var(--dark-slate-grey);
    display: block;
  }

  .navigation-block-left {
    width: 500px;
  }

  .navigation-link-wrap, .phone-wrap, .mobiel-dropdown {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .tab_pane {
    left: 58px;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-absolute-tab-image-2 {
    width: 60%;
    right: -3%;
  }

  .tab-unit {
    margin-bottom: 20px;
  }

  .paragraph-2-copy {
    padding-left: 100px;
    padding-right: 100px;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-h2-heading-2 {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading-2.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-absolute-tab-image-3 {
    width: 60%;
    right: -3%;
  }

  .map-1 {
    display: block;
  }

  .map-2 {
    position: relative;
  }

  .cf-absolute-tab-image-4 {
    width: 60%;
    right: -3%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-image-tall {
    height: 100%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy {
    height: 80%;
    margin-top: 14px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-3, .heading-5-copy, .paragraph-4-copy {
    text-align: center;
  }

  .section-content-copy {
    margin-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-block-copy {
    width: 70%;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column-large-copy {
    width: 50%;
    margin-bottom: 25px;
    margin-right: 24px;
  }

  .section-copy-copy {
    height: 80%;
    margin-top: 14px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy-copy {
    height: 80%;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-bottom: 0;
  }

  .container.space-below {
    margin-top: 100px;
  }

  .heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 15px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .section-content {
    padding-top: 20px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .heading-primary {
    font-size: 40px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-link {
    color: var(--dark-slate-grey);
    display: block;
  }

  .dropdown-link.w--current {
    color: var(--dark-slate-grey);
  }

  .navigation-block-left {
    width: 450px;
  }

  .logo-image {
    width: 300px;
  }

  .phone-wrap {
    display: none;
  }

  .mobile-button-link {
    border-radius: 14px;
  }

  .mobiel-dropdown {
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    display: none;
    right: 10%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-component-banner {
    display: none;
  }

  .strategy-illo_top {
    width: 300px;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

  .strategy-illo_bg {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }

  .tab_illo-wrapper {
    width: auto;
    height: auto;
  }

  .section {
    height: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-unit {
    font-size: 20px;
    line-height: 1;
  }

  .tab-unit {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-content: flex-start;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .heading-primary-guide {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .paragraph-2-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .bold-text {
    font-size: 27px;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 27px;
  }

  .bold-text-2.sizing {
    text-align: left;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 36px;
  }

  .cf-faq-main-wrapper-2.horizontal {
    padding-bottom: 60px;
  }

  .map-1 {
    display: block;
    position: relative;
    left: -51px;
    right: 12px;
    box-shadow: 6px 7px 5px rgba(0, 0, 0, .2);
  }

  .map-2 {
    width: auto;
    padding-right: 0;
    position: relative;
    right: 12px;
  }

  .map-2.phone {
    left: -59px;
    box-shadow: 5px 7px 6px rgba(0, 0, 0, .2);
  }

  .columns-2 {
    margin-bottom: 63px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .f-gallery-image-tall {
    height: 180px;
  }

  .heading-copy, .heading-copy-copy, .heading-copy {
    font-size: 40px;
  }

  .bold-text-2-copy {
    text-align: center;
    height: 100%;
    font-size: 27px;
  }

  .bold-text-2-copy.sizing {
    text-align: left;
  }

  .heading-primary-phone-copy {
    text-align: center;
    font-size: 40px;
  }

  .section-content-copy {
    padding-top: 20px;
  }

  .image-block-copy {
    padding: 8px;
  }

  .section-copy {
    height: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-column-large-copy {
    width: 100%;
  }

  .section-copy-copy {
    height: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tabs-menu-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy-copy {
    height: 80%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#w-node-c3ca883d-6fc0-03a1-2f6a-5c80b80b788f-92441f0c, #w-node-c3ca883d-6fc0-03a1-2f6a-5c80b80b7898-92441f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}