@charset "UTF-8";
@font-face {
  font-family: "Futura Now Text";
  src: url("../assets/fonts/futura-now/futura-now-text-light-webfont.woff2") format("woff2"), url("../assets/fonts/futura-now/futura-now-text-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Now Text";
  src: url("../assets/fonts/futura-now/futura-now-text-rg-webfont.woff2") format("woff2"), url("../assets/fonts/futura-now/futura-now-text-rg-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Now Text";
  src: url("../assets/fonts/futura-now/futura-now-text-medium-webfont.woff2") format("woff2"), url("../assets/fonts/futura-now/futura-now-text-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Now Text";
  src: url("../assets/fonts/futura-now/futura-now-text-bd-webfont.woff2") format("woff2"), url("../assets/fonts/futura-now/futura-now-text-bd-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Now Text Condensed";
  src: url("../assets/fonts/futura-now/futura-now-text-condensed-webfont.woff2") format("woff2"), url("../assets/fonts/futura-now/futura-now-text-condensed-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winston PL";
  src: url("../assets/fonts/winstonPL/WinstonPL-Regular.woff2") format("woff2"), url("../assets/fonts/winstonPL/WinstonPL-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

:root {
  --fc-accent-color: #1c51a0;
  --fc-accent-color-dark: #153d7a;
  --fc-text-color: #333;
  --fc-text-inverse: #fff;
  --fc-bg-color: #fff;
  --fc-border-color: rgb(0 0 0 / 8%);
  --like-btn-color: #1c51a0;
}

.theme-blue {
  --fc-accent-color: #1c51a0;
  --fc-accent-color-dark: #153d7a;
  --like-btn-color: #1c51a0;
}

.theme-red {
  --fc-accent-color: #c41e3a;
  --fc-accent-color-dark: #9a1830;
  --like-btn-color: #c41e3a;
}

.theme-silver {
  --fc-accent-color: #6b7280;
  --fc-accent-color-dark: #4b5563;
  --like-btn-color: #6b7280;
}

.theme-gold {
  --fc-accent-color: #b8860b;
  --fc-accent-color-dark: #8b6914;
  --like-btn-color: #b8860b;
}

.theme-green {
  --fc-accent-color: #059669;
  --fc-accent-color-dark: #047857;
  --like-btn-color: #059669;
}

.theme-pink {
  --fc-accent-color: #E9448C;
  --fc-accent-color-dark: #C73A76;
  --like-btn-color: #E9448C;
}

@keyframes bg-slow-pan-zoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(-1.5%, -1.5%);
  }
  50% {
    transform: scale(1.12) translate(0, -3%);
  }
  75% {
    transform: scale(1.08) translate(1.5%, -1.5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bg-slow-pan-zoom-rtl {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(1.5%, -0.75%);
  }
  50% {
    transform: scale(1.12) translate(3%, 0);
  }
  75% {
    transform: scale(1.08) translate(1.5%, 0.75%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bg-slow-pan-zoom-ltr {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(-1.5%, 0.75%);
  }
  50% {
    transform: scale(1.12) translate(-3%, 0);
  }
  75% {
    transform: scale(1.08) translate(-1.5%, -0.75%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bg-slow-pan-zoom-diagonal {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(-1.5%, -1.5%);
  }
  50% {
    transform: scale(1.12) translate(-2%, -2%);
  }
  75% {
    transform: scale(1.08) translate(-0.75%, -0.75%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bg-slow-pan-zoom-diagonal-reverse {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(1.5%, -1.5%);
  }
  50% {
    transform: scale(1.12) translate(2%, -2%);
  }
  75% {
    transform: scale(1.08) translate(0.75%, -0.75%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bg-slow-pan-zoom-vertical {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(0, -2%);
  }
  50% {
    transform: scale(1.12) translate(0, -3.5%);
  }
  75% {
    transform: scale(1.08) translate(0, -1.5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes text-slide-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-slide-in-vertical {
  0% {
    opacity: 0;
    transform: rotate(180deg) translateY(-30px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(180deg) translateY(0);
  }
}
@keyframes like-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes welcome-bg-slide-in {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes welcome-text-slide-in {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes alert-banner-slide-in {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes alert-banner-slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@keyframes hero-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes hero-content-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100vh);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1e293b;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #1e293b;
}

h1 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1.3px;
}
@media (min-width: 769px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }
}

h2 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1.3px;
}
@media (min-width: 769px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 44px;
    line-height: 52px;
  }
}

h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1.3px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
    line-height: 44px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -1.3px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 24px;
}

h6 {
  font-size: 1rem;
  line-height: 22px;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.text-lg {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .text-lg {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .text-lg {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .text-md {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .text-md {
    font-size: 18px;
    line-height: 24px;
  }
}

a {
  color: #1c51a0;
  transition: color 150ms ease;
}
a:hover {
  color: #153d7a;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 0.875rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

@media (min-width: 769px) {
  .d-mobile-only {
    display: none !important;
  }
}

.d-desktop-only {
  display: none !important;
}
@media (min-width: 769px) {
  .d-desktop-only {
    display: revert !important;
  }
}

.d-mobile-none {
  display: none !important;
}
@media (min-width: 769px) {
  .d-mobile-none {
    display: revert !important;
  }
}

@media (min-width: 769px) {
  .d-desktop-none {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-sm {
  margin-top: 0.625rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 1.5rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-sm {
  margin-bottom: 0.625rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 1.5rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.order-mobile-1 {
  order: 1;
}
@media (min-width: 1024px) {
  .order-mobile-1 {
    order: initial;
  }
}

.order-mobile-2 {
  order: 2;
}
@media (min-width: 1024px) {
  .order-mobile-2 {
    order: initial;
  }
}

.order-mobile-3 {
  order: 3;
}
@media (min-width: 1024px) {
  .order-mobile-3 {
    order: initial;
  }
}

.order-mobile-4 {
  order: 4;
}
@media (min-width: 1024px) {
  .order-mobile-4 {
    order: initial;
  }
}

.order-mobile-5 {
  order: 5;
}
@media (min-width: 1024px) {
  .order-mobile-5 {
    order: initial;
  }
}

.order-mobile-6 {
  order: 6;
}
@media (min-width: 1024px) {
  .order-mobile-6 {
    order: initial;
  }
}

.order-mobile-7 {
  order: 7;
}
@media (min-width: 1024px) {
  .order-mobile-7 {
    order: initial;
  }
}

.order-mobile-8 {
  order: 8;
}
@media (min-width: 1024px) {
  .order-mobile-8 {
    order: initial;
  }
}

.order-mobile-9 {
  order: 9;
}
@media (min-width: 1024px) {
  .order-mobile-9 {
    order: initial;
  }
}

.order-mobile-10 {
  order: 10;
}
@media (min-width: 1024px) {
  .order-mobile-10 {
    order: initial;
  }
}

.order-mobile-11 {
  order: 11;
}
@media (min-width: 1024px) {
  .order-mobile-11 {
    order: initial;
  }
}

.order-mobile-12 {
  order: 12;
}
@media (min-width: 1024px) {
  .order-mobile-12 {
    order: initial;
  }
}

@media (min-width: 1024px) {
  .order-desktop-1 {
    order: 1;
  }
}

@media (min-width: 1024px) {
  .order-desktop-2 {
    order: 2;
  }
}

@media (min-width: 1024px) {
  .order-desktop-3 {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .order-desktop-4 {
    order: 4;
  }
}

@media (min-width: 1024px) {
  .order-desktop-5 {
    order: 5;
  }
}

@media (min-width: 1024px) {
  .order-desktop-6 {
    order: 6;
  }
}

@media (min-width: 1024px) {
  .order-desktop-7 {
    order: 7;
  }
}

@media (min-width: 1024px) {
  .order-desktop-8 {
    order: 8;
  }
}

@media (min-width: 1024px) {
  .order-desktop-9 {
    order: 9;
  }
}

@media (min-width: 1024px) {
  .order-desktop-10 {
    order: 10;
  }
}

@media (min-width: 1024px) {
  .order-desktop-11 {
    order: 11;
  }
}

@media (min-width: 1024px) {
  .order-desktop-12 {
    order: 12;
  }
}

.js-reveal {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.2s cubic-bezier(0, 0.56, 0, 1.01), transform 1s cubic-bezier(0, -0.01, 0.27, 0.98) !important;
}

.js-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal--slow {
  transform: translateY(120px);
}
@media (min-width: 769px) {
  .js-reveal--slow {
    transform: translateY(280px);
  }
}

.js-reveal--large {
  transform: translateY(400px);
}
.js-reveal--large.is-revealed {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transform: none;
    transition: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 769px) {
  .container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1474px;
  }
}

.auth-layout {
  display: flex;
  min-height: min(100vh, 1100px);
  width: 100%;
}
@media (max-width: 769px) {
  .auth-layout {
    flex-direction: column;
    min-height: auto;
  }
}

.auth-content {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  padding-left: max((100vw - 1260px) / 2 + 1.5rem, 1.5rem);
  background-color: #fff;
}
@media (min-width: 1920px) {
  .auth-content {
    padding-left: calc((100vw - 1474px) / 2 + 1.5rem);
  }
}
@media (max-width: 769px) {
  .auth-content {
    padding: 0;
    width: 100%;
  }
}
.auth-content__inner {
  width: 100%;
  max-width: 511px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 769px) {
  .auth-content__inner {
    max-width: 100%;
    padding: 24px 20px 20px;
    gap: 24px;
  }
}

.auth-logo {
  width: 100px;
  height: auto;
}
@media (max-width: 769px) {
  .auth-logo {
    width: 46px;
    align-self: center;
  }
}

.auth-visual {
  width: 42.5%;
  position: sticky;
  top: 0;
  height: min(100vh, 1100px);
  overflow: hidden;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 769px) {
  .auth-visual {
    display: none;
  }
}
.auth-visual__image {
  width: 100%;
  height: 100%;
}
.auth-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.auth-visual--mobile {
  display: none;
}
@media (max-width: 769px) {
  .auth-visual--mobile {
    display: block;
    width: 100%;
    aspect-ratio: 280/156;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .auth-visual--mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.site-footer {
  background-color: #fff;
  margin-top: auto;
  padding: 1.25rem 0;
}

.footer-legal {
  background-color: #f5f5f1;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin: 1.25rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-legal {
    margin: 1.25rem 0;
    padding: 1rem 3rem;
  }
}
.footer-legal__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1c51a0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 16px;
}

.footer-main {
  padding: 0;
}

.footer-logo-row {
  padding: 1.25rem 0;
}
.footer-logo-row .footer-logo {
  display: inline-block;
}
.footer-logo-row .footer-logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-columns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem 0;
}
@media (min-width: 769px) {
  .footer-columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer-columns__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .footer-columns__left {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .footer-columns__right {
    text-align: right;
  }
}

.footer-column {
  min-width: 190px;
}
@media (max-width: 1024px) {
  .footer-column {
    min-width: 40%;
  }
}
.footer-column__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
  line-height: 16px;
  margin-bottom: 1.25rem;
}
.footer-column__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-column__list li {
  display: block;
}
.footer-column__list a {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  transition: color 150ms ease;
}
.footer-column__list a:hover {
  color: #1c51a0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer-contact__item .footer-column__title {
  margin-bottom: 1.25rem;
}
.footer-contact__link {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
  transition: color 150ms ease;
}
.footer-contact__link:hover {
  color: #1c51a0;
}
.footer-contact__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
}

.footer-social-row {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0;
}
@media (min-width: 769px) {
  .footer-social-row {
    justify-content: flex-end;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #1c51a0;
  transition: color 150ms ease;
}
@media (max-width: 768px) {
  .footer-social__link {
    width: 20px;
    height: 20px;
  }
  .footer-social__link .icon {
    width: 20px;
    height: 20px;
  }
}
.footer-social__link:hover {
  color: #0096c9;
}

.footer-bottom__content {
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}

.footer-copyright {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  padding-top: 30px;
  padding-bottom: 1.25rem;
  margin: 0;
}

.footer-submenu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.footer-submenu a {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #606060;
  line-height: 16px;
  transition: color 150ms ease;
}
.footer-submenu a:hover {
  color: #1c51a0;
}

.footer-public {
  background-color: #fff;
  margin-top: auto;
  padding-top: 4rem;
}

.footer-public__legal {
  padding: 1.5rem;
}
@media (min-width: 769px) {
  .footer-public__legal {
    margin-inline: auto;
  }
}

.footer-public__legal-text {
  background-color: #f5f5f1;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: #1c51a0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-public__legal-text {
    font-size: 0.75rem;
    line-height: 16px;
    padding: 1rem 3rem;
  }
}

.footer-public__main {
  padding: 0.625rem 0 1.5rem;
}

.footer-public__info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 0;
}
@media (min-width: 769px) {
  .footer-public__info {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.footer-public__logo {
  flex-shrink: 0;
  padding: 1.25rem 0;
}
.footer-public__logo img {
  width: 46px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-public__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .footer-public__contacts {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0;
    gap: 1.5rem;
  }
}

.footer-public__contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: #333;
}
@media (min-width: 769px) {
  .footer-public__contact-item {
    font-size: 1rem;
    line-height: 22px;
    text-align: center;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 12px;
  }
}
.footer-public__contact-item strong {
  font-weight: 700;
}
.footer-public__contact-item span,
.footer-public__contact-item a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer-public__contact-item span:hover,
.footer-public__contact-item a:hover {
  color: #1c51a0;
}

.footer-public__bottom {
  border-top: 1px solid rgba(96, 96, 96, 0.25);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.footer-public__copyright {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  padding: 1.25rem 0;
}

.footer-public__submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .footer-public__submenu {
    flex-direction: row;
    gap: 4rem;
  }
}
.footer-public__submenu a {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #606060;
  line-height: 20px;
  text-decoration: none;
  transition: color 150ms ease;
}
@media (min-width: 769px) {
  .footer-public__submenu a {
    font-size: 0.875rem;
  }
}
.footer-public__submenu a:hover {
  color: #1c51a0;
}

.alert-banner {
  display: none;
  gap: 0.625rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #e6e6e2;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.alert-banner.is-visible, .alert-banner--static {
  display: flex;
}
.alert-banner.is-visible {
  animation: alert-banner-slide-in 300ms ease forwards;
}
.alert-banner.is-dismissing {
  animation: alert-banner-slide-out 300ms ease forwards;
}

.alert-banner__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  opacity: 0.75;
  background-color: #606060;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 1.917c7.778 0 14.083 6.305 14.083 14.083S23.778 30.083 16 30.083 1.917 23.778 1.917 16 8.222 1.917 16 1.917zm1.455 20.886a1.405 1.405 0 1 1-2.789 0 1.405 1.405 0 0 1 2.789 0zM15.113 18.992c0 .278 0 .492.021.749h1.873c-.021-.214-.021-.3-.021-.407 0-.835.277-1.606.937-2.055l.979-.664c1.235-.835 2.171-2.013 2.171-3.726 0-2.184-1.681-4.304-4.661-4.304-3.278 0-4.705 2.42-4.705 4.39 0 .385.043.728.128 1.028l2.065.257a3.07 3.07 0 0 1-.149-.792c0-1.349.809-2.741 2.661-2.741 1.703 0 2.533 1.178 2.533 2.441 0 .835-.404 1.606-1.128 2.099l-.937.642c-1.256.857-1.767 1.927-1.767 3.34z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 1.917c7.778 0 14.083 6.305 14.083 14.083S23.778 30.083 16 30.083 1.917 23.778 1.917 16 8.222 1.917 16 1.917zm1.455 20.886a1.405 1.405 0 1 1-2.789 0 1.405 1.405 0 0 1 2.789 0zM15.113 18.992c0 .278 0 .492.021.749h1.873c-.021-.214-.021-.3-.021-.407 0-.835.277-1.606.937-2.055l.979-.664c1.235-.835 2.171-2.013 2.171-3.726 0-2.184-1.681-4.304-4.661-4.304-3.278 0-4.705 2.42-4.705 4.39 0 .385.043.728.128 1.028l2.065.257a3.07 3.07 0 0 1-.149-.792c0-1.349.809-2.741 2.661-2.741 1.703 0 2.533 1.178 2.533 2.441 0 .835-.404 1.606-1.128 2.099l-.937.642c-1.256.857-1.767 1.927-1.767 3.34z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.alert-banner__content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  min-width: 0;
  min-height: 1px;
  padding-top: 4px;
  align-self: stretch;
}

.alert-banner__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 22px;
  color: #333;
  letter-spacing: 0;
  margin: 0;
}

.alert-banner__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #333;
  letter-spacing: 0;
  margin: 0;
  min-width: 100%;
  word-wrap: break-word;
}
.alert-banner__text p {
  margin-bottom: 0;
}
.alert-banner__text ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.alert-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  width: 100%;
}

.alert-banner__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 0.625rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #1c51a0;
  color: #fff;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  min-width: 100px;
  transition: background-color 150ms ease;
}
.alert-banner__btn-primary:hover {
  background-color: #184689;
}

.alert-banner__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 0.625rem;
  border-radius: 0.5rem;
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  min-width: 100px;
  transition: border-color 150ms ease;
}
.alert-banner__btn-secondary:hover {
  border-color: #1c51a0;
}

.alert-banner__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 150ms ease;
}
.alert-banner__close::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #606060;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.48 19.94'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.349.213C1.036-.076.541-.071.234.228c-.312.304-.312.797 0 1.1L9.11 9.971.234 18.613l-.015.015c-.296.305-.291.787.015 1.085.312.304.818.304 1.13 0L10.24 11.07l8.876 8.642.016.015c.313.289.807.284 1.114-.015.312-.304.312-.797 0-1.1l-8.876-8.642 8.876-8.642.015-.015c.297-.305.292-.786-.015-1.085-.312-.304-.818-.304-1.13 0L10.24 8.87 1.365.228 1.349.213z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.48 19.94'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.349.213C1.036-.076.541-.071.234.228c-.312.304-.312.797 0 1.1L9.11 9.971.234 18.613l-.015.015c-.296.305-.291.787.015 1.085.312.304.818.304 1.13 0L10.24 11.07l8.876 8.642.016.015c.313.289.807.284 1.114-.015.312-.304.312-.797 0-1.1l-8.876-8.642 8.876-8.642.015-.015c.297-.305.292-.786-.015-1.085-.312-.304-.818-.304-1.13 0L10.24 8.87 1.365.228 1.349.213z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.alert-banner__close:hover {
  opacity: 1;
}

.alert-banner--default {
  background-color: #e6e6e2;
}

.alert-banner--validation {
  background-color: #f5f5f5;
}

.alert-banner--error {
  background-color: #fcd9e2;
}

.alert-banner--important {
  background-color: #f6e6d8;
}

.alert-banner--sm {
  padding: 1rem;
}
.alert-banner--sm .alert-banner__text {
  font-size: 0.875rem;
  line-height: 20px;
}

.alert-banner--simplified .alert-banner__content {
  padding-top: 0;
  gap: 0;
  justify-content: center;
}
.alert-banner--simplified .alert-banner__icon {
  order: 1;
}

.alert-banner--red .alert-banner__btn-primary {
  background-color: #de1111;
}
.alert-banner--red .alert-banner__btn-primary:hover {
  background-color: #b20e0e;
}
.alert-banner--red .alert-banner__btn-secondary {
  border-color: #de1111;
  color: #333;
}
.alert-banner--red .alert-banner__btn-secondary:hover {
  border-color: #b20e0e;
}

.alert-banner--static {
  display: flex;
  animation: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0.125rem 0;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 14px;
  letter-spacing: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.breadcrumb > * + * {
  margin-left: 0.25rem;
}

.breadcrumb__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #1c51a0;
  transition: color 150ms ease, transform 150ms ease;
  flex-shrink: 0;
  margin-right: -8px;
}
.breadcrumb__dots svg {
  width: 16.4px;
  height: 3.2px;
  fill: currentColor;
  margin-right: 4px;
}
.breadcrumb__dots:hover {
  color: #0096c9;
  transform: scale(1.15);
}
.breadcrumb--expanded .breadcrumb__dots {
  width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), margin-left 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
}

.breadcrumb__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.breadcrumb__separator svg {
  width: 6px;
  height: 10.64px;
  fill: #606060;
  transition: fill 150ms ease;
  margin-right: 4px;
  margin-left: 4px;
}
.breadcrumb__separator--collapsible {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), margin-left 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  transition-delay: calc(var(--i, 0) * 80ms);
}
.breadcrumb__separator--collapsible svg {
  margin-left: 4px;
}
.breadcrumb--expanded .breadcrumb__separator--collapsible {
  max-width: 20px;
  margin-left: 0.25rem;
  opacity: 1;
  margin-left: 4px;
}
.breadcrumb--expanded .breadcrumb__separator--collapsible + .breadcrumb__separator:not(.breadcrumb__separator--collapsible) {
  display: none;
}

.breadcrumb__link {
  color: #606060;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease;
}
.breadcrumb__link:hover {
  color: #0096c9;
  text-decoration: none;
}
.breadcrumb__link--collapsible {
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), margin-left 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  transition-delay: calc(var(--i, 0) * 80ms);
}
.breadcrumb--expanded .breadcrumb__link--collapsible {
  max-width: 200px;
  margin-left: 0.25rem;
  opacity: 1;
}

.breadcrumb__current {
  color: #1c51a0;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 150ms ease;
}

.breadcrumb:not(.breadcrumb--back):not(.breadcrumb--expanded):hover .breadcrumb__current {
  color: #0096c9;
}
.breadcrumb:not(.breadcrumb--back):not(.breadcrumb--expanded):hover .breadcrumb__separator svg {
  fill: #0096c9;
}

.breadcrumb--back {
  cursor: pointer;
  text-decoration: none;
}
.breadcrumb--back .breadcrumb__separator svg {
  fill: #1c51a0;
  transition: fill 150ms ease;
}
.breadcrumb--back .breadcrumb__link {
  color: #1c51a0;
}
.breadcrumb--back:hover .breadcrumb__separator svg {
  fill: #0096c9;
}
.breadcrumb--back:hover .breadcrumb__link {
  color: #0096c9;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 14px 26px;
}
.btn:disabled {
  cursor: not-allowed;
}
@media (max-width: 1023px) {
  .btn {
    display: flex;
    width: 100%;
  }
}

.btn-positive {
  color: #fff;
  background-color: #1c51a0;
}
.btn-positive:hover:not(:disabled) {
  color: #fff;
  background-color: #184689;
}
.btn-positive:active:not(:disabled) {
  color: #fff;
  background-color: #0096c9;
}
.btn-positive:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #0096c9;
}
.btn-positive:disabled {
  color: #606060;
  background-color: #d3d3d3;
}

.btn-negative {
  color: #333;
  background-color: #fff;
}
.btn-negative:hover:not(:disabled) {
  color: #333;
  background-color: #fff;
}
.btn-negative:active:not(:disabled) {
  color: #fff;
  background-color: #0096c9;
}
.btn-negative:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #0096c9;
}
.btn-negative:disabled {
  color: #606060;
  background-color: #d3d3d3;
}

.btn-sm {
  font-size: 0.75rem;
  line-height: 16px;
  padding: 6px 0.625rem;
  min-height: 32px;
}

.btn-lg {
  font-size: 1.125rem;
  line-height: 24px;
  padding: 1rem 28px;
  min-height: 50px;
}

.btn-secondary-positive {
  color: #333;
  background-color: transparent;
  border: 2px solid #1c51a0;
}
.btn-secondary-positive:hover:not(:disabled) {
  color: #333;
  border-color: #184689;
}
.btn-secondary-positive:active:not(:disabled) {
  color: #333;
  border-color: #0096c9;
}
.btn-secondary-positive:focus-visible {
  outline: none;
  border-color: #0096c9;
  box-shadow: 0 0 0 4px #0096c9;
}
.btn-secondary-positive:disabled {
  color: #606060;
  border-color: #767676;
}

.btn-secondary-negative {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-secondary-negative:hover:not(:disabled) {
  color: #fff;
  border-color: #184689;
}
.btn-secondary-negative:active:not(:disabled) {
  color: #fff;
  border-color: #1c51a0;
}
.btn-secondary-negative:focus-visible {
  outline: none;
  border-color: #0096c9;
}
.btn-secondary-negative:disabled {
  color: #606060;
  border-color: #767676;
}

.card-full + .card-full {
  margin-top: 64px;
}
@media (min-width: 769px) {
  .card-full + .card-full {
    margin-top: 100px;
  }
}

.card-full {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  aspect-ratio: 284/440;
}
.card-full, .card-full:link, .card-full:visited, .card-full:hover, .card-full:active, .card-full:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 769px) {
  .card-full {
    height: auto;
    min-height: 514px;
    aspect-ratio: unset;
    display: flex;
    align-items: center;
  }
}

.card-full__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card-full__media img,
.card-full__media source {
  display: block;
}

picture.card-full__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  picture.card-full__media img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .card-full:hover picture.card-full__media img {
    transform: scale(1.05);
  }
}

video.card-full__media {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-full__media--desktop {
  display: none;
}
@media (min-width: 769px) {
  .card-full__media--desktop {
    display: block;
  }
}

.card-full__media--mobile {
  display: block;
}
@media (min-width: 769px) {
  .card-full__media--mobile {
    display: none;
  }
}

.card-full__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 14.37%, rgba(0, 0, 0, 0) 55.87%), linear-gradient(0deg, rgba(0, 0, 0, 0.7) 16.72%, rgba(0, 0, 0, 0) 44.13%);
}
@media (min-width: 769px) {
  .card-full__overlay {
    background: rgba(0, 0, 0, 0.2);
  }
  .card-full__overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 21.72%, rgba(0, 0, 0, 0) 49.88%);
  }
}

.card-full__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 32px 24px;
}
@media (min-width: 769px) {
  .card-full__content {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 100px 64px;
    gap: 64px;
  }
}

.card-full__title-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .card-full__title-group {
    gap: 20px;
    max-width: 554px;
  }
}

.card-full__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1.25px;
  margin: 0;
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 769px) {
  .card-full__title {
    font-size: 64px;
    line-height: 72px;
  }
  .card-full__title br {
    display: none;
  }
}

.card-full__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 0.875rem;
  line-height: 20px;
}
@media (min-width: 769px) {
  .card-full__text {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.card-full__cta {
  display: flex;
}

.card-full__btn {
  font-size: 0.875rem;
  line-height: 20px;
  padding: 8px 26px;
  width: 244px;
}
@media (min-width: 769px) {
  .card-full__btn {
    font-size: 1.125rem;
    line-height: 24px;
    padding: 1rem 28px;
    min-height: 56px;
    width: auto;
  }
}

.card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 300ms ease;
}
.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.card-image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.card-text {
  color: #64748b;
  margin-bottom: 1rem;
}

.feature-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  padding: 2rem;
  text-align: center;
  transition: all 300ms ease;
}
.feature-title {
  font-size: 1.25rem;
  color: #1c51a0;
  margin-bottom: 0.625rem;
}

.feature-desc {
  color: #64748b;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox__control {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.checkbox__indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid #333;
  border-radius: 1px;
  background: transparent;
  transition: border-color 150ms ease, border-width 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}
.checkbox__indicator::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
  opacity: 0;
  transition: opacity 150ms ease;
}

