body {
    position: relative;
    margin: 0;
    padding: 0;
}
body a {
    text-decoration: none
}
/* 
body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    pointer-events: none;
    transition: .6s transform cubic-bezier(0.77, 0.0, 0.175, 1);
    z-index: 2147483632;
    transform: translateY(-100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 240px auto;
}

body.transition-out:after {
    transform: translateY(0);
}

body.fin:after {
    transition-duration: 0s;
    transform: translateY(100%);
}

body.transition-in:after {
    transition-duration: .6s;
    transform: translateY(0);
} */

body.page-kurumsal-kimlik:after {
    display: none;
}

body.transition-out #cookie-banner,
body.transition-in #cookie-banner,
#page-loader #cookie-banner,
body:not(.is-loaded) #cookie-banner {
  display: none !important;
}

#cookie-banner{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:520px;
  max-width:calc(100vw - 32px);
  background:#f9f8f6;
  color:#02133d;
  font:inherit;
  font-size:13px;
  line-height:1.45;
  border-radius:12px;
  padding:14px 16px;
  border:1px solid rgba(2,19,61,.12);
  box-shadow:0 14px 40px rgba(2,19,61,.16);
  z-index:1000;
  display:none;
}

#cookie-banner .cookie-title{
  font-family: Archia Medium, Archia, sans-serif;
  font-size:14px;
  margin:0 0 6px;
}

#cookie-banner .cookie-text{
  margin:0;
  opacity:.95;
}

#cookie-banner .cookie-actions{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  margin-top:10px;
}

#cookie-banner .cookie-btn{
  font-family: Archia Medium, Archia, sans-serif;
  font-size:13px;
  line-height:1;
  padding:10px 12px;
  text-decoration:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  user-select:none;
}

#cookie-banner .cookie-btn.primary{
  border: 1px solid #3ce3cc;
  background: #3ce3cc;
  color: #02133d;
}

#cookie-banner .cookie-btn.secondary{
  border:1px solid rgba(2,19,61,.35);
  background:transparent;
  color:#02133d;
  text-decoration: underline;
}

#cookie-banner .cookie-btn.primary:hover{opacity:.92;}
#cookie-banner .cookie-btn.secondary:hover{background:rgba(2,19,61,.06);}

@media (min-width: 768px){
  #cookie-banner{
    width:auto;
    max-width:1100px;
    padding:15px 25px;
  }

  #cookie-banner{
    display:none;
  }

  #cookie-banner.__desktop{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
    white-space:nowrap;
  }

  #cookie-banner .cookie-title{
   font-size:14px;
    display:block;
    margin:0;
    flex:0 0 auto;
    white-space:nowrap;
  }

  #cookie-banner .cookie-text{
    display:block;
    margin:0 0 0 10px;
    flex:1 1 auto;
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  #cookie-banner .cookie-actions{
    margin-top:0;
    margin-left:14px;
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width: 767px){

  #cookie-banner .cookie-title{
   font-size:16px;
  }
  #cookie-banner{
    left:16px;
    right:16px;
    transform:none;
    width:auto;
    bottom:16px;
  }

  #cookie-banner .cookie-actions{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
  }

  #cookie-banner .cookie-btn{
    width:100%;
  }
}


