@font-face {
  font-family: "CentraNo2 Book";
  src: url(../fonts/CentraNo2-Book.woff2) format("woff2"), url(../fonts/CentraNo2-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Book Italic";
  src: url(../fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(../fonts/CentraNo2-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium";
  src: url(../fonts/CentraNo2-Medium.woff2) format("woff2"), url(../fonts/CentraNo2-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium Italic";
  src: url(../fonts/CentraNo2-MediumItalic.woff2) format("woff2"), url(../fonts/CentraNo2-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ExpediaGroupPrimary Bold";
  src: url(../fonts/ExpediaGroupPrimary-Bold.woff2) format("woff2"), url(../fonts/ExpediaGroupPrimary-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.theme-white__btn-primary, .theme-white__btn-secondary, .theme-white__btn-link, .theme-pacific-blue__btn-primary, .theme-pacific-blue__btn-secondary, .theme-pacific-blue__btn-link, .theme-midnight-blue__btn-primary, .theme-midnight-blue__btn-secondary, .theme-midnight-blue__btn-link, .btn-link, .btn-icon,
.btn-secondary,
.btn-with-icon, .btn-primary {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
}
.theme-white__btn-primary:focus, .theme-white__btn-secondary:focus, .theme-white__btn-link:focus, .theme-pacific-blue__btn-primary:focus, .theme-pacific-blue__btn-secondary:focus, .theme-pacific-blue__btn-link:focus, .theme-midnight-blue__btn-primary:focus, .theme-midnight-blue__btn-secondary:focus, .theme-midnight-blue__btn-link:focus, .btn-link:focus, .btn-icon:focus,
.btn-secondary:focus,
.btn-with-icon:focus, .btn-primary:focus, .theme-white__btn-primary:hover, .theme-white__btn-secondary:hover, .theme-white__btn-link:hover, .theme-pacific-blue__btn-primary:hover, .theme-pacific-blue__btn-secondary:hover, .theme-pacific-blue__btn-link:hover, .theme-midnight-blue__btn-primary:hover, .theme-midnight-blue__btn-secondary:hover, .theme-midnight-blue__btn-link:hover, .btn-link:hover, .btn-icon:hover,
.btn-secondary:hover,
.btn-with-icon:hover, .btn-primary:hover {
  box-shadow: none;
  outline-offset: 1px;
}
.theme-white__btn-primary:disabled, .theme-white__btn-secondary:disabled, .theme-white__btn-link:disabled, .theme-pacific-blue__btn-primary:disabled, .theme-pacific-blue__btn-secondary:disabled, .theme-pacific-blue__btn-link:disabled, .theme-midnight-blue__btn-primary:disabled, .theme-midnight-blue__btn-secondary:disabled, .theme-midnight-blue__btn-link:disabled, .btn-link:disabled, .btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled, .btn-primary:disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-primary {
  text-align: center;
  border: 1px solid #020247;
  background-color: #020247;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}
.btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}

.btn-icon,
.btn-secondary,
.btn-with-icon {
  text-align: center;
  border: 1px solid #020247;
  background-color: transparent;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}
.btn-icon i,
.btn-secondary i,
.btn-with-icon i {
  color: currentColor;
}
.btn-icon i::before,
.btn-secondary i::before,
.btn-with-icon i::before {
  block-size: 24px;
  inline-size: 24px;
}
.btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}
.btn-icon:disabled i,
.btn-secondary:disabled i,
.btn-with-icon:disabled i {
  color: currentColor;
}

.btn-icon {
  padding: 11px 17px;
}

.btn-secondary,
.btn-with-icon {
  padding: 16px 24px;
}

.btn-with-icon {
  height: auto;
  padding: 8px;
}
.btn-with-icon i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (max-width: 1024px) {
  .btn-with-icon {
    padding: 12px;
  }
  .btn-with-icon > :first-child {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .btn-with-icon {
    padding: 12px 24px;
  }
  .btn-with-icon i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}

.btn-link {
  color: #020247;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}
.btn-link i {
  color: currentColor;
}
.btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}
.btn-link:disabled {
  color: #676a7d;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.btn-link:focus i, .btn-link:hover i {
  color: currentColor;
}

.pill {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  border: 1px solid #020247;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #020247;
  text-align: center;
  gap: 4px;
}
.pill i::before {
  block-size: 6px;
  inline-size: 6px;
  color: #57ca61;
}

:focus-visible {
  outline-color: #0d4eaf !important;
  outline-offset: 1px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "CentraNo2 Book";
  color: #0c0e1c;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  margin: 0;
  min-height: 100vh;
  background-color: #f3f3f5;
}
body.device-ios a.ios-only {
  display: inline-flex;
}
body.device-ios a.android-only {
  display: none;
}
body.device-android a.ios-only {
  display: none;
}
body.device-android a.android-only {
  display: inline-flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a {
  color: currentcolor;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 0 #0c0e1c inset;
  transition: background-color 5000s ease-in-out 0s;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-grid-overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  height: 100vh;
  margin-inline: auto;
  translate: -50%;
  background-position: 0;
  z-index: 9999999;
  pointer-events: none;
  inline-size: calc(100% - 2 * 24px);
  max-inline-size: 1232px;
  background-image: repeating-linear-gradient(to right, hsla(351, 100%, 42%, 0.1), hsla(351, 100%, 42%, 0.1) calc(100% / 6 - 8px), transparent calc(100% / 6 - 8px), transparent calc(100% / 6));
  background-size: calc(100% + 8px) 100%;
}
@media screen and (min-width: 768px) {
  .u-grid-overlay::before {
    inline-size: calc(100% - 2 * 32px);
    max-inline-size: 1216px;
    background-image: repeating-linear-gradient(to right, hsla(351, 100%, 42%, 0.1), hsla(351, 100%, 42%, 0.1) calc(100% / 8 - 16px), transparent calc(100% / 8 - 16px), transparent calc(100% / 8));
    background-size: calc(100% + 16px) 100%;
  }
}
@media screen and (min-width: 1025px) {
  .u-grid-overlay::before {
    inline-size: calc(100% - 2 * 40px);
    max-inline-size: 1200px;
    background-image: repeating-linear-gradient(to right, hsla(351, 100%, 42%, 0.1), hsla(351, 100%, 42%, 0.1) calc(100% / 12 - 24px), transparent calc(100% / 12 - 24px), transparent calc(100% / 12));
    background-size: calc(100% + 24px) 100%;
  }
}
@media screen and (min-width: 1281px) {
  .u-grid-overlay::before {
    inline-size: calc(100% - 2 * 40px);
    max-inline-size: 1200px;
    background-image: repeating-linear-gradient(to right, hsla(351, 100%, 42%, 0.1), hsla(351, 100%, 42%, 0.1) calc(100% / 12 - 24px), transparent calc(100% / 12 - 24px), transparent calc(100% / 12));
    background-size: calc(100% + 24px) 100%;
  }
}

.u-max-inline {
  max-inline-size: 1280px;
  margin-inline: auto;
}

.module-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

h1.wp-block-heading {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.09rem;
}
@media screen and (min-width: 1025px) {
  h1.wp-block-heading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1281px) {
  h1.wp-block-heading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) {
  h1.wp-block-heading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1281px) {
  h1.wp-block-heading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  h1.wp-block-heading {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h1.wp-block-heading {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h1.wp-block-heading {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h1.wp-block-heading {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h1.wp-block-heading {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  h1.wp-block-heading {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    --viewport-width: 1vw;
    letter-spacing: -0.16875rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h1.wp-block-heading {
    font-size: clamp(70px, 70px + (80 - 70) * (100vw - 1025px) / (1281 - 1025), 80px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h1.wp-block-heading {
    font-size: clamp(80px, 80px + (90 - 80) * (100vw - 1281px) / (1520 - 1281), 90px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h1.wp-block-heading {
    line-height: clamp(77px, 77px + (88 - 77) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 88px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h1.wp-block-heading {
    line-height: clamp(88px, 88px + (99 - 88) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 99px);
  }
}

h2.wp-block-heading {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  h2.wp-block-heading {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  h2.wp-block-heading {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  h2.wp-block-heading {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  h2.wp-block-heading {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h2.wp-block-heading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h2.wp-block-heading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h2.wp-block-heading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h2.wp-block-heading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  h2.wp-block-heading {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h2.wp-block-heading {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h2.wp-block-heading {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h2.wp-block-heading {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h2.wp-block-heading {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}

h3.wp-block-heading {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  h3.wp-block-heading {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  h3.wp-block-heading {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  h3.wp-block-heading {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  h3.wp-block-heading {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h3.wp-block-heading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h3.wp-block-heading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h3.wp-block-heading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h3.wp-block-heading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  h3.wp-block-heading {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h3.wp-block-heading {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h3.wp-block-heading {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h3.wp-block-heading {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h3.wp-block-heading {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}

h4.wp-block-heading {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  h4.wp-block-heading {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  h4.wp-block-heading {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  h4.wp-block-heading {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  h4.wp-block-heading {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h4.wp-block-heading {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h4.wp-block-heading {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h4.wp-block-heading {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h4.wp-block-heading {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  h4.wp-block-heading {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h4.wp-block-heading {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h4.wp-block-heading {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h4.wp-block-heading {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h4.wp-block-heading {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}

h5.wp-block-heading {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  h5.wp-block-heading {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  h5.wp-block-heading {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  h5.wp-block-heading {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  h5.wp-block-heading {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  h5.wp-block-heading {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h5.wp-block-heading {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h5.wp-block-heading {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  h5.wp-block-heading {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  h5.wp-block-heading {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  h5.wp-block-heading {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h5.wp-block-heading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h5.wp-block-heading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  h5.wp-block-heading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  h5.wp-block-heading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}

.wp-block-heading {
  padding-bottom: 1.5rem;
}

.wp-block-heading,
.wp-block-paragraph {
  padding-inline: 1.5rem;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wp-block-heading,
  .wp-block-paragraph {
    padding-left: 2rem;
    padding-right: calc(((100vw - 176px) / 8 * 2 + 32px) * 1 + 1.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-heading,
  .wp-block-paragraph {
    padding-left: calc(2.5rem + ((100vw - 344px) / 12 * 1 + 24px) * 1);
    padding-right: calc(2.5rem + ((100vw - 344px) / 12 * 2 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .wp-block-heading,
  .wp-block-paragraph {
    padding-left: calc((min(1920px, 100vw) - 1200px) / 2 + ((1280px - 344px) / 12 * 1 + 24px) * 1);
    padding-right: calc((min(1920px, 100vw) - 1200px) / 2 + ((1280px - 344px) / 12 * 2 + 48px) * 1);
  }
}
.wp-block-heading.is-style-heading-top-space,
.wp-block-paragraph.is-style-heading-top-space {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-heading-top-space,
  .wp-block-paragraph.is-style-heading-top-space {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-heading.is-style-heading-top-space,
  .wp-block-paragraph.is-style-heading-top-space {
    padding-top: 5rem;
  }
}
.wp-block-heading.is-style-heading-bottom-space,
.wp-block-paragraph.is-style-heading-bottom-space {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-heading-bottom-space,
  .wp-block-paragraph.is-style-heading-bottom-space {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-heading.is-style-heading-bottom-space,
  .wp-block-paragraph.is-style-heading-bottom-space {
    padding-bottom: 5rem;
  }
}

.wp-block-paragraph {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .wp-block-paragraph {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .wp-block-paragraph {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-paragraph {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .wp-block-paragraph {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-paragraph {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .wp-block-paragraph {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .wp-block-paragraph {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .wp-block-paragraph {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .wp-block-paragraph {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-paragraph {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .wp-block-paragraph {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .wp-block-paragraph {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .wp-block-paragraph {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .wp-block-paragraph {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.wp-block-paragraph.is-style-paragraph-top-space {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-paragraph.is-style-paragraph-top-space {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-paragraph.is-style-paragraph-top-space {
    padding-top: 5rem;
  }
}
.wp-block-paragraph.is-style-paragraph-bottom-space {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-paragraph.is-style-paragraph-bottom-space {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-paragraph.is-style-paragraph-bottom-space {
    padding-bottom: 5rem;
  }
}

.a11y-skip-btn {
  padding-inline: 24px;
  padding-block: 24px;
  background-color: #020247;
  color: #fff;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
}
.a11y-skip-btn:focus {
  top: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn50 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    translate: 0 100px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    translate: 0 -50%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    translate: 50% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  100% {
    translate: 50% 0;
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  0% {
    translate: 0 100%;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    translate: 0 -100%;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: -100% 0;
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: 100% 0;
    opacity: 0;
  }
}
@keyframes fadeInArc {
  0% {
    opacity: 0;
    clip-path: ellipse(0 0 at left bottom);
  }
  100% {
    opacity: 1;
    clip-path: ellipse(118px 118px at left bottom);
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideDown {
  0% {
    translate: 0 -50%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes scaleDown {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes scaleY {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes slideUpClip {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fadeOutLeft {
  animation: fadeOutLeft 0.5s ease-in-out forwards;
}

.fadeInRight {
  animation: fadeInRight 0.5s ease-in-out forwards;
}

.fadeInLeft {
  animation: fadeInLeft 0.5s ease-in-out forwards;
}

.fadeOutRight {
  animation: fadeOutRight 0.5s ease-in-out forwards;
}

.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.fadeOut {
  animation: fadeOut 0.5s ease-in-out forwards;
}

/** @define Icon */
.icon {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  color: currentColor;
  pointer-events: none;
}
.icon::before {
  content: "";
  display: inline-block;
  block-size: 1.5rem;
  inline-size: 1.5rem;
  background-color: currentColor;
  vertical-align: middle;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.icon[data-icon=arrow-left]::before {
  mask-image: url("../../assets/images/icons/arrow-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-left.svg");
}
.icon[data-icon=arrow-right]::before {
  mask-image: url("../../assets/images/icons/arrow-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-right.svg");
}
.icon[data-icon=chevron-down]::before {
  mask-image: url("../../assets/images/icons/chevron-down.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-down.svg");
}
.icon[data-icon=chevron-right]::before {
  mask-image: url("../../assets/images/icons/chevron-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-right.svg");
}
.icon[data-icon=chevron-left]::before {
  mask-image: url("../../assets/images/icons/chevron-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-left.svg");
}
.icon[data-icon=share]::before {
  mask-image: url("../../assets/images/icons/share.svg");
  -webkit-mask-image: url("../../assets/images/icons/share.svg");
}
.icon[data-icon=burger]::before {
  mask-image: url("../../assets/images/icons/burger.svg");
  -webkit-mask-image: url("../../assets/images/icons/burger.svg");
}
.icon[data-icon=dots-h]::before {
  mask-image: url("../../assets/images/icons/dots-h.svg");
  -webkit-mask-image: url("../../assets/images/icons/dots-h.svg");
}
.icon[data-icon=close]::before {
  mask-image: url("../../assets/images/icons/close.svg");
  -webkit-mask-image: url("../../assets/images/icons/close.svg");
}
.icon[data-icon=dot]::before {
  mask-image: url("../../assets/images/icons/dot.svg");
  -webkit-mask-image: url("../../assets/images/icons/dot.svg");
}
.icon[data-icon=plus]::before {
  mask-image: url("../../assets/images/icons/plus.svg");
  -webkit-mask-image: url("../../assets/images/icons/plus.svg");
}
.icon[data-icon=arrow-right]::before {
  mask-image: url("../../assets/images/icons/arrow-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-right.svg");
}
.icon[data-icon=arrow-left]::before {
  mask-image: url("../../assets/images/icons/arrow-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-left.svg");
}
.icon[data-icon=play]::before {
  mask-image: url("../../assets/images/icons/play.svg");
  -webkit-mask-image: url("../../assets/images/icons/play.svg");
}
.icon[data-icon=pause]::before {
  mask-image: url("../../assets/images/icons/pause.svg");
  -webkit-mask-image: url("../../assets/images/icons/pause.svg");
}
.icon[data-icon=bullet]::before {
  mask-image: url("../../assets/images/icons/bullet.svg");
  -webkit-mask-image: url("../../assets/images/icons/bullet.svg");
}
.icon[data-icon=directions]::before {
  mask-image: url("../../assets/images/icons/directions.svg");
  -webkit-mask-image: url("../../assets/images/icons/directions.svg");
}

.styleguide .list {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin: 50px 0;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .list {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .list {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.styleguide p {
  margin-bottom: 0;
}
.styleguide .heading-1 {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.09rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-1 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    --viewport-width: 1vw;
    letter-spacing: -0.16875rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(70px, 70px + (80 - 70) * (100vw - 1025px) / (1281 - 1025), 80px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(80px, 80px + (90 - 80) * (100vw - 1281px) / (1520 - 1281), 90px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(77px, 77px + (88 - 77) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 88px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(88px, 88px + (99 - 88) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 99px);
  }
}
.styleguide .heading-2 {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-2 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.styleguide .heading-3 {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-3 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.styleguide .heading-4 {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-4 {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.styleguide .heading-5 {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-5 {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.styleguide .subtitle {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.styleguide .subtitle-md {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle-md {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle-md {
    font-size: 1.25rem;
    line-height: 1.375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
.styleguide .body-1 {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-1 {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .body-1-md {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-family: "CentraNo2 Medium";
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-1-md {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .body-2 {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-2 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-2 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-2 {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-2 {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-2 {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-2 {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.styleguide .body-3 {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
}
@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-3 {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
.styleguide .cta {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.styleguide .pills {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.styleguide .eyebrow {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
}
.styleguide .button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
}
.styleguide .button-container.midnight {
  background: #020247;
}
.styleguide .button-container.pacific {
  background: #4248ed;
}
.styleguide .color {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #0c0e1c;
}
.styleguide .color.midnight-blue-100 {
  background-color: #020247;
}
.styleguide .color.midnight-blue-200 {
  background-color: #080887;
}
.styleguide .color.pacific-blue {
  background-color: #4248ed;
}
.styleguide .color.lemon {
  background-color: #fddb32;
}
.styleguide .color.hotel-red {
  background-color: #e61e43;
}
.styleguide .color.vrbo-blue {
  background-color: #76c5f7;
}
.styleguide .color.positive-300 {
  background-color: #57ca61;
}
.styleguide .color.positive-600 {
  background-color: #227950;
}
.styleguide .color.warning-500 {
  background-color: #e61e43;
}
.styleguide .color.warning-700 {
  background-color: #a7183c;
}
.styleguide .color.black {
  background-color: #0c0e1c;
}
.styleguide .color.white {
  background-color: #fff;
}
.styleguide .color.neutral-50 {
  background-color: #f3f3f5;
}
.styleguide .color.neutral-100 {
  background-color: #dfe0e4;
}
.styleguide .color.neutral-200 {
  background-color: #caccd2;
}
.styleguide .color.neutral-300 {
  background-color: #b1b3bd;
}
.styleguide .color.neutral-400 {
  background-color: #999ca8;
}
.styleguide .color.neutral-500 {
  background-color: #818494;
}
.styleguide .color.neutral-600 {
  background-color: #676a7d;
}
.styleguide .color.neutral-700 {
  background-color: #4d5167;
}
.styleguide .color.neutral-800 {
  background-color: #31374f;
}
.styleguide .color.neutral-900 {
  background-color: #191e3b;
}
.styleguide hr {
  background: #020247;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

.sr-only--lg, .sr-only--md, .sr-only--sm, .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 768px) {
  .sr-only--sm {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .sr-only--md {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .sr-only--lg {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}

/* ------------------------
.mod is full width
usage:
  .mod.--mod-bg > .wrapper
------------------------ */
.wrapper {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding-inline: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    column-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
.wrapper > * {
  grid-column: 1/-1;
}

.mod-404 {
  min-height: 50vh;
}
@media screen and (min-width: 1025px) {
  .mod-404 {
    min-height: 560px;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: "CentraNo2 Book";
}

/** Plugins **/
/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/** Global **/
.primary-nav {
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 24px;
}
@media screen and (min-width: 768px) {
  .primary-nav {
    padding-block: 16px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav {
    padding-block: 24px;
  }
}
.primary-nav__logo {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-family: "CentraNo2 Medium";
  font-weight: 500;
  letter-spacing: -0.4px;
  grid-column: 1/span 3;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .primary-nav__logo {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .primary-nav__logo {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .primary-nav__logo {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .primary-nav__logo {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__logo {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .primary-nav__logo {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .primary-nav__logo {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .primary-nav__logo {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .primary-nav__logo {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .primary-nav__logo {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .primary-nav__logo {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .primary-nav__logo {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .primary-nav__logo {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .primary-nav__logo {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.primary-nav__logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .primary-nav__logo {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 1025px) {
  .primary-nav__logo {
    gap: 16px;
  }
  .primary-nav__logo span {
    font-size: 1.25rem;
    line-height: 1.375rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .primary-nav__logo span {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .primary-nav__logo span {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .primary-nav__logo span {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .primary-nav__logo span {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
.primary-nav__toggle {
  grid-column: span 1/-1;
  justify-self: flex-end;
  height: 24px;
  background-color: transparent;
}
.primary-nav__toggle:active, .primary-nav__toggle:hover, .primary-nav__toggle:focus {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media screen and (min-width: 768px) {
  .primary-nav__toggle {
    display: none;
  }
}
.primary-nav__toggle.close-nav {
  position: absolute;
  right: 24px;
  top: 24px;
  height: 32px;
}
.primary-nav__toggle.close-nav i::before {
  block-size: 32px;
  inline-size: 32px;
}
.primary-nav__nav {
  grid-column: span 5/-1;
  align-self: center;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .primary-nav__nav {
    grid-column: span 6/-1;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .primary-nav__nav {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    padding: 24px;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right 0.3s ease-in-out;
  }
  .primary-nav__nav.open {
    display: block;
    right: 0;
  }
}
.primary-nav__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  line-height: 20px;
  margin: 0;
  height: 100%;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .primary-nav__nav-list {
    grid-column: 1/-1;
    flex-direction: column;
    gap: 32px;
    margin-top: 64px;
    height: auto;
    padding-right: 0;
  }
}
.primary-nav__nav-list-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-nav__nav-link {
  font-family: "CentraNo2 Medium";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .primary-nav__nav-link {
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: "CentraNo2 Book";
    font-weight: 400;
    letter-spacing: -0.02rem;
  }
  .primary-nav__nav-link :hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .primary-nav__nav-link :hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.primary-nav__nav-link > :first-child {
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 767px) {
  .primary-nav__nav-link {
    font-size: 1.5rem;
    line-height: 1.95rem;
    letter-spacing: -0.03rem;
  }
  .primary-nav__nav-link > :first-child {
    line-height: 1.95rem;
    letter-spacing: -0.03rem;
  }
}
.primary-nav__nav-link__title {
  font-weight: 400;
  text-align: center;
}

@font-face {
  font-family: "CentraNo2 Book";
  src: url(../fonts/CentraNo2-Book.woff2) format("woff2"), url(../fonts/CentraNo2-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Book Italic";
  src: url(../fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(../fonts/CentraNo2-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium";
  src: url(../fonts/CentraNo2-Medium.woff2) format("woff2"), url(../fonts/CentraNo2-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium Italic";
  src: url(../fonts/CentraNo2-MediumItalic.woff2) format("woff2"), url(../fonts/CentraNo2-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ExpediaGroupPrimary Bold";
  src: url(../fonts/ExpediaGroupPrimary-Bold.woff2) format("woff2"), url(../fonts/ExpediaGroupPrimary-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.75rem;
  max-width: 1920px;
  margin: 0 auto;
}
footer .legal-disclaimer {
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  footer .legal-disclaimer {
    padding-block: 48px;
  }
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer {
    padding-block: 64px;
  }
}
footer .legal-disclaimer__wrapper {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  footer .legal-disclaimer__wrapper {
    column-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer__wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  footer .legal-disclaimer__wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  footer .legal-disclaimer__wrapper {
    max-width: 1280px;
    margin: auto;
  }
}
footer .legal-disclaimer__text {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin: 0;
  grid-column: 1/-1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  footer .legal-disclaimer__text {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  footer .legal-disclaimer__text {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  footer .legal-disclaimer__text {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  footer .legal-disclaimer__text {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  footer .legal-disclaimer__text {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  footer .legal-disclaimer__text {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 1025px) {
  footer .legal-disclaimer__text {
    grid-column: 3/span 8;
  }
}
footer .footer-logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 1.625rem;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  footer .footer-logo img {
    max-height: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-logo img {
    max-height: 3rem;
  }
}
footer .sr-only {
  display: none;
}
footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-24, 1.5rem);
  align-self: stretch;
  padding-block: 40px 24px;
}
@media screen and (min-width: 768px) {
  footer .footer-main {
    flex-direction: row;
    padding-block: 48px 32px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-main {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    padding-block: 64px 40px;
  }
  footer .footer-main div {
    flex: 1;
  }
}
footer .footer-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  footer .footer-links-container {
    gap: 32px;
  }
}
footer .footer-links-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
footer .footer-links .list_heading {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1375rem;
  letter-spacing: 0.7px;
}
footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
footer .footer-links ul .text-link {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  border-bottom: 1px solid transparent;
  letter-spacing: -0.01em;
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  footer .footer-links ul .text-link {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  footer .footer-links ul .text-link {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-links ul .text-link {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  footer .footer-links ul .text-link {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
footer .footer-links ul .text-link :hover {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
footer .footer-trademark {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-trademark {
    padding-block: 32px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-trademark {
    padding-block: 40px;
  }
}
footer .footer-trademark p {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.0175rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  footer .footer-trademark p {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  footer .footer-trademark p {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-trademark p {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  footer .footer-trademark p {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-trademark p {
    max-width: 35.875rem;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-trademark p {
    max-width: 44.25rem;
  }
}

.page-intro:has(.header), .page-intro:has(.expedia-wrapper) {
  transition: all 1.2s ease-out;
}
.page-intro:has(.header) .header,
.page-intro:has(.header) .expedia-wrapper, .page-intro:has(.expedia-wrapper) .header,
.page-intro:has(.expedia-wrapper) .expedia-wrapper {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.page-intro:has(.header) .header.has-loaded,
.page-intro:has(.header) .expedia-wrapper.has-loaded, .page-intro:has(.expedia-wrapper) .header.has-loaded,
.page-intro:has(.expedia-wrapper) .expedia-wrapper.has-loaded {
  opacity: 1;
}

.footer.has-hub-hero {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.footer.has-loaded {
  opacity: 1;
}

.release-feature-card,
.external-content-card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .release-feature-card,
  .external-content-card {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card,
  .external-content-card {
    border-radius: 40px;
  }
}
.release-feature-card--with-modal,
.external-content-card--with-modal {
  cursor: pointer;
}
.release-feature-card__overlay-link,
.external-content-card__overlay-link {
  position: absolute;
  inset: 0;
}
.release-feature-card__image,
.external-content-card__image {
  flex: 0 1 0;
  border-bottom: 1px solid #dfe0e4;
}
.release-feature-card__image video,
.external-content-card__image video {
  aspect-ratio: 4/3;
}
.release-feature-card__image img,
.external-content-card__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.release-feature-card__image .external-content-card__tags,
.release-feature-card__image .release-feature-card__tags,
.external-content-card__image .external-content-card__tags,
.external-content-card__image .release-feature-card__tags {
  display: none;
}
.release-feature-card__video,
.external-content-card__video {
  flex: 0 1 0;
  border-bottom: 1px solid #dfe0e4;
}
.release-feature-card__video video,
.external-content-card__video video {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
[data-variation="2"] .release-feature-card__video video,
[data-variation="2"] .external-content-card__video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.release-feature-card__video .external-content-card__tags,
.release-feature-card__video .release-feature-card__tags,
.external-content-card__video .external-content-card__tags,
.external-content-card__video .release-feature-card__tags {
  display: none;
}
.release-feature-card__wrapper,
.external-content-card__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-block: 24px;
  padding-inline: 16px;
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__wrapper,
  .external-content-card__wrapper {
    padding-block: 2rem;
    padding-inline: 1.5rem;
  }
}
.release-feature-card__content,
.external-content-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__content,
  .external-content-card__content {
    gap: 1.5rem;
  }
}
.release-feature-card__brands,
.external-content-card__brands {
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__brands,
  .external-content-card__brands {
    gap: 1rem;
  }
}
.release-feature-card__brands img,
.external-content-card__brands img {
  max-width: 32px;
}
@media screen and (min-width: 768px) {
  .release-feature-card__brands img,
  .external-content-card__brands img {
    max-width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__brands img,
  .external-content-card__brands img {
    max-width: 48px;
  }
}
.release-feature-card__tags,
.external-content-card__tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.release-feature-card__title,
.external-content-card__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (min-width: 768px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-family: "CentraNo2 Medium";
    font-size: 1.25rem;
    line-height: 1.375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__title,
  .external-content-card__title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
.release-feature-card__date,
.external-content-card__date {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  line-height: 18.2px;
  letter-spacing: 0.05em;
}
.release-feature-card__description,
.external-content-card__description {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
  color: #31374f;
  margin-inline: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .release-feature-card__description,
  .external-content-card__description {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card__description,
  .external-content-card__description {
    margin-top: 12px;
  }
}
.release-feature-card__ctas,
.external-content-card__ctas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__ctas,
  .external-content-card__ctas {
    margin-top: 1.5rem;
  }
}
.release-feature-card__modal-cta,
.external-content-card__modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  z-index: 2;
  margin-left: auto;
  border: 1px solid #020247;
  position: relative;
}
.release-feature-card__modal-cta i,
.external-content-card__modal-cta i {
  color: #020247;
}
.release-feature-card__modal-cta i::before,
.external-content-card__modal-cta i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .release-feature-card__modal-cta,
  .external-content-card__modal-cta {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .release-feature-card__modal-cta i::before,
  .external-content-card__modal-cta i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.release-feature-card__modal-cta-hover,
.external-content-card__modal-cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 100%;
}
.release-feature-card__modal-cta-hover:hover, .release-feature-card__modal-cta-hover:active,
.external-content-card__modal-cta-hover:hover,
.external-content-card__modal-cta-hover:active {
  opacity: 10%;
}
.release-feature-card__link-cta,
.external-content-card__link-cta {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #020247;
  z-index: 2;
}
.release-feature-card__link-cta span,
.external-content-card__link-cta span {
  border-bottom: 1px solid transparent;
}
.release-feature-card__link-cta i,
.external-content-card__link-cta i {
  color: #020247;
}
.release-feature-card__link-cta i::before,
.external-content-card__link-cta i::before {
  block-size: 14px;
  inline-size: 14px;
}
.release-feature-card__link-cta:hover, .release-feature-card__link-cta.active,
.external-content-card__link-cta:hover,
.external-content-card__link-cta.active {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.release-feature-card__link-cta:focus-visible,
.external-content-card__link-cta:focus-visible {
  outline: solid 2px #020247;
  outline-offset: 2px;
}
.release-feature-card[data-variation=horizontal],
.external-content-card[data-variation=horizontal] {
  flex-direction: row;
}
.release-feature-card[data-variation=horizontal] .external-content-card__image,
.release-feature-card[data-variation=horizontal] .release-feature-card__image,
.external-content-card[data-variation=horizontal] .external-content-card__image,
.external-content-card[data-variation=horizontal] .release-feature-card__image {
  width: 203px;
  border-bottom: none;
}
.release-feature-card[data-variation=horizontal] .external-content-card__content,
.release-feature-card[data-variation=horizontal] .release-feature-card__content,
.external-content-card[data-variation=horizontal] .external-content-card__content,
.external-content-card[data-variation=horizontal] .release-feature-card__content {
  flex: 1;
  gap: 12px;
  padding: 16px;
}
.release-feature-card[data-variation=horizontal] .external-content-card__description,
.release-feature-card[data-variation=horizontal] .release-feature-card__description,
.external-content-card[data-variation=horizontal] .external-content-card__description,
.external-content-card[data-variation=horizontal] .release-feature-card__description {
  margin-top: 4px;
}
.release-feature-card[data-variation=horizontal] .external-content-card__brands img,
.release-feature-card[data-variation=horizontal] .release-feature-card__brands img,
.external-content-card[data-variation=horizontal] .external-content-card__brands img,
.external-content-card[data-variation=horizontal] .release-feature-card__brands img {
  max-width: 32px;
}
@media screen and (min-width: 1025px) {
  .release-feature-card[data-variation=horizontal] .external-content-card__brands img,
  .release-feature-card[data-variation=horizontal] .release-feature-card__brands img,
  .external-content-card[data-variation=horizontal] .external-content-card__brands img,
  .external-content-card[data-variation=horizontal] .release-feature-card__brands img {
    max-width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .release-feature-card[data-variation=horizontal] .external-content-card__image,
  .release-feature-card[data-variation=horizontal] .release-feature-card__image,
  .external-content-card[data-variation=horizontal] .external-content-card__image,
  .external-content-card[data-variation=horizontal] .release-feature-card__image {
    width: 220px;
  }
  .release-feature-card[data-variation=horizontal] .external-content-card__content,
  .release-feature-card[data-variation=horizontal] .release-feature-card__content,
  .external-content-card[data-variation=horizontal] .external-content-card__content,
  .external-content-card[data-variation=horizontal] .release-feature-card__content {
    gap: 24px;
    padding: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card[data-variation=horizontal] .external-content-card__image,
  .release-feature-card[data-variation=horizontal] .release-feature-card__image,
  .external-content-card[data-variation=horizontal] .external-content-card__image,
  .external-content-card[data-variation=horizontal] .release-feature-card__image {
    width: 50%;
  }
  .release-feature-card[data-variation=horizontal] .external-content-card__content,
  .release-feature-card[data-variation=horizontal] .release-feature-card__content,
  .external-content-card[data-variation=horizontal] .external-content-card__content,
  .external-content-card[data-variation=horizontal] .release-feature-card__content {
    gap: 24px;
    padding: 24px;
    width: 50%;
  }
}
.release-feature-card.background-variation,
.external-content-card.background-variation {
  background-color: #4248ed;
  min-height: 418px;
  height: 100%;
}
.release-feature-card.background-variation .external-content-card__title,
.release-feature-card.background-variation .external-content-card__description,
.release-feature-card.background-variation .external-content-card__link-cta,
.release-feature-card.background-variation .external-content-card__modal-cta,
.release-feature-card.background-variation .external-content-card__date,
.release-feature-card.background-variation .release-feature-card__title,
.release-feature-card.background-variation .release-feature-card__description,
.release-feature-card.background-variation .release-feature-card__link-cta,
.release-feature-card.background-variation .release-feature-card__modal-cta,
.release-feature-card.background-variation .release-feature-card__date,
.external-content-card.background-variation .external-content-card__title,
.external-content-card.background-variation .external-content-card__description,
.external-content-card.background-variation .external-content-card__link-cta,
.external-content-card.background-variation .external-content-card__modal-cta,
.external-content-card.background-variation .external-content-card__date,
.external-content-card.background-variation .release-feature-card__title,
.external-content-card.background-variation .release-feature-card__description,
.external-content-card.background-variation .release-feature-card__link-cta,
.external-content-card.background-variation .release-feature-card__modal-cta,
.external-content-card.background-variation .release-feature-card__date {
  color: #fff;
}
.release-feature-card.background-variation .external-content-card__title i,
.release-feature-card.background-variation .external-content-card__description i,
.release-feature-card.background-variation .external-content-card__link-cta i,
.release-feature-card.background-variation .external-content-card__modal-cta i,
.release-feature-card.background-variation .external-content-card__date i,
.release-feature-card.background-variation .release-feature-card__title i,
.release-feature-card.background-variation .release-feature-card__description i,
.release-feature-card.background-variation .release-feature-card__link-cta i,
.release-feature-card.background-variation .release-feature-card__modal-cta i,
.release-feature-card.background-variation .release-feature-card__date i,
.external-content-card.background-variation .external-content-card__title i,
.external-content-card.background-variation .external-content-card__description i,
.external-content-card.background-variation .external-content-card__link-cta i,
.external-content-card.background-variation .external-content-card__modal-cta i,
.external-content-card.background-variation .external-content-card__date i,
.external-content-card.background-variation .release-feature-card__title i,
.external-content-card.background-variation .release-feature-card__description i,
.external-content-card.background-variation .release-feature-card__link-cta i,
.external-content-card.background-variation .release-feature-card__modal-cta i,
.external-content-card.background-variation .release-feature-card__date i {
  color: #fff;
}
.release-feature-card.background-variation .external-content-card__link-cta:hover span, .release-feature-card.background-variation .external-content-card__link-cta:focus span,
.release-feature-card.background-variation .release-feature-card__link-cta:hover span,
.release-feature-card.background-variation .release-feature-card__link-cta:focus span,
.external-content-card.background-variation .external-content-card__link-cta:hover span,
.external-content-card.background-variation .external-content-card__link-cta:focus span,
.external-content-card.background-variation .release-feature-card__link-cta:hover span,
.external-content-card.background-variation .release-feature-card__link-cta:focus span {
  border-color: #fff;
}
.release-feature-card.background-variation .external-content-card__modal-cta,
.release-feature-card.background-variation .release-feature-card__modal-cta,
.external-content-card.background-variation .external-content-card__modal-cta,
.external-content-card.background-variation .release-feature-card__modal-cta {
  border-color: #fff;
}
.release-feature-card.background-variation .external-content-card__modal-cta:hover, .release-feature-card.background-variation .external-content-card__modal-cta:focus,
.release-feature-card.background-variation .release-feature-card__modal-cta:hover,
.release-feature-card.background-variation .release-feature-card__modal-cta:focus,
.external-content-card.background-variation .external-content-card__modal-cta:hover,
.external-content-card.background-variation .external-content-card__modal-cta:focus,
.external-content-card.background-variation .release-feature-card__modal-cta:hover,
.external-content-card.background-variation .release-feature-card__modal-cta:focus {
  background-color: #4248ed;
  border-color: #4248ed;
}
.release-feature-card.background-variation .external-content-card__image,
.release-feature-card.background-variation .release-feature-card__image,
.external-content-card.background-variation .external-content-card__image,
.external-content-card.background-variation .release-feature-card__image {
  display: none;
}
.release-feature-card.background-variation .external-content-card__wrapper,
.release-feature-card.background-variation .release-feature-card__wrapper,
.external-content-card.background-variation .external-content-card__wrapper,
.external-content-card.background-variation .release-feature-card__wrapper {
  background: linear-gradient(180deg, #020247 0%, rgba(2, 2, 71, 0.75) 56.68%, rgba(2, 2, 71, 0.58) 74.33%, rgba(2, 2, 71, 0) 120.86%);
  flex: 1;
}
.release-feature-card.background-variation .external-content-card__pill,
.release-feature-card.background-variation .release-feature-card__pill,
.external-content-card.background-variation .external-content-card__pill,
.external-content-card.background-variation .release-feature-card__pill {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  border: 1px solid #020247;
  border-radius: 100px;
  color: #020247;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #fff;
  text-align: center;
}
.release-feature-card[data-variation=top_title] .release-feature-card__image,
.release-feature-card[data-variation=top_title] .external-content-card__image,
.external-content-card[data-variation=top_title] .release-feature-card__image,
.external-content-card[data-variation=top_title] .external-content-card__image {
  order: 2;
  position: relative;
  border-bottom: none;
  border-top: 1px solid #dfe0e4;
}
.release-feature-card[data-variation=top_title] .release-feature-card__image img,
.release-feature-card[data-variation=top_title] .external-content-card__image img,
.external-content-card[data-variation=top_title] .release-feature-card__image img,
.external-content-card[data-variation=top_title] .external-content-card__image img {
  aspect-ratio: 4/3;
}
.release-feature-card[data-variation=top_title] .release-feature-card__image .release-feature-card__tags,
.release-feature-card[data-variation=top_title] .release-feature-card__image .external-content-card__tags,
.release-feature-card[data-variation=top_title] .external-content-card__image .release-feature-card__tags,
.release-feature-card[data-variation=top_title] .external-content-card__image .external-content-card__tags,
.external-content-card[data-variation=top_title] .release-feature-card__image .release-feature-card__tags,
.external-content-card[data-variation=top_title] .release-feature-card__image .external-content-card__tags,
.external-content-card[data-variation=top_title] .external-content-card__image .release-feature-card__tags,
.external-content-card[data-variation=top_title] .external-content-card__image .external-content-card__tags {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  inset: 0;
  padding-block: 24px;
  padding-inline: 16px;
}
@media screen and (min-width: 1025px) {
  .release-feature-card[data-variation=top_title] .release-feature-card__image .release-feature-card__tags,
  .release-feature-card[data-variation=top_title] .release-feature-card__image .external-content-card__tags,
  .release-feature-card[data-variation=top_title] .external-content-card__image .release-feature-card__tags,
  .release-feature-card[data-variation=top_title] .external-content-card__image .external-content-card__tags,
  .external-content-card[data-variation=top_title] .release-feature-card__image .release-feature-card__tags,
  .external-content-card[data-variation=top_title] .release-feature-card__image .external-content-card__tags,
  .external-content-card[data-variation=top_title] .external-content-card__image .release-feature-card__tags,
  .external-content-card[data-variation=top_title] .external-content-card__image .external-content-card__tags {
    padding-block: 32px;
    padding-inline: 32px;
  }
}
.release-feature-card[data-variation=top_title] .release-feature-card__wrapper,
.release-feature-card[data-variation=top_title] .external-content-card__wrapper,
.external-content-card[data-variation=top_title] .release-feature-card__wrapper,
.external-content-card[data-variation=top_title] .external-content-card__wrapper {
  order: 1;
}
.release-feature-card[data-variation=top_title] .release-feature-card__wrapper .release-feature-card__tags,
.release-feature-card[data-variation=top_title] .release-feature-card__wrapper .external-content-card__tags,
.release-feature-card[data-variation=top_title] .external-content-card__wrapper .release-feature-card__tags,
.release-feature-card[data-variation=top_title] .external-content-card__wrapper .external-content-card__tags,
.external-content-card[data-variation=top_title] .release-feature-card__wrapper .release-feature-card__tags,
.external-content-card[data-variation=top_title] .release-feature-card__wrapper .external-content-card__tags,
.external-content-card[data-variation=top_title] .external-content-card__wrapper .release-feature-card__tags,
.external-content-card[data-variation=top_title] .external-content-card__wrapper .external-content-card__tags {
  display: none;
}
.release-feature-card[data-variation="2"] .release-feature-card__image img,
.release-feature-card[data-variation="2"] .external-content-card__image img,
.external-content-card[data-variation="2"] .release-feature-card__image img,
.external-content-card[data-variation="2"] .external-content-card__image img {
  aspect-ratio: 4/3;
}
.release-feature-card .image-video__toggle svg,
.external-content-card .image-video__toggle svg {
  position: absolute;
  right: 1rem;
  bottom: 1.015625rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .release-feature-card .image-video__toggle svg,
  .external-content-card .image-video__toggle svg {
    bottom: 1.03125rem;
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card .image-video__toggle svg,
  .external-content-card .image-video__toggle svg {
    right: 2rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
.release-feature-card .image-video__toggle:focus-visible,
.external-content-card .image-video__toggle:focus-visible {
  outline-offset: -10px;
}
.release-feature-card .image-video__cta-hover,
.external-content-card .image-video__cta-hover {
  top: unset;
  left: unset;
  right: 1rem;
  bottom: 1.015625rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .release-feature-card .image-video__cta-hover,
  .external-content-card .image-video__cta-hover {
    bottom: 1.03125rem;
  }
}
@media screen and (min-width: 1025px) {
  .release-feature-card .image-video__cta-hover,
  .external-content-card .image-video__cta-hover {
    right: 2rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
.release-feature-card .popup-modal-cta__data,
.external-content-card .popup-modal-cta__data {
  visibility: hidden;
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-package[data-animate="1"] .slide-up {
  opacity: 0;
}
.content-package.has-loaded[data-animate="1"] .slide-up {
  animation: fadeInUp 0.3s ease-in-out forwards;
}
.content-package.has-loaded[data-animate="1"] .content-package__title span {
  display: inline-block;
  animation: fadeInUp 0.5s ease-in-out forwards;
}
.content-package.has-loaded[data-animate="1"] .content-package__title span:nth-child(2) {
  animation-delay: 0.3s;
}
.content-package.has-loaded[data-animate="1"] .content-package__title span:nth-child(3) {
  animation-delay: 0.4s;
}
.content-package.has-loaded[data-animate="1"] .content-package__title span:last-child {
  animation-delay: 0.5s;
}
.content-package.has-loaded[data-animate] .slide-up {
  transition: 0.3s ease-in;
}
.content-package__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-package__wrapper[data-variation=center] {
  text-align: center;
}
.content-package__wrapper[data-variation="2_columns"] > div {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .content-package__wrapper[data-variation="2_columns"] {
    flex-direction: row;
  }
}
.content-package__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  grid-column: 1/6;
}
[data-variation=center] .content-package__content {
  text-align: center;
  align-self: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  [data-variation=center] .content-package__content {
    max-width: 42rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=center] .content-package__content {
    max-width: 59.5rem;
  }
}
.content-package__brand_logos {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .content-package__brand_logos {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__brand_logos {
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.content-package__brand_logos img,
.content-package__brand_logos img.slide-up {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1025px) {
  .content-package__brand_logos img,
  .content-package__brand_logos img.slide-up {
    width: calc(32px + 16 * (100vw - 1024px) / 256);
    height: calc(32px + 16 * (100vw - 1024px) / 256);
  }
}
@media screen and (min-width: 1281px) {
  .content-package__brand_logos img,
  .content-package__brand_logos img.slide-up {
    width: 3rem;
    height: 3rem;
  }
}
[data-variation=center] .content-package__brand_logos {
  align-self: center;
}
.content-package__large_logo {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .content-package__large_logo {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__large_logo {
    margin-bottom: 2rem;
  }
}
.content-package__large_logo img,
.content-package__large_logo img.slide-up {
  width: 100%;
  height: 100%;
  max-width: 12.625rem;
  max-height: 3.00625rem;
  object-fit: contain;
}
.content-package__headline_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .content-package__headline_description {
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__headline_description {
    gap: 1.25rem;
  }
}
[data-variation=center] .content-package__headline_description {
  text-align: center;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.content-package__tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .content-package__tags {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__tags {
    margin-top: 2rem;
  }
}
[data-variation=center] .content-package__tags {
  align-self: center;
}
.content-package__tags .tag {
  display: flex;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 6.25rem;
  border-width: 0.0625rem;
  border-style: solid;
  height: 24px;
}
.content-package__tag_icon {
  width: 0.375rem;
}
.content-package__tag_icon::before {
  color: #57ca61;
}
.content-package__ctas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  margin-top: 2.5rem;
}
.content-package__right_column_wrapper .content-package__ctas {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .content-package__right_column_wrapper .content-package__ctas {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .content-package__ctas {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__ctas {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=center] .content-package__ctas {
    align-self: center;
  }
}
.content-package__ctas a {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-weight: 500;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .content-package__ctas a {
    width: auto;
  }
}
.content-package__ctas a span {
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .content-package__ctas .share-btn-wrapper,
  .content-package__ctas .share-btn {
    width: 100%;
  }
  .content-package__ctas .share-btn {
    justify-content: center;
  }
}
.content-package__ctas > * {
  z-index: 2;
  font-family: "CentraNo2 Medium";
}
.content-package__ctas > * i {
  align-items: center;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}
.content-package__ctas.link {
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-package__ctas.link {
    flex-direction: row;
    width: fit-content;
  }
}
.content-package__ctas.link .share-btn {
  height: auto;
}
.content-package__ctas.link > * {
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .content-package__ctas.link > * {
    width: fit-content;
  }
}
.content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.content-package__title span {
  display: inline-block;
  opacity: 0;
  margin-right: 4px;
}
.content-package__body {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .content-package__body {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__body {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .content-package__body {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .content-package__body {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .content-package__body {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .content-package__body {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  [data-variation="2_columns"] .content-package__body {
    display: none;
  }
}
.content-package__right_column_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  grid-column: 2/12;
}
.content-package__right_column_wrapper > .content-package__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-package__right_column_wrapper > .content-package__body {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .content-package__right_column_wrapper--with-logo {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-package__right_column_wrapper--with-logo {
    padding-top: 5rem;
  }
}
.content-package__right_column_wrapper .content-package__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .content-package__right_column_wrapper .content-package__cta {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
}
.content-package__right_column_wrapper .content-package__cta a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-package__right_column_wrapper .content-package__cta a {
    width: auto;
  }
}
.content-package__modal-cta {
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  height: 3rem;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  border-width: 0.0625rem;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .content-package__modal-cta {
    margin-top: 0;
    width: 3rem;
    border-radius: 6.25rem;
  }
}
.content-package__modal-cta i::before {
  block-size: 1.5rem !important;
  inline-size: 1.5rem !important;
  z-index: 2;
}
.content-package__cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.content-package__cta-hover:hover, .content-package__cta-hover:active {
  opacity: 20%;
}
.content-package__cta-hover[data-theme-type=light]:hover, .content-package__cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}
.content-package__cta-hover[data-theme-type=primary] {
  opacity: 1;
}
.content-package__cta-hover[data-theme-type=primary]:hover, .content-package__cta-hover[data-theme-type=primary]:active {
  opacity: 80%;
}
.content-package__modal-cta-hover {
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .content-package__modal-cta-hover {
    border-radius: 6.25rem;
  }
}
.content-package__modal-cta-hover:hover, .content-package__modal-cta-hover:active {
  opacity: 20%;
  z-index: 0;
}
.content-package__modal-cta-hover[data-theme-type=light]:hover, .content-package__modal-cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}
.content-package .popup-modal-cta__data {
  visibility: hidden;
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.content-package .btn-primary:hover, .content-package .btn-primary:active {
  background-color: transparent !important;
}

.chat-ui__wrapper {
  display: inline-flex;
  align-self: stretch;
  width: 100%;
  position: relative;
  max-width: 23.875rem;
}
.chat-ui__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 11.97px 11.97px 0 0;
}
@media screen and (min-width: 768px) {
  .chat-ui__wrapper img {
    border-radius: 10.85px 10.85px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__wrapper img {
    border-radius: 22.19px 22.19px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__wrapper {
    max-width: 23.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__wrapper {
    max-width: 36.5625rem;
  }
}
.chat-ui__background-phone {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.chat-ui__background-background {
  position: absolute;
  top: -2.75rem;
  width: 17.6903125rem;
  height: 22.9715625rem;
  border-radius: 24px;
  z-index: -1;
  right: 31px;
}
@media screen and (min-width: 768px) {
  .chat-ui__background-background {
    border-radius: 21.71px;
    right: 28px;
    width: 286.799px;
    height: 372.42px;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__background-background {
    border-radius: 44px;
    top: -5.9375rem;
    right: 56px;
    width: 27.4974375rem;
    height: 35.7065rem;
  }
}
.chat-ui__bubbles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  flex: 1;
  padding: 2.5rem 1.5rem;
  z-index: 2;
  min-height: 41.0625rem;
}
@media screen and (min-width: 1025px) {
  .chat-ui__bubbles {
    gap: 1.375rem;
  }
}
.chat-ui__bubble {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.chat-ui__bubble[data-alignment=right] {
  align-self: flex-end;
}
.chat-ui__text {
  font-family: "CentraNo2 Medium";
  font-size: 1.0475rem;
  line-height: 1.205rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 17.139125rem;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #0d4eaf;
  color: #fff;
  border-radius: 10px;
  padding: 0.59875rem 0.898125rem;
}
@media screen and (min-width: 1025px) {
  .chat-ui__text {
    font-size: clamp(13px, 13px + (15 - 13) * (100vw - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__text {
    font-size: clamp(15px, 15px + (17 - 15) * (100vw - 1281px) / (1520 - 1281), 17px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__text {
    line-height: clamp(15px, 15px + (17 - 15) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 17px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__text {
    line-height: clamp(17px, 17px + (19.28 - 17) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 19.28px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__text {
    font-size: 0.95rem;
    line-height: 1.0925rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__text {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__text {
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 1281px) / (1520 - 1281), 15px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__text {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__text {
    line-height: clamp(16px, 16px + (17.48 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 17.48px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__text {
    font-size: 1.941875rem;
    line-height: 2.233125rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__text {
    font-size: clamp(24px, 24px + (28 - 24) * (100vw - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__text {
    font-size: clamp(28px, 28px + (31 - 28) * (100vw - 1281px) / (1520 - 1281), 31px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__text {
    line-height: clamp(28px, 28px + (32 - 28) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__text {
    line-height: clamp(32px, 32px + (35.73 - 32) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.73px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__text {
    max-width: 15.5rem;
    padding: 0.5425rem 0.814375rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__text {
    border-radius: 22px;
    max-width: 31.75rem;
    padding: 1.11rem 1.664375rem;
  }
}
[data-alignment=right] .chat-ui__text {
  color: #0c0e1c;
  background: #dfe0e4;
}
.chat-ui__icon {
  width: 1.90875rem;
}
@media screen and (min-width: 768px) {
  .chat-ui__icon {
    width: 1.73rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__icon {
    width: 3.5375rem;
  }
}
.chat-ui__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-ui__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0.057375rem solid #dfe0e4;
  background: #fff;
  max-width: 11.1875rem;
  -webkit-box-shadow: 10px 10px 33px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 33px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 33px 0 rgba(0, 0, 0, 0.5);
  border-radius: 11.97px;
}
@media screen and (min-width: 768px) {
  .chat-ui__card {
    border-radius: 10.85px;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card {
    border-radius: 22.19px;
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__card {
    max-width: 10.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card {
    max-width: 20.75rem;
  }
}
.chat-ui__card-text {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4375rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .chat-ui__card-text {
    padding: 0.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text {
    padding: 1.375rem;
    gap: 0.8125rem;
  }
}
.chat-ui__card-text .title {
  font-family: "CentraNo2 Medium";
  font-size: 0.841875rem;
  line-height: 1.010625rem;
  --viewport-width: 1vw;
  font-weight: 500;
  color: #31374f;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .title {
    font-size: clamp(10px, 10px + (12 - 10) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__card-text .title {
    font-size: clamp(12px, 12px + (13 - 12) * (100vw - 1281px) / (1520 - 1281), 13px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .title {
    line-height: clamp(13px, 13px + (14 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__card-text .title {
    line-height: clamp(14px, 14px + (16.17 - 14) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.17px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__card-text .title {
    font-size: 0.763125rem;
    line-height: 0.915625rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__card-text .title {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__card-text .title {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__card-text .title {
    line-height: clamp(11px, 11px + (13 - 11) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 13px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__card-text .title {
    line-height: clamp(13px, 13px + (14.65 - 13) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 14.65px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .title {
    font-size: 1.560625rem;
    line-height: 1.8725rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__card-text .title {
    font-size: clamp(19px, 19px + (22 - 19) * (100vw - 1025px) / (1281 - 1025), 22px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__card-text .title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1281px) / (1520 - 1281), 25px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__card-text .title {
    line-height: clamp(23px, 23px + (27 - 23) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__card-text .title {
    line-height: clamp(27px, 27px + (29.96 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 29.96px);
  }
}
.chat-ui__card-text .description {
  font-size: 0.748125rem;
  line-height: 0.973125rem;
  --viewport-width: 1vw;
  color: #676a7d;
  margin: 0;
  letter-spacing: -0.02em;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .description {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__card-text .description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .description {
    line-height: clamp(12px, 12px + (14 - 12) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui__card-text .description {
    line-height: clamp(14px, 14px + (15.57 - 14) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 15.57px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui__card-text .description {
    font-size: 0.678125rem;
    line-height: 0.881875rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__card-text .description {
    font-size: clamp(8px, 8px + (10 - 8) * (100vw - 1025px) / (1281 - 1025), 10px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__card-text .description {
    font-size: clamp(10px, 10px + (11 - 10) * (100vw - 1281px) / (1520 - 1281), 11px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui__card-text .description {
    line-height: clamp(11px, 11px + (13 - 11) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 13px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui__card-text .description {
    line-height: clamp(13px, 13px + (14.11 - 13) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 14.11px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui__card-text .description {
    font-size: 1.386875rem;
    line-height: 1.803125rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__card-text .description {
    font-size: clamp(17px, 17px + (20 - 17) * (100vw - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__card-text .description {
    font-size: clamp(20px, 20px + (22 - 20) * (100vw - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui__card-text .description {
    line-height: clamp(22px, 22px + (26 - 22) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 26px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui__card-text .description {
    line-height: clamp(26px, 26px + (28.85 - 26) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 28.85px);
  }
}

.image-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-video img,
.image-video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.image-video[data-variation=phone] {
  padding: 0.56rem 0.54125rem;
}
.image-video[data-variation=phone] img,
.image-video[data-variation=phone] video {
  border-radius: 1.2986875rem;
}
@media screen and (min-width: 768px) {
  .image-video[data-variation=phone] {
    padding: 0.6201875rem 0.599125rem;
  }
  .image-video[data-variation=phone] img,
  .image-video[data-variation=phone] video {
    border-radius: 1.4378125rem;
  }
}
@media screen and (min-width: 1025px) {
  .image-video[data-variation=phone] {
    padding: 0.76rem 0.734375rem;
  }
  .image-video[data-variation=phone] img,
  .image-video[data-variation=phone] video {
    border-radius: 1.7625rem;
  }
}
.image-video[data-phone-mock=phone_mock] {
  padding: 0.4375rem;
}
.image-video[data-phone-mock=phone_mock] img,
.image-video[data-phone-mock=phone_mock] video {
  border-radius: 0.9375rem;
}
@media screen and (min-width: 390px) {
  .image-video[data-phone-mock=phone_mock] img,
  .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 626px) {
  .image-video[data-phone-mock=phone_mock] img,
  .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .image-video[data-phone-mock=phone_mock] {
    padding: 0.46875rem;
  }
  .image-video[data-phone-mock=phone_mock] img,
  .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.34375rem;
  }
}
@media screen and (min-width: 1025px) {
  .image-video[data-phone-mock=phone_mock] {
    padding: 0.40625rem;
  }
  .image-video[data-phone-mock=phone_mock] img,
  .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 1281px) {
  .image-video[data-phone-mock=phone_mock] {
    padding: 0.53125rem;
  }
  .image-video[data-phone-mock=phone_mock] img,
  .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.25rem;
  }
}
.image-video__image[data-variation=phone] img {
  height: auto;
  aspect-ratio: 375/812;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .image-video__image[data-variation=phone] img {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  .image-video__image[data-variation=phone] img {
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06), 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  }
}
.image-video__image[data-phone-mock=phone_mock] img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 7px 30px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .image-video__image[data-phone-mock=phone_mock] img {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 10px rgba(0, 0, 0, 0.2);
  }
}
.image-video__image img {
  object-fit: cover;
}
.image-video__video {
  display: block;
  object-fit: cover;
}
.image-video__video--thumbnail {
  height: auto;
  object-fit: cover;
}
.image-video__video--thumbnail[data-variation=phone] {
  height: auto;
  aspect-ratio: 375/812;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .image-video__video--thumbnail[data-variation=phone] {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  .image-video__video--thumbnail[data-variation=phone] {
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06), 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  }
}
.image-video__video--thumbnail[data-phone-mock=phone_mock] img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 7px 30px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .image-video__video--thumbnail[data-phone-mock=phone_mock] img {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 10px rgba(0, 0, 0, 0.2);
  }
}
.image-video__video[data-variation=phone] {
  height: auto;
  aspect-ratio: 375/812;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .image-video__video[data-variation=phone] {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 7px 30px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  .image-video__video[data-variation=phone] {
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06), 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  }
}
.image-video__video[data-phone-mock=phone_mock] {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 7px 30px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .image-video__video[data-phone-mock=phone_mock] {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 10px rgba(0, 0, 0, 0.2);
  }
}
.image-video__video--hide {
  display: none;
}
.image-video__toggle {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.image-video__toggle path,
.image-video__toggle rect {
  transition: fill 300ms ease;
}
.image-video__toggle svg {
  border: solid 1px #020247;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  transition: opacity 300ms ease;
  position: relative;
}
.image-video__toggle rect {
  fill: #fff;
}
.image-video__toggle .pause-icon {
  opacity: 0;
  position: absolute;
}
.image-video__toggle .play-icon {
  opacity: 1;
}
.image-video__toggle.hidden {
  opacity: 0;
}
.image-video__toggle.hidden:focus-visible {
  opacity: 1;
}
.image-video__toggle.hidden .play-icon {
  opacity: 0;
}
.image-video__toggle.hidden .pause-icon {
  opacity: 1;
}
.image-video__toggle.hidden:hover {
  opacity: 1;
}
.image-video__toggle[data-variation=phone] {
  overflow: visible;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 5;
  left: unset;
  top: unset;
  bottom: 0;
  right: -48px;
  transform: none;
  width: 32px;
  height: 32px;
}
.image-video__toggle[data-variation=phone] svg {
  border: solid 1px #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}
.image-video__toggle[data-variation=phone] rect {
  fill: transparent;
}
.image-video__toggle[data-variation=phone].hidden {
  opacity: 1;
}
.image-video__toggle[data-variation=phone].hidden:focus-visible {
  opacity: 1;
}
.image-video__toggle[data-variation=phone].hidden .play-icon {
  opacity: 0;
}
.image-video__toggle[data-variation=phone].hidden .pause-icon {
  opacity: 1;
}
.image-video__mask {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 6;
  object-fit: fill;
  display: none;
}
.image-video__mask[data-variation=phone] {
  border-radius: 0 !important;
  width: 100% !important;
  aspect-ratio: 375/812;
}
@media screen and (max-width: 767px) {
  .image-video__mask--mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .image-video__mask--tablet {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .image-video__mask--desktop {
    display: block;
  }
}
.image-video__mute-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-video__mute-button .mute-icon {
  opacity: 0;
  position: absolute;
}
.image-video__mute-button .unmute-icon {
  opacity: 1;
  position: absolute;
}
.image-video__mute-button.hidden {
  opacity: 1;
}
.image-video__mute-button.hidden .mute-icon {
  opacity: 1;
}
.image-video__mute-button.hidden .unmute-icon {
  opacity: 0;
}
.image-video__mute-button:hover, .image-video__mute-button:active {
  opacity: 0.8;
}
.image-video__cta-hover-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-video__cta-hover {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  opacity: 0;
  z-index: 2;
}
.image-video__cta-hover:hover, .image-video__cta-hover:active {
  opacity: 20%;
}
.image-video__cta-hover[data-theme-type=light]:hover, .image-video__cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}

.portrait-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 430px;
  height: 860px;
}
.portrait-video video {
  border-radius: 24px;
}
.portrait-video[data-mockup="1"] {
  padding: 0;
}
.portrait-video[data-mockup="1"] video {
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .portrait-video[data-mockup="1"] video {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .portrait-video[data-mockup="1"] {
    padding: 12px 14px;
  }
}
@media screen and (min-width: 1025px) {
  .portrait-video[data-mockup="1"] {
    padding: 16px 18px;
  }
}
.portrait-video video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .portrait-video video {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .portrait-video video {
    border-radius: 40px;
  }
}
.portrait-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  cursor: pointer;
  padding: 0;
  height: 100%;
  width: 100%;
}
[data-mockup="1"] .portrait-video__overlay {
  padding: 0;
}
@media screen and (min-width: 768px) {
  [data-mockup="1"] .portrait-video__overlay {
    padding: 12px;
  }
}
@media screen and (min-width: 1025px) {
  [data-mockup="1"] .portrait-video__overlay {
    padding: 14px;
  }
}
.portrait-video__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  [data-mockup="1"] .portrait-video__poster {
    border-radius: 10px;
  }
}
.portrait-video[data-playing=true] .portrait-video__overlay,
.portrait-video[data-playing=true] .portrait-video__gradient {
  display: none;
}
.portrait-video[data-playing=true]:focus .portrait-video__overlay {
  display: block;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .portrait-video[data-playing=true]:hover .portrait-video__overlay {
    display: block;
  }
  .portrait-video[data-playing=true]:hover .portrait-video__poster {
    display: none;
  }
}
.portrait-video__mask {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 6;
  cursor: pointer;
}
.portrait-video__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  block-size: 48px;
  inline-size: 48px;
  background-color: #020247;
  border-color: #020247;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.portrait-video__play-btn i {
  color: #fff;
}
.portrait-video__play-btn i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .portrait-video__play-btn {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .portrait-video__play-btn i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.portrait-video__play-btn i {
  block-size: 24px;
  inline-size: 24px;
}
.portrait-video__play-btn i::before {
  block-size: 24px;
  inline-size: 24px;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .portrait-video__play-btn:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .portrait-video__play-btn:hover i {
    color: #020247;
  }
}
@media screen and (min-width: 768px) {
  .portrait-video__play-btn {
    block-size: 48px;
    inline-size: 48px;
  }
  .portrait-video__play-btn i {
    block-size: 24px;
    inline-size: 24px;
  }
  .portrait-video__play-btn i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.portrait-video__gradient {
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-blend-mode: darken;
  border-radius: 20px;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .portrait-video__gradient {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .portrait-video__gradient {
    border-radius: 40px;
  }
}
[data-mockup="1"] .portrait-video__gradient {
  inset: 10px;
}
@media screen and (max-width: 767px) {
  [data-mockup="1"] .portrait-video__gradient {
    inset: 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .portrait-video__gradient {
    border-radius: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .portrait-video__gradient {
    border-radius: 66px;
  }
}
@media screen and (min-width: 768px) {
  .portrait-video {
    height: 572px;
    max-width: 279px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .portrait-video {
    height: 775px;
    max-width: 378px;
  }
}

.popup-modal {
  z-index: 9999;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popup-modal .wp-block-heading {
  padding: 2.5rem 0 1rem;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -1.2px;
  max-width: 19.875rem;
}
@media screen and (min-width: 768px) {
  .popup-modal .wp-block-heading {
    padding: 3rem 0 1.25rem;
    max-width: 31.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .wp-block-heading {
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -1.44px;
    max-width: 38.875rem;
  }
}
.popup-modal .wp-block-paragraph {
  margin: 0 auto;
  text-align: center;
  color: #0c0e1c;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: -0.28px;
  max-width: 19.875rem;
  padding-bottom: 2rem;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .popup-modal .wp-block-paragraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    letter-spacing: -0.32px;
    padding-bottom: 2.5rem;
    max-width: 31.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .wp-block-paragraph {
    max-width: 38.875rem;
  }
}
@keyframes zoomIn {
  0% {
    transform-origin: center center;
    left: 50%;
    top: 50%;
    transform: scaleY(0.9) scaleX(0.9) translate(-50%, -50%);
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes dimming {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(45, 45, 45, 0.8588235294);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.popup-modal.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  display: initial;
}
.popup-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.8588235294);
  animation: dimming 0.3s ease-out 0s 1 normal forwards;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.popup-modal__container.hide {
  opacity: 0;
}
.popup-modal__content {
  max-height: calc(80vh - 74px);
  padding-bottom: 1.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  animation: fadeIn 0.3s ease-out 0.3s 1 normal forwards;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .popup-modal__content {
    padding-bottom: 3rem;
  }
}
.popup-modal__content.hide {
  opacity: 0;
}
.popup-modal__wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: scaleY(1) scaleX(1) translate(-50%, -50%);
  max-width: 24rem;
  width: 100%;
  max-height: 80vh;
  height: auto;
  border-radius: 0.625rem;
  background: #fff;
  animation: zoomIn 0.5s ease-out 0s 1 normal forwards;
  transition: all 0.5s ease-out;
  overflow: hidden;
  transform-origin: center center;
}
.popup-modal__wrapper.hide {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .popup-modal__wrapper {
    max-width: 35.875rem;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal__wrapper {
    max-width: 52.125rem;
    border-radius: 2.5rem;
  }
}
.popup-modal__close {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal__close {
    padding-top: 2.5rem;
  }
}
.popup-modal__btn-close {
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4.1666875rem;
  background: #dfe0e4;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (min-width: 1025px) {
  .popup-modal__btn-close {
    right: 32px;
  }
}
.popup-modal__btn-close:focus-visible {
  outline: 2px solid #080887;
  outline-offset: 0;
}
.popup-modal ::-webkit-scrollbar {
  width: 0;
  border-radius: 2.5rem;
}
.popup-modal ::-webkit-scrollbar-track {
  background: transparent;
}
.popup-modal ::-webkit-scrollbar-thumb {
  background: #dfe0e4;
}
.popup-modal ::-webkit-scrollbar-thumb:hover {
  background: #b1b3bd;
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list .wrapper {
    column-gap: 1rem;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list__wrapper {
    grid-column: 1/-1;
  }
}
.popup-modal .styled-list__items {
  gap: 1.5rem;
  margin-top: 24px;
  padding: 0;
}
.popup-modal .styled-list__item {
  flex: 1 1 0;
}
.popup-modal .styled-list__headline {
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -0.96px;
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list__headline {
    font-size: 2.25rem;
    line-height: 2.475rem;
    letter-spacing: -1.08px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list__item-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.725rem;
    letter-spacing: -0.48px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list__item-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.14px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list--with-divider .styled-list__items {
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list--with-divider .styled-list__item {
    padding-top: 24px;
  }
}
.popup-modal .styled-list--with-divider .styled-list__item-wrapper {
  width: calc(((384px - 88px) / 6 * 4 + 24px) * 1);
}
@media screen and (min-width: 768px) {
  .popup-modal .styled-list--with-divider .styled-list__item-wrapper {
    width: calc(((574px - 176px) / 8 * 6 + 80px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list--with-divider .styled-list__item-wrapper {
    margin-right: 7.5px;
    width: calc(((834px - 176px) / 8 * 6 + 80px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .styled-list--with-divider .styled-list__item-icon {
    height: 5.125rem;
    width: 5.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up .wrapper {
    column-gap: 1rem;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_right][data-variation=phone_asset] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_left][data-variation=phone_asset] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-left[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_right][data-variation=phone_asset] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_left][data-variation=phone_asset] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__content-right[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=phone_asset] {
    justify-content: flex-end !important;
  }
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=phone_asset] .basic-one-up__phone-asset {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=phone_asset] {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=phone_asset] .basic-one-up__phone-asset {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=phone_asset] {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__media-wrapper[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 1/span 4;
  }
}
.popup-modal .basic-one-up__phone-asset {
  display: flex;
  justify-content: center;
}
.popup-modal .basic-one-up .image-video {
  width: auto !important;
  padding: 2% !important;
}
@media screen and (min-width: 768px) {
  .popup-modal .basic-one-up .image-video {
    padding: 2.5% !important;
  }
}
.popup-modal .basic-one-up .image-video__video, .popup-modal .basic-one-up .image-video__video--thumbnail, .popup-modal .basic-one-up .image-video__image img {
  height: 420px !important;
  width: auto !important;
  border-radius: 0.75rem !important;
}
@media screen and (min-width: 768px) {
  .popup-modal .basic-one-up .image-video__video, .popup-modal .basic-one-up .image-video__video--thumbnail, .popup-modal .basic-one-up .image-video__image img {
    height: 425px !important;
    border-radius: 0.78125rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up .image-video__video, .popup-modal .basic-one-up .image-video__video--thumbnail, .popup-modal .basic-one-up .image-video__image img {
    min-height: 480px !important;
    height: calc(80vh - 96px) !important;
    max-height: 562.6px !important;
    border-radius: 1.375rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-modal .basic-one-up .image-video__toggle[data-variation=phone] {
    width: 1.125rem;
    height: 1.125rem;
    right: -25px;
  }
  .popup-modal .basic-one-up .image-video__toggle[data-variation=phone] svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-modal .basic-one-up .image-video__cta-hover {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__standard-image {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__standard-image[data-image-orientation=portrait] {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up__standard-image[data-image-orientation=landscape] {
    width: calc(((100vw - 176px) / 8 * 5 + 64px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .popup-modal .basic-one-up .content-package__ctas {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .popup-modal .basic-one-up .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .popup-modal .basic-one-up .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.popup-modal .basic-one-up .content-package__title {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .popup-modal .basic-one-up .content-package__title {
    font-size: 2rem;
    line-height: 2.22rem;
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up .content-package__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 39.6px;
    letter-spacing: -1.08px;
  }
}
.popup-modal .basic-one-up .content-package__brand_logos,
.popup-modal .basic-one-up .content-package__large_logo,
.popup-modal .basic-one-up .content-package__tags,
.popup-modal .basic-one-up .content-package__ctas {
  display: none;
}
.popup-modal .basic-one-up .content-package__body {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .popup-modal .basic-one-up .content-package__body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.14px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid__wrapper {
    column-gap: 1rem;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-modal .card-grid__title {
    font-size: 2rem;
    line-height: 2.22rem;
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid__title {
    grid-column: 1/8;
    font-size: 2.25rem;
    line-height: 2.475rem;
    letter-spacing: -0.0675rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid__description {
    grid-column: 1/5;
    font-size: 0.875rem;
    line-height: 1.1375rem;
    letter-spacing: -0.00875rem;
  }
}
.popup-modal .card-grid__cards-wrapper {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .popup-modal .card-grid__cards-wrapper--three-column {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid__cards-wrapper {
    margin-top: 2.5rem;
    column-gap: 1rem;
    row-gap: 2.5rem;
  }
  .popup-modal .card-grid__cards-wrapper--three-column {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .image-video__toggle {
    bottom: 1.03125rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card,
  .popup-modal .card-grid .external-content-card {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card__wrapper,
  .popup-modal .card-grid .external-content-card__wrapper {
    padding-block: 1.5rem;
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card__content {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card__brands img {
    max-width: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card__title,
  .popup-modal .card-grid .external-content-card__title {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .card-grid .release-feature-card__description,
  .popup-modal .card-grid .external-content-card__description {
    font-size: 0.875rem;
    letter-spacing: -rem(0.28);
    line-height: 1.1375rem;
    margin-top: 0.5rem;
  }
}
.popup-modal .card-grid .release-feature-card__modal-cta {
  display: none;
}
.popup-modal .richTextEditor {
  padding: 2.5rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .popup-modal .richTextEditor {
    padding: 3rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor {
    padding: 3rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor .wrapper {
    column-gap: 1rem;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 0;
  }
}
.popup-modal .richTextEditor__wrapper {
  gap: 1rem;
  grid-column: 1/-1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .popup-modal .richTextEditor__wrapper {
    gap: 1.25rem;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper {
    grid-column: 2/span 6;
  }
}
.popup-modal .richTextEditor__wrapper > * {
  text-align: center;
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 768px) {
  .popup-modal .richTextEditor__wrapper > * {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: -0.02rem;
  }
}
.popup-modal .richTextEditor__wrapper p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .popup-modal .richTextEditor__wrapper p {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper p {
    width: 100%;
  }
}
@media screen and (min-width: 1281px) {
  .popup-modal .richTextEditor__wrapper p {
    width: 100%;
  }
}
.popup-modal .richTextEditor__wrapper h1 {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 400;
  letter-spacing: -0.09rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    letter-spacing: -0.12rem;
  }
}
.popup-modal .richTextEditor__wrapper h2 {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper h2 {
    font-size: 3rem;
    line-height: 3.3rem;
    letter-spacing: -0.09rem;
  }
}
.popup-modal .richTextEditor__wrapper h3 {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper h3 {
    font-size: 3rem;
    line-height: 3.3rem;
    letter-spacing: -0.09rem;
  }
}
.popup-modal .richTextEditor__wrapper h4 {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper h4 {
    font-size: 2.1875rem;
    line-height: 2.475rem;
    letter-spacing: -0.0675rem;
  }
}
.popup-modal .richTextEditor__wrapper h5 {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .popup-modal .richTextEditor__wrapper h5 {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -0.06rem;
  }
}
.popup-modal .richTextEditor__wrapper a {
  text-decoration: underline;
}

.hub-hero {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  position: relative;
  transition: all 1.2s ease-out;
  transition-delay: 0.3s;
  padding-bottom: 12.5rem;
}
.hub-hero__hide {
  height: 0;
  opacity: 0;
}
.hub-hero .show {
  opacity: 1;
}
.hub-hero .image-slideUp {
  transition: width ease-in-out 250ms;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hub-hero.is-fading-out .image-slideUp {
    margin: 0 auto;
  }
  .hub-hero.is-fading-out .image-slideUp:nth-child(2) {
    transition-delay: 100ms;
  }
  .hub-hero.is-fading-out .image-slideUp:last-child {
    transition-delay: 200ms;
  }
}
.hub-hero__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  transition-property: padding, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.hub-hero__wrapper--animate-padding {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hub-hero__wrapper--animate-padding {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__wrapper--animate-padding {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__wrapper {
    gap: 107px;
  }
}
.hub-hero__main-headline {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
  font-style: normal;
  font-weight: 400;
  line-height: 53.28px;
  letter-spacing: -1.44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  text-align: center;
  color: #fff;
  width: 100%;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transition-timing-function: ease-in;
}
@media screen and (min-width: 1025px) {
  .hub-hero__main-headline {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .hub-hero__main-headline {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__main-headline {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .hub-hero__main-headline {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__main-headline {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .hub-hero__main-headline {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .hub-hero__main-headline {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .hub-hero__main-headline {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .hub-hero__main-headline {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__main-headline {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .hub-hero__main-headline {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .hub-hero__main-headline {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .hub-hero__main-headline {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .hub-hero__main-headline {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.hub-hero__main-headline--slideUp {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .hub-hero__main-headline {
    font-size: 9.375rem;
    letter-spacing: -0.28125rem;
    line-height: 10.40625rem;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__main-headline--animated-font {
    font-size: 99.167px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.075px;
    letter-spacing: -2.975px;
  }
}
.hub-hero__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 0 auto;
  z-index: 2;
}
.hub-hero__background--animate-border {
  border-radius: 10px;
  position: relative;
  left: unset;
  top: unset;
  transition-property: padding, border-radius;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .hub-hero__background--animate-border {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__background--animate-border {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hub-hero__background--animate-border {
    height: 58.25rem;
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__background--animate-border {
    height: 64.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__background--animate-border {
    height: 50.625rem;
  }
}
.hub-hero__background--animate-bg-width {
  transition-property: width, transform, border-radius;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
  transition-delay: 8ms;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hub-hero__background--animate-bg-width {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__background--animate-bg-width {
    width: 952px;
    transform: scaleY(932px);
  }
}
.hub-hero__background img,
.hub-hero__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-hero__play-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 714.286px;
  border: 0.819px solid var(--cta-text-ui-primary, #fff);
}
.hub-hero__play-btn.play {
  display: none;
}
.hub-hero__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 19.603px;
  flex: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hub-hero__content-wrapper {
    max-width: 100vw;
    width: calc(100vw - 3rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hub-hero__content-wrapper {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__content-wrapper {
    gap: 2.625rem;
  }
}
.hub-hero__headline {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  width: 100%;
  color: #0c0e1c;
  text-align: center;
  position: relative;
  line-height: 9.375rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: transform, opacity;
  transition-duration: 1.3s;
  transition-delay: 8ms;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1025px) {
  .hub-hero__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .hub-hero__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .hub-hero__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .hub-hero__headline {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .hub-hero__headline {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .hub-hero__headline {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .hub-hero__headline {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .hub-hero__headline {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__headline {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .hub-hero__headline {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .hub-hero__headline {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .hub-hero__headline {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .hub-hero__headline {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.hub-hero__headline.has-loaded {
  line-height: 4rem;
  opacity: 1;
}
.hub-hero__headline span {
  line-height: 9.375rem;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.hub-hero__headline span.has-loaded {
  line-height: 4rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .hub-hero__headline {
    max-width: 35.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__headline {
    max-width: 44.25rem;
  }
}
.hub-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19.603px;
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
  transition-delay: 0.3ms;
}
@media screen and (min-width: 768px) {
  .hub-hero__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__content {
    gap: 1.5rem;
  }
}
.hub-hero__image {
  border-radius: 10px;
  margin-top: 100px;
  opacity: 0;
  transition-property: margin-top, opacity;
  transition-timing-function: ease-out;
  flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .hub-hero__image {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__image {
    border-radius: 40px;
  }
}
.hub-hero__content-image {
  position: relative;
  width: 100%;
}
.hub-hero__content-image .has-loaded {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.hub-hero__content-image img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hub-hero__content-image img {
    margin-inline: auto;
    max-width: 248px;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__content-image img {
    margin-inline: auto;
    max-width: 462.406px;
  }
}
.hub-hero__brand_logos {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.hub-hero__brand_logos .has-loaded {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.hub-hero__brand_logos img {
  opacity: 0;
  margin-top: 5rem;
  width: 2rem;
  height: 2rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hub-hero__brand_logos img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .hub-hero__brand_logos img {
    width: 3rem;
    height: 3rem;
  }
}

.share-btn[aria-expanded=true] .share-btn__cta-hover {
  opacity: 20%;
}
.share-btn[aria-expanded=true] .share-btn__cta-hover[data-theme-type=light] {
  opacity: 10%;
}
.share-btn-wrapper {
  position: relative;
}
.share-btn .icon {
  block-size: 24px;
  inline-size: 24px;
}
.share-btn__modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  z-index: 999;
}
.share-btn__modal--open {
  display: flex;
  visibility: visible;
}
.share-btn__modal--close {
  display: none;
  visibility: visible;
}
.share-btn__list {
  width: 100%;
  padding: 0.75rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.3125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .share-btn__list {
    width: 13.5rem;
    display: flex;
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.share-btn__list-item {
  display: flex;
  height: 40px;
  align-items: center;
  align-self: stretch;
  gap: 1rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #31374f;
  cursor: pointer;
  padding: 0 1.25rem;
}
.share-btn__list-item:hover {
  background: #caccd2;
}
.share-btn__list-item img {
  width: 1rem;
  height: 1rem;
}
.share-btn__cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.share-btn__cta-hover:hover, .share-btn__cta-hover:active {
  opacity: 20%;
  z-index: 0;
}
.share-btn__cta-hover[data-theme-type=light]:hover, .share-btn__cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}

.notfound {
  display: flex;
  padding: 4.5rem 2.5rem;
  align-items: center;
  max-width: 1280px;
  margin-inline: auto;
}
.notfound__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  flex: 1 0 0;
}
.notfound__text p {
  margin: 0;
  padding: 0;
}
.notfound__text--heading {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.09rem;
  font-size: 64px;
  font-weight: 400;
  line-height: 71.04px;
  letter-spacing: -1.92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
@media screen and (min-width: 1025px) {
  .notfound__text--heading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--heading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--heading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--heading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--heading {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--heading {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--heading {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--heading {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--heading {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--heading {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    --viewport-width: 1vw;
    letter-spacing: -0.16875rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--heading {
    font-size: clamp(70px, 70px + (80 - 70) * (100vw - 1025px) / (1281 - 1025), 80px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--heading {
    font-size: clamp(80px, 80px + (90 - 80) * (100vw - 1281px) / (1520 - 1281), 90px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--heading {
    line-height: clamp(77px, 77px + (88 - 77) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 88px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--heading {
    line-height: clamp(88px, 88px + (99 - 88) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 99px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--heading {
    letter-spacing: -2.4px;
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--heading {
    letter-spacing: -4.5px;
  }
}
.notfound__text--heading .icon::before {
  block-size: 8.5rem;
  inline-size: 8.5rem;
}
.notfound__text--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}
.notfound__text--subheading {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.08px;
  letter-spacing: -0.84px;
  padding: 0 4rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .notfound__text--subheading {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--subheading {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--subheading {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--subheading {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--subheading {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--subheading {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--subheading {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--subheading {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--subheading {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--subheading {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--subheading {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--subheading {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--subheading {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--subheading {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--subheading {
    padding: 0;
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--subheading {
    letter-spacing: -1.32px;
  }
}
.notfound__text--links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.notfound__text--links--head {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  padding: 0;
  margin: 0;
  max-width: 274px;
  text-align: center;
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: -0.12px;
}
@media screen and (min-width: 1025px) {
  .notfound__text--links--head {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--links--head {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--links--head {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .notfound__text--links--head {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--links--head {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--links--head {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--links--head {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .notfound__text--links--head {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .notfound__text--links--head {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--links--head {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--links--head {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--links--head {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .notfound__text--links--head {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .notfound__text--links--head {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .notfound__text--links--head {
    max-width: 586px;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.14px;
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--links--head {
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: -0.36px;
  }
}
.notfound__text--links--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  align-self: stretch;
  max-width: 274px;
}
@media screen and (min-width: 768px) {
  .notfound__text--links--list {
    max-width: 586px;
    flex-direction: row;
    gap: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .notfound__text--links--list {
    max-width: 566px;
  }
}
.notfound__text--links--list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.notfound__text--links .btn-link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

@font-face {
  font-family: "CentraNo2 Book";
  src: url(../fonts/CentraNo2-Book.woff2) format("woff2"), url(../fonts/CentraNo2-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Book Italic";
  src: url(../fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(../fonts/CentraNo2-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium";
  src: url(../fonts/CentraNo2-Medium.woff2) format("woff2"), url(../fonts/CentraNo2-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium Italic";
  src: url(../fonts/CentraNo2-MediumItalic.woff2) format("woff2"), url(../fonts/CentraNo2-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ExpediaGroupPrimary Bold";
  src: url(../fonts/ExpediaGroupPrimary-Bold.woff2) format("woff2"), url(../fonts/ExpediaGroupPrimary-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.theme-white__btn-primary, .theme-white__btn-secondary, .theme-white__btn-link, .theme-pacific-blue__btn-primary, .theme-pacific-blue__btn-secondary, .theme-pacific-blue__btn-link, .theme-midnight-blue__btn-primary, .theme-midnight-blue__btn-secondary, .theme-midnight-blue__btn-link, .btn-link, .btn-icon,
.btn-secondary,
.btn-with-icon, .btn-primary {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
}

.theme-white__btn-primary:focus, .theme-white__btn-secondary:focus, .theme-white__btn-link:focus, .theme-pacific-blue__btn-primary:focus, .theme-pacific-blue__btn-secondary:focus, .theme-pacific-blue__btn-link:focus, .theme-midnight-blue__btn-primary:focus, .theme-midnight-blue__btn-secondary:focus, .theme-midnight-blue__btn-link:focus, .btn-link:focus, .btn-icon:focus,
.btn-secondary:focus,
.btn-with-icon:focus, .btn-primary:focus, .theme-white__btn-primary:hover, .theme-white__btn-secondary:hover, .theme-white__btn-link:hover, .theme-pacific-blue__btn-primary:hover, .theme-pacific-blue__btn-secondary:hover, .theme-pacific-blue__btn-link:hover, .theme-midnight-blue__btn-primary:hover, .theme-midnight-blue__btn-secondary:hover, .theme-midnight-blue__btn-link:hover, .btn-link:hover, .btn-icon:hover,
.btn-secondary:hover,
.btn-with-icon:hover, .btn-primary:hover {
  box-shadow: none;
  outline-offset: 1px;
}

.theme-white__btn-primary:disabled, .theme-white__btn-secondary:disabled, .theme-white__btn-link:disabled, .theme-pacific-blue__btn-primary:disabled, .theme-pacific-blue__btn-secondary:disabled, .theme-pacific-blue__btn-link:disabled, .theme-midnight-blue__btn-primary:disabled, .theme-midnight-blue__btn-secondary:disabled, .theme-midnight-blue__btn-link:disabled, .btn-link:disabled, .btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled, .btn-primary:disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-primary {
  text-align: center;
  border: 1px solid #020247;
  background-color: #020247;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}

.btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}

.btn-icon,
.btn-secondary,
.btn-with-icon {
  text-align: center;
  border: 1px solid #020247;
  background-color: transparent;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}

.btn-icon i,
.btn-secondary i,
.btn-with-icon i {
  color: currentColor;
}

.btn-icon i::before,
.btn-secondary i::before,
.btn-with-icon i::before {
  block-size: 24px;
  inline-size: 24px;
}

.btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}

.btn-icon:disabled i,
.btn-secondary:disabled i,
.btn-with-icon:disabled i {
  color: currentColor;
}

.btn-icon {
  padding: 11px 17px;
}

.btn-secondary,
.btn-with-icon {
  padding: 16px 24px;
}

.btn-with-icon {
  height: auto;
  padding: 8px;
}

.btn-with-icon i::before {
  block-size: 16px;
  inline-size: 16px;
}

@media screen and (max-width: 1024px) {
  .btn-with-icon {
    padding: 12px;
  }
  .btn-with-icon > :first-child {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .btn-with-icon {
    padding: 12px 24px;
  }
  .btn-with-icon i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.btn-link {
  color: #020247;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}

.btn-link i {
  color: currentColor;
}

.btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}

.btn-link:disabled {
  color: #676a7d;
}

.btn-link:focus, .btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.btn-link:focus i, .btn-link:hover i {
  color: currentColor;
}

.pill {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  border: 1px solid #020247;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #020247;
  text-align: center;
  gap: 4px;
}

.pill i::before {
  block-size: 6px;
  inline-size: 6px;
  color: #57ca61;
}

:focus-visible {
  outline-color: #0d4eaf !important;
  outline-offset: 1px;
}

.theme-white {
  background-color: #fff;
}
.theme-white__text {
  color: #0c0e1c;
}
.theme-white__text-mobile-only {
  color: #0c0e1c;
}
.theme-white__btn-primary {
  text-align: center;
  border: 1px solid #020247;
  background-color: #020247;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
}
.theme-white__btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}
.theme-white__btn-secondary {
  text-align: center;
  border: 1px solid #020247;
  background-color: transparent;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
}
.theme-white__btn-secondary i {
  color: currentColor;
}
.theme-white__btn-secondary i::before {
  block-size: 24px;
  inline-size: 24px;
}
.theme-white__btn-secondary:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}
.theme-white__btn-secondary:disabled i {
  color: currentColor;
}
.theme-white__btn-link {
  color: #020247;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}
.theme-white__btn-link i {
  color: currentColor;
}
.theme-white__btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}
.theme-white__btn-link:disabled {
  color: #676a7d;
}
.theme-white__btn-link:focus, .theme-white__btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.theme-white__btn-link:focus i, .theme-white__btn-link:hover i {
  color: currentColor;
}
.theme-white__btn-link:focus, .theme-white__btn-link:hover {
  color: #080887;
}
.theme-white__btn-link:active {
  color: #4248ed;
}
@media screen and (min-width: 1025px) {
  .theme-white__btn-link--active {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #080887;
  }
}
.theme-white__tag {
  color: #31374f;
  border: 0.0625rem solid #020247;
}
.theme-white__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #020247;
}
.theme-white__carousel i {
  color: #fff;
}
.theme-white__carousel i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .theme-white__carousel {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .theme-white__carousel i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .theme-white__carousel {
    background-color: #f3f3f5;
    border-color: #dfe0e4;
  }
  .theme-white__carousel i {
    color: #4d5167;
  }
}
.theme-white__tab {
  background-color: #020247;
  border-bottom-color: #020247 !important;
}
.theme-white__tab--active:first-of-type::before {
  background-color: #020247;
}
.theme-white__tab-link {
  color: #020247;
}
.theme-white__modal-cta {
  color: #020247;
  border-color: #020247;
  background-color: transparent;
}
.theme-white__modal-cta i {
  color: #020247;
}
.theme-white__modal-cta:focus, .theme-white__modal-cta:hover {
  color: #080887;
  border: 1px solid #080887;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.theme-white__modal-cta:focus i, .theme-white__modal-cta:hover i {
  color: #020247;
}
.theme-white__modal-cta:active {
  background-color: #fff;
  border: 1px solid #4248ed;
  color: #4248ed;
}
.theme-white__modal-cta:active i {
  color: #4248ed;
}
.theme-white__video-cta svg {
  border: solid 1px #020247 !important;
  background-color: transparent;
}
.theme-white__video-cta svg path {
  fill: #020247 !important;
}
.theme-white__icon-svg path {
  fill: #0c0e1c;
}

.theme-pacific-blue {
  background-color: #4248ed;
}
.theme-pacific-blue__text {
  color: #fff;
}
.theme-pacific-blue__text-mobile-only {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .theme-pacific-blue__text-mobile-only {
    color: #020247;
  }
}
.theme-pacific-blue__btn-primary {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
}
.theme-pacific-blue__btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}
.theme-pacific-blue__btn-secondary {
  text-align: center;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
}
.theme-pacific-blue__btn-secondary i {
  color: currentColor;
}
.theme-pacific-blue__btn-secondary i::before {
  block-size: 24px;
  inline-size: 24px;
}
.theme-pacific-blue__btn-secondary:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}
.theme-pacific-blue__btn-secondary:disabled i {
  color: currentColor;
}
.theme-pacific-blue__btn-link {
  color: #fff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}
.theme-pacific-blue__btn-link i {
  color: currentColor;
}
.theme-pacific-blue__btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}
.theme-pacific-blue__btn-link:disabled {
  color: #676a7d;
}
.theme-pacific-blue__btn-link:focus, .theme-pacific-blue__btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.theme-pacific-blue__btn-link:focus i, .theme-pacific-blue__btn-link:hover i {
  color: currentColor;
}
.theme-pacific-blue__btn-link:focus, .theme-pacific-blue__btn-link:hover {
  color: #f3f3f5;
}
.theme-pacific-blue__btn-link:active {
  color: #020247;
}
@media screen and (min-width: 1025px) {
  .theme-pacific-blue__btn-link--active {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #f3f3f5;
  }
}
.theme-pacific-blue__tag {
  color: #dfe0e4;
  border: 0.0625rem solid #fff;
}
.theme-pacific-blue__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  border-color: transparent;
}
.theme-pacific-blue__carousel i {
  color: #020247;
}
.theme-pacific-blue__carousel i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .theme-pacific-blue__carousel {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .theme-pacific-blue__carousel i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .theme-pacific-blue__carousel {
    background-color: #f3f3f5;
    border-color: #dfe0e4;
  }
  .theme-pacific-blue__carousel i {
    color: #4d5167;
  }
}
.theme-pacific-blue__tab {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.theme-pacific-blue__tab--active:first-of-type::before {
  background-color: #fff;
}
.theme-pacific-blue__tab-link {
  color: #fff;
}
.theme-pacific-blue__modal-cta {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.theme-pacific-blue__modal-cta i {
  color: #fff;
}
.theme-pacific-blue__modal-cta:focus, .theme-pacific-blue__modal-cta:hover {
  color: #dfe0e4;
  border: 1px solid #dfe0e4;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.theme-pacific-blue__modal-cta:focus i, .theme-pacific-blue__modal-cta:hover i {
  color: #dfe0e4;
}
.theme-pacific-blue__modal-cta:active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #020247;
}
.theme-pacific-blue__modal-cta:active i {
  color: #020247;
}
.theme-pacific-blue__video-cta svg {
  border: solid 1px #fff !important;
  background-color: transparent;
}
.theme-pacific-blue__video-cta svg path {
  fill: #fff !important;
}
.theme-pacific-blue__icon-svg path {
  fill: #fff;
}

.theme-midnight-blue {
  background-color: #020247;
}
.theme-midnight-blue__text {
  color: #fff;
}
.theme-midnight-blue__text-mobile-only {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .theme-midnight-blue__text-mobile-only {
    color: #020247;
  }
}
.theme-midnight-blue__btn-primary {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
}
.theme-midnight-blue__btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}
.theme-midnight-blue__btn-secondary {
  text-align: center;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
}
.theme-midnight-blue__btn-secondary i {
  color: currentColor;
}
.theme-midnight-blue__btn-secondary i::before {
  block-size: 24px;
  inline-size: 24px;
}
.theme-midnight-blue__btn-secondary:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}
.theme-midnight-blue__btn-secondary:disabled i {
  color: currentColor;
}
.theme-midnight-blue__btn-link {
  color: #fff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}
.theme-midnight-blue__btn-link i {
  color: currentColor;
}
.theme-midnight-blue__btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}
.theme-midnight-blue__btn-link:disabled {
  color: #676a7d;
}
.theme-midnight-blue__btn-link:focus, .theme-midnight-blue__btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.theme-midnight-blue__btn-link:focus i, .theme-midnight-blue__btn-link:hover i {
  color: currentColor;
}
.theme-midnight-blue__btn-link:focus, .theme-midnight-blue__btn-link:hover {
  color: #dfe0e4;
}
.theme-midnight-blue__btn-link:active {
  color: #4248ed;
}
@media screen and (min-width: 1025px) {
  .theme-midnight-blue__btn-link--active {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #dfe0e4;
  }
}
.theme-midnight-blue__tag {
  color: #dfe0e4;
  border: 0.0625rem solid #fff;
}
.theme-midnight-blue__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
}
.theme-midnight-blue__carousel i {
  color: #020247;
}
.theme-midnight-blue__carousel i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .theme-midnight-blue__carousel {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .theme-midnight-blue__carousel i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .theme-midnight-blue__carousel {
    background-color: #f3f3f5;
    border-color: #dfe0e4;
  }
  .theme-midnight-blue__carousel i {
    color: #4d5167;
  }
}
.theme-midnight-blue__tab {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.theme-midnight-blue__tab--active:first-of-type::before {
  background-color: #fff;
}
.theme-midnight-blue__tab-link {
  color: #fff;
}
.theme-midnight-blue__modal-cta {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.theme-midnight-blue__modal-cta i {
  color: #fff;
}
.theme-midnight-blue__modal-cta:focus, .theme-midnight-blue__modal-cta:hover {
  color: #dfe0e4;
  border: 1px solid #dfe0e4;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.theme-midnight-blue__modal-cta:focus i, .theme-midnight-blue__modal-cta:hover i {
  color: #dfe0e4;
}
.theme-midnight-blue__modal-cta:active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #020247;
}
.theme-midnight-blue__modal-cta:active i {
  color: #020247;
}
.theme-midnight-blue__video-cta svg {
  border: solid 1px #fff !important;
  background-color: transparent;
}
.theme-midnight-blue__video-cta svg path {
  fill: #fff !important;
}
.theme-midnight-blue__icon-svg path {
  fill: #fff;
}

/** Modules **/
.inline-image {
  padding-block: 2.5rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inline-image {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .inline-image {
    padding-block: 5rem;
  }
}
.inline-image__wrapper {
  align-items: center;
}
.inline-image__text {
  grid-column: 1/-1;
  order: 2;
}
@media screen and (min-width: 768px) {
  .inline-image__text {
    grid-column: span 4/-1;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__text {
    grid-column: span 5/12;
    margin-left: 0;
  }
}
[data-variation=right] .inline-image__text {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  [data-variation=right] .inline-image__text {
    grid-column: 1/span 4;
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=right] .inline-image__text {
    grid-column: 2/span 5;
  }
}
.inline-image__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .inline-image__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-image__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-image__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .inline-image__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-image__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-image__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-image__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-image__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-image__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-image__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-image__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-image__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__title {
    margin-bottom: 24px;
  }
}
.inline-image__content {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .inline-image__content {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-image__content {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__content {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-image__content {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .inline-image__content {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-image__content {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-image__content {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-image__content {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-image__content {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__content {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-image__content {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-image__content {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-image__content {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-image__content {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.inline-image__image {
  grid-column: 1/-1;
  order: 1;
  margin-bottom: 40px;
}
.inline-image__image img {
  border-radius: 10px;
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .inline-image__image img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__image img {
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  .inline-image__image {
    grid-column: 1/span 3;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .inline-image__image {
    grid-column: 2/span 4;
  }
}
[data-variation=right] .inline-image__image {
  order: 2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  [data-variation=right] .inline-image__image {
    grid-column: span 3/-1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=right] .inline-image__image {
    grid-column: span 4/12;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn50 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    translate: 0 100px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    translate: 0 -50%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    translate: 50% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  100% {
    translate: 50% 0;
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  0% {
    translate: 0 100%;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    translate: 0 -100%;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: -100% 0;
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: 100% 0;
    opacity: 0;
  }
}
@keyframes fadeInArc {
  0% {
    opacity: 0;
    clip-path: ellipse(0 0 at left bottom);
  }
  100% {
    opacity: 1;
    clip-path: ellipse(118px 118px at left bottom);
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideDown {
  0% {
    translate: 0 -50%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes scaleDown {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes scaleY {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes slideUpClip {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fadeOutLeft {
  animation: fadeOutLeft 0.5s ease-in-out forwards;
}

.fadeInRight {
  animation: fadeInRight 0.5s ease-in-out forwards;
}

.fadeInLeft {
  animation: fadeInLeft 0.5s ease-in-out forwards;
}

.fadeOutRight {
  animation: fadeOutRight 0.5s ease-in-out forwards;
}

.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.fadeOut {
  animation: fadeOut 0.5s ease-in-out forwards;
}

@font-face {
  font-family: "CentraNo2 Book";
  src: url(../fonts/CentraNo2-Book.woff2) format("woff2"), url(../fonts/CentraNo2-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Book Italic";
  src: url(../fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(../fonts/CentraNo2-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium";
  src: url(../fonts/CentraNo2-Medium.woff2) format("woff2"), url(../fonts/CentraNo2-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CentraNo2 Medium Italic";
  src: url(../fonts/CentraNo2-MediumItalic.woff2) format("woff2"), url(../fonts/CentraNo2-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ExpediaGroupPrimary Bold";
  src: url(../fonts/ExpediaGroupPrimary-Bold.woff2) format("woff2"), url(../fonts/ExpediaGroupPrimary-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.theme-white__btn-primary, .theme-white__btn-secondary, .theme-white__btn-link, .theme-pacific-blue__btn-primary, .theme-pacific-blue__btn-secondary, .theme-pacific-blue__btn-link, .theme-midnight-blue__btn-primary, .theme-midnight-blue__btn-secondary, .theme-midnight-blue__btn-link, .btn-link, .btn-icon,
.btn-secondary,
.btn-with-icon, .btn-primary {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
}

.theme-white__btn-primary:focus, .theme-white__btn-secondary:focus, .theme-white__btn-link:focus, .theme-pacific-blue__btn-primary:focus, .theme-pacific-blue__btn-secondary:focus, .theme-pacific-blue__btn-link:focus, .theme-midnight-blue__btn-primary:focus, .theme-midnight-blue__btn-secondary:focus, .theme-midnight-blue__btn-link:focus, .btn-link:focus, .btn-icon:focus,
.btn-secondary:focus,
.btn-with-icon:focus, .btn-primary:focus, .theme-white__btn-primary:hover, .theme-white__btn-secondary:hover, .theme-white__btn-link:hover, .theme-pacific-blue__btn-primary:hover, .theme-pacific-blue__btn-secondary:hover, .theme-pacific-blue__btn-link:hover, .theme-midnight-blue__btn-primary:hover, .theme-midnight-blue__btn-secondary:hover, .theme-midnight-blue__btn-link:hover, .btn-link:hover, .btn-icon:hover,
.btn-secondary:hover,
.btn-with-icon:hover, .btn-primary:hover {
  box-shadow: none;
  outline-offset: 1px;
}

.theme-white__btn-primary:disabled, .theme-white__btn-secondary:disabled, .theme-white__btn-link:disabled, .theme-pacific-blue__btn-primary:disabled, .theme-pacific-blue__btn-secondary:disabled, .theme-pacific-blue__btn-link:disabled, .theme-midnight-blue__btn-primary:disabled, .theme-midnight-blue__btn-secondary:disabled, .theme-midnight-blue__btn-link:disabled, .btn-link:disabled, .btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled, .btn-primary:disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-primary {
  text-align: center;
  border: 1px solid #020247;
  background-color: #020247;
  color: #fff;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}

.btn-primary:disabled {
  border: 1px solid #dfe0e4;
  background-color: #dfe0e4;
  color: #4d5167;
}

.btn-icon,
.btn-secondary,
.btn-with-icon {
  text-align: center;
  border: 1px solid #020247;
  background-color: transparent;
  color: #020247;
  height: 48px;
  padding: 16px 24px;
  text-align: center;
}

.btn-icon i,
.btn-secondary i,
.btn-with-icon i {
  color: currentColor;
}

.btn-icon i::before,
.btn-secondary i::before,
.btn-with-icon i::before {
  block-size: 24px;
  inline-size: 24px;
}

.btn-icon:disabled,
.btn-secondary:disabled,
.btn-with-icon:disabled {
  border: 1px solid #dfe0e4;
  background-color: transparent;
  color: #676a7d;
}

.btn-icon:disabled i,
.btn-secondary:disabled i,
.btn-with-icon:disabled i {
  color: currentColor;
}

.btn-icon {
  padding: 11px 17px;
}

.btn-secondary,
.btn-with-icon {
  padding: 16px 24px;
}

.btn-with-icon {
  height: auto;
  padding: 8px;
}

.btn-with-icon i::before {
  block-size: 16px;
  inline-size: 16px;
}

@media screen and (max-width: 1024px) {
  .btn-with-icon {
    padding: 12px;
  }
  .btn-with-icon > :first-child {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .btn-with-icon {
    padding: 12px 24px;
  }
  .btn-with-icon i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.btn-link {
  color: #020247;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: unset;
  gap: 4px;
}

.btn-link i {
  color: currentColor;
}

.btn-link i::before {
  block-size: 12px;
  inline-size: 12px;
}

.btn-link:disabled {
  color: #676a7d;
}

.btn-link:focus, .btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.btn-link:focus i, .btn-link:hover i {
  color: currentColor;
}

.pill {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  border: 1px solid #020247;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #020247;
  text-align: center;
  gap: 4px;
}

.pill i::before {
  block-size: 6px;
  inline-size: 6px;
  color: #57ca61;
}

:focus-visible {
  outline-color: #0d4eaf !important;
  outline-offset: 1px;
}

/** @define Icon */
.icon {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  color: currentColor;
  pointer-events: none;
}

.icon::before {
  content: "";
  display: inline-block;
  block-size: 1.5rem;
  inline-size: 1.5rem;
  background-color: currentColor;
  vertical-align: middle;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.icon[data-icon=arrow-left]::before {
  mask-image: url("../../assets/images/icons/arrow-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-left.svg");
}

.icon[data-icon=arrow-right]::before {
  mask-image: url("../../assets/images/icons/arrow-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-right.svg");
}

.icon[data-icon=chevron-down]::before {
  mask-image: url("../../assets/images/icons/chevron-down.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-down.svg");
}

.icon[data-icon=chevron-right]::before {
  mask-image: url("../../assets/images/icons/chevron-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-right.svg");
}

.icon[data-icon=chevron-left]::before {
  mask-image: url("../../assets/images/icons/chevron-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/chevron-left.svg");
}

.icon[data-icon=share]::before {
  mask-image: url("../../assets/images/icons/share.svg");
  -webkit-mask-image: url("../../assets/images/icons/share.svg");
}

.icon[data-icon=burger]::before {
  mask-image: url("../../assets/images/icons/burger.svg");
  -webkit-mask-image: url("../../assets/images/icons/burger.svg");
}

.icon[data-icon=dots-h]::before {
  mask-image: url("../../assets/images/icons/dots-h.svg");
  -webkit-mask-image: url("../../assets/images/icons/dots-h.svg");
}

.icon[data-icon=close]::before {
  mask-image: url("../../assets/images/icons/close.svg");
  -webkit-mask-image: url("../../assets/images/icons/close.svg");
}

.icon[data-icon=dot]::before {
  mask-image: url("../../assets/images/icons/dot.svg");
  -webkit-mask-image: url("../../assets/images/icons/dot.svg");
}

.icon[data-icon=plus]::before {
  mask-image: url("../../assets/images/icons/plus.svg");
  -webkit-mask-image: url("../../assets/images/icons/plus.svg");
}

.icon[data-icon=arrow-right]::before {
  mask-image: url("../../assets/images/icons/arrow-right.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-right.svg");
}

.icon[data-icon=arrow-left]::before {
  mask-image: url("../../assets/images/icons/arrow-left.svg");
  -webkit-mask-image: url("../../assets/images/icons/arrow-left.svg");
}

.icon[data-icon=play]::before {
  mask-image: url("../../assets/images/icons/play.svg");
  -webkit-mask-image: url("../../assets/images/icons/play.svg");
}

.icon[data-icon=pause]::before {
  mask-image: url("../../assets/images/icons/pause.svg");
  -webkit-mask-image: url("../../assets/images/icons/pause.svg");
}

.icon[data-icon=bullet]::before {
  mask-image: url("../../assets/images/icons/bullet.svg");
  -webkit-mask-image: url("../../assets/images/icons/bullet.svg");
}

.icon[data-icon=directions]::before {
  mask-image: url("../../assets/images/icons/directions.svg");
  -webkit-mask-image: url("../../assets/images/icons/directions.svg");
}

.styleguide .list {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin: 50px 0;
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .list {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .list {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .list {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .list {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .list {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .list {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.styleguide p {
  margin-bottom: 0;
}

.styleguide .heading-1 {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.09rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-1 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    --viewport-width: 1vw;
    letter-spacing: -0.16875rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    font-size: clamp(70px, 70px + (80 - 70) * (100vw - 1025px) / (1281 - 1025), 80px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    font-size: clamp(80px, 80px + (90 - 80) * (100vw - 1281px) / (1520 - 1281), 90px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-1 {
    line-height: clamp(77px, 77px + (88 - 77) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 88px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-1 {
    line-height: clamp(88px, 88px + (99 - 88) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 99px);
  }
}
.styleguide .heading-2 {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-2 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-2 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-2 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.styleguide .heading-3 {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-3 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-3 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-3 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.styleguide .heading-4 {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-4 {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-4 {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-4 {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.styleguide .heading-5 {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .heading-5 {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .heading-5 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .heading-5 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.styleguide .subtitle {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.styleguide .subtitle-md {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle-md {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .subtitle-md {
    font-size: 1.25rem;
    line-height: 1.375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .subtitle-md {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .subtitle-md {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
.styleguide .body-1 {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-1 {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1 {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1 {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1 {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1 {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .body-1-md {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-family: "CentraNo2 Medium";
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-1-md {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-1-md {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-1-md {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.styleguide .body-2 {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-2 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-2 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-2 {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-2 {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-2 {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-2 {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-2 {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.styleguide .body-3 {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
}

@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .styleguide .body-3 {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-3 {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-3 {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styleguide .body-3 {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styleguide .body-3 {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
.styleguide .cta {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.styleguide .pills {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.styleguide .eyebrow {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
}

.styleguide .button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
}

.styleguide .button-container.midnight {
  background: #020247;
}

.styleguide .button-container.pacific {
  background: #4248ed;
}

.styleguide .color {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #0c0e1c;
}

.styleguide .color.midnight-blue-100 {
  background-color: #020247;
}

.styleguide .color.midnight-blue-200 {
  background-color: #080887;
}

.styleguide .color.pacific-blue {
  background-color: #4248ed;
}

.styleguide .color.lemon {
  background-color: #fddb32;
}

.styleguide .color.hotel-red {
  background-color: #e61e43;
}

.styleguide .color.vrbo-blue {
  background-color: #76c5f7;
}

.styleguide .color.positive-300 {
  background-color: #57ca61;
}

.styleguide .color.positive-600 {
  background-color: #227950;
}

.styleguide .color.warning-500 {
  background-color: #e61e43;
}

.styleguide .color.warning-700 {
  background-color: #a7183c;
}

.styleguide .color.black {
  background-color: #0c0e1c;
}

.styleguide .color.white {
  background-color: #fff;
}

.styleguide .color.neutral-50 {
  background-color: #f3f3f5;
}

.styleguide .color.neutral-100 {
  background-color: #dfe0e4;
}

.styleguide .color.neutral-200 {
  background-color: #caccd2;
}

.styleguide .color.neutral-300 {
  background-color: #b1b3bd;
}

.styleguide .color.neutral-400 {
  background-color: #999ca8;
}

.styleguide .color.neutral-500 {
  background-color: #818494;
}

.styleguide .color.neutral-600 {
  background-color: #676a7d;
}

.styleguide .color.neutral-700 {
  background-color: #4d5167;
}

.styleguide .color.neutral-800 {
  background-color: #31374f;
}

.styleguide .color.neutral-900 {
  background-color: #191e3b;
}

.styleguide hr {
  background: #020247;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

.sr-only--lg, .sr-only--md, .sr-only--sm, .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 768px) {
  .sr-only--sm {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .sr-only--md {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .sr-only--lg {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.feature-spotlight-three-images {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.feature-spotlight-three-images .content-package__wrapper .content-package__tags .tag {
  color: #31374f;
  border-color: #020247;
}
@media screen and (max-width: 767px) {
  .feature-spotlight-three-images .content-package__wrapper {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-three-images .content-package__wrapper {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(8, minmax(auto, 1fr));
  }
  .feature-spotlight-three-images .content-package__wrapper .content-package__content {
    grid-column: 1/5;
  }
  .feature-spotlight-three-images .content-package__wrapper .content-package__right_column_wrapper {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper {
    grid-column: 2/12;
    display: grid;
    column-gap: 1.5rem;
    grid-template-columns: repeat(10, minmax(auto, 1fr));
  }
  .feature-spotlight-three-images .content-package__wrapper .content-package__content {
    grid-column: 1/6;
  }
  .feature-spotlight-three-images .content-package__wrapper .content-package__right_column_wrapper {
    grid-column: 7/11;
  }
}
.feature-spotlight-three-images .content-package__wrapper .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-three-images .content-package__wrapper .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}

.feature-spotlight-images-container {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .feature-spotlight-images-container {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-images-container {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-images-container {
    padding-bottom: 5rem;
  }
}

.spotlight-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4/1;
}
@media screen and (min-width: 1281px) {
  .spotlight-bg {
    height: 20rem;
  }
}

.feature-spotlight-images {
  z-index: 2;
  position: relative;
  display: flex;
  overflow: auto;
  gap: 8px;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-images {
    display: grid;
    margin-top: 6.1875rem;
    margin-bottom: 4rem;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-images {
    margin-top: 9.6875rem;
    margin-bottom: 5rem;
    gap: 24px;
    grid-column: 2/12;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
.feature-spotlight-images img {
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 0.625rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .feature-spotlight-images img {
    width: calc(((100vw - 88px) / 6 * 5 + 32px) * 1);
  }
  .feature-spotlight-images img:first-of-type {
    margin-left: 1.5rem;
  }
  .feature-spotlight-images img:last-of-type {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-images img {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-images img {
    border-radius: 2.5rem;
  }
}
.feature-spotlight-images::-webkit-scrollbar {
  display: none;
}

.chat-ui-wrapper {
  align-items: flex-start;
  display: flex;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper {
    aspect-ratio: 586/682;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper {
    justify-content: center;
  }
}
.background .chat-ui-wrapper::before {
  background: #f3f3f5;
  border-radius: 1.5rem;
  content: "";
  display: block;
  height: 23.25rem;
  position: absolute;
  right: 1.875rem;
  top: 0;
  width: calc(100% - 5.75rem);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .background .chat-ui-wrapper::before {
    height: 17rem;
    right: 1.375rem;
    width: calc(100% - 4.25rem);
  }
}
@media screen and (min-width: 1025px) {
  .background .chat-ui-wrapper::before {
    height: 35.6875rem;
    right: 2.875rem;
    width: calc(100% - 8.75rem);
  }
}
.phone .chat-ui-wrapper {
  justify-content: center;
}
.background .chat-ui-wrapper .chat-ui-phone {
  display: none;
}
.chat-ui-wrapper .chat-ui-bubble-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2.25rem;
  padding-top: 2.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-ui-bubble-list {
    padding-left: 1.625rem;
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-list {
    padding-left: 3.375rem;
  }
}
.phone .chat-ui-wrapper .chat-ui-bubble-list {
  position: absolute;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .phone .chat-ui-wrapper .chat-ui-bubble-list {
    padding-left: 2.125rem;
    padding-top: 3.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .phone .chat-ui-wrapper .chat-ui-bubble-list {
    padding-left: 3.375rem;
    padding-top: 6.125rem;
  }
}
.chat-ui-wrapper .chat-ui-bubble-item {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-family: "CentraNo2 Medium";
  font-weight: 500;
  position: relative;
  height: auto;
  display: grid;
  max-width: 17.13913rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: 1rem;
    line-height: 0.875rem;
    max-width: 79.18%;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item {
    font-size: 1.625rem;
    line-height: 1.84375rem;
    max-width: 75.19%;
  }
}
.chat-ui-wrapper .chat-ui-bubble-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .chat-ui-wrapper .chat-ui-bubble-item:not(:last-child) {
    margin-bottom: 0.53125rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-bubble-item:not(:last-child) {
    margin-bottom: 1.148125rem;
  }
}
.chat-ui-wrapper .chat-ui-bubble-item.right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.chat-ui-wrapper .chat-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: -0.275rem;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-icon {
    width: 2.875rem;
    height: 2.875rem;
    left: -0.5rem;
  }
}
.phone .chat-ui-wrapper .chat-icon {
  top: 0;
  left: -0.275rem;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .phone .chat-ui-wrapper .chat-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .phone .chat-ui-wrapper .chat-icon {
    left: -0.5rem;
    width: 2.875rem;
    height: 2.875rem;
  }
}
.chat-ui-wrapper .bot {
  display: flex;
  padding: 0.59375rem 0.875rem;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.74844rem;
  background: #0d4eaf;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .bot {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 0.4375rem 0.65625rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .bot {
    font-size: 1.625rem;
    line-height: 1.875rem;
    padding: 0.875rem 1.375rem;
  }
}
.chat-ui-wrapper .customer {
  display: flex;
  padding: 0.59375rem 0.875rem;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 0.74844rem;
  background: #dfe0e4;
  color: #0c0e1c;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .customer {
    padding: 0.55rem 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .customer {
    font-size: 1.625rem;
    line-height: 1.875rem;
    padding: 0.875rem 1.375rem;
  }
}
.chat-ui-wrapper .chat-ui-card {
  align-items: flex-start;
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 64.548%;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-ui-card {
    width: 68.786%;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-card {
    width: 68.75%;
  }
}
.chat-ui-wrapper .chat-ui-card img {
  aspect-ratio: 180/144;
  border-top: var(--space-0, 0.599px) solid #dfe0e4;
  border-left: var(--space-0, 0.599px) solid #dfe0e4;
  border-right: var(--space-0, 0.599px) solid #dfe0e4;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
  overflow: hidden;
  width: 100%;
}
.chat-ui-wrapper .chat-ui-card .chat-ui-card-text {
  background-color: #fff;
  border-bottom-left-radius: 1.125rem;
  border-bottom-right-radius: 1.125rem;
  border-bottom: var(--space-0, 0.599px) solid #dfe0e4;
  border-left: var(--space-0, 0.599px) solid #dfe0e4;
  border-right: var(--space-0, 0.599px) solid #dfe0e4;
  overflow: hidden;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .phone .chat-ui-wrapper .chat-ui-card {
    width: 66.7%;
  }
}
@media screen and (min-width: 1025px) {
  .phone .chat-ui-wrapper .chat-ui-card {
    width: 68.75%;
  }
}
@media screen and (min-width: 1281px) {
  .phone .chat-ui-wrapper .chat-ui-card {
    width: 69.8%;
  }
}
.chat-ui-wrapper .chat-ui-card::before {
  box-shadow: rgba(0, 0, 0, 0.5) 0.9375rem 0.9375rem 2.25rem 0;
  content: "";
  height: calc(100% - 2rem);
  left: 2.25rem;
  position: absolute;
  top: 1.25rem;
  width: calc(100% - 3rem);
  z-index: 0;
}
.chat-ui-wrapper .chat-ui-card > * {
  z-index: 1;
}
.chat-ui-wrapper .title {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #31374f;
  font-size: 0.84375rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .title {
    font-size: 0.78125rem;
    line-height: 0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.chat-ui-wrapper .description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #676a7d;
  margin: 0.4375rem 0 0;
  font-size: 0.75rem;
  line-height: 0.96875rem;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .chat-ui-wrapper .description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .chat-ui-wrapper .description {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0.6875rem 0 0;
  }
}
.chat-ui-wrapper .chat-ui-phone {
  height: auto;
  position: relative;
  width: 72.95%;
}
@media screen and (min-width: 768px) {
  .chat-ui-wrapper .chat-ui-phone {
    width: 72.15%;
  }
}
@media screen and (min-width: 1025px) {
  .chat-ui-wrapper .chat-ui-phone {
    width: 73.038%;
  }
}

.basic-one-up {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .basic-one-up {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up {
    padding-block: 5rem;
  }
}
.basic-one-up__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}
.basic-one-up__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.basic-one-up__content-left[data-orientation=asset_right] {
  grid-column: 1/span 6;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__content-left[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__content-left[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 2/span 6;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 2/span 5;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 2/span 4;
    border-radius: 2.5rem;
  }
}
.basic-one-up__content-left[data-orientation=asset_left] {
  display: none;
  grid-column: 1/span 6;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__content-left[data-orientation=asset_left][data-variation=standard_video] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__content-left[data-orientation=asset_left][data-variation=standard_video] {
    grid-column: 6/span 6;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 7/span 5;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-left[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 8/span 4;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-left .content-package__ctas {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-left .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-left .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.basic-one-up__content-right[data-orientation=asset_right] {
  display: none;
  grid-column: 1/span 6;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__content-right[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__content-right[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 2/span 6;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 2/span 5;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 2/span 4;
    border-radius: 2.5rem;
  }
}
.basic-one-up__content-right[data-orientation=asset_left] {
  grid-column: 1/span 6;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__content-right[data-orientation=asset_left][data-variation=standard_video] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__content-right[data-orientation=asset_left][data-variation=standard_video] {
    grid-column: 6/span 6;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 7/span 5;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__content-right[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 8/span 4;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-right .content-package__ctas {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-right .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .basic-one-up__content-right .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.basic-one-up__media-wrapper {
  grid-column: 1/span 6;
  margin-block: 2.5rem;
  display: flex;
  align-self: center;
  justify-content: center;
  order: 1;
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 5/span 4;
    margin-block: 0;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=phone_asset], .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=standard_video] {
    grid-column: 8/span 5;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 5/span 4;
    margin-block: 0;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-variation=standard_image] {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 5/span 4;
    margin-block: 0;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_right][data-image-orientation=landscape] {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=standard_video] {
    order: 0;
    margin-block: 0;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=phone_asset], .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=standard_video] {
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=standard_image] {
    order: 0;
    margin-block: 0;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-variation=standard_image] {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-image-orientation=landscape] {
    order: 0;
    margin-block: 0;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__media-wrapper[data-orientation=asset_left][data-image-orientation=landscape] {
    grid-column: 1/span 7;
  }
}
.basic-one-up__phone-asset {
  position: relative;
  width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
}
@media screen and (min-width: 768px) {
  .basic-one-up__phone-asset {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__phone-asset {
    width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .basic-one-up__phone-asset {
    width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
}
.basic-one-up__standard-video {
  position: relative;
}
@media screen and (min-width: 768px) {
  .basic-one-up__standard-video {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__standard-video {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .basic-one-up__standard-video {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
.basic-one-up__standard-video video {
  aspect-ratio: 4/3;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .basic-one-up__standard-video video {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__standard-video video {
    border-radius: 1.25rem;
  }
}
.basic-one-up__standard-image {
  position: relative;
  width: calc(((100vw - 88px) / 6 * 6 + 40px) * 1);
}
.basic-one-up__standard-image img {
  border-radius: 0.625rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .basic-one-up__standard-image img {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__standard-image img {
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-one-up__standard-image[data-image-orientation=portrait] {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__standard-image[data-image-orientation=portrait] {
    width: calc(((100vw - 344px) / 12 * 4 + 72px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .basic-one-up__standard-image[data-image-orientation=portrait] {
    width: calc(((1280px - 344px) / 12 * 4 + 72px) * 1);
  }
}
.basic-one-up__standard-image[data-image-orientation=portrait] img {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 768px) {
  .basic-one-up__standard-image[data-image-orientation=landscape] {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .basic-one-up__standard-image[data-image-orientation=landscape] {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .basic-one-up__standard-image[data-image-orientation=landscape] {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
.basic-one-up__standard-image[data-image-orientation=landscape] img {
  aspect-ratio: 4/3;
}
.basic-one-up__content-mobile-cta {
  order: 2;
}
@media screen and (min-width: 768px) {
  .basic-one-up__content-mobile-cta {
    display: none;
  }
}
.basic-one-up__content-mobile-cta .content-package__content {
  display: none;
}
.basic-one-up__content-mobile-cta .content-package__ctas {
  margin-top: 0;
}

.two-three-up-cards {
  padding-block: 64px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.two-three-up-cards__header {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding-inline: 24px;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__header {
    column-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__header {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__header {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__header {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__header {
    margin-bottom: 80px;
  }
}
.two-three-up-cards__title {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
  grid-column: 1/-1;
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__title {
    grid-column: 1/span 5;
    max-width: 443px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title {
    max-width: unset;
    grid-column: 1/span 5;
  }
}
.two-three-up-cards__title--small {
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__title--small {
    font-size: 2.5rem;
    line-height: 2.775rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    line-height: clamp(35px, 35px + (40 - 35) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 40px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    line-height: clamp(40px, 40px + (44.4 - 40) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44.4px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    font-size: 3rem;
    line-height: 3.33rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__title--small {
    line-height: clamp(41px, 41px + (48 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__title--small {
    line-height: clamp(48px, 48px + (53.28 - 48) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 53.28px);
  }
}
.two-three-up-cards__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #31374f;
  grid-column: 1/-1;
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .two-three-up-cards__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__description {
    grid-column: span 3/-1;
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__description {
    grid-column: span 5/12;
  }
}
@media screen and (max-width: 767px) {
  .two-three-up-cards__description--small {
    font-family: "CentraNo2 Book";
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    font-weight: 400;
    letter-spacing: -0.0175rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .two-three-up-cards__description--small {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__description--small {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    line-height: clamp(16px, 16px + (18 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    line-height: clamp(18px, 18px + (20 - 18) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: 1.25rem;
    line-height: 1.5rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .two-three-up-cards__description--small {
    line-height: clamp(19px, 19px + (21 - 19) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .two-three-up-cards__description--small {
    line-height: clamp(21px, 21px + (24 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 24px);
  }
}
.two-three-up-cards__cards-wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 24px;
}
.two-three-up-cards__cards-wrapper > div {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .two-three-up-cards__cards-wrapper {
    flex-direction: row;
    gap: 16px;
    padding-inline: 32px;
  }
  .two-three-up-cards__cards-wrapper[data-variation="3"] {
    gap: 24px;
  }
  .two-three-up-cards__cards-wrapper[data-variation="3"] > *:nth-child(2) {
    margin-top: 103px;
  }
  .two-three-up-cards__cards-wrapper[data-variation="3"] > *:last-child {
    margin-top: 206px;
  }
}
@media screen and (min-width: 1025px) {
  .two-three-up-cards__cards-wrapper {
    padding-inline: 40px;
  }
  .two-three-up-cards__cards-wrapper[data-variation="3"] > *:nth-child(2) {
    margin-top: 141px;
  }
  .two-three-up-cards__cards-wrapper[data-variation="3"] > *:last-child {
    margin-top: 282px;
  }
}

.accordion {
  padding-block: 2.5rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .accordion {
    padding-block: 5rem;
  }
}
.accordion__headline {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .accordion__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__headline {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__headline {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__headline {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__headline {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__headline {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__headline {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__headline {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__headline {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__headline {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__headline {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__headline {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__headline {
    grid-column: 2/span 10;
    margin-bottom: 56px;
  }
}
.accordion__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .accordion__items {
    grid-column: 2/span 10;
  }
}
.accordion__item {
  position: relative;
}
.accordion__item-button {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.accordion__item-button .icon {
  transition: all 0.5s ease;
}
.accordion__item-title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .accordion__item-title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__item-title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__item-title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__item-title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__item-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__item-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__item-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__item-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__item-title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__item-title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__item-title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__item-title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.accordion__item-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.accordion__item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .accordion__item-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .accordion__item-container--image {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-container--image {
    gap: 150px;
  }
}
@media screen and (min-width: 768px) {
  .accordion__item-container--card .accordion__item-wrapper {
    flex-basis: 44.4155844156%;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-container--card .accordion__item-wrapper {
    max-width: 586px;
    flex-basis: 48.9966555184%;
  }
}
@media screen and (min-width: 768px) {
  .accordion__item-container--card .accordion__item-card {
    flex-basis: 44.4155844156%;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-container--card .accordion__item-card {
    flex-basis: 38.7959866221%;
  }
}
.accordion__item-description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .accordion__item-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .accordion__item-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__item-description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__item-description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .accordion__item-description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .accordion__item-description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__item-description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__item-description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .accordion__item-description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .accordion__item-description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.accordion__item-description a {
  text-decoration: underline;
}
.accordion__item-description p {
  margin: 0;
}
.accordion__item-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  font-family: "CentraNo2 Medium";
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .accordion__item-ctas {
    flex-direction: row;
    margin-top: 40px;
  }
}
.accordion__item-ctas a {
  position: relative;
  justify-content: center;
}
.accordion__item-ctas span {
  z-index: 2;
  pointer-events: none;
}
.accordion__item-card {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .accordion__item-card {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-card {
    max-width: 464px;
  }
}
.accordion__item-brands {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .accordion__item-brands {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.accordion__item-brands img {
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .accordion__item-brands img {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-brands img {
    height: 48px;
    width: 48px;
  }
}
.accordion__item-image {
  margin-top: 48px;
}
@media screen and (min-width: 1025px) {
  .accordion__item-image {
    margin-top: 64px;
  }
}
.accordion__item-image img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .accordion__item-image img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__item-image img {
    border-radius: 40px;
  }
}
.accordion__item--expand .accordion__item-button {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .accordion__item--expand .accordion__item-button {
    position: static;
  }
}
.accordion__item--expand .accordion__item-button .icon {
  transform: rotate(180deg);
}
.accordion__item--expand .accordion__item-content {
  margin-top: 24px;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .accordion__item--expand .accordion__item-content {
    margin-top: 32px;
  }
}
.accordion__line {
  border-bottom: 0.0625rem solid;
  opacity: 0.3;
  border-color: #fff;
  padding-bottom: 1rem;
}
.accordion__line[data-theme-type=light] {
  border-color: #000;
  opacity: 0.1;
}
@media screen and (min-width: 1025px) {
  .accordion__line {
    padding-bottom: 1.5rem;
  }
}
.accordion__cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.accordion__cta-hover:hover, .accordion__cta-hover:active {
  opacity: 20%;
}
.accordion__cta-hover[data-theme-type=light]:hover, .accordion__cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}
.accordion__cta-hover[data-theme-type=primary] {
  opacity: 1;
}
.accordion__cta-hover[data-theme-type=primary]:hover, .accordion__cta-hover[data-theme-type=primary]:active {
  opacity: 80%;
}
.accordion .btn-primary:hover, .accordion .btn-primary:active {
  background-color: transparent !important;
}
.accordion--block-editor .accordion__item-button .icon {
  transform: rotate(180deg);
}
.accordion--block-editor .accordion__item-content {
  margin-top: 24px;
  max-height: none;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .accordion--block-editor .accordion__item-content {
    margin-top: 32px;
  }
}
.accordion--block-editor .accordion__item-brands {
  width: 100%;
}

/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.carousel-one-up {
  max-width: 1920px;
  margin: 0 auto;
}
.carousel-one-up__container {
  padding-block: 2.5rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__container {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__container {
    padding-block: 5rem;
  }
}
.carousel-one-up__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__content {
    grid-column: 1/span 3;
    margin-bottom: 0;
  }
  .carousel-one-up__content .content-package-cta-btn-primary {
    margin-right: calc(((100vw - 176px) / 8 * 1 + 16px) * 1);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .carousel-one-up__content[data-variation=card] {
    grid-column: 1/span 4;
  }
  .carousel-one-up__content[data-variation=card] .content-package-cta-btn-primary {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__content[data-orientation=landscape] {
    grid-column: 1/span 4;
  }
  .carousel-one-up__content[data-orientation=landscape] .content-package-cta-btn-primary {
    margin-right: 0;
  }
  .carousel-one-up__content[data-orientation=landscape] .content-package__modal-cta {
    margin-right: calc(((100vw - 176px) / 8 * 1 + 16px) * 1);
  }
  .carousel-one-up__content .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .carousel-one-up__content .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .carousel-one-up__content .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 1.75rem;
    line-height: 1.925rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.0525rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .carousel-one-up__content .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 768px) {
  .carousel-one-up__content .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__content .content-package__body {
    font-family: "CentraNo2 Book";
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    font-weight: 400;
    letter-spacing: -0.0175rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .carousel-one-up__content .content-package__body {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__body {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__body {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__body {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__content .content-package__body {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__content .content-package__body {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__content {
    grid-column: 2/span 4;
  }
  .carousel-one-up__content .content-package-cta-btn-primary {
    margin-right: 0;
  }
  .carousel-one-up__content[data-orientation=landscape] {
    grid-column: 2/span 4;
  }
  .carousel-one-up__content[data-orientation=landscape] .content-package-cta-btn-primary {
    margin-right: 0;
  }
  .carousel-one-up__content[data-orientation=landscape] .content-package__modal-cta {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__content .content-package__ctas {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__content .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__content .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.carousel-one-up__carousel {
  position: relative;
  align-self: flex-start;
  display: flex;
  gap: 40px;
  overflow: visible;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel {
    width: 100%;
    flex-direction: column;
  }
  .carousel-one-up__carousel .carousel-one-up__pagination-button-prev.mobile {
    left: 0;
  }
  .carousel-one-up__carousel .carousel-one-up__pagination-button-next.mobile {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel {
    grid-row: 1;
    margin-left: 0;
    margin-right: -16px;
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel {
    margin-right: -32px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel[data-orientation=portrait] {
    grid-column: 4/-1;
    padding-inline: 0;
    padding-left: 32px;
    margin-left: -32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel[data-orientation=portrait] {
    grid-column: 6/-1;
    padding-left: calc(((100vw - 344px) / 12 * 1 + 24px) * 1);
    margin-left: 0;
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel[data-orientation=portrait] {
    grid-column: 6/-1;
    padding-left: calc(((1280px - 344px) / 12 * 1 + 24px) * 1);
  }
}
[data-orientation=landscape] .carousel-one-up__carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  [data-orientation=landscape] .carousel-one-up__carousel {
    grid-column: 5/-1;
    overflow: visible;
    overflow-x: clip;
    padding-left: 32px;
    margin-left: -32px;
  }
}
@media screen and (min-width: 1025px) {
  [data-orientation=landscape] .carousel-one-up__carousel {
    grid-column: 7/-1;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-variation=card] .carousel-one-up__carousel {
    display: flex;
    flex-direction: column;
    grid-column: 6/-1;
  }
}
.carousel-one-up__swiper {
  height: auto;
}
.carousel-one-up__carousel-item.swiper-slide-active {
  visibility: visible;
}
.carousel-one-up__carousel-item {
  display: flex;
  flex-direction: column;
  height: min-content;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-item[data-orientation=portrait] {
    flex-direction: row;
    min-width: calc(((100vw - 176px) / 8 * 5 + 64px) * 1 + 1rem);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-item[data-orientation=portrait] {
    min-width: calc(((100vw - 344px) / 12 * 6 + 120px) * 1 + 1.25rem);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-item[data-orientation=portrait] {
    min-width: calc(((1280px - 344px) / 12 * 6 + 120px) * 1 + 1.25rem);
  }
}
.carousel-one-up__carousel-item[data-orientation=landscape] {
  min-width: calc(((100vw - 88px) / 6 * 6 + 40px) * 1);
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-item[data-orientation=landscape] {
    min-width: calc(((100vw - 176px) / 8 * 4 + 64px) * 1 + 1rem);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-item[data-orientation=landscape] {
    min-width: calc(((100vw - 344px) / 12 * 6 + 120px) * 1 + 1.25rem);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-item[data-orientation=landscape] {
    min-width: calc(((1280px - 344px) / 12 * 6 + 120px) * 1 + 1.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-one-up__carousel-item[data-variation=card] {
    flex-direction: column;
    min-width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1 + 1rem);
  }
}
.carousel-one-up__carousel-media-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-media-wrapper {
    width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-media-wrapper[data-orientation=landscape] {
    width: calc(((100vw - 88px) / 6 * 5 + 32px) * 1);
  }
}
.carousel-one-up__carousel-media {
  border-radius: 10px;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-media {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-media {
    border-radius: 40px;
  }
}
[data-orientation=portrait] .carousel-one-up__carousel-media {
  width: calc(((100vw - 88px) / 6 * 6 + 40px) * 1);
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [data-orientation=portrait] .carousel-one-up__carousel-media {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-orientation=portrait] .carousel-one-up__carousel-media {
    width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  [data-orientation=portrait] .carousel-one-up__carousel-media {
    width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
}
[data-orientation=landscape] .carousel-one-up__carousel-media {
  width: 100%;
}
[data-orientation=landscape] .carousel-one-up__carousel-media img {
  aspect-ratio: 4/3;
  border-radius: 40px;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  [data-orientation=landscape] .carousel-one-up__carousel-media img {
    border-radius: 20px;
    align-self: center;
    width: calc(((100vw - 88px) / 6 * 4 + 40px) * 1 + 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1281px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
[data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
  border-radius: 54px 54px 0 0;
  position: relative;
}
@media screen and (min-width: 440px) and (max-width: 650px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 90px 90px 0 0;
  }
}
@media screen and (min-width: 651px) and (max-width: 673px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 98px 98px 0 0;
  }
}
@media screen and (min-width: 674px) and (max-width: 767px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 124px 124px 0 0;
  }
}
@media screen and (min-width: 768px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 54px 54px 0 0;
  }
}
@media screen and (min-width: 838px) and (max-width: 1024px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 74px 74px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 70px 70px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  [data-orientation=landscape] .carousel-one-up__carousel-media[data-phone-mockup="1"] {
    border-radius: 96px 96px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-media[data-variation=card] {
    display: flex;
    justify-content: center;
  }
  .carousel-one-up__carousel-media[data-variation=card] .release-feature-card,
  .carousel-one-up__carousel-media[data-variation=card] .external-content-card {
    width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-one-up__carousel-media[data-variation=card] {
    margin-bottom: 2rem;
  }
}
.carousel-one-up__carousel-text {
  width: 100%;
}
.carousel-one-up__carousel-text[data-orientation=portrait] {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-text[data-orientation=portrait] {
    display: none;
  }
  .swiper-slide-active .carousel-one-up__carousel-text[data-orientation=portrait] {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-text[data-orientation=portrait] {
    width: calc(((100vw - 176px) / 8 * 2 + 0px) * 1);
    margin-inline-start: calc(((100vw - 176px) / 8 * 0 + 16px) * 1);
    margin-bottom: 96px;
  }
  .carousel-one-up__carousel-text[data-orientation=portrait][data-media-type=phone_video] {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-text[data-orientation=portrait] {
    width: calc(((100vw - 344px) / 12 * 2 + 24px) * 1);
    margin-left: 3rem;
    margin-bottom: 5rem;
  }
  .carousel-one-up__carousel-text[data-orientation=portrait][data-media-type=phone_video] {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-text[data-orientation=portrait] {
    width: calc(((1280px - 344px) / 12 * 2 + 24px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-text[data-orientation=landscape] {
    padding-inline: 0;
    display: none;
  }
  .swiper-slide-active .carousel-one-up__carousel-text[data-orientation=landscape] {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-text[data-orientation=landscape] {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
  .swiper-slide-active .carousel-one-up__carousel-text[data-orientation=landscape] {
    visibility: visible !important;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-text[data-orientation=landscape] {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-text[data-orientation=landscape] {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-one-up__carousel-text[data-variation=card] {
    align-self: flex-start;
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
    margin-inline-start: 0;
    margin-bottom: 0;
  }
}
.carousel-one-up__image-wrapper {
  position: relative;
  display: flex;
}
.carousel-one-up__image-wrapper[data-orientation=landscape] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__image-wrapper[data-orientation=landscape] {
    width: auto;
    align-self: center;
  }
}
.carousel-one-up__image-wrapper[data-orientation=portrait] {
  width: 100%;
}
.carousel-one-up__image-wrapper[data-orientation=portrait] img {
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__image-wrapper[data-orientation=portrait] img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__image-wrapper[data-orientation=portrait] img {
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__image-wrapper[data-orientation=portrait] img {
    margin-left: 0;
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__image-wrapper[data-orientation=portrait] img {
    width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__image-wrapper[data-orientation=portrait] img {
    width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
}
.carousel-one-up__image-wrapper .carousel-one-up__mask {
  display: none;
}
.carousel-one-up__carousel-title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (max-width: 767px) {
  .carousel-one-up__carousel-title {
    margin-bottom: 12px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-title {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
  }
}
.carousel-one-up__carousel-description {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-description {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__carousel-description {
    text-align: left;
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__carousel-description {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
.carousel-one-up__navigation {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
  padding-block: 1px;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__navigation {
    display: none;
  }
}
.carousel-one-up__navigation[data-orientation=portrait] {
  position: relative;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__navigation[data-orientation=portrait] {
    position: absolute;
    display: flex;
    bottom: 0;
    min-width: calc(((100vw - 176px) / 8 * 2 + 0px) * 1);
    gap: 16px;
    left: calc(((100vw - 176px) / 8 * 3 + 48px) * 1 + 32px);
  }
  .carousel-one-up__navigation[data-orientation=portrait][data-media-type=phone_video] {
    bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__navigation[data-orientation=portrait] {
    min-width: calc(((100vw - 344px) / 12 * 2 + 48px) * 1);
    gap: 12px;
    left: calc(((100vw - 344px) / 12 * 4 + 72px) * 1);
    padding-left: 3rem;
  }
  .carousel-one-up__navigation[data-orientation=portrait][data-media-type=phone_video] {
    bottom: 6rem;
  }
}
@media screen and (min-width: 1281px) {
  .carousel-one-up__navigation[data-orientation=portrait] {
    left: calc(((1280px - 344px) / 12 * 4 + 72px) * 1);
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__navigation[data-orientation=landscape] {
    left: 0;
    position: relative;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-one-up__navigation[data-variation=card] {
    position: relative;
    left: 0;
    gap: 12px;
  }
}
.carousel-one-up__pagination {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__pagination {
    display: none;
  }
}
.carousel-one-up__pagination-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__pagination-mobile {
    display: flex;
    justify-content: space-between;
  }
}
.carousel-one-up__pagination-button-next, .carousel-one-up__pagination-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  position: relative;
  background-color: transparent;
}
.carousel-one-up__pagination-button-next i, .carousel-one-up__pagination-button-prev i {
  color: #020247;
}
.carousel-one-up__pagination-button-next i::before, .carousel-one-up__pagination-button-prev i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .carousel-one-up__pagination-button-next, .carousel-one-up__pagination-button-prev {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .carousel-one-up__pagination-button-next i::before, .carousel-one-up__pagination-button-prev i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.carousel-one-up__pagination-button-next i::before, .carousel-one-up__pagination-button-prev i::before {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .carousel-one-up__pagination-button-next, .carousel-one-up__pagination-button-prev {
    block-size: 34px;
    inline-size: 34px;
    top: 30%;
  }
  .carousel-one-up__pagination-button-next.mobile, .carousel-one-up__pagination-button-prev.mobile {
    position: absolute;
    transform: translate(0, -50%);
    z-index: 6;
  }
}
@media screen and (min-width: 768px) {
  .carousel-one-up__pagination-button-next, .carousel-one-up__pagination-button-prev {
    block-size: 48px;
    inline-size: 48px;
  }
  .carousel-one-up__pagination-button-next i::before, .carousel-one-up__pagination-button-prev i::before {
    block-size: 24px;
    inline-size: 24px;
  }
  .carousel-one-up__pagination-button-next.mobile, .carousel-one-up__pagination-button-prev.mobile {
    display: none;
  }
}
.carousel-one-up__pagination-button-next:hover, .carousel-one-up__pagination-button-next:active, .carousel-one-up__pagination-button-prev:hover, .carousel-one-up__pagination-button-prev:active {
  background-color: transparent !important;
}
.carousel-one-up__content-package-cta .content-package__content {
  display: none;
}
.carousel-one-up__content-package-cta .content-package__ctas {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .carousel-one-up__content-package-cta {
    display: none;
  }
}
.carousel-one-up__pagination-cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.carousel-one-up__pagination-cta-hover:hover, .carousel-one-up__pagination-cta-hover:active {
  opacity: 80%;
}

.seasonal-release-hero {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "CentraNo2 Book";
  padding: 1.5rem 0 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero {
    padding: 2rem 0 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero {
    padding: 2.5rem 0 5rem;
  }
}
.seasonal-release-hero__background {
  border-radius: 1rem;
  height: calc(100% - 1.8375rem);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seasonal-release-hero__background {
    border-radius: 1.5rem;
    height: calc(100% - 2.665625rem);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__background {
    border-radius: 2rem;
    height: calc(100% - 5.0625rem);
  }
}
.seasonal-release-hero__background img {
  height: 100%;
  object-fit: cover;
}
.seasonal-release-hero__description {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --viewport-width: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .seasonal-release-hero__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .seasonal-release-hero__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .seasonal-release-hero__description {
    line-height: clamp(16px, 16px + (18 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (max-width: 767px) and (min-width: 1281px) {
  .seasonal-release-hero__description {
    line-height: clamp(18px, 18px + (20 - 18) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__description {
    font-size: 1.5rem;
    line-height: 2rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__description {
    line-height: clamp(25px, 25px + (29 - 25) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__description {
    line-height: clamp(29px, 29px + (32 - 29) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 32px);
  }
}
.seasonal-release-hero__footer {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__footer {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__footer {
    margin-top: 4.375rem;
  }
}
.seasonal-release-hero__phone {
  margin: 0 auto 1.8375rem;
  width: 66%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__phone {
    margin-bottom: 2.665625rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__phone {
    margin-bottom: 5.0625rem;
  }
}
.seasonal-release-hero__phone-content {
  bottom: 0;
  left: 50%;
  margin-bottom: -1.8375rem;
  aspect-ratio: 4/3;
  position: absolute;
  transform: translateX(-50%);
  width: 89%;
  z-index: 0;
  top: 20%;
  border-radius: 5% 5% 0 0;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__phone-content {
    margin-bottom: -2.665625rem;
    top: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__phone-content {
    margin-bottom: -5.0625rem;
    top: 20%;
  }
}
.seasonal-release-hero__phone-content.no-frame {
  aspect-ratio: 252/181;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__phone-content.no-frame {
    aspect-ratio: 716/514;
  }
}
.seasonal-release-hero__phone-notch {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: 28.56%;
  z-index: 1;
}
.seasonal-release-hero__subtitle {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__subtitle {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__subtitle {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.seasonal-release-hero__title {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .seasonal-release-hero__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .seasonal-release-hero__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .seasonal-release-hero__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .seasonal-release-hero__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .seasonal-release-hero__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .seasonal-release-hero__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .seasonal-release-hero__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .seasonal-release-hero__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero__title {
    font-size: 4rem;
    letter-spacing: -0.12rem;
    line-height: 4.44rem;
  }
}
.seasonal-release-hero__title .line {
  position: relative;
}
.seasonal-release-hero__title .words {
  display: block;
  opacity: 0;
  position: relative;
}
.seasonal-release-hero__title .words.has-loaded {
  animation-name: slide-up-70-reveal;
  animation-timing-function: ease-in-out;
}
.seasonal-release-hero__toggle-icon.hidden {
  opacity: 0;
  visibility: hidden;
}
.seasonal-release-hero__video {
  background-color: #000;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.seasonal-release-hero__video-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .seasonal-release-hero__video-toggle:hover span {
    opacity: 1;
  }
}
.seasonal-release-hero__video-toggle span {
  background-color: #fff;
  border-radius: 100%;
  height: 2rem;
  display: block;
  position: relative;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__video-toggle span {
    height: 3rem;
    width: 3rem;
  }
}
.seasonal-release-hero__video-toggle img {
  height: 100%;
  padding: 0.5rem;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero__video-toggle img {
    padding: 0.75rem;
  }
}
.seasonal-release-hero__video-toggle.hidden span {
  opacity: 0;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .seasonal-release-hero__video-toggle.hidden:hover span {
    opacity: 1;
  }
}
.seasonal-release-hero__video-toggle:not(.hidden) span :first-child {
  display: block;
}
.seasonal-release-hero__video-toggle:not(.hidden) span :last-child {
  display: none;
}
.seasonal-release-hero__video-toggle.hidden span :first-child {
  display: none;
}
.seasonal-release-hero__video-toggle.hidden span :last-child {
  display: block;
}
.seasonal-release-hero__video-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.seasonal-release-hero__wrapper {
  position: relative;
  z-index: 0;
}
.seasonal-release-hero__wrapper > *:not(.seasonal-release-hero__background) {
  position: relative;
  z-index: 1;
}
.seasonal-release-hero__wrapper:first-child {
  z-index: 1;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__brand-logos {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__brand-logos {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__brand-logos {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__brand-logos {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__content {
    grid-column: 6/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__content {
    grid-column: 8/span 4;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__description {
  padding: 1rem 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__description {
    grid-column: 6/span 3;
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__description {
    grid-column: 8/span 4;
    padding: 2rem 0 0;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__phone {
    grid-column: 3/span 4;
    margin-top: 4rem;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__phone {
    grid-column: 4/span 6;
    margin-top: 4.5rem;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__phone-content {
  object-fit: cover;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__subtitle {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__subtitle {
    text-align: center;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__title {
  padding: 1.5rem 1.5rem 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__title {
    font-size: 2.5rem;
    grid-column: 1/span 5;
    line-height: 2.5rem;
    padding: 2rem 0.3125rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__title {
    grid-column: 2/span 5;
    padding: 4.5rem 0 0;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .seasonal-release-hero__wrapper {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .share-btn-wrapper,
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .share-btn-wrapper button {
    justify-content: center;
    width: 100%;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas {
    margin-top: 2rem;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-primary:hover,
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-primary:focus {
  background: #4248ed;
  border-color: #4248ed;
  color: #fff;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-primary:hover i,
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-primary:focus i {
  color: currentColor;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-secondary:hover,
.seasonal-release-hero.seasonal-release-hero[data-alignment=bottom] .content-package__ctas .btn-secondary:focus {
  background-color: #080887;
  border: 1px solid #080887;
  color: #fff;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] {
  padding: 4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] {
    padding-top: 3.3125rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] {
    padding: 7.375rem 0 6rem;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__background {
  aspect-ratio: 21/9;
  height: calc(100% - 2.8125rem);
  top: 1.34375rem;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__background.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__background {
    border-radius: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__background {
    left: -1.5rem;
    width: 100vw;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__brand-logos {
  margin-bottom: 0;
  opacity: 0;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__brand-logos.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out 1000ms forwards;
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__brand-logos {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__brand-logos {
    animation-delay: 350ms;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__brand-logos.tablet-only {
  display: flex;
  grid-column: 7/span 2;
  justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__content {
    grid-column: 7/span 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__content {
    grid-column: 1/span 6;
  }
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__content .seasonal-release-hero__brand-logos {
    display: none;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__description {
  margin-top: 1rem;
  opacity: 0;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__description.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out 1000ms forwards;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__description {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__description {
    animation-delay: 350ms;
  }
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__footer {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__footer {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 2.5rem;
    padding: 0 2.5rem 0 0;
    width: 49.21%;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone {
  grid-column: 3/span 2;
  margin-bottom: 0;
  width: 100%;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone.has-loaded {
  animation: slide-up-20 700ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone {
    grid-column: 4/span 2;
    margin: -0.9375rem -0.5625rem;
    width: calc(100% + 1.125rem);
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone {
    grid-column: 2/span 4;
    margin: -3rem -0.5625rem -3.9375rem;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone-content {
  aspect-ratio: 122/250;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top].seasonal-release-hero[data-media=image] .seasonal-release-hero__phone-content {
  height: 96%;
  width: 91.5%;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__phone-notch {
  top: 3.5%;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__subtitle {
  opacity: 0;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__subtitle.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out 1250ms forwards;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__subtitle {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__subtitle {
    animation-delay: 600ms;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__title {
  margin-top: 3rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__title {
    grid-column: 1/span 6;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__title {
    grid-column: 1/span 5;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__video {
  border-radius: 11%;
  height: 97%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 94%;
}
@media screen and (min-width: 768px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__wrapper:nth-child(2) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .seasonal-release-hero__wrapper:nth-child(2) {
    margin-top: 8.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .share-btn-wrapper,
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .share-btn-wrapper button {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas {
    grid-column: 6/span 3;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas .sr-only--md {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > * {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > * {
    width: 100%;
  }
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:first-child.has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 1500ms forwards;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:nth-child(2).has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 1750ms forwards;
}
.seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:nth-child(3).has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 2000ms forwards;
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:first-child {
    animation-delay: 850ms;
  }
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:nth-child(2) {
    animation-delay: 1000ms;
  }
  .seasonal-release-hero.seasonal-release-hero[data-alignment=top] .content-package__ctas > *:nth-child(3) {
    animation-delay: 1150ms;
  }
}
@keyframes slide-up-20 {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide-up-reveal-20 {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide-up-reveal-50 {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide-up-70-reveal {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes reveal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .seasonal-release-hero .tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .seasonal-release-hero .tablet-only {
    display: none !important;
  }
}

.carousel-three-up {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .carousel-three-up {
    padding: 38px 0 32px 32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up {
    padding: 65px 0 64px 40px;
  }
}
.carousel-three-up__background {
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: -24px;
  margin-right: -24px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__background {
    border-radius: 20px;
    margin-top: 18px;
    margin-left: 0;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__background {
    border-radius: 40px 0 0 40px;
    margin-top: 35px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__background {
    margin-right: -100vw;
  }
}
.carousel-three-up__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__wrapper {
    padding: 66px 32px 48px 0;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__wrapper {
    padding: 115px 40px 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up__content {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-left: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__content {
    grid-column: 2/span 5;
    margin-left: 0;
  }
}
.carousel-three-up__headline {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up__headline {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-three-up__headline {
    font-family: "CentraNo2 Medium";
    font-size: 1.75rem;
    line-height: 1.925rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.0525rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .carousel-three-up__headline {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.carousel-three-up__headline--small {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up__headline--small {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-three-up__headline--small {
    font-size: 1.75rem;
    line-height: 1.9425rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .carousel-three-up__headline--small {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .carousel-three-up__headline--small {
    line-height: clamp(28px, 28px + (31.08 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.08px);
  }
}
.carousel-three-up__headline.has-loaded {
  opacity: 1;
}
.carousel-three-up__headline .line {
  position: relative;
}
.carousel-three-up__headline .words {
  display: block;
  opacity: 0;
  position: relative;
}
.carousel-three-up__headline .words.has-loaded {
  animation-name: slide-up-70-reveal;
  animation-timing-function: ease-in-out;
}
.carousel-three-up__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin-inline: 0;
  margin-top: 3.75rem;
  padding-left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up__description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up__description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up__description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description {
    margin-top: 3.75rem;
  }
}
.carousel-three-up__description--small {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description--small {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__description--small {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description--small {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__description--small {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up__description--small {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__description--small {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__description--small {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__description--small {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up__description--small {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up__description--small {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.carousel-three-up__description.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out 1000ms forwards;
}
.carousel-three-up__ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__ctas {
    margin-top: 56px;
  }
}
.carousel-three-up__ctas a {
  justify-content: center;
  text-align: center;
  font-weight: 500;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__ctas {
    flex-direction: row;
  }
}
.carousel-three-up__ctas > * {
  opacity: 0;
}
.carousel-three-up__ctas > *:first-child.has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 1000ms forwards;
}
.carousel-three-up__ctas > *:nth-child(2).has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 1200ms forwards;
}
.carousel-three-up__ctas > *:nth-child(3).has-loaded {
  animation: slide-up-reveal-50 500ms ease-in-out 1400ms forwards;
}
.carousel-three-up__swiper {
  margin: 0;
  margin-top: 40px;
  margin-right: -24px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__swiper {
    grid-row: 1;
    grid-column: 5/-1;
    margin-top: -66px;
    margin-right: -32px;
    padding-left: calc(((100vw - 176px) / 8 * 1 + 0px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__swiper {
    grid-column: 7/-1;
    margin-top: -115px;
    margin-right: -40px;
    padding-left: calc(((100vw - 344px) / 12 * 1 + 24px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up__swiper {
    margin-right: -350px;
    padding-left: 126px;
  }
}
.carousel-three-up__swiper.has-loaded {
  animation: slide-left-reveal-70 2000ms ease-in-out 500ms forwards;
}
.carousel-three-up__items {
  display: flex;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__items {
    width: calc(((100vw - 176px) / 8 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__items {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
.carousel-three-up__item {
  flex: 1 0 calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
  max-width: 464px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__item {
    flex: 1 0 calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__item {
    flex: 1 0 calc(((100vw - 344px) / 12 * 4 + 72px) * 1);
  }
}
.carousel-three-up__item.swiper-slide-prev.animation-fade-out {
  animation: fadeOut 0.3s ease-in-out forwards;
}
.carousel-three-up__item.swiper-slide-active.animation-fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}
.carousel-three-up__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.carousel-three-up__controls.has-loaded {
  animation: slide-up-reveal-20 500ms ease-in-out 1000ms forwards;
}
@media screen and (min-width: 768px) {
  .carousel-three-up__controls {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__controls {
    margin-top: 48px;
  }
}
.carousel-three-up__controls-button {
  border: 0;
  block-size: 48px;
  inline-size: 48px;
  justify-content: center;
}
.carousel-three-up__controls-button--without-background {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  background: #fff;
}
.carousel-three-up__controls-button--without-background i {
  color: #020247;
}
.carousel-three-up__controls-button--without-background i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up__controls-button--without-background {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .carousel-three-up__controls-button--without-background i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.carousel-three-up__controls-button--without-background:hover, .carousel-three-up__controls-button--without-background:focus-visible {
  background-color: #020247;
}
.carousel-three-up__controls-button--without-background:hover i, .carousel-three-up__controls-button--without-background:focus-visible i {
  color: #fff;
}
.carousel-three-up__controls-button i::before {
  block-size: 24px;
  inline-size: 24px;
}
.carousel-three-up__controls-pagination {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: static;
  width: auto;
}
.carousel-three-up__controls-pagination--without-background {
  color: #fff;
}
.carousel-three-up .release-feature-card__wrapper {
  background: #fff;
}
.carousel-three-up--no-background {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background {
    padding: 80px 0;
  }
}
.carousel-three-up--no-background .carousel-three-up__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__content {
    display: flex;
    grid-column: 1/-1;
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__content-wrapper {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
    max-width: 586px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__content-wrapper {
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
.carousel-three-up--no-background .carousel-three-up__headline {
  color: #191e3b;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1 - 16px);
    max-width: 586px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-family: "CentraNo2 Medium";
    font-size: 2.5rem;
    line-height: 2.75rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.075rem;
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.carousel-three-up--no-background .carousel-three-up__headline--small {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-three-up--no-background .carousel-three-up__headline--small {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.carousel-three-up--no-background .carousel-three-up__description {
  color: #191e3b;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__description {
    margin-top: 0;
  }
}
.carousel-three-up--no-background .carousel-three-up__swiper {
  margin-top: 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__swiper {
    grid-row: auto;
    grid-column: 1/-1;
    margin-top: 64px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__swiper {
    margin-top: 80px;
    margin-right: 0;
  }
}
.carousel-three-up--no-background .carousel-three-up__items {
  width: 100%;
}
.carousel-three-up--no-background .carousel-three-up__controls {
  justify-content: center;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .carousel-three-up--no-background .carousel-three-up__controls {
    justify-content: flex-start;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-three-up--no-background .carousel-three-up__controls {
    margin-top: 32px;
  }
}
.carousel-three-up--no-background .carousel-three-up__controls-button {
  border: 1px solid #020247;
  outline-offset: 0.125rem;
}
.carousel-three-up--no-background .carousel-three-up__controls-pagination {
  color: #020247;
}
@keyframes slide-up-20 {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide-up-70-reveal {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide-up-reveal-50 {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide-left-reveal-70 {
  0% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.product-education-hero {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.product-education-hero__wrapper {
  padding-block: 2.5rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-education-hero__wrapper {
    padding-block: 2.5rem;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__wrapper {
    padding-block: 4rem;
  }
}
.product-education-hero__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 12.7975rem;
  z-index: 0;
  aspect-ratio: 9/21;
}
@media screen and (max-width: 767px) {
  .product-education-hero__background {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__background {
    height: 22.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__background {
    height: 30.875rem;
  }
}
.product-education-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 9/21;
  display: none;
}
@media screen and (min-width: 768px) {
  .product-education-hero__background img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-left .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-left .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.product-education-hero__content-left[data-orientation=asset_right] {
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left[data-orientation=asset_right] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left[data-orientation=asset_right] {
    grid-column: 1/span 7;
    border-radius: 2.5rem;
    padding: 4rem;
  }
}
.product-education-hero__content-left[data-orientation=asset_left] {
  display: none;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left[data-orientation=asset_left] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left[data-orientation=asset_left] {
    grid-column: 6/span 7;
    border-radius: 2.5rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-left .content-package__ctas {
    display: none;
  }
}
.product-education-hero__content-left .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2.5rem;
    line-height: 2.75rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.075rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.product-education-hero__content-left .content-package__body {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-left .content-package__body {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-left .content-package__body {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-right .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-right .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.product-education-hero__content-right[data-orientation=asset_right] {
  display: none;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right[data-orientation=asset_right] {
    grid-column: 1/span 4;
    border-radius: 1.25rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right[data-orientation=asset_right] {
    grid-column: 1/span 7;
    border-radius: 2.5rem;
    padding: 4rem;
  }
}
.product-education-hero__content-right[data-orientation=asset_left] {
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right[data-orientation=asset_left] {
    grid-column: 5/span 4;
    border-radius: 1.25rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right[data-orientation=asset_left] {
    grid-column: 6/span 7;
    border-radius: 2.5rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .product-education-hero__content-right .content-package__ctas {
    display: none;
  }
}
.product-education-hero__content-right .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 2.5rem;
    line-height: 2.75rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.075rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.product-education-hero__content-right .content-package__body {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-right .content-package__body {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .product-education-hero__content-right .content-package__body {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.product-education-hero__media-wrapper {
  display: flex;
  justify-content: center;
  grid-column: 1/span 6;
  margin-block: 2.5rem;
}
.product-education-hero__media-wrapper[data-orientation=asset_left] {
  order: 1;
}
@media screen and (min-width: 768px) {
  .product-education-hero__media-wrapper[data-orientation=asset_left] {
    order: 0;
    grid-column: 1/span 4;
    margin-block: 0;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__media-wrapper[data-orientation=asset_left] {
    grid-column: 1/span 5;
  }
}
.product-education-hero__media-wrapper[data-orientation=asset_right] {
  order: 1;
}
@media screen and (min-width: 768px) {
  .product-education-hero__media-wrapper[data-orientation=asset_right] {
    grid-column: 5/span 4;
    margin-block: 0;
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__media-wrapper[data-orientation=asset_right] {
    grid-column: 8/span 5;
  }
}
.product-education-hero__media {
  position: relative;
  width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
}
@media screen and (min-width: 768px) {
  .product-education-hero__media {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .product-education-hero__media {
    width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .product-education-hero__media {
    width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
}
.product-education-hero__content-mobile-cta {
  order: 2;
}
@media screen and (min-width: 768px) {
  .product-education-hero__content-mobile-cta {
    display: none;
  }
}
.product-education-hero__content-mobile-cta .content-package__content {
  display: none;
}
.product-education-hero__content-mobile-cta .content-package__ctas {
  margin-top: 0;
}

.section-breaker {
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .section-breaker {
    padding-block: 3rem 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker {
    padding-block: 5rem 3rem;
  }
}
.section-breaker__title {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
  text-align: center;
  grid-column: 1/-1;
}
@media screen and (min-width: 1025px) {
  .section-breaker__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .section-breaker__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .section-breaker__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .section-breaker__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .section-breaker__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .section-breaker__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .section-breaker__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .section-breaker__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .section-breaker__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .section-breaker__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .section-breaker__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .section-breaker__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 768px) {
  .section-breaker__title {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__title {
    grid-column: 2/span 10;
  }
}
.section-breaker__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  grid-column: 1/-1;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section-breaker__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .section-breaker__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .section-breaker__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .section-breaker__description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .section-breaker__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .section-breaker__description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .section-breaker__description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .section-breaker__description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .section-breaker__description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .section-breaker__description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .section-breaker__description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .section-breaker__description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .section-breaker__description {
    grid-column: 2/span 6;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .section-breaker__description {
    grid-column: 2/span 10;
    margin-top: 1.5rem;
  }
}

.feature-spotlight-one-up {
  padding-top: 13.3125rem;
  position: relative;
  width: 100%;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .feature-spotlight-one-up .tablet-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up {
    padding: 8.125rem 0 2.5rem 0;
    margin: 0 auto;
  }
  .phone .feature-spotlight-one-up {
    padding: 6.875rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up {
    padding: 13.75rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-spotlight-one-up.background {
    padding-top: 11.25rem;
  }
}
.feature-spotlight-one-up__container {
  padding-bottom: 3.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__container {
    padding-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__container {
    padding-bottom: 4rem;
  }
}
.feature-spotlight-one-up__container > * {
  position: relative;
  z-index: 1;
}
.feature-spotlight-one-up__container--background {
  height: 100%;
  position: absolute;
  transition: right ease 150ms;
  top: 0;
  width: 100vw;
  z-index: 0;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__container--background {
    border-bottom-right-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-spotlight-one-up__container--background {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .feature-spotlight-one-up__container--background {
    left: unset;
    right: 2.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-one-up__container--background {
    left: unset;
    right: 0;
  }
}
.feature-spotlight-one-up__content-package {
  height: fit-content;
  padding-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__content-package {
    grid-column: 1/span 4;
    padding-top: 4.5rem;
    padding-bottom: 2.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-spotlight-one-up__content-package {
    width: 84.616%;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__content-package {
    grid-column: 2/span 4;
    padding-top: 11.25rem;
    padding-bottom: 7.25rem;
  }
}
.feature-spotlight-one-up__chat-ui--chat_ui {
  position: relative;
  margin-top: -6.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-spotlight-one-up__chat-ui--chat_ui {
    margin-top: 0;
    padding-right: 1.625rem;
    top: -1.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--chat_ui {
    top: 0;
    margin-top: -5.125rem;
  }
}
.feature-spotlight-one-up__chat-ui--image_video {
  position: relative;
  height: auto;
  margin-top: -10.875rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__chat-ui--image_video {
    aspect-ratio: 350/579;
    margin-top: -6.3125rem;
    padding-right: 1.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--image_video {
    aspect-ratio: 587/1042;
    grid-column: 7/span 5;
    margin-right: -0.0625rem;
    margin-top: -11.0625rem;
    padding-right: 0;
    width: calc(100% + 0.0625rem);
  }
}
.feature-spotlight-one-up__chat-ui--image_video img,
.feature-spotlight-one-up__chat-ui--image_video video {
  border-radius: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__chat-ui--image_video img,
  .feature-spotlight-one-up__chat-ui--image_video video {
    aspect-ratio: 350/579;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--image_video img,
  .feature-spotlight-one-up__chat-ui--image_video video {
    aspect-ratio: 585/1040;
    border-radius: 2.5rem;
  }
}
.feature-spotlight-one-up__chat-ui--with-phone-frame {
  position: relative;
  height: auto;
  margin-top: -10.875rem;
  width: 100%;
  z-index: 1;
}
.feature-spotlight-one-up__chat-ui--with-phone-frame .chat-ui-phone {
  position: absolute;
  top: 1%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame {
    aspect-ratio: 350/579;
    margin-top: -6.3125rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame {
    aspect-ratio: 585/1040;
    grid-column: 7/span 5;
    margin-right: -0.0625rem;
    margin-top: -11.0625rem;
    padding-right: 0;
    width: calc(100% + 0.0625rem);
  }
}
.feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.feature-spotlight-one-up__chat-ui--with-phone-frame .image-video img,
.feature-spotlight-one-up__chat-ui--with-phone-frame .image-video video {
  border-radius: 11%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 96%;
  aspect-ratio: 585/1040;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video img,
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video video {
    border-radius: 2.5rem;
    width: 75%;
    height: 97%;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video img,
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video video {
    border-radius: 3.125rem;
    width: 80%;
    height: 96%;
  }
}
.feature-spotlight-one-up__chat-ui--with-phone-frame .image-video video {
  height: 98%;
}
@media screen and (min-width: 520px) and (max-width: 620px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 8.75rem;
  }
}
@media screen and (min-width: 621px) and (max-width: 767px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 12.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 854px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 7.5rem;
  }
}
@media screen and (min-width: 855px) and (max-width: 1024px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 9.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 8.125rem;
  }
}
@media screen and (min-width: 1220px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 9.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .feature-spotlight-one-up__chat-ui--with-phone-frame .image-video {
    border-radius: 10.375rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up__chat-ui--chat_ui, .feature-spotlight-one-up__chat-ui--image_video, .feature-spotlight-one-up__chat-ui--with-phone-frame {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up__chat-ui--chat_ui, .feature-spotlight-one-up__chat-ui--image_video, .feature-spotlight-one-up__chat-ui--with-phone-frame {
    grid-column: 7/span 5;
  }
}
@media screen and (min-width: 1025px) {
  .phone .feature-spotlight-one-up__chat-ui .chat-ui-bubble {
    font-size: 1.6075rem;
    line-height: 1.84875rem;
  }
}
@media screen and (min-width: 1025px) {
  .phone .feature-spotlight-one-up__chat-ui .chat-ui-bubble-list {
    padding-left: 3.375rem;
  }
}
.feature-spotlight-one-up .content-package__title {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 31.08px;
  letter-spacing: -0.84px;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up .content-package__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title {
    font-size: 3.75rem;
    line-height: 60px;
  }
}
.feature-spotlight-one-up .content-package__title--small {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-one-up .content-package__title--small {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.feature-spotlight-one-up .tag {
  font-size: 0.875rem;
}
.feature-spotlight-one-up .tag .icon {
  color: #57ca61;
}
.feature-spotlight-one-up .content-package__ctas a {
  font-weight: 500;
}
.feature-spotlight-one-up .chat-ui__card-text .title {
  font-size: 0.842rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.010375rem;
  letter-spacing: -0.0168125rem;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up .chat-ui__card-text .title {
    font-size: 0.7730625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9276875rem;
    letter-spacing: -0.0154375rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .chat-ui__card-text .title {
    font-size: 1.291625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5499375rem;
    letter-spacing: -0.0258125rem;
  }
}
.feature-spotlight-one-up .chat-ui__card-text .description {
  font-size: 0.7484375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 15.567px;
  letter-spacing: -0.0149375rem;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-one-up .chat-ui__card-text .description {
    font-size: 0.6871875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8933125rem;
    letter-spacing: -0.01375rem;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-one-up .chat-ui__card-text .description {
    font-size: 1.148125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4925625rem;
    letter-spacing: -0.0229375rem;
  }
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.carousel-breaker {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.carousel-breaker__wrapper {
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__wrapper {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__wrapper {
    padding-bottom: 4rem;
  }
}
.carousel-breaker__swiper {
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__swiper {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__swiper {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.carousel-breaker__aria-live {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -0.0625rem;
}
.carousel-breaker__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__content {
    grid-column: 5/span 4;
    align-items: flex-end;
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__content {
    margin-top: 4rem;
    grid-column: 7/span 5;
  }
}
.carousel-breaker__active-content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__active-content {
    margin-top: 2.5rem;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__active-content {
    margin-top: 4rem;
    grid-column: 2/span 5;
  }
}
.carousel-breaker__item-image img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.carousel-breaker__item-content {
  display: none;
  margin-top: 2.5rem;
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__item-content {
    margin-top: 2.5rem;
    margin-left: 32px;
    margin-right: 0;
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-content {
    margin-top: 4rem;
    margin-left: calc(((100vw - 344px) / 12 * 1 + 24px) * 1 + 40px);
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-breaker__item-content {
    margin-left: calc(((1280px - 344px) / 12 * 1 + 24px) * 1 + 40px);
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
.carousel-breaker__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__item-wrapper {
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-wrapper {
    gap: 1.5rem;
  }
}
.carousel-breaker__item-title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-breaker__item-title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-breaker__item-title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-breaker__item-title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-breaker__item-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-breaker__item-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .carousel-breaker__item-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .carousel-breaker__item-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-breaker__item-title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-breaker__item-title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-breaker__item-title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-breaker__item-title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (max-width: 767px) {
  .carousel-breaker__item-title {
    text-align: center;
  }
}
.carousel-breaker__item-description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #31374f;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-breaker__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .carousel-breaker__item-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .carousel-breaker__item-description {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__item-description {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-breaker__item-description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-breaker__item-description {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .carousel-breaker__item-description {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .carousel-breaker__item-description {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (max-width: 767px) {
  .carousel-breaker__item-description {
    text-align: center;
  }
}
.carousel-breaker__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__controls {
    justify-content: flex-end;
  }
}
.carousel-breaker__controls-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  block-size: 32px;
  inline-size: 32px;
  background-color: #fff;
  position: relative;
  background-color: transparent;
  border: 1px solid #dfe0e4;
  block-size: 48px;
  inline-size: 48px;
  justify-content: center;
}
.carousel-breaker__controls-button i {
  color: #020247;
}
.carousel-breaker__controls-button i::before {
  block-size: 16px;
  inline-size: 16px;
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__controls-button {
    block-size: 48px;
    inline-size: 48px;
    padding: 12px;
  }
  .carousel-breaker__controls-button i::before {
    block-size: 24px;
    inline-size: 24px;
  }
}
.carousel-breaker__controls-button--disabled {
  border: 1px solid #dfe0e4 !important;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f3f3f5;
}
.carousel-breaker__controls-button i::before {
  block-size: 24px;
  inline-size: 24px;
}
.carousel-breaker__controls-button-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
}
.carousel-breaker__controls-button-hover:hover, .carousel-breaker__controls-button-hover:active {
  opacity: 0.1;
}
.carousel-breaker__controls-pagination {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #020247;
  position: static;
  width: auto;
}
.carousel-breaker__ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .carousel-breaker__ctas {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-breaker__ctas {
    display: flex;
    flex-direction: row;
  }
}
.carousel-breaker__ctas a {
  justify-content: center;
  position: relative;
}
.carousel-breaker__ctas a:hover, .carousel-breaker__ctas a:active {
  background-color: transparent !important;
}
.carousel-breaker__ctas a:hover span, .carousel-breaker__ctas a:active span {
  z-index: 2;
  pointer-events: none;
}
.carousel-breaker__ctas-tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-breaker__ctas-tablet {
    display: flex;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.carousel-breaker__ctas-tablet a {
  justify-content: center;
  position: relative;
}
.carousel-breaker__ctas-tablet a:hover, .carousel-breaker__ctas-tablet a:active {
  background-color: transparent !important;
}
.carousel-breaker__ctas-tablet a:hover span, .carousel-breaker__ctas-tablet a:active span {
  z-index: 2;
  pointer-events: none;
}
.carousel-breaker__cta-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
}
.carousel-breaker__cta-hover:hover, .carousel-breaker__cta-hover:active {
  opacity: 0.8;
}
.carousel-breaker__cta-hover[data-cta-type=secondary]:hover, .carousel-breaker__cta-hover[data-cta-type=secondary]:active {
  opacity: 0.1;
}

.eg-labs-hero {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero.eg-labs-hero.color {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero.eg-labs-hero.color {
    padding-bottom: 0;
    padding-top: 3.5625rem;
  }
}
.eg-labs-hero__background {
  bottom: 0;
  height: calc(100% - 14.8125rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero__background {
    border-bottom-right-radius: 1.25rem;
    bottom: 0.5rem;
    height: calc(100% - 13.875rem);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__background {
    border-bottom-right-radius: 2.5rem;
    bottom: 7.5rem;
    height: calc(100% - 26.875rem);
  }
}
.eg-labs-hero__box {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__box {
    border-radius: 2rem;
  }
}
.eg-labs-hero__box:first-child {
  aspect-ratio: 4/3;
  min-width: 237.04%;
}
@media screen and (max-width: 767px) {
  .eg-labs-hero__box:first-child {
    margin-top: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__box:first-child {
    margin-right: 1rem;
    min-width: 56.289%;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__box:first-child {
    margin-right: 1.5rem;
    min-width: 55.904%;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__box:first-child {
  aspect-ratio: 1/1;
  min-width: 585.37%;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:first-child {
    margin-right: 0;
    min-width: 308.82%;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:first-child {
    min-width: 158.19%;
    aspect-ratio: 625/461;
    height: 28.8125rem;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__box:first-child img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:first-child img {
    aspect-ratio: 3/4;
  }
}
.eg-labs-hero__box:nth-child(2) {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .eg-labs-hero__box:nth-child(2) {
    margin-top: 1.0625rem;
    min-width: 282.41%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero__box:nth-child(2) {
    min-width: 74.017%;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__box:nth-child(2) {
    border-top-left-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__box:nth-child(2) {
    min-width: 68.26%;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(2) {
  border-top-left-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(2) {
    min-width: 558.15%;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(2) {
    min-width: 131.66%;
    position: relative;
    top: 6.75rem;
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(2) {
    border-top-left-radius: 2rem;
    display: block;
  }
}
.eg-labs-hero__box:nth-child(3) {
  display: none;
}
.eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(3) {
  aspect-ratio: 162/995;
  display: block;
  min-width: 284.22%;
  position: absolute;
  top: calc(100% + 1.5rem);
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__box:nth-child(3) {
    top: calc(100% + 2.875rem);
  }
}
.eg-labs-hero__box.hidden {
  display: none !important;
}
.eg-labs-hero__container {
  padding-bottom: 3.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero__container {
    padding-bottom: 4rem;
    padding-top: 2.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__container {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__container {
    padding-bottom: 1.8125rem;
    padding-top: 1.3125rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__container {
    padding-bottom: 8.75rem;
    padding-top: 1.875rem;
  }
}
.eg-labs-hero__container > *:not(.eg-labs-hero__background) {
  z-index: 1;
}
.eg-labs-hero__content-package {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__content-package {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__content-package {
    margin-top: 4.3125rem;
  }
}
.eg-labs-hero__content-package .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .eg-labs-hero__content-package .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero.color .eg-labs-hero__content-package .content-package__ctas .btn-icon {
    padding: 0.6875rem 1.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero.color .eg-labs-hero__content-package .content-package__ctas .btn-icon {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .eg-labs-hero.color .eg-labs-hero__content-package .content-package__ctas .sr-only--md {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero.color .eg-labs-hero__content-package .content-package__ctas .sr-only--md {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__content-package {
  grid-column: 2/span 5;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__content-package {
    margin-top: 0;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__content-package .content-package__ctas button {
  justify-content: center;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__content-package .content-package__ctas button {
    width: 100%;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__content-package .content-package__ctas .sr-only--md {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@media screen and (max-width: 1024px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__content-package .share-btn-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__content-package .content-package__ctas a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .eg-labs-hero .share-btn__modal {
    position: relative;
    top: 16px;
  }
}
.eg-labs-hero__header {
  font-family: "CentraNo2 Book";
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
  color: #caccd2;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__header {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .eg-labs-hero__header {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__header {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .eg-labs-hero__header {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__header {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .eg-labs-hero__header {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .eg-labs-hero__header {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .eg-labs-hero__header {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .eg-labs-hero__header {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__header {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .eg-labs-hero__header {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .eg-labs-hero__header {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .eg-labs-hero__header {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .eg-labs-hero__header {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.eg-labs-hero.color .eg-labs-hero__header-icon {
  width: 53%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero.color .eg-labs-hero__header-icon {
    width: 35.6%;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero.color .eg-labs-hero__header-icon {
    width: 26.806%;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__header-icon {
  width: 73.037%;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__header-icon {
    width: 44.6%;
  }
}
.eg-labs-hero__header, .eg-labs-hero__header-icon {
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__header, .eg-labs-hero__header-icon {
    margin-bottom: 1.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__header, .eg-labs-hero__header-icon {
    margin-bottom: 3.25rem;
  }
}
.eg-labs-hero__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eg-labs-hero__images {
  grid-column: 5/span 2;
  height: fit-content;
  padding-left: 0.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero__images {
    grid-column: 4/span 5;
    margin-top: -8.4375rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__images {
    margin-top: -14.5625rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero.color .eg-labs-hero__images {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero.color .eg-labs-hero__images {
    align-items: flex-end;
    display: flex;
  }
}
.eg-labs-hero.color .eg-labs-hero__images--no-background {
  display: none;
}
@media screen and (max-width: 767px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__images {
    grid-column: 6;
    margin: auto 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__images {
    margin-left: 35%;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__images {
    margin-top: 0;
    padding-left: 0;
    position: absolute;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__images--no-background {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__images--no-background {
    grid-row: 2/span 2;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__images--no-background {
    grid-column: 1/span 2;
  }
}
.eg-labs-hero__phone-frame {
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.eg-labs-hero__phone-mockup {
  grid-column: 1/span 4;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__phone-mockup {
    grid-column: 1/span 3;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__phone-mockup {
    grid-column: 1/span 4;
    padding-right: 0;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__phone-mockup {
  grid-column: 2/span 4;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__phone-mockup {
    grid-column: 3/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__phone-mockup {
    grid-column: 4/span 4;
    margin-right: -1.875rem;
    padding-right: 0;
    width: calc(100% + 1.875rem);
  }
}
.eg-labs-hero__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__right {
    display: block;
    grid-column: 4/span 5;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__right {
    display: block;
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__right {
    grid-column: 6/span 3;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__right {
    grid-column: 9/span 4;
  }
}
.eg-labs-hero__toggle-icon.hidden {
  opacity: 0;
  visibility: hidden;
}
.eg-labs-hero__video {
  border-radius: 11%;
  height: 98%;
  left: 50%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 97%;
  z-index: 0;
}
.eg-labs-hero__video-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .eg-labs-hero__video-toggle:hover span {
    opacity: 1;
  }
}
.eg-labs-hero__video-toggle span {
  background-color: #020247;
  border-radius: 100%;
  height: 2rem;
  display: block;
  position: relative;
  transition: opacity 300ms ease;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__video-toggle span {
    height: 3rem;
    width: 3rem;
  }
}
.eg-labs-hero__video-toggle img {
  height: 100%;
  filter: invert(1);
  padding: 0.5rem;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__video-toggle img {
    padding: 0.75rem;
  }
}
.eg-labs-hero__video-toggle.hidden span {
  opacity: 0;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .eg-labs-hero__video-toggle.hidden:hover span {
    opacity: 1;
  }
}
.eg-labs-hero__video-toggle:not(.hidden) span :first-child {
  display: block;
}
.eg-labs-hero__video-toggle:not(.hidden) span :last-child {
  display: none;
}
.eg-labs-hero__video-toggle.hidden span :first-child {
  display: none;
}
.eg-labs-hero__video-toggle.hidden span :last-child {
  display: block;
}
.eg-labs-hero__video-wrapper {
  grid-column: 1/span 4;
  height: fit-content;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero__video-wrapper {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero__video-wrapper {
    grid-column: 1/span 4;
  }
}
.eg-labs-hero:not(.color) .eg-labs-hero__video-wrapper {
  grid-column: 2/span 4;
}
@media screen and (min-width: 768px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__video-wrapper {
    grid-column: 3/span 3;
    width: calc(100% - 3.125rem);
  }
}
@media screen and (min-width: 1025px) {
  .eg-labs-hero:not(.color) .eg-labs-hero__video-wrapper {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 768px) {
  .eg-labs-hero .mobile-only {
    display: none !important;
  }
}

.feature-spotlight-two-images {
  padding-block-end: 40px;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-spotlight-two-images .hide--only-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images .hide--on-tablet {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images {
    padding-block-end: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images[data-variation=chat_ui] {
    padding-block-end: 64px;
  }
}
.feature-spotlight-two-images[data-variation=video] {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-block: 24px 40px;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images[data-variation=video] {
    padding-block: 48px 113px;
    margin-inline: 32px;
    min-height: 926px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images[data-variation=video] {
    padding-block: 72px 144px;
    margin-inline: 40px;
    min-height: 1305px;
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-two-images[data-variation=video] {
    margin-inline: auto;
  }
}
.feature-spotlight-two-images__wrapper {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding-inline: 24px;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__wrapper {
    column-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-two-images__wrapper {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__wrapper[data-variation=video] {
    padding-inline: 0;
  }
}
.feature-spotlight-two-images__background {
  max-width: 1920px;
  margin: auto;
}
.feature-spotlight-two-images__background img {
  aspect-ratio: 21/9;
  max-height: 723px;
  min-height: 204px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__background img {
    min-height: 397px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__background img {
    min-height: 724px;
  }
}
[data-variation=video] .feature-spotlight-two-images__background {
  max-width: 1280px;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  [data-variation=video] .feature-spotlight-two-images__background {
    position: absolute;
    inset: -44px -44px 0;
  }
}
[data-variation=video] .feature-spotlight-two-images__background img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  margin-left: auto;
  max-height: 215px;
}
@media screen and (min-width: 768px) {
  [data-variation=video] .feature-spotlight-two-images__background img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=video] .feature-spotlight-two-images__background img {
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=video] .feature-spotlight-two-images__background img {
    max-height: 322px;
    width: calc(((100vw - 176px) / 8 * 6 + 80px) * 1);
    min-height: unset;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=video] .feature-spotlight-two-images__background img {
    min-height: unset;
    max-height: 535px;
    width: calc(((100vw - 344px) / 12 * 8 + 168px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  [data-variation=video] .feature-spotlight-two-images__background img {
    width: calc(((1280px - 344px) / 12 * 8 + 168px) * 1);
  }
}
.feature-spotlight-two-images__asset {
  grid-column: 1/-1;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__asset {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__asset {
    grid-column: span 6;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=video] .feature-spotlight-two-images__asset {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=video] .feature-spotlight-two-images__asset {
    grid-column: span 5;
  }
}
[data-variation=chat_ui] .feature-spotlight-two-images__asset {
  order: 1;
  grid-column: 1/-1;
  margin-bottom: 0;
  margin-top: -63px;
}
@media screen and (max-width: 767px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__asset {
    max-width: 382px;
    margin-inline: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__asset {
    order: 2;
    grid-column: span 4/-1;
    margin-top: -12px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__asset {
    grid-column: span 6/-1;
    margin-top: -58px;
  }
}
.feature-spotlight-two-images__asset[data-media-type=image] {
  align-self: flex-start;
  margin-top: -100px;
}
@media screen and (min-width: 431px) and (max-width: 767px) {
  .feature-spotlight-two-images__asset[data-media-type=image] {
    margin-inline: auto;
    width: 378px;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__asset[data-media-type=image] {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__asset[data-media-type=image] {
    margin-top: -216px;
  }
}
.feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
  border-radius: 10px;
  position: absolute;
  max-width: 351px;
  height: 100%;
  width: 100%;
  top: 32px;
  left: 27px;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
    border-radius: 40px;
  }
}
@media screen and (max-width: 429px) {
  .feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
    max-width: calc(100% - 27px);
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
    max-width: calc(100% - 30px);
    top: 30px;
    left: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__asset[data-media-type=image] .feature-spotlight-two-images__asset-bg {
    max-width: calc(100% - 51px);
    top: 66px;
    left: 51px;
  }
}
.feature-spotlight-two-images__content.hide--on-tablet, .feature-spotlight-two-images__content.sr-only--md {
  padding: 0 40px 40px;
}
.feature-spotlight-two-images__content {
  grid-column: 1/-1;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__content {
    grid-column: span 4/-1;
  }
}
@media screen and (max-width: 1024px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 1.75rem;
    line-height: 1.925rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.0525rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__content {
    grid-column: span 5/-1;
    margin-top: 72px;
  }
  .feature-spotlight-two-images__content .content-package__headline_description {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=video] .feature-spotlight-two-images__content {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=video] .feature-spotlight-two-images__content {
    grid-column: span 7/-1;
    margin-top: 56px;
  }
}
[data-variation=chat_ui] .feature-spotlight-two-images__content {
  order: 2;
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__content {
    margin-top: 80.63px;
  }
}
@media screen and (min-width: 768px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__content {
    order: 1;
    grid-column: span 4;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=chat_ui] .feature-spotlight-two-images__content {
    grid-column: span 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-spotlight-two-images__content .content-package__title--small {
    font-size: 1.75rem;
    line-height: 1.9425rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title--small {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title--small {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .feature-spotlight-two-images__content .content-package__title--small {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .feature-spotlight-two-images__content .content-package__title--small {
    line-height: clamp(28px, 28px + (31.08 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.08px);
  }
}
.feature-spotlight-two-images__video-wrapper {
  position: relative;
  margin-top: 69px;
  z-index: 2;
  margin-inline: auto;
  aspect-ratio: 587/1192;
}
@media screen and (max-width: 767px) {
  .feature-spotlight-two-images__video-wrapper {
    max-width: 249px;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__video-wrapper {
    width: calc(((100vw - 176px) / 8 * 4 + 16px) * 1);
    position: absolute;
    top: 110px;
    margin-top: 0;
    margin-inline: 16px 0;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__video-wrapper {
    width: calc(((100vw - 344px) / 12 * 5 + 48px) * 1);
    top: 140px;
    margin-inline: 24px 0;
    max-width: 562px;
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-two-images__video-wrapper {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
  }
}
.feature-spotlight-two-images__portrait-video {
  height: 518px;
  max-width: 100%;
  margin-inline: auto;
}
.feature-spotlight-two-images__portrait-video[data-mockup="1"] {
  padding: 12px;
}
.feature-spotlight-two-images__portrait-video[data-mockup="1"] .portrait-video__vimeo {
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] {
    padding: 16px 18px;
  }
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] .portrait-video__vimeo {
    border-radius: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] {
    padding: 16px 18px;
  }
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] .portrait-video__vimeo {
    border-radius: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] {
    padding: 20px 22px;
  }
}
@media screen and (min-width: 1400px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] {
    padding: 26px 28px;
  }
}
@media screen and (min-width: 1281px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] {
    padding: 28px 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] .portrait-video__gradient {
    inset: 12px;
  }
  .feature-spotlight-two-images__portrait-video[data-mockup="1"] video {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__portrait-video {
    height: 100%;
    max-height: 706px;
    max-width: 343px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__portrait-video {
    max-height: 1092px;
    max-width: 525px;
  }
  .feature-spotlight-two-images__portrait-video video {
    border-radius: 45px !important;
  }
}
.feature-spotlight-two-images__portrait-video .portrait-video__play-btn {
  background-color: #fff;
  border-color: #fff;
}
.feature-spotlight-two-images__portrait-video .portrait-video__play-btn i {
  color: black;
}
.feature-spotlight-two-images__portrait-video .portrait-video__play-btn:hover {
  background-color: #0c0e1c;
  border-color: #0c0e1c;
}
.feature-spotlight-two-images__portrait-video .portrait-video__play-btn:hover i {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__portrait-video .portrait-video__play-btn {
    block-size: 64px;
    inline-size: 64px;
  }
  .feature-spotlight-two-images__portrait-video .portrait-video__play-btn i,
  .feature-spotlight-two-images__portrait-video .portrait-video__play-btn i::before {
    block-size: 32px;
    inline-size: 32px;
  }
}
.feature-spotlight-two-images__image {
  width: unset;
  height: unset;
  z-index: 2;
}
.feature-spotlight-two-images__image img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  max-width: 351px;
  max-height: 255.75px;
  position: relative;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__image img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__image img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 429px) {
  .feature-spotlight-two-images__image img {
    max-width: calc(100% - 27px);
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__image img {
    max-width: calc(100% - 30px);
    max-height: 241.68px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__image img {
    max-width: calc(100% - 51px);
    max-height: 474px;
  }
}
.feature-spotlight-two-images__chat-ui {
  position: relative;
  max-width: 100%;
}
.feature-spotlight-two-images__chat-ui .chat-ui__background {
  position: absolute;
  inset: 0;
}
.feature-spotlight-two-images__chat-ui .chat-ui__background-background {
  max-width: 286px;
  width: 100%;
  min-height: 372px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__chat-ui .chat-ui__background-background {
    max-width: 259px;
    min-height: 337px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__chat-ui .chat-ui__background-background {
    max-width: 440px;
    min-height: 690px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__chat-ui .chat-ui__background-background {
    max-width: 532px;
  }
}
.feature-spotlight-two-images__chat-ui .chat-ui__bubbles {
  padding: 42px 0 0;
  min-height: unset;
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__chat-ui .chat-ui__bubbles {
    padding: 38px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__chat-ui .chat-ui__bubbles {
    padding: 78px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-spotlight-two-images__chat-ui {
    max-width: 346px;
  }
}
@media screen and (min-width: 1025px) {
  .feature-spotlight-two-images__chat-ui {
    max-width: 708px;
  }
}

.app-download-breaker {
  max-width: 1920px;
  margin: 0 auto;
}
.app-download-breaker__wrapper {
  padding: 40px 0;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__wrapper {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .app-download-breaker__wrapper {
    padding: 48px 0;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__wrapper {
    padding: 80px 0;
    padding-inline: 40px;
  }
}
.app-download-breaker__image {
  order: 1;
  margin-bottom: 32px;
  grid-column: 2/span 4;
}
[data-variation=standard-image][data-orientation=landscape] .app-download-breaker__image {
  grid-column: 1/span -1;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__image {
    grid-column: 1/span 4;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__image {
    grid-column: 2/span 3;
  }
}
@media screen and (min-width: 768px) {
  [data-alignment=asset_right] .app-download-breaker__image {
    order: 2;
    grid-column: 5/span 4 !important;
  }
}
@media screen and (min-width: 1025px) {
  [data-alignment=asset_right] .app-download-breaker__image {
    grid-column: 9/span 3 !important;
  }
}
@media screen and (min-width: 768px) {
  [data-alignment=asset_right][data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image {
    grid-column: 5/span 4 !important;
  }
}
@media screen and (min-width: 1025px) {
  [data-alignment=asset_right][data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image {
    grid-column: 7/span 5 !important;
  }
}
[data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image {
    grid-column: 2/span 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-variation=standard_image][data-orientation=portrait] .app-download-breaker__image {
    margin: 0 auto;
  }
}
[data-variation=standard_image] .app-download-breaker__image img {
  border-radius: 0.625rem;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  height: 100%;
}
@media screen and (min-width: 768px) {
  [data-variation=standard_image] .app-download-breaker__image img {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image] .app-download-breaker__image img {
    border-radius: 2.5rem;
  }
}
[data-variation=standard_image][data-orientation=landscape] .app-download-breaker__image img {
  aspect-ratio: 4/3;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-variation=standard_image][data-orientation=portrait] .app-download-breaker__image img {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .app-download-breaker .image-video {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
    margin: 0 auto;
  }
}
.app-download-breaker__content-left {
  display: none;
  order: 2;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__content-left {
    grid-column: 5/-1;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__content-left {
    grid-column: 7/span 5;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__content-left {
    grid-column: 8/span 4;
  }
}
@media screen and (min-width: 768px) {
  [data-alignment=asset_right] .app-download-breaker__content-left {
    display: block;
    order: 1;
    grid-column: 1/span 4;
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-alignment=asset_right] .app-download-breaker__content-left {
    grid-column: 2/span 5 !important;
  }
}
[data-orientation=portrait] .app-download-breaker__content-left {
  padding-left: 0;
}
.app-download-breaker__content-left-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__content-left-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
  }
}
.app-download-breaker__content-right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__content-right {
    grid-column: 5/-1;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__content-right {
    grid-column: 7/span 5;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__content-right {
    grid-column: 8/span 4;
  }
}
@media screen and (min-width: 768px) {
  [data-alignment=asset_right] .app-download-breaker__content-right {
    display: none;
    order: 1;
    grid-column: 1/span 4;
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-alignment=asset_right] .app-download-breaker__content-right {
    grid-column: 2/span 5 !important;
  }
}
[data-orientation=portrait] .app-download-breaker__content-right {
  padding-left: 0;
}
.app-download-breaker__content-right-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__content-right-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
  }
}
.app-download-breaker__content-wrapper {
  margin-top: 1.5rem;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__content-wrapper {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__content-wrapper {
    gap: 1.5rem;
  }
}
.app-download-breaker__brand_logo {
  width: 2rem;
  height: 2rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__brand_logo {
    width: 3rem;
    height: 3rem;
    margin-bottom: 24px;
  }
}
.app-download-breaker__brand_logo img {
  object-fit: cover;
}
.app-download-breaker__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .app-download-breaker__title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .app-download-breaker__title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .app-download-breaker__title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .app-download-breaker__title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .app-download-breaker__title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.app-download-breaker__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .app-download-breaker__description {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__description {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__description {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__description {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__description {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__description {
    margin-top: 24px;
  }
}
.app-download-breaker__download_links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.app-download-breaker__download_links-wrapper {
  display: flex;
  gap: 8px;
}
.app-download-breaker__download_links-wrapper a {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-wrapper a {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__download_links-wrapper a {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-wrapper a {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__download_links-wrapper a {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .app-download-breaker__download_links-wrapper a {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-wrapper a {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__download_links-wrapper a {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__download_links-wrapper a {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__download_links-wrapper a {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__download_links-wrapper a {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.app-download-breaker__download_links-wrapper a:hover, .app-download-breaker__download_links-wrapper a:active {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.app-download-breaker__download_links-icon {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-icon {
    padding-top: 0.125rem;
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__download_links-icon {
    padding-top: 0.3125rem;
  }
}
.app-download-breaker__download_links-scan-text {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__download_links-scan-text {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .app-download-breaker__download_links-scan-text {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .app-download-breaker__download_links-scan-text {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__download_links-scan-text {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .app-download-breaker__download_links-scan-text {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__download_links-scan-text {
    display: block;
  }
}
.app-download-breaker__qr_code {
  display: none;
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__qr_code {
    display: block;
    width: 104px;
    height: 102px;
  }
}
.app-download-breaker__qr_code img {
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  [data-variation=standard_image][data-orientation=landscape] .app-download-breaker__qr_code {
    width: 84px;
    height: 82.385px;
  }
}
.app-download-breaker__ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__ctas {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .app-download-breaker__ctas {
    margin-top: 40px;
  }
}
.app-download-breaker__ctas a {
  font-weight: 500;
  justify-content: center;
  text-align: center;
}
.app-download-breaker__ctas a.android-only {
  display: none;
}
.app-download-breaker__modal-cta {
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  height: 3rem;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  border-width: 0.0625rem;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__modal-cta {
    margin-top: 0;
    width: 3rem;
    border-radius: 6.25rem;
  }
}
.app-download-breaker__modal-cta i::before {
  block-size: 1.5rem !important;
  inline-size: 1.5rem !important;
  z-index: 2;
}
.app-download-breaker__modal-cta-hover {
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .app-download-breaker__modal-cta-hover {
    border-radius: 6.25rem;
  }
}
.app-download-breaker__modal-cta-hover:hover, .app-download-breaker__modal-cta-hover:active {
  opacity: 20%;
}
.app-download-breaker__modal-cta-hover[data-theme-type=light]:hover, .app-download-breaker__modal-cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}
.app-download-breaker .popup-modal-cta__data {
  visibility: hidden;
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.tabbed-list {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-block: 2.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tabbed-list {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list {
    padding-block: 4rem;
  }
}
.tabbed-list__content-package {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  [data-orientation=asset_left] .tabbed-list__content-package--right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__content-package--right {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__content-package--right {
    grid-column: 2/span 4;
  }
  [data-variation=card] .tabbed-list__content-package--right {
    grid-column: 2/span 5;
  }
  [data-variation=phone] .tabbed-list__content-package--right {
    grid-column: 2/span 5;
  }
}
@media screen and (max-width: 767px) {
  .tabbed-list__content-package .content-package__ctas {
    display: none;
  }
}
.tabbed-list__content-package .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__content-package .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__content-package .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
[data-orientation=asset_right] .tabbed-list__content-package--left {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabbed-list__content-package--left {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__content-package--left {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__content-package--left {
    grid-column: 8/span 4;
  }
  [data-variation=card] .tabbed-list__content-package--left {
    grid-column: 7/span 5;
  }
  [data-variation=phone] .tabbed-list__content-package--left {
    grid-column: 7/span 5;
  }
}
@media screen and (max-width: 767px) {
  .tabbed-list__content-package .content-package__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tabbed-list__content-package .content-package__headline_description {
    text-align: center;
    align-items: center;
  }
}
.tabbed-list__content-package-cta {
  grid-column: 1/-1;
}
.tabbed-list__content-package-cta .content-package__content {
  display: none;
}
.tabbed-list__content-package-cta .content-package__ctas {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .tabbed-list__content-package-cta {
    display: none;
  }
}
.tabbed-list__container {
  position: relative;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  opacity: 0;
}
.tabbed-list__content-wrapper {
  position: relative;
}
.tabbed-list__header {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  text-align: center;
  max-width: 95rem;
}
@media screen and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__header {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__header {
    font-family: "CentraNo2 Medium";
    font-size: 2.5rem;
    line-height: 2.75rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.075rem;
    grid-column: 1/span 7;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .tabbed-list__header {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__header {
    font-family: "CentraNo2 Medium";
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) {
  .tabbed-list__header {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__header {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__header {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.tabbed-list__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .tabbed-list__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__description {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__description {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__description {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tabbed-list__description {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .tabbed-list__description {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__description {
    margin-top: 1.25rem;
    text-align: left;
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__description {
    margin-top: 1.5rem;
    grid-column: 2/span 5;
  }
}
.tabbed-list__line {
  border-bottom: 0.0625rem solid;
  opacity: 0.3;
  border-color: #fff;
}
.tabbed-list__line[data-theme-type=light] {
  border-color: #000;
  opacity: 0.1;
}
@media screen and (min-width: 1025px) {
  .tabbed-list__line {
    grid-column: 2/span 10;
  }
}
.tabbed-list__tabs {
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1.5rem;
  padding: 2rem 0.125rem 0;
  scrollbar-width: none;
}
.tabbed-list__tabs::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tabs {
    padding: 2.5rem 0.125rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tabs {
    padding: 4rem 0.125rem 0;
    grid-column: 2/span 10;
  }
}
.tabbed-list__tab-content {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding-inline: 24px;
  padding-inline: 0 !important;
  align-items: center;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-content {
    column-gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-content {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .tabbed-list__tab-content {
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    padding-inline: 40px;
  }
}
.tabbed-list__tab-content.current {
  opacity: 1;
  visibility: visible;
  padding-top: 1.5rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-content.current {
    padding-top: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-content.current {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-content[data-variation=card].current {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-content[data-variation=card].current {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-content[data-variation=phone].current {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-content[data-variation=phone].current {
    padding-top: 2.5rem;
  }
}
.tabbed-list__tab-image {
  width: 100%;
  margin: 2.5rem 0;
  grid-column: 1/-1;
}
.tabbed-list__tab-image img {
  aspect-ratio: 4/3;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-image {
    margin: 0;
  }
  .tabbed-list__tab-image img {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-image img {
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-image--right {
    grid-column: 5/-1;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-image--right {
    grid-column: 7/-1;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-image--left {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-image--left {
    grid-column: 2/span 5;
  }
}
.tabbed-list__tab-card {
  grid-column: 1/-1;
  margin: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-card--right {
    margin: 0;
    grid-column: 6/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-card--right {
    grid-column: 8/span 4;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-card--left {
    margin: 0;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-card--left {
    grid-column: 2/span 4;
  }
}
.tabbed-list__tab-phone-asset {
  grid-column: 2/span 4;
  margin: 2.5rem 0;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-phone-asset--right {
    margin: 0;
    grid-column: 6/span 3;
    margin-right: 2.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-phone-asset--right {
    grid-column: 9/span 3;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-list__tab-phone-asset--left {
    margin: 0;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .tabbed-list__tab-phone-asset--left {
    grid-column: 2/span 3;
  }
}
.tabbed-list__tab-link {
  --tab-slider-pos: 0;
  --tab-slider-width: 100%;
  position: relative;
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  border: 0;
}
.tabbed-list__tab-link:focus-visible {
  margin: 0.0625rem 0.0625rem 0.3125rem;
  outline-offset: 0;
  outline-width: 1px;
}
.tabbed-list__tab-active {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0.25rem 0;
}
.tabbed-list__tab-active.current {
  border-bottom: 0.125rem solid;
}
.tabbed-list__tab-active:hover, .tabbed-list__tab-active:active {
  border-bottom: 0.125rem solid;
}
.tabbed-list__tab-hover {
  display: block;
  width: 100%;
  height: calc(100% + 4px);
  opacity: 0;
  margin-top: -4px;
}
.tabbed-list__tab-hover:hover, .tabbed-list__tab-hover:active {
  opacity: 0.2;
}
.tabbed-list__tab-hover.current {
  opacity: 0 !important;
}
.tabbed-list__tab-hover[data-theme-type=light]:hover, .tabbed-list__tab-hover[data-theme-type=light]:active {
  opacity: 0.1;
}

.styled-list {
  padding-block: 2.5rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .styled-list {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list {
    padding-block: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__wrapper {
    grid-column: 2/span 10;
  }
}
.styled-list__eyebrow {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding-left: 0;
  width: 100%;
  max-width: none;
}
.styled-list__headline {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .styled-list__headline {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__headline {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__headline {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__headline {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .styled-list__headline {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styled-list__headline {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styled-list__headline {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styled-list__headline {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styled-list__headline {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__headline {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__headline {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__headline {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__headline {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__headline {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.styled-list__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .styled-list__items {
    gap: 1.5rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__items {
    gap: 64px;
    margin-top: 64px;
  }
}
.styled-list__item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .styled-list__item {
    gap: 1rem;
  }
}
.styled-list__item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .styled-list__item-wrapper {
    gap: 1rem;
  }
}
.styled-list__item-icon {
  width: 60px;
  height: 60px;
}
.styled-list__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styled-list__item-title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .styled-list__item-title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__item-title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__item-title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__item-title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .styled-list__item-title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styled-list__item-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styled-list__item-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .styled-list__item-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .styled-list__item-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__item-title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__item-title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__item-title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__item-title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__item-title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.styled-list__item-description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .styled-list__item-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__item-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .styled-list__item-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .styled-list__item-description {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list__item-description {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__item-description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__item-description {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .styled-list__item-description {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .styled-list__item-description {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.styled-list__line {
  display: none;
}
.styled-list--with-divider .styled-list__eyebrow {
  text-align: left;
}
.styled-list--with-divider .styled-list__headline {
  text-align: left;
}
.styled-list--with-divider .styled-list__items {
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .styled-list--with-divider .styled-list__items {
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list--with-divider .styled-list__items {
    gap: 40px;
    padding: 0;
  }
}
.styled-list--with-divider .styled-list__item {
  flex-direction: row;
  justify-content: space-between;
}
.styled-list--with-divider .styled-list__item-wrapper {
  align-items: flex-start;
  justify-content: center;
  width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
}
@media screen and (min-width: 768px) {
  .styled-list--with-divider .styled-list__item-wrapper {
    margin-right: 7.5px;
    width: calc(((100vw - 176px) / 8 * 6 + 80px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .styled-list--with-divider .styled-list__item-wrapper {
    margin-right: 2px;
    width: calc(((100vw - 344px) / 12 * 6 + 120px) * 1);
    max-width: 706px;
  }
}
.styled-list--with-divider .styled-list__item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .styled-list--with-divider .styled-list__item-icon {
    height: 82px;
    width: 82px;
  }
}
@media screen and (min-width: 1025px) {
  .styled-list--with-divider .styled-list__item-icon {
    height: 98px;
    width: 98px;
  }
}
.styled-list--with-divider .styled-list__item-description {
  text-align: left;
}
.styled-list--with-divider .styled-list__line {
  display: block;
  border-top: 2px solid;
  opacity: 0.3;
  border-color: #fff;
}
.styled-list--with-divider .styled-list__line[data-theme-type=light] {
  border-color: #000;
  opacity: 0.1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .styled-list--with-divider .styled-list__line {
    margin-bottom: -0.5rem;
  }
}

.inline-accordion {
  padding-block: 88px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .inline-accordion {
    padding-block: 132px;
  }
}
.inline-accordion__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .inline-accordion__items {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__items {
    gap: 24px;
    grid-column: 3/span 8;
  }
}
.inline-accordion__item {
  border-bottom: 1px solid #dfe0e4;
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item {
    padding-bottom: 32px;
  }
}
.inline-accordion__item-button {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.inline-accordion__item-button .icon {
  transition: all 0.5s ease;
  color: #020247;
}
.inline-accordion__item-button:focus-visible {
  outline: -webkit-focus-ring-color solid 2px;
}
.inline-accordion__item-title {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
  color: #0c0e1c;
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-title {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-accordion__item-title {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-title {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-accordion__item-title {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item-title {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-accordion__item-title {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-accordion__item-title {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-accordion__item-title {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-accordion__item-title {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-title {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-accordion__item-title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-accordion__item-title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-accordion__item-title {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-accordion__item-title {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
.inline-accordion__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.inline-accordion__item-description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #31374f;
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-accordion__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-accordion__item-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item-description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-accordion__item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-accordion__item-description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-accordion__item-description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-accordion__item-description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-accordion__item-description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-accordion__item-description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-accordion__item-description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-accordion__item-description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.inline-accordion__item-description a {
  color: #4248ed;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.inline-accordion__item-description a:hover {
  color: #080887;
}
.inline-accordion__item-image img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .inline-accordion__item-image img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item-image img {
    border-radius: 40px;
  }
}
.inline-accordion__item--expand .inline-accordion__item-button .icon {
  transform: rotate(180deg);
}
.inline-accordion__item--expand .inline-accordion__item-content {
  margin-top: 24px;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item--expand .inline-accordion__item-content {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item--image-inline .inline-accordion__item-content {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item--image-inline .inline-accordion__item-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item--image-inline .inline-accordion__item-description {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item--image-inline .inline-accordion__item-description {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
    max-width: 464px;
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item--image-inline .inline-accordion__item-image {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .inline-accordion__item--image-inline .inline-accordion__item-image {
    width: calc(((100vw - 176px) / 8 * 4 + 48px) * 1);
    max-width: 464px;
  }
}
@media screen and (min-width: 768px) {
  .inline-accordion__item--image-inline .inline-accordion__item-image img {
    aspect-ratio: 1/1;
  }
}
.inline-accordion--block-editor .inline-accordion__item-button .icon {
  transform: rotate(180deg);
}
.inline-accordion--block-editor .inline-accordion__item-content {
  margin-top: 24px;
  max-height: none;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .inline-accordion--block-editor .inline-accordion__item-content {
    margin-top: 32px;
  }
}

.inline-video {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inline-video {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .inline-video {
    padding-block: 5rem;
  }
}
.inline-video .show {
  opacity: 1;
}
.inline-video .hide {
  opacity: 0;
}
.inline-video__body {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin-bottom: auto;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .inline-video__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-video__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-video__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .inline-video__body {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-video__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-video__body {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-video__body {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-video__body {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__body {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-video__body {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-video__body {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-video__body {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-video__body {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.inline-video__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .inline-video__content {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__content {
    row-gap: 2rem;
    grid-column: 7/span 5;
  }
}
.inline-video__title {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (min-width: 1025px) {
  .inline-video__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-video__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-video__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .inline-video__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-video__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-video__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-video__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-video__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-video__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-video__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-video__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-video__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.inline-video__video-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inline-video__video-wrapper {
    margin-bottom: 2.5rem;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inline-video__video-wrapper {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__video-wrapper {
    grid-column: 2/span 4;
  }
}
.inline-video__video-wrapper--without-phone-asset .image-video__video--thumbnail,
.inline-video__video-wrapper--without-phone-asset video {
  border-radius: 0.625rem;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inline-video__video-wrapper--without-phone-asset .image-video__video--thumbnail,
  .inline-video__video-wrapper--without-phone-asset video {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__video-wrapper--without-phone-asset .image-video__video--thumbnail,
  .inline-video__video-wrapper--without-phone-asset video {
    border-radius: 2.5rem;
  }
}
.inline-video__video-wrapper--without-phone-asset .image-video__toggle svg {
  width: 3rem;
  height: 3rem;
}
.inline-video__video-wrapper--without-phone-asset .image-video__cta-hover {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
}
.inline-video__video-wrapper--with-phone-asset {
  grid-column: 2/span 4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inline-video__video-wrapper--with-phone-asset {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .inline-video__video-wrapper--with-phone-asset {
    grid-column: 2/span 3;
  }
}

.basic-list {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .basic-list {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-list {
    padding-block: 5rem;
  }
}
.basic-list__image-container {
  border-radius: 0.625rem;
  background: transparent no-repeat;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .basic-list__image-container {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .basic-list__image-container {
    border-radius: 1.25rem;
    height: 100%;
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__image-container {
    grid-column: 2/span 4;
    border-radius: 2.5rem;
  }
}
.basic-list__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 3/4;
}
.basic-list__image {
  border-radius: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .basic-list__image {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__image {
    border-radius: 2.5rem;
  }
}
.basic-list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .basic-list__content {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__content {
    gap: 2.5rem;
    grid-column: 7/span 5;
  }
}
.basic-list__headline {
  display: flex;
  padding-top: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
@media screen and (min-width: 1025px) {
  .basic-list__headline {
    padding-top: 2.5rem;
  }
}
.basic-list__headline h5 {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .basic-list__headline h5 {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__headline h5 {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__headline h5 {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__headline h5 {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .basic-list__headline h5 {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__headline h5 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__headline h5 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__headline h5 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__headline h5 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__headline h5 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__headline h5 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__headline h5 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__headline h5 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__headline h5 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.basic-list__headline .eyebrow {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.1375rem;
}
.basic-list__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .basic-list__list {
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.basic-list__list-item {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.basic-list__list-item-bullet {
  display: block;
  margin-right: 0.75rem;
  position: relative;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 100%;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .basic-list__list-item-bullet {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-bullet {
    margin-top: 0.6875rem;
  }
}
.basic-list__list-item-number {
  font-family: "CentraNo2 Medium";
  font-size: 1.25rem;
  line-height: 1.375rem;
  --viewport-width: 1vw;
  letter-spacing: -0.025rem;
  font-weight: 500;
  margin-right: 0.75rem;
  width: 2rem;
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-number {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-number {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-number {
    line-height: clamp(17px, 17px + (20 - 17) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 20px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-number {
    line-height: clamp(20px, 20px + (22 - 20) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 22px);
  }
}
@media screen and (min-width: 768px) {
  .basic-list__list-item-number {
    font-size: 1.5rem;
    line-height: 1.725rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-number {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-number {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-number {
    line-height: clamp(21px, 21px + (25 - 21) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-number {
    line-height: clamp(25px, 25px + (27.6 - 25) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 27.6px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-number {
    font-size: 2rem;
    line-height: 2.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.04rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-number {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-number {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-number {
    line-height: clamp(29px, 29px + (33 - 29) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 33px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-number {
    line-height: clamp(33px, 33px + (36.8 - 33) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 36.8px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-number {
    margin-right: 1.5rem;
    width: 2.625rem;
  }
}
.basic-list__list-item-number .icon {
  transform: translateY(-3px);
  width: 0.375rem;
  height: 2.25rem;
}
.basic-list__list-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  flex: 1 0 0;
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-family: "CentraNo2 Medium";
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-text {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-text {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-text {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-text {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .basic-list__list-item-text {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-text {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-text {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-text {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-text {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-text {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-text {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-text {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-text {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-text {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.basic-list__list-item-text p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .basic-list__list-item-text {
    gap: 0.5rem;
  }
}
.basic-list__list-item-description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .basic-list__list-item-description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .basic-list__list-item-description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .basic-list__list-item-description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .basic-list__list-item-description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .basic-list__list-item-description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .basic-list__list-item-description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .basic-list__list-item-description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}

.inline-pull-quote {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inline-pull-quote {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote {
    padding-block: 5rem;
  }
}
.inline-pull-quote__wrapper {
  padding-top: 40px;
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__wrapper {
    max-width: 1200px;
    padding-inline: 0;
  }
}
.inline-pull-quote__quote {
  height: 48px;
  width: auto;
  margin: auto;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .inline-pull-quote__quote {
    margin-bottom: 20px;
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__quote {
    grid-column: 2/span 10;
    height: 64px;
    margin-bottom: 24px;
    text-align: left;
    margin-left: 0;
  }
}
.inline-pull-quote__text {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #020247;
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__text {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__text {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__text {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__text {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .inline-pull-quote__text {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__text {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__text {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__text {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__text {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__text {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__text {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__text {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__text {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__text {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__text {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 768px) {
  .inline-pull-quote__text {
    margin-bottom: 48px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution {
    grid-column: 2/span 10;
  }
}
.inline-pull-quote__attribution-name {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  font-weight: 500;
  font-family: "CentraNo2 Medium";
  color: #191e3b;
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .inline-pull-quote__attribution-name {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-name {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (max-width: 767px) {
  .inline-pull-quote__attribution-name {
    text-align: center;
  }
}
.inline-pull-quote__attribution-role {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #191e3b;
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .inline-pull-quote__attribution-role {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .inline-pull-quote__attribution-role {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (max-width: 767px) {
  .inline-pull-quote__attribution-role {
    text-align: center;
  }
}

.video-breaker {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.video-breaker figure {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.video-breaker video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.video-breaker__caption {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
  margin: 0;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1025px) {
  .video-breaker__caption {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .video-breaker__caption {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .video-breaker__caption {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .video-breaker__caption {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .video-breaker__caption {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .video-breaker__caption {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .video-breaker__caption {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .video-breaker__caption {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .video-breaker__caption {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .video-breaker__caption {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .video-breaker__caption {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .video-breaker__caption {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .video-breaker__caption {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .video-breaker__caption {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
@media screen and (min-width: 768px) {
  .video-breaker__caption {
    text-align: left;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .video-breaker__caption {
    padding: 2.5rem 0;
  }
}
.video-breaker__gradient {
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-blend-mode: darken;
  inset: -3px 0;
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-breaker__video--thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-breaker__play-btn {
  border-radius: 10px 10px 0 0;
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .video-breaker__play-btn {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .video-breaker__play-btn {
    border-radius: 40px 40px 0 0;
  }
}
.video-breaker__play-btn:not(.hidden) span {
  display: flex;
}
.video-breaker__play-btn.hidden span {
  display: none;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .video-breaker__play-btn:hover.hidden span {
    display: flex;
  }
}
.video-breaker__play-btn span {
  background-color: #f3f3f5;
  border: 1px solid #dfe0e4;
  border-radius: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .video-breaker__play-btn span {
    height: 3rem;
    width: 3rem;
  }
}
.video-breaker__play-btn span:hover, .video-breaker__play-btn span:active {
  opacity: 0.8;
}
.video-breaker__play-btn i {
  color: #020247;
}

.highlight-three-five-up {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2.5rem 0;
  overflow: hidden;
  /* basic one up overrides */
  /* cards overrides */
}
@keyframes basicSlideUp {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.highlight-three-five-up.has-loaded .highlight-three-five-up__title {
  opacity: 1;
}
.highlight-three-five-up.has-loaded .highlight-three-five-up__title span {
  display: inline-block;
  animation: fadeInUp 0.5s ease-in-out 0.2s forwards;
}
.highlight-three-five-up.has-loaded .highlight-three-five-up__title span:nth-child(2) {
  animation: fadeInUp 0.5s ease-in-out 0.4s forwards;
}
.highlight-three-five-up.has-loaded .highlight-three-five-up__title span:last-child {
  animation: fadeInUp 0.5s ease-in-out 0.6s forwards;
}
.highlight-three-five-up.has-loaded .highlight-three-five-up__description {
  animation: fadeInUp 0.5s ease-in-out 0.4s forwards;
}
.highlight-three-five-up.has-loaded .basic-one-up__media {
  animation: basicSlideUp 0.8s ease-in-out 0.1s forwards;
}
.highlight-three-five-up.has-loaded .basic-one-up__wrapper {
  animation: basicSlideUp 0.8s ease-out 0.1s forwards;
}
.highlight-three-five-up.has-loaded .content-package {
  animation: fadeIn 0.8s ease-in-out 0.2s forwards;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up {
    padding: 4rem 0;
  }
}
.highlight-three-five-up__header {
  margin-bottom: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__header {
    margin-bottom: 4rem;
  }
}
.highlight-three-five-up__title {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.highlight-three-five-up__title span {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__title {
    grid-column: 1/span 4;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title {
    grid-column: 1/span 5;
  }
}
.highlight-three-five-up__title--small {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__title--small {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__title--small {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.highlight-three-five-up__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin-top: 1rem;
  color: #31374f;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__description {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__description {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .highlight-three-five-up__description {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .highlight-three-five-up__description {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__description {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__description {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__description {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__description {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__description {
    grid-column: 6/span 3;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description {
    grid-column: 8/span 5;
  }
}
.highlight-three-five-up__description--small {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description--small {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__description--small {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description--small {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__description--small {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__description--small {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__description--small {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__description--small {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__description--small {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__description--small {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__description--small {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.highlight-three-five-up__basic-1up .basic-one-up__wrapper {
  opacity: 0;
  z-index: 1;
  padding-inline: 0;
}
.highlight-three-five-up__basic-1up .content-package {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up .content-package__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up .content-package__title {
    font-size: clamp(47px, 47px + (54 - 47) * (100vw - 1025px) / (1281 - 1025), 54px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up .content-package__title {
    font-size: clamp(54px, 54px + (60 - 54) * (100vw - 1281px) / (1520 - 1281), 60px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up .content-package__title {
    line-height: clamp(47px, 47px + (54 - 47) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 54px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up .content-package__title {
    line-height: clamp(54px, 54px + (60 - 54) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .highlight-three-five-up__basic-1up--no-background .content-package {
    grid-column: 4/span 5;
    padding: 1.09375rem 0;
    padding-left: 1.5rem;
  }
  .highlight-three-five-up__basic-1up--no-background .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up--no-background .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up--no-background .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .content-package {
    padding: 3.15625rem 0;
  }
}
.highlight-three-five-up__basic-1up--no-background .basic-one-up__media {
  aspect-ratio: 203/131;
  width: calc(100vw - 24px);
  margin-right: 24px;
  left: -24px;
  border-radius: 0 0.75rem 0.75rem 0;
  margin-top: 40px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up__media {
    margin-right: 0;
    margin-top: 0;
    border-radius: 0 1.5rem 1.5rem 0;
    width: calc(100% + 2rem);
    left: -2rem;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up__media {
    border-radius: 0 2.5rem 2.5rem 0;
    width: calc(100% + 2.5rem);
    left: -2.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up__media {
    border-radius: 2.5rem;
    width: calc(100% + 5.5rem);
    left: -5.5rem;
  }
}
.highlight-three-five-up__basic-1up--no-background .basic-one-up--right .basic-one-up__media {
  right: -24px;
  border-radius: 0.75rem 0 0 0.75rem;
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up--right .basic-one-up__media {
    border-radius: 1.5rem 0 0 1.5rem;
    left: 0;
    right: -2rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up--right .basic-one-up__media {
    border-radius: 2.5rem 0 0 2.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up--right .basic-one-up__media {
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up--right .content-package {
    margin-left: 0;
    grid-column: 1/span 5;
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background .basic-one-up--right .content-package {
    grid-column: 1/span 6;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__basic-1up--no-background {
    margin-top: 92px;
  }
}
@media screen and (min-width: 1486px) {
  .highlight-three-five-up__basic-1up--with-background .basic-one-up--right .basic-one-up__phone {
    top: unset;
    max-height: 714px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-three-five-up__basic-1up--with-background .basic-one-up--right .basic-one-up__media img {
    object-position: bottom center;
  }
}
@media screen and (min-width: 854px) {
  .highlight-three-five-up__basic-1up--with-background .basic-one-up--right .basic-one-up__media img {
    object-position: bottom center;
  }
}
@media screen and (min-width: 1486px) {
  .highlight-three-five-up__basic-1up--with-background .basic-one-up--right .basic-one-up__media img {
    object-position: bottom left;
  }
}
@media screen and (max-width: 767px) {
  .highlight-three-five-up__basic-1up--with-background .content-package__wrapper {
    padding-bottom: 1rem;
  }
}
.highlight-three-five-up__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.highlight-three-five-up__cards-container {
  position: relative;
  opacity: 0;
}
.highlight-three-five-up__cards-container.has-loaded {
  opacity: 1;
}
.highlight-three-five-up__cards-container.has-loaded .release-feature-card,
.highlight-three-five-up__cards-container.has-loaded .external-content-card {
  animation: fadeInUp 0.6s ease-in-out forwards;
  animation-delay: 0.1s;
}
.highlight-three-five-up__cards-container.has-loaded .release-feature-card:nth-child(2),
.highlight-three-five-up__cards-container.has-loaded .external-content-card:nth-child(2) {
  animation-delay: 0.2s;
}
.highlight-three-five-up__cards-container.has-loaded .release-feature-card:nth-child(3),
.highlight-three-five-up__cards-container.has-loaded .external-content-card:nth-child(3) {
  animation-delay: 0.3s;
}
.highlight-three-five-up__cards-container.has-loaded .highlight-three-five-up__cards-background {
  animation: basicSlideUp 0.5s ease-out 0.1s forwards;
}
.highlight-three-five-up__cards-background {
  content: "";
  display: block;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  top: 8.125rem;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__cards-background {
    top: 9.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__cards-background {
    bottom: -4rem;
    top: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__cards {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .highlight-three-five-up__cards--vertical {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__cards {
    margin-top: 4rem;
  }
  .highlight-three-five-up__cards--horizontal {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 105px;
    gap: 24px;
  }
}
.highlight-three-five-up__cards .release-feature-card,
.highlight-three-five-up__cards .external-content-card {
  opacity: 0;
}
.highlight-three-five-up__cards .release-feature-card__description,
.highlight-three-five-up__cards .external-content-card__description {
  margin-bottom: 0;
}
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal],
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] {
  min-height: 191px;
}
@media screen and (max-width: 767px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal],
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] {
    min-height: unset;
  }
}
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__image,
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__image,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__image,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__image {
  min-width: calc(((100vw - 88px) / 6 * 3 + 32px) * 1);
}
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__image img,
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__image img,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__image img,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__image img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__image,
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__image,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__image,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__image {
    min-width: unset;
    max-width: 220px;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__image,
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__image,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__image,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__image {
    max-width: unset;
    min-width: 50%;
  }
}
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__wrapper,
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__wrapper,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__wrapper,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__wrapper {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__wrapper,
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__wrapper,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__wrapper,
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__wrapper {
    padding: 1.5rem;
  }
}
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .release-feature-card__content,
.highlight-three-five-up__cards .release-feature-card[data-variation=horizontal] .external-content-card__content,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .release-feature-card__content,
.highlight-three-five-up__cards .external-content-card[data-variation=horizontal] .external-content-card__content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal],
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] {
    min-height: 220px;
  }
}
@media screen and (min-width: 1025px) {
  .highlight-three-five-up__cards .release-feature-card[data-variation=horizontal],
  .highlight-three-five-up__cards .external-content-card[data-variation=horizontal] {
    min-height: 265px;
    height: auto;
  }
}
.highlight-three-five-up__cards .release-feature-card__modal-cta {
  width: 32px;
  height: 32px;
}
.highlight-three-five-up__cards .release-feature-card__modal-cta i::before {
  block-size: 16px !important;
  inline-size: 16px !important;
}
.highlight-three-five-up__cards .release-feature-card__image img,
.highlight-three-five-up__cards .external-content-card__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
}

.card-grid {
  max-width: 1920px;
  margin: 0 auto;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .card-grid {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .card-grid {
    padding-block: 5rem;
  }
}
.card-grid__title {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .card-grid__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .card-grid__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .card-grid__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .card-grid__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .card-grid__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .card-grid__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .card-grid__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .card-grid__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-grid__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .card-grid__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-grid__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .card-grid__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) {
  .card-grid__title {
    grid-column: 1/8;
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__title {
    grid-column: 2/10;
    margin-bottom: 1.5rem;
  }
}
.card-grid__description {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .card-grid__description {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .card-grid__description {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__description {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .card-grid__description {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .card-grid__description {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__description {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-grid__description {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .card-grid__description {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .card-grid__description {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .card-grid__description {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  .card-grid__description {
    grid-column: 1/5;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__description {
    grid-column: 2/7;
  }
}
.card-grid__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  row-gap: 32px;
}
.card-grid__cards-wrapper--with-margin {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .card-grid__cards-wrapper {
    column-gap: 16px;
    row-gap: 40px;
  }
  .card-grid__cards-wrapper--two-column {
    grid-column: 2/8;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .card-grid__cards-wrapper--three-column {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .card-grid__cards-wrapper--with-margin {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .card-grid__cards-wrapper {
    column-gap: 24px;
  }
  .card-grid__cards-wrapper--two-column {
    grid-column: 3/11;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .card-grid__cards-wrapper--three-column {
    grid-column: 2/12;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .card-grid__cards-wrapper--with-margin {
    margin-top: 4rem;
  }
}
.card-grid .release-feature-card__image img,
.card-grid .external-content-card__image img {
  aspect-ratio: 4/3;
}

.centered-one-up {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .centered-one-up {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up {
    padding-block: 5rem;
  }
}
.centered-one-up__content {
  grid-column: 1/span 6;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .centered-one-up__content {
    grid-column: 2/span 6;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content {
    grid-column: 4/span 6;
    margin-bottom: 4rem;
  }
}
.centered-one-up__content .content-package__content {
  align-items: center;
}
.centered-one-up__content .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .centered-one-up__content .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
@media screen and (min-width: 768px) {
  .centered-one-up__content .content-package__title {
    font-family: "CentraNo2 Medium";
    font-size: 1.75rem;
    line-height: 1.925rem;
    --viewport-width: 1vw;
    font-weight: 500;
    letter-spacing: -0.0525rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .centered-one-up__content .content-package__title {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.centered-one-up__content .content-package__headline_description {
  align-items: center;
}
.centered-one-up__content .content-package__body {
  text-align: center;
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__content .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__content .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .centered-one-up__content .content-package__body {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__content .content-package__body {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__body {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__body {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .centered-one-up__content .content-package__body {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .centered-one-up__content .content-package__body {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
.centered-one-up__content .content-package__ctas {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .centered-one-up__content .content-package__ctas {
    display: none;
  }
}
.centered-one-up__media-wrapper {
  grid-column: span 6;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .centered-one-up__media-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .centered-one-up__media-wrapper {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__media-wrapper {
    grid-column: span 12;
  }
}
.centered-one-up__media {
  width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .centered-one-up__media {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__media {
    margin-left: 0;
    width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__media {
    width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
}
.centered-one-up__media--max-width {
  width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
  max-width: calc(((100vw - 88px) / 6 * 4 + 24px) * 1);
}
@media screen and (min-width: 768px) {
  .centered-one-up__media--max-width {
    width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
    max-width: calc(((100vw - 176px) / 8 * 3 + 32px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .centered-one-up__media--max-width {
    display: block;
    width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
    max-width: calc(((100vw - 344px) / 12 * 5 + 96px) * 1);
    min-width: calc(((100vw - 344px) / 12 * 3 + 48px) * 1);
  }
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] img,
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] video {
    border-radius: 1.75rem;
  }
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] {
    padding: 0.625rem;
  }
}
@media screen and (min-width: 1281px) {
  .centered-one-up__media--max-width {
    width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
    max-width: calc(((1280px - 344px) / 12 * 5 + 96px) * 1);
    min-width: calc(((1280px - 344px) / 12 * 3 + 48px) * 1);
  }
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] img,
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] video {
    border-radius: 2.25rem;
  }
  .centered-one-up__media--max-width .image-video[data-phone-mock=phone_mock] {
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .centered-one-up__content-mobile-cta {
    display: none;
  }
}
.centered-one-up__content-mobile-cta .content-package__content {
  display: none;
}
.centered-one-up__content-mobile-cta .content-package__ctas {
  margin-top: 0;
}

.spacer-block {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.spacer-block--small {
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .spacer-block--small {
    height: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .spacer-block--small {
    height: 2rem;
  }
}
.spacer-block--large {
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .spacer-block--large {
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .spacer-block--large {
    height: 5rem;
  }
}

.image-breaker {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.image-breaker img {
  aspect-ratio: 3/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 8.9375rem;
}
@media screen and (min-width: 768px) {
  .image-breaker img {
    max-height: 17.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .image-breaker img {
    max-height: 31.625rem;
  }
}
@media screen and (min-width: 1281px) {
  .image-breaker img {
    max-height: 26.6625rem;
  }
}
.image-breaker__caption {
  font-family: "CentraNo2 Book";
  font-size: 0.75rem;
  line-height: 1.05rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0075rem;
  margin: 0;
  color: #0c0e1c;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1025px) {
  .image-breaker__caption {
    font-size: clamp(9px, 9px + (11 - 9) * (100vw - 1025px) / (1281 - 1025), 11px);
  }
}
@media screen and (min-width: 1281px) {
  .image-breaker__caption {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1281px) / (1520 - 1281), 12px);
  }
}
@media screen and (min-width: 1025px) {
  .image-breaker__caption {
    line-height: clamp(13px, 13px + (15 - 13) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 15px);
  }
}
@media screen and (min-width: 1281px) {
  .image-breaker__caption {
    line-height: clamp(15px, 15px + (16.8 - 15) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 16.8px);
  }
}
@media screen and (min-width: 768px) {
  .image-breaker__caption {
    font-size: 0.875rem;
    line-height: 1.1375rem;
    --viewport-width: 1vw;
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .image-breaker__caption {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .image-breaker__caption {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .image-breaker__caption {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .image-breaker__caption {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 1025px) {
  .image-breaker__caption {
    font-size: 1.125rem;
    line-height: 1.4625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .image-breaker__caption {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .image-breaker__caption {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1281px) / (1520 - 1281), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .image-breaker__caption {
    line-height: clamp(18px, 18px + (21 - 18) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .image-breaker__caption {
    line-height: clamp(21px, 21px + (23.4 - 21) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 23.4px);
  }
}
@media screen and (min-width: 768px) {
  .image-breaker__caption {
    text-align: left;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .image-breaker__caption {
    padding: 2.5rem 0;
  }
}

.sub-navigation {
  max-width: 1920px;
  width: 100%;
  min-height: 3.375rem;
  position: sticky;
  top: 0;
  z-index: 9999;
  margin: 0 auto;
}
.sub-navigation__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-navigation__wrapper {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .sub-navigation__wrapper {
    padding: 1rem 2.5rem;
  }
}
.sub-navigation .a11y-skip-btn {
  top: -200px;
}
.sub-navigation .a11y-skip-btn:focus {
  top: 0;
}
.sub-navigation__brand {
  display: flex;
  align-items: center;
}
.sub-navigation__logo {
  margin-right: 0.75rem;
}
.sub-navigation__logo img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 1.5rem;
  height: 1.5rem;
}
.sub-navigation__name {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .sub-navigation__name {
    font-size: 1.25rem;
    line-height: 1.375rem;
    letter-spacing: -0.025rem;
  }
}
.sub-navigation__section-links-desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sub-navigation__section-links-desktop {
    display: flex;
    align-items: center;
  }
  .sub-navigation__section-links-desktop a {
    padding-inline: 1.25rem;
    font-size: 1rem;
    letter-spacing: -0.02rem;
  }
}
.sub-navigation__section-links-desktop a > :first-child {
  line-height: 1.3rem;
}
.sub-navigation__section-dropdown-tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-navigation__section-dropdown-tablet {
    display: block;
    position: relative;
  }
}
.sub-navigation__dropdown-title:focus > :first-child, .sub-navigation__dropdown-title:hover > :first-child, .sub-navigation__dropdown-title:active > :first-child {
  border-bottom: none;
}
.sub-navigation__dropdown-title i::before {
  block-size: 20px;
  inline-size: 20px;
}
.sub-navigation__dropdown-title.open i {
  transform: rotate(180deg);
}
.sub-navigation__dropdown-title > :first-child {
  line-height: 1.25rem;
}
.sub-navigation__dropdown-container {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-navigation__dropdown-container {
    display: none;
    width: 15.25rem;
    padding: 2.5rem 1.5rem;
    position: absolute;
    z-index: 999;
    top: 2.75rem;
    left: -1.5rem;
    -moz-box-shadow: 0 1px 3px 0 rgba(8, 8, 135, 0.1490196078);
    box-shadow: 0 1px 3px 0 rgba(8, 8, 135, 0.1490196078);
    border-top: 1px solid #fff;
  }
  .sub-navigation__dropdown-container.open {
    display: block;
  }
}
.sub-navigation__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sub-navigation__dropdown-list li {
  font-family: "CentraNo2 Medium";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
.sub-navigation__dropdown-list li a > :first-child {
  line-height: 1.95rem;
}
.sub-navigation__links-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-navigation__links-wrapper {
    display: flex;
    align-items: center;
  }
}
.sub-navigation__link {
  padding-inline: 1.25rem;
}
.sub-navigation__link > :first-child {
  line-height: 1.3rem;
}
.sub-navigation__link:hover, .sub-navigation__link:active {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
.sub-navigation__cta {
  padding: 0.5rem 0.75rem;
  height: auto;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  position: relative;
}
.sub-navigation__cta span {
  line-height: 1rem;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.sub-navigation__cta-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sub-navigation__cta-hover:hover, .sub-navigation__cta-hover:active {
  opacity: 20%;
}
.sub-navigation__cta-hover[data-theme-type=light]:hover, .sub-navigation__cta-hover[data-theme-type=light]:active {
  opacity: 10%;
}
.sub-navigation__cta-hover[data-theme-type=primary] {
  opacity: 1;
}
.sub-navigation__cta-hover[data-theme-type=primary]:hover, .sub-navigation__cta-hover[data-theme-type=primary]:active {
  opacity: 80%;
}
.sub-navigation .btn-primary:hover, .sub-navigation .btn-primary:active {
  background-color: transparent !important;
}
.sub-navigation__section-link:hover, .sub-navigation__section-link:active {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
@media screen and (min-width: 1025px) {
  .sub-navigation__section-link--active {
    text-decoration: underline;
    text-underline-offset: 0.3125rem;
  }
}
.sub-navigation #section-links-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-navigation #section-links-dropdown:hover {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
.sub-navigation__mobile-overlay {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  border-top: 1px solid #fff;
  padding: 3rem 1.5rem 3.5rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sub-navigation__mobile-overlay::-webkit-scrollbar {
  display: none;
}
.sub-navigation__mobile-overlay a {
  font-family: "CentraNo2 Medium";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.95rem;
  letter-spacing: -0.03rem;
}
.sub-navigation__mobile-overlay.open {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .sub-navigation__mobile-overlay {
    display: none;
  }
  .sub-navigation__mobile-overlay.open {
    display: none;
  }
}
.sub-navigation__mobile-carat {
  display: none;
}
@media screen and (max-width: 767px) {
  .sub-navigation__mobile-carat {
    display: block;
  }
  .sub-navigation__mobile-carat i::before {
    block-size: 1.5rem;
    inline-size: 1.5rem;
  }
  .sub-navigation__mobile-carat.open i {
    transform: rotate(180deg);
  }
  .sub-navigation__mobile-carat:hover > :first-child, .sub-navigation__mobile-carat:focus > :first-child, .sub-navigation__mobile-carat:active > :first-child {
    border-bottom: none;
  }
}
.sub-navigation__mobile-section-links, .sub-navigation__mobile-authored-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sub-navigation__mobile-section-links a > :first-child, .sub-navigation__mobile-authored-links a > :first-child {
  line-height: 1.95rem;
}
.sub-navigation__mobile-ctas {
  padding-top: 2.5rem;
  border-top: 1px solid #dfe0e4;
  display: flex;
  gap: 1rem;
  margin-top: auto;
}
.sub-navigation__mobile-ctas a {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  height: auto;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
}

.large-asset-hero {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .large-asset-hero {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero {
    padding-top: 4rem;
  }
}
.large-asset-hero__eyebrow {
  text-align: center;
  margin-bottom: 0.75rem;
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__eyebrow {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__eyebrow {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.large-asset-hero__content {
  grid-column: 1/span 6;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content {
    grid-column: 3/span 8;
    margin-bottom: 3rem;
  }
}
.large-asset-hero__content .content-package__content {
  align-items: center;
}
.large-asset-hero__content .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content .content-package__title {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__title {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.large-asset-hero__content .content-package__headline_description {
  align-items: center;
}
.large-asset-hero__content .content-package__body {
  text-align: center;
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content .content-package__body {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content .content-package__body {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.large-asset-hero__content .content-package__ctas {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .large-asset-hero__content .content-package__ctas {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content-mobile-cta {
    display: none;
  }
}
.large-asset-hero__content-mobile-cta .content-package__content {
  display: none;
}
.large-asset-hero__content-mobile-cta .content-package__ctas {
  margin-top: 0;
}
.large-asset-hero__background-wrapper-desktop {
  display: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__background-wrapper-desktop {
    display: flex;
    width: 100%;
    padding-inline: 0;
  }
}
.large-asset-hero__background-wrapper-desktop img,
.large-asset-hero__background-wrapper-desktop video {
  aspect-ratio: 21/9;
  object-fit: cover;
}
.large-asset-hero__background-wrapper-desktop--no-animation {
  width: 100%;
}
.large-asset-hero__background-wrapper-desktop--with-animation {
  width: 100%;
  transition: width 0.2s;
}
.large-asset-hero__background-wrapper-desktop--with-animation img,
.large-asset-hero__background-wrapper-desktop--with-animation video {
  border-radius: 0;
}
@media screen and (min-width: 1520px) {
  .large-asset-hero__background-wrapper-desktop img,
  .large-asset-hero__background-wrapper-desktop video {
    max-height: 40.714375rem;
  }
}
.large-asset-hero__background-wrapper-tablet {
  display: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__background-wrapper-tablet {
    display: flex;
    width: calc(((100vw - 176px) / 8 * 8 + 112px) * 1);
  }
}
.large-asset-hero__background-wrapper-tablet img,
.large-asset-hero__background-wrapper-tablet video {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__background-wrapper-tablet {
    display: none;
  }
}
.large-asset-hero__background-wrapper-mobile {
  display: flex;
  margin-bottom: 2.5rem;
  position: relative;
}
.large-asset-hero__background-wrapper-mobile img,
.large-asset-hero__background-wrapper-mobile video {
  border-radius: 1.25rem;
  aspect-ratio: 9/16;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__background-wrapper-mobile {
    display: none;
  }
}
.large-asset-hero__transcript {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  border: 1px solid #dfe0e4;
  transition: transform 0.5s ease-in-out;
  gap: 1rem;
}
.large-asset-hero__transcript > h3 {
  font-family: "CentraNo2 Medium";
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
.large-asset-hero__transcript > p {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__transcript > p {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__transcript > p {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.large-asset-hero__transcript--tablet {
  display: none;
}
.large-asset-hero__transcript--mobile {
  margin-bottom: 2.5rem;
}
.large-asset-hero__transcript--mobile.show {
  animation: slideUpTranscript 0.8s forwards;
}
.large-asset-hero__transcript--mobile.hide {
  animation: slideDownTranscript 0.8s forwards;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__transcript--mobile {
    display: none;
  }
  .large-asset-hero__transcript--tablet {
    display: flex;
    width: 35.8125rem;
    min-height: 9.375rem;
    max-height: 13.25rem;
    margin-inline: auto;
    overflow: auto;
    margin-top: 2.5rem;
    gap: 1rem;
  }
  .large-asset-hero__transcript--tablet.show {
    animation: slideUpTranscript 0.8s forwards;
  }
  .large-asset-hero__transcript--tablet.hide {
    animation: slideDownTranscript 0.8s forwards;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__transcript--mobile {
    display: none;
  }
  .large-asset-hero__transcript--tablet {
    display: flex;
    width: 44.25rem;
    min-height: 12.5rem;
    max-height: 18.75rem;
    padding: 2rem;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .large-asset-hero__transcript--tablet.show {
    animation: slideUpTranscript 0.8s forwards;
  }
  .large-asset-hero__transcript--tablet.hide {
    animation: slideDownTranscript 0.8s forwards;
  }
}
.large-asset-hero .image-video__toggle {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  position: absolute;
  transition: opacity 300ms ease;
  z-index: 5;
  transform: none;
  top: unset;
  left: unset;
  bottom: 1.756875rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
}
.large-asset-hero .image-video__toggle svg {
  border: solid 1px #fff;
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .large-asset-hero .image-video__toggle {
    bottom: 1.62875rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero .image-video__toggle {
    bottom: 2.300625rem;
    right: 2.1875rem;
    width: 3rem;
    height: 3rem;
  }
  .large-asset-hero .image-video__toggle svg {
    width: 3rem;
    height: 3rem;
  }
}
.large-asset-hero .image-video__toggle path,
.large-asset-hero .image-video__toggle rect {
  transition: fill 300ms ease;
}
.large-asset-hero .image-video__toggle rect {
  fill: transparent;
}
.large-asset-hero .image-video__toggle:hover rect {
  fill: transparent;
}
.large-asset-hero .image-video__toggle:hover path {
  fill: #fff;
}
.large-asset-hero .image-video__toggle.hidden {
  opacity: 1;
}
.large-asset-hero .image-video__toggle.hidden:focus-visible {
  opacity: 1;
}
.large-asset-hero .image-video__toggle.hidden .play-icon {
  opacity: 0;
}
.large-asset-hero .image-video__toggle.hidden .pause-icon {
  opacity: 1;
}
.large-asset-hero .image-video__toggle path {
  fill: #fff;
}
.large-asset-hero .image-video__toggle .pause-icon {
  opacity: 0;
  position: absolute;
}
.large-asset-hero .image-video__toggle .play-icon {
  opacity: 1;
}
.large-asset-hero .image-video__toggle-transcript {
  font-family: "CentraNo2 Medium";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #dfe0e4;
  background: #f3f3f5;
  position: absolute;
  bottom: 1.756875rem;
  left: 1.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .large-asset-hero .image-video__toggle-transcript {
    bottom: 1.62875rem;
    right: 6.5rem;
    left: unset;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero .image-video__toggle-transcript {
    bottom: 2.300625rem;
    right: 10.25rem;
    padding: 1rem 1.5rem;
  }
}
.large-asset-hero .image-video__toggle-transcript:hover, .large-asset-hero .image-video__toggle-transcript:active {
  opacity: 0.8;
}
.large-asset-hero .image-video__mute-button {
  top: unset;
  left: unset;
  bottom: 1.756875rem;
  right: 4rem;
  transform: none;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .large-asset-hero .image-video__mute-button {
    bottom: 1.62875rem;
    right: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero .image-video__mute-button {
    bottom: 2.300625rem;
    right: 6.1875rem;
    width: 3rem;
    height: 3rem;
  }
}
.large-asset-hero .image-video__cta-hover {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero .image-video__cta-hover {
    width: 3rem;
    height: 3rem;
  }
}
.large-asset-hero__content-on-media {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content-on-media {
    padding-inline: 0;
    width: calc(((100vw - 176px) / 8 * 6 + 80px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content-on-media {
    width: calc(((100vw - 344px) / 12 * 8 + 168px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content-on-media {
    width: calc(((1280px - 344px) / 12 * 8 + 168px) * 1);
  }
}
.large-asset-hero__content-on-media .content-package__headline_description {
  text-align: center;
  align-items: center;
}
.large-asset-hero__content-on-media .content-package__title {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .large-asset-hero__content-on-media .content-package__title {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.large-asset-hero__content-on-media .content-package__body {
  display: none;
}
.large-asset-hero__content-on-media .content-package__ctas {
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .large-asset-hero__content-on-media .content-package__ctas {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .large-asset-hero__content-on-media .content-package__ctas {
    margin-top: 3.5rem;
  }
}
.large-asset-hero--with-gradient {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.25rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (min-width: 1025px) {
  .large-asset-hero--with-gradient {
    border-radius: 0;
  }
}
.large-asset-hero--with-pause-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

@keyframes slideUpTranscript {
  0% {
    height: auto;
    opacity: 0;
    transform: translateY(-100%);
    position: relative;
  }
  100% {
    height: auto;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
  }
}
@keyframes slideDownTranscript {
  0% {
    height: auto;
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100%);
    position: absolute;
    z-index: -1;
  }
}
.richTextEditor {
  max-width: 1920px;
  margin: 0 auto;
}
.richTextEditor__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 0;
  grid-column: 1/span 6;
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper {
    padding: 3rem 0;
    grid-column: 1/span 8;
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper {
    padding: 5rem 0;
    grid-column: 2/span 10;
  }
}
.richTextEditor__wrapper > * {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper > * {
    font-size: 1rem;
    line-height: 1.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / (1281 - 1025), 14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1281px) / (1520 - 1281), 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(16px, 16px + (19 - 16) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 19px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(19px, 19px + (20.8 - 19) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 20.8px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    font-size: 1.5rem;
    line-height: 1.95rem;
    --viewport-width: 1vw;
    letter-spacing: -0.03rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(19px, 19px + (21 - 19) * (100vw - 1025px) / (1281 - 1025), 21px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    font-size: clamp(21px, 21px + (24 - 21) * (100vw - 1281px) / (1520 - 1281), 24px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(24px, 24px + (28 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 28px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper > * {
    line-height: clamp(28px, 28px + (31.2 - 28) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 31.2px);
  }
}
.richTextEditor__wrapper p {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper p {
    width: calc(((100vw - 176px) / 8 * 6 + 80px) * 1);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper p {
    width: calc(((100vw - 344px) / 12 * 9 + 192px) * 1);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper p {
    width: calc(((1280px - 344px) / 12 * 9 + 192px) * 1);
  }
}
.richTextEditor__wrapper h1 {
  font-family: "CentraNo2 Book";
  font-size: 3rem;
  line-height: 3.3rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.09rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    --viewport-width: 1vw;
    letter-spacing: -0.16875rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(70px, 70px + (80 - 70) * (100vw - 1025px) / (1281 - 1025), 80px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    font-size: clamp(80px, 80px + (90 - 80) * (100vw - 1281px) / (1520 - 1281), 90px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(77px, 77px + (88 - 77) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 88px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h1 {
    line-height: clamp(88px, 88px + (99 - 88) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 99px);
  }
}
.richTextEditor__wrapper h2 {
  font-family: "CentraNo2 Book";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper h2 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h2 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.richTextEditor__wrapper h3 {
  font-family: "CentraNo2 Medium";
  font-size: 2.5rem;
  line-height: 2.75rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(31px, 31px + (36 - 31) * (100vw - 1025px) / (1281 - 1025), 36px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(36px, 36px + (40 - 36) * (100vw - 1281px) / (1520 - 1281), 40px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(34px, 34px + (39 - 34) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 39px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(39px, 39px + (44 - 39) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 44px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper h3 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    font-size: 4rem;
    line-height: 4.4rem;
    --viewport-width: 1vw;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(50px, 50px + (57 - 50) * (100vw - 1025px) / (1281 - 1025), 57px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    font-size: clamp(57px, 57px + (64 - 57) * (100vw - 1281px) / (1520 - 1281), 64px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(55px, 55px + (63 - 55) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 63px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h3 {
    line-height: clamp(63px, 63px + (70.4 - 63) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 70.4px);
  }
}
.richTextEditor__wrapper h4 {
  font-family: "CentraNo2 Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper h4 {
    font-size: 2.25rem;
    line-height: 2.475rem;
    --viewport-width: 1vw;
    letter-spacing: -0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 1025px) / (1281 - 1025), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(32px, 32px + (36 - 32) * (100vw - 1281px) / (1520 - 1281), 36px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(31px, 31px + (35 - 31) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(35px, 35px + (39.6 - 35) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 39.6px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    font-size: 3.5rem;
    line-height: 3.85rem;
    --viewport-width: 1vw;
    letter-spacing: -0.105rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(44px, 44px + (50 - 44) * (100vw - 1025px) / (1281 - 1025), 50px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    font-size: clamp(50px, 50px + (56 - 50) * (100vw - 1281px) / (1520 - 1281), 56px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(48px, 48px + (55 - 48) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 55px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h4 {
    line-height: clamp(55px, 55px + (61.6 - 55) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 61.6px);
  }
}
.richTextEditor__wrapper h5 {
  font-family: "CentraNo2 Medium";
  font-size: 1.75rem;
  line-height: 1.925rem;
  --viewport-width: 1vw;
  font-weight: 500;
  letter-spacing: -0.0525rem;
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(22px, 22px + (25 - 22) * (100vw - 1025px) / (1281 - 1025), 25px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(25px, 25px + (28 - 25) * (100vw - 1281px) / (1520 - 1281), 28px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(24px, 24px + (27 - 24) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 27px);
  }
}
@media screen and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(27px, 27px + (30.8 - 27) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 30.8px);
  }
}
@media screen and (min-width: 768px) {
  .richTextEditor__wrapper h5 {
    font-size: 2rem;
    line-height: 2.2rem;
    --viewport-width: 1vw;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(25px, 25px + (29 - 25) * (100vw - 1025px) / (1281 - 1025), 29px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(29px, 29px + (32 - 29) * (100vw - 1281px) / (1520 - 1281), 32px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(27px, 27px + (31 - 27) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 31px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(31px, 31px + (35.2 - 31) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 35.2px);
  }
}
@media screen and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    font-size: 3rem;
    line-height: 3.3rem;
    --viewport-width: 1vw;
    letter-spacing: -0.09rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(37px, 37px + (43 - 37) * (100vw - 1025px) / (1281 - 1025), 43px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    font-size: clamp(43px, 43px + (48 - 43) * (100vw - 1281px) / (1520 - 1281), 48px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(41px, 41px + (47 - 41) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 47px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .richTextEditor__wrapper h5 {
    line-height: clamp(47px, 47px + (52.8 - 47) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 52.8px);
  }
}
.richTextEditor__wrapper a {
  text-decoration: underline;
}

/** Core Blocks **/
.wp-block-image {
  max-width: 1520px;
  margin: 0 auto;
}
.wp-block-image img {
  aspect-ratio: 3/1;
  object-fit: cover;
}
.wp-block-image .wp-element-caption {
  font-family: "CentraNo2 Book";
  font-size: 0.875rem;
  line-height: 1.1375rem;
  --viewport-width: 1vw;
  font-weight: 400;
  letter-spacing: -0.0175rem;
  color: #0c0e1c;
  text-align: center;
  margin: 24px;
}
@media screen and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    font-size: clamp(11px, 11px + (12 - 11) * (100vw - 1025px) / (1281 - 1025), 12px);
  }
}
@media screen and (min-width: 1281px) {
  .wp-block-image .wp-element-caption {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1281px) / (1520 - 1281), 14px);
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    line-height: clamp(14px, 14px + (16 - 14) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 16px);
  }
}
@media screen and (min-width: 1281px) {
  .wp-block-image .wp-element-caption {
    line-height: clamp(16px, 16px + (18.2 - 16) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 18.2px);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-image .wp-element-caption {
    letter-spacing: -0.00875rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    font-size: 1.25rem;
    line-height: 1.625rem;
    --viewport-width: 1vw;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / (1281 - 1025), 18px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .wp-block-image .wp-element-caption {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 1281px) / (1520 - 1281), 20px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    line-height: clamp(20px, 20px + (23 - 20) * (100 * var(--viewport-width) - 1025px) / (1281 - 1025), 23px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1281px) {
  .wp-block-image .wp-element-caption {
    line-height: clamp(23px, 23px + (26 - 23) * (100 * var(--viewport-width) - 1281px) / (1520 - 1281), 26px);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-image .wp-element-caption {
    text-align: left;
    margin: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-image .wp-element-caption {
    margin: 40px;
  }
}

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