.checkbox__label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0;
  color: #333;
}

.checkbox__control:checked ~ .checkbox__indicator {
  background-color: #1c51a0;
  border: 2px solid #1c51a0;
}
.checkbox__control:checked ~ .checkbox__indicator::after {
  opacity: 1;
}

.checkbox__control:focus-visible ~ .checkbox__indicator {
  border-color: transparent;
  box-shadow: 0 0 0 4px #0096c9;
}

.checkbox__control:disabled ~ .checkbox__indicator {
  border-color: #d3d3d3;
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox__control:disabled ~ .checkbox__label {
  color: #d3d3d3;
  cursor: not-allowed;
}

.checkbox:has(.checkbox__control:disabled) {
  cursor: not-allowed;
}

.checkbox--error .checkbox__indicator {
  border: 2px solid #ec003e;
}

.checkbox--blocked .checkbox__indicator,
.checkbox--blocked .checkbox__control:checked ~ .checkbox__indicator {
  background-color: #d3d3d3;
  border: 2px solid #767676;
}
.checkbox--blocked .checkbox__indicator::after,
.checkbox--blocked .checkbox__control:checked ~ .checkbox__indicator::after {
  opacity: 1;
}

.checkbox--blocked {
  cursor: not-allowed;
}
.checkbox--blocked .checkbox__label {
  color: #d3d3d3;
}
.checkbox--blocked .checkbox__control {
  pointer-events: none;
}

.checkbox__control:active ~ .checkbox__indicator {
  border: 2px solid #1c51a0;
}
.checkbox__control:active ~ .checkbox__indicator::after {
  opacity: 0.5;
  border-color: rgba(0, 150, 201, 0.5);
}

@keyframes dropdownProfileSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdownProfileChildSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-profile {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 1.25rem;
  background-color: #f5f5f1;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease;
}
.dropdown-profile.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  animation: dropdownProfileSlideIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.dropdown-profile.is-open .dropdown-profile__header {
  animation: dropdownProfileChildSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.05s;
}
.dropdown-profile.is-open .dropdown-profile__card {
  animation: dropdownProfileChildSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.12s;
}
.dropdown-profile.is-open .dropdown-profile__menu {
  animation: dropdownProfileChildSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.22s;
}
.dropdown-profile.is-open .dropdown-profile__logout {
  animation: dropdownProfileChildSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.32s;
}
@media (min-width: 925px) {
  .dropdown-profile {
    top: 100px;
    left: auto;
    right: 1.5rem;
    width: 320px;
    margin-top: 23px;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .dropdown-profile {
    right: calc((100% - 1260px) / 2 + 1.5rem);
  }
}
@media (min-width: 1920px) {
  .dropdown-profile {
    right: calc((100% - 1474px) / 2 + 1.5rem);
  }
}

.dropdown-profile__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 280px;
  height: 30px;
  opacity: 0;
  will-change: transform, opacity;
}

.dropdown-profile__spacer {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dropdown-profile__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: #606060;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dropdown-profile__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #606060;
  transition: background-color 150ms ease;
}
.dropdown-profile__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-profile__close svg {
  width: 14px;
  height: 14px;
}

.dropdown-profile__card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
  width: 280px;
  min-height: 120px;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0.5rem;
  opacity: 0;
  will-change: transform, opacity;
}

.dropdown-profile__points-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 29px;
}

.dropdown-profile__points-info {
  display: flex;
  flex-direction: column;
  width: 67px;
}

.dropdown-profile__points-value {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 44px;
  color: #333;
  letter-spacing: -1.25px;
}