@font-face {
    font-display: swap;
    font-family: Archia;
    src: url(../fonts/Archia-Regular.0a6498.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Archia Medium;
    src: url(../fonts/Archia-Medium.ab86df.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Archia SemiBold;
    src: url(../fonts/Archia-SemiBold.7d190e.otf) format("opentype")
}

.section-wrap--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .section-wrap--narrow {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--narrow {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .section-wrap--narrow {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--narrow {
        padding-right: 40px
    }
}

.section-wrap--wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%
}

@media screen and (min-width:580px) {
    .section-wrap--wide {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--wide {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .section-wrap--wide {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--wide {
        padding-right: 40px
    }
}

.section-wrap--v-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .section-wrap--v-wide {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--v-wide {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .section-wrap--v-wide {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap--v-wide {
        padding-right: 40px
    }
}

@media only screen and (max-width:939px) {
    .section-wrap.mob-pad-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.bgc-black {
    background-color: #000 !important
}

.fc-black {
    color: #000 !important
}

.bgc-white {
    background-color: #fff !important
}

.fc-white {
    color: #fff !important
}

.bgc-deep-blue {
    background-color: #02133d !important
}

.fc-deep-blue {
    color: #02133d !important
}

.bgc-neutral-400 {
    background-color: #343e61 !important
}

.fc-neutral-400 {
    color: #343e61 !important
}

.bgc-neutral-300 {
    background-color: #8b90ad !important
}

.fc-neutral-300 {
    color: #8b90ad !important
}

.bgc-neutral-200 {
    background-color: #d1d2e0 !important
}

.fc-neutral-200 {
    color: #d1d2e0 !important
}

.bgc-neutral-100 {
    background-color: #efeff6 !important
}

.fc-neutral-100 {
    color: #efeff6 !important
}

.bgc-violet-500 {
    background-color: #00a8ec !important
}

.fc-violet-500 {
    color: #5725cc !important
}

.bgc-violet-400 {
    background-color: #1e295a !important
}

.fc-violet-400 {
    color: #1e295a !important
}

.bgc-violet-300 {
    background-color: #00a8ec !important
}

.fc-violet-300 {
    color: #00a8ec !important
}

.bgc-aqua-500 {
    background-color: #027d7d !important
}

.fc-aqua-500 {
    color: #027d7d !important
}

.bgc-aqua-400 {
    background-color: #3be3cd !important
}

.fc-aqua-400 {
    color: #3be3cd !important
}

.bgc-aqua-300 {
    background-color: #a5f2e5 !important
}

.fc-aqua-300 {
    color: #a5f2e5 !important
}

.bgc-orange-400 {
    background-color: #ffa32b !important
}

.fc-orange-400 {
    color: #ffa32b !important
}

.bgc-red {
    background-color: #e52055 !important
}

.fc-red {
    color: #e52055 !important
}

.fs-heading-0 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 72px
}

@media screen and (min-width:580px) {
    .fs-heading-0 {
        font-size: 72px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-0 {
        font-size: 72px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-0 {
        line-height: 72px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-0 {
        line-height: 72px
    }
}

.fs-heading-1 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 77px
}

@media screen and (min-width:580px) {
    .fs-heading-1 {
        font-size: 64px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-1 {
        font-size: 64px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-1 {
        line-height: 77px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-1 {
        line-height: 77px
    }
}

.fs-heading-2 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 67px
}

@media screen and (min-width:580px) {
    .fs-heading-2 {
        font-size: 56px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-2 {
        font-size: 56px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-2 {
        line-height: 67px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-2 {
        line-height: 67px
    }
}

.fs-heading-3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 56px
}

@media screen and (min-width:580px) {
    .fs-heading-3 {
        font-size: 48px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-3 {
        font-size: 48px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-3 {
        line-height: 56px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-3 {
        line-height: 56px
    }
}

.fs-heading-4 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 48px
}

@media screen and (min-width:580px) {
    .fs-heading-4 {
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-4 {
        font-size: 40px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-4 {
        line-height: 48px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-4 {
        line-height: 48px
    }
}

.fs-heading-5 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 28px
}

@media screen and (min-width:580px) {
    .fs-heading-5 {
        font-size: 34px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-5 {
        font-size: 34px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-5 {
        line-height: 41px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-5 {
        line-height: 41px
    }
}

.fs-heading-6 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 39px
}

@media screen and (min-width:580px) {
    .fs-heading-6 {
        font-size: 30px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-6 {
        font-size: 30px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-6 {
        line-height: 39px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-6 {
        line-height: 39px
    }
}

.fs-heading-7 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .fs-heading-7 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-7 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .fs-heading-7 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .fs-heading-7 {
        line-height: 31px
    }
}

.fs-label {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 12px;
    text-transform: uppercase
}

@media screen and (min-width:580px) {
    .fs-label {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .fs-label {
        font-size: 12px
    }
}

@media screen and (min-width:580px) {
    .fs-label {
        line-height: 12px
    }
}

@media screen and (min-width:1440px) {
    .fs-label {
        line-height: 12px
    }
}

.fs-body-xxl {
    font-family: Archia, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .fs-body-xxl {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xxl {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .fs-body-xxl {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xxl {
        line-height: 31px
    }
}

.fs-body-xl {
    font-family: Archia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width:580px) {
    .fs-body-xl {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xl {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .fs-body-xl {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xl {
        line-height: 28px
    }
}

.fs-body-l {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .fs-body-l {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-l {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .fs-body-l {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-l {
        line-height: 26px
    }
}

.fs-body {
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px
}

@media screen and (min-width:580px) {
    .fs-body {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .fs-body {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .fs-body {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .fs-body {
        line-height: 25px
    }
}

.fs-body-s {
    font-family: Archia, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .fs-body-s {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-s {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .fs-body-s {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-s {
        line-height: 22px
    }
}

.fs-body-xs {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .fs-body-xs {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xs {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .fs-body-xs {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xs {
        line-height: 20px
    }
}

.fs-body-xxs {
    font-family: Archia, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 17px
}

@media screen and (min-width:580px) {
    .fs-body-xxs {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xxs {
        font-size: 12px
    }
}

@media screen and (max-width:939px) {
    .fs-body-xxs {
        font-size: 11px
    }
}

@media screen and (min-width:580px) {
    .fs-body-xxs {
        line-height: 17px
    }
}

@media screen and (min-width:1440px) {
    .fs-body-xxs {
        line-height: 17px
    }
}

.bold {
    font-weight: 500
}

.abs-center {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.detail-img {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(100%);
    width: 100%
}

.fill-img {
    display: block;
    height: auto;
    width: 100%
}

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.section-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .section-wrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .section-wrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .section-wrap {
        padding-right: 40px
    }
}

.ttu {
    text-transform: uppercase
}

.raise {
    position: relative;
    z-index: 1
}

.raise-plus {
    position: relative;
    z-index: 2 !important
}

.lower {
    z-index: -1
}

.relative {
    position: relative
}

.gen-spacing {
    margin-bottom: 80px;
    margin-top: 80px
}

@media screen and (min-width:580px) {
    .gen-spacing {
        margin-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .gen-spacing {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .gen-spacing {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .gen-spacing {
        margin-bottom: 80px
    }
}

.heavy-spacing-low {
    margin-bottom: 112px
}

@media screen and (min-width:580px) {
    .heavy-spacing-low {
        margin-bottom: 112px
    }
}

@media screen and (min-width:1440px) {
    .heavy-spacing-low {
        margin-bottom: 112px
    }
}

.gen-padding {
    margin-bottom: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .gen-padding {
        margin-top: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .gen-padding {
        margin-bottom: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .gen-padding {
        padding-top: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .gen-padding {
        padding-bottom: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding {
        padding-bottom: 80px
    }
}

.gen-padding:before {
    background-color: inherit;
    bottom: -60px;
    content: "";
    left: 50%;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .gen-padding:before {
        top: calc(-46.51163px - 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .gen-padding:before {
        bottom: calc(-46.51163px - 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-padding:before {
        bottom: -80px
    }
}

.gen-x-padding {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:580px) {
    .gen-x-padding {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-x-padding {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .gen-x-padding {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .gen-x-padding {
        padding-right: 72px
    }
}

.heavy-pad-low {
    padding-bottom: 112px
}

@media screen and (min-width:580px) {
    .heavy-pad-low {
        padding-bottom: 112px
    }
}

@media screen and (min-width:1440px) {
    .heavy-pad-low {
        padding-bottom: 112px
    }
}

.rounded {
    border-radius: 24px
}

.hide-overflow,
.rounded {
    overflow: hidden
}

@media only screen and (min-width:940px) {
    .hide-on-dsk {
        display: none
    }
}

.bg-gradient-1 {
    background: #02133d;
    background: linear-gradient(90deg, #02133d, #1e295a);
    color: #fff
}

.bg-gradient-purple {
    background: #4c3089;
    background: linear-gradient(90deg, #4c3089, #1e295a);
    color: #fff
}

#app {
    position: relative
}

button {
    padding: 0
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    background: #0000;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: initial
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: initial
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    background: #0000;
    color: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

a:active,
a:hover {
    outline: 0
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr,
td,
th {
    padding: 0
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0
}

input,
select {
    vertical-align: middle
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    border-radius: 0;
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    background-color: #0000;
    border: 0;
    cursor: pointer;
    outline: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: initial
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

img {
    aspect-ratio: unset
}

.sr-only {
    display: none
}

.sr-only.not-sr-only-when-focus {
    display: block;
    left: -999px;
    position: absolute;
    top: -999px
}

.sr-only.not-sr-only-when-focus:focus {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    left: 0;
    margin: 4px;
    padding: 12px;
    top: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fff;
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    text-rendering: geometricPrecision
}

@media screen and (min-width:580px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    html {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    html {
        line-height: 25px
    }
}

body {
    color: #02133d;
    font-family: Archia, sans-serif
}

body.scroll-locked {
    height: 100vh !important;
    overflow: hidden
}

a {
    text-decoration: none
}

main>.ignore-spacing-rules+:not(.sticky-el) {
    margin-top: 0 !important
}

main>.ignore-spacing-rules+:not(.sticky-el):before {
    top: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules)+.bgc-neutral-100:not(.sticky-el) {
    padding-top: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules)[\:has\(\%2B\.bgc-neutral-100\)] {
    padding-bottom: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules):has(+.bgc-neutral-100) {
    padding-bottom: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules)+:not(.bgc-neutral-100),
main>.bgc-neutral-100:not(.ignore-spacing-rules):first-child {
    margin-top: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules)+:not(.bgc-neutral-100):before,
main>.bgc-neutral-100:not(.ignore-spacing-rules):first-child:before {
    top: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules):last-child,
main>.bgc-neutral-100:not(.ignore-spacing-rules)[*|\:has\(\%2B] {
    margin-bottom: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules):has(+:not(.bgc-neutral-100)), main>.bgc-neutral-100:not(.ignore-spacing-rules):last-child {
    margin-bottom: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules):last-child:before, main>.bgc-neutral-100:not(.ignore-spacing-rules)[*|\:has\(\%2B]:before {
    bottom: 0 !important
}

main>.bgc-neutral-100:not(.ignore-spacing-rules):has(+:not(.bgc-neutral-100)):before, main>.bgc-neutral-100:not(.ignore-spacing-rules):last-child:before {
    bottom: 0 !important
}

main>.bgc-neutral-100.ignore-spacing-rules {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules)+.bgc-white:not(.sticky-el) {
    padding-top: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules)[\:has\(\%2B\.bgc-white\)] {
    padding-bottom: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules):has(+.bgc-white) {
    padding-bottom: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules)+:not(.bgc-white), main>.bgc-white:not(.ignore-spacing-rules):first-child {
    margin-top: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules)+:not(.bgc-white):before, main>.bgc-white:not(.ignore-spacing-rules):first-child:before {
    top: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules):last-child, main>.bgc-white:not(.ignore-spacing-rules)[*|\:has\(\%2B] {
    margin-bottom: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules):has(+:not(.bgc-white)), main>.bgc-white:not(.ignore-spacing-rules):last-child {
    margin-bottom: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules):last-child:before, main>.bgc-white:not(.ignore-spacing-rules)[*|\:has\(\%2B]:before {
    bottom: 0 !important
}

main>.bgc-white:not(.ignore-spacing-rules):has(+:not(.bgc-white)):before, main>.bgc-white:not(.ignore-spacing-rules):last-child:before {
    bottom: 0 !important
}

main>.bgc-white.ignore-spacing-rules {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules)+.bgc-deep-blue:not(.sticky-el) {
    padding-top: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules)[\:has\(\%2B\.bgc-deep-blue\)] {
    padding-bottom: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules):has(+.bgc-deep-blue) {
    padding-bottom: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules)+:not(.bgc-deep-blue), main>.bgc-deep-blue:not(.ignore-spacing-rules):first-child {
    margin-top: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules)+:not(.bgc-deep-blue):before, main>.bgc-deep-blue:not(.ignore-spacing-rules):first-child:before {
    top: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules):last-child, main>.bgc-deep-blue:not(.ignore-spacing-rules)[*|\:has\(\%2B] {
    margin-bottom: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules):has(+:not(.bgc-deep-blue)), main>.bgc-deep-blue:not(.ignore-spacing-rules):last-child {
    margin-bottom: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules):last-child:before, main>.bgc-deep-blue:not(.ignore-spacing-rules)[*|\:has\(\%2B]:before {
    bottom: 0 !important
}

main>.bgc-deep-blue:not(.ignore-spacing-rules):has(+:not(.bgc-deep-blue)):before, main>.bgc-deep-blue:not(.ignore-spacing-rules):last-child:before {
    bottom: 0 !important
}

main>.bgc-deep-blue.ignore-spacing-rules {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

main>[\:has\(\%2B\.sticky-el\)] {
    margin-bottom: 0 !important
}

main>:has(+.sticky-el) {
    margin-bottom: 0 !important
}

main>[\:has\(\%2B\.sticky-el\)]:before {
    bottom: 0 !important
}

main>:has(+.sticky-el):before {
    bottom: 0 !important
}

main>[\:has\(\%2B\.sticky-el\)]+.sticky-el {
    margin-top: 0
}

main>:has(+.sticky-el)+.sticky-el {
    margin-top: 0
}

main>[\:has\(\%2B\.sticky-el\)]+.sticky-el:before {
    top: 0 !important
}

main>:has(+.sticky-el)+.sticky-el:before {
    top: 0 !important
}

.lip, .lip:before {
    border-radius: 32px 32px 0 0 !important
}

.cta {
    align-items: center;
    border-radius: 999px !important;
    color: #02133d;
    display: inline-flex;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 1 !important;
    line-height: 22px
}

.cta:not(.hollow):not(.shallow) {
    padding: 22px 28px
}

@media screen and (min-width:580px) {
    .cta:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:1440px) {
    .cta:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:580px) {
    .cta:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:1440px) {
    .cta:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:580px) {
    .cta:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:1440px) {
    .cta:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:580px) {
    .cta {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .cta {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .cta {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .cta {
        line-height: 22px
    }
}

@media only screen and (max-width:939px) {
    .cta.fill-on-mob {
        width: 100%
    }
}

.cta.hollow {
    border: 1.5px solid #02133d;
    padding: 20.5px 26.5px
}

@media screen and (min-width:580px) {
    .cta.hollow {
        padding: 20.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow {
        padding: 20.5px
    }
}

@media screen and (min-width:580px) {
    .cta.hollow {
        padding-left: 26.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow {
        padding-left: 26.5px
    }
}

@media screen and (min-width:580px) {
    .cta.hollow {
        padding-right: 26.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow {
        padding-right: 26.5px
    }
}

.cta.hollow-light {
    border: 1.5px solid #fff;
    color: #fff;
    padding: 20.5px 26.5px
}

@media screen and (min-width:580px) {
    .cta.hollow-light {
        padding: 20.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow-light {
        padding: 20.5px
    }
}

@media screen and (min-width:580px) {
    .cta.hollow-light {
        padding-left: 26.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow-light {
        padding-left: 26.5px
    }
}

@media screen and (min-width:580px) {
    .cta.hollow-light {
        padding-right: 26.5px
    }
}

@media screen and (min-width:1440px) {
    .cta.hollow-light {
        padding-right: 26.5px
    }
}

.cta.gradient-1 {
    border: 1px solid #00a8ec;
    position: relative
}

.cta.gradient-2 {
    border: 1px solid #3be3cd;
    position: relative
}

.cta.shallow {
    padding: 16px 28px
}

@media screen and (min-width:580px) {
    .cta.shallow {
        padding: 16px
    }
}

@media screen and (min-width:1440px) {
    .cta.shallow {
        padding: 16px
    }
}

@media screen and (min-width:580px) {
    .cta.shallow {
        padding-left: 28px
    }
}

@media screen and (min-width:1440px) {
    .cta.shallow {
        padding-left: 28px
    }
}

@media screen and (min-width:580px) {
    .cta.shallow {
        padding-right: 28px
    }
}

@media screen and (min-width:1440px) {
    .cta.shallow {
        padding-right: 28px
    }
}

.cta img {
    margin-left: 8px
}

@media screen and (min-width:580px) {
    .cta img {
        margin-left: 8px
    }
}

@media screen and (min-width:1440px) {
    .cta img {
        margin-left: 8px
    }
}

.cta:not(.no-anim):hover img {
    animation: cta-anim;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

.cta.anim-down:not(.no-anim):hover img {
    animation: cta-anim-down;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

.simple-cta {
    align-items: center;
    display: inline-flex;
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1 !important;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .simple-cta {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .simple-cta {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .simple-cta {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .simple-cta {
        line-height: 22px
    }
}

.simple-cta img {
    margin-left: 8px
}

@media screen and (min-width:580px) {
    .simple-cta img {
        margin-left: 8px
    }
}

@media screen and (min-width:1440px) {
    .simple-cta img {
        margin-left: 8px
    }
}

.simple-cta:not(.no-anim):hover img {
    animation: cta-anim;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

@media only screen and (max-width:939px) {
    .simple-cta.fill-on-mob {
        justify-content: center;
        width: 100%
    }
}

@keyframes cta-anim {
    0% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0)
    }
    50% {
        clip-path: inset(0 100% 0 0);
        transform: translateX(100%)
    }
    50.001% {
        clip-path: inset(0 0 0 100%);
        transform: translateX(-100%)
    }
    to {
        clip-path: inset(0 0 0 0);
        transform: translateX(0)
    }
}

@keyframes cta-anim-down {
    0% {
        clip-path: inset(0 0 0 0);
        transform: translateY(0)
    }
    50% {
        clip-path: inset(0 0 100% 0);
        transform: translateY(100%)
    }
    50.001% {
        clip-path: inset(100% 0 0 0);
        transform: translateY(-100%)
    }
    to {
        clip-path: inset(0 0 0 0);
        transform: translateY(0)
    }
}

.font-bold {
    font-family: Archia Medium, Archia, sans-serif !important;
}

.hero {
    margin-bottom: -32px;
    margin-top: 0 !important
}

.hero+*, .hero+:before {
    border-radius: 32px 32px 0 0 !important
}

@media only screen and (max-width:939px) {
    .hero__breadcrumbs li:not(:nth-last-child(-n+2)) {
        /*display: none*/
    }
}

@media only screen and (min-width:940px) {
    .hero--center .hero__content>.is-p, .hero--center .hero__content>h1, .hero--center .hero__content>p {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
    .hero--center .hero__content .hero__content--tag {
        margin: 48px auto 20px
    }
    .hero--center .hero__content .hero__post-data {
        margin-left: auto;
        margin-right: auto
    }
    .hero--center .hero__content .cta-wrap {
        display: flex;
        justify-content: center;
        width: 100%
    }
    .hero__l-heading .hero__content>h1 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__l-heading .hero__content>h1 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__l-heading .hero__content>h1 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__l-heading .hero__content>h1 {
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__l-heading .hero__content>h1 {
        line-height: 56px
    }
}

.hero--simple.deep .hero__content-container {
    min-height: 490px
}

.hero--simple .hero__content-container {
    min-height: 460px;
    padding-bottom: 92px;
    padding-top: 137px
}

@media only screen and (min-width:940px) {
    .hero--simple .hero__content-container {
        min-height: 0;
        padding-bottom: 88px
    }
}

.hero--simple .hero__content>h1 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 41px;
    margin-top: 32px
}

@media screen and (min-width:580px) {
    .hero--simple .hero__content>h1 {
        margin-top: calc(17.83721px + 2.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .hero--simple .hero__content>h1 {
        margin-top: 53px
    }
}

@media screen and (min-width:580px) {
    .hero--simple .hero__content>h1 {
        font-size: 34px
    }
}

@media screen and (min-width:1440px) {
    .hero--simple .hero__content>h1 {
        font-size: 34px
    }
}

@media screen and (min-width:580px) {
    .hero--simple .hero__content>h1 {
        line-height: 41px
    }
}

@media screen and (min-width:1440px) {
    .hero--simple .hero__content>h1 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px) {
    .hero--simple .hero__content>h1 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero--simple .hero__content>h1 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero--simple .hero__content>h1 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero--simple .hero__content>h1 {
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero--simple .hero__content>h1 {
        line-height: 56px
    }
}

.hero--simple .hero__content>h1.reduce-spacing {
    margin-bottom: 32px;
    margin-top: 0;
    padding-top: 0
}

.hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
    max-width: 700px
}

@media only screen and (min-width:940px) {
    .hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero--simple .hero__content>.is-p, .hero--simple .hero__content>p {
        line-height: 25px
    }
}

.hero--simple .cta-wrap {
    margin-left: 0
}

@media only screen and (max-width:939px) {
    .hero--simple .cta-wrap {
        display: flex;
        flex-direction: column
    }
    .hero--simple .cta-wrap a {
        margin-left: 0
    }
}

.hero--simple .cta-wrap a:first-child {
    margin-left: 0
}

.hero--simple[\:has\(\.hero__post-data\)] .cta-wrap {
    margin-top: 16px
}

.hero--simple:has(.hero__post-data) .cta-wrap {
    margin-top: 16px
}

@media only screen and (max-width:939px) {
    .hero.secondary .hero__logo {
        margin-left: 0;
        position: absolute;
        top: 7%
    }
}

.hero.archive h1 {
    margin-top: 32px
}

@media screen and (min-width:580px) {
    .hero.archive h1 {
        margin-top: calc(-27.34884px + 10.23256vw)
    }
}

@media screen and (min-width:1440px) {
    .hero.archive h1 {
        margin-top: 120px
    }
}

.hero.archive .is-p {
    max-width: none
}

@media only screen and (max-width:939px) {
    .hero--simple .hero__content-container, .hero.secondary .hero__content-container {
        justify-content: flex-end
    }
}

.hero--simple .hero__breadcrumbs, .hero.secondary .hero__breadcrumbs {
    margin-bottom: auto
}

@media only screen and (max-width:939px) {
    .hero--simple .hero__breadcrumbs, .hero.secondary .hero__breadcrumbs {
        display: none
    }
}

.hero__bg-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative;
    width: 100%
}

@media only screen and (min-width:940px) {
    .hero__bg-wrap:after {
        background-color: #fff3;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 109px;
        width: 100%
    }
}

@media only screen and (min-width:940px)and (min-width:940px) {
    .hero__bg-wrap:after {
        top: calc(99.6px + 1vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__bg-wrap:after {
        top: 120px
    }
}

.hero__content-container {
    display: flex;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    min-height: 550px;
    padding: 80px 20px;
    position: relative;
    width: 100%
}

@media screen and (min-width:580px) {
    .hero__content-container {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content-container {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .hero__content-container {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content-container {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .hero__content-container {
        padding-bottom: calc(53.69767px + 4.53488vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content-container {
        padding-bottom: 119px
    }
}

@media screen and (min-width:580px) {
    .hero__content-container {
        min-height: calc(636.65116px + 5.23256vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content-container {
        min-height: 712px
    }
}

@media only screen and (max-width:939px) {
    .hero__content-container {
        flex-direction: column
    }
}

@media only screen and (min-width:940px) {
    .hero__content-container {
        padding-top: 137px
    }
}

@media only screen and (max-width:939px) {
    .hero__content-container.default, .hero__content-container.shallow {
        justify-content: flex-end
    }
}

.hero__content-container.shallow {
    min-height: 593px
}

.hero__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%
}

@media only screen and (min-width:940px) {
    .hero__content.has-form {
        width: 50%
    }
}

.hero__content.align-top {
    justify-content: flex-start
}

@media only screen and (min-width:940px) {
    .hero__content.align-top h1 {
        margin-top: 60px
    }
}

.hero__content.is-404 {
    justify-content: center
}

.hero__content.is-404 h1 {
    margin-top: 0
}

.hero__content .heading-image {
    display: inline-block;
    height: 52px;
    margin-bottom: 24px;
    width: auto
}

@media screen and (min-width:580px) {
    .hero__content .heading-image {
        height: calc(38.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content .heading-image {
        height: 72px
    }
}

@media screen and (min-width:580px) {
    .hero__content .heading-image {
        margin-bottom: calc(12.53488px + 1.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content .heading-image {
        margin-bottom: 41px
    }
}

.hero__content h1 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 38px;
    margin-bottom: 14px;
    max-width: 700px;
    padding-top: 14px
}

@media screen and (min-width:580px) {
    .hero__content h1 {
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .hero__content h1 {
        font-size: 40px
    }
}

@media screen and (min-width:580px) {
    .hero__content h1 {
        line-height: 48px
    }
}

@media screen and (min-width:1440px) {
    .hero__content h1 {
        line-height: 48px
    }
}

@media screen and (min-width:580px) {
    .hero__content h1 {
        margin-bottom: calc(7.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content h1 {
        margin-bottom: 24px
    }
}

@media screen and (min-width:580px) {
    .hero__content h1 {
        padding-top: calc(7.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content h1 {
        padding-top: 24px
    }
}

@media only screen and (min-width:940px) {
    .hero__content h1 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 56px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 67px;
        margin-top: auto
    }
}

.boldy {
    font-family: Archia Medium, Archia, sans-serif;
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__content h1 {
        font-size: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__content h1 {
        font-size: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__content h1 {
        line-height: 67px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__content h1 {
        line-height: 67px
    }
}

.hero__content>.is-p, .hero__content>p {
    font-family: Archia, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 24px;
    max-width: 640px
}

@media screen and (min-width:580px) {
    .hero__content>.is-p, .hero__content>p {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .hero__content>.is-p, .hero__content>p {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .hero__content>.is-p, .hero__content>p {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .hero__content>.is-p, .hero__content>p {
        line-height: 25px
    }
}

@media screen and (min-width:580px) {
    .hero__content>.is-p, .hero__content>p {
        margin-bottom: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__content>.is-p, .hero__content>p {
        margin-bottom: 32px
    }
}

@media only screen and (min-width:940px) {
    .hero__content>.is-p, .hero__content>p {
        font-family: Archia, sans-serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 26px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__content>.is-p, .hero__content>p {
        font-size: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__content>.is-p, .hero__content>p {
        font-size: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__content>.is-p, .hero__content>p {
        line-height: 26px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__content>.is-p, .hero__content>p {
        line-height: 26px
    }
}

.hero__content--tag {
    background-color: #efeff6;
    border-radius: 4px;
    margin: 32px 0 20px;
    padding: 6px 10px
}

@media only screen and (min-width:940px) {
    .hero__content--tag {
        margin: 48px 0 20px
    }
}

.hero__content--tag p {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 12px;
    text-transform: uppercase
}

.hero__form {
    align-items: flex-end;
    background-color: #efeff6;
    border-radius: 36px;
    display: flex;
    width: 100%
}

@media only screen and (min-width:940px) {
    .hero__form {
        margin-top: 60px;
        width: 50%
    }
}

.hero__form .raise {
    width: 100%
}

.hero__form.msd-form-v2 .phoneFormFieldBlock {
    margin-top: 10px !important
}

@media only screen and (min-width:940px) {
    .hero__form.msd-form-v2 .phoneFormFieldBlock {
        margin-left: 10px !important;
        margin-top: 0 !important
    }
}

.hero__form>div {
    padding: 30px 40px
}

.hero__form>div h2 {
    padding-bottom: 20px
}

.hero__form>div form {
    position: relative;
    z-index: 1
}

.hero__form>div form>div>div:not(:first-child) {
    margin-top: 10px !important
}

.hero__form>div form .textFormFieldBlock {
    gap: 0
}

.hero__form>div form .textFormFieldBlock span {
    display: none !important
}

.hero__form>div form .phoneFormFieldBlock {
    gap: 0
}

.hero__form>div form .phoneFormFieldBlock span {
    display: none !important
}

.hero__form>div form .phoneFormFieldBlock label {
    padding: 0
}

.hero__form>div form .phoneFormFieldBlock input::placeholder {
    font-size: 14px
}

.hero__hidden-h1 {
    left: -99999px;
    opacity: 0;
    position: absolute
}

.hero__logo {
    border-radius: 8px;
    height: auto;
    margin-bottom: 34px;
    margin-left: auto;
    margin-top: 34px;
    width: 139px
}

@media screen and (min-width:580px) {
    .hero__logo {
        width: calc(80.32558px + 10.11628vw)
    }
}

@media screen and (min-width:1440px) {
    .hero__logo {
        width: 226px
    }
}

@media only screen and (min-width:940px) {
    .hero__logo {
        bottom: 71px;
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__logo {
        bottom: 71px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__logo {
        bottom: 71px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .hero__logo {
        right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .hero__logo {
        right: 40px
    }
}

.hero__post-data {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.hero__post-data--divider {
    background-color: #fff;
    height: 100%;
    margin: 0 18px;
    width: 1px
}

@media only screen and (max-width:939px) {
    .hero__post-data--divider {
        display: none
    }
}

@media only screen and (min-width:940px) {
    .hero__post-data {
        align-items: center;
        flex-direction: row;
        gap: 0
    }
}

.hero__post-data svg {
    margin: 0 6px -2px 0
}

.bg-variant {
    left: 50%;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bg-variant, .bg-variant img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.bg-variant img {
    left: 0;
    top: 0;
    transition: transform .6s ease-out
}

@media only screen and (max-width:479px) {
    .bg-variant img:not(.mob) {
        display: none
    }
}

@media only screen and (min-width:480px) {
    .bg-variant img.mob {
        display: none
    }
}

.bg-variant .grain {
    background-image: url(/assets/img/bg-variants/grain.png);
    background-repeat: repeat;
    background-size: 66px 66px;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    opacity: .32;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:479px) {
    .bg-variant .grain {
        display: none
    }
}

@media only screen and (min-width:940px) {
    .sticky-el {
        position: sticky !important;
        top: calc(-100vh*var(--sticky-ratio))
    }
}

.sticky-el+*, .sticky-el+:before {
    border-radius: 32px 32px 0 0 !important
}

.dot-label {
    align-items: center;
    display: flex;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 12px;
}

@media screen and (min-width:580px) {
    .dot-label {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .dot-label {
        font-size: 12px
    }
}

@media screen and (min-width:580px) {
    .dot-label {
        line-height: 12px
    }
}

@media screen and (min-width:1440px) {
    .dot-label {
        line-height: 12px
    }
}

.dot-label:before {
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    height: 8px;
    margin-right: 6px;
    width: 8px
}

@media screen and (min-width:580px) {
    .dot-label:before {
        margin-right: 6px
    }
}

@media screen and (min-width:1440px) {
    .dot-label:before {
        margin-right: 6px
    }
}

@media screen and (min-width:580px) {
    .dot-label:before {
        width: 8px
    }
}

@media screen and (min-width:1440px) {
    .dot-label:before {
        width: 8px
    }
}

@media screen and (min-width:580px) {
    .dot-label:before {
        height: 8px
    }
}

@media screen and (min-width:1440px) {
    .dot-label:before {
        height: 8px
    }
}

.dot-label.aqua:before {
    background-color: #3be3cd
}

.dot-label.space-lower {
    margin-bottom: 24px
}

@media screen and (min-width:580px) {
    .dot-label.space-lower {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1440px) {
    .dot-label.space-lower {
        margin-bottom: 24px
    }
}

.intro-block {
    margin-bottom: 58px;
    margin-top: 58px;
    padding-bottom: 58px;
    padding-top: 58px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .intro-block {
        margin-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .intro-block {
        margin-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .intro-block {
        padding-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .intro-block {
        padding-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block {
        padding-bottom: 80px
    }
}

.intro-block:before {
    background-color: inherit;
    bottom: -58px;
    content: "";
    left: 50%;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .intro-block:before {
        top: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .intro-block:before {
        bottom: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block:before {
        bottom: -80px
    }
}

.intro-block.low-pad {
    margin-bottom: 34px;
    margin-top: 58px;
    padding-bottom: 34px;
    padding-top: 58px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .intro-block.low-pad {
        margin-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .intro-block.low-pad {
        margin-bottom: calc(8.37209px + 4.4186vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad {
        margin-bottom: 72px
    }
}

@media screen and (min-width:580px) {
    .intro-block.low-pad {
        padding-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .intro-block.low-pad {
        padding-bottom: calc(8.37209px + 4.4186vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad {
        padding-bottom: 72px
    }
}

.intro-block.low-pad:before {
    background-color: inherit;
    bottom: -34px;
    content: "";
    left: 50%;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .intro-block.low-pad:before {
        top: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .intro-block.low-pad:before {
        bottom: calc(-8.37209px - 4.4186vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-block.low-pad:before {
        bottom: -72px
    }
}

.intro-text:not(.no-wrap) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .intro-text:not(.no-wrap) {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-text:not(.no-wrap) {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .intro-text:not(.no-wrap) {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-text:not(.no-wrap) {
        padding-right: 40px
    }
}

.intro-text.center {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width:940px) {
    .intro-text.center-on-dsk {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center
    }
}

.intro-text.space-lower {
    margin-bottom: 32px
}

@media screen and (min-width:580px) {
    .intro-text.space-lower {
        margin-bottom: calc(21.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-text.space-lower {
        margin-bottom: 48px
    }
}

@media only screen and (min-width:940px) {
    .intro-text.mid .is-h3, .intro-text.mid h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text.mid .is-h3, .intro-text.mid h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text.mid .is-h3, .intro-text.mid h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text.mid .is-h3, .intro-text.mid h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text.mid .is-h3, .intro-text.mid h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px) {
    .intro-text.small .is-h3, .intro-text.small h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 39px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text.small .is-h3, .intro-text.small h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text.small .is-h3, .intro-text.small h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text.small .is-h3, .intro-text.small h3 {
        line-height: 39px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text.small .is-h3, .intro-text.small h3 {
        line-height: 39px
    }
}

.intro-text :not(.is-h3) {
    margin-bottom: 22px;
}

@media screen and (min-width:580px) {
    .intro-text :not(.is-h3) {
        margin-bottom: calc(20.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .intro-text :not(.is-h3) {
        margin-bottom: 24px
    }
}

.intro-text .is-h3, .intro-text h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    max-width: 940px
}

@media screen and (max-width:768px) {
    .search__link{
        font-size: 13px !important;
        line-height: .8;
        color:#1e295a;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
}

@media screen and (min-width:1440px) {
    .intro-text .is-h3, .intro-text h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .intro-text .is-h3, .intro-text h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .intro-text .is-h3, .intro-text h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .intro-text .is-h3, .intro-text h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text .is-h3, .intro-text h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text .is-h3, .intro-text h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .intro-text .is-h3, .intro-text h3 {
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .intro-text .is-h3, .intro-text h3 {
        line-height: 48px
    }
}

.intro-text .wysiwyg-content {
    margin-top: 16px;
    max-width: 880px
}

@media screen and (min-width:580px) {
    .intro-text .wysiwyg-content {
        margin-top: 16px
    }
}

@media screen and (min-width:1440px) {
    .intro-text .wysiwyg-content {
        margin-top: 16px
    }
}

.intro-text.no-mw .wysiwyg-content {
    max-width: none
}

.fade-in-per-word>span {
    opacity: .2
}

.is-in-view .fade-in-per-word>span {
    opacity: 1;
    transition: opacity 1s ease;
    transition-delay: calc(var(--index)/20 + .2s)
}

.wysiwyg-content {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content {
        line-height: 22px
    }
}

@media only screen and (min-width:940px) {
    .wysiwyg-content {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .wysiwyg-content {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .wysiwyg-content {
        font-size: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .wysiwyg-content {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .wysiwyg-content {
        line-height: 28px
    }
}

.wysiwyg-content.small {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .wysiwyg-content.small {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content.small {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content.small {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content.small {
        line-height: 22px
    }
}

.wysiwyg-content>strong {
    font-family: Archia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>strong {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>strong {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>strong {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>strong {
        line-height: 28px
    }
}

.wysiwyg-content b, .wysiwyg-content strong {
    font-family: Archia SemiBold, Archia, sans-serif
}

.wysiwyg-content>h1:not(:first-child), .wysiwyg-content>h2:not(:first-child), .wysiwyg-content>h3:not(:first-child), .wysiwyg-content>h4:not(:first-child), .wysiwyg-content>h5:not(:first-child), .wysiwyg-content>h6:not(:first-child) {
    margin-top: 1.6em
}

.wysiwyg-content>h1 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 41px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h1 {
        font-size: 34px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h1 {
        font-size: 34px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h1 {
        line-height: 41px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h1 {
        line-height: 41px
    }
}

.wysiwyg-content>h2 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 39px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h2 {
        font-size: 30px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h2 {
        font-size: 30px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h2 {
        line-height: 39px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h2 {
        line-height: 39px
    }
}

.wysiwyg-content>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h3 {
        line-height: 31px
    }
}

.wysiwyg-content>h4 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h4 {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h4 {
        line-height: 28px
    }
}

.wysiwyg-content>h5 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h5 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h5 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h5 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h5 {
        line-height: 26px
    }
}

.wysiwyg-content>h6 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h6 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h6 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .wysiwyg-content>h6 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .wysiwyg-content>h6 {
        line-height: 26px
    }
}

.wysiwyg-content>*+* {
    margin-top: 1.1em
}

.wysiwyg-content iframe {
    aspect-ratio: 16/9;
    width: 100%
}

.wysiwyg-content iframe[src*=gyde365] {
    aspect-ratio: auto;
    height: 800px
}

.wysiwyg-content ul {
    list-style-type: disc
}

.wysiwyg-content ol {
    list-style-type: decimal
}

.wysiwyg-content ol, .wysiwyg-content ul {
    margin-left: 1.5em
}

.wysiwyg-content ol li, .wysiwyg-content ul li {
    margin-top: .2em
}

.wysiwyg-content>:not([class*=cta]) a {
    color: #1e295a
}

.wysiwyg-content>:not([class*=cta]) a:not(:hover) {
    text-decoration: underline
}

.wysiwyg-content>*>img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.wysiwyg-content>img {
    display: block;
    height: auto;
    width: 100%
}

.wysiwyg-content a {
    font-family: inherit;
    font-size: inherit
}

.column-content {
    grid-gap: 34px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .column-content {
        grid-gap: calc(13.76744px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .column-content {
        grid-gap: 64px
    }
}

.column-content.center {
    align-items: center
}

.column-content:not(.no-wrap) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .column-content:not(.no-wrap) {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .column-content:not(.no-wrap) {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .column-content:not(.no-wrap) {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .column-content:not(.no-wrap) {
        padding-right: 40px
    }
}

@media only screen and (min-width:940px) {
    .column-content {
        grid-template-columns: 1fr 1fr
    }
    .column-content.reverse .column-content__column:first-child {
        order: 2
    }
}

.column-content__column>img {
    border-radius: 12px;
    height: auto
}

@media screen and (min-width:580px) {
    .column-content__column>img {
        border-radius: 12px
    }
}

@media screen and (min-width:1440px) {
    .column-content__column>img {
        border-radius: 12px
    }
}

.column-content__column .dot-label {
    margin-bottom: 16px
}

@media screen and (min-width:580px) {
    .column-content__column .dot-label {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1440px) {
    .column-content__column .dot-label {
        margin-bottom: 16px
    }
}

.column-content__column .cta-wrap {
    padding-top: 25px
}

@media screen and (min-width:580px) {
    .column-content__column .cta-wrap {
        padding-top: calc(14.88372px + 1.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .column-content__column .cta-wrap {
        padding-top: 40px
    }
}

.bgc-deep-blue .column-content__column .wysiwyg-content {
    color: #fff
}

.cta-wrap {
    margin-left: -16px;
    margin-top: -16px
}

.mt-30 {
    margin-top: 30px
}

.mt-60 {
    margin-top: 60px
}

.cta-wrap>* {
    margin-left: 16px;
    margin-top: 16px
}

@media only screen and (max-width:939px) {
    .cta-wrap.fill-on-mob {
        width: 100%
    }
}

.blob-var-1 {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    filter: blur(2.5694444444vw);
    opacity: .5;
    position: absolute;
    right: 22px;
    top: -4px;
    width: 160px
}

@media screen and (min-width:580px) {
    .blob-var-1 {
        width: calc(20.39535px + 24.06977vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-1 {
        width: 367px
    }
}

@media screen and (min-width:580px) {
    .blob-var-1 {
        top: -4px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-1 {
        top: -4px
    }
}

@media screen and (min-width:580px) {
    .blob-var-1 {
        right: 22px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-1 {
        right: 22px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-1 {
        filter: blur(37)px
    }
}

.blob-var-2 {
    aspect-ratio: 1/1;
    background-color: #3be3cd;
    border-radius: 999px;
    bottom: -4px;
    filter: blur(2.5694444444vw);
    left: 32px;
    opacity: .5;
    position: absolute;
    width: 140px
}

@media screen and (min-width:580px) {
    .blob-var-2 {
        width: calc(36.13953px + 17.90698vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-2 {
        width: 294px
    }
}

@media screen and (min-width:580px) {
    .blob-var-2 {
        bottom: -4px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-2 {
        bottom: -4px
    }
}

@media screen and (min-width:580px) {
    .blob-var-2 {
        left: 32px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-2 {
        left: 32px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-2 {
        filter: blur(37)px
    }
}

.blob-var-3 {
    aspect-ratio: 1/1;
    background-color: #3be3cd;
    border-radius: 999px;
    bottom: -220px;
    filter: blur(6.9444444444vw);
    opacity: .5;
    position: absolute;
    right: -32px;
    width: 100px
}

@media screen and (min-width:580px) {
    .blob-var-3 {
        width: calc(-3.86047px + 17.90698vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-3 {
        width: 254px
    }
}

@media screen and (min-width:580px) {
    .blob-var-3 {
        bottom: -220px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-3 {
        bottom: -220px
    }
}

@media screen and (min-width:580px) {
    .blob-var-3 {
        right: -32px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-3 {
        right: -32px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-3 {
        filter: blur(100)px
    }
}

.blob-var-4 {
    aspect-ratio: 1/1;
    background-color: #00a8ec;
    border-radius: 999px;
    bottom: -160px;
    filter: blur(6.9444444444vw);
    opacity: .5;
    position: absolute;
    right: -230px;
    width: 120px
}

@media screen and (min-width:580px) {
    .blob-var-4 {
        width: calc(-15.55814px + 23.37209vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-4 {
        width: 321px
    }
}

@media screen and (min-width:580px) {
    .blob-var-4 {
        bottom: -160px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-4 {
        bottom: -160px
    }
}

@media screen and (min-width:580px) {
    .blob-var-4 {
        right: -230px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-4 {
        right: -230px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-4 {
        filter: blur(100)px
    }
}

.blob-var-5 {
    aspect-ratio: 1/1;
    background-color: #3be3cd;
    border-radius: 999px;
    bottom: -350px;
    filter: blur(6.9444444444vw);
    left: -500px;
    opacity: .5;
    position: absolute;
    width: 200px
}

@media screen and (min-width:580px) {
    .blob-var-5 {
        width: calc(-69.76744px + 46.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-5 {
        width: 600px
    }
}

@media screen and (min-width:580px) {
    .blob-var-5 {
        bottom: -350px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-5 {
        bottom: -350px
    }
}

@media screen and (min-width:580px) {
    .blob-var-5 {
        left: -500px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-5 {
        left: -500px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-5 {
        filter: blur(100)px
    }
}

.blob-var-6 {
    aspect-ratio: 1/1;
    background-color: #00a8ec;
    border-radius: 999px;
    filter: blur(6.9444444444vw);
    opacity: .5;
    position: absolute;
    right: -280px;
    top: -200px;
    width: 180px
}

@media screen and (min-width:580px) {
    .blob-var-6 {
        width: calc(-2.09302px + 31.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-6 {
        width: 450px
    }
}

@media screen and (min-width:580px) {
    .blob-var-6 {
        top: -200px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-6 {
        top: -200px
    }
}

@media screen and (min-width:580px) {
    .blob-var-6 {
        right: -280px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-6 {
        right: -280px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-6 {
        filter: blur(100)px
    }
}

.blob-var-7 {
    aspect-ratio: 1/1;
    background-color: #00a8ec;
    border-radius: 999px;
    filter: blur(13.8888888889vw);
    opacity: .5;
    position: absolute;
    right: 110px;
    top: -71px;
    width: 300px
}

@media screen and (min-width:580px) {
    .blob-var-7 {
        width: calc(165.11628px + 23.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-7 {
        width: 500px
    }
}

@media screen and (min-width:580px) {
    .blob-var-7 {
        top: -71px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-7 {
        top: -71px
    }
}

@media screen and (min-width:580px) {
    .blob-var-7 {
        right: 110px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-7 {
        right: 110px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-7 {
        filter: blur(200)px
    }
}

.blob-var-8 {
    aspect-ratio: 1/1;
    background-color: #3be3cd;
    border-radius: 999px;
    filter: blur(13.8888888889vw);
    left: 96px;
    opacity: .5;
    position: absolute;
    top: 76px;
    width: 260px
}

@media screen and (min-width:580px) {
    .blob-var-8 {
        width: calc(111.62791px + 25.5814vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-8 {
        width: 480px
    }
}

@media screen and (min-width:580px) {
    .blob-var-8 {
        top: 76px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-8 {
        top: 76px
    }
}

@media screen and (min-width:580px) {
    .blob-var-8 {
        left: 96px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-8 {
        left: 96px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-8 {
        filter: blur(200)px
    }
}

.blob-var-9 {
    aspect-ratio: 1/1;
    background-color: #3be3cd;
    border-radius: 999px;
    bottom: -350px;
    filter: blur(6.9444444444vw);
    left: -500px;
    opacity: .5;
    position: absolute;
    width: 200px
}

@media screen and (min-width:580px) {
    .blob-var-9 {
        width: calc(-69.76744px + 46.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-9 {
        width: 600px
    }
}

@media screen and (min-width:580px) {
    .blob-var-9 {
        bottom: -350px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-9 {
        bottom: -350px
    }
}

@media screen and (min-width:580px) {
    .blob-var-9 {
        left: -500px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-9 {
        left: -500px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-9 {
        filter: blur(100)px
    }
}

.blob-var-10 {
    aspect-ratio: 1/1;
    background-color: #00a8ec;
    border-radius: 999px;
    filter: blur(6.9444444444vw);
    opacity: .5;
    position: absolute;
    right: -100px;
    top: -200px;
    width: 180px
}

@media screen and (min-width:580px) {
    .blob-var-10 {
        width: calc(-2.09302px + 31.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .blob-var-10 {
        width: 450px
    }
}

@media screen and (min-width:580px) {
    .blob-var-10 {
        top: -200px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-10 {
        top: -200px
    }
}

@media screen and (min-width:580px) {
    .blob-var-10 {
        right: -100px
    }
}

@media screen and (min-width:1440px) {
    .blob-var-10 {
        right: -100px
    }
}

@media only screen and (min-width:1440px) {
    .blob-var-10 {
        filter: blur(100)px
    }
}

.bg-blob-1:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .bg-blob-1:after {
        bottom: 0;
        filter: blur(13.8vw);
        right: 10%;
        transform: translateY(50%) rotate(15deg) scaleY(.4);
        width: 60%
    }
}

.pullout-cta {
    margin-bottom: 58px;
    margin-top: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .pullout-cta {
        margin-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .pullout-cta {
        margin-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .pullout-cta {
        padding-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .pullout-cta {
        padding-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta {
        padding-bottom: 80px
    }
}

.pullout-cta:before {
    background-color: inherit;
    bottom: -58px;
    content: "";
    left: 50%;
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .pullout-cta:before {
        top: -80px
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .pullout-cta:before {
        bottom: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta:before {
        bottom: -80px
    }
}

.pullout-cta__inner {
    grid-column-gap: 56px;
    grid-row-gap: 24px;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .pullout-cta__inner {
        grid-column-gap: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta__inner {
        grid-column-gap: 80px
    }
}

@media screen and (min-width:580px) {
    .pullout-cta__inner {
        grid-row-gap: 24px
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta__inner {
        grid-row-gap: 24px
    }
}

@media only screen and (min-width:940px) {
    .pullout-cta__inner {
        grid-template-columns: 1fr 1fr
    }
}

.pullout-cta__inner.keyline {
    border-bottom: 1px solid #02133d;
    padding-bottom: 60px
}

@media screen and (min-width:580px) {
    .pullout-cta__inner.keyline {
        padding-bottom: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta__inner.keyline {
        padding-bottom: 80px
    }
}

.pullout-cta__inner.flex-start {
    align-items: flex-start
}

@media only screen and (min-width:940px) {
    .pullout-cta__tag {
        grid-column: span 2
    }
}

.pullout-cta__column {
    grid-gap: 40px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr
}

.pullout-cta__column>img {
    display: block;
    height: auto;
    width: 142px
}

@media screen and (min-width:580px) {
    .pullout-cta__column>img {
        width: calc(96.81395px + 7.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .pullout-cta__column>img {
        width: 209px
    }
}

.pullout-cta__column.simple {
    display: block
}

.pullout-cta__column.simple>img {
    margin-top: 40px
}

@media only screen and (min-width:940px) {
    .pullout-cta__column.sticky {
        position: sticky;
        top: 132px;
        transition: top .6s cubic-bezier(.77, 0, .175, 1)
    }
    .descending .pullout-cta__column.sticky {
        top: 24px
    }
}

.article-showcase {
    margin-bottom: 40px;
    margin-top: 58px;
    padding-bottom: 40px;
    padding-top: 58px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .article-showcase {
        margin-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .article-showcase {
        margin-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .article-showcase {
        padding-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .article-showcase {
        padding-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase {
        padding-bottom: 80px
    }
}

.article-showcase:before {
    background-color: inherit;
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .article-showcase:before {
        top: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .article-showcase:before {
        bottom: calc(-13.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase:before {
        bottom: -80px
    }
}

.article-showcase__inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .article-showcase__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .article-showcase__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase__inner {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .article-showcase__inner {
        grid-gap: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .article-showcase__inner {
        grid-gap: 32px
    }
}

@media only screen and (min-width:680px) {
    .article-showcase__inner {
        grid-template-columns: 1fr 1fr
    }
}

.article-showcase__inner--gap {
    margin-top: 48px
}

@media screen and (min-width:580px) {
    .article-showcase__inner--gap {
        margin-top: 48px
    }
}

@media screen and (min-width:1440px) {
    .article-showcase__inner--gap {
        margin-top: 48px
    }
}

.article-card:hover .article-card__media img {
    transform: translate(-50%, -50%) scale(1.1)
}

.article-card:hover .article-card__content h3 {
    text-decoration: underline
}

.article-card.aqua-hover:hover a {
    background-color: #3be3cd
}

.article-card.aqua-hover:hover .simple-cta {
    filter: brightness(0)
}

.article-card.alt a {
    background-color: #fff
}

.article-card a {
    background-color: #efeff6;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: background-color .3s ease
}

@media screen and (min-width:580px) {
    .article-card a {
        border-radius: 16px
    }
}

@media screen and (min-width:1440px) {
    .article-card a {
        border-radius: 16px
    }
}

.article-card__media {
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    position: relative
}

.article-card__media img {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1)
}

.article-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 20px 38px
}

@media screen and (min-width:580px) {
    .article-card__content {
        padding-top: calc(13.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .article-card__content {
        padding-bottom: calc(36.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content {
        padding-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .article-card__content {
        padding-left: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content {
        padding-left: 32px
    }
}

@media screen and (min-width:580px) {
    .article-card__content {
        padding-right: calc(14.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content {
        padding-right: 28px
    }
}

.article-card.alt .article-card__content {
    padding: 28px 24px 40px
}

@media screen and (min-width:580px) {
    .article-card.alt .article-card__content {
        padding: 24px
    }
}

@media screen and (min-width:1440px) {
    .article-card.alt .article-card__content {
        padding: 24px
    }
}

@media screen and (min-width:580px) {
    .article-card.alt .article-card__content {
        padding-top: 28px
    }
}

@media screen and (min-width:1440px) {
    .article-card.alt .article-card__content {
        padding-top: 28px
    }
}

@media screen and (min-width:580px) {
    .article-card.alt .article-card__content {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .article-card.alt .article-card__content {
        padding-bottom: 40px
    }
}

.article-card__content .head-wrap {
    display: flex;
    gap: 10px
}

@media only screen and (max-width:767px) {
    .article-card__content .head-wrap {
        flex-direction: column
    }
}

.article-card__content .head-wrap h4 {
    background-color: #efeff6;
    color: #5725cc;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width:580px) {
    .article-card__content .head-wrap h4 {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .head-wrap h4 {
        font-size: 12px
    }
}

@media screen and (min-width:580px) {
    .article-card__content .head-wrap h4 {
        line-height: 12px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .head-wrap h4 {
        line-height: 12px
    }
}

@media only screen and (min-width:768px) {
    .article-card__content .head-wrap h4 {
        margin-bottom: 16px
    }
}

.article-card__content .head-wrap p {
    color: #8b90ad;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 16px
}

@media screen and (min-width:580px) {
    .article-card__content .head-wrap p {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .head-wrap p {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .article-card__content .head-wrap p {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .head-wrap p {
        line-height: 20px
    }
}

.article-card__content h3 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 9px
}

@media screen and (min-width:580px) {
    .article-card__content h3 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content h3 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .article-card__content h3 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content h3 {
        line-height: 26px
    }
}

@media screen and (min-width:580px) {
    .article-card__content h3 {
        margin-bottom: calc(4.27907px + .81395vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content h3 {
        margin-bottom: 16px
    }
}

@media only screen and (min-width:680px) {
    .article-card__content h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .article-card__content h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .article-card__content h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .article-card__content h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .article-card__content h3 {
        line-height: 31px
    }
}

.article-card.alt .article-card__content h3 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .article-card.alt .article-card__content h3 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .article-card.alt .article-card__content h3 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .article-card.alt .article-card__content h3 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .article-card.alt .article-card__content h3 {
        line-height: 26px
    }
}

.article-card__content .footer-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px
}

@media screen and (min-width:580px) {
    .article-card__content .footer-wrap {
        padding-top: calc(3.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .footer-wrap {
        padding-top: 50px
    }
}

.article-card__content .footer-wrap .simple-cta {
    transition: filter .3s ease
}

.article-card__content .footer-wrap p {
    color: #02133d;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 12px;
    text-transform: uppercase
}

@media screen and (min-width:580px) {
    .article-card__content .footer-wrap p {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .footer-wrap p {
        font-size: 12px
    }
}

@media screen and (min-width:580px) {
    .article-card__content .footer-wrap p {
        line-height: 12px
    }
}

@media screen and (min-width:1440px) {
    .article-card__content .footer-wrap p {
        line-height: 12px
    }
}

.article-card__content .footer-wrap p svg {
    margin: 0 6px -2px 0
}

.cta-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .cta-bar {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .cta-bar {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar {
        padding-right: 40px
    }
}

.cta-bar.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .cta-bar.narrow {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar.narrow {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .cta-bar.narrow {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar.narrow {
        padding-right: 40px
    }
}

.cta-bar.narrow .cta-bar__inner {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:580px) {
    .cta-bar.narrow .cta-bar__inner {
        padding-left: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar.narrow .cta-bar__inner {
        padding-left: 50px
    }
}

@media screen and (min-width:580px) {
    .cta-bar.narrow .cta-bar__inner {
        padding-right: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar.narrow .cta-bar__inner {
        padding-right: 50px
    }
}

.cta-bar__outer {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .cta-bar__outer {
        margin-top: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__outer {
        margin-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__outer {
        padding-top: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__outer {
        padding-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer {
        padding-bottom: 80px
    }
}

.cta-bar__outer:before {
    background-color: inherit;
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .cta-bar__outer:before {
        top: calc(-13.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__outer:before {
        bottom: calc(-13.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__outer:before {
        bottom: -80px
    }
}

.cta-bar__inner {
    align-items: center;
    background-color: #02133d;
    border-radius: 16px;
    display: flex;
    gap: 18px;
    overflow: hidden;
    padding: 110px 20px 38px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .cta-bar__inner {
        padding: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__inner {
        padding: 72px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__inner {
        padding-bottom: calc(28.55814px + 1.62791vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__inner {
        padding-bottom: 52px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__inner {
        border-radius: 16px
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__inner {
        border-radius: 16px
    }
}

@media only screen and (max-width:767px) {
    .cta-bar__inner {
        flex-wrap: wrap
    }
    .cta-bar__inner>* {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .cta-bar__inner {
        gap: 12px;
        padding-top: 56px
    }
}

.cta-bar__inner:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    filter: blur(20vw);
    left: -10%;
    position: absolute;
    top: 100%;
    transform: translateY(-70%) rotate(-20deg);
    width: 120%;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .cta-bar__inner:after {
        filter: blur(13.8vw);
        left: 10%;
        top: 75%;
        transform: translateY(-50%) rotate(-12deg) scaleY(.16);
        width: 90%
    }
    .cta-bar__inner .cta {
        flex-shrink: 0;
        margin-left: auto;
        max-width: 33.333%
    }
}

.cta-bar__content {
    grid-gap: 18px;
    display: grid;
    gap: 18px;
    position: relative
}

@media only screen and (min-width:768px) {
    .cta-bar__content {
        gap: 12px
    }
}

.cta-bar__content>h3 {
    color: #fff;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    z-index: 1
}

@media screen and (min-width:580px) {
    .cta-bar__content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__content>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__content>h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:768px) {
    .cta-bar__content>h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 39px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__content>h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__content>h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__content>h3 {
        line-height: 39px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__content>h3 {
        line-height: 39px
    }
}

.cta-bar__content>p {
    color: #fff;
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    z-index: 1
}

@media screen and (min-width:580px) {
    .cta-bar__content>p {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__content>p {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .cta-bar__content>p {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .cta-bar__content>p {
        line-height: 25px
    }
}

.cta-bar__dec {
    height: auto;
    position: absolute
}

@media only screen and (max-width:767px) {
    .cta-bar__dec {
        left: 57%;
        top: -116%;
        width: 190%
    }
}

@media only screen and (min-width:768px) {
    .cta-bar__dec {
        bottom: -72px;
        right: 220px;
        width: 480px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__dec {
        width: calc(399.06977px + 13.95349vw)
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__dec {
        width: 600px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__dec {
        bottom: calc(-57.16279px - 2.55814vw)
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__dec {
        bottom: -94px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__dec {
        right: calc(163.34884px + 9.76744vw)
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__dec {
        right: 304px
    }
}

.cta-bar__dec-2 {
    height: auto;
    position: absolute
}

@media only screen and (max-width:767px) {
    .cta-bar__dec-2 {
        left: 7.5%;
        top: -4%;
        width: 85%
    }
}

@media only screen and (min-width:768px) {
    .cta-bar__dec-2 {
        bottom: -94px;
        right: 304px;
        width: 260px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__dec-2 {
        bottom: -94px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__dec-2 {
        bottom: -94px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .cta-bar__dec-2 {
        right: 304px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .cta-bar__dec-2 {
        right: 304px
    }
}

.figure-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .figure-list {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .figure-list {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list {
        padding-right: 40px
    }
}

.figure-list__outer {
    margin-bottom: 72px;
    margin-top: 72px;
    padding-bottom: 72px;
    padding-top: 72px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .figure-list__outer {
        margin-top: calc(53.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer {
        margin-top: 100px
    }
}

@media screen and (min-width:580px) {
    .figure-list__outer {
        margin-bottom: calc(53.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .figure-list__outer {
        padding-top: calc(53.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer {
        padding-top: 100px
    }
}

@media screen and (min-width:580px) {
    .figure-list__outer {
        padding-bottom: calc(53.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer {
        padding-bottom: 100px
    }
}

@media screen and (max-width:993px) {
    .figure-list__outer {
        margin-bottom: 72px;
        margin-top: 72px;
        padding-bottom: 40px;
        padding-top: 72px;
        position: relative;
        z-index: 1
    }
}

@media screen and (min-width:580px) {
    .figure-list__outer:before {
        top: calc(-53.11628px - 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer:before {
        top: -100px
    }
}

@media screen and (min-width:580px) {
    .figure-list__outer:before {
        bottom: calc(-53.11628px - 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__outer:before {
        bottom: -100px
    }
}

.figure-list__container {
    background-color: #efeff6;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 58px 20px;
    position: relative
}

@media screen and (min-width:580px) {
    .figure-list__container {
        padding: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__container {
        padding: 80px
    }
}

@media screen and (min-width:580px) {
    .figure-list__container {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__container {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .figure-list__container {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__container {
        padding-right: 72px
    }
}

@media screen and (min-width:580px) {
    .figure-list__container {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .figure-list__container {
        border-radius: 32px
    }
}

@media only screen and (min-width:940px) {
    .figure-list__container {
        grid-gap: 45px;
        grid-column-gap: 64px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .figure-list__container {
        grid-gap: calc(32.18605px + 2.2093vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .figure-list__container {
        grid-gap: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .figure-list__container {
        grid-column-gap: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .figure-list__container {
        grid-column-gap: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .figure-list__container {
        grid-row-gap: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .figure-list__container {
        grid-row-gap: 24px
    }
}

.figure-list.dark .figure-list__container {
    background-color: #02133d
}

.figure-list.white .figure-list__container {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:580px) {
    .figure-list.white .figure-list__container {
        padding-left: calc(-48.55814px + 8.37209vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list.white .figure-list__container {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .figure-list.white .figure-list__container {
        padding-right: calc(-48.55814px + 8.37209vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list.white .figure-list__container {
        padding-right: 72px
    }
}

.figure-list.purple .figure-list__container {
    background: #4c3089;
    background: linear-gradient(90deg, #4c3089, #1e295a);
    color: #fff
}

@media only screen and (min-width:940px) {
    .figure-list__tag {
        grid-column: span 2
    }
}

.figure-list.dark .figure-list__tag {
    color: #fff
}

.figure-list__content {
    grid-gap: 24px;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    justify-items: start
}

@media screen and (min-width:580px) {
    .figure-list__content {
        grid-gap: calc(13.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list__content {
        grid-gap: 40px
    }
}

@media only screen and (max-width:939px) {
    .figure-list__content {
        margin-bottom: 35px;
        margin-top: 24px
    }
}

.figure-list.dark .figure-list__content, .figure-list.dark .figure-list__list {
    color: #fff
}

.figure-list.white .figure-list__list {
    background-color: #02133d;
    border-radius: 16px;
    color: #fff;
    padding: 20px 20px 28px
}

@media screen and (min-width:580px) {
    .figure-list.white .figure-list__list {
        border-radius: 16px
    }
}

@media screen and (min-width:1440px) {
    .figure-list.white .figure-list__list {
        border-radius: 16px
    }
}

@media screen and (min-width:580px) {
    .figure-list.white .figure-list__list {
        padding: calc(1.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list.white .figure-list__list {
        padding: 48px
    }
}

@media screen and (min-width:580px) {
    .figure-list.white .figure-list__list {
        padding-bottom: calc(9.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-list.white .figure-list__list {
        padding-bottom: 56px
    }
}

.figure-list.light .figure-list__list .icon-card {
    border-top: 1px solid #02133d
}

.figure-item:not(:last-child) {
    padding-bottom: 35px
}

@media screen and (min-width:580px) {
    .figure-item:not(:last-child) {
        padding-bottom: calc(33.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-item:not(:last-child) {
        padding-bottom: 25px
    }
}

.dark .figure-item {
    color: #fff
}

.dark .figure-item:not(:first-child) {
    border-top: 1px solid #fff3
}

@media only screen and (min-width:680px) {
    .figure-item {
        grid-column-gap: 49px;
        grid-row-gap: 8px;
        display: grid;
        grid-template-columns: 175fr 351fr
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .figure-item {
        grid-column-gap: 49px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .figure-item {
        grid-column-gap: 49px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .figure-item {
        grid-row-gap: 8px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .figure-item {
        grid-row-gap: 8px;
        align-items: center;
    }
}

.figure-item:not(:first-child) {
    border-top: 1px solid #02133d;
    padding-top: 11px
}

@media screen and (min-width:580px) {
    .figure-item:not(:first-child) {
        padding-top: calc(7.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-item:not(:first-child) {
        padding-top: 16px
    }
}

.figure-item>h4 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-weight: 400;
    grid-row: span 2;
    letter-spacing: -.03em;
    line-height: 67px
}

@media screen and (min-width:580px) {
    .figure-item>h4 {
        font-size: 56px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>h4 {
        font-size: 56px
    }
}

@media screen and (min-width:580px) {
    .figure-item>h4 {
        line-height: 67px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>h4 {
        line-height: 67px
    }
}

@media only screen and (min-width:680px) {
    .figure-item>h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 64px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 77px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .figure-item>h4 {
        font-size: 64px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .figure-item>h4 {
        font-size: 64px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .figure-item>h4 {
        line-height: 77px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .figure-item>h4 {
        line-height: 77px
    }
}

.figure-item>h5 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    padding-top: 2px
}

@media screen and (min-width:580px) {
    .figure-item>h5 {
        padding-top: calc(-3.39535px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .figure-item>h5 {
        padding-top: 10px
    }
}

@media screen and (min-width:580px) {
    .figure-item>h5 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>h5 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .figure-item>h5 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>h5 {
        line-height: 26px
    }
}

.figure-item>p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .figure-item>p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .figure-item>p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .figure-item>p {
        line-height: 22px
    }
}

.logo-showcase {
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .logo-showcase {
        margin-top: 100px
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase {
        margin-top: 100px
    }
}

@media screen and (min-width:580px) {
    .logo-showcase {
        margin-bottom: calc(19.53488px + 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase {
        margin-bottom: 120px
    }
}

@media screen and (min-width:580px) {
    .logo-showcase {
        padding-top: 100px
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase {
        padding-top: 100px
    }
}

@media screen and (min-width:580px) {
    .logo-showcase {
        padding-bottom: calc(19.53488px + 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase {
        padding-bottom: 120px
    }
}

.logo-showcase:before {
    background-color: inherit;
    bottom: -60px;
    content: "";
    left: 50%;
    position: absolute;
    top: -100px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .logo-showcase:before {
        top: -100px
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase:before {
        top: -100px
    }
}

@media screen and (min-width:580px) {
    .logo-showcase:before {
        bottom: calc(-19.53488px - 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase:before {
        bottom: -120px
    }
}

.logo-showcase__wrap {
    overflow: hidden
}

.logo-showcase__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .logo-showcase__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .logo-showcase__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__inner {
        padding-right: 40px
    }
}

.logo-showcase__slider {
    align-items: center;
    animation-duration: var(--count);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: scroller;
    animation-timing-function: linear;
    display: flex;
    left: 50%;
    list-style-type: none;
    margin-top: 56px;
    position: relative;
    will-change: transform
}

@media screen and (min-width:580px) {
    .logo-showcase__slider {
        margin-top: 56px
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__slider {
        margin-top: 56px
    }
}

@keyframes scroller {
    0% {
        transform: translate3d(-33.333%, 0, 0)
    }
    to {
        transform: translate3d(-66.666%, 0, 0)
    }
}

.logo-showcase__slide {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    max-width: 120px;
    position: relative;
    width: 100%
}

@media screen and (min-width:580px) {
    .logo-showcase__slide {
        max-width: calc(76.83721px + 7.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__slide {
        max-width: 184px
    }
}

.logo-showcase__slide>div {
    height: 0;
    padding-bottom: 65%;
    width: 100%
}

.logo-showcase__slide.fill {
    aspect-ratio: auto
}

.logo-showcase__slide.fill img {
    height: auto;
    width: calc(100% - 16px)
}

.logo-showcase__slide:after {
    border: 1px solid #d1d2e0;
    border-radius: 8px;
    content: "";
    height: calc(100% - 1px);
    left: 8px;
    position: absolute;
    top: 0;
    width: calc(100% - 16px)
}

@media screen and (min-width:580px) {
    .logo-showcase__slide:after {
        border-radius: 8px
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__slide:after {
        border-radius: 8px
    }
}

.logo-showcase__slide:first-child {
    margin-left: 0
}

.logo-showcase__slide:last-child {
    margin-right: 0
}

.logo-showcase__slide img {
    display: block;
    height: 100%;
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.logo-showcase__footer {
    display: flex;
    justify-content: center;
    margin-top: 36px
}

@media screen and (min-width:580px) {
    .logo-showcase__footer {
        margin-top: calc(28.5814px + 1.27907vw)
    }
}

@media screen and (min-width:1440px) {
    .logo-showcase__footer {
        margin-top: 47px
    }
}

.related-articles {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .related-articles {
        margin-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .related-articles {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles {
        margin-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .related-articles {
        padding-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .related-articles {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles {
        padding-bottom: 40px
    }
}

.related-articles:before {
    background-color: inherit;
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .related-articles:before {
        top: -40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .related-articles:before {
        bottom: -40px
    }
}

@media screen and (min-width:1440px) {
    .related-articles:before {
        bottom: -40px
    }
}

.related-articles__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .related-articles__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .related-articles__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__inner {
        padding-right: 40px
    }
}

.related-articles__container {
    background-color: #efeff6;
    border-radius: 32px;
    overflow: hidden;
    padding: 56px 20px;
    position: relative
}

@media screen and (min-width:580px) {
    .related-articles__container {
        padding: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__container {
        padding: 80px
    }
}

@media screen and (min-width:580px) {
    .related-articles__container {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__container {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .related-articles__container {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__container {
        padding-right: 72px
    }
}

@media screen and (min-width:580px) {
    .related-articles__container {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .related-articles__container {
        border-radius: 32px
    }
}

.related-articles__row {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    align-items: end;
    display: grid;
    grid-template-areas: "intro" "grid" "cta";
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .related-articles__row {
        grid-column-gap: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__row {
        grid-column-gap: 32px
    }
}

@media screen and (min-width:580px) {
    .related-articles__row {
        grid-row-gap: calc(25.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__row {
        grid-row-gap: 32px
    }
}

@media only screen and (min-width:940px) {
    .related-articles__row {
        grid-template-areas: "intro cta" "grid grid";
        grid-template-columns: 1fr auto
    }
}

@media only screen and (max-width:939px) {
    .related-articles__row--archive {
        grid-template-areas: "intro" "cta" "grid"
    }
}

@media only screen and (min-width:940px) {
    .related-articles__row--archive .related-articles__intro h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__row--archive .related-articles__intro h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__row--archive .related-articles__intro h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__row--archive .related-articles__intro h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__row--archive .related-articles__intro h3 {
        line-height: 41px
    }
}

.related-articles__row--simple {
    display: block
}

.related-articles__row+.related-articles__row {
    margin-top: 60px
}

@media screen and (min-width:580px) {
    .related-articles__row+.related-articles__row {
        margin-top: calc(46.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__row+.related-articles__row {
        margin-top: 80px
    }
}

.related-articles__intro {
    grid-area: intro
}

.related-articles__intro h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .related-articles__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .related-articles__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .related-articles__intro h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .related-articles__intro h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .related-articles__intro h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__intro h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__intro h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__intro h3 {
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__intro h3 {
        line-height: 48px
    }
}

.related-articles__intro p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px;
    margin-top: 16px
}

@media screen and (min-width:580px) {
    .related-articles__intro p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .related-articles__intro p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .related-articles__intro p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .related-articles__intro p {
        line-height: 22px
    }
}

@media only screen and (min-width:940px) {
    .related-articles__intro p {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__intro p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__intro p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .related-articles__intro p {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .related-articles__intro p {
        line-height: 25px
    }
}

.related-articles__cta {
    grid-area: cta
}

.related-articles__grid {
    grid-gap: 16px;
    display: grid;
    grid-area: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .related-articles__grid {
        grid-gap: calc(5.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .related-articles__grid {
        grid-gap: 32px
    }
}

@media only screen and (min-width:680px) {
    .related-articles__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:940px) {
    .related-articles__grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.media-object {
    margin-bottom: 56px;
    margin-top: 56px;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .media-object {
        margin-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .media-object {
        margin-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .media-object {
        padding-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .media-object {
        padding-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object {
        padding-bottom: 80px
    }
}

.media-object:before {
    background-color: inherit;
    bottom: -56px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .media-object:before {
        top: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .media-object:before {
        bottom: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .media-object:before {
        bottom: -80px
    }
}

.media-object.rounded-corners, .media-object.rounded-corners:before {
    border-radius: 32px 32px 0 0 !important
}

.media-object.bgc-deep-blue {
    content: "test";
    overflow: hidden
}

.media-object.bgc-deep-blue:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    filter: blur(200px);
    max-width: 480px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40%, -40%) rotate(-12deg) scaleY(.4);
    width: 60%;
    z-index: -1
}

.media-object.bgc-deep-blue [class^=blob-] {
    display: none
}

.media-object.js-lightbox img.media-image {
    cursor: pointer
}

.media-object .feature-image__icon {
    cursor: pointer;
    display: flex
}

.media-object .video-container {
    border-radius: 12px;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.media-object .video-container video {
    width: 100%
}

@media only screen and (min-width:940px) {
    .media-object .video-container video {
        max-width: 504px
    }
}

.media-object .video-container[\:has\(iframe\)] {
    padding-bottom: 56.25%
}

.media-object .video-container:has(iframe) {
    padding-bottom: 56.25%
}

.media-object .video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-showcase {
    margin-bottom: 100px;
    margin-top: 80px;
    padding-bottom: 100px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .post-showcase {
        margin-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .post-showcase {
        margin-bottom: 100px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .post-showcase {
        padding-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .post-showcase {
        padding-bottom: 100px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase {
        padding-bottom: 100px
    }
}

.post-showcase:before {
    background-color: inherit;
    bottom: -100px;
    content: "";
    left: 50%;
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .post-showcase:before {
        top: -80px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .post-showcase:before {
        bottom: -100px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase:before {
        bottom: -100px
    }
}

.post-showcase__inner {
    grid-gap: 22px;
    align-items: end;
    display: grid;
    grid-template-areas: "intro" "items" "cta";
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

@media screen and (min-width:580px) {
    .post-showcase__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .post-showcase__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__inner {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .post-showcase__inner {
        grid-gap: calc(9.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__inner {
        grid-gap: 40px
    }
}

@media only screen and (min-width:940px) {
    .post-showcase__inner {
        grid-template-areas: "intro cta" "items items";
        grid-template-columns: 1fr auto
    }
}

.post-showcase__intro {
    grid-area: intro
}

.post-showcase__intro h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-top: 22px;
    max-width: 720px
}

@media screen and (min-width:580px) {
    .post-showcase__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .post-showcase__intro h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__intro h3 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .post-showcase__intro h3 {
        margin-top: calc(20.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase__intro h3 {
        margin-top: 24px
    }
}

@media only screen and (min-width:940px) {
    .post-showcase__intro h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .post-showcase__intro h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .post-showcase__intro h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .post-showcase__intro h3 {
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .post-showcase__intro h3 {
        line-height: 48px
    }
}

.post-showcase__cta {
    grid-area: cta
}

@media only screen and (max-width:939px) {
    .post-showcase__cta {
        display: none
    }
}

.post-showcase__items {
    grid-area: items
}

.post-showcase .controls {
    z-index: 1
}

@media only screen and (max-width:939px) {
    .post-showcase .controls {
        filter: brightness(0)
    }
}

@media only screen and (min-width:940px) {
    .post-showcase .controls {
        bottom: 0;
        bottom: 32px;
        position: absolute;
        right: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .post-showcase .controls {
        right: calc(7.62791px + 5.5814vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .post-showcase .controls {
        right: 88px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .post-showcase .controls {
        bottom: calc(26.60465px + .93023vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .post-showcase .controls {
        bottom: 40px
    }
}

.post-showcase-item {
    background-color: #02133d;
    border-radius: 24px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

@media screen and (min-width:580px) {
    .post-showcase-item {
        border-radius: 24px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item {
        border-radius: 24px
    }
}

@media only screen and (min-width:680px) {
    .post-showcase-item {
        min-height: 520px
    }
    .post-showcase-item.reverse {
        flex-direction: row-reverse
    }
}

.post-showcase-item.archive {
    margin-bottom: 40px
}

@media only screen and (min-width:680px) {
    .post-showcase-item.archive {
        min-height: 520px
    }
}

.post-showcase-item.archive:last-child {
    margin-bottom: 56px
}

.post-showcase-item.archive .post-showcase-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.post-showcase-item__media {
    position: relative
}

@media only screen and (min-width:680px) {
    .post-showcase-item__media {
        width: 47.4%
    }
}

@media only screen and (max-width:679px) {
    .post-showcase-item__media {
        height: 0;
        padding-bottom: 50%;
        width: 100%
    }
}

.post-showcase-item__media img {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.post-showcase-item__media img.active {
    opacity: 1;
    pointer-events: auto
}

.post-showcase-item__content {
    flex: 1;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .post-showcase-item__content {
        padding-top: calc(-12.65116px + 4.76744vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__content {
        padding-top: 56px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__content {
        padding-right: calc(1.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__content {
        padding-right: 48px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__content {
        padding-bottom: calc(-.37209px + 5.5814vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__content {
        padding-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__content {
        padding-left: calc(-9.67442px + 5.11628vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__content {
        padding-left: 64px
    }
}

.post-showcase-item__content:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    filter: blur(120px);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(20%, -30%) rotate(-50deg) scaleY(.6);
    width: 65%;
    z-index: -1
}

.post-showcase-item__index {
    margin-bottom: 21px;
    position: relative
}

@media screen and (min-width:580px) {
    .post-showcase-item__index {
        margin-bottom: calc(-8px + 5vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__index {
        margin-bottom: 64px
    }
}

@media only screen and (max-width:679px) {
    .post-showcase-item__index {
        font-family: Archia, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 20px
    }
}

@media only screen and (max-width:679px)and (min-width:580px) {
    .post-showcase-item__index {
        font-size: 14px
    }
}

@media only screen and (max-width:679px)and (min-width:1440px) {
    .post-showcase-item__index {
        font-size: 14px
    }
}

@media only screen and (max-width:679px)and (min-width:580px) {
    .post-showcase-item__index {
        line-height: 20px
    }
}

@media only screen and (max-width:679px)and (min-width:1440px) {
    .post-showcase-item__index {
        line-height: 20px
    }
}

.post-showcase-item__index>span:not(.count) {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s ease
}

.post-showcase-item__index>span:not(.count).active {
    opacity: 1;
    pointer-events: auto
}

.post-showcase-item__index>span:not(.count):first-child {
    position: static
}

.post-showcase-item__content-instances {
    margin-bottom: 48px;
    position: relative
}

@media screen and (min-width:580px) {
    .post-showcase-item__content-instances {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__content-instances {
        margin-bottom: 48px
    }
}

.post-showcase-item__inst {
    max-width: 472px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.post-showcase-item__inst.active {
    opacity: 1;
    pointer-events: auto;
    height: auto !important;
}

.post-showcase-item__inst:first-child {
    position: static
}

.post-showcase-item__inst .dot-label {
    margin-bottom: 24px
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst .dot-label {
        margin-bottom: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst .dot-label {
        margin-bottom: 32px
    }
}

.post-showcase-item__inst h3 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 9px
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst h3 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst h3 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst h3 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst h3 {
        line-height: 26px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst h3 {
        margin-bottom: calc(-1.11628px + 1.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst h3 {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:680px) {
    .post-showcase-item__inst h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .post-showcase-item__inst h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .post-showcase-item__inst h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .post-showcase-item__inst h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .post-showcase-item__inst h3 {
        line-height: 31px
    }
}

.post-showcase-item__inst p:not(.dot-label) {
    font-family: Archia, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 22px
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst p:not(.dot-label) {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst p:not(.dot-label) {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst p:not(.dot-label) {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst p:not(.dot-label) {
        line-height: 20px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__inst p:not(.dot-label) {
        margin-bottom: calc(15.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__inst p:not(.dot-label) {
        margin-bottom: 32px
    }
}

@media only screen and (min-width:680px) {
    .post-showcase-item__inst p:not(.dot-label) {
        font-family: Archia, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 22px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .post-showcase-item__inst p:not(.dot-label) {
        font-size: 16px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .post-showcase-item__inst p:not(.dot-label) {
        font-size: 16px
    }
}

@media only screen and (min-width:680px)and (min-width:580px) {
    .post-showcase-item__inst p:not(.dot-label) {
        line-height: 22px
    }
}

@media only screen and (min-width:680px)and (min-width:1440px) {
    .post-showcase-item__inst p:not(.dot-label) {
        line-height: 22px
    }
}

.post-showcase-item__tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding-top: 0
}

@media screen and (min-width:580px) {
    .post-showcase-item__tags {
        padding-top: calc(2.74419px + 3.83721vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__tags {
        padding-top: 58px
    }
}

.post-showcase-item__tags li {
    padding-left: 10px;
    padding-top: 10px
}

.post-showcase-item__tags li.sector {
    order: -1
}

.post-showcase-item__tags li span {
    background-color: #ffffff1a;
    border-radius: 999px;
    display: inline-block;
    padding: 8px 18px
}

@media screen and (min-width:580px) {
    .post-showcase-item__tags li span {
        padding: calc(-2.04651px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__tags li span {
        padding: 8px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__tags li span {
        padding-left: calc(2.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__tags li span {
        padding-left: 16px
    }
}

@media screen and (min-width:580px) {
    .post-showcase-item__tags li span {
        padding-right: calc(2.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .post-showcase-item__tags li span {
        padding-right: 16px
    }
}

@media only screen and (max-width:939px) {
    .post-showcase-item .controls {
        left: 0;
        position: absolute;
        top: 100%
    }
}

.controls {
    display: flex;
    justify-content: center;
    transition: opacity .3s ease
}

@media only screen and (min-width:768px) {
    .controls {
        justify-content: flex-end
    }
}

.controls.disabled {
    opacity: .4;
    pointer-events: none
}

.controls img {
    cursor: pointer;
    display: block;
    height: 48px;
    margin-left: 8px;
    transition: opacity .3s ease;
    -webkit-user-select: none;
    user-select: none;
    width: 48px
}

@media screen and (min-width:580px) {
    .controls img {
        width: 48px
    }
}

@media screen and (min-width:1440px) {
    .controls img {
        width: 48px
    }
}

@media screen and (min-width:580px) {
    .controls img {
        height: 48px
    }
}

@media screen and (min-width:1440px) {
    .controls img {
        height: 48px
    }
}

.controls img.disabled {
    opacity: .4;
    pointer-events: none
}

.sector-carousel {
    margin-bottom: 56px;
    margin-top: 56px;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .sector-carousel {
        margin-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel {
        margin-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel {
        padding-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel {
        padding-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel {
        padding-bottom: 80px
    }
}

.sector-carousel:before {
    background-color: inherit;
    bottom: -56px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .sector-carousel:before {
        top: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel:before {
        bottom: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel:before {
        bottom: -80px
    }
}

.sector-carousel__outer {
    overflow: hidden
}

.sector-carousel__inner {
    grid-gap: 30px;
    align-items: end;
    display: grid;
    grid-template-areas: "intro" "list" "track" "controls" "cta";
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .sector-carousel__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__inner {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel__inner {
        grid-gap: calc(17.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__inner {
        grid-gap: 48px
    }
}

@media only screen and (min-width:768px) {
    .sector-carousel__inner {
        grid-template-areas: "intro cta cta" "list list list" "track track controls";
        grid-template-columns: 1fr auto auto
    }
}

.sector-carousel__intro {
    grid-area: intro
}

.sector-carousel__intro h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-top: 24px
}

@media screen and (min-width:580px) {
    .sector-carousel__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__intro h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel__intro h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__intro h3 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .sector-carousel__intro h3 {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .sector-carousel__intro h3 {
        margin-top: 24px
    }
}

@media only screen and (min-width:768px) {
    .sector-carousel__intro h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .sector-carousel__intro h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .sector-carousel__intro h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .sector-carousel__intro h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .sector-carousel__intro h3 {
        line-height: 41px
    }
}

.sector-carousel__cta {
    grid-area: cta
}

.sector-carousel__list {
    grid-area: list;
    overflow: visible !important
}

@media only screen and (max-width:767px) {
    .sector-carousel__list {
        width: 335px
    }
}

@media only screen and (max-width:767px)and (min-width:580px) {
    .sector-carousel__list {
        width: calc(75.34884px + 44.76744vw)
    }
}

@media only screen and (max-width:767px)and (min-width:1440px) {
    .sector-carousel__list {
        width: 720px
    }
}

.sector-carousel__track {
    align-self: center;
    background-color: #fff3;
    border-radius: 999px;
    grid-area: track;
    overflow: hidden
}

.sector-carousel__track>span {
    background-color: #3be3cd;
    border-radius: 999px;
    display: block;
    height: 6px;
    transition: transform .3s ease;
    width: 20%
}

.sector-carousel__controls {
    grid-area: controls
}

.column-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .column-container {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .column-container {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .column-container {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .column-container {
        padding-right: 40px
    }
}

.column-container__outer {
    margin-bottom: 72px;
    margin-top: 40px;
    padding-bottom: 72px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .column-container__outer {
        margin-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .column-container__outer {
        margin-bottom: 72px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer {
        margin-bottom: 72px
    }
}

@media screen and (min-width:580px) {
    .column-container__outer {
        padding-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .column-container__outer {
        padding-bottom: 72px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer {
        padding-bottom: 72px
    }
}

.column-container__outer:before {
    background-color: inherit;
    bottom: -72px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .column-container__outer:before {
        top: -40px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .column-container__outer:before {
        bottom: -72px
    }
}

@media screen and (min-width:1440px) {
    .column-container__outer:before {
        bottom: -72px
    }
}

.column-container__container {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    background-color: #efeff6;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 58px 20px;
    position: relative
}

@media screen and (min-width:580px) {
    .column-container__container {
        padding: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        padding: 80px
    }
}

@media screen and (min-width:580px) {
    .column-container__container {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .column-container__container {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        padding-right: 72px
    }
}

@media screen and (min-width:580px) {
    .column-container__container {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        border-radius: 32px
    }
}

@media screen and (min-width:580px) {
    .column-container__container {
        grid-column-gap: 64px
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        grid-column-gap: 64px
    }
}

@media screen and (min-width:580px) {
    .column-container__container {
        grid-row-gap: 24px
    }
}

@media screen and (min-width:1440px) {
    .column-container__container {
        grid-row-gap: 24px
    }
}

@media only screen and (min-width:940px) {
    .column-container__container {
        grid-template-columns: 1fr 1fr
    }
    .column-container__span-2 {
        grid-column: span 2
    }
}

.column-container__center {
    display: flex;
    justify-content: center
}

.column-container__column {
    grid-gap: 40px;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    justify-items: start
}

@media screen and (min-width:580px) {
    .column-container__column {
        grid-gap: 40px
    }
}

@media screen and (min-width:1440px) {
    .column-container__column {
        grid-gap: 40px
    }
}

.column-container__column.single-row {
    grid-template-rows: 1fr
}

.accordion {
    grid-gap: 18px;
    background-color: #fff;
    border-left: 12px solid #1e295a;
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    padding: 16px;
    position: relative
}

@media screen and (min-width:580px) {
    .accordion {
        padding: calc(7.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion {
        padding: 28px
    }
}

@media screen and (min-width:580px) {
    .accordion {
        padding-left: calc(-5.5814px + 3.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion {
        padding-left: 48px
    }
}

@media screen and (min-width:580px) {
    .accordion {
        padding-right: calc(5.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion {
        padding-right: 32px
    }
}

@media screen and (min-width:580px) {
    .accordion {
        grid-gap: calc(-2.23256px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion {
        grid-gap: 48px
    }
}

@media only screen and (min-width:940px) {
    .accordion {
        grid-template-columns: 368fr 769fr
    }
}

.accordion:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (min-width:580px) {
    .accordion:not(:last-child) {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1440px) {
    .accordion:not(:last-child) {
        margin-bottom: 16px
    }
}

.accordion.disabled {
    pointer-events: none
}

.accordion.no-sub {
    grid-row-gap: 0
}

@media only screen and (min-width:940px) {
    .accordion.no-sub>h4 {
        grid-column: 1/3
    }
}

.accordion.no-sub .accordion__content {
    grid-column: 2/3
}

.accordion>h4 {
    font-family: Archia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width:580px) {
    .accordion>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .accordion>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .accordion>h4 {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .accordion>h4 {
        line-height: 28px
    }
}

@media only screen and (min-width:940px) {
    .accordion>h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .accordion>h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .accordion>h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .accordion>h4 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .accordion>h4 {
        line-height: 31px
    }
}

.accordion.active>svg circle {
    fill: #02133d
}

.accordion.active>svg rect {
    fill: #fff
}

.accordion.active>svg rect.spin {
    fill: #0000
}

.accordion>svg {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 28px
}

@media screen and (min-width:580px) {
    .accordion>svg {
        width: calc(19.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion>svg {
        width: 40px
    }
}

@media screen and (min-width:580px) {
    .accordion>svg {
        top: calc(-5.48837px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion>svg {
        top: 28px
    }
}

@media screen and (min-width:580px) {
    .accordion>svg {
        right: calc(5.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .accordion>svg {
        right: 32px
    }
}

.accordion>svg circle, .accordion>svg rect {
    transition: fill .3s ease
}

.accordion__content>h5 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    max-width: 488px
}

@media screen and (min-width:580px) {
    .accordion__content>h5 {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .accordion__content>h5 {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .accordion__content>h5 {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .accordion__content>h5 {
        line-height: 25px
    }
}

.accordion__content-inner {
    max-width: 656px;
    overflow: hidden;
    transition: height .3s ease
}

.accordion__content-inner .wysiwyg-content {
    padding-top: 20px
}

@media screen and (min-width:580px) {
    .accordion__content-inner .wysiwyg-content {
        padding-top: 20px
    }
}

@media screen and (min-width:1440px) {
    .accordion__content-inner .wysiwyg-content {
        padding-top: 20px
    }
}

.accordion__content-inner .simple-cta {
    padding-bottom: 40px;
    padding-top: 28px
}

@media screen and (min-width:580px) {
    .accordion__content-inner .simple-cta {
        padding-top: 28px
    }
}

@media screen and (min-width:1440px) {
    .accordion__content-inner .simple-cta {
        padding-top: 28px
    }
}

@media screen and (min-width:580px) {
    .accordion__content-inner .simple-cta {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .accordion__content-inner .simple-cta {
        padding-bottom: 40px
    }
}

.simple-accordion {
    border-top: 1px solid #d1d2e0;
    cursor: pointer;
    padding-bottom: 18px;
    padding-right: 48px;
    padding-top: 18px;
    position: relative
}

@media screen and (min-width:580px) {
    .simple-accordion {
        padding-top: calc(8.55814px + 1.62791vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion {
        padding-top: 32px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion {
        padding-right: calc(37.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion {
        padding-right: 64px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion {
        padding-bottom: calc(8.55814px + 1.62791vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion {
        padding-bottom: 32px
    }
}

.simple-accordion:last-child {
    border-bottom: 1px solid #d1d2e0
}

.simple-accordion.disabled {
    pointer-events: none
}

.simple-accordion__outer {
    margin-bottom: 100px;
    margin-top: 64px;
    padding-bottom: 100px;
    padding-top: 64px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .simple-accordion__outer {
        margin-top: calc(39.72093px + 4.18605vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer {
        margin-top: 100px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion__outer {
        margin-bottom: calc(82.46512px + 3.02326vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer {
        margin-bottom: 126px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion__outer {
        padding-top: calc(39.72093px + 4.18605vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer {
        padding-top: 100px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion__outer {
        padding-bottom: calc(82.46512px + 3.02326vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer {
        padding-bottom: 126px
    }
}

.simple-accordion__outer:before {
    background-color: inherit;
    bottom: -100px;
    content: "";
    left: 50%;
    position: absolute;
    top: -64px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .simple-accordion__outer:before {
        top: calc(-39.72093px - 4.18605vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer:before {
        top: -100px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion__outer:before {
        bottom: calc(-82.46512px - 3.02326vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__outer:before {
        bottom: -126px
    }
}

.simple-accordion>h4 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .simple-accordion>h4 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion>h4 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion>h4 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion>h4 {
        line-height: 26px
    }
}

.simple-accordion.active>svg circle {
    fill: #02133d
}

.simple-accordion.active>svg rect {
    fill: #fff
}

.simple-accordion.active>svg rect.spin {
    fill: #0000
}

.simple-accordion>svg {
    position: absolute;
    right: 0;
    top: 18px;
    width: 28px
}

@media screen and (min-width:580px) {
    .simple-accordion>svg {
        width: calc(19.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion>svg {
        width: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion>svg {
        top: calc(14.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion>svg {
        top: 23px
    }
}

.simple-accordion>svg circle, .simple-accordion>svg rect {
    transition: fill .3s ease
}

.simple-accordion__inner {
    max-width: 800px;
    overflow: hidden;
    transition: height .3s ease
}

.simple-accordion__inner .wysiwyg-content {
    padding-bottom: 0;
    padding-top: 12px
}

@media screen and (min-width:580px) {
    .simple-accordion__inner .wysiwyg-content {
        padding-top: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__inner .wysiwyg-content {
        padding-top: 16px
    }
}

@media screen and (min-width:580px) {
    .simple-accordion__inner .wysiwyg-content {
        padding-bottom: calc(-16.18605px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-accordion__inner .wysiwyg-content {
        padding-bottom: 24px
    }
}

.cta-cards {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative
}

@media screen and (min-width:580px) {
    .cta-cards {
        grid-gap: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards {
        grid-gap: 32px
    }
}

@media only screen and (min-width:940px) {
    .cta-cards {
        grid-template-columns: 1fr 1fr
    }
}

.cta-cards__outer {
    margin-bottom: 72px;
    margin-top: 40px;
    padding-bottom: 72px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .cta-cards__outer {
        margin-top: calc(2.23256px + 6.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer {
        margin-top: 96px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__outer {
        margin-bottom: calc(55.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer {
        margin-bottom: 96px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__outer {
        padding-top: calc(2.23256px + 6.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer {
        padding-top: 96px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__outer {
        padding-bottom: calc(55.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer {
        padding-bottom: 96px
    }
}

.cta-cards__outer:before {
    background-color: inherit;
    bottom: -72px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .cta-cards__outer:before {
        top: calc(-2.23256px - 6.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer:before {
        top: -96px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__outer:before {
        bottom: calc(-55.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__outer:before {
        bottom: -96px
    }
}

@media only screen and (max-width:939px) {
    .cta-cards__outer {
        overflow: hidden
    }
}

.cta-cards__card {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 60px 20px 32px;
    position: relative;
    z-index: 1;
    box-shadow: 0 14px 40px rgba(2, 19, 61, .05);
}

@media screen and (min-width:580px) {
    .cta-cards__card {
        border-radius: 16px
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card {
        border-radius: 16px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card {
        padding-top: calc(39.76744px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card {
        padding-top: 90px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card {
        padding-right: calc(-9.67442px + 5.11628vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card {
        padding-right: 64px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card {
        padding-bottom: calc(21.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card {
        padding-bottom: 48px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card {
        padding-left: 40px
    }
}

.cta-cards__card>img {
    display: block;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 24px;
    width: auto
}

@media screen and (min-width:580px) {
    .cta-cards__card>img {
        top: calc(7.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>img {
        top: 48px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card>img {
        right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>img {
        right: 40px
    }
}

.cta-cards__card>h4 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    max-width: 85%;
}

@media screen and (min-width:580px) {
    .cta-cards__card>h4 {
        margin-bottom: calc(9.97674px + .34884vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>h4 {
        margin-bottom: 15px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card>h4 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>h4 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card>h4 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>h4 {
        line-height: 31px
    }
}

.cta-cards__card>p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .cta-cards__card>p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .cta-cards__card>p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card>p {
        line-height: 22px
    }
}

.cta-cards__card .simple-cta {
    margin-top: auto;
    padding-top: 24px
}

@media screen and (min-width:580px) {
    .cta-cards__card .simple-cta {
        padding-top: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__card .simple-cta {
        padding-top: 32px
    }
}

.cta-cards__blob {
    bottom: 10%;
    top: auto;
    width: 1200px
}

@media screen and (min-width:580px) {
    .cta-cards__blob {
        width: calc(1847.44186px - 111.62791vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-cards__blob {
        width: 240px
    }
}

.key-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start
}

@media only screen and (min-width:940px) {
    .key-points {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

.key-points>li {
    flex: 0 0 100%
}

@media only screen and (min-width:940px) {
    .key-points>li {
        flex: 0 0 calc(50% - 32px)
    }
}

.key-points__outer.dark {
    background-color: #02133d;
    border-radius: 32px;
    color: #fff;
    overflow: hidden;
    padding: 58px 20px;
    position: relative;
    z-index: 1
}

.key-points__outer.dark:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .key-points__outer.dark:after {
        bottom: 0;
        filter: blur(13.8vw);
        right: 10%;
        transform: translateY(50%) rotate(15deg) scaleY(.4);
        width: 60%
    }
}

@media screen and (min-width:580px) {
    .key-points__outer.dark {
        padding: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__outer.dark {
        padding: 80px
    }
}

@media screen and (min-width:580px) {
    .key-points__outer.dark {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__outer.dark {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .key-points__outer.dark {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__outer.dark {
        padding-right: 72px
    }
}

@media screen and (min-width:580px) {
    .key-points__outer.dark {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .key-points__outer.dark {
        border-radius: 32px
    }
}

.key-points__outer.dark .dot-label:before {
    background-color: #3be3cd
}

.key-points__title {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    margin-bottom: 20px
}

@media screen and (min-width:580px) {
    .key-points__title {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .key-points__title {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .key-points__title {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .key-points__title {
        line-height: 25px
    }
}

.key-points__item {
    -moz-column-break-inside: avoid;
    border-top: 1px solid #02133d4d;
    break-inside: avoid;
    padding: 18px 32px 40px 40px;
    page-break-inside: avoid;
    position: relative
}

@media screen and (min-width:580px) {
    .key-points__item {
        padding: calc(34.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__item {
        padding: 48px
    }
}

@media screen and (min-width:580px) {
    .key-points__item {
        padding-top: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__item {
        padding-top: 24px
    }
}

@media screen and (min-width:580px) {
    .key-points__item {
        padding-right: calc(10.4186px + 3.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__item {
        padding-right: 64px
    }
}

.key-points__item.no-body {
    padding-bottom: 18px
}

@media screen and (min-width:580px) {
    .key-points__item.no-body {
        padding-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__item.no-body {
        padding-bottom: 24px
    }
}

.key-points__item.no-body>h4 {
    margin-bottom: 0
}

.key-points__item:last-child {
    padding-bottom: 0
}

.dark .key-points__item {
    border-top: 1px solid #fff3
}

.key-points__item:after {
    aspect-ratio: 1/1;
    background-image: url(/assets/img/full-tick-purple.3374cb.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 20px;
    width: 24px
}

@media screen and (min-width:580px) {
    .key-points__item:after {
        width: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .key-points__item:after {
        width: 32px
    }
}

@media screen and (min-width:580px) {
    .key-points__item:after {
        top: 20px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item:after {
        top: 20px
    }
}

.dark .key-points__item:after {
    background-image: url(/assets/img/full-tick-teal.9eb96a.svg)
}

.key-points__item.simple {
    border-top: none;
    padding: 0 0 0 40px
}

.key-points__item.simple:not(:last-child) {
    margin-bottom: 16px
}

.key-points__item.simple:after {
    background-image: url(/assets/img/keyline-tick-purple.f42bd0.svg);
    top: 0;
    width: 24px
}

.key-points__item.simple>p {
    font-family: Archia Medium, Archia, sans-serif
}

.key-points__item>h4 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    margin-bottom: 8px
}

@media screen and (min-width:580px) {
    .key-points__item>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item>h4 {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .key-points__item>h4 {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item>h4 {
        line-height: 28px
    }
}

@media screen and (min-width:580px) {
    .key-points__item>h4 {
        margin-bottom: 8px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item>h4 {
        margin-bottom: 8px
    }
}

.key-points__item>p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .key-points__item>p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item>p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .key-points__item>p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .key-points__item>p {
        line-height: 22px
    }
}

.alt-key-points {
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .alt-key-points {
        margin-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points {
        margin-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points {
        margin-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points {
        padding-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points {
        padding-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points {
        padding-bottom: 40px
    }
}

.alt-key-points:before {
    background-color: inherit;
    bottom: -32px;
    content: "";
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .alt-key-points:before {
        top: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points:before {
        bottom: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points:before {
        bottom: -40px
    }
}

.alt-key-points__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .alt-key-points__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__inner {
        padding-right: 40px
    }
}

.alt-key-points__container {
    background-color: #efeff6;
    border-radius: 32px;
    overflow: hidden;
    padding: 56px 20px;
    position: relative
}

@media screen and (min-width:580px) {
    .alt-key-points__container {
        padding: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__container {
        padding: 80px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__container {
        padding-left: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__container {
        padding-left: 72px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__container {
        padding-right: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__container {
        padding-right: 72px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__container {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__container {
        border-radius: 32px
    }
}

.alt-key-points__grid {
    -moz-column-gap: 23px;
    column-gap: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    row-gap: 36px
}

@media screen and (min-width:580px) {
    .alt-key-points__grid {
        row-gap: calc(27.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__grid {
        row-gap: 48px
    }
}

@media only screen and (min-width:940px) {
    .alt-key-points__grid {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .alt-key-points__grid.items-4>.alt-key-points__item {
        flex: 0 0 calc(25% - 24px)
    }
}

.alt-key-points__item {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    padding-bottom: 48px;
    position: relative
}

@media screen and (min-width:580px) {
    .alt-key-points__item {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item {
        padding-bottom: 48px
    }
}

@media only screen and (max-width:939px) {
    .alt-key-points__item:last-child {
        padding-bottom: 0
    }
}

@media only screen and (min-width:580px) {
    .alt-key-points__item {
        flex: 0 0 calc(50% - 23px)
    }
}

@media only screen and (min-width:940px) {
    .alt-key-points__item {
        flex: 0 0 calc(33.33333% - 21.33333px)
    }
}

.alt-key-points__item:after {
    background-color: #02133d;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.alt-key-points__item h4 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 12px;
    padding-left: 36px;
    position: relative
}

@media screen and (min-width:580px) {
    .alt-key-points__item h4 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item h4 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__item h4 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item h4 {
        line-height: 26px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__item h4 {
        padding-left: 36px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item h4 {
        padding-left: 36px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__item h4 {
        margin-bottom: 12px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item h4 {
        margin-bottom: 12px
    }
}

.alt-key-points__item h4:after {
    aspect-ratio: 1/1;
    background-image: url(/assets/img/full-tick-dark.9aa706.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    left: 0;
    position: absolute;
    top: .65em;
    transform: translateY(-50%);
    width: 24px
}

.alt-key-points__item p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .alt-key-points__item p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .alt-key-points__item p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item p {
        line-height: 22px
    }
}

.alt-key-points__item .simple-cta {
    margin-top: auto;
    padding-top: 22px;
    transition: filter .3s ease
}

@media screen and (min-width:580px) {
    .alt-key-points__item .simple-cta {
        padding-top: calc(3.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-key-points__item .simple-cta {
        padding-top: 50px
    }
}

.simple-container {
    border-radius: 32px;
    overflow: hidden;
    padding: 59px 20px 32px;
    position: relative
}

@media screen and (min-width:580px) {
    .simple-container {
        border-radius: 32px
    }
}

@media screen and (min-width:1440px) {
    .simple-container {
        border-radius: 32px
    }
}

@media screen and (min-width:580px) {
    .simple-container {
        padding: calc(-15.06977px + 6.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container {
        padding: 72px
    }
}

@media screen and (min-width:580px) {
    .simple-container {
        padding-top: calc(44.83721px + 2.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .simple-container {
        padding-bottom: calc(10.4186px + 3.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container {
        padding-bottom: 64px
    }
}

.simple-container__outer {
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .simple-container__outer {
        margin-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-container__outer {
        margin-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer {
        margin-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-container__outer {
        padding-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-container__outer {
        padding-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer {
        padding-bottom: 40px
    }
}

.simple-container__outer:before {
    background-color: inherit;
    bottom: -32px;
    content: "";
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .simple-container__outer:before {
        top: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .simple-container__outer:before {
        bottom: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container__outer:before {
        bottom: -40px
    }
}

.simple-container--heavy-x {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:580px) {
    .simple-container--heavy-x {
        padding-left: calc(-36.65116px + 9.76744vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container--heavy-x {
        padding-left: 104px
    }
}

@media screen and (min-width:580px) {
    .simple-container--heavy-x {
        padding-right: calc(-36.65116px + 9.76744vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-container--heavy-x {
        padding-right: 104px
    }
}

.simple-container--heavy-low {
    padding-bottom: 100px
}

@media screen and (min-width:580px) {
    .simple-container--heavy-low {
        padding-bottom: 100px
    }
}

@media screen and (min-width:1440px) {
    .simple-container--heavy-low {
        padding-bottom: 100px
    }
}

.tabbed-content {
    position: relative;
    transition: height .6s ease .3s
}

@media only screen and (max-width:939px) {
    .tabbed-content {
        height: auto !important
    }
}

.tabbed-content__outer {
    margin-bottom: 48px;
    margin-top: 58px;
    padding-bottom: 48px;
    padding-top: 58px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .tabbed-content__outer {
        margin-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__outer {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer {
        margin-bottom: 48px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__outer {
        padding-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__outer {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer {
        padding-bottom: 48px
    }
}

.tabbed-content__outer:before {
    background-color: inherit;
    bottom: -48px;
    content: "";
    left: 50%;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .tabbed-content__outer:before {
        top: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__outer:before {
        bottom: -48px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__outer:before {
        bottom: -48px
    }
}

.tabbed-content__body, .tabbed-content__triggers {
    width: 100%
}

@media only screen and (min-width:940px) {
    .tabbed-content__body, .tabbed-content__triggers {
        width: calc(50% - 16px)
    }
}

.tabbed-content__triggers {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.tabbed-content__trigger {
    align-items: center;
    background: #0000;
    cursor: pointer;
    display: flex;
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 22px;
    padding: 15px;
    position: relative;
    transition: background .6s ease, color .6s ease, border-color .6s ease;
    z-index: 1
}

@media screen and (min-width:580px) {
    .tabbed-content__trigger {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__trigger {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__trigger {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__trigger {
        line-height: 22px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__trigger {
        padding: calc(11.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__trigger {
        padding: 20px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__trigger {
        padding-right: calc(3.53488px + 1.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__trigger {
        padding-right: 32px
    }
}

@media only screen and (min-width:940px) {
    .tabbed-content__trigger {
        font-family: Archia, sans-serif;
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 26px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .tabbed-content__trigger {
        font-size: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .tabbed-content__trigger {
        font-size: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .tabbed-content__trigger {
        line-height: 26px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .tabbed-content__trigger {
        line-height: 26px
    }
}

.tabbed-content__trigger:not(:first-child) {
    border-top: 1px solid #d1d2e0
}

.tabbed-content__trigger:after {
    background: #02133d;
    background: linear-gradient(90deg, #02133d, #1e295a);
    border-radius: 8px;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .6s ease;
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .tabbed-content__trigger:after {
        border-radius: 8px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__trigger:after {
        border-radius: 8px
    }
}

.tabbed-content__trigger>img {
    filter: brightness(0);
    flex-shrink: 0;
    margin-left: 12px;
    transform: rotate(90deg);
    transition: transform .6s ease, opacity .6s ease, filter .6s ease
}

@media only screen and (min-width:940px) {
    .tabbed-content__trigger>img {
        filter: none;
        opacity: 0;
        transform: translateX(-50%)
    }
}

.tabbed-content.initial-active .tabbed-content__trigger:first-child, .tabbed-content__trigger.active {
    border-color: #0000;
    color: #fff
}

.tabbed-content.initial-active .tabbed-content__trigger:first-child:after, .tabbed-content__trigger.active:after {
    opacity: 1
}

.tabbed-content.initial-active .tabbed-content__trigger:first-child img, .tabbed-content__trigger.active img {
    filter: brightness(1);
    opacity: 1;
    transform: rotate(-90deg)
}

@media only screen and (min-width:940px) {
    .tabbed-content.initial-active .tabbed-content__trigger:first-child img, .tabbed-content__trigger.active img {
        transform: translateX(0)
    }
}

.tabbed-content.initial-active .tabbed-content__trigger:first-child+.tabbed-content__body, .tabbed-content__trigger.active+.tabbed-content__body {
    display: flex
}

@media only screen and (min-width:940px) {
    .tabbed-content.initial-active .tabbed-content__trigger:first-child+.tabbed-content__body, .tabbed-content__trigger.active+.tabbed-content__body {
        opacity: 1;
        pointer-events: auto
    }
}

.tabbed-content.initial-active .tabbed-content__trigger:first-child+.tabbed-content__body+.tabbed-content__trigger, .tabbed-content__trigger.active+.tabbed-content__body+.tabbed-content__trigger {
    border-color: #0000
}

.tabbed-content__body {
    background-color: #02133d;
    border-radius: 16px;
    color: #fff;
    display: none;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px 20px 28px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .tabbed-content__body {
        margin-top: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body {
        margin-top: 32px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body {
        margin-bottom: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body {
        margin-bottom: 32px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body {
        border-radius: 16px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body {
        border-radius: 16px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body {
        padding: calc(1.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body {
        padding: 48px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body {
        padding-bottom: calc(9.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body {
        padding-bottom: 56px
    }
}

@media only screen and (min-width:940px) {
    .tabbed-content__body {
        display: flex;
        margin-bottom: 0;
        margin-top: 0;
        min-height: 550px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .6s ease
    }
}

.tabbed-content__body:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    bottom: 0;
    content: "";
    filter: blur(100px);
    position: absolute;
    right: 0;
    transform: translate(50%, 50%);
    width: 70%;
    z-index: -1
}

.tabbed-content__body>img {
    display: block;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    width: 76px
}

@media screen and (min-width:580px) {
    .tabbed-content__body>img {
        width: calc(62.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body>img {
        width: 96px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body>img {
        margin-bottom: calc(5.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body>img {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:940px) {
    .tabbed-content__body-wrap {
        margin-top: auto
    }
}

.tabbed-content__body-wrap>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 12px
}

@media screen and (min-width:580px) {
    .tabbed-content__body-wrap>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body-wrap>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .tabbed-content__body-wrap>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body-wrap>h3 {
        line-height: 31px
    }
}

.tabbed-content__body-wrap>.cta-wrap {
    margin-top: auto;
    padding-top: 32px
}

@media screen and (min-width:580px) {
    .tabbed-content__body-wrap>.cta-wrap {
        padding-top: 32px
    }
}

@media screen and (min-width:1440px) {
    .tabbed-content__body-wrap>.cta-wrap {
        padding-top: 32px
    }
}

.cta-point {
    grid-row-gap: 32px;
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .cta-point {
        grid-row-gap: calc(10.4186px + 3.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-point {
        grid-row-gap: 64px
    }
}

@media screen and (min-width:580px) {
    .cta-point {
        grid-column-gap: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-point {
        grid-column-gap: 32px
    }
}

@media only screen and (min-width:940px) {
    .cta-point {
        grid-template-columns: 1fr 1fr
    }
}

.cta-point__point {
    border-top: 1px solid #02133d;
    padding-top: 16px
}

@media screen and (min-width:580px) {
    .cta-point__point {
        padding-top: calc(11.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point {
        padding-top: 22px
    }
}

.cta-point__point>h4 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 8px
}

@media screen and (min-width:580px) {
    .cta-point__point>h4 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>h4 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .cta-point__point>h4 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>h4 {
        line-height: 26px
    }
}

@media screen and (min-width:580px) {
    .cta-point__point>h4 {
        margin-bottom: calc(6.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>h4 {
        margin-bottom: 10px
    }
}

.cta-point__point>p {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .cta-point__point>p {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>p {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .cta-point__point>p {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>p {
        line-height: 20px
    }
}

.cta-point__point>.simple-cta {
    margin-top: 18px
}

@media screen and (min-width:580px) {
    .cta-point__point>.simple-cta {
        margin-top: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .cta-point__point>.simple-cta {
        margin-top: 24px
    }
}

.site-banners.site-top-banners {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010
}

.site-banners.site-bottom-banners {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2147483632
}

.site-banners .site-banner {
    --sitebanner-bg: #3be3cd;
    --sitebanner-fg: #02133d;
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows .3s ease-in
}

.site-banners .site-banner.hidden {
    grid-template-rows: 0fr
}

.site-banners .site-banner.hidden .site-banner__hideable-content {
    padding-bottom: 0;
    padding-top: 0
}

.site-banners .site-banner.purple {
    --sitebanner-bg: #02133d;
    --sitebanner-fg: #fff
}

.site-banners .site-banner.red {
    --sitebanner-bg: #e52055;
    --sitebanner-fg: #fff
}

.site-banners .site-banner.red .site-banner__hideable-content:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' fill='none'%3E%3Cpath d='M2.001 17.008h15.06c1.54 0 2.5-1.67 1.73-3L11.261.998c-.77-1.33-2.69-1.33-3.46 0l-7.53 13.01c-.77 1.33.19 3 1.73 3Zm7.53-7c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1Zm1 4h-2v-2h2v2Z' fill='%23EBEBEB'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    flex: 0 0 20px;
    height: 17px;
    margin-bottom: 1px;
    margin-right: 7px;
    width: 20px
}

.site-banners .site-banner__hideable-content {
    align-items: center;
    background: var(--sitebanner-bg);
    color: var(--sitebanner-fg);
    display: flex;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 20px;
    overflow: hidden;
    padding: 14px clamp(34px, 3.7vw + 18px, 71px);
    position: relative;
    transition: padding .3s ease-in
}

@media screen and (min-width:580px) {
    .site-banners .site-banner__hideable-content {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .site-banners .site-banner__hideable-content {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .site-banners .site-banner__hideable-content {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .site-banners .site-banner__hideable-content {
        line-height: 20px
    }
}

.site-banners .site-banner__hideable-content .site-banner__close-button {
    height: 16px;
    position: absolute;
    right: max(16px, min(3.7vw, 53px));
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

.site-banners .site-banner__hideable-content .site-banner__close-button.focus-visible {
    outline: 1px solid var(--sitebanner-fg)
}

.site-banners .site-banner__hideable-content .site-banner__close-button:focus-visible {
    outline: 1px solid var(--sitebanner-fg)
}

.site-banners .site-banner__hideable-content .site-banner__cta {
    font-weight: 600;
    margin-left: 1em;
    text-decoration: underline;
    text-underline-offset: 2px
}

.site-banner__rotator{
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: 20px;
  line-height: 20px;
}

.site-banner__track{
  display: block;
  will-change: transform;
  transition: transform .6s ease-in-out;
}

.site-banner__slide{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.site-banner__text{
  display: inline;
}

.site-banner__cta{
  display: inline;
}

.site-header {
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
    width: 100%;
    z-index: 999
}

.site-header.is-opaque, .site-header[\:has\(\%2B\.main\%3E\.search\)] {
    background-color: #efeff6
}

.site-header.is-opaque, .site-header:has(+.main>.search) {
    background-color: #efeff6
}

.site-header.is-opaque .site-header__logo img, .site-header[\:has\(\%2B\.main\%3E\.search\)] .site-header__logo img {
    filter: none
}

.site-header.is-opaque .site-header__logo img, .site-header:has(+.main>.search) .site-header__logo img {
    filter: none
}

.site-header.is-opaque .site-header__logo svg, .site-header[\:has\(\%2B\.main\%3E\.search\)] .site-header__logo svg {
    filter: none
}

.site-header.is-opaque .site-header__logo svg, .site-header:has(+.main>.search) .site-header__logo svg {
    filter: none
}

.site-header.is-opaque .site-header__utils>a, .site-header[\:has\(\%2B\.main\%3E\.search\)] .site-header__utils>a {
    border: 1px solid #02133d;
    color: #02133d
}

.site-header.is-opaque .site-header__utils>a, .site-header:has(+.main>.search) .site-header__utils>a {
    border: 1px solid #02133d;
    color: #02133d
}

.site-header.is-opaque .site-header__search img, .site-header[\:has\(\%2B\.main\%3E\.search\)] .site-header__search img {
    filter: none
}

.site-header.is-opaque .site-header__search img, .site-header:has(+.main>.search) .site-header__search img {
    filter: none
}

.site-header:not(.mob-nav-active).is-hidden {
    transform: translateY(-100%)
}

.site-header__upper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:580px) {
    .site-header__upper {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__upper {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .site-header__upper {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__upper {
        padding-right: 40px
    }
}

@media only screen and (max-width:939px) {
    .site-header__upper {
        display: none
    }
}

.site-header__upper:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1
}

.site-header__upper>ul {
    display: flex;
    justify-content: flex-end
}

.site-header__upper>ul>li {
    margin-left: 18px
}

@media screen and (min-width:580px) {
    .site-header__upper>ul>li {
        margin-left: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__upper>ul>li {
        margin-left: 24px;
    }
}

.site-header__upper>ul>li>a {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .site-header__upper>ul>li>a {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .site-header__upper>ul>li>a {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .site-header__upper>ul>li>a {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .site-header__upper>ul>li>a {
        line-height: 20px
    }
}

.site-header__upper>ul>li.heavy>a, .site-header__upper>ul>li>a[href*="tel:"] {
    font-family: Archia Medium, Archia, sans-serif
}

.site-header__lower {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding: 20px;
    position: relative;
    transition: background-color .6s ease;
    width: 100%
}

@media screen and (min-width:580px) {
    .site-header__lower {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__lower {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .site-header__lower {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__lower {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .site-header__lower {
        padding-top: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__lower {
        padding-top: 16px
    }
}

@media screen and (min-width:580px) {
    .site-header__lower {
        padding-bottom: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__lower {
        padding-bottom: 16px
    }
}

.site-header.mob-nav-active .site-header__lower {
    background-color: #efeff6
}

.site-header__logo {
    margin-right: auto;
    position: relative;
    padding-top: 10px;
}

.site-header__logo img,
.site-header__logo svg{
  display: block;
  filter: brightness(0) invert(100%);
  height: auto;
  transition: filter .6s ease;
  width: 135px;
}

.site-header.mob-nav-active .site-header__logo img {
    filter: none
}
.site-header.mob-nav-active .site-header__logo svg {
    filter: none
}

.site-header.is-opaque .site-header__logo img,
.site-header.is-opaque .site-header__logo svg{
  filter: none;
}

@media only screen and (max-width:939px) {
    .site-header__nav {
        position: absolute;
        top: 100%
    }
}

.site-header__utils {
    align-items: center;
    display: flex;
    margin-left: 18px
}

@media screen and (min-width:580px) {
    .site-header__utils {
        margin-left: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__utils {
        margin-left: 24px
    }
}

.site-header__utils>a {
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1 !important;
    line-height: 22px;
    margin-left: 12px;
    padding: 16px 28px;
    transition: color .6s ease, border .6s ease
}

@media screen and (min-width:580px) {
    .site-header__utils>a {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .site-header__utils>a {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .site-header__utils>a {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .site-header__utils>a {
        line-height: 22px
    }
}

@media only screen and (max-width:939px) {
    .site-header__utils>a {
        display: none
    }
}

.site-header__search {
    cursor: pointer;
    position: relative
}

.site-header__search img {
    display: block;
    filter: brightness(0) invert(100%);
    height: auto;
    transition: filter .6s ease;
    width: 40px
}

.site-header.mob-nav-active .site-header__search img {
    filter: none
}

.site-header__burger {
    margin-left: 20px
}

@media screen and (min-width:580px) {
    .site-header__burger {
        margin-left: calc(17.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .site-header__burger {
        margin-left: 24px
    }
}

@media only screen and (min-width:940px) {
    .site-header__burger {
        display: none
    }
    .nav {
        display: flex
    }
    .nav__top-level {
        margin-left: 32px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .nav__top-level {
        margin-left: 15px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .nav__top-level {
        margin-left: 32px
    }
}

@media only screen and (min-width:940px) {
    .nav__top-level>a, .nav__top-level>button {
        align-items: center;
        color: #fff;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 22px;
        transition: color .6s ease
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .nav__top-level>a, .nav__top-level>button {
        font-size: 11px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .nav__top-level>a, .nav__top-level>button {
        font-size: 16px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .nav__top-level>a, .nav__top-level>button {
        line-height: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .nav__top-level>a, .nav__top-level>button {
        line-height: 22px
    }
}

@media only screen and (min-width:940px) {
    .is-opaque .nav__top-level>a, .is-opaque .nav__top-level>button, .site-header[\:has\(\%2B\.main\%3E\.search\)] .nav__top-level>a, .site-header[\:has\(\%2B\.main\%3E\.search\)] .nav__top-level>button {
        color: #02133d
    }
    .is-opaque .nav__top-level>a, .is-opaque .nav__top-level>button, .site-header:has(+.main>.search) .nav__top-level>a, .site-header:has(+.main>.search) .nav__top-level>button {
        color: #02133d
    }
}

@media only screen and (min-width:940px) {
    .nav__top-level>a>img, .nav__top-level>button>img {
        margin-left: 5px;
        transition: filter .6s ease, transform .6s ease
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .nav__top-level>a>img, .nav__top-level>button>img {
        margin-left: calc(2.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .nav__top-level>a>img, .nav__top-level>button>img {
        margin-left: 8px
    }
}

@media only screen and (min-width:940px) {
    .site-header.is-opaque .nav__top-level>a>img, .site-header.is-opaque .nav__top-level>button>img, .site-header[\:has\(\%2B\.main\%3E\.search\)] .nav__top-level>a>img, .site-header[\:has\(\%2B\.main\%3E\.search\)] .nav__top-level>button>img {
        filter: brightness(0)
    }
    .site-header.is-opaque .nav__top-level>a>img, .site-header.is-opaque .nav__top-level>button>img, .site-header:has(+.main>.search) .nav__top-level>a>img, .site-header:has(+.main>.search) .nav__top-level>button>img {
        filter: brightness(0)
    }
}

@media only screen and (min-width:940px) {
    .nav__top-level>a>svg, .nav__top-level>button>svg {
        display: none
    }
}

@media only screen and (min-width:940px)and (min-width:940px) {
    .nav__top-level>a.active+.desktop-dropdown, .nav__top-level>button.active+.desktop-dropdown {
        clip-path: inset(-14px 0 0 0);
        opacity: 1;
        pointer-events: auto
    }
}

@media only screen and (min-width:940px) {
    .nav__top-level>a.active>img, .nav__top-level>button.active>img {
        transform: rotate(-180deg)
    }
    .nav__hidden {
        display: none
    }
    .desktop-dropdown {
        clip-path: inset(0 0 100% 0);
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1360px;
        opacity: 0;
        padding-left: 20px;
        padding-right: 20px;
        pointer-events: none;
        position: absolute;
        top: calc(100% + 0px);
        transition: opacity .6s ease, clip-path .6s cubic-bezier(.77, 0, .175, 1);
        width: 100%
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown {
        padding-left: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown {
        padding-right: 40px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown:after {
        background: #fff;
        border-radius: 5px;
        content: "";
        height: 24px;
        left: var(--arrow-offset);
        position: absolute;
        top: 0;
        transform: translate(-50%, -15%) rotate(45deg);
        width: 24px;
        z-index: -1
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown:after {
        width: calc(16.5814px + 1.27907vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown:after {
        width: 35px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown:after {
        height: calc(16.5814px + 1.27907vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown:after {
        height: 35px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__inner {
        grid-gap: 32px;
        align-items: start;
        background-color: #fff;
        border-radius: 24px;
        display: grid;
        grid-template-columns: 248fr 904fr;
        max-height: 75vh;
        overflow: auto;
        padding: 24px 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__inner {
        grid-gap: calc(10.4186px + 3.72093vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__inner {
        grid-gap: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__inner {
        padding: calc(-15.06977px + 6.04651vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__inner {
        padding: 72px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__inner {
        padding-top: calc(-.95349px + 4.30233vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__inner {
        padding-top: 61px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__inner {
        padding-bottom: calc(-.95349px + 4.30233vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__inner {
        padding-bottom: 61px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__intro>h4 {
        margin-top: 12px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__intro>h4 {
        margin-top: calc(8.62791px + .5814vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__intro>h4 {
        margin-top: 17px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__intro>p {
        margin-bottom: 13px;
        margin-top: 9px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__intro>p {
        margin-top: calc(6.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__intro>p {
        margin-top: 12px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__intro>p {
        margin-bottom: calc(8.95349px + .69767vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__intro>p {
        margin-bottom: 19px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__grid {
        grid-gap: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        overflow: hidden
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__grid {
        grid-gap: calc(7.88372px + 1.74419vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__grid {
        grid-gap: 33px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__grid>li {
        padding-bottom: 24px;
        position: relative
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__grid>li {
        padding-bottom: calc(19.27907px + .81395vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__grid>li {
        padding-bottom: 31px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__grid>li:after {
        background-color: #02133d;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }
    .desktop-dropdown__block-heading a {
        align-items: center;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px;
        margin-bottom: 14px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-heading a {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-heading a {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-heading a {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-heading a {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-heading a {
        margin-bottom: calc(9.27907px + .81395vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-heading a {
        margin-bottom: 21px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__block-heading a img {
        flex-shrink: 0;
        margin-left: 5px;
        transform: translateX(0);
        transition: transform .3s ease
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-heading a img {
        margin-left: calc(2.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-heading a img {
        margin-left: 8px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__block-heading a:hover img {
        transform: translateX(50%)
    }
    .desktop-dropdown__block-list>li {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-list>li {
        margin-bottom: calc(5.30233px + .46512vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-list>li {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__block-list>li>a {
        align-items: center;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 22px;
        transition: color .3s ease
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-list>li>a {
        font-size: 16px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-list>li>a {
        font-size: 15px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-list>li>a {
        line-height: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-list>li>a {
        line-height: 18px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__block-list>li>a img {
        flex-shrink: 0;
        margin-left: 5px;
        opacity: 0;
        transform: translateX(-25%);
        transition: opacity .3s ease, transform .3s ease
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .desktop-dropdown__block-list>li>a img {
        margin-left: calc(2.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .desktop-dropdown__block-list>li>a img {
        margin-left: 8px
    }
}

@media only screen and (min-width:940px) {
    .desktop-dropdown__block-list>li>a:hover {
        color: #1e295a
    }
    .desktop-dropdown__block-list>li>a:hover img {
        opacity: 1;
        transform: translateX(0)
    }
}

.burger {
    padding-bottom: 8px;
    padding-top: 8px
}

.burger .filling {
    position: relative;
    transition: transform .1s ease-out, background-color .6s ease 0s
}

.burger .filling, .burger .filling:after, .burger .filling:before {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 24px
}

.is-opaque .burger .filling, .is-opaque .burger .filling:after, .is-opaque .burger .filling:before, .mob-nav-active .burger .filling, .mob-nav-active .burger .filling:after, .mob-nav-active .burger .filling:before {
    background-color: #02133d
}

.burger .filling:before {
    top: -7px
}

.burger .filling:after, .burger .filling:before {
    content: "";
    position: absolute;
    transition: top .1s ease-out .1s, transform .1s ease-out, background-color .6s ease 0s
}

.burger .filling:after {
    top: 7px
}

.burger.active .filling {
    transform: rotate(45deg);
    transition: transform .1s ease-out .1s, background-color .6s ease 0s
}

.burger.active .filling:after, .burger.active .filling:before {
    top: 0;
    transition: top .1s ease-out, transform .1s ease-out .1s, background-color .6s ease 0s
}

.burger.active .filling:after {
    transform: rotate(-90deg)
}

@media only screen and (max-width:939px) {
    .mob-menu {
        background-color: #efeff6;
        clip-path: inset(0 0 100% 0);
        display: flex;
        flex-direction: column;
        height: 100vh;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        overflow: auto;
        padding: 90px 20px 30px;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: clip-path .6s cubic-bezier(.77, 0, .175, 1);
        width: 100%;
        z-index: -1
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu {
        padding-top: calc(81.86047px + 2.09302vw)
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu {
        padding-top: 112px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu {
        padding-left: 40px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu {
        padding-right: 40px
    }
}

@media only screen and (max-width:939px) {
    .mob-nav-active .mob-menu {
        clip-path: inset(0 0 0 0);
        pointer-events: auto
    }
    .mob-menu__hidden {
        display: none
    }
    .mob-menu__top-level-item {
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 10px
    }
    .mob-menu__top-level-item:last-child {
        margin-bottom: 10px
    }
    .mob-menu__top-level-item>a, .mob-menu__top-level-item>button {
        align-items: center;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 16px;
        font-weight: 400;
        justify-content: space-between;
        letter-spacing: -.02em;
        line-height: 22px;
        padding: 10px;
        width: 100%
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__top-level-item>a, .mob-menu__top-level-item>button {
        font-size: 20px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__top-level-item>a, .mob-menu__top-level-item>button {
        font-size: 20px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__top-level-item>a, .mob-menu__top-level-item>button {
        line-height: 26px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__top-level-item>a, .mob-menu__top-level-item>button {
        line-height: 26px
    }
}

@media only screen and (max-width:939px) {
    .mob-menu__top-level-item>a>svg, .mob-menu__top-level-item>button>svg {
        height: 30px;
        width: 30px
    }
    .mob-menu__top-level-item>a>svg circle, .mob-menu__top-level-item>button>svg circle {
        transition: fill .6s ease
    }
    .mob-menu__top-level-item>a>svg rect:nth-child(3), .mob-menu__top-level-item>button>svg rect:nth-child(3) {
        transition: opacity .6s ease
    }
    .mob-menu__top-level-item>a.active circle, .mob-menu__top-level-item>button.active circle {
        fill: #02133d !important
    }
    .mob-menu__top-level-item>a.active rect:nth-child(3), .mob-menu__top-level-item>button.active rect:nth-child(3) {
        opacity: 0
    }
    .mob-menu__top-level-item>a.active+.mob-menu__second-level-outer-wrap {
        display: block
    }
    .mob-menu__second-level-outer-wrap {
        display: none
    }
    .mob-menu__second-level-wrap {
        padding: 5px 0 20px 25px
    }
    .mob-menu__second-level-item>h3>a {
        align-items: center;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 14px;
        padding: 5px;
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__second-level-item>h3>a {
        font-size: 18px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__second-level-item>h3>a {
        font-size: 18px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__second-level-item>h3>a {
        line-height: 25px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__second-level-item>h3>a {
        line-height: 25px
    }
}

@media only screen and (max-width:939px) {
    .mob-menu__second-level-item>h3>a img {
        margin-left: 8px;
    }
    .mob-menu__second-level-item:not(:last-child) {
        margin-bottom: 8px
    }
    .mob-menu__second-level-item.active>.mob-menu__third-level-wrap {
        display: block
    }
    .mob-menu__second-level-item > h3 > a img {
        transform: rotate(0deg);
        transition: transform 0.25s ease;
        transform-origin: center;
    }
    .mob-menu__second-level-item.active > h3 > a img {
        transform: rotate(90deg);
    }
    .mob-menu__second-level-item:last-child .mob-menu__third-level-wrap {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .mob-menu__second-level-item:last-child .mob-menu__third-level-wrap:after {
        display: none
    }
    .mob-menu__third-level-wrap {
        display: none;
        margin-bottom: 24px;
        padding: 12px 0 24px;
        position: relative
    }
    .mob-menu__third-level-wrap:after {
        background-color: #efeff6;
        bottom: 100%;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        width: calc(100% + 4px)
    }
    .mob-menu__third-level-item>a {
        display: block;
        font-family: Archia, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -.05em;
        line-height: 18px;
        padding: 5px 15px;
        opacity: .7;
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__third-level-item>a {
        font-size: 16px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__third-level-item>a {
        font-size: 16px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__third-level-item>a {
        line-height: 22px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__third-level-item>a {
        line-height: 22px
    }
}

@media only screen and (max-width:939px) {
    .mob-menu__third-level-item:not(:last-child) {
        margin-bottom: 5px
    }
    .mob-menu__sub-wrap {
        margin-bottom: 36px
    }
    .mob-menu__sub-item:not(:last-child) {
        margin-bottom: 10px
    }
    .mob-menu__sub-item a {
        align-items: center;
        display: flex;
        font-family: Archia, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 22px;
        line-height: 1
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__sub-item a {
        font-size: 16px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__sub-item a {
        font-size: 16px
    }
}

@media only screen and (max-width:939px)and (min-width:580px) {
    .mob-menu__sub-item a {
        line-height: 22px
    }
}

@media only screen and (max-width:939px)and (min-width:1440px) {
    .mob-menu__sub-item a {
        line-height: 22px
    }
}

@media only screen and (max-width:939px) {
    .mob-menu__sub-item a>img {
        margin-left: 8px
    }
    .mob-menu__cta {
        margin-bottom: 120px;
    }
    .mob-menu__sub-item svg {
        margin-right: 15px;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        fill: #6C6F73;
        transition: 0.3s ease all;
    }
    .mob-menu__sub-item .icon-items {
        display: flex;
        align-items: center;
        width: fit-content;
    }
}

.site-footer {
    padding-bottom: 24px;
    padding-top: 56px;
    z-index: 1
}

.site-footer, .site-footer:before {
    border-radius: 32px 32px 0 0 !important
}

@media only screen and (min-width:940px) {
    .site-footer {
        padding-bottom: 60px
    }
}

.site-footer__inner {
    grid-row-gap: 55px;
    align-items: start;
    display: grid;
    grid-template-areas: "news" "ctas" "social" "links" "locations" "contextual" "lower";
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .site-footer__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .site-footer__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__inner {
        padding-right: 40px
    }
}

@media only screen and (min-width:940px) {
    .site-footer__inner {
        grid-row-gap: 0;
        grid-column-gap: 64px;
        grid-template-areas: "news news social" "divider divider divider" "ctas links locations" "contextual contextual contextual" "lower lower lower";
        grid-template-columns: 5fr 3fr 9fr
    }
}

.site-footer__signup {
    grid-area: news;
    max-width: 488px
}

.site-footer__signup>h6 {
    margin-bottom: 12px
}

.site-footer__social-certs {
    display: flex;
    flex-direction: column;
    gap: 100px;
    grid-area: social;
    justify-content: space-between
}

@media only screen and (max-width:939px) {
    .site-footer__social-certs {
        gap: 50px
    }
}

.site-footer__social {
    align-self: flex-end;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:939px) {
    .site-footer__social {
        align-self: center;
        justify-content: center
    }
}

.site-footer__social li:not(:last-child) {
    margin-right: 10px
}

.site-footer__social li:hover>a {
    background-color: #fff;
    border-color: #fff
}

.site-footer__social li:hover>a>img, .site-footer__social li:hover>a>svg {
    filter: none
}

.site-footer__social li>a {
    align-items: center;
    border: 1px solid #ffffff4d;
    border-radius: 11px;
    display: flex;
    height: 56px;
    justify-content: center;
    transition: border-color .6s ease, background-color .6s ease-out;
    width: 56px
}

.site-footer__social li>a img, .site-footer__social li>a svg {
    filter: brightness(0) invert(100%);
    height: 22px;
    object-fit: contain;
    transition: filter .6s ease;
    width: 22px
}

.site-footer__certs {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 20px;
    width: 100%
}

@media only screen and (max-width:939px) {
    .site-footer__certs {
        -moz-column-gap: 20px;
        column-gap: 20px;
        justify-content: center
    }
}

.site-footer__certs li img {
    max-height: 75px;
    width: auto
}

.site-footer__div {
    background-color: #ffffff4d;
    grid-area: divider;
    height: 1px;
    margin: 32px 0 56px
}

@media only screen and (max-width:939px) {
    .site-footer__div {
        display: none
    }
}

.site-footer__ctas {
    grid-area: ctas
}

.site-footer__ctas>p {
    margin-bottom: 11px
}

@media screen and (min-width:580px) {
    .site-footer__ctas>p {
        margin-bottom: calc(2.23256px + 1.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__ctas>p {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:939px) {
    .site-footer__ctas>p {
        text-align: center
    }
}

.site-footer__ctas>.cta {
    margin-top: 14px
}

@media screen and (min-width:580px) {
    .site-footer__ctas>.cta {
        margin-top: calc(12.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__ctas>.cta {
        margin-top: 16px
    }
}

.site-footer__ctas>small {
    display: block;
    margin-top: 10px
}

@media only screen and (max-width:939px) {
    .site-footer__ctas>small {
        text-align: center
    }
}

.site-footer__links {
    grid-gap: 10px;
    display: grid;
    grid-area: links;
    grid-template-columns: 1fr 1fr
}

@media only screen and (min-width:768px) {
    .site-footer__links {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (min-width:940px) {
    .site-footer__links {
        grid-template-columns: 1fr
    }
}

.site-footer__locations {
    display: flex;
    flex-wrap: wrap;
    grid-area: locations;
    justify-content: flex-end;
    margin-top: -30px
}

@media screen and (min-width:580px) {
    .site-footer__locations {
        margin-top: calc(-25.95349px - .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__locations {
        margin-top: -36px
    }
}

.site-footer__locations li {
    margin-top: 30px;
    width: 50%
}

@media screen and (min-width:580px) {
    .site-footer__locations li {
        margin-top: calc(25.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .site-footer__locations li {
        margin-top: 36px
    }
}

@media only screen and (min-width:768px) {
    .site-footer__locations li {
        width: 33.3333333333%
    }
}

.site-footer__locations li h5 {
    display: block;
    margin-bottom: 8px
}

.site-footer__locations li a:not(:first-child) {
    display: block;
    margin-top: 8px
}

.site-footer__contextual {
    border-top: 1px solid #ffffff4d;
    display: flex;
    grid-area: contextual;
    justify-content: space-between;
    margin-bottom: -49px;
    padding: 16px 0
}

@media only screen and (min-width:940px) {
    .site-footer__contextual {
        margin-bottom: 0;
        margin-top: 120px
    }
}

.site-footer__contextual>ul {
    grid-gap: 8px 40px;
    display: grid;
    gap: 8px 40px;
    grid-template-columns: 1fr 1fr;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media only screen and (min-width:940px) {
    .site-footer__contextual>ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: flex-start
    }
}

.site-footer__contextual>ul>li span {
    display: none
}

@media only screen and (min-width:940px) {
    .site-footer__contextual>ul>li span {
        color: #ffffff4d;
        display: inline-block;
        padding: 0 15px
    }
}

.site-footer__contextual>ul>li:last-child span {
    display: none
}

.site-footer__lower {
    border-top: 1px solid #ffffff4d;
    display: flex;
    grid-area: lower;
    justify-content: space-between;
    padding-top: 16px;
    margin-top: 80px;
}

@media only screen and (min-width:940px) {
    .site-footer__lower>ul {
        display: flex
    }
    .site-footer__lower>ul>li {
        margin-left: 22px
    }
}

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

.breadcrumbs li:not(:last-child) {
    margin-right: 24px;
    position: relative
}

.breadcrumbs li:not(:last-child):after {
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    content: "";
    height: 6px;
    left: calc(100% + 12px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 6px
}

.breadcrumbs li a {
    color: #fff;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .breadcrumbs li a {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .breadcrumbs li a {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .breadcrumbs li a {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .breadcrumbs li a {
        line-height: 20px
    }
}

.breadcrumbs li a svg {
    height: 10px;
    width: 9px
}

.feature-image {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .feature-image {
        margin-top: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .feature-image {
        margin-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .feature-image {
        padding-top: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .feature-image {
        padding-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image {
        padding-bottom: 80px
    }
}

.feature-image:before {
    background-color: inherit;
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .feature-image:before {
        top: calc(-13.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .feature-image:before {
        bottom: calc(-13.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image:before {
        bottom: -80px
    }
}

.feature-image__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .feature-image__image {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image__image {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-image__image {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-image__image {
        padding-right: 40px
    }
}

.feature-image__image img {
    border-radius: 16px
}

.feature-image__inner {
    position: relative
}

.feature-image__inner.pointer {
    cursor: pointer
}

.feature-image__icon {
    background-color: #fff;
    border-radius: 999px;
    bottom: 16px;
    display: flex;
    padding: 8px;
    position: absolute;
    right: 16px;
    z-index: 1
}

.feature-image__icon svg {
    height: 24px;
    width: 24px
}

.feature-image__lightbox {
    backdrop-filter: blur(.614vw);
    background-color: #02133d4d !important;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 999
}

.feature-image__lightbox.active {
    opacity: 1;
    pointer-events: auto
}

.feature-image__lb-media {
    align-items: center;
    display: flex;
    height: 90vh;
    justify-content: center;
    left: 50%;
    max-width: 1240px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95vw
}

.feature-image__lb-media-inner {
    position: relative;
    width: 100%
}

.feature-image__lb-media-inner img {
    border-radius: 16px;
    overflow: hidden
}

.feature-image__close {
    bottom: calc(100% + 16px);
    cursor: pointer;
    position: absolute;
    right: 0
}

.simple-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .simple-text {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-text {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-text {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-text {
        padding-right: 40px
    }
}

.simple-text__outer {
    margin-bottom: 80px;
    padding-top: 80px
}

.feature-quote {
    margin-left: auto;
    margin-right: auto;
    max-width: 1156px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .feature-quote {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote {
        padding-right: 40px
    }
}

.feature-quote.wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .feature-quote.wide {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.wide {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote.wide {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.wide {
        padding-right: 40px
    }
}

.feature-quote.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .feature-quote.narrow {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.narrow {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote.narrow {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.narrow {
        padding-right: 40px
    }
}

.feature-quote__outer {
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .feature-quote__outer {
        margin-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__outer {
        margin-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer {
        margin-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__outer {
        padding-top: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__outer {
        padding-bottom: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer {
        padding-bottom: 40px
    }
}

.feature-quote__outer:before {
    background-color: inherit;
    bottom: -32px;
    content: "";
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .feature-quote__outer:before {
        top: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__outer:before {
        bottom: calc(-26.60465px - .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__outer:before {
        bottom: -40px
    }
}

.feature-quote__inner {
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 38px 20px 35px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .feature-quote__inner {
        padding: calc(-36.65116px + 9.76744vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner {
        padding: 104px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__inner {
        padding-top: calc(24.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner {
        padding-top: 58px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__inner {
        padding-bottom: calc(22.18605px + 2.2093vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner {
        padding-bottom: 54px
    }
}

.feature-quote.narrow .feature-quote__inner {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:580px) {
    .feature-quote.narrow .feature-quote__inner {
        padding-left: calc(1.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.narrow .feature-quote__inner {
        padding-left: 48px
    }
}

@media screen and (min-width:580px) {
    .feature-quote.narrow .feature-quote__inner {
        padding-right: calc(1.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.narrow .feature-quote__inner {
        padding-right: 48px
    }
}

.feature-quote.wide .feature-quote__inner {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:580px) {
    .feature-quote.wide .feature-quote__inner {
        padding-left: calc(-85.2093px + 18.13953vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.wide .feature-quote__inner {
        padding-left: 176px
    }
}

@media screen and (min-width:580px) {
    .feature-quote.wide .feature-quote__inner {
        padding-right: calc(-85.2093px + 18.13953vw)
    }
}

@media screen and (min-width:1440px) {
    .feature-quote.wide .feature-quote__inner {
        padding-right: 176px
    }
}

.feature-quote__inner:after {
    aspect-ratio: 1/1;
    background-color: #1e295a;
    border-radius: 999px;
    content: "";
    filter: blur(120px);
    min-width: 400px;
    position: absolute;
    top: 0;
    transform: translate(20%, -30%) rotate(-50deg) scaleY(.6);
    width: 30%;
    z-index: -1
}

@media only screen and (max-width:939px) {
    .feature-quote__inner:after {
        left: 35%
    }
}

.feature-quote__inner h3 {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 28px;
    margin-top: 34px
}

@media screen and (min-width:580px) {
    .feature-quote__inner h3 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner h3 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__inner h3 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner h3 {
        line-height: 26px
    }
}

.feature-quote__inner h3.show-quotation-marks:before {
    content: "“"
}

.feature-quote__inner h3.show-quotation-marks:after {
    content: "”"
}

@media only screen and (min-width:940px) {
    .feature-quote__inner h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px;
        margin-top: 30px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .feature-quote__inner h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .feature-quote__inner h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .feature-quote__inner h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .feature-quote__inner h3 {
        line-height: 31px
    }
}

.feature-quote__inner h4, .feature-quote__inner h5 {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        line-height: 20px
    }
}

@media only screen and (min-width:940px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .feature-quote__inner h4, .feature-quote__inner h5 {
        line-height: 25px
    }
}

.card-grid {
    margin-bottom: 60px;
    margin-top: 56px;
    padding-bottom: 60px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid {
        margin-top: calc(12.83721px + 7.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid {
        margin-top: 120px
    }
}

@media screen and (min-width:580px) {
    .card-grid {
        margin-bottom: calc(19.53488px + 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid {
        margin-bottom: 120px
    }
}

@media screen and (min-width:580px) {
    .card-grid {
        padding-top: calc(12.83721px + 7.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid {
        padding-top: 120px
    }
}

@media screen and (min-width:580px) {
    .card-grid {
        padding-bottom: calc(19.53488px + 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid {
        padding-bottom: 120px
    }
}

.card-grid:before {
    background-color: inherit;
    bottom: -60px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid:before {
        top: calc(-12.83721px - 7.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid:before {
        top: -120px
    }
}

@media screen and (min-width:580px) {
    .card-grid:before {
        bottom: calc(-19.53488px - 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid:before {
        bottom: -120px
    }
}

.card-grid--logo-var {
    margin-bottom: 75px;
    margin-top: 56px;
    padding-bottom: 75px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid--logo-var {
        margin-top: calc(-18.18605px + 12.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var {
        margin-top: 166px
    }
}

@media screen and (min-width:580px) {
    .card-grid--logo-var {
        margin-bottom: calc(31.16279px + 7.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var {
        margin-bottom: 140px
    }
}

@media screen and (min-width:580px) {
    .card-grid--logo-var {
        padding-top: calc(-18.18605px + 12.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var {
        padding-top: 166px
    }
}

@media screen and (min-width:580px) {
    .card-grid--logo-var {
        padding-bottom: calc(31.16279px + 7.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var {
        padding-bottom: 140px
    }
}

.card-grid--logo-var:before {
    background-color: inherit;
    bottom: -75px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid--logo-var:before {
        top: calc(18.18605px - 12.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var:before {
        top: -166px
    }
}

@media screen and (min-width:580px) {
    .card-grid--logo-var:before {
        bottom: calc(-31.16279px - 7.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var:before {
        bottom: -140px
    }
}

.card-grid--logo-var .card-grid__grid {
    grid-row-gap: 30px
}

@media screen and (min-width:580px) {
    .card-grid--logo-var .card-grid__grid {
        grid-row-gap: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--logo-var .card-grid__grid {
        grid-row-gap: 40px
    }
}

.card-grid--dual-var {
    margin-bottom: 75px;
    margin-top: 0;
    padding-bottom: 75px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var {
        margin-top: 0
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var {
        margin-top: 0
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var {
        margin-bottom: calc(71.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var {
        padding-top: 0
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var {
        padding-top: 0
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var {
        padding-bottom: calc(71.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var {
        padding-bottom: 80px
    }
}

.card-grid--dual-var:before {
    background-color: inherit;
    bottom: -75px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var:before {
        top: 0
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var:before {
        top: 0
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var:before {
        bottom: calc(-71.62791px - .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var:before {
        bottom: -80px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var {
        padding-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var {
        padding-top: 80px
    }
}

.card-grid--dual-var, .card-grid--dual-var:before {
    border-radius: 32px 32px 0 0 !important
}

.card-grid--dual-var .card-grid__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (max-width:993px) {
    .card-grid--logo-var .card-grid__grid {
        grid-row-gap: 20px;
    }
    .card-grid__grid {
    grid-column-gap: 20px !important;
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var .card-grid__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var .card-grid__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var .card-grid__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var .card-grid__inner {
        padding-right: 40px
    }
}

.card-grid--dual-var .card-grid__inner h3 {
    margin-bottom: 23px
}

@media screen and (min-width:580px) {
    .card-grid--dual-var .card-grid__inner h3 {
        margin-bottom: calc(14.23256px + 1.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var .card-grid__inner h3 {
        margin-bottom: 36px
    }
}

@media only screen and (min-width:940px) {
    .card-grid--dual-var .card-grid__inner h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 39px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .card-grid--dual-var .card-grid__inner h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .card-grid--dual-var .card-grid__inner h3 {
        font-size: 30px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .card-grid--dual-var .card-grid__inner h3 {
        line-height: 39px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .card-grid--dual-var .card-grid__inner h3 {
        line-height: 39px
    }
}

.card-grid--dual-var .card-grid__grid {
    grid-row-gap: 60px;
    grid-column-gap: 60px
}

@media screen and (min-width:580px) {
    .card-grid--dual-var .card-grid__grid {
        grid-row-gap: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var .card-grid__grid {
        grid-row-gap: 100px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var .card-grid__grid {
        grid-column-gap: calc(57.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var .card-grid__grid {
        grid-column-gap: 64px
    }
}

@media only screen and (min-width:940px) {
    .card-grid--dual-var .card-grid__grid {
        grid-template-columns: 1fr 1fr
    }
}

.card-grid--dual-var-alt {
    margin-bottom: 60px;
    margin-top: 33px;
    padding-bottom: 60px;
    padding-top: 33px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt {
        margin-top: calc(10.06977px + 3.95349vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt {
        margin-top: 67px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt {
        margin-bottom: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt {
        padding-top: calc(10.06977px + 3.95349vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt {
        padding-top: 67px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt {
        padding-bottom: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt {
        padding-bottom: 100px
    }
}

.card-grid--dual-var-alt:before {
    background-color: inherit;
    bottom: -60px;
    content: "";
    left: 50%;
    position: absolute;
    top: -33px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt:before {
        top: calc(-10.06977px - 3.95349vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt:before {
        top: -67px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-alt:before {
        bottom: calc(-33.02326px - 4.65116vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-alt:before {
        bottom: -100px
    }
}

.card-grid--dual-var-alt .card-grid__grid {
    grid-column-gap: 32px;
    grid-row-gap: 40px
}

@media only screen and (min-width:940px) {
    .card-grid--dual-var-alt .card-grid__grid {
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr
    }
}

.card-grid--dual-var-tert {
    background-color: #fff;
    margin-bottom: 100px;
    margin-top: 120px;
    padding-bottom: 100px;
    padding-top: 120px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert {
        margin-top: 120px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert {
        margin-top: 120px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert {
        margin-bottom: 100px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert {
        padding-top: 120px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert {
        padding-top: 120px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert {
        padding-bottom: 100px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert {
        padding-bottom: 100px
    }
}

.card-grid--dual-var-tert:before {
    background-color: inherit;
    bottom: -100px;
    content: "";
    left: 50%;
    position: absolute;
    top: -120px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert:before {
        top: -120px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert:before {
        top: -120px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert:before {
        bottom: -100px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert:before {
        bottom: -100px
    }
}

.card-grid--dual-var-tert .card-grid__grid {
    grid-row-gap: 26px;
    grid-column-gap: 26px
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert .card-grid__grid {
        grid-row-gap: calc(-23.90698px + 8.60465vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert .card-grid__grid {
        grid-row-gap: 100px
    }
}

@media screen and (min-width:580px) {
    .card-grid--dual-var-tert .card-grid__grid {
        grid-column-gap: calc(-.30233px + 4.53488vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid--dual-var-tert .card-grid__grid {
        grid-column-gap: 65px
    }
}

@media only screen and (min-width:940px) {
    .card-grid--dual-var-tert .card-grid__grid {
        grid-template-columns: 1fr 1fr
    }
}

.card-grid--small-spacing {
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing {
        margin-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing {
        margin-top: 40px
    }
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing {
        margin-bottom: 40px
    }
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing {
        padding-top: 40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing {
        padding-top: 40px
    }
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing {
        padding-bottom: 40px
    }
}

.card-grid--small-spacing:before {
    background-color: inherit;
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing:before {
        top: -40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing:before {
        top: -40px
    }
}

@media screen and (min-width:580px) {
    .card-grid--small-spacing:before {
        bottom: -40px
    }
}

@media screen and (min-width:1440px) {
    .card-grid--small-spacing:before {
        bottom: -40px
    }
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 25%,
    rgba(0, 0, 0, 0.15) 45%,
    rgba(0, 0, 0, 0) 65%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero { position: relative; overflow: hidden; }

.hero__video--mobile { display: none; }

@media (max-width: 768px) {
  .hero__video--desktop { display: none; }
  .hero__video--mobile { display: block; }
  .card-grid__inner {
    overflow: hidden;
    }
}

.card-grid__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media screen and (min-width:580px) {
    .card-grid__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .card-grid__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid__inner {
        padding-right: 40px
    }
}

.card-grid__inner h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 23px
}

@media screen and (min-width:580px) {
    .card-grid__inner h3 {
        margin-bottom: calc(-4.65116px + 4.76744vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid__inner h3 {
        margin-bottom: 64px
    }
}

@media screen and (min-width:580px) {
    .card-grid__inner h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .card-grid__inner h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .card-grid__inner h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .card-grid__inner h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .card-grid__inner h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .card-grid__inner h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .card-grid__inner h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .card-grid__inner h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .card-grid__inner h3 {
        line-height: 41px
    }
}

.card-grid__grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;

}

@media screen and (min-width:580px) {
    .card-grid__grid {
        grid-row-gap: calc(-.46512px + 6.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .card-grid__grid {
        grid-row-gap: 100px
    }
}

@media only screen and (min-width:680px) {
    .card-grid__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:940px) {
    .card-grid__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.alt-article-card.partner-grid-var {
    position: relative;
    z-index: 1
}


.alt-article-card--person-var .alt-article-card__media {
    height: 0;
    padding-bottom: 78.6%
}

.alt-article-card--person-var .alt-article-card__content {
    margin-top: 24px
}

.alt-article-card--person-var .alt-article-card__content h4 {
    margin-bottom: 0
}

.alt-article-card:hover .alt-article-card__media img {
    transform: translate(-50%, -50%) scale(1.1)
}

.alt-article-card__media {
    border-radius: 16px;
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    position: relative;
    background: #f9f8f6;
}

.alt-article-card__media img {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1)
}

.alt-article-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 18px
}

@media screen and (min-width:580px) {
    .alt-article-card__content {
        margin-top: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content {
        margin-top: 40px
    }
}

.alt-article-card__content h6 {
    margin-bottom: 22px
}

@media only screen and (min-width:940px) {
    .alt-article-card__content h6 {
        margin-bottom: 16px
    }
}

.alt-article-card__content h5 {
    font-family: Archia Medium, Archia, sans-serif;
    margin-bottom: 18px;
    margin-top: 4px
}

@media screen and (min-width:580px) {
    .alt-article-card__content h5 {
        margin-bottom: calc(11.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content h5 {
        margin-bottom: 28px
    }
}

.alt-article-card__content h4 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 16px
}

@media screen and (min-width:580px) {
    .alt-article-card__content h4 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content h4 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .alt-article-card__content h4 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content h4 {
        line-height: 26px
    }
}

@media only screen and (min-width:940px) {
    .alt-article-card__content h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .alt-article-card__content h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .alt-article-card__content h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .alt-article-card__content h4 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .alt-article-card__content h4 {
        line-height: 31px
    }
}

.alt-article-card__content .simple-cta {
    margin-top: 18px
}

@media screen and (min-width:580px) {
    .alt-article-card__content .simple-cta {
        margin-top: calc(8.55814px + 1.62791vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content .simple-cta {
        margin-top: 32px
    }
}

.alt-article-card__content ul {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 56px);
    margin-top: 26px
}

@media screen and (min-width:580px) {
    .alt-article-card__content ul {
        margin-top: calc(22.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .alt-article-card__content ul {
        margin-top: 31px
    }
}

.alt-article-card__content ul img {
    display: block;
    height: 56px;
    width: 56px
}

.vert-content {
    margin-bottom: 100px;
    margin-top: 54px;
    padding-bottom: 25px;
    padding-top: 54px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .vert-content {
        margin-top: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content {
        margin-top: 100px
    }
}

@media screen and (min-width:580px) {
    .vert-content {
        margin-bottom: calc(-25.5814px + 8.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .vert-content {
        padding-top: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content {
        padding-top: 100px
    }
}

@media screen and (min-width:580px) {
    .vert-content {
        padding-bottom: calc(-25.5814px + 8.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content {
        padding-bottom: 100px
    }
}

.vert-content:before {
    background-color: inherit;
    bottom: -25px;
    content: "";
    left: 50%;
    position: absolute;
    top: -54px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .vert-content:before {
        top: calc(-22.97674px - 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content:before {
        top: -100px
    }
}

@media screen and (min-width:580px) {
    .vert-content:before {
        bottom: calc(25.5814px - 8.72093vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content:before {
        bottom: -100px
    }
}

.vert-content__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .vert-content__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .vert-content__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__inner {
        padding-right: 40px
    }
}

.vert-content__row {
    grid-gap: 17px;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .vert-content__row {
        grid-gap: calc(6.88372px + 1.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row {
        grid-gap: 32px
    }
}

@media only screen and (min-width:940px) {
    .vert-content__row {
        grid-template-columns: 488fr 696fr
    }
}

.vert-content__row>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .vert-content__row>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .vert-content__row>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row>h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .vert-content__row>h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .vert-content__row>h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .vert-content__row>h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .vert-content__row>h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .vert-content__row>h3 {
        line-height: 41px
    }
}

.vert-content__row.keyline, .vert-content__row:not(:last-child) {
    border-bottom: 1px solid #d1d2e0;
    margin-bottom: 24px;
    padding-bottom: 55px
}

@media screen and (min-width:580px) {
    .vert-content__row.keyline, .vert-content__row:not(:last-child) {
        padding-bottom: calc(24.65116px + 5.23256vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row.keyline, .vert-content__row:not(:last-child) {
        padding-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .vert-content__row.keyline, .vert-content__row:not(:last-child) {
        margin-bottom: calc(-13.76744px + 6.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row.keyline, .vert-content__row:not(:last-child) {
        margin-bottom: 80px
    }
}

.vert-content__row .cta-wrap {
    padding-top: 42px
}

@media screen and (min-width:580px) {
    .vert-content__row .cta-wrap {
        padding-top: calc(27.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .vert-content__row .cta-wrap {
        padding-top: 64px
    }
}

.filters {
    margin-bottom: 0;
    margin-top: 53px;
    padding-bottom: 0;
    padding-top: 53px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .filters {
        margin-top: calc(34.7907px + 3.13953vw)
    }
}

@media screen and (min-width:1440px) {
    .filters {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .filters {
        margin-bottom: 0
    }
}

@media screen and (min-width:1440px) {
    .filters {
        margin-bottom: 0
    }
}

@media screen and (min-width:580px) {
    .filters {
        padding-top: calc(34.7907px + 3.13953vw)
    }
}

@media screen and (min-width:1440px) {
    .filters {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .filters {
        padding-bottom: 0
    }
}

@media screen and (min-width:1440px) {
    .filters {
        padding-bottom: 0
    }
}

.filters:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: -53px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .filters:before {
        top: calc(-34.7907px - 3.13953vw)
    }
}

@media screen and (min-width:1440px) {
    .filters:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .filters:before {
        bottom: 0
    }
}

@media screen and (min-width:1440px) {
    .filters:before {
        bottom: 0
    }
}

.filters__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .filters__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .filters__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .filters__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .filters__inner {
        padding-right: 40px
    }
}

@media only screen and (min-width:1024px) {
    .filters__inner {
        flex-direction: row;
        gap: 60px
    }
}

.filters__inner>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: flex-start
}

.filters__inner p {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px
}

@media screen and (min-width:580px) {
    .filters__inner p {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .filters__inner p {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .filters__inner p {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .filters__inner p {
        line-height: 22px
    }
}

@media only screen and (max-width:1023px) {
    .filters__categories {
        width: 100%
    }
}

.filters__categories ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    grid-area: filters;
    margin-left: -10px;
    margin-top: -10px
}

.filters__categories ul li {
    padding-left: 10px;
    padding-top: 10px
}

.filters__categories ul li span {
    border: 1.5px solid #02133d;
    border-radius: 999px;
    color: #02133d;
    display: block;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    padding: 6px 13px;
    transition: background-color .3s ease, color .3s ease;
    white-space: nowrap
}

@media screen and (min-width:580px) {
    .filters__categories ul li span {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .filters__categories ul li span {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .filters__categories ul li span {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .filters__categories ul li span {
        line-height: 20px
    }
}

@media screen and (min-width:580px) {
    .filters__categories ul li span {
        padding: calc(6.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .filters__categories ul li span {
        padding: 23px
    }
}

@media screen and (min-width:580px) {
    .filters__categories ul li span {
        padding-top: calc(1.27907px + .81395vw)
    }
}

@media screen and (min-width:1440px) {
    .filters__categories ul li span {
        padding-top: 13px
    }
}

@media screen and (min-width:580px) {
    .filters__categories ul li span {
        padding-bottom: calc(1.27907px + .81395vw)
    }
}

@media screen and (min-width:1440px) {
    .filters__categories ul li span {
        padding-bottom: 13px
    }
}

.filters__categories ul li span.active {
    background-color: #02133d;
    color: #fff
}

.filters__categories ul li span:not(.active):hover {
    cursor: pointer;
    text-decoration: underline
}

@media only screen and (max-width:1023px) {
    .filters__topics {
        width: 100%
    }
}

.filters__topics-drop-down {
    height: 48px;
    position: relative
}

@media only screen and (max-width:1023px) {
    .filters__topics-drop-down {
        width: 100%
    }
}

.filters__topics-drop-down>div {
    align-items: center;
    border: 1.5px solid #02133d;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 28px;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .filters__topics-drop-down>div {
        width: 344px
    }
}

.filters__topics-drop-down>div p {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px
}

@media screen and (min-width:580px) {
    .filters__topics-drop-down>div p {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .filters__topics-drop-down>div p {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .filters__topics-drop-down>div p {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .filters__topics-drop-down>div p {
        line-height: 20px
    }
}

.filters__topics-drop-down svg {
    transition: transform .3s ease
}

.filters__topics-drop-down svg.active {
    transform: rotate(180deg)
}

.filters__topics-drop-down ul {
    background-color: #fff;
    border: 1.5px solid #02133d;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 14px 28px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    transition: opacity .3s ease-in-out;
    width: 100%
}

.filters__topics-drop-down ul.active {
    opacity: 1;
    pointer-events: all
}

@media only screen and (min-width:1024px) {
    .filters__topics-drop-down ul {
        width: 344px
    }
}

.filters__topics-drop-down ul li {
    display: flex;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 20px;
    padding: 6px 0
}

@media screen and (min-width:580px) {
    .filters__topics-drop-down ul li {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .filters__topics-drop-down ul li {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .filters__topics-drop-down ul li {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .filters__topics-drop-down ul li {
        line-height: 20px
    }
}

.filters__topics-drop-down ul li a {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.filters__topics-drop-down ul li a:hover {
    text-decoration: underline
}

.filters__topics-drop-down ul li a.active>div {
    background-color: #02133d;
    position: relative
}

.filters__topics-drop-down ul li a.active>div:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    content: "";
    display: block;
    height: 12px;
    left: 7.5px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 6px
}

.filters__topics-drop-down ul li a>div {
    border: 1px solid;
    border-radius: 999px;
    height: 24px;
    width: 24px
}

.sector-card {
    align-items: flex-start;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 574px;
    overflow: hidden;
    padding: 20px 20px 50px
}

@media screen and (min-width:580px) {
    .sector-card {
        padding: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-card {
        padding: 50px
    }
}

@media only screen and (min-width:768px) {
    .sector-card {
        min-height: 550px;
        padding-right: 60px
    }
}

@media only screen and (min-width:768px)and (min-width:580px) {
    .sector-card {
        padding-right: calc(19.53488px + 6.97674vw)
    }
}

@media only screen and (min-width:768px)and (min-width:1440px) {
    .sector-card {
        padding-right: 120px
    }
}

.sector-card>p {
    margin-bottom: 25px;
    margin-top: 25px
}

@media screen and (min-width:580px) {
    .sector-card>p {
        margin-top: calc(18.93023px + 1.04651vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-card>p {
        margin-top: 34px
    }
}

@media screen and (min-width:580px) {
    .sector-card>p {
        margin-bottom: calc(17.5814px + 1.27907vw)
    }
}

@media screen and (min-width:1440px) {
    .sector-card>p {
        margin-bottom: 36px
    }
}

@media only screen and (min-width:940px) {
    .icon-card {
        grid-row-gap: 10px;
        grid-column-gap: 31px;
        display: grid;
        grid-template-areas: "icon title" "icon desc";
        grid-template-columns: auto 1fr
    }
}

.icon-card.has-keyline {
    border-top: 1px solid #fff3;
    padding-top: 18px
}

@media screen and (min-width:580px) {
    .icon-card.has-keyline {
        padding-top: calc(13.27907px + .81395vw)
    }
}

@media screen and (min-width:1440px) {
    .icon-card.has-keyline {
        padding-top: 25px
    }
}

.icon-card.has-keyline:not(:last-child) {
    margin-bottom: 32px
}

@media screen and (min-width:580px) {
    .icon-card.has-keyline:not(:last-child) {
        margin-bottom: calc(15.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .icon-card.has-keyline:not(:last-child) {
        margin-bottom: 56px
    }
}

.icon-card.has-keyline.eq-space:not(:last-child) {
    margin-bottom: 18px
}

@media screen and (min-width:580px) {
    .icon-card.has-keyline.eq-space:not(:last-child) {
        margin-bottom: calc(13.27907px + .81395vw)
    }
}

@media screen and (min-width:1440px) {
    .icon-card.has-keyline.eq-space:not(:last-child) {
        margin-bottom: 25px
    }
}

.icon-card img {
    display: block;
    height: 40px;
    width: 40px
}

.icon-card h4 {
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    grid-area: title;
    letter-spacing: -.02em;
    line-height: 26px;
    margin: 16px 0 8px
}

@media screen and (min-width:580px) {
    .icon-card h4 {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .icon-card h4 {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .icon-card h4 {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .icon-card h4 {
        line-height: 26px
    }
}

@media only screen and (min-width:940px) {
    .icon-card h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px;
        margin: 0
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .icon-card h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .icon-card h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .icon-card h4 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .icon-card h4 {
        line-height: 31px
    }
}

.icon-card p {
    grid-area: desc
}

.contact {
    margin-bottom: 54px;
    margin-top: 36px;
    padding-bottom: 54px;
    padding-top: 36px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .contact {
        margin-top: calc(-3.11628px + 6.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .contact {
        margin-top: 94px
    }
}

@media screen and (min-width:580px) {
    .contact {
        margin-bottom: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .contact {
        margin-bottom: 100px
    }
}

@media screen and (min-width:580px) {
    .contact {
        padding-top: calc(-3.11628px + 6.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .contact {
        padding-top: 94px
    }
}

@media screen and (min-width:580px) {
    .contact {
        padding-bottom: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .contact {
        padding-bottom: 100px
    }
}

.contact:before {
    background-color: inherit;
    bottom: -54px;
    content: "";
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .contact:before {
        top: calc(3.11628px - 6.74419vw)
    }
}

@media screen and (min-width:1440px) {
    .contact:before {
        top: -94px
    }
}

@media screen and (min-width:580px) {
    .contact:before {
        bottom: calc(-22.97674px - 5.34884vw)
    }
}

@media screen and (min-width:1440px) {
    .contact:before {
        bottom: -100px
    }
}

.contact__tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 46px
}

@media screen and (min-width:580px) {
    .contact__tabs {
        margin-bottom: calc(31.83721px + 2.44186vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__tabs {
        margin-bottom: 67px
    }
}

@media only screen and (min-width:940px) {
    .contact__tabs {
        border-bottom: 1px solid #d1d2e0
    }
    .contact__tabs li:not(:first-child) {
        margin-left: 32px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .contact__tabs li:not(:first-child) {
        margin-left: calc(15.81395px + 2.7907vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .contact__tabs li:not(:first-child) {
        margin-left: 56px
    }
}

@media only screen and (max-width:939px) {
    .contact__tabs li {
        width: 100%
    }
}

.contact__tabs li span {
    display: block;
    font-family: Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    transition: color .3s ease;
    opacity: .5
}

@media screen and (min-width:580px) {
    .contact__tabs li span {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .contact__tabs li span {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .contact__tabs li span {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .contact__tabs li span {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .contact__tabs li span {
        font-family: Archia, sans-serif;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 28px;
        padding-bottom: 16px;
        position: relative
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .contact__tabs li span {
        font-size: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .contact__tabs li span {
        font-size: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .contact__tabs li span {
        line-height: 28px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .contact__tabs li span {
        line-height: 28px
    }
}

@media only screen and (min-width:940px) {
    .contact__tabs li span:after {
        background-color: #1e295a;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: height .3s ease, opacity .3s ease;
        width: 100%
    }
}

.contact__tabs li span:not(.active) {
    cursor: pointer
}

@media only screen and (min-width:940px) {
    .contact__tabs li span:hover:after {
        height: 2px;
        opacity: 1
    }

    .contact__tabs li span.active:after {
        height: 4px;
        opacity: 1
    }
}

.contact__tabs li span.active {
    color: #02133d;
    opacity: 1;
    font-family: Archia Medium, Archia, sans-serif;
}
@media only screen and (max-width:939px) {
    .contact__tabs li span {
        font-size: 18px;
    }
    .contact__tabs {
        display: flex;
        margin-bottom: 46px;
        text-align: center;
        padding: 0 20px;
        flex-wrap: inherit;
    }
    .contact__tabs li span.active {
        color: #02133d;
        border-bottom: 2px solid #02133d;
        opacity: 1;
    }
}

.contact__body-wrap {
    position: relative;
    transition: height .6s ease
}

.contact__body-wrap.initial-active {
    height: auto !important
}

.contact__body-wrap.initial-active .contact__block.active {
    position: static
}

.contact__block {
    grid-gap: 51px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .6s ease;
    width: 100%
}

@media screen and (min-width:580px) {
    .contact__block {
        grid-gap: calc(42.23256px + 1.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__block {
        grid-gap: 64px
    }
}

.contact__block.active {
    opacity: 1;
    pointer-events: auto
}

@media only screen and (min-width:940px) {
    .contact__block {
        grid-template-columns: 512fr 576fr
    }
    .contact__content {
        padding-top: 30px
    }
}

.contact__content>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 18px
}

@media screen and (min-width:580px) {
    .contact__content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .contact__content>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .contact__content>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .contact__content>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .contact__content>h3 {
        margin-bottom: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__content>h3 {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:940px) {
    .contact__content>h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .contact__content>h3 {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .contact__content>h3 {
        font-size: 35px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .contact__content>h3 {
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .contact__content>h3 {
        line-height: 48px
    }
}

.contact__content>h4 {
    margin-top: 36px
}

@media screen and (min-width:580px) {
    .contact__content>h4 {
        margin-top: calc(27.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__content>h4 {
        margin-top: 48px
    }
}

.contact__content>.wysiwyg-content+h4 {
    margin-top: 34px
}

@media screen and (min-width:580px) {
    .contact__content>.wysiwyg-content+h4 {
        margin-top: calc(19.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__content>.wysiwyg-content+h4 {
        margin-top: 56px
    }
}

.contact__content>a:not(.simple-cta) {
    display: block;
    margin: 11px 0
}

.contact__form, .contact__image img {
    border-radius: 16px
}

.contact__form {
    background-color: #efeff6;
    padding: 32px 20px 24px
}

@media screen and (min-width:580px) {
    .contact__form {
        padding: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__form {
        padding: 32px
    }
}

@media screen and (min-width:580px) {
    .contact__form {
        padding-top: calc(21.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__form {
        padding-top: 48px
    }
}

@media screen and (min-width:580px) {
    .contact__form {
        padding-bottom: calc(13.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__form {
        padding-bottom: 40px
    }
}

.contact__form-header {
    color: #02133d;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 16px
}

@media screen and (min-width:580px) {
    .contact__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .contact__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .contact__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .contact__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .contact__form-header {
        margin-bottom: calc(10.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .contact__form-header {
        margin-bottom: 24px
    }
}

.locations {
    margin-bottom: 60px;
    margin-top: 53px;
    padding-bottom: 60px;
    padding-top: 53px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .locations {
        margin-top: calc(21.30233px + 5.46512vw)
    }
}

@media screen and (min-width:1440px) {
    .locations {
        margin-top: 100px
    }
}

@media screen and (min-width:580px) {
    .locations {
        margin-bottom: calc(68.09302px - 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .locations {
        margin-bottom: 48px
    }
}

@media screen and (min-width:580px) {
    .locations {
        padding-top: calc(21.30233px + 5.46512vw)
    }
}

@media screen and (min-width:1440px) {
    .locations {
        padding-top: 100px
    }
}

@media screen and (min-width:580px) {
    .locations {
        padding-bottom: calc(68.09302px - 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .locations {
        padding-bottom: 48px
    }
}

.locations:before {
    background-color: inherit;
    bottom: -60px;
    content: "";
    left: 50%;
    position: absolute;
    top: -53px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .locations:before {
        top: calc(-21.30233px - 5.46512vw)
    }
}

@media screen and (min-width:1440px) {
    .locations:before {
        top: 0px
    }
}

@media screen and (min-width:580px) {
    .locations:before {
        bottom: calc(-68.09302px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .locations:before {
        bottom: -48px
    }
}

.locations__heading {
    border-bottom: 1px solid #d1d2e0;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 30px;
    padding-bottom: 24px
}

@media screen and (min-width:580px) {
    .locations__heading {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .locations__heading {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .locations__heading {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .locations__heading {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .locations__heading {
        margin-bottom: calc(7.06977px + 3.95349vw)
    }
}

@media screen and (min-width:1440px) {
    .locations__heading {
        margin-bottom: 64px
    }
}

@media only screen and (min-width:940px) {
    .locations__heading {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .locations__heading {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .locations__heading {
        font-size: 40px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .locations__heading {
        line-height: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .locations__heading {
        line-height: 48px
    }
}

.locations__grid {
    grid-column-gap: 64px;
    grid-row-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden
}

@media screen and (min-width:580px) {
    .locations__grid {
        grid-row-gap: calc(34.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .locations__grid {
        grid-row-gap: 48px
    }
}

@media only screen and (min-width:940px) {
    .locations__grid {
        grid-template-columns: 1fr 1fr
    }
}

.location-card {
    max-width: 488px
}

@media only screen and (min-width:940px) {
    .location-card {
        padding-bottom: 50px;
        position: relative
    }
    .location-card:after {
        background-color: #d1d2e0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100vw
    }
}

.location-card:hover .location-card__media img {
    transform: translate(-50%, -50%) scale(1.1)
}

.location-card__media {
    aspect-ratio: 1/.594;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.location-card__content {
    margin: 24px 0;
    position: relative
}

.location-card .simple-cta {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:939px) {
    .location-card .simple-cta {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .contact__form, .contact__image {
        display: none;
    }
}

.location-card h4 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 8px
}

@media screen and (min-width:580px) {
    .location-card h4 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .location-card h4 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .location-card h4 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .location-card h4 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .location-card h4 {
        margin-bottom: calc(2.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .location-card h4 {
        margin-bottom: 16px
    }
}

@media only screen and (min-width:940px) {
    .location-card h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .location-card h4 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .location-card h4 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .location-card h4 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .location-card h4 {
        line-height: 41px
    }
}

.featured-location>img {
    border-radius: 16px;
    display: block;
    height: auto;
    max-width: 488px;
    width: 100%
}

.featured-location__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px
}

.featured-location__content>div {
    min-width: 240px;
    padding-top: 24px
}

.featured-location__content .simple-cta {
    margin-top: 24px
}

.featured-location__content h4 {
    margin-bottom: 11px
}

.featured-location__content h4:not(:first-child) {
    margin-top: 30px
}

.search {
    border-radius: 0 0 32px 32px
}

.search--header {
    clip-path: inset(0 0 100% 0);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 1px);
    transition: clip-path .6s cubic-bezier(.77, 0, .175, 1);
    width: 100%
}

.search--header.active {
    clip-path: inset(0 0 0 0);
    pointer-events: auto
}

.search--header .search__inner {
    padding-top: 54px
}

@media screen and (min-width:580px) {
    .search--header .search__inner {
        padding-top: calc(49.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .search--header .search__inner {
        padding-top: 60px
    }
}

.search__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
    padding: 118px 20px 48px;
    width: 100%
}

@media screen and (min-width:580px) {
    .search__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .search__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .search__inner {
        padding-top: calc(75.51163px + 7.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner {
        padding-top: 181px
    }
}

@media only screen and (min-width:940px) {
    .search__inner {
        padding-bottom: 40px
    }
}

.search__inner--results {
    padding-bottom: 100px;
    padding-top: 32px
}

@media screen and (min-width:580px) {
    .search__inner--results {
        padding-top: calc(19.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner--results {
        padding-top: 50px
    }
}

@media screen and (min-width:580px) {
    .search__inner--results {
        padding-bottom: calc(41.06977px + 3.95349vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner--results {
        padding-bottom: 98px
    }
}

.search__inner>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 19px
}

@media screen and (min-width:580px) {
    .search__inner>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .search__inner>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .search__inner>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .search__inner>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .search__inner>h3 {
        margin-bottom: calc(6.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .search__inner>h3 {
        margin-bottom: 37px
    }
}

@media only screen and (min-width:940px) {
    .search__inner>h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .search__inner>h3 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .search__inner>h3 {
        font-size: 48px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .search__inner>h3 {
        line-height: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .search__inner>h3 {
        line-height: 56px
    }
}

.search-form {
    position: relative
}

.search-form form>input {
    background-color: #0000 !important;
    border: none !important;
    border-bottom: 1px solid #02133d !important;
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px;
    padding-bottom: 9px !important;
    width: 100% !important
}

@media screen and (min-width:580px) {
    .search-form form>input {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .search-form form>input {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .search-form form>input {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .search-form form>input {
        line-height: 22px
    }
}

.search-form form>input:focus {
    outline: none
}

.search-form form>input::placeholder {
    color: inherit
}

@media only screen and (min-width:940px) {
    .search-form form>input {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .search-form form>input {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .search-form form>input {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .search-form form>input {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .search-form form>input {
        line-height: 25px
    }
}

.search-form form img {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

@media screen and (min-width:580px) {
    .search-form form img {
        width: calc(12.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .search-form form img {
        width: 21px
    }
}

@media screen and (min-width:580px) {
    .search-form form img {
        height: calc(12.62791px + .5814vw)
    }
}

@media screen and (min-width:1440px) {
    .search-form form img {
        height: 21px
    }
}

.overlap-cards {
    margin-bottom: 56px;
    margin-top: 56px;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .overlap-cards {
        margin-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards {
        margin-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards {
        padding-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards {
        padding-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards {
        padding-bottom: 80px
    }
}

.overlap-cards:before {
    background-color: inherit;
    bottom: -56px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .overlap-cards:before {
        top: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards:before {
        bottom: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards:before {
        bottom: -80px
    }
}

.overlap-cards__cards {
    position: relative;
    z-index: 1
}

.overlap-cards__card {
    background-position: 100%;
    top: 50px;
    transform-origin: center top;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
    transition: transform 0.3s ease-out;
    margin-bottom: 80px;
    background-size: cover;
    border-radius: 24px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 331px;
    overflow: hidden;
    padding: 20px 20px 75px;
    position: relative;
    scroll-margin-top: 100px
}

@media screen and (min-width:580px) {
    .overlap-cards__card {
        border-radius: 24px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card {
        border-radius: 24px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card {
        padding-top: calc(8.53488px + 1.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card {
        padding-top: 37px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card {
        padding-right: calc(-50.13953px + 12.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card {
        padding-right: 124px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card {
        padding-left: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card {
        padding-left: 50px
    }
}

@media only screen and (max-width:939px) {
    .overlap-cards__card {
        grid-gap: 32px;
        align-items: center;
        grid-template-areas: "heading heading" "body body" "index subtitle";
        justify-items: flex-start
    }
}

.interacted .overlap-cards__card:nth-child(2n) {
    background-image: url(/assets/img/bg-2.png)
}

.interacted .overlap-cards__card:nth-child(odd) {
    background-image: url(/assets/img/bg-1.png)
}

.overlap-cards__card:not(:last-child) {
    margin-bottom: 20px
}

.overlap-cards__card:first-child {
    z-index: -1
}

.overlap-cards__card:nth-child(2) {
    z-index: -2
}

.overlap-cards__card:nth-child(3) {
    z-index: -3
}

.overlap-cards__card:nth-child(4) {
    z-index: -4
}

.overlap-cards__card:nth-child(5) {
    z-index: -5
}

.overlap-cards__card:nth-child(6) {
    z-index: -6
}

.overlap-cards__card:nth-child(7) {
    z-index: -7
}

.overlap-cards__card:nth-child(8) {
    z-index: -8
}

.overlap-cards__card:nth-child(9) {
    z-index: -9
}

.overlap-cards__card:nth-child(10) {
    z-index: -10
}

.overlap-cards__card h4 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 48px
}

@media screen and (min-width:580px) {
    .overlap-cards__card h4 {
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card h4 {
        font-size: 40px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card h4 {
        line-height: 48px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card h4 {
        line-height: 48px
    }
}

@media only screen and (max-width:939px) {
    .overlap-cards__card h4 {
        grid-area: heading
    }
}

@media only screen and (min-width:940px) {
    .overlap-cards__card h4 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 64px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 77px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card h4 {
        font-size: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card h4 {
        font-size: 64px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card h4 {
        line-height: 77px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card h4 {
        line-height: 77px
    }
}

@media only screen and (max-width:939px) {
    .overlap-cards__card .wysiwyg-content {
        grid-area: body
    }
}

@media only screen and (min-width:940px) {
    .overlap-cards__card .wysiwyg-content {
        padding-top: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card .wysiwyg-content {
        padding-top: calc(8.53488px + 1.97674vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card .wysiwyg-content {
        padding-top: 37px
    }
}

.overlap-cards__card>p {
    background-color: #ffffff1a;
    border-radius: 999px;
    padding: 6px 12px;
    transition: color .3s ease, background-color .3s ease
}

@media screen and (min-width:580px) {
    .overlap-cards__card>p {
        padding: calc(7.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card>p {
        padding: 18px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card>p {
        padding-top: calc(4.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card>p {
        padding-top: 8px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card>p {
        padding-bottom: calc(4.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card>p {
        padding-bottom: 8px
    }
}

@media only screen and (max-width:939px) {
    .overlap-cards__card>p {
        grid-area: index
    }
}

@media only screen and (min-width:940px) {
    .overlap-cards__card>p {
        bottom: 20px;
        left: 20px;
        position: absolute
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>p {
        bottom: calc(17.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>p {
        bottom: 23px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>p {
        left: calc(13.25581px + 1.16279vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>p {
        left: 30px
    }
}

.overlap-cards__card>span {
    font-family: Archia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width:580px) {
    .overlap-cards__card>span {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card>span {
        font-size: 20px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__card>span {
        line-height: 26px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__card>span {
        line-height: 26px
    }
}

@media only screen and (max-width:939px) {
    .overlap-cards__card>span {
        grid-area: subtitle;
        justify-self: flex-end
    }
}

@media only screen and (min-width:940px) {
    .overlap-cards__card>span {
        bottom: 20px;
        font-family: Archia, sans-serif;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 28px;
        position: absolute;
        right: 20px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>span {
        font-size: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>span {
        font-size: 22px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>span {
        line-height: 28px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>span {
        line-height: 28px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>span {
        bottom: calc(17.97674px + .34884vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>span {
        bottom: 23px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__card>span {
        right: calc(-1.5814px + 3.72093vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__card>span {
        right: 52px
    }
}

.overlap-cards__card.active>p {
    background-color: #fff;
    color: #02133d
}

.overlap-cards__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    max-width: 864px
}

@media screen and (min-width:580px) {
    .overlap-cards__footer {
        margin-top: calc(52.65116px + .23256vw)
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__footer {
        margin-top: 56px
    }
}

.overlap-cards__footer p {
    font-family: Archia, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    margin-bottom: 24px;
    width: 100%
}

@media screen and (min-width:580px) {
    .overlap-cards__footer p {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__footer p {
        font-size: 22px
    }
}

@media screen and (min-width:580px) {
    .overlap-cards__footer p {
        line-height: 28px
    }
}

@media screen and (min-width:1440px) {
    .overlap-cards__footer p {
        line-height: 28px
    }
}

@media only screen and (min-width:940px) {
    .overlap-cards__footer p {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -.02em;
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__footer p {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__footer p {
        font-size: 24px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .overlap-cards__footer p {
        line-height: 31px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .overlap-cards__footer p {
        line-height: 31px
    }
}

.info-grid {
    margin-bottom: 59px;
    margin-top: 54px;
    padding-bottom: 59px;
    padding-top: 54px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .info-grid {
        margin-top: calc(41.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid {
        margin-top: 72px
    }
}

@media screen and (min-width:580px) {
    .info-grid {
        margin-bottom: calc(38.76744px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid {
        margin-bottom: 89px
    }
}

@media screen and (min-width:580px) {
    .info-grid {
        padding-top: calc(41.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid {
        padding-top: 72px
    }
}

@media screen and (min-width:580px) {
    .info-grid {
        padding-bottom: calc(38.76744px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid {
        padding-bottom: 89px
    }
}

.info-grid:before {
    background-color: inherit;
    bottom: -59px;
    content: "";
    left: 50%;
    position: absolute;
    top: -54px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .info-grid:before {
        top: calc(-41.86047px - 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid:before {
        top: -72px
    }
}

@media screen and (min-width:580px) {
    .info-grid:before {
        bottom: calc(-38.76744px - 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid:before {
        bottom: -89px
    }
}

.info-grid__inner {
    grid-column-gap: 36px;
    display: grid;
    grid-template-areas: "title" "content" "image";
    grid-template-columns: 1fr
}

@media screen and (min-width:580px) {
    .info-grid__inner {
        grid-column-gap: calc(-9.86047px + 7.90698vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__inner {
        grid-column-gap: 104px
    }
}

@media only screen and (min-width:940px) {
    .info-grid__inner {
        grid-row-gap: 24px;
        grid-template-areas: "title content" "image content";
        grid-template-columns: 417fr 695fr;
        grid-template-rows: auto 1fr
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .info-grid__inner {
        grid-row-gap: calc(12.53488px + 1.97674vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .info-grid__inner {
        grid-row-gap: 41px
    }
}

.info-grid__inner>h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    grid-area: title;
    letter-spacing: -.02em;
    line-height: 31px
}

@media screen and (min-width:580px) {
    .info-grid__inner>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .info-grid__inner>h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .info-grid__inner>h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .info-grid__inner>h3 {
        line-height: 31px
    }
}

@media only screen and (min-width:940px) {
    .info-grid__inner>h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .info-grid__inner>h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .info-grid__inner>h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .info-grid__inner>h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .info-grid__inner>h3 {
        line-height: 41px
    }
}

.info-grid__inner>img {
    border-radius: 12px;
    grid-area: image
}

.info-grid__content {
    grid-area: content;
    padding-top: 18px
}

@media only screen and (min-width:940px) {
    .info-grid__content {
        padding-top: 15px
    }
}

.info-grid__grid {
    grid-column-gap: 24px;
    grid-row-gap: 34px;
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 35px;
    padding-top: 52px
}

@media screen and (min-width:580px) {
    .info-grid__grid {
        padding-top: calc(44.5814px + 1.27907vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__grid {
        padding-top: 63px
    }
}

@media screen and (min-width:580px) {
    .info-grid__grid {
        padding-bottom: calc(26.23256px + 1.51163vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__grid {
        padding-bottom: 48px
    }
}

@media screen and (min-width:580px) {
    .info-grid__grid {
        grid-column-gap: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__grid {
        grid-column-gap: 32px
    }
}

@media screen and (min-width:580px) {
    .info-grid__grid {
        grid-row-gap: calc(13.76744px + 3.48837vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__grid {
        grid-row-gap: 64px
    }
}

@media only screen and (min-width:580px) {
    .info-grid__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:940px) {
    .info-grid__grid {
        padding-bottom: 0
    }
}

.info-grid__grid li>h4 {
    border-bottom: 1px solid #02133d;
    margin-bottom: 14px;
    padding-bottom: 16px
}

@media screen and (min-width:580px) {
    .info-grid__grid li>h4 {
        margin-bottom: calc(7.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .info-grid__grid li>h4 {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:940px) {
    .info-grid__grid li .wysiwyg-content {
        max-width: 280px
    }
}

.case-study-archive {
    margin-bottom: 50px;
    margin-top: 35px;
    opacity: 1;
    padding-bottom: 50px;
    padding-top: 35px;
    position: relative;
    transition: opacity .3s ease;
    z-index: 1
}

@media screen and (min-width:580px) {
    .case-study-archive {
        margin-top: calc(22.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive {
        margin-top: 53px
    }
}

@media screen and (min-width:580px) {
    .case-study-archive {
        margin-bottom: calc(31.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive {
        margin-bottom: 78px
    }
}

@media screen and (min-width:580px) {
    .case-study-archive {
        padding-top: calc(22.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive {
        padding-top: 53px
    }
}

@media screen and (min-width:580px) {
    .case-study-archive {
        padding-bottom: calc(31.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive {
        padding-bottom: 78px
    }
}

.case-study-archive:before {
    background-color: inherit;
    bottom: -50px;
    content: "";
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .case-study-archive:before {
        top: calc(-22.86047px - 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive:before {
        top: -53px
    }
}

@media screen and (min-width:580px) {
    .case-study-archive:before {
        bottom: calc(-31.11628px - 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .case-study-archive:before {
        bottom: -78px
    }
}

.case-study-archive.active {
    opacity: .4;
    pointer-events: none
}

.case-study-archive__footer {
    display: flex;
    justify-content: center
}

.csa-filters {
    margin-bottom: 39px
}

@media screen and (min-width:580px) {
    .csa-filters {
        margin-bottom: calc(31.5814px + 1.27907vw)
    }
}

@media screen and (min-width:1440px) {
    .csa-filters {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:940px) {
    .csa-filters {
        align-items: center;
        display: flex
    }
}

.csa-filters>li {
    margin-right: 12px;
    margin-top: 12px
}

@media screen and (min-width:580px) {
    .csa-filters>li {
        margin-top: calc(6.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .csa-filters>li {
        margin-top: 20px
    }
}

@media screen and (min-width:580px) {
    .csa-filters>li {
        margin-right: calc(6.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .csa-filters>li {
        margin-right: 20px
    }
}

@media only screen and (min-width:940px) {
    .csa-filters>li {
        margin-top: 0
    }
    .csa-filters {
        grid-template-columns: auto auto auto
    }
}

.csa-filters .dropdown {
    position: relative
}

.csa-filters .dropdown input {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.csa-filters .dropdown span {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 11px 10px 11px 20px;
    width: 100%
}

@media only screen and (min-width:940px) {
    .csa-filters .dropdown span {
        width: 280px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .csa-filters .dropdown span {
        width: calc(242.90698px + 6.39535vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .csa-filters .dropdown span {
        width: 335px
    }
}

.csa-filters .dropdown svg {
    min-width: 26px;
    width: 26px
}

.csa-filters .dropdown ul {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 8px;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 1
}

.csa-filters .dropdown ul.active {
    pointer-events: auto
}

@media only screen and (max-width:939px) {
    .csa-filters .dropdown ul {
        display: none
    }
    .csa-filters .dropdown ul.active {
        display: block
    }
}

@media only screen and (min-width:940px) {
    .csa-filters .dropdown ul {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }
    .csa-filters .dropdown ul.active {
        opacity: 1
    }
}

.csa-filters .dropdown ul li {
    cursor: pointer;
    padding: 11px 20px
}

.csa-filters .dropdown ul li:not(:last-child) {
    border-bottom: 1px solid #efeff6
}

.secondary-hero-bg {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.secondary-hero-bg .primary {
    bottom: 0;
    height: auto;
    max-width: 695px;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 1
}

@media only screen and (max-width:939px) {
    .secondary-hero-bg .primary {
        right: -48%;
        top: 10%;
        width: 102%
    }
}

.secondary-hero-bg .secondary {
    bottom: 0;
    height: auto;
    max-width: 592px;
    position: absolute;
    right: 0;
    width: 72%;
    z-index: 1
}

@media only screen and (max-width:939px) {
    .secondary-hero-bg .secondary {
        right: -50%;
        top: 20%;
         display: none;
    }
    .secondary-hero-bg .primary, .secondary-hero-bg .secondary {
        display: none;
    }
}

.search-results {
    list-style-type: none
}

.search-results__row:not(:last-child) {
    border-bottom: 1px solid #02133d;
    margin-bottom: 18px;
    padding-bottom: 32px
}

@media screen and (min-width:580px) {
    .search-results__row:not(:last-child) {
        padding-bottom: calc(21.2093px + 1.86047vw)
    }
}

@media screen and (min-width:1440px) {
    .search-results__row:not(:last-child) {
        padding-bottom: 48px
    }
}

@media screen and (min-width:580px) {
    .search-results__row:not(:last-child) {
        margin-bottom: calc(11.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .search-results__row:not(:last-child) {
        margin-bottom: 28px
    }
}

.search-results__row h6 {
    margin-bottom: 12px
}

@media screen and (min-width:580px) {
    .search-results__row h6 {
        margin-bottom: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .search-results__row h6 {
        margin-bottom: 16px
    }
}

.search-results__row ul li:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:580px) {
    .search-results__row ul li:not(:last-child) {
        margin-bottom: calc(6.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .search-results__row ul li:not(:last-child) {
        margin-bottom: 20px
    }
}

.search-results__row ul li a {
    align-items: center;
    display: flex
}

.search-results__row ul li a:hover img {
    transform: translateX(50%)
}

.search-results__row ul li a img {
    height: auto;
    margin-left: 5px;
    transform: translateX(0);
    transition: transform .3s ease;
    width: 13px
}

.msd-form.whiteout p {
    color: #fff
}

.msd-form.whiteout a {
    color: #3be3cd !important
}

.msd-form.whiteout form>div>div label {
    color: #fff
}

.msd-form.whiteout form>div>div input {
    background-color: #0000;
    border: 1px solid #ffffff4d !important;
    color: #fff
}

.msd-form.whiteout .lp-form-button {
    background: #3be3cd !important;
    color: #02133d !important
}

.msd-form.whiteout .lp-form-button:after {
    background-image: url(/assets/img/cta-right-dark.80c4ba.svg)
}

.msd-form form>div>div {
    margin-bottom: 16px;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

@media screen and (min-width:580px) {
    .msd-form form>div>div {
        margin-bottom: calc(13.30233px + .46512vw)
    }
}

@media screen and (min-width:1440px) {
    .msd-form form>div>div {
        margin-bottom: 20px
    }
}

.msd-form form>div>div .columnContainer {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.msd-form form>div>div label {
    color: #02133d;
    display: block;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 6px
}

@media screen and (min-width:580px) {
    .msd-form form>div>div label {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form>div>div label {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .msd-form form>div>div label {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form>div>div label {
        line-height: 20px
    }
}

.msd-form form>div>div input {
    background-color: #fff;
    border: none !important;
    border-radius: 0 !important;
    color: #02133d;
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    outline: none !important
}

@media screen and (min-width:580px) {
    .msd-form form>div>div input {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form>div>div input {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .msd-form form>div>div input {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form>div>div input {
        line-height: 25px
    }
}

.msd-form form .lp-form-button {
    align-items: center;
    background: #02133d;
    background: linear-gradient(90deg, #02133d, #1e295a);
    border: none !important;
    border-radius: 999px !important;
    color: #02133d;
    color: #fff;
    display: inline-flex;
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 1 !important;
    line-height: 22px
}

.msd-form form .lp-form-button:not(.hollow):not(.shallow) {
    padding: 22px 28px
}

@media screen and (min-width:580px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:580px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:580px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form .lp-form-button:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:580px) {
    .msd-form form .lp-form-button {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form .lp-form-button {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .msd-form form .lp-form-button {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .msd-form form .lp-form-button {
        line-height: 22px
    }
}

.msd-form form .lp-form-button:after {
    aspect-ratio: 1/1;
    background-image: url(/assets/img/cta-right-white.fad9be.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    margin-left: 8px;
    width: 15px
}

.msd-form form .lp-form-button:hover:after {
    animation: cta-anim;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

.msd-form.signup form {
    position: relative
}

.msd-form.signup form>div>div {
    margin-bottom: 0 !important
}

.msd-form.signup form>div>div label {
    display: none
}

.msd-form.signup form>div>div input {
    background-color: #0000 !important;
    border: 1px solid #ffffff4d !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px;
    margin: 0 0 0 10px !important;
    padding: 31px 20px 31px 30px !important;
    width: calc(100% - 10px) !important
}

@media screen and (min-width:580px) {
    .msd-form.signup form>div>div input {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .msd-form.signup form>div>div input {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .msd-form.signup form>div>div input {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .msd-form.signup form>div>div input {
        line-height: 22px
    }
}

.msd-form.signup form>div>div .columnContainer {
    padding: 0 !important
}

.msd-form.signup form>div>div>div>div .emptyContainer {
    color: #fff !important
}

.msd-form.signup form>div>div>div>div .emptyContainer a {
    color: #3be3cd !important;
    text-decoration: underline
}

.msd-form.signup form>div>div>div>div .emptyContainer a:hover {
    text-decoration: none
}

.msd-form.signup form .lp-form-button {
    height: 48px;
    max-width: 48px;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 18px;
    top: 8px;
    width: 48px
}

.msd-form.signup form .lp-form-button:after {
    animation: none;
    background-color: #3be3cd;
    background-image: url(/assets/img/cta-right-dark.80c4ba.svg);
    background-position: 50% 50%;
    background-size: 35% 35%;
    border-radius: 999px;
    height: 100%;
    margin-left: 0;
    position: absolute;
    width: 100%
}

.msd-form-v2.alt-spacing {
    content: ""
}

.msd-form-v2.alt-spacing .marketingForm .phoneFormFieldBlock, .msd-form-v2.alt-spacing .marketingForm .textFormFieldBlock {
    gap: 6px !important
}

.msd-form-v2.alt-spacing .marketingForm .phoneFormFieldBlock label, .msd-form-v2.alt-spacing .marketingForm .textFormFieldBlock label {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.msd-form-v2.whiteout p {
    color: #fff
}

.msd-form-v2.whiteout a {
    color: #3be3cd !important
}

.msd-form-v2.whiteout form th>div.phoneFormFieldBlock label, .msd-form-v2.whiteout form th>div.textFormFieldBlock label {
    display: none !important
}

.msd-form-v2.whiteout form th>div.phoneFormFieldBlock input, .msd-form-v2.whiteout form th>div.textFormFieldBlock input {
    background-color: #0000 !important;
    border: 1px solid #ffffff4d !important;
    color: #fff !important
}

.msd-form-v2.whiteout .lp-form-button {
    background: #3be3cd !important;
    color: #02133d !important
}

.msd-form-v2.whiteout .lp-form-button:after {
    background-image: url(/assets/img/cta-right-dark.80c4ba.svg)
}

.msd-form-v2 form>div>div:not(:first-child) {
    margin-top: 20px !important
}

.msd-form-v2 form table {
    width: 100% !important
}

.msd-form-v2 form table.multi>tbody>tr>th:nth-child(2) .textFormFieldBlock {
    margin: 20px 0 0 !important
}

@media only screen and (min-width:768px) {
    .msd-form-v2 form table.multi>tbody>tr>th:first-child .textFormFieldBlock {
        margin: 0 10px 0 0 !important
    }
    .msd-form-v2 form table.multi>tbody>tr>th:nth-child(2) .textFormFieldBlock {
        margin: 0 0 0 10px !important
    }
}

.msd-form-v2 form table.multi>tbody>tr th.columnContainer {
    width: 290px !important
}

@media only screen and (max-width:767px) {
    .msd-form-v2 form table.multi>tbody>tr th.columnContainer {
        width: 100% !important
    }
}

.msd-form-v2 form th, .msd-form-v2 form th>div.textFormFieldBlock {
    padding: 0 !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock, .msd-form-v2 form th>div.textFormFieldBlock {
    margin: 0 !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock~div, .msd-form-v2 form th>div.textFormFieldBlock~div {
    margin-top: 16px !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock label, .msd-form-v2 form th>div.textFormFieldBlock label {
    color: #02133d;
    display: block;
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 6px
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock label, .msd-form-v2 form th>div.textFormFieldBlock label {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock label, .msd-form-v2 form th>div.textFormFieldBlock label {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock label, .msd-form-v2 form th>div.textFormFieldBlock label {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock label, .msd-form-v2 form th>div.textFormFieldBlock label {
        line-height: 20px
    }
}

.msd-form-v2 form th>div.phoneFormFieldBlock input, .msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock input, .msd-form-v2 form th>div.textFormFieldBlock textarea {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #02133d !important;
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 48px !important;
    letter-spacing: -.02em;
    line-height: 25px;
    margin: 0 !important;
    outline: none !important;
    padding: 13px !important
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock input, .msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock input, .msd-form-v2 form th>div.textFormFieldBlock textarea {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock input, .msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock input, .msd-form-v2 form th>div.textFormFieldBlock textarea {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock input, .msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock input, .msd-form-v2 form th>div.textFormFieldBlock textarea {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock input, .msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock input, .msd-form-v2 form th>div.textFormFieldBlock textarea {
        line-height: 25px
    }
}

.msd-form-v2 form th>div.phoneFormFieldBlock input::placeholder, .msd-form-v2 form th>div.phoneFormFieldBlock textarea::placeholder, .msd-form-v2 form th>div.textFormFieldBlock input::placeholder, .msd-form-v2 form th>div.textFormFieldBlock textarea::placeholder {
    color: inherit !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode {
    border: 0 !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode input, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode input {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #02133d !important;
    font-family: Archia, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px !important;
    letter-spacing: -.02em;
    line-height: 25px;
    margin: 0 !important;
    outline: none !important;
    padding: 13px !important
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode input, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode input {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode input, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode input {
        font-size: 18px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode input, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode input {
        line-height: 25px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode input, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode input {
        line-height: 25px
    }
}

.msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel {
    color: #02133d !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode span:not(.phoneCountryCodeLabel), .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode span:not(.phoneCountryCodeLabel) {
    padding: 94px 0 0 22px !important;
    position: absolute !important
}

@media only screen and (max-width:767px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode {
        grid-gap: 0;
        display: grid;
        gap: 0;
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto auto;
        width: 100%
    }
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode span:not(.phoneCountryCodeLabel), .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode span:not(.phoneCountryCodeLabel) {
        grid-column: 1/span 2;
        grid-row: 2;
        margin-bottom: 16px !important;
        padding: 94px 0 0 !important
    }
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel {
        grid-column: 1;
        grid-row: 1
    }
    .msd-form-v2 form th>div.phoneFormFieldBlock .phoneCountryCode div, .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode div {
        grid-column: 2;
        grid-row: 1
    }
}

.msd-form-v2 form th>div.phoneFormFieldBlock textarea, .msd-form-v2 form th>div.textFormFieldBlock textarea {
    height: 180px !important;
    max-height: 180px !important;
    min-height: 180px !important;
    min-width: 100% !important;
    width: 100% !important
}

.msd-form-v2 form th .inner>div {
    margin: 0 !important;
    padding: 0 !important
}

.msd-form-v2 form th>div.phoneFormFieldBlock {
    gap: 12px !important;
    padding: 0 0 0 10px !important
}

@media only screen and (max-width:767px) {
    .msd-form-v2 form th>div.phoneFormFieldBlock {
        padding: 0 !important
    }
}

.msd-form-v2 form .submitButton {
    align-items: center;
    background: #02133d;
    background: linear-gradient(90deg, #02133d, #1e295a);
    border: none !important;
    border-radius: 999px !important;
    color: #02133d;
    color: #fff;
    display: inline-flex;
    font-family: Archia, sans-serif;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 1 !important;
    line-height: 22px;
    white-space: nowrap
}

.msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
    padding: 22px 28px
}

@media screen and (min-width:580px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding: 22px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding-left: 28px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form .submitButton:not(.hollow):not(.shallow) {
        padding-right: 28px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form .submitButton {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form .submitButton {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .msd-form-v2 form .submitButton {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .msd-form-v2 form .submitButton {
        line-height: 22px
    }
}

.msd-form-v2 form .submitButton:after {
    aspect-ratio: 1/1;
    background-image: url(/assets/img/cta-right-white.fad9be.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    margin-left: 8px;
    width: 15px
}

.msd-form-v2 form .submitButton:hover:after {
    animation: cta-anim;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

.news-archive__footer {
    display: flex;
    justify-content: center;
    padding-top: 32px
}

.news-archive__no-posts {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.news-archive__no-posts p {
    text-align: center
}

.not-found-page__bg-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative;
    width: 100%
}

@media only screen and (min-width:940px) {
    .not-found-page__bg-wrap:after {
        background-color: #fff3;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 109px;
        width: 100%
    }
}

@media only screen and (min-width:940px)and (min-width:940px) {
    .not-found-page__bg-wrap:after {
        top: calc(99.6px + 1vw)
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .not-found-page__bg-wrap:after {
        top: 114px
    }
}

.not-found-page__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    min-height: 667px;
    padding: 137px 20px 80px;
    position: relative;
    width: 100%
}

@media screen and (min-width:580px) {
    .not-found-page__content {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content {
        padding-bottom: calc(53.69767px + 4.53488vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content {
        padding-bottom: 119px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content {
        min-height: calc(636.65116px + 5.23256vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content {
        min-height: 712px
    }
}

.not-found-page__content .heading-image {
    display: inline-block;
    height: 52px;
    margin-bottom: 24px;
    width: auto
}

@media screen and (min-width:580px) {
    .not-found-page__content .heading-image {
        height: calc(38.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content .heading-image {
        height: 72px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content .heading-image {
        margin-bottom: calc(12.53488px + 1.97674vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content .heading-image {
        margin-bottom: 41px
    }
}

.not-found-page__content>h1 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 48px;
    margin-bottom: 100px;
    max-width: 700px
}

@media screen and (min-width:580px) {
    .not-found-page__content>h1 {
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content>h1 {
        font-size: 40px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content>h1 {
        line-height: 48px
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content>h1 {
        line-height: 48px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content>h1 {
        margin-bottom: calc(7.25581px + 1.16279vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content>h1 {
        margin-bottom: 24px
    }
}

@media screen and (min-width:580px) {
    .not-found-page__content>h1 {
        margin-bottom: calc(86.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .not-found-page__content>h1 {
        margin-bottom: 120px
    }
}

@media only screen and (min-width:940px) {
    .not-found-page__content>h1 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 56px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 67px;
        margin-top: auto
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .not-found-page__content>h1 {
        font-size: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .not-found-page__content>h1 {
        font-size: 56px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .not-found-page__content>h1 {
        line-height: 67px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .not-found-page__content>h1 {
        line-height: 67px
    }
}

.location-cards-cta {
    background-color: #efeff6;
    margin-bottom: 58px;
    margin-top: 58px;
    overflow: hidden;
    padding-bottom: 58px;
    padding-top: 58px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .location-cards-cta {
        margin-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta {
        margin-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta {
        padding-top: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta {
        padding-bottom: calc(43.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta {
        padding-bottom: 80px
    }
}

.location-cards-cta:before {
    background-color: inherit;
    bottom: -58px;
    content: "";
    left: 50%;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .location-cards-cta:before {
        top: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta:before {
        bottom: calc(-43.16279px - 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta:before {
        bottom: -80px
    }
}

.location-cards-cta__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .location-cards-cta__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta__inner {
        padding-right: 40px
    }
}

.location-cards-cta__inner h3 {
    color: #02133d;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 24px
}

@media screen and (min-width:580px) {
    .location-cards-cta__inner h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta__inner h3 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta__inner h3 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta__inner h3 {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .location-cards-cta__inner h3 {
        margin-bottom: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .location-cards-cta__inner h3 {
        margin-bottom: 32px
    }
}

@media only screen and (min-width:940px) {
    .location-cards-cta__inner h3 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .location-cards-cta__inner h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .location-cards-cta__inner h3 {
        font-size: 34px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .location-cards-cta__inner h3 {
        line-height: 41px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .location-cards-cta__inner h3 {
        line-height: 41px
    }
}

.simple-dynamics-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .simple-dynamics-form {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form {
        padding-right: 40px
    }
}

.simple-dynamics-form__outer {
    border-radius: 32px !important;
    margin-bottom: 80px;
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer {
        margin-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer {
        padding-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer {
        padding-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer {
        padding-bottom: 80px
    }
}

.simple-dynamics-form__outer:before {
    background-color: inherit;
    bottom: -80px;
    content: "";
    left: 50%;
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer:before {
        top: -80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__outer:before {
        bottom: -80px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__outer:before {
        bottom: -80px
    }
}

.simple-dynamics-form__wrap {
    overflow: hidden
}

.simple-dynamics-form__inner {
    background-color: #efeff6;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__inner {
        padding-right: 40px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__inner {
        padding: 0
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__inner {
        padding: 0
    }
}

.simple-dynamics-form__form-header {
    color: #02133d;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 16px;
    padding: 20px
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__form-header {
        padding: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__form-header {
        padding: 32px
    }
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__form-header {
        margin-bottom: calc(10.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__form-header {
        margin-bottom: 24px
    }
}

.simple-dynamics-form__form {
    border-radius: 16px;
    padding: 20px
}

@media screen and (min-width:580px) {
    .simple-dynamics-form__form {
        padding: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .simple-dynamics-form__form {
        padding: 32px
    }
}

.video-embed {
    margin-bottom: 56px;
    margin-top: 56px;
    overflow: hidden;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .video-embed {
        margin-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .video-embed {
        margin-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .video-embed {
        padding-top: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .video-embed {
        padding-bottom: calc(39.81395px + 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed {
        padding-bottom: 80px
    }
}

.video-embed:before {
    background-color: inherit;
    bottom: -56px;
    content: "";
    left: 50%;
    position: absolute;
    top: -56px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .video-embed:before {
        top: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .video-embed:before {
        bottom: calc(-39.81395px - 2.7907vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed:before {
        bottom: -80px
    }
}

.video-embed__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .video-embed__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .video-embed__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed__inner {
        padding-right: 40px
    }
}

.video-embed__inner h3 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 39px;
    margin-bottom: 18px
}

@media screen and (min-width:580px) {
    .video-embed__inner h3 {
        font-size: 30px
    }
}

@media screen and (min-width:1440px) {
    .video-embed__inner h3 {
        font-size: 30px
    }
}

@media screen and (min-width:580px) {
    .video-embed__inner h3 {
        line-height: 39px
    }
}

@media screen and (min-width:1440px) {
    .video-embed__inner h3 {
        line-height: 39px
    }
}

@media screen and (min-width:580px) {
    .video-embed__inner h3 {
        margin-bottom: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width:1440px) {
    .video-embed__inner h3 {
        margin-bottom: 40px
    }
}

.video-embed__inner .media-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-embed__inner .media-container embed, .video-embed__inner .media-container iframe, .video-embed__inner .media-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-carousel {
    background: #fff;
    border-radius: 24px;
    color: #02133d;
    overflow: hidden;
    padding: 0;
    position: relative
}

.image-carousel:not(.image-carousel--fullwidth) {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) {
    .image-carousel:not(.image-carousel--fullwidth) {
        max-width: min(100vw - 80px, 1360px)
    }
}

.image-carousel--white .blob-var-5, .image-carousel--white .blob-var-6 {
    display: none
}

.image-carousel--light {
    background: #efeff6
}

.image-carousel--dark {
    background: radial-gradient(57.08% 88.2% at 76.03% 127.3%, #1e295a 0, #02133d 100%);
    color: #fff
}

.image-carousel--fullwidth {
    border-radius: 24px 24px 0 0
}

.image-carousel__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding: 50px 20px 43px
}

@media only screen and (min-width:768px) {
    .image-carousel__inner {
        padding: 80px 72px 60px;
        text-align: center
    }
}

.image-carousel__inner>h3.dot-label {
    display: inline-block;
    margin-bottom: 22px
}

@media only screen and (min-width:768px) {
    .image-carousel__inner>h3.dot-label {
        margin-bottom: 24px
    }
}

.image-carousel__inner>h3.dot-label:before {
    display: inline-block
}

.image-carousel__inner>h2 {
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-size: max(24px, min(4.1vw, 40px));
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 17px
}

@media screen and (min-width:580px) {
    .image-carousel__inner>h2 {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .image-carousel__inner>h2 {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .image-carousel__inner>h2 {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .image-carousel__inner>h2 {
        line-height: 31px
    }
}

@media only screen and (min-width:768px) {
    .image-carousel__inner>h2 {
        line-height: 1.2;
        margin-bottom: 24px
    }
}

.image-carousel__inner>.image-carousel__maintext {
    font-family: Archia, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 22px;
    line-height: 1.4;
    margin-bottom: 24px
}

@media screen and (min-width:580px) {
    .image-carousel__inner>.image-carousel__maintext {
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .image-carousel__inner>.image-carousel__maintext {
        font-size: 16px
    }
}

@media screen and (min-width:580px) {
    .image-carousel__inner>.image-carousel__maintext {
        line-height: 22px
    }
}

@media screen and (min-width:1440px) {
    .image-carousel__inner>.image-carousel__maintext {
        line-height: 22px
    }
}

@media only screen and (min-width:768px) {
    .image-carousel__inner>.image-carousel__maintext {
        font-size: 18px
    }
}

.image-carousel__container {
    display: none
}

@media only screen and (min-width:768px) {
    .image-carousel__container {
        display: block
    }
}

.image-carousel .splide__list.instant {
    transition: all 0s !important
}

.image-carousel__splide-carousel-wrapper {
    display: block
}

.image-carousel__splide-carousel-wrapper.active {
    z-index: 20
}

@media only screen and (min-width:768px) {
    .image-carousel__splide-carousel-wrapper:not(.active) {
        display: none
    }
    .image-carousel__splide-carousel-wrapper li {
        border-radius: 15px;
        overflow: hidden
    }
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width:768px) {
    .image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper {
        aspect-ratio: 1.576
    }
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper img {
    aspect-ratio: 1.58;
    border-radius: 10px;
    object-fit: cover;
    width: 100%
}

@media only screen and (min-width:768px) {
    .image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper img {
        border-radius: 15px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .image-carousel__splide-text-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left
}

@media only screen and (min-width:768px) {
    .image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .image-carousel__splide-text-wrapper {
        background: #02133d80;
        color: #fff;
        margin-top: auto;
        padding: 15px 30px 19px;
        z-index: 10
    }
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .image-carousel__splide-text-wrapper h3, .image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .image-carousel__splide-text-wrapper h3+div {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .image-carousel__splide-text-wrapper h3+div {
    margin-bottom: auto;
    margin-top: 5px
}

.image-carousel__splide-carousel-wrapper .image-carousel__splide-item-wrapper .action-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' fill='none'%3E%3Ccircle cx='29' cy='28.999' r='20' transform='rotate(45 29 29)' fill='%23fff'/%3E%3Cpath fill='%2302133D' d='m23.108 24.285.884-.884 10.606 10.607-.883.884z'/%3E%3Cpath fill='%2302133D' d='m33.715 23.11.884.883L23.993 34.6l-.884-.884z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px
}

.image-carousel__splide-carousel-wrapper.active .image-carousel__splide-text-wrapper {
    color: #fff
}

.image-carousel__splide-carousel-wrapper:not(.active) .action-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' fill='%23fff' stroke='%23fff'/%3E%3Cpath d='M23.435 22.063h-.723l-.256-.247a5.92 5.92 0 0 0 1.436-3.87 5.946 5.946 0 1 0-5.946 5.946 5.92 5.92 0 0 0 3.87-1.436l.247.256v.723L26.637 28 28 26.637l-4.565-4.574Zm-5.489 0a4.111 4.111 0 0 1-4.116-4.117 4.111 4.111 0 0 1 4.116-4.116 4.111 4.111 0 0 1 4.117 4.116 4.111 4.111 0 0 1-4.117 4.117Z' fill='%2302133D'/%3E%3C/svg%3E")
}

.image-carousel__splide-carousel-wrapper .controls {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: flex-end
}

@media only screen and (min-width:768px) {
    .image-carousel__splide-carousel-wrapper .controls {
        justify-content: space-between;
        left: -58px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% + 116px)
    }
}

@media only screen and (min-width:1024px) {
    .image-carousel__splide-carousel-wrapper .controls {
        justify-content: center;
        left: auto;
        padding-top: 20px;
        position: relative;
        top: auto;
        transform: none;
        width: 100%
    }
}

.image-carousel__splide-carousel-wrapper .controls svg circle, .image-carousel__splide-carousel-wrapper .controls svg path {
    transition: fill .1s linear, stroke .1s linear
}

@media(hover:hover) {
    .image-carousel__splide-carousel-wrapper .controls svg:hover circle {
        fill: #02133d
    }
    .image-carousel__splide-carousel-wrapper .controls svg:hover path {
        stroke: #fff
    }
}

.image-carousel__splide-carousel-wrapper .controls svg:active circle {
    fill: #02133d
}

.image-carousel__splide-carousel-wrapper .controls svg:active path {
    stroke: #fff
}

@media only screen and (max-width:767px) {
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg circle, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg circle {
        fill: #02133d
    }
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg path, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg path {
        stroke: #fff
    }
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:active circle, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:active circle {
        fill: #fff
    }
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:active path, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:active path {
        stroke: #02133d
    }
}

@media only screen and (max-width:767px)and (hover:hover) {
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:hover circle, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:hover circle {
        fill: #fff
    }
    .image-carousel--light .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:hover path, .image-carousel--white .image-carousel__splide-carousel-wrapper:not(.active) .controls svg:hover path {
        stroke: #02133d
    }
}

.image-carousel-overlay {
    background: #02133d;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 10
}

.image-carousel-overlay.active {
    opacity: 1;
    pointer-events: auto
}

.dynamics-form__outer {
    border-radius: 32px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .dynamics-form__outer {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__outer {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form__outer {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__outer {
        padding-right: 40px
    }
}

.dynamics-form__wrap {
    overflow: hidden
}

.dynamics-form__inner {
    background-color: #efeff6;
    border-radius: 16px;
    overflow: hidden
}

.dynamics-form__form-header {
    color: #02133d;
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 31px;
    margin-bottom: 16px;
    padding: 20px
}

@media screen and (min-width:580px) {
    .dynamics-form__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form-header {
        font-size: 24px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form-header {
        line-height: 31px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form__form-header {
        padding: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form-header {
        padding: 32px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form__form-header {
        margin-bottom: calc(10.60465px + .93023vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form-header {
        margin-bottom: 24px
    }
}

.dynamics-form__form-header--no-low {
    margin-bottom: 0;
    padding-bottom: 10px
}

@media screen and (min-width:580px) {
    .dynamics-form__form-header--no-low {
        padding-bottom: calc(5.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form-header--no-low {
        padding-bottom: 16px
    }
}

.dynamics-form__form {
    border-radius: 16px;
    padding: 20px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .dynamics-form__form {
        padding: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form__form {
        padding: 32px
    }
}

.stat-showcase {
    margin-bottom: 50px;
    margin-top: 35px;
    padding-bottom: 50px;
    padding-top: 35px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .stat-showcase {
        margin-top: calc(22.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase {
        margin-top: 53px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase {
        margin-bottom: calc(31.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase {
        margin-bottom: 78px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase {
        padding-top: calc(22.86047px + 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase {
        padding-top: 53px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase {
        padding-bottom: calc(31.11628px + 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase {
        padding-bottom: 78px
    }
}

.stat-showcase:before {
    background-color: inherit;
    bottom: -50px;
    content: "";
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .stat-showcase:before {
        top: calc(-22.86047px - 2.09302vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase:before {
        top: -53px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase:before {
        bottom: calc(-31.11628px - 3.25581vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase:before {
        bottom: -78px
    }
}

.stat-showcase>* {
    overflow: hidden
}

.stat-showcase__heading {
    margin-bottom: 24px
}

@media screen and (min-width:580px) {
    .stat-showcase__heading {
        margin-bottom: calc(15.90698px + 1.39535vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__heading {
        margin-bottom: 36px
    }
}

@media only screen and (max-width:939px) {
    .stat-showcase__list {
        align-items: flex-start;
        animation-duration: var(--duration);
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: scroller;
        animation-timing-function: linear;
        display: inline-flex;
        left: 50%;
        list-style-type: none;
        position: relative;
        transform: translate3d(-33.333%, 0, 0);
        will-change: transform
    }
    @keyframes scroller {
        0% {
            transform: translate3d(-33.333%, 0, 0)
        }
        to {
            transform: translate3d(-66.666%, 0, 0)
        }
    }
}

@media only screen and (min-width:940px) {
    .stat-showcase__list {
        display: flex;
        gap: 24px;
        justify-content: space-between
    }
}

.stat-showcase__list li {
    max-width: 25%
}

@media only screen and (max-width:939px) {
    .stat-showcase__list li {
        padding: 0 24px 0 0
    }
}

.stat-showcase__list li h5 {
    color: var(--colourway);
    font-family: Archia Medium, Archia, sans-serif;
    font-size: 56px;
    font-weight: 500;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 67px
}

@media screen and (min-width:580px) {
    .stat-showcase__list li h5 {
        font-size: 56px
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__list li h5 {
        font-size: 56px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase__list li h5 {
        line-height: 67px
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__list li h5 {
        line-height: 67px
    }
}

@media only screen and (max-width:939px) {
    .stat-showcase__list li h5 {
        padding: 0 72px 0 0
    }
}

@media only screen and (min-width:940px) {
    .stat-showcase__list li h5 {
        font-family: Archia Medium, Archia, sans-serif;
        font-size: 72px;
        font-weight: 600;
        letter-spacing: -.03em;
        line-height: 72px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .stat-showcase__list li h5 {
        font-size: 72px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .stat-showcase__list li h5 {
        font-size: 72px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .stat-showcase__list li h5 {
        line-height: 72px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .stat-showcase__list li h5 {
        line-height: 72px
    }
}

.stat-showcase__list li p {
    font-family: Archia, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-top: 8px
}

@media screen and (min-width:580px) {
    .stat-showcase__list li p {
        margin-top: calc(3.95349px + .69767vw)
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__list li p {
        margin-top: 14px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase__list li p {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__list li p {
        font-size: 14px
    }
}

@media screen and (min-width:580px) {
    .stat-showcase__list li p {
        line-height: 20px
    }
}

@media screen and (min-width:1440px) {
    .stat-showcase__list li p {
        line-height: 20px
    }
}

@media only screen and (min-width:940px) {
    .stat-showcase__list li p {
        font-family: Archia, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .stat-showcase__list li p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .stat-showcase__list li p {
        font-size: 18px
    }
}

@media only screen and (min-width:940px)and (min-width:580px) {
    .stat-showcase__list li p {
        line-height: 25px
    }
}

@media only screen and (min-width:940px)and (min-width:1440px) {
    .stat-showcase__list li p {
        line-height: 25px
    }
}

.iframe iframe {
    border: none;
    height: 100vh;
    width: 100%
}

@media only screen and (max-width:939px) {
    .iframe {
        padding: 0 20px
    }
}

.dynamics-form-new {
    margin-bottom: 80px;
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:580px) {
    .dynamics-form-new {
        margin-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new {
        margin-top: 80px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new {
        margin-bottom: 80px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new {
        padding-top: 80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new {
        padding-top: 80px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new {
        padding-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new {
        padding-bottom: 80px
    }
}

.dynamics-form-new:before {
    background-color: inherit;
    bottom: -80px;
    content: "";
    left: 50%;
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:580px) {
    .dynamics-form-new:before {
        top: -80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new:before {
        top: -80px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new:before {
        bottom: -80px
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new:before {
        bottom: -80px
    }
}

.dynamics-form-new__outer {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .dynamics-form-new__outer {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new__outer {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new__outer {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new__outer {
        padding-right: 40px
    }
}

.dynamics-form-new__inner {
    background-color: #efeff6;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    overflow: hidden;
    padding: 32px 20px;
    width: 100%
}

@media screen and (min-width:580px) {
    .dynamics-form-new__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new__inner {
        padding-left: 40px
    }
}

@media screen and (min-width:580px) {
    .dynamics-form-new__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width:1440px) {
    .dynamics-form-new__inner {
        padding-right: 40px
    }
}

@media only screen and (min-width:768px) {
    .dynamics-form-new__inner {
        padding: 40px 32px 32px
    }
}

.dynamics-form-new .msd-form-v2 form th .inner>div.consentBlock {
    padding: 20px 0 !important
}

.dynamics-form-new .msd-form-v2 form th>div.textFormFieldBlock .phoneCountryCode {
    display: block !important
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: #0000;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

/* Mobil */
@media (max-width: 768px) {
  .site-footer__lower {
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .site-footer__lower img {
    width: 72px;
    height: auto;
  }

  /* © yazısı */
  .site-footer__lower > p:first-of-type {
    order: 1;
    width: auto;
  }

  /* Logo */
  .site-footer__lower > p:last-of-type {
    margin: 0 auto;
  }

  /* Alt menü */
  #menu-small-footer-menu {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 8px;
  }
}


@media (min-width: 940px) {
  .js-hero-wrap .hero__content-container {
    min-height: 712px;
  }
}

#page-loader{
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 2147483637;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translateY(0);
  will-change: transform;
}

#page-loader .loader-inner{
  width: min(520px, 82vw);
  display: grid;
  place-items: center;
}

#page-loader svg{
  width: 75%;
  height: auto;
  display: block;
}

@media only screen and (min-width:1024px) {
  #page-loader svg{
    width: 50%;
  }
}

#page-loader svg path{
  transform-box: fill-box;
  transform-origin: center;
}

#page-loader #loader-svg-host{
  position: relative;
  z-index: 1;
}

#page-loader #loader-svg-host svg {
  visibility: visible;
  opacity: 1;
}

body.is-loaded #page-loader{
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(0.77, 0.0, 0.175, 1);
}


@media (max-width: 1024px) {
    .mob-list {
        border-top: 1px solid #02133d;
        padding-top: 11px;
        margin-top: 30px;
    }
}

.mob-menu-footer-container{
    display: none;
}


.contact-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #001e42;
}
.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-badge {
  display: none !important;
}

.crew {
    grid-template-columns: 1fr 1fr !important;
} 

.bt-desktop {
    display: block;
}
.bt-mobile {
    display: none;
}
@media (max-width: 939px) {
    .crew {
        grid-template-columns: 1fr !important;
    } 
    .bt-desktop {
    display: none;
    }
    .bt-mobile {
        display: block;
    }
    .mob-menu-footer-container {
        display: flex;
        flex-direction: column; 
        gap: 15px;
        padding: 18px 12px;
        list-style: none;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* Yeni Eklenen: Mail ve Telefonu Yan Yana Dizmek İçin */
    .contact-row {
        display: flex;
        flex-direction: row; /* Yan yana getirir */
        flex-wrap: wrap;    /* Çok dar ekranlarda alta kaysın diye */
        gap: 20px;          /* İkisinin arasındaki boşluk */
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .contact-svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        fill: #001e42;
    }

    .contact-item a, 
    .contact-item span {
        text-decoration: none;
        color: #333;
        font-size: 14px;
        line-height: 1.3;
    }

    .social-icons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .social-icons img {
        width: auto;
        height: 20px;
        display: block;
    }
    .social-icons svg {
        width: auto;
        height: 18px;
        display: block;
    }

    .mob-menu-footer-container li {
        list-style: none !important;
    }

    .site-banner__text, 
    .site-banners .site-banner__hideable-content .site-banner__cta {
        font-size: 11px;
    }
    .site-footer__lower {
        margin-top: 0;
    }
    .menu-divider {
        border: 0;
        border-top: 1px solid #999;
        margin: 10px 0;
    }

    .social-wrapper {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .social-label {
        font-size: 11px;
        color: #999;
        letter-spacing: 1px;
    }
}


/* SEARCH */
.search__no-results{
  text-align:center;
  color:#1e295a;
  margin: 60px 0;
  font-size: 18px;
}
@media (max-width: 768px) {
    .search__no-results{
        font-size: 15px;
    }
}

.search-results__label{
  letter-spacing: .2em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 28px 0 10px;
  color:#6b6f86;
}
.search-results__list{ list-style:none; padding:0; margin:0; }
.search-results__item{ margin: 14px 0; }
.search-results__link{ color:#1e295a; text-decoration:none; }
.search-results__link:hover{ text-decoration:underline; }
.search-results__divider{ border:0; border-top:1px solid rgba(30,41,90,.15); margin: 28px 0; }
.search-results__empty{ color:#1e295a; opacity:.8; margin: 6px 0 0; }

[data-search-results]{
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px 90px;
}

.search__count{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color:#1e295a;
}
.search__count span{
  font-weight: 500;
  opacity:.65;
}

.search__group{
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid rgba(30,41,90,.18);
}
.search__group:first-of-type{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.search__group-title{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #00a8ec;
  font-family: Archia Medium, Archia, sans-serif;
  margin-bottom: 12px;
}

.search__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search__item{ margin: 0; }

.search__link{
  font-size: 20px;
  line-height: 1.25;
  color:#1e295a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.search__link:hover{ text-decoration: underline; }

.search__excerpt{
  margin-top: 6px;
  color: rgba(30,41,90,.78);
  line-height: 1.4;
  max-width: 78ch;
  font-size: 13px;
}
.search__excerpt strong {
  font-weight: 600;
}

/* TOPLANTI TALEP FORMU */
.bt-cta{
  font-family: inherit;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #111;
  color: #fff;
  cursor: pointer;
}

.bt-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
  border-radius: 0;
  overflow: visible;
}

.bt-modal-overlay.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bt-modal{
  font-family: inherit;
  width: min(760px, 100%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  padding: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(-14px) scale(0.98);
  transition: transform 180ms ease, opacity 180ms ease;
  will-change: transform, opacity;
}

.bt-modal-overlay.is-open .bt-modal{
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bt-close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #1e295a;
  color: #f9f8f6;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.bt-modal-top{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.bt-logo-area{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.bt-header{
  flex: 1;
  min-width: 0;
  border-left: 1px solid #ccc;
  padding-left: 25px;
}

.bt-header h2{
  margin: 0 0 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.teams-icon{
  width: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.teams-icon-cta {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 22px;
}

.teams-icon-menu {
    width: 18px;
    flex-shrink: 0;
    margin-bottom: 2px;
}

.teams-meeting-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    font-size: 13px !important;
    font-family: Archia Medium, Archia, sans-serif;
}

/* küçük header menüsü */
#menu-small-header{
  display: flex;
  align-items: center;
  gap: 0;
}

.site-header__upper > ul#menu-small-header > li{
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}

.site-header__upper > ul#menu-small-header > li:not(:last-child)::after{
  content: "";
  width: 1px;
  height: 14px;
  background: currentColor;
  opacity: .5;
  margin: 0 10px;
}

.site-header__upper > ul#menu-small-header > li:last-child{
  margin-right: 10px;
}

.bt-sub{
  margin: 0;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  line-height: 1.25;
}

.bt-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bt-field{
  min-width: 0;
}

.bt-field > label{
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(0,0,0,.8);
}

.bt-field input:not([type="checkbox"]),
.bt-field select,
.bt-cselect-btn{
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
  outline: none;
  font-family: inherit;
  background: #fff;
  color: #111;
  min-height: 44px;
  height: 44px;
  line-height: 1.2;
  box-sizing: border-box;
}

.bt-field input:focus,
.bt-field select:focus{
  border-color: rgba(0,0,0,.35);
}

.bt-help{ color: rgba(0,0,0,.55); font-size: 12px; }
.bt-muted{ padding-left: 5px; color: rgba(0,0,0,.55); font-weight: 400; }

.bt-span-2{ grid-column: span 2; }

.bt-kvkk{ margin-top: 4px; }

.bt-kvkk-label{
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.bt-kvkk-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.bt-checkui{
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 999px;
  height: 20px;
  width: 20px;
}

.bt-kvkk-input:checked + .bt-checkui{
  background: #1e295a;
  border-color: #1e295a;
}

.bt-kvkk-input:checked + .bt-checkui::after{
  content: "";
  position: absolute;
  height: 12px;
  width: 6px;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bt-kvkk-input:focus-visible + .bt-checkui{
  outline: 3px solid rgba(30, 41, 90, 0.25);
  outline-offset: 2px;
}

.bt-kvkk-text{
  line-height: 1.2;
}

.bt-kvkk-label span{
    line-height: 1.2;
    margin-bottom: -5px;
    padding-top: 1px;
}

.bt-actions{
    display: flex;
    justify-content: flex-end;
}

.bt-submit{
  font-family: inherit;
  padding: 15px 40px;
  border-radius: 50px;
  border: 0;
  background: #3be3cd;
  color: #02133d;
  cursor: pointer;
  letter-spacing: -.02em;
  font-family: Archia Medium, Archia, sans-serif;
  font-size: 16px;
}

.bt-cselect{
  position: relative;
}

.bt-cselect-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.bt-cselect-text{
  text-align: left;
  flex: 1;
  font-size: 13px;
}

.bt-cselect-menu{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  padding: 6px;
  display: none;
  max-height: min(260px, 42vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.bt-cselect.open-up .bt-cselect-menu{
  top: auto;
  bottom: calc(100% + 8px);
}

.bt-cselect.is-open .bt-cselect-menu{
  display: block;
}

.bt-cselect-opt{
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 10px 10px;
  border-radius: 10px;
  letter-spacing: -0.5px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

.bt-cselect-opt:hover{
  background: rgba(0,0,0,.06);
}

.bt-datewrap{
  position: relative;
}

.bt-date-display{
  width: 100%;
  padding: 10px 56px 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
  outline: none;
  font-family: inherit;
  background: #fff;
  color: #111;
  min-height: 44px;
  height: 44px;
  line-height: 1.2;
  box-sizing: border-box;
  cursor: pointer;
}

.bt-date-display::placeholder{
  color: rgba(0,0,0,.45);
}

.bt-datewrap input[type="date"]{
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bt-dateicon{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

@media (max-width: 768px){
  .bt-modal{
    padding: 25px;
    width: min(760px, calc(100% - 0px));
    font-size: 13px;
  }

  .bt-modal-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .bt-header{
    border-left: 0;
    padding-left: 0;
    margin-top: 6px;
  }

  .bt-header h2{
    font-size: 15px;
    margin-bottom: 6px;
  }

  .teams-icon{
    width: 18px;
    margin-top: 0;
    padding-bottom: 3px;
  }

  .bt-sub{
    font-size: 12px;
    line-height: 1.3;
  }

  .bt-grid{
    gap: 14px;
  }

  .bt-field--date{
    padding-right: 6px;
  }

  .bt-field--time{
    padding-left: 6px;
  }

  .bt-field > label{
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }

  .bt-field input:not([type="checkbox"]),
  .bt-field select,
  .bt-cselect-btn,
  .bt-date-display{
    min-height: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
  }

  .bt-date-display{
    padding-right: 56px;
    padding-left: 10px;
  }

  .bt-dateicon{
    right: 10px;
  }

  .bt-help{
    font-size: 11px;
  }

  .bt-kvkk-label{
    font-size: 12px;
  }

  .bt-submit{
    padding: 15px 25px;
    border-radius: 999px;
    font-size: 14px;
  }

  .bt-field--topic{
    grid-column: span 2;
  }

  .bt-cselect-opt{
    font-size: 13px;
    padding: 9px 10px;
  }

}

@media (prefers-reduced-motion: reduce){
  .bt-modal-overlay,
  .bt-modal{
    transition: none;
  }
  .bt-modal{
    transform: none;
    opacity: 1;
  }
}
.bt-modal-overlay{
  border-radius: 0 !important;
  overflow: visible !important;
}
@media (max-width: 768px){
  .bt-modal input:not([type="date"]),
  .bt-modal textarea{
    font-size: 16px !important;
  }

  .bt-modal input::placeholder{
    font-size: 13px !important;
  }

  .bt-modal .bt-field > label{
    font-size: 12px !important;
  }

  .bt-modal .bt-help{
    font-size: 11px !important;
  }
}
.bt-successview{
  display: none;
  text-align: center;
  padding: 22px 6px 10px;
}

.bt-successview.is-active{
  display: block;
}

.bt-formview.is-hidden{
  display: none;
}

.bt-success-logo{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.bt-success-text{
  margin: 0;
  font-size: 15px;
  color: rgba(0,0,0,.75);
  line-height: 1.35;
}

@media (max-width: 768px){
  .bt-successview{
    padding: 18px 4px 8px;
  }
  .bt-success-text{
    font-size: 14px;
  }
}

/* AUTOFILL HIGHLIGHT FIX */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #111;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 9999s ease-out 0s;
  font-family: inherit;
}

.font-13 {
    font-size: 13px;
}

.bt-contact-person {
    margin-top: 40px;
}

.bt-contact-person-details {
    padding-bottom: 35px;
}

.bt-contact-person-details h2.person-name {
    font-size: 28px;
    padding-bottom: 8px;
}

.bt-contact-person-details .person-title {
    font-size: 18px;
    padding-bottom: 8px;
}

.bt-contact-person-details .person-email a {
    font-size: 13px;
    text-decoration: none;
    color: #001e42;
}

@media only screen and (max-width:939px) {
    .bt-contact-person-details h2.person-name {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .bt-contact-person-details .person-title {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .bt-contact-person-details .person-email {
        font-size: 15px;
    }
}

.contact-page-items {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}
.contact-page-items svg {
    margin-top: -1px;
}