.dropdown-profile__points-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 20px;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dropdown-profile__points-image {
  width: 99px;
  height: 64px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.dropdown-profile__divider {
  width: 100%;
  height: 1px;
  background-color: #e2e8f0;
}

.dropdown-profile__expiry {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  color: #1c51a0;
}
.dropdown-profile__expiry strong {
  font-weight: 700;
}

.dropdown-profile__card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 0.5rem 26px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #333;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 150ms ease;
  overflow: hidden;
}
.dropdown-profile__card-cta:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-profile__menu {
  display: flex;
  flex-direction: column;
  width: 280px;
  opacity: 0;
  will-change: transform, opacity;
}

.dropdown-profile__menu-item {
  display: flex;
  align-items: center;
  padding: 1rem 0.625rem;
  padding-right: 64px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  transition: color 150ms ease;
}
.dropdown-profile__menu-item:hover {
  color: #1c51a0;
}

.dropdown-profile__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 40px;
  padding: 1rem 26px;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  opacity: 0;
  will-change: transform, opacity;
  cursor: pointer;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  color: #1c51a0;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.dropdown-profile__logout:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.dropdown-profile__logout svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (min-width: 925px) and (max-width: 1919px) {
  .dropdown-profile {
    width: 281px;
    min-width: 281px;
    max-width: 281px;
    padding: 18px;
    gap: 10px;
    border-radius: 7px;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.06);
  }
  .dropdown-profile__header {
    width: 246px;
    height: 26px;
  }
  .dropdown-profile__spacer {
    width: 14px;
    height: 14px;
  }
  .dropdown-profile__title {
    font-size: 0.875rem;
    line-height: 19px;
    letter-spacing: 1.76px;
  }
  .dropdown-profile__close {
    width: 23px;
    height: 23px;
  }
  .dropdown-profile__close svg {
    width: 12px;
    height: 12px;
  }
  .dropdown-profile__card {
    width: 246px;
    min-height: 105px;
    padding: 18px;
    gap: 18px;
  }
  .dropdown-profile__points-row {
    gap: 25px;
  }
  .dropdown-profile__points-info {
    width: 59px;
  }
  .dropdown-profile__points-value {
    font-size: 1.75rem;
    line-height: 39px;
    letter-spacing: -1.1px;
  }
  .dropdown-profile__points-label {
    font-size: 0.658rem;
    line-height: 18px;
    letter-spacing: 1.76px;
  }
  .dropdown-profile__points-image {
    width: 87px;
    height: 56px;
    border-radius: 4px;
  }
  .dropdown-profile__expiry {
    font-size: 0.875rem;
    line-height: 19px;
  }
  .dropdown-profile__card-cta {
    height: 32px;
    padding: 7px 23px;
    font-size: 0.75rem;
    line-height: 18px;
    border-radius: 7px;
  }
  .dropdown-profile__menu {
    width: 246px;
  }
  .dropdown-profile__menu-item {
    padding: 14px 9px;
    padding-right: 56px;
    font-size: 0.75rem;
    line-height: 18px;
  }
  .dropdown-profile__logout {
    height: 35px;
    padding: 14px 23px;
    gap: 9px;
    font-size: 0.75rem;
    line-height: 18px;
    border-radius: 7px;
  }
  .dropdown-profile__logout svg {
    width: 18px;
    height: 18px;
  }
}
.feature-card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 165/262;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .feature-card {
    aspect-ratio: 297/430;
    border-radius: 0.5rem;
    padding: 3rem 1.5rem;
  }
}
.feature-card--content-top {
  justify-content: flex-start;
}
.feature-card--content-bottom {
  justify-content: flex-end;
  padding-bottom: 3.625rem;
}
@media (min-width: 1024px) {
  .feature-card--content-bottom {
    padding-bottom: 5rem;
  }
}
.feature-card--content-top.feature-card--flippable .feature-card__front {
  justify-content: flex-start;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .feature-card--content-top.feature-card--flippable .feature-card__front {
    padding: 3rem 1.5rem;
  }
}
.feature-card--content-bottom.feature-card--flippable .feature-card__front {
  justify-content: flex-end;
  padding: 1rem;
  padding-bottom: 3.625rem;
}
@media (min-width: 1024px) {
  .feature-card--content-bottom.feature-card--flippable .feature-card__front {
    padding: 1.5rem;
    padding-bottom: 5rem;
  }
}
.feature-card__flip-trigger {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--fc-accent-color);
  padding: 0;
  z-index: 10;
  transition: transform 150ms ease;
}
@media (min-width: 1024px) {
  .feature-card__flip-trigger {
    top: 1rem;
    right: 1rem;
  }
}
.feature-card__flip-trigger svg {
  width: 22px;
  height: 22px;
  fill: currentcolor;
}
@media (min-width: 1024px) {
  .feature-card__flip-trigger svg {
    width: 40px;
    height: 40px;
  }
}
.feature-card__flip-trigger:hover {
  transform: scale(1.1);
}
.feature-card__flip-trigger--white {
  color: #fff;
}
.feature-card--flippable {
  perspective: 1000px;
  cursor: pointer;
  background: transparent;
}
.feature-card--flippable .feature-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.feature-card--flippable .feature-card__front,
.feature-card--flippable .feature-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .feature-card--flippable .feature-card__front,
  .feature-card--flippable .feature-card__back {
    border-radius: 0.5rem;
  }
}
.feature-card--flippable .feature-card__front .like-btn {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
}
@media (min-width: 1024px) {
  .feature-card--flippable .feature-card__front .like-btn {
    bottom: 1rem;
    right: 1rem;
  }
}
.feature-card--flippable .feature-card__back {
  transform: rotateY(180deg);
}
.feature-card--flippable .feature-card__back-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card--flippable.is-flipped .feature-card__inner {
  transform: rotateY(180deg);
}
.feature-card__vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(28px, 28px + 26px * (100vw - 320px) / 160px, 54px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.feature-card__icon {
  margin-bottom: 0.625rem;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .feature-card__icon {
    margin-bottom: 1.5rem;
  }
}
.feature-card__svg {
  width: clamp(78px, 78px + 62px * (100vw - 320px) / 160px, 140px);
  height: clamp(78px, 78px + 62px * (100vw - 320px) / 160px, 140px);
  color: var(--fc-accent-color);
}
.feature-card__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(12px, 12px + 6px * (100vw - 320px) / 160px, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--fc-text-color);
  text-align: center;
  padding: 0;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .feature-card__text {
    line-height: 1.5;
    padding: 0 1.5rem;
  }
}

.feature-card--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-card--image .feature-card__vertical-text {
  opacity: 0;
  transform: rotate(180deg) translateY(-30px);
}
.feature-card--image .feature-card__title {
  opacity: 0;
  transform: translateY(30px);
}
.feature-card--image.is-revealed .feature-card__vertical-text {
  animation: text-slide-in-vertical 1.2s ease-out 0.15s both;
}
.feature-card--image.is-revealed .feature-card__title {
  animation: text-slide-in 1.2s ease-out 0.15s both;
}
.feature-card--image.is-revealed::after {
  animation-play-state: running;
}
.feature-card--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  backface-visibility: hidden;
  animation: bg-slow-pan-zoom 20s ease-in-out infinite;
  animation-play-state: paused;
}
.feature-card--image:hover::after {
  animation-play-state: paused;
  transform: scale(1.05);
}
.feature-card--image.feature-card--no-animation::after {
  animation: none;
  transform: none;
}
.feature-card--image.feature-card--no-animation:hover::after {
  transform: scale(1.05);
}
.feature-card--image .like-btn {
  z-index: 10;
}

.feature-card--video {
  background: #000;
}
.feature-card--video .feature-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.feature-card--video .feature-card__vertical-text,
.feature-card--video .feature-card__title {
  position: relative;
  z-index: 1;
}
.feature-card--video .like-btn {
  z-index: 10;
}

.feature-card--info {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .feature-card--info {
    padding: 2rem;
  }
}
.feature-card--info .feature-card__icon,
.feature-card--info .feature-card__text {
  transition: transform 300ms ease;
  will-change: transform;
}
.feature-card--info:not(.is-revealed) .feature-card__icon,
.feature-card--info:not(.is-revealed) .feature-card__text {
  opacity: 0;
  transform: translateY(30px);
}
.feature-card--info.is-revealed .feature-card__icon {
  animation: text-slide-in 1.2s ease-out 0.15s both;
}
.feature-card--info.is-revealed .feature-card__text {
  animation: text-slide-in 1.2s ease-out 0.3s both;
}
.feature-card--info.is-animation-done .feature-card__icon,
.feature-card--info.is-animation-done .feature-card__text {
  animation: none;
  opacity: 1;
  transform: none;
}
.feature-card--info.is-animation-done:hover .feature-card__icon, .feature-card--info.is-animation-done:hover .feature-card__text {
  transform: scale(1.08);
}
.feature-card--info.feature-card--flippable {
  padding: 0;
}
.feature-card--info.feature-card--flippable .feature-card__front {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .feature-card--info.feature-card--flippable .feature-card__front {
    padding: 2rem;
  }
}
.feature-card--info.feature-card--flippable .feature-card__back {
  background: #f5f5f1;
}
.feature-card--info.feature-card--flippable.is-revealed .feature-card__front .feature-card__icon {
  animation: text-slide-in 1.2s ease-out 0.15s both;
}
.feature-card--info.feature-card--flippable.is-revealed .feature-card__front .feature-card__text {
  animation: text-slide-in 1.2s ease-out 0.3s both;
}
.feature-card--info.feature-card--flippable.is-animation-done .feature-card__front .feature-card__icon,
.feature-card--info.feature-card--flippable.is-animation-done .feature-card__front .feature-card__text {
  animation: none;
  opacity: 1;
  transform: none;
}
.feature-card--info.feature-card--flippable.is-animation-done:hover .feature-card__front .feature-card__icon, .feature-card--info.feature-card--flippable.is-animation-done:hover .feature-card__front .feature-card__text {
  transform: scale(1.08);
}

.feature-card--packshot-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}
.feature-card--packshot-title:not(.is-revealed) .feature-card__thumb,
.feature-card--packshot-title:not(.is-revealed) .feature-card__values-text {
  opacity: 0;
  transform: translateY(30px);
}
.feature-card--packshot-title .feature-card__thumb,
.feature-card--packshot-title .feature-card__values-text {
  transition: transform 300ms ease;
  will-change: transform;
}
.feature-card--packshot-title.is-revealed .feature-card__thumb {
  animation: text-slide-in 1.2s ease-out 0.15s both;
}
.feature-card--packshot-title.is-revealed .feature-card__values-text {
  animation: text-slide-in 1.2s ease-out 0.3s both;
}
.feature-card--packshot-title.is-animation-done .feature-card__thumb,
.feature-card--packshot-title.is-animation-done .feature-card__values-text {
  animation: none;
  opacity: 1;
  transform: none;
}
.feature-card--packshot-title.is-animation-done:hover .feature-card__thumb {
  transform: scale(1.1);
}
.feature-card--packshot-title.is-animation-done:hover .feature-card__values-text {
  transform: scale(1.05);
}
.feature-card--packshot-title .feature-card__pack {
  max-width: 50%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .feature-card--packshot-title .feature-card__pack {
    margin-bottom: 1rem;
  }
}
.feature-card--packshot-title .feature-card__pack-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .feature-card--packshot-title .feature-card__pack-title {
    font-size: 1.125rem;
  }
}

.feature-card--packshot {
  background: #fff;
  padding: 0;
}
.feature-card--packshot .feature-card__pack {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.feature-card--packshot:hover .feature-card__pack {
  transform: scale(1.15);
}
.feature-card--packshot .like-btn {
  color: var(--like-btn-color);
  text-shadow: none;
}

.feature-card--image-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.feature-card--image-title .feature-card__vertical-text,
.feature-card--image-title .feature-card__vertical-title {
  opacity: 0;
  transform: rotate(180deg) translateY(-30px);
}
.feature-card--image-title .feature-card__title,
.feature-card--image-title .feature-card__slogan,
.feature-card--image-title .feature-card__quote-text,
.feature-card--image-title .feature-card__moments-text,
.feature-card--image-title .feature-card__text {
  opacity: 0;
  transform: translateY(30px);
}
.feature-card--image-title.is-revealed .feature-card__vertical-text,
.feature-card--image-title.is-revealed .feature-card__vertical-title {
  animation: text-slide-in-vertical 1.2s ease-out 0.15s both;
}
.feature-card--image-title.is-revealed .feature-card__title,
.feature-card--image-title.is-revealed .feature-card__slogan,
.feature-card--image-title.is-revealed .feature-card__quote-text,
.feature-card--image-title.is-revealed .feature-card__moments-text,
.feature-card--image-title.is-revealed .feature-card__text {
  animation: text-slide-in 1.2s ease-out 0.15s both;
}
.feature-card--image-title.is-revealed::before {
  animation-play-state: running;
}
.feature-card--image-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  backface-visibility: hidden;
  animation: bg-slow-pan-zoom 20s ease-in-out infinite;
  animation-play-state: paused;
}
.feature-card--image-title:hover::before {
  animation-play-state: paused;
  transform: scale(1.15);
}
.feature-card--image-title--darken::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.5) -29.66%, rgba(0, 0, 0, 0) 131.86%);
  z-index: 0;
  pointer-events: none;
}
.feature-card--image-title:hover .feature-card__title, .feature-card--image-title:hover .feature-card__slogan, .feature-card--image-title:hover .feature-card__quote-text, .feature-card--image-title:hover .feature-card__moments-text, .feature-card--image-title:hover .feature-card__text, .feature-card--image-title:hover .feature-card__icon {
  transform: scale(1.05);
}
.feature-card--image-title:hover .feature-card__vertical-text, .feature-card--image-title:hover .feature-card__vertical-title {
  transform: rotate(180deg) scale(1.05);
}
.feature-card--image-title .feature-card__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(24px, 24px + 24px * (100vw - 320px) / 160px, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.feature-card--image-title .feature-card__title-small {
  display: block;
  font-size: clamp(12px, 12px + 8px * (100vw - 320px) / 160px, 20px);
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.feature-card--image-title .feature-card__title-large {
  display: block;
  font-size: clamp(28px, 28px + 28px * (100vw - 320px) / 160px, 56px);
  font-weight: 700;
}
.feature-card--image-title.feature-card--flippable {
  padding: 0;
}
.feature-card--image-title.feature-card--flippable::before {
  display: none;
}
.feature-card--image-title.feature-card--flippable .feature-card__front {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-card--image-title.feature-card--flippable .feature-card__front::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  backface-visibility: hidden;
  animation: bg-slow-pan-zoom 20s ease-in-out infinite;
  animation-play-state: paused;
  border-radius: inherit;
}
.feature-card--image-title.feature-card--flippable.is-revealed .feature-card__front::before {
  animation-play-state: running;
}
.feature-card--image-title.feature-card--flippable:hover .feature-card__front::before {
  animation-play-state: paused;
  transform: scale(1.15);
}
.feature-card--image-title.feature-card--flippable .feature-card__back {
  background: #f5f5f1;
}
.feature-card--image-title.feature-card--flippable .feature-card__vertical-text,
.feature-card--image-title.feature-card--flippable .feature-card__quote-text,
.feature-card--image-title.feature-card--flippable .feature-card__title,
.feature-card--image-title.feature-card--flippable .feature-card__moments-text {
  position: relative;
  z-index: 1;
}

.feature-card--no-animation::before {
  animation: none;
  transform: none;
}

.feature-card--no-animation:hover::before {
  transform: scale(1.05);
}

.feature-card--anim-rtl::before,
.feature-card--anim-rtl::after {
  animation-name: bg-slow-pan-zoom-rtl;
}

.feature-card--anim-ltr::before,
.feature-card--anim-ltr::after {
  animation-name: bg-slow-pan-zoom-ltr;
}

.feature-card--anim-diagonal::before,
.feature-card--anim-diagonal::after {
  animation-name: bg-slow-pan-zoom-diagonal;
}

.feature-card--anim-diagonal-reverse::before,
.feature-card--anim-diagonal-reverse::after {
  animation-name: bg-slow-pan-zoom-diagonal-reverse;
}

.feature-card--anim-vertical::before,
.feature-card--anim-vertical::after {
  animation-name: bg-slow-pan-zoom-vertical;
}

.feature-card--welcome {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f1;
}
.feature-card--welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: inherit;
  z-index: 0;
  will-change: transform;
  transform: scale(1);
  transform-origin: top center;
  transition: transform 0.4s ease-out;
}
.feature-card--welcome .feature-card__slogan {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-style: normal;
  font-size: clamp(28px, 28px + 36px * (100vw - 320px) / 160px, 64px);
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--fc-accent-color);
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(60px);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.4s ease-out;
  animation: none;
}
.feature-card--welcome.is-revealed::before {
  animation: none;
}
.feature-card--welcome.is-revealed .feature-card__slogan {
  animation: welcome-text-slide-in 1s ease-out 0.4s both;
}
.feature-card--welcome.is-animation-done .feature-card__slogan {
  animation: none;
  opacity: 1;
  transform: translateY(0);
}
.feature-card--welcome.is-animation-done:hover::before {
  transform: scale(1.08);
}
.feature-card--welcome.is-animation-done:hover .feature-card__slogan {
  transform: translateY(-5px) scale(1.05);
}

.feature-card--values .feature-card__thumb {
  width: 82%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.625rem;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .feature-card--values .feature-card__thumb {
    width: 163px;
    margin-bottom: 1rem;
  }
}
.feature-card--values .feature-card__values-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(10px, 10px + 8px * (100vw - 320px) / 160px, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.feature-card--values .feature-card__values-text p {
  margin: 0;
}

.feature-card--quote .feature-card__quote-text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.feature-card--quote .feature-card__quote-small {
  display: block;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(10px, 10px + 10px * (100vw - 320px) / 160px, 20px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.feature-card--quote .feature-card__quote-large {
  display: block;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(20px, 20px + 18px * (100vw - 320px) / 160px, 38px);
  font-weight: 700;
  line-height: 1.1;
}

.feature-card--moments .feature-card__moments-text {
  text-align: center;
  color: #fff;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(10px, 10px + 10px * (100vw - 320px) / 160px, 20px);
  line-height: 1em;
  position: relative;
  z-index: 1;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
.feature-card--moments .feature-card__moments-large {
  display: block;
  font-size: clamp(20px, 20px + 24px * (100vw - 320px) / 160px, 44px);
  font-weight: 400;
  line-height: 1em;
}

.feature-card--blue-title .feature-card__vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(48px, 48px + 62px * (100vw - 320px) / 160px, 110px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.feature-card--pink-title .feature-card__vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(56px, 56px + 81px * (100vw - 320px) / 160px, 137px);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.feature-card--green-superline-title .feature-card__vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(56px, 56px + 67px * (100vw - 320px) / 160px, 123px);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.feature-card--red-title .feature-card__vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(56px, 56px + 81px * (100vw - 320px) / 160px, 137px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hero-slider__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.hero-slider__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slider__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  will-change: transform;
}

.hero-slider__slide.is-active .hero-slider__bg-image {
  animation: hero-zoom-in 8s ease-out forwards;
}

.hero-slider__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.hero-slider__overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}

.hero-slider__overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}

.hero-slider__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vh;
  height: 100%;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 523px;
  margin: auto 0;
  justify-content: center;
}
@media (max-width: 1279px) {
  .hero-slider__content {
    max-width: 323px;
  }
}
@media (max-width: 924px) {
  .hero-slider__content {
    max-width: 237px;
    margin: 0 auto;
    flex: 1 0 0;
    gap: 0.5rem;
    padding-top: 95px;
    align-items: center;
  }
}

.hero-slider__content-item {
  opacity: 0;
  transform: translateY(-100vh);
  will-change: transform, opacity;
}

.hero-slider__slide.is-animated .hero-slider__content-item {
  animation: hero-content-slide-down 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(5) {
  animation-delay: 0s;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(4) {
  animation-delay: 0.15s;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(3) {
  animation-delay: 0.3s;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(2) {
  animation-delay: 0.45s;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(1) {
  animation-delay: 0.6s;
}
.hero-slider__slide.is-animated .hero-slider__content-item:nth-child(6) {
  animation-delay: 0.15s;
}

.hero-slider__slide:not(.is-animated) .hero-slider__content-item {
  opacity: 0;
  transform: translateY(-100vh);
  animation: none;
}

.hero-slider__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1.25px;
  font-size: clamp(28px, 28px + 16 * (100vw - 925px) / 995, 44px);
  line-height: clamp(33px, 33px + 19 * (100vw - 925px) / 995, 52px);
  width: 100%;
}
@media (max-width: 924px) {
  .hero-slider__title {
    font-size: 26px;
    line-height: 36px;
    min-height: 78px;
  }
}

.hero-slider__divider {
  width: 2px;
  height: clamp(45px, 45px + 25 * (100vw - 925px) / 995, 70px);
  background-color: #fff;
}
@media (max-width: 924px) {
  .hero-slider__divider {
    height: 32px;
  }
}

.hero-slider__winpoints {
  width: 135px;
  height: 86px;
  border-radius: 0.375rem;
  overflow: hidden;
}
.hero-slider__winpoints img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1919px) {
  .hero-slider__winpoints {
    width: 104px;
    height: 66px;
    border-radius: 5px;
  }
}

.hero-slider__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 924px) {
  .hero-slider__cta {
    margin-top: auto;
    margin-bottom: 52px;
  }
  .hero-slider__cta .btn {
    width: 100%;
  }
}
@media (min-width: 925px) {
  .hero-slider__cta .btn {
    width: auto;
  }
}

.hero-slider__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .hero-slider__bottom {
    padding: 0 1rem 24px;
    gap: 28px;
  }
}

.hero-slider__pager {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero-slider__pager {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .hero-slider__pager {
    width: 100%;
    gap: 1rem;
    max-width: 237px;
    margin: 0 auto;
  }
}

.hero-slider__pager-item {
  height: 4px;
  border-radius: 3px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 300ms ease;
  background-color: rgba(245, 245, 241, 0.33);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero-slider__pager-item {
    width: 89px;
  }
}
@media (max-width: 1023px) {
  .hero-slider__pager-item {
    flex: 1 0 0;
  }
}
.hero-slider__pager-item.is-active {
  background-color: #fff;
}

.home-cards {
  padding: 0;
}

.home-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .home-cards__grid {
    flex-direction: row;
    gap: 24px;
  }
}

.home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  aspect-ratio: 285/507;
  color: #fff;
}
.home-card, .home-card:link, .home-card:visited, .home-card:hover, .home-card:active, .home-card:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 769px) {
  .home-card {
    flex: 1;
    aspect-ratio: 404/550;
  }
}

.home-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-card__media img,
.home-card__media source {
  display: block;
}

picture.home-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  picture.home-card__media img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .home-card:hover picture.home-card__media img {
    transform: scale(1.05);
  }
}

video.home-card__media {
  -o-object-fit: cover;
     object-fit: cover;
}

.home-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-card__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(21, 20, 20, 0) 30%, rgba(34, 31, 29, 0.7) 100%);
}

.home-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 20px;
  text-align: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .home-card__content {
    padding-bottom: 30px;
    transition: padding-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.home-card__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1.25px;
  margin: 0;
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 769px) {
  .home-card__title {
    font-size: clamp(34px, -11.14px + 5.87vw, 64px);
    line-height: 1.1;
  }
}

.home-card__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 0.875rem;
  line-height: 20px;
}
@media (min-width: 769px) {
  .home-card__text {
    font-size: clamp(12px, 2.97px + 1.17vw, 18px);
    line-height: 1.4;
  }
}

.home-card__cta {
  margin-top: 8px;
  width: calc(100% - 40px);
}
@media (min-width: 769px) {
  .home-card__cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    max-width: 237px;
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity, transform;
  }
}

@media (min-width: 769px) {
  .home-card:hover .home-card__content {
    padding-bottom: 95px;
  }
  .home-card:hover .home-card__cta {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.like-btn {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: transform 150ms ease;
}
@media (min-width: 1024px) {
  .like-btn {
    bottom: 1rem;
    right: 1rem;
    gap: 6px;
    font-size: 0.875rem;
  }
}
.like-btn::before {
  content: "";
  position: absolute;
  inset: -15px;
}
.like-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 150, 201, 0.1);
  opacity: 0;
  transition: opacity 150ms ease;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1024px) {
  .like-btn:hover::after {
    opacity: 1;
  }
}
.like-btn:hover {
  transform: scale(1.1);
}
.like-btn svg {
  width: 19px;
  height: 18px;
  fill: none;
  transition: all 150ms ease;
}
@media (min-width: 1024px) {
  .like-btn svg {
    width: 33px;
    height: 31px;
  }
}
.like-btn.is-liked svg {
  fill: var(--like-btn-color);
  color: #fff;
}
.like-btn.is-pulsing svg {
  animation: like-pulse 0.4s ease-out;
}
.like-btn--light {
  color: var(--like-btn-color);
  text-shadow: none;
}
.like-btn--light.is-liked svg {
  fill: var(--like-btn-color);
  color: #fff;
}

.like-btn__count {
  display: block;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #fff;
  transition: background-color 300ms ease, box-shadow 300ms ease;
}

.navbar--negative {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.navbar--negative .navbar__toggle {
  color: #fff;
}
.navbar--negative .navbar__toggle svg path {
  fill: #fff;
}
.navbar--negative .navbar__toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar--negative .navbar__icon-btn {
  color: #fff;
}
.navbar--negative .navbar__icon-btn svg path {
  fill: #fff;
}
.navbar--negative .navbar__icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar--negative .navbar__logo img {
  filter: brightness(0) invert(1);
}
.navbar--negative .nav-link {
  color: #fff;
}
.navbar--negative .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar--negative .nav-link.is-active {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar--negative .navbar__points {
  background-color: #fff;
  color: #1c51a0;
}
.navbar--negative .navbar__points .navbar__points-value {
  color: #1c51a0;
}
.navbar--negative .navbar__points .navbar__points-label {
  color: #1c51a0;
}
.navbar--negative .icon-chevron {
  color: #fff;
}
.navbar--negative.navbar--scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: navbarSlideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.navbar--negative.navbar--scrolled .navbar__toggle {
  color: #1c51a0;
}
.navbar--negative.navbar--scrolled .navbar__toggle svg path {
  fill: #1c51a0;
}
.navbar--negative.navbar--scrolled .navbar__toggle:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--scrolled .navbar__icon-btn {
  color: #1c51a0;
}
.navbar--negative.navbar--scrolled .navbar__icon-btn svg path {
  fill: #1c51a0;
}
.navbar--negative.navbar--scrolled .navbar__icon-btn:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--scrolled .navbar__logo img {
  filter: none;
}
.navbar--negative.navbar--scrolled .nav-link {
  color: #1c51a0;
}
.navbar--negative.navbar--scrolled .nav-link:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--scrolled .nav-link.is-active {
  background-color: rgba(0, 150, 201, 0.1);
}
.navbar--negative.navbar--scrolled .navbar__points {
  background-color: #1c51a0;
  color: #fff;
}
.navbar--negative.navbar--scrolled .navbar__points .navbar__points-value {
  color: #fff;
}
.navbar--negative.navbar--scrolled .navbar__points .navbar__points-label {
  color: #fff;
}
.navbar--negative.navbar--scrolled .icon-chevron {
  color: #1c51a0;
}
.navbar--negative.navbar--megamenu-open {
  background-color: #fff;
}
.navbar--negative.navbar--megamenu-open .navbar__toggle {
  color: #1c51a0;
}
.navbar--negative.navbar--megamenu-open .navbar__toggle svg path {
  fill: #1c51a0;
}
.navbar--negative.navbar--megamenu-open .navbar__toggle:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--megamenu-open .navbar__icon-btn {
  color: #1c51a0;
}
.navbar--negative.navbar--megamenu-open .navbar__icon-btn svg path {
  fill: #1c51a0;
}
.navbar--negative.navbar--megamenu-open .navbar__icon-btn:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--megamenu-open .navbar__logo img {
  filter: none;
}
.navbar--negative.navbar--megamenu-open .nav-link {
  color: #1c51a0;
}
.navbar--negative.navbar--megamenu-open .nav-link:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar--negative.navbar--megamenu-open .nav-link.is-active {
  background-color: rgba(0, 150, 201, 0.1);
}
.navbar--negative.navbar--megamenu-open .navbar__points {
  background-color: #1c51a0;
  color: #fff;
}
.navbar--negative.navbar--megamenu-open .navbar__points .navbar__points-value {
  color: #fff;
}
.navbar--negative.navbar--megamenu-open .navbar__points .navbar__points-label {
  color: #fff;
}
.navbar--negative.navbar--megamenu-open .icon-chevron {
  color: #1c51a0;
}

.navbar__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 0.25rem 1rem;
}
@media (min-width: 925px) {
  .navbar__mobile {
    display: none;
  }
}
@media (min-width: 1920px) {
  .navbar__mobile {
    max-width: 1474px;
  }
}
.navbar__mobile-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar__mobile-right {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.navbar__desktop {
  display: none;
}
@media (min-width: 925px) {
  .navbar__desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .navbar__desktop {
    max-width: 1474px;
  }
}
.navbar__desktop > .navbar__logo {
  padding-top: 0.5rem;
}
.navbar__desktop .navbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar__desktop .navbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar__logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 300ms ease;
}

.navbar__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #1c51a0;
  transition: background-color 150ms ease, color 300ms ease;
}
.navbar__toggle:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.navbar__toggle .icon-burger {
  width: 14px;
  height: 14px;
}
.navbar__toggle .icon-close {
  display: none;
  width: 14px;
  height: 14px;
}
.navbar__toggle.is-active .icon-burger {
  display: none;
}
.navbar__toggle.is-active .icon-close {
  display: block;
}

.navbar__nav .nav-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-item {
  position: relative;
}
.nav-item--has-dropdown .nav-link .icon-chevron {
  transition: transform 150ms ease;
}
.nav-item--has-dropdown:hover .icon-chevron, .nav-item--has-dropdown.is-open .icon-chevron {
  transform: rotate(180deg);
}
.nav-item--has-dropdown:hover .nav-link, .nav-item--has-dropdown.is-open .nav-link {
  background-color: rgba(0, 150, 201, 0.1);
}
.nav-item--has-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 0.625rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1c51a0;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 150ms ease, color 300ms ease;
}
.nav-link:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.nav-link.is-active {
  background-color: rgba(0, 150, 201, 0.1);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 0.5rem 0;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 150ms ease;
  z-index: 101;
}
.dropdown-menu li {
  display: block;
}

.dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1c51a0;
  white-space: nowrap;
  transition: background-color 150ms ease;
}
.dropdown-link:hover {
  background-color: rgba(28, 81, 160, 0.1);
}

.navbar__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #1c51a0;
  border-radius: 0.5rem;
  transition: background-color 150ms ease, color 300ms ease;
}
@media (min-width: 925px) {
  .navbar__icon-btn {
    width: 42px;
    height: 42px;
  }
}
.navbar__icon-btn svg path {
  transition: fill 300ms ease;
}
.navbar__icon-btn:hover {
  background-color: rgba(28, 81, 160, 0.1);
}

.navbar__points {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0.125rem 0.5rem;
  background-color: #1c51a0;
  color: #fff;
  border-radius: 0.625rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease;
}
.navbar__points-value {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 14.85px;
  transition: color 300ms ease;
}
@media (min-width: 925px) {
  .navbar__points-value {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.navbar__points-label {
  font-size: 8px;
  font-weight: 400;
  line-height: 11.5px;
  transition: color 300ms ease;
}
@media (min-width: 925px) {
  .navbar__points-label {
    font-size: 0.625rem;
    line-height: 14px;
  }
}
.navbar__points-coin {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

@keyframes navbarSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mobileNavSlideIn {
  from {
    opacity: 1;
    transform: translateY(-220px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdownCardSlideIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mobileNavOverlayIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mobileNavOverlayOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mobile-nav {
  position: fixed;
  inset: 0;
  background-color: #f5f5f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 107px;
  padding-bottom: 30px;
  transform: translateY(-100%);
  will-change: transform;
  overflow-y: hidden;
  z-index: 400;
}
@media (min-width: 925px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.is-open {
  transform: translateY(0);
  animation: mobileNavOverlayIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  overflow-y: auto;
}
.mobile-nav.is-open .mobile-nav__item,
.mobile-nav.is-open .mobile-nav__logo {
  animation: mobileNavSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.08s + 0.05s);
}
.mobile-nav.is-closing {
  animation: mobileNavOverlayOut 0.3s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}
.mobile-nav__item, .mobile-nav__logo {
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mobile-nav__close {
  opacity: 1;
  --i: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #1c51a0;
  transition: background-color 150ms ease;
}
.mobile-nav__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
}
.mobile-nav__item {
  width: 100%;
  min-width: 284px;
}
.mobile-nav__item--has-dropdown .mobile-nav__link {
  justify-content: center;
}
.mobile-nav__item--has-dropdown .mobile-nav__link .icon-plus {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 150ms ease;
}
.mobile-nav__item--has-dropdown.is-open .mobile-nav__link .icon-plus {
  transform: rotate(45deg);
}
.mobile-nav__item--has-dropdown.is-open .mobile-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-nav__item--has-dropdown.is-open .mobile-dropdown .mobile-dropdown__card {
  animation: dropdownCardSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--card-i, 0) * 0.06s);
}
.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  padding: 16px 40px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: color 150ms ease;
  overflow: hidden;
}
.mobile-nav__link:hover {
  color: #1c51a0;
}
.mobile-nav__logo {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav__logo img {
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.3s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-dropdown__card {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding: 12px 20px;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 150ms ease;
  opacity: 0;
  will-change: transform, opacity;
}
.mobile-dropdown__card:hover {
  opacity: 0.9;
}
.mobile-dropdown__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  pointer-events: none;
}
.mobile-dropdown__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(89.45deg, rgba(0, 0, 0, 0.6) 34.5%, rgba(0, 0, 0, 0) 72%);
  border-radius: 0.5rem;
  pointer-events: none;
}
.mobile-dropdown__card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-dropdown__card--white {
  background: #fff;
  justify-content: space-between;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  padding: 12px 16px;
}
.mobile-dropdown__card-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}
.mobile-dropdown__card-arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-dropdown__card-thumb {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes megamenuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes megamenuCardSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  padding: 32px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  transition: opacity 150ms ease, visibility 150ms ease;
}
@media (min-width: 925px) {
  .megamenu {
    display: block;
  }
}
.megamenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: megamenuSlideDown 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.megamenu.is-open .megamenu__top {
  animation: megamenuCardSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.05s;
}
.megamenu.is-open .megamenu__card {
  animation: megamenuCardSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--card-i, 0) * 0.08s + 0.1s);
}
.megamenu.is-open .megamenu__link-card {
  animation: megamenuCardSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--link-i, 0) * 0.06s + 0.35s);
}
.megamenu__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 1920px) {
  .megamenu__container {
    max-width: 1474px;
  }
}
.megamenu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d3d3d3;
  opacity: 0;
  will-change: transform, opacity;
}
.megamenu__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #1c51a0;
}
.megamenu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.megamenu__close svg {
  width: 14px;
  height: 14px;
}
.megamenu__close:hover {
  background-color: rgba(28, 81, 160, 0.1);
}
.megamenu__cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 1046px;
}
.megamenu__card {
  text-decoration: none;
}
.megamenu__card--image {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  height: 247px;
  padding: 16px 28px;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  will-change: transform, opacity;
}
.megamenu__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.megamenu__card-gradient {
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 14.37%, rgba(0, 0, 0, 0) 55.87%);
  pointer-events: none;
  transition: background 150ms ease;
}
.megamenu__card-text {
  position: relative;
  z-index: 1;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.megamenu__card--image:hover .megamenu__card-bg {
  transform: scale(1.05);
}
.megamenu__card--image:hover .megamenu__card-gradient {
  background: linear-gradient(0deg, rgba(0, 150, 201, 0.1), rgba(0, 150, 201, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 14.37%, rgba(0, 0, 0, 0) 55.87%);
}
.megamenu__links {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 1046px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.megamenu__link-card {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 16px;
  background-color: #f5f5f1;
  border-radius: 0.5rem;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 150ms ease;
  opacity: 0;
  will-change: transform, opacity;
}
.megamenu__link-card:hover {
  background-color: rgb(234.375, 234.375, 226.125);
}
.megamenu__link-card-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}
.megamenu__link-card-arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-item--has-megamenu .nav-link .icon-chevron {
  transition: transform 150ms ease;
}
.nav-item--has-megamenu.is-open .icon-chevron {
  transform: rotate(180deg);
}
.nav-item--has-megamenu.is-open .nav-link {
  background-color: rgba(0, 150, 201, 0.1);
}

body.nav-open {
  overflow: hidden;
}
@media (min-width: 925px) {
  body.nav-open {
    overflow: auto;
  }
}

.navbar__breadcrumb {
  width: 100%;
  padding-bottom: 8px;
}
.navbar__breadcrumb-inner {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 769px) {
  .navbar__breadcrumb-inner {
    padding-inline: 3rem;
  }
}
@media (min-width: 1920px) {
  .navbar__breadcrumb-inner {
    max-width: 1474px;
  }
}
.navbar__breadcrumb--desktop-only {
  display: none;
}
@media (min-width: 925px) {
  .navbar__breadcrumb--desktop-only {
    display: block;
  }
}
@media (min-width: 925px) {
  .navbar__breadcrumb--mobile-only {
    display: none;
  }
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.play-btn::after {
  content: "";
  display: block;
  width: 14.7px;
  height: 12.8px;
  background-color: #1c51a0;
  mask-image: url("../../assets/icons/icon-play-chevron.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../assets/icons/icon-play-chevron.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(90deg);
  margin-left: 2px;
}
.play-btn:hover:not(:disabled) {
  border-color: #1c51a0;
}
.play-btn:active:not(:disabled) {
  border-color: #1c51a0;
}
.play-btn:focus-visible {
  outline: none;
  background-color: #f5f5f1;
  border-color: #f5f5f1;
  box-shadow: 0 0 0 4px #0096c9;
}
.play-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.play-btn-sm {
  width: 30px;
  height: 30px;
}
.play-btn-sm::after {
  width: 10.9px;
  height: 9.5px;
}

.product-card {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 404/550;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 10px 30px;
}
@media (max-width: 1023px) {
  .product-card {
    width: 100%;
    max-width: 285px;
    height: auto;
    aspect-ratio: 285/404;
    padding: 0 16px 16px;
  }
}

.product-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../assets/images/product-card-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}

.product-card__badge {
  display: none;
}

.product-card--new .product-card__badge {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-style: italic;
  color: #1c51a0;
  letter-spacing: -1.25px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .product-card--new .product-card__badge {
    font-size: 40px;
    line-height: 40px;
    top: 16px;
  }
}

.product-card__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + -14.2%));
  width: 79.2%;
  height: 64%;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .product-card__image {
    width: 57.2%;
    height: 57.9%;
    transform: translate(-50%, calc(-50% + -32%));
    transition: none;
    will-change: auto;
  }
}

.product-card--new .product-card__image {
  width: 74.3%;
  height: 57.8%;
  transform: translate(-50%, calc(-50% + -6.4%));
}
@media (max-width: 1023px) {
  .product-card--new .product-card__image {
    width: 46%;
    height: 47%;
    transform: translate(-50%, calc(-50% + -25%));
  }
}

.product-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-card__name {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1.25px;
  color: #1c51a0;
  margin: 0;
}
@media (max-width: 1023px) {
  .product-card__name {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -1.07px;
  }
}

.product-card__desc {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333;
  margin: 0;
}
@media (max-width: 1023px) {
  .product-card__desc {
    font-size: 12px;
    line-height: 17px;
  }
}

.product-card__action {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .product-card__action {
    max-height: 60px;
    margin-top: 14px;
    opacity: 1;
    pointer-events: auto;
    width: auto;
    transition: none;
  }
  .product-card__action .btn {
    font-size: 12px;
    line-height: 17px;
    padding: 12px 22px;
    border-radius: 7px;
    border-width: 1.7px;
  }
}

.product-card--red .product-card__name {
  color: #de1111;
}
.product-card--red .product-card__action .btn {
  border-color: #de1111;
}

.product-card--green .product-card__name {
  color: #00b388;
}
.product-card--green .product-card__action .btn {
  border-color: #00b388;
}

.product-card--pink .product-card__name {
  color: #e9448c;
}
.product-card--pink .product-card__action .btn {
  border-color: #e9448c;
}

@media (hover: hover) {
  .product-card:hover .product-card__image {
    transform: translate(-50%, calc(-50% + -25.4%)) scale(0.854, 0.83);
  }
  .product-card:hover .product-card__action {
    max-height: 60px;
    margin-top: 20px;
    opacity: 1;
    pointer-events: auto;
  }
  .product-card--new:hover .product-card__image {
    transform: translate(-50%, calc(-50% + -20.8%)) scale(0.799, 0.815);
  }
}
.product-filter {
  padding: 0 0 1.5rem;
}
@media (min-width: 1024px) {
  .product-filter {
    padding: 0 0 3rem;
  }
}

.product-filter__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: -1.25px;
}
@media (min-width: 1024px) {
  .product-filter__title {
    margin-bottom: 20px;
  }
}

.product-filter__bar {
  display: none;
}
@media (min-width: 1024px) {
  .product-filter__bar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.product-filter__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-filter__group {
    padding: 0px 10px;
  }
}

.product-filter__group-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #1c51a0;
  text-align: center;
}

.product-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 20px;
  width: 100%;
}

.product-filter__chip {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 280px;
  width: 280px;
  height: 56px;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 150ms ease;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
  text-align: left;
}
.product-filter__chip:hover {
  background: #eeeeee;
}
.product-filter__chip--selected {
  background: rgba(53, 103, 255, 0.1);
}

.product-filter__chip-img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filter__chip-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-filter__chip-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-box-trim: trim-both;
}

.product-filter__active-row {
  display: none;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-filter__active-row {
    display: flex;
    padding: 30px 10px 0;
    margin: 0 auto;
  }
}

.product-filter__active-row-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 968px;
}

.product-filter__active-row-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.product-filter__active-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-filter__clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: #fff;
  color: #333;
  border: 2px solid #1c51a0;
  border-radius: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 150ms ease;
  flex-shrink: 0;
}
.product-filter__clear-btn:hover {
  border-color: rgba(53, 103, 255, 0.1);
}

.product-filter__mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
@media (min-width: 1024px) {
  .product-filter__mobile {
    display: none;
  }
}

.product-filter__trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 26px;
  background: #1c51a0;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 150ms ease;
  white-space: nowrap;
}
.product-filter__trigger:hover {
  background: #184689;
}
.product-filter__trigger svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.product-filter__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fff;
  color: #1c51a0;
  border-radius: 0.625rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 16px;
  overflow: hidden;
}

.product-filter__active {
  width: 100%;
}

.product-filter__active-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 12px;
}

.product-filter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px;
  background: rgba(53, 103, 255, 0.1);
  border-radius: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #333;
}

.filter-tag__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.75;
  padding: 0;
  color: #333;
}
.filter-tag__close svg {
  width: 14px;
  height: 14px;
}
.filter-tag__close:hover {
  opacity: 1;
}

.product-filter-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: flex-start;
}
.product-filter-modal--open {
  display: flex;
}
@media (min-width: 1024px) {
  .product-filter-modal {
    display: none !important;
  }
}

.product-filter-modal__panel {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 479px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
  margin-top: 70px;
}

.product-filter-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
}
.product-filter-modal__header .product-filter-modal__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #184689;
}

.product-filter-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
.product-filter-modal__close svg {
  width: 14px;
  height: 14px;
}

.product-filter-modal__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px 20px;
}

.product-filter-modal__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-filter-modal__group-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #1c51a0;
}

.product-filter-modal__chips {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}

.product-filter-modal__chip {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 56px;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 150ms ease;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  text-align: left;
  width: 100%;
}
.product-filter-modal__chip:hover {
  background: rgba(53, 103, 255, 0.2);
}
.product-filter-modal__chip--selected {
  background: rgba(53, 103, 255, 0.1);
}

.product-filter-modal__chip-img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filter-modal__chip-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-filter-modal__chip-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-filter-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid #858886;
}

.product-filter-modal__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  background: #fff;
  color: #333;
  border: 2px solid #1c51a0;
  border-radius: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
  transition: border-color 150ms ease;
}
.product-filter-modal__clear:hover {
  border-color: #184689;
}

.product-filter-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  background: #1c51a0;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
  transition: background-color 150ms ease;
}
.product-filter-modal__submit:hover {
  background: #184689;
}

.product-nav {
  padding: 1.5rem 0;
}
.product-nav__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1280px) {
  .product-nav__wrapper {
    gap: 2rem;
  }
}
.product-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #1c51a0;
  border-radius: 50%;
  background: transparent;
  color: #1c51a0;
  cursor: pointer;
  transition: all 150ms ease;
  flex-shrink: 0;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .product-nav__arrow {
    margin-top: 25px;
  }
}
.product-nav__arrow svg {
  width: 10.5px;
  height: 16.6px;
  fill: currentcolor;
}
.product-nav__arrow:hover {
  background: #1c51a0;
  color: #fff;
}
.product-nav__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.product-nav__carousel {
  flex: 1;
  overflow: hidden;
}
.product-nav__items {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 30px;
}
.product-nav__items::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .product-nav__items {
    gap: 1rem;
  }
}
@media (min-width: 1920px) {
  .product-nav__items {
    gap: 2rem;
  }
}
.product-nav__item {
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
}
.product-nav__item.is-active .product-nav__thumb {
  background: #f5f5f1;
}
.product-nav__item.is-active .product-nav__indicator {
  display: block;
}
.product-nav__thumb {
  width: 66px;
  height: 66px;
  background: transparent;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .product-nav__thumb {
    width: 85px;
    height: 85px;
  }
}
.product-nav__thumb img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-nav__thumb--placeholder {
  background: #f5f5f1;
}
.product-nav__indicator {
  display: none;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  height: 6px;
  background: #1c51a0;
  border-radius: 3px;
}

.radio-input {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.radio-input__control {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.radio-input__indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid #333;
  border-radius: 9999px;
  background: transparent;
  transition: border-color 150ms ease, border-width 150ms ease, box-shadow 150ms ease;
}
.radio-input__indicator::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: transparent;
  transition: background-color 150ms ease;
}

.radio-input__label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0;
  color: #333;
}

.radio-input__control:checked ~ .radio-input__indicator {
  border: 2px solid #1c51a0;
}
.radio-input__control:checked ~ .radio-input__indicator::after {
  background-color: #1c51a0;
}

.radio-input__control:focus-visible ~ .radio-input__indicator {
  border-color: transparent;
  box-shadow: 0 0 0 4px #0096c9;
}

.radio-input__control:disabled ~ .radio-input__indicator {
  border-color: #767676;
  cursor: not-allowed;
}

.radio-input__control:disabled ~ .radio-input__label {
  color: #767676;
  cursor: not-allowed;
}

.radio-input:has(.radio-input__control:disabled) {
  cursor: not-allowed;
}

.radio-input--error .radio-input__indicator {
  border-color: #ec0000;
}

.radio-input--blocked .radio-input__indicator,
.radio-input--blocked .radio-input__control:checked ~ .radio-input__indicator {
  border: 2px solid #a6a6a5;
}
.radio-input--blocked .radio-input__indicator::after,
.radio-input--blocked .radio-input__control:checked ~ .radio-input__indicator::after {
  background-color: #a6a6a5;
}

.radio-input--blocked {
  cursor: not-allowed;
}
.radio-input--blocked .radio-input__label {
  color: #767676;
}
.radio-input--blocked .radio-input__control {
  pointer-events: none;
}

.radio-input__control:active ~ .radio-input__indicator {
  border: 2px solid #1c51a0;
}
.radio-input__control:active ~ .radio-input__indicator::after {
  background-color: rgba(0, 150, 201, 0.5);
}

.slider-history {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.slider-history__pagination {
  display: none;
}
@media (min-width: 769px) {
  .slider-history__pagination {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(26px, 26px + 38 * (100vw - 769px) / 301, 64px);
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}

.slider-history__pagination-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 14px 0 0;
  position: relative;
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: clamp(25px, 25px + 7 * (100vw - 769px) / 301, 32px);
  font-style: italic;
  line-height: clamp(32px, 32px + 12 * (100vw - 769px) / 301, 44px);
  letter-spacing: -0.66px;
  color: #333;
  transition: color 150ms ease;
}
.slider-history__pagination-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #858886;
  border-radius: 4px;
  transition: height 150ms ease, background-color 150ms ease;
}
.slider-history__pagination-item:hover {
  color: #1c51a0;
}
.slider-history__pagination-item--active {
  color: #333;
}
.slider-history__pagination-item--active::after {
  height: 4px;
  background: #1c51a0;
  border-radius: 2px;
}

.slider-history__slides {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.4s ease;
}

.slider-history__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.5s ease;
  will-change: transform;
}
@media (min-width: 769px) {
  .slider-history__track {
    align-items: stretch;
  }
}

.slider-history__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider-history__slide--active {
  opacity: 1;
}
@media (min-width: 769px) {
  .slider-history__slide {
    opacity: 1;
    transition: none;
    display: block;
    height: 800px;
  }
}

.slider-history__slide-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 320/169;
  order: 2;
}
@media (min-width: 769px) {
  .slider-history__slide-image-wrap {
    position: absolute;
    inset: 0;
    height: 100%;
    order: unset;
  }
}

.slider-history__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) {
  .slider-history__slide-image {
    -o-object-position: right;
       object-position: right;
  }
}

.slider-history__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 22%, transparent 76%);
}
@media (min-width: 769px) {
  .slider-history__slide-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 35%, transparent 76%);
  }
}

.slider-history__slide-content {
  order: 1;
  padding: 0 16px 32px;
  text-align: center;
  color: #3a3d3f;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .slider-history__slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    order: unset;
    z-index: 5;
  }
}

@media (min-width: 769px) {
  .slider-history__slide-inner {
    width: 100%;
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1920px) {
  .slider-history__slide-inner {
    max-width: 1474px;
  }
}

.slider-history__slide-year {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-style: italic;
  font-size: 40px;
  line-height: 52px;
}
@media (min-width: 769px) {
  .slider-history__slide-year {
    font-size: 100px;
    line-height: 108px;
    letter-spacing: -1.25px;
    color: #fff;
  }
}

.slider-history__slide-description {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  max-height: 120px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .slider-history__slide-description {
    font-size: 24px;
    line-height: 34px;
    max-width: 500px;
    max-height: none;
    margin-top: auto;
    color: #fff;
  }
}
.slider-history__slide-description strong {
  font-weight: 700;
}

.slider-history__slide-button {
  max-width: 287px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .slider-history__slide-button {
    margin: 40px 0 0 0;
  }
}
.slider-history__slide-button:hover {
  background: #f2f2f2;
}

.slider-history__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 0 0;
}
@media (min-width: 769px) {
  .slider-history__dots {
    display: none;
  }
}

.slider-history__dot {
  width: 16px;
  height: 4px;
  border-radius: 3px;
  background: #858886;
  opacity: 0.33;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.slider-history__dot--active {
  background: #1c51a0;
  opacity: 1;
}

.slider-history__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .slider-history__nav {
    padding: 20px 0;
  }
}

.slider-history__nav-arrow {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 150ms ease;
  color: #1c51a0;
}
.slider-history__nav-arrow svg {
  width: 38px;
  height: 17px;
}
.slider-history__nav-arrow:hover {
  opacity: 0.7;
}
.slider-history__nav-arrow--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.slider-history__nav-arrow--prev svg {
  transform: rotate(180deg);
}

.text-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}

.text-input__label {
  display: block;
  width: 100%;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  color: #1c51a0;
}

.text-input__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 54px;
  padding: 14px 12px;
  background-color: #fff;
  border: 1.5px solid #606060;
  border-radius: 0.625rem;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease, opacity 150ms ease;
}
@media (max-width: 769px) {
  .text-input__body {
    height: auto;
    padding: 12px 10px;
    gap: 10px;
    border-width: 1px;
    border-radius: 0.5rem;
  }
}

.text-input__field {
  flex: 1 0 0;
  min-width: 0;
  height: 22px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-input__field::-moz-placeholder {
  color: #858886;
}
.text-input__field::placeholder {
  color: #858886;
}
@media (max-width: 769px) {
  .text-input__field {
    font-size: 14px;
    line-height: 20px;
  }
}

textarea.text-input__field {
  height: auto;
  min-height: 22px;
  white-space: pre-wrap;
  overflow: auto;
  text-overflow: clip;
  resize: vertical;
  line-height: 22px;
}

.text-input__icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606060;
}
.text-input__icon svg,
.text-input__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.text-input__icon--toggle {
  cursor: pointer;
}

.text-input__edit {
  flex-shrink: 0;
  display: none;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.0875px;
  color: #1c51a0;
  cursor: pointer;
  text-decoration: none;
}
.text-input__edit:hover {
  text-decoration: underline;
}

.text-input__helper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
  transition: opacity 150ms ease;
}

.text-input__helper-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606060;
}
.text-input__helper-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.text-input__helper-text {
  flex: 1 0 0;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  color: #606060;
}

.text-input__body:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 4px #0096c9;
}

.text-input--disabled .text-input__body {
  opacity: 0.2;
  border-color: #767676;
  cursor: not-allowed;
}
.text-input--disabled .text-input__field {
  cursor: not-allowed;
  color: #606060;
}
.text-input--disabled .text-input__helper {
  opacity: 0.2;
}

.text-input--locked .text-input__body {
  background-color: #d3d3d3;
  border: none;
}
.text-input--locked .text-input__field {
  cursor: default;
}

.text-input--locked-edit .text-input__body {
  background-color: #d3d3d3;
  border: none;
}
.text-input--locked-edit .text-input__field {
  cursor: default;
}
.text-input--locked-edit .text-input__edit {
  display: inline;
}

.text-input--error .text-input__body {
  border: 2px solid #ec003e;
}
.text-input--error .text-input__helper-text {
  color: #ec003e;
}
.text-input--error .text-input__helper-icon {
  color: #ec003e;
}

.voucher-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 285px;
  width: 100%;
  aspect-ratio: 405/422;
  overflow: hidden;
  background-color: #f5f5f1;
  border-radius: 0.5rem;
  padding: 10px 20px 14px;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: background-color 150ms ease;
  container-type: inline-size;
}
@media (max-width: 769px) {
  .voucher-card {
    aspect-ratio: unset;
  }
}

.voucher-card__ribbon {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #606060;
}

.voucher-card__ribbon--redeemed {
  background-color: rgba(53, 103, 255, 0.1);
  border-radius: 0.5rem;
  padding: 2px 8px;
  gap: 4px;
  width: auto;
  align-self: flex-start;
  font-size: 0.875rem;
  line-height: 20px;
  color: #1c51a0;
  margin-left: 5px;
}

.voucher-card__image {
  width: 100%;
  aspect-ratio: 357/224;
  overflow: hidden;
  position: relative;
  padding: 0px 5px 5px;
  margin-top: -6px;
}
@media (max-width: 769px) {
  .voucher-card__image {
    aspect-ratio: unset;
  }
}
.voucher-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voucher-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: clamp(12px, 5.9cqi, 24px);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .voucher-card__content {
    padding-top: clamp(6px, 3cqi, 12px);
  }
}

.voucher-card__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 6.4cqi, 26px);
  line-height: clamp(24px, 9.4cqi, 38px);
  letter-spacing: 0;
  color: #1c51a0;
  margin: 0;
  transition: font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1), line-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .voucher-card__title {
    font-size: clamp(14px, 5.5cqi, 20px);
    line-height: clamp(22px, 8cqi, 32px);
  }
}

.voucher-card__points {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 4cqi, 16px);
  line-height: clamp(18px, 5.4cqi, 22px);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d2926;
  margin: 0;
}

.voucher-card__action {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.voucher-card__action .btn {
  width: 100%;
  height: 36px;
  padding: 8px 26px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .voucher-card__action {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 16px;
    transition: none;
  }
}

.voucher-card--disabled {
  background-color: #d3d3d3;
  pointer-events: none;
}
.voucher-card--disabled .voucher-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0px 5px 5px;
}
.voucher-card--disabled .voucher-card__action {
  display: none;
}

.voucher-card__badge {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #1c51a0;
  color: #fff;
  border-radius: 0.5rem;
  padding: 3px 10px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  height: 35px;
}
.voucher-card__badge::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' viewBox='0 0 17 20' fill='none'%3E%3Cpath d='M14.312 7.266h-1.64V4.404C12.673 1.975 10.698 0 8.27 0 5.841 0 3.865 1.975 3.865 4.404v2.862H2.084A2.084 2.084 0 0 0 0 9.35v8.29a2.084 2.084 0 0 0 2.084 2.084h12.228a2.084 2.084 0 0 0 2.084-2.084V9.35a2.084 2.084 0 0 0-2.084-2.084zM5.05 4.404c0-1.775 1.444-3.22 3.22-3.22s3.22 1.445 3.22 3.22v2.862H5.05V4.404zm10.161 13.236c0 .496-.404.9-.9.9H2.084a.9.9 0 0 1-.9-.9V9.35c0-.496.404-.9.9-.9h12.228c.496 0 .9.404.9.9v8.29zm-6.392-6.05v3.818a.592.592 0 0 1-1.184 0V11.59a.592.592 0 0 1 1.184 0z' fill='%23E6E7E8'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' viewBox='0 0 17 20' fill='none'%3E%3Cpath d='M14.312 7.266h-1.64V4.404C12.673 1.975 10.698 0 8.27 0 5.841 0 3.865 1.975 3.865 4.404v2.862H2.084A2.084 2.084 0 0 0 0 9.35v8.29a2.084 2.084 0 0 0 2.084 2.084h12.228a2.084 2.084 0 0 0 2.084-2.084V9.35a2.084 2.084 0 0 0-2.084-2.084zM5.05 4.404c0-1.775 1.444-3.22 3.22-3.22s3.22 1.445 3.22 3.22v2.862H5.05V4.404zm10.161 13.236c0 .496-.404.9-.9.9H2.084a.9.9 0 0 1-.9-.9V9.35c0-.496.404-.9.9-.9h12.228c.496 0 .9.404.9.9v8.29zm-6.392-6.05v3.818a.592.592 0 0 1-1.184 0V11.59a.592.592 0 0 1 1.184 0z' fill='%23E6E7E8'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.voucher-card--disabled-special {
  background-color: #d3d3d3;
  pointer-events: none;
}
.voucher-card--disabled-special .voucher-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0px 5px 5px;
}
.voucher-card--disabled-special .voucher-card__points {
  display: none;
}
.voucher-card--disabled-special .voucher-card__action {
  display: none;
}
.voucher-card--disabled-special .voucher-card__badge {
  display: flex;
}

@media (hover: hover) {
  .voucher-card:hover:not(.voucher-card--disabled) {
    background-color: #e6e6e2;
  }
  .voucher-card:hover:not(.voucher-card--disabled) .voucher-card__content {
    padding-top: clamp(0px, 2cqi, 40px);
  }
}
@media (hover: hover) and (max-width: 1279px) {
  .voucher-card:hover:not(.voucher-card--disabled) .voucher-card__content {
    padding-top: clamp(0px, 2cqi, 0px);
    margin-top: -2%;
  }
}
@media (hover: hover) {
  .voucher-card:hover:not(.voucher-card--disabled) .voucher-card__title {
    font-size: clamp(14px, 5.5cqi, 20px);
    line-height: clamp(22px, 8cqi, 32px);
  }
  .voucher-card:hover:not(.voucher-card--disabled) .voucher-card__action {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.progress-counter {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(53, 103, 255, 0.1);
  padding: 8px 26px;
  border-radius: 0.5rem;
}

.progress-counter__label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #333;
}

.progress-counter__value {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 78px;
}
.progress-counter__value span {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.25px;
  color: #333;
}

@media (max-width: 1023px) {
  .progress-counter {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
  .progress-counter__label {
    font-size: 16px;
    line-height: 22px;
  }
  .progress-counter__value span {
    font-size: 16px;
    line-height: 22px;
  }
}
.model-viewer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.model-viewer-container {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: #cfcfcf;
  /*#cfcfcf;*/
  /*#e6e6e2;*/
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.model-placeholder-image {
  max-width: 70%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.model-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Hotspot {
  background: rgb(255, 255, 255);
  border-radius: 32px;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  padding: 8px;
  position: relative;
  transition: opacity 0.3s;
  width: 24px;
}

.HotspotAnnotation {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  left: calc(100% + 1em);
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  position: absolute;
  top: 50%;
  width: -moz-max-content;
  width: max-content;
}

.Hotspot > * {
  opacity: 1;
  transform: translateY(-50%);
}

/* kontener przycisków pod modelem */
.viewer-controls-bottom {
  margin-top: 16px;
  margin-bottom: 1rem;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 20px;
}

.home-sections {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
}
@media (min-width: 769px) {
  .home-sections {
    gap: 100px;
    margin-top: 100px;
  }
}

.idx-hero {
  background: linear-gradient(160deg, #0b1120 0%, #162547 50%, #1c51a0 100%);
  padding: 80px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.idx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(0, 150, 201, 0.12) 0%, transparent 60%), radial-gradient(circle at 80% 70%, rgba(28, 81, 160, 0.18) 0%, transparent 50%);
  pointer-events: none;
}
.idx-hero .container {
  position: relative;
  z-index: 1;
}

.idx-hero__badge {
  display: inline-block;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9999px;
  padding: 6px 20px;
  margin-bottom: 28px;
  backdrop-filter: blur(4px);
}

.idx-hero__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.idx-hero__v {
  background: linear-gradient(135deg, #0096c9, rgb(37.8, 199.8895522388, 255));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.idx-hero__desc {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 440px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.idx-hero__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.idx-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.idx-hero__stat-value {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.idx-hero__stat-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.idx-section {
  padding: 56px 0;
}
.idx-section--docs {
  background-color: #f8fafc;
  padding-bottom: 80px;
}

.idx-section__header {
  margin-bottom: 36px;
}

.idx-section__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.idx-section__desc {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  color: #64748b;
}

.idx-grid {
  display: grid;
  gap: 40px;
}

.idx-group__label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  margin-bottom: 14px;
  padding-left: 2px;
}

.idx-group__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
@media (min-width: 769px) {
  .idx-group__cards {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.idx-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  text-decoration: none;
  color: #1e293b;
  transition: all 0.2s ease;
  position: relative;
}
.idx-card::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  opacity: 0;
  font-size: 0.875rem;
  color: #1c51a0;
  transition: all 0.2s ease;
}
.idx-card:hover {
  border-color: #1c51a0;
  box-shadow: 0 4px 16px rgba(28, 81, 160, 0.1);
  transform: translateY(-2px);
}
.idx-card:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.idx-card:active {
  transform: translateY(0);
  box-shadow: none;
}

.idx-card__icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.idx-card__name {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idx-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
@media (min-width: 769px) {
  .idx-docs-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.idx-doc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  text-decoration: none;
  color: #1e293b;
  transition: all 0.2s ease;
}
.idx-doc:hover {
  border-color: #1c51a0;
  box-shadow: 0 4px 16px rgba(28, 81, 160, 0.1);
  transform: translateY(-2px);
}
.idx-doc:hover .idx-doc__name {
  color: #1c51a0;
}
.idx-doc:active {
  transform: translateY(0);
  box-shadow: none;
}

.idx-doc__icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}

.idx-doc__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.idx-doc__name {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.idx-doc__path {
  font-family: monospace;
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-hero {
  padding: 2rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .product-hero {
    padding: 4rem 0;
  }
}
.product-hero__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin-bottom: 1rem;
  letter-spacing: -1.25px;
}
@media (min-width: 1024px) {
  .product-hero__title {
    font-size: 64px;
    line-height: 1.1;
  }
}
.product-hero__description {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .product-hero__description {
    font-size: 1.5rem;
    max-width: 994px;
    line-height: 1.67;
  }
}

.product-features {
  padding: 1.5rem 0;
}
@media (min-width: 1024px) {
  .product-features {
    padding: 2rem 0;
  }
}
.product-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .product-features__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.product-info {
  padding: 3rem 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .product-info {
    padding: 4rem 0;
  }
}
.product-info .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-info__content {
  text-align: center;
  max-width: 280px;
  margin: 0 auto 2rem;
}
@media (min-width: 1024px) {
  .product-info__content {
    max-width: 1042px;
    margin-bottom: 3rem;
  }
}
.product-info__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  letter-spacing: -1.25px;
}
@media (min-width: 1024px) {
  .product-info__title {
    font-size: 45px;
  }
}
.product-info__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .product-info__subtitle {
    font-size: 1.5rem;
    line-height: 1.67;
  }
}
.product-info__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.86;
  color: #3a3d3f;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .product-info__text {
    font-size: 1.5rem;
    line-height: 1.67;
    letter-spacing: -1.25px;
  }
}
.product-info__text p {
  margin-bottom: 1rem;
}
.product-info__text p:last-child {
  margin-bottom: 0;
}
.product-info__text strong {
  font-weight: 700;
}
.product-info__badges {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-info__badges {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.product-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  min-width: 280px;
}
.product-badge__icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 22px;
}
.product-badge__img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-badge__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
}

.product-showcase {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .product-showcase {
    max-width: 1260px;
  }
}
.product-showcase__main {
  background: #e6e6e2;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/380;
}
@media (min-width: 1024px) {
  .product-showcase__main {
    aspect-ratio: 1260/827;
    padding: 4rem;
  }
}
.product-showcase__img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-components {
  background-color: #f8fafc;
  min-height: 100vh;
}

.components-header {
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 3rem;
}

.components-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.components-desc {
  font-size: 1rem;
  color: #64748b;
  max-width: 640px;
}
.components-desc code {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 2px 6px;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.component-section {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.component-section__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c51a0;
  margin-bottom: 0.25rem;
}

.component-section__file {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}
.component-section__file code {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 2px 6px;
  border-radius: 0.25rem;
}

.component-group {
  margin-bottom: 1.5rem;
}
.component-group:last-child {
  margin-bottom: 0;
}

.component-group__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
}

.component-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.component-row--cards {
  align-items: stretch;
}
.component-row--cards > * {
  flex: 1;
  min-width: 240px;
  max-width: 360px;
}

.docs-layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.docs-nav {
  width: 220px;
  flex-shrink: 0;
  position: sticky;
  top: 2rem;
}

.docs-nav__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
}

.docs-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.docs-nav__link {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.625rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #1e293b;
  transition: background-color 0.15s ease;
}
.docs-nav__link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.docs-nav__link.is-active {
  background-color: #1c51a0;
  color: #fff;
}
.docs-nav__link.is-active .docs-nav__file {
  color: rgba(255, 255, 255, 0.7);
}

.docs-nav__label {
  font-size: 0.875rem;
  font-weight: 600;
}

.docs-nav__file {
  font-size: 11px;
  color: #64748b;
  font-family: monospace;
}

.docs-content {
  flex: 1;
  min-width: 0;
}

.docs-card {
  display: block;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #1e293b;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.docs-card:hover {
  border-color: #1c51a0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.docs-card__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1c51a0;
  margin-bottom: 0.25rem;
}

.docs-card__file {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.docs-card__file code {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 2px 6px;
  border-radius: 0.25rem;
}

.docs-card__desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

.page-login {
  height: 100%;
}

.login-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .login-header {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

.login-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 58px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .login-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.login-subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
  color: #1c51a0;
  margin: 0;
  letter-spacing: -1.25px;
}
@media (max-width: 769px) {
  .login-subtitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 769px) {
  .login-form {
    gap: 20px;
  }
}
.login-form__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.login-form__forgot-link {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  color: #1c51a0;
  text-decoration: none;
  white-space: nowrap;
}
.login-form__forgot-link:hover {
  text-decoration: underline;
}
@media (max-width: 769px) {
  .login-form__forgot-link {
    display: none;
  }
}
.login-form__actions {
  margin-top: 20px;
}
.login-form__actions .btn {
  width: 190px;
}
@media (max-width: 769px) {
  .login-form__actions {
    margin-top: 16px;
  }
  .login-form__actions .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.text-input__icon--toggle {
  cursor: pointer;
  pointer-events: auto;
}

.login-separator {
  height: 2px;
  background-color: #858886;
  margin: 0;
}
@media (max-width: 769px) {
  .login-separator {
    height: 1px;
  }
}

.login-register {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.login-register .btn {
  width: 190px;
}
@media (max-width: 769px) {
  .login-register {
    gap: 24px;
    align-items: center;
  }
  .login-register .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.register-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0;
}
@media (max-width: 769px) {
  .register-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.page-prereg {
  height: 100%;
}

.prereg-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .prereg-header {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

.prereg-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 58px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.prereg-subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #1c51a0;
  margin: 0;
  letter-spacing: -1.25px;
}
@media (max-width: 769px) {
  .prereg-subtitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.prereg-body {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 769px) {
  .prereg-body {
    gap: 24px;
  }
}

.prereg-actions {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 769px) {
  .prereg-actions {
    gap: 24px;
  }
}

.prereg-cta .btn {
  width: 190px;
}
@media (max-width: 769px) {
  .prereg-cta .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.prereg-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prereg-info__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-info__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.prereg-info__toggle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1c51a0;
  text-decoration: none;
  cursor: pointer;
}
.prereg-info__toggle:hover {
  text-decoration: underline;
}
@media (max-width: 769px) {
  .prereg-info__toggle {
    font-size: 12px;
    line-height: 16px;
  }
}

.prereg-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
  margin-top: -32px;
}
@media (max-width: 769px) {
  .prereg-details {
    margin-top: -24px;
  }
}
.prereg-details.is-open {
  max-height: 500px;
  opacity: 1;
  margin-top: 0;
}
.prereg-details__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-details__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.prereg-details__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-details__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.prereg-details__link {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1c51a0;
  text-decoration: underline;
}
.prereg-details__link:hover {
  color: #153d7a;
}
@media (max-width: 769px) {
  .prereg-details__link {
    font-size: 12px;
    line-height: 16px;
  }
}
.prereg-details__link--inline {
  color: #1c51a0;
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.prereg-details__link--inline:hover {
  color: #153d7a;
}

.prereg-bottom {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 769px) {
  .prereg-bottom {
    gap: 24px;
  }
}

.prereg-separator {
  height: 2px;
  background-color: #858886;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-separator {
    height: 1px;
  }
}

.prereg-login {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prereg-login__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0;
}
@media (max-width: 769px) {
  .prereg-login__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.prereg-login .btn {
  width: 190px;
}
@media (max-width: 769px) {
  .prereg-login {
    gap: 24px;
    align-items: center;
  }
  .prereg-login .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.page-register {
  height: 100%;
}

.register-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .register-header {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

.register-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 93px;
  line-height: 101px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .register-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.register-subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #1c51a0;
  margin: 0;
  letter-spacing: -1.25px;
}
@media (max-width: 769px) {
  .register-subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (max-width: 769px) {
  .register-form {
    gap: 20px;
  }
}

.register-password-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .register-password-section {
    gap: 8px;
  }
}
.register-password-section__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1c51a0;
  margin: 0;
}
@media (max-width: 769px) {
  .register-password-section__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.register-password-rules {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.register-password-rules__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 4px;
  color: #1c51a0;
}
.register-password-rules__item::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M7.0875 5.25c.237 0 .43.177.437.399l.001.011v5.129c0 .226-.196.41-.437.41-.238 0-.431-.177-.438-.399L6.65 10.79V5.661c0-.227.196-.411.437-.411Z' fill='%23000'/%3E%3Cpath d='M7.0875 4.2a.787.787 0 1 0 0-1.575.787.787 0 0 0 0 1.575Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' d='M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7Zm13.161 0A6.161 6.161 0 1 0 .84 7a6.161 6.161 0 0 0 12.322 0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M7.0875 5.25c.237 0 .43.177.437.399l.001.011v5.129c0 .226-.196.41-.437.41-.238 0-.431-.177-.438-.399L6.65 10.79V5.661c0-.227.196-.411.437-.411Z' fill='%23000'/%3E%3Cpath d='M7.0875 4.2a.787.787 0 1 0 0-1.575.787.787 0 0 0 0 1.575Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' d='M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7Zm13.161 0A6.161 6.161 0 1 0 .84 7a6.161 6.161 0 0 0 12.322 0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.register-password-rules__item--error {
  color: #ef4444;
}
.register-password-rules__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  color: inherit;
}

.register-terms {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register-terms .checkbox {
  align-items: flex-start;
  gap: 10px;
}
.register-terms .checkbox__label {
  font-size: 16px;
  line-height: 20px;
  color: #373a36;
}
@media (max-width: 769px) {
  .register-terms .checkbox__label {
    font-size: 12px;
    line-height: 16px;
  }
}
.register-terms__required {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1c51a0;
  margin: 0;
  text-align: right;
}
@media (max-width: 769px) {
  .register-terms__required {
    font-size: 12px;
    line-height: 16px;
  }
}

.register-consents {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 769px) {
  .register-consents {
    padding: 24px 0;
  }
}
.register-consents__box {
  border: 1px solid #858886;
  border-radius: 0.5rem;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 120px;
}
@media (max-width: 769px) {
  .register-consents__box {
    padding: 1.25rem;
    gap: 20px;
  }
}
.register-consents__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.register-consents__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .register-consents__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.register-consents__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin: 0;
}
@media (max-width: 769px) {
  .register-consents__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.register-consents__submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .register-consents__submit {
    margin-top: 24px;
  }
  .register-consents__submit .btn {
    width: 100%;
  }
}

.register-consent-card {
  background-color: #f5f5f1;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .register-consent-card {
    padding: 1.5rem;
    gap: 20px;
  }
}
.register-consent-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
}
.register-consent-card__heading {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #373a36;
  margin: 0;
}
.register-consent-card__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #373a36;
  margin: 0;
}
@media (max-width: 769px) {
  .register-consent-card__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.register-consent-card__link {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1c51a0;
  text-decoration: underline;
}
.register-consent-card__link:hover {
  color: #153d7a;
}
@media (max-width: 769px) {
  .register-consent-card__link {
    font-size: 14px;
    line-height: 20px;
  }
}
.register-consent-card__radios {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.register-consent-card__channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.register-consent-card__channel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.register-consent-card__channel-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #373a36;
  margin: 0;
}
@media (max-width: 769px) {
  .register-consent-card__channel-label {
    font-size: 14px;
    line-height: 20px;
  }
}

.page-reset-pass {
  height: 100%;
}

.reset-pass-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .reset-pass-header {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

.reset-pass-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 70px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .reset-pass-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.reset-pass-subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
  color: #1c51a0;
  margin: 0;
  letter-spacing: -1.25px;
}
@media (max-width: 769px) {
  .reset-pass-subtitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.reset-pass-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.reset-pass-form__actions .btn {
  width: 232px;
}
@media (max-width: 769px) {
  .reset-pass-form__actions .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.page-reset-pass-info {
  height: 100%;
}

.reset-info-contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 769px) {
  .reset-info-contact {
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}
.reset-info-contact__text {
  display: flex;
  flex-direction: column;
}
.reset-info-contact__heading {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #333;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .reset-info-contact__heading {
    font-size: 20px;
    line-height: 32px;
  }
}
.reset-info-contact__desc {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  letter-spacing: -1.25px;
  margin: 0;
}
@media (max-width: 769px) {
  .reset-info-contact__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.reset-info-contact__btn {
  display: none;
}
@media (max-width: 769px) {
  .reset-info-contact__btn {
    display: inline-flex;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 26px;
  }
}

.products-hero {
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .products-hero {
    padding: 4rem 0 3rem;
  }
}
.products-hero__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1.25px;
  color: #333;
  margin: 0 0 14px;
}
@media (min-width: 1024px) {
  .products-hero__title {
    font-size: 45px;
    line-height: 72px;
    margin-bottom: 30px;
  }
}
.products-hero__description {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .products-hero__description {
    max-width: 560px;
  }
}
@media (min-width: 1024px) {
  .products-hero__description {
    max-width: 994px;
    font-size: 24px;
    line-height: 40px;
  }
}
.products-hero__description strong {
  font-weight: 700;
}
.products-hero__description p {
  margin: 0 0 20px;
}
.products-hero__description p:last-child {
  margin-bottom: 0;
}
.products-hero__cta {
  margin-top: 10px;
}
.products-hero__cta .btn {
  width: 100%;
}
@media (min-width: 640px) {
  .products-hero__cta .btn {
    width: auto;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .products-hero__cta .btn {
    width: auto;
    max-width: none;
  }
}

.products-listing {
  padding: 0 0 4rem;
}

.products-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 80px) / 3));
    gap: 60px 40px;
    justify-content: center;
  }
}

@keyframes filterCardReveal {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.92);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(-3px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes filterCardHide {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.85);
    filter: blur(4px);
  }
}
.product-card {
  will-change: transform, opacity, filter;
}
.product-card--filter-reveal {
  animation: filterCardReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--stagger-delay, 0ms);
}
.product-card--filter-hide {
  animation: filterCardHide 0.25s cubic-bezier(0.4, 0, 1, 1) both;
  pointer-events: none;
}
.product-card--filter-hidden {
  display: none !important;
}

.marketing-consents-hero {
  padding: 40px 0 0;
  text-align: center;
}
@media (max-width: 769px) {
  .marketing-consents-hero {
    padding: 24px 0 0;
  }
}
.marketing-consents-hero__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 72px;
  color: #1c51a0;
  letter-spacing: -1.25px;
  margin: 0 0 40px;
}
@media (max-width: 769px) {
  .marketing-consents-hero__title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 16px;
  }
}
.marketing-consents-hero__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #333;
  letter-spacing: -1.25px;
  margin: 0;
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 769px) {
  .marketing-consents-hero__subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.marketing-consents {
  padding: 40px 0 0;
}
@media (max-width: 769px) {
  .marketing-consents {
    padding: 24px 0 0;
  }
}
.marketing-consents__submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 769px) {
  .marketing-consents__submit {
    margin-top: 24px;
    padding-bottom: 40px;
  }
  .marketing-consents__submit .btn {
    width: 100%;
  }
}

.page-voucher .voucher {
  padding: 64px 0 0;
}
.page-voucher .voucher__hero {
  display: flex;
  gap: 88px;
  align-items: flex-start;
  margin-bottom: 64px;
}
.page-voucher .voucher__image-wrapper {
  flex-shrink: 0;
  width: 579px;
  height: 579px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.page-voucher .voucher__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-voucher .voucher__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 577px;
}
.page-voucher .voucher__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-voucher .voucher__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-voucher .voucher__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.25px;
  color: #333;
  margin: 0;
}
.page-voucher .voucher__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -1.25px;
  color: #3a3d3f;
  margin: 0;
}
.page-voucher .voucher__exchange {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-voucher .voucher__price {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #184689;
  margin: 0;
}
.page-voucher .voucher__cta {
  width: 241px;
}
.page-voucher .voucher__notice {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 16px 20px;
  overflow: hidden;
}
.page-voucher .voucher__notice-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5c5c;
  margin: 0;
}
.page-voucher .voucher__notice-link {
  color: #1c51a0;
  text-decoration: underline;
}
.page-voucher .voucher__validity {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-voucher .voucher__validity-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3a3d3f;
  margin: 0;
}
.page-voucher .voucher__validity-date {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #3a3d3f;
}
.page-voucher .voucher__validity-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.page-voucher .voucher__description-box {
  border: 1px solid #e6e7e8;
  border-radius: 0.5rem;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-voucher .voucher__description-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5c5c;
  margin: 0;
}
.page-voucher .voucher__description-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #3a3d3f;
  margin: 0;
}
.page-voucher .voucher__instruction-box {
  border: 1px solid #e6e7e8;
  border-radius: 0.5rem;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
}
.page-voucher .voucher__instruction-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c5c5c;
  margin: 0;
}
.page-voucher .voucher__instruction-content {
  overflow: hidden;
  max-height: 154px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-voucher .voucher__instruction-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #3a3d3f;
}
.page-voucher .voucher__instruction-text p {
  margin: 0 0 12px;
}
.page-voucher .voucher__instruction-text p:last-child {
  margin-bottom: 0;
}
.page-voucher .voucher__instruction-text strong {
  font-weight: 700;
}
.page-voucher .voucher__instruction-text ol {
  margin: 0 0 12px;
  padding-left: 24px;
  list-style: decimal;
}
.page-voucher .voucher__instruction-text ol:last-child {
  margin-bottom: 0;
}
.page-voucher .voucher__instruction-text li {
  margin-bottom: 2px;
}
.page-voucher .voucher__instruction-text li:last-child {
  margin-bottom: 0;
}
.page-voucher .voucher__read-more {
  display: none;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #1c51a0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.page-voucher .voucher__read-more.is-visible {
  display: block;
}
.page-voucher .voucher__info-banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 100px;
}
.page-voucher .voucher__info-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fbfbfb;
  border-radius: 0.5rem;
  padding: 20px;
}
.page-voucher .voucher__info-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}
.page-voucher .voucher__info-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-voucher .voucher__info-text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #3a3d3f;
  margin: 0;
}
.page-voucher .voucher__redeemed-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(53, 103, 255, 0.1);
  border-radius: 0.5rem;
  padding: 2px 8px;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1c51a0;
  max-width: 245px;
}
.page-voucher .voucher__code-box {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-voucher .voucher__code-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3a3d3f;
  margin: 0;
}
.page-voucher .voucher__code-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-voucher .voucher__code-value {
  flex: 1;
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #184689;
}
.page-voucher .voucher__copy-btn {
  font-size: 18px;
  line-height: 24px;
}
.page-voucher .voucher__download-box {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-voucher .voucher__download-label {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3a3d3f;
  margin: 0;
  max-width: 268px;
}
.page-voucher .voucher__download-btn {
  width: 190px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .page-voucher .voucher {
    padding: 24px 0 0;
  }
  .page-voucher .voucher__hero {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .page-voucher .voucher__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page-voucher .voucher__content {
    max-width: 100%;
  }
  .page-voucher .voucher__title {
    font-size: 44px;
    line-height: 52px;
  }
  .page-voucher .voucher__subtitle {
    font-size: 26px;
    line-height: 36px;
  }
  .page-voucher .voucher__price {
    font-size: 18px;
    line-height: 32px;
  }
  .page-voucher .voucher__cta {
    display: none;
  }
  .page-voucher .voucher__notice-text {
    font-size: 0.75rem;
    line-height: 18px;
  }
  .page-voucher .voucher__instruction-box {
    margin-bottom: 24px;
  }
  .page-voucher .voucher__instruction-content {
    max-height: 180px;
  }
  .page-voucher .voucher__info-banners {
    margin-bottom: 64px;
  }
  .page-voucher .voucher__info-text {
    font-size: 1rem;
    line-height: 22px;
  }
  .page-voucher .voucher__code-box {
    display: none;
  }
  .page-voucher .voucher__code-row {
    flex-direction: column;
    align-items: stretch;
  }
  .page-voucher .voucher__code-value {
    font-size: 24px;
    line-height: 32px;
  }
  .page-voucher .voucher__copy-btn {
    width: 100%;
  }
}
.page-voucher .voucher__mobile-code {
  display: none;
}
@media (max-width: 1023px) {
  .page-voucher .voucher__mobile-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: sticky;
    bottom: 0;
    z-index: 200;
    background-color: #fff;
    padding: 16px 20px 12px;
    box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  .page-voucher .voucher__mobile-code.is-unpinned {
    box-shadow: none;
  }
  .page-voucher .voucher__mobile-code-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-transform: uppercase;
  }
  .page-voucher .voucher__mobile-code-label {
    flex: 1;
    font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 2px;
    color: #3a3d3f;
  }
  .page-voucher .voucher__mobile-code-value {
    flex-shrink: 0;
    font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #184689;
  }
}
.page-voucher .voucher__mobile-cta {
  display: none;
}
@media (max-width: 1023px) {
  .page-voucher .voucher__mobile-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: sticky;
    bottom: 0;
    z-index: 200;
    background-color: #fff;
    padding: 16px 20px 12px;
    box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  .page-voucher .voucher__mobile-cta.is-unpinned {
    box-shadow: none;
  }
  .page-voucher .voucher__mobile-cta-info {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .page-voucher .voucher__mobile-cta-title {
    flex: 1;
    font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
    font-size: 0.75rem;
    line-height: 16px;
    color: #333;
    margin: 0;
  }
  .page-voucher .voucher__mobile-cta-name {
    display: block;
    font-weight: 700;
  }
  .page-voucher .voucher__mobile-cta-value {
    display: block;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  .page-voucher .voucher__mobile-cta-price {
    flex-shrink: 0;
    font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #184689;
    margin: 0;
  }
  .page-voucher .voucher__mobile-cta-btn {
    width: 100%;
  }
}
.page-voucher .voucher__mobile-download {
  display: none;
}
.page-voucher .voucher__mobile-download-sentinel {
  display: none;
}
@media (max-width: 1023px) {
  .page-voucher .voucher__download-box {
    display: none;
  }
  .page-voucher .voucher__mobile-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: sticky;
    bottom: 0;
    z-index: 200;
    background-color: #fff;
    padding: 16px 20px 12px;
    box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  .page-voucher .voucher__mobile-download.is-unpinned {
    box-shadow: none;
  }
  .page-voucher .voucher__mobile-download-label {
    width: 100%;
    font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3a3d3f;
    margin: 0;
  }
  .page-voucher .voucher__mobile-download-btn {
    width: 100%;
  }
  .page-voucher .voucher__mobile-download-sentinel {
    display: block;
  }
}

.page-vouchers .vouchers-hero {
  padding: 64px 0 48px;
  text-align: center;
}
.page-vouchers .vouchers-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.page-vouchers .vouchers-hero__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 72px;
  letter-spacing: -1.25px;
  color: #1c51a0;
  margin: 0;
}
.page-vouchers .vouchers-hero__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1.25px;
  color: #333;
  margin: 0;
  max-width: 1260px;
}
.page-vouchers .vouchers-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.page-vouchers .vouchers-section-title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1.25px;
  color: #333;
  margin: 0;
}
.page-vouchers .vouchers-section-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-vouchers .vouchers-section-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-vouchers .vouchers-catalog {
  padding-bottom: 64px;
}
.page-vouchers .vouchers-catalog .vouchers-section-header {
  margin-bottom: 40px;
}
.page-vouchers .vouchers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page-vouchers .vouchers-grid--special {
  grid-template-columns: repeat(3, 1fr);
}
.page-vouchers .vouchers-special {
  padding-bottom: 100px;
}
.page-vouchers .vouchers-special__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.page-vouchers .vouchers-special__description {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1.25px;
  color: #333;
  text-align: center;
  margin: 0;
  max-width: 1000px;
}
.page-vouchers .vouchers-special__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-vouchers .alert-banner {
  margin: 0 auto 40px;
  max-width: 621px;
}
@media (max-width: 1023px) {
  .page-vouchers .vouchers-hero {
    padding: 32px 0;
  }
  .page-vouchers .vouchers-hero__content {
    gap: 24px;
  }
  .page-vouchers .vouchers-hero__title {
    font-size: 64px;
    line-height: 72px;
  }
  .page-vouchers .vouchers-hero__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .page-vouchers .vouchers-section-header {
    gap: 16px;
  }
  .page-vouchers .vouchers-section-title {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .page-vouchers .vouchers-catalog {
    padding-bottom: 40px;
  }
  .page-vouchers .vouchers-catalog .vouchers-section-header {
    margin-bottom: 32px;
  }
  .page-vouchers .vouchers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .page-vouchers .vouchers-grid--special {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-vouchers .vouchers-special {
    padding-bottom: 64px;
  }
  .page-vouchers .vouchers-special__content {
    gap: 20px;
    margin-bottom: 32px;
  }
  .page-vouchers .vouchers-special__description {
    font-size: 16px;
    line-height: 24px;
  }
  .page-vouchers .alert-banner {
    margin-bottom: 32px;
  }
}
@media (max-width: 639px) {
  .page-vouchers .vouchers-grid,
  .page-vouchers .vouchers-grid--special {
    grid-template-columns: 1fr;
  }
}

.historia-header {
  text-align: center;
  padding: 40px 0 0;
}
@media (min-width: 769px) {
  .historia-header {
    padding: 0;
  }
}

.historia-header__title {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -1.25px;
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 769px) {
  .historia-header__title {
    font-size: 64px;
    line-height: 72px;
  }
}

.historia-header__description {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  color: #3a3d3f;
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 769px) {
  .historia-header__description {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -1.25px;
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.historia-header__description strong {
  font-weight: 700;
}

.historia-manifesto {
  text-align: center;
}
.historia-manifesto .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .historia-manifesto .container {
    gap: 80px;
  }
}

.historia-manifesto__heading {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -1.25px;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 769px) {
  .historia-manifesto__heading {
    font-size: 44px;
    line-height: 52px;
  }
}

.historia-manifesto__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 769px) {
  .historia-manifesto__text {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1.25px;
  }
}
.historia-manifesto__text strong {
  font-weight: 700;
}

.historia-manifesto__line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
}
@media (min-width: 769px) {
  .historia-manifesto__line {
    height: 70px;
  }
}

.historia-manifesto__heading {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translateY(24px);
  filter: blur(6px);
  text-box-trim: trim-both;
  transition: clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.historia-manifesto__heading.is-visible {
  clip-path: inset(0 0% 0 0);
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.historia-manifesto__text {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translateY(12px);
  transition: clip-path 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.historia-manifesto__text.is-visible {
  clip-path: inset(0 0% 0 0);
  opacity: 1;
  transform: translateY(0);
}

.historia-manifesto__line svg {
  display: block;
  height: 70px;
  width: 2px;
  overflow: visible;
}
.historia-manifesto__line path {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.historia-manifesto__line.is-visible path {
  stroke-dashoffset: 0;
}

.historia-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.historia-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.historia-cta__icon {
  border-radius: 14.84px;
  overflow: hidden;
  width: 88px;
  height: 88px;
}
@media (max-width: 769px) {
  .historia-cta__icon {
    width: 83px;
    height: 83px;
    border-radius: 14.5px;
  }
}
.historia-cta__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page-historia-winston .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 769px) {
  .page-historia-winston .main-content {
    gap: 80px;
  }
}
.page-historia-winston .main-content {
  padding-bottom: 100px;
}
@media (max-width: 769px) {
  .page-historia-winston .main-content {
    padding-bottom: 64px;
  }
}
@media (min-width: 769px) {
  .page-historia-winston .slider-history {
    max-width: 1920px;
  }
}

.page-odebrane-nagrody .vouchers-hero {
  padding: 64px 0 48px;
  text-align: center;
}
.page-odebrane-nagrody .vouchers-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.page-odebrane-nagrody .vouchers-hero__title {
  font-family: "Winston PL", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 72px;
  letter-spacing: -1.25px;
  color: #1c51a0;
  margin: 0;
}
.page-odebrane-nagrody .vouchers-hero__subtitle {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin: 0;
  max-width: 1260px;
}
.page-odebrane-nagrody .redeemed-vouchers {
  padding-bottom: 100px;
}
.page-odebrane-nagrody .vouchers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.page-odebrane-nagrody .voucher-card--redeemed {
  text-decoration: none;
  color: inherit;
}
.page-odebrane-nagrody .voucher-card--redeemed .voucher-card__ribbon {
  color: #1c51a0;
}
.page-odebrane-nagrody .redeemed-vouchers-empty {
  padding-bottom: 100px;
}
.page-odebrane-nagrody .redeemed-vouchers-empty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-odebrane-nagrody .redeemed-vouchers-empty__text {
  font-family: "Futura Now Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: center;
  margin: 0;
  max-width: 680px;
}
@media (max-width: 1023px) {
  .page-odebrane-nagrody .vouchers-hero {
    padding: 32px 0;
  }
  .page-odebrane-nagrody .vouchers-hero__content {
    gap: 24px;
  }
  .page-odebrane-nagrody .vouchers-hero__title {
    font-size: 64px;
    line-height: 72px;
  }
  .page-odebrane-nagrody .vouchers-hero__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .page-odebrane-nagrody .redeemed-vouchers {
    padding-bottom: 64px;
  }
  .page-odebrane-nagrody .redeemed-vouchers-empty {
    padding-bottom: 64px;
  }
  .page-odebrane-nagrody .vouchers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 639px) {
  .page-odebrane-nagrody .vouchers-grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=main.css.map */
