@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --black: #050707;
  --black-soft: #0a0d10;
  --navy: #071320;
  --navy-soft: #0d1e2d;
  --emerald: #102c24;
  --emerald-soft: #173b31;
  --gold: #c9a44d;
  --gold-light: #efd58d;
  --ivory: #f8efd8;
  --muted: #c7bfae;
  --burgundy: #7b1930;
  --line: rgba(239, 213, 141, 0.2);
  --panel: rgba(13, 30, 45, 0.72);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 18% 6%, rgba(123, 25, 48, 0.18), transparent 30%),
    linear-gradient(135deg, var(--black) 0%, var(--navy) 52%, #06100d 100%);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
  overflow: hidden;
}

header,
nav,
section,
article,
aside,
footer,
figure {
  display: block;
}

ul,
li {
  list-style: none;
}

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

img {
  display: block;
  max-width: 100%;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

strong {
  color: var(--ivory);
}

::selection {
  color: var(--black);
  background: var(--gold-light);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
  position: relative;
}

.d2F6Lk {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.VxmtMgy2r8Q {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.VxmtMgy2r8Q::before,
.VxmtMgy2r8Q::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.d2F6Lk h2,
.lJn3Ciq h2,
.wZGYHS15I h1 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.d2F6Lk h2 em,
.lJn3Ciq h2 em,
.caption h1 em,
.wZGYHS15I h1 em {
  color: var(--gold-light);
  font-style: normal;
}

.d2F6Lk p {
  margin-top: 20px;
}

.js-preloader {
  align-items: center;
  background: var(--black);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  visibility: visible;
  z-index: 9999;
}

.js-preloader.loaded {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.eYaS44mA {
  height: 42px;
  position: relative;
  width: 148px;
}

.eYaS44mA .dot {
  animation: dot 2.6s infinite;
  background: var(--gold-light);
  border-radius: 50%;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 14px;
}

.eYaS44mA .JB0fkwTy0v {
  animation: dots 2.6s infinite;
  margin-left: 34px;
  margin-top: 14px;
}

.eYaS44mA .JB0fkwTy0v span {
  background: var(--gold-light);
  border-radius: 50%;
  display: block;
  float: left;
  height: 14px;
  margin-left: 16px;
  opacity: 0.72;
  width: 14px;
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

.header-area {
  background: rgba(5, 7, 7, 0.28);
  border-bottom: 1px solid rgba(239, 213, 141, 0.12);
  height: 82px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
  z-index: 100;
}

.header-area.background-header {
  background: rgba(5, 7, 7, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.main-nav {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: space-between;
  position: relative;
}

.yBXXJdM0eIW {
  align-items: center;
  color: var(--ivory);
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  min-height: 44px;
}

.yBXXJdM0eIW em {
  color: var(--gold-light);
  font-style: normal;
}

.nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.nav li a {
  border-radius: 999px;
  color: rgba(248, 239, 216, 0.78);
  display: inline-flex;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 12px 13px;
  text-transform: uppercase;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}

.nav li a:hover,
.nav li a.active {
  color: var(--gold-light);
  background: rgba(201, 164, 77, 0.1);
}

.nav .CHfvviMxe9Q a {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0b0906;
  padding-inline: 18px;
}

.nav .CHfvviMxe9Q a:hover,
.nav .CHfvviMxe9Q a.active {
  color: #0b0906;
  background: linear-gradient(135deg, #f6df9c, #d1aa55);
}

.menu-trigger {
  cursor: pointer;
  display: none;
  height: 44px;
  position: relative;
  text-indent: -9999px;
  width: 44px;
}

.menu-trigger span,
.menu-trigger span::before,
.menu-trigger span::after {
  background: var(--gold-light);
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 7px;
  position: absolute;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 30px;
}

.menu-trigger span {
  top: 21px;
}

.menu-trigger span::before,
.menu-trigger span::after {
  content: "";
  left: 0;
}

.menu-trigger span::before {
  top: -10px;
}

.menu-trigger span::after {
  top: 10px;
}

.menu-trigger.active span {
  background: transparent;
}

.menu-trigger.active span::before {
  transform: translateY(10px) rotate(45deg);
}

.menu-trigger.active span::after {
  transform: translateY(-10px) rotate(-45deg);
}

.mQFulqQ {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.mQFulqQ.KYaijb {
  min-height: 72vh;
}

.D0Gg6dGJfQ4 {
  inset: 0;
  position: absolute;
}

.D0Gg6dGJfQ4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lzNxvc {
  background:
    linear-gradient(90deg, rgba(5, 7, 7, 0.88) 0%, rgba(7, 19, 32, 0.7) 43%, rgba(5, 7, 7, 0.42) 100%),
    linear-gradient(0deg, rgba(5, 7, 7, 0.85) 0%, transparent 42%);
  inset: 0;
  position: absolute;
}

.header-text {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 130px 0 82px;
  position: relative;
  z-index: 2;
}

.KYaijb .header-text {
  min-height: 72vh;
}

.caption {
  max-width: 780px;
}

.caption .GoPoeeSH,
.wZGYHS15I .GoPoeeSH {
  color: var(--gold-light);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.caption h1 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.25rem, 9vw, 7.35rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.caption p {
  color: rgba(248, 239, 216, 0.84);
  font-size: clamp(1rem, 2vw, 1.22rem);
  margin-top: 26px;
  max-width: 640px;
}

.lc4eDu,
.NODx0Xk {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nX6oSMFo1,
.w7hikhNQR25 {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.09em;
  min-height: 48px;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.nX6oSMFo1 {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 14px 40px rgba(201, 164, 77, 0.22);
  color: #0b0906;
}

.nX6oSMFo1:hover {
  box-shadow: 0 18px 48px rgba(201, 164, 77, 0.3);
  transform: translateY(-2px);
}

.w7hikhNQR25 {
  background: rgba(248, 239, 216, 0.06);
  border-color: rgba(239, 213, 141, 0.38);
  color: var(--ivory);
}

.w7hikhNQR25:hover {
  background: rgba(239, 213, 141, 0.1);
  border-color: var(--gold-light);
  color: var(--gold-light);
  transform: translateY(-2px);
}

.qRTfhRwyY,
.EKL7eM7Ku {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  max-width: 780px;
}

.ezftH0G,
.V23RDbuOYG {
  background: rgba(5, 7, 7, 0.54);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.ezftH0G span,
.V23RDbuOYG span {
  color: var(--gold-light);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.ezftH0G p,
.V23RDbuOYG p {
  color: rgba(248, 239, 216, 0.76);
  font-size: 0.9rem;
  line-height: 1.5;
}

.r8y2ZeKA {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr 1fr;
}

.r8y2ZeKA.reverse .lJn3Ciq {
  order: 2;
}

.lJn3Ciq .VxmtMgy2r8Q {
  margin-bottom: 16px;
}

.lJn3Ciq h2 {
  margin-bottom: 24px;
}

.lJn3Ciq p + p {
  margin-top: 16px;
}

.b12Gb8nVJ {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.b12Gb8nVJ::after {
  background: linear-gradient(135deg, rgba(239, 213, 141, 0.14), transparent 36%, rgba(123, 25, 48, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.b12Gb8nVJ img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vDt25Bn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vDt25Bn li {
  background: rgba(16, 44, 36, 0.72);
  border: 1px solid rgba(239, 213, 141, 0.18);
  border-radius: 999px;
  color: var(--ivory);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 9px 13px;
}

.R3yF61,
.qWQ21bc1E,
.Eiq6ZFjvrg,
.ngpww85R7 {
  display: grid;
  gap: 22px;
}

.R3yF61 {
  grid-template-columns: repeat(4, 1fr);
}

.qWQ21bc1E,
.Eiq6ZFjvrg {
  grid-template-columns: repeat(2, 1fr);
}

.ngpww85R7 {
  grid-template-columns: repeat(3, 1fr);
}

.nD8M6U,
.hjc3UeoPid,
.ODiusna,
.nxcXge4xh9,
.sxnlko,
.faq-item,
.rpafi0I,
.Y1Xc9a6 {
  background:
    linear-gradient(145deg, rgba(13, 30, 45, 0.78), rgba(16, 44, 36, 0.6)),
    rgba(5, 7, 7, 0.74);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.nD8M6U,
.hjc3UeoPid,
.ODiusna,
.nxcXge4xh9 {
  min-height: 100%;
  padding: 28px;
  transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.nD8M6U:hover,
.hjc3UeoPid:hover,
.ODiusna:hover,
.nxcXge4xh9:hover {
  border-color: rgba(239, 213, 141, 0.46);
  transform: translateY(-4px);
}

.XLxFR5,
.Ugq84afUE {
  align-items: center;
  background: rgba(201, 164, 77, 0.13);
  border: 1px solid rgba(201, 164, 77, 0.35);
  border-radius: 50%;
  color: var(--gold-light);
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin-bottom: 22px;
  width: 48px;
}

.nD8M6U h3,
.hjc3UeoPid h3,
.ODiusna h3,
.nxcXge4xh9 h3,
.Y1Xc9a6 h2,
.sxnlko h2,
.rpafi0I h3 {
  color: var(--ivory);
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

.nD8M6U p,
.hjc3UeoPid p,
.ODiusna p,
.nxcXge4xh9 p {
  font-size: 0.94rem;
}

.QADGhAWn {
  background:
    linear-gradient(rgba(5, 7, 7, 0.72), rgba(5, 7, 7, 0.78)),
    url("../jlQ1Ej1Z8Fp/kNQcpw.jpg") center / cover;
  border-block: 1px solid var(--line);
  padding: 102px 0;
}

.mg1mUsn {
  max-width: 760px;
  text-align: left;
}

.mg1mUsn h2 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.mg1mUsn h2 em {
  color: var(--gold-light);
  font-style: normal;
}

.mg1mUsn p {
  color: rgba(248, 239, 216, 0.82);
  margin-top: 20px;
  max-width: 650px;
}

.sxnlko {
  border-color: rgba(239, 213, 141, 0.42);
  margin-bottom: 34px;
  padding: 28px;
}

.sxnlko strong {
  color: var(--gold-light);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
  margin-bottom: 10px;
}

.TNo2tbXm {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.TNo2tbXm li {
  background: rgba(5, 7, 7, 0.42);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(248, 239, 216, 0.86);
  line-height: 1.55;
  padding: 18px;
}

.uhE49cvykRd {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 900px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ivory);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 24px 26px;
  text-align: left;
  width: 100%;
}

.faq-question::after {
  align-items: center;
  border: 1px solid rgba(239, 213, 141, 0.34);
  border-radius: 50%;
  color: var(--gold-light);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  height: 32px;
  justify-content: center;
  transition: transform 0.22s ease;
  width: 32px;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer p {
  border-top: 1px solid var(--line);
  padding: 20px 26px 26px;
}

.RdbXT2HN6 {
  background:
    linear-gradient(135deg, rgba(13, 30, 45, 0.72), rgba(16, 44, 36, 0.62)),
    url("../jlQ1Ej1Z8Fp/nfFSMeziywB.jpg") center / cover;
  border-block: 1px solid var(--line);
}

.MOdcV0Y {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.1fr 0.9fr;
}

.rpafi0I {
  padding: 34px;
}

.CQiRsM3hD4p {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.CQiRsM3hD4p li {
  color: rgba(248, 239, 216, 0.84);
  line-height: 1.55;
}

.CQiRsM3hD4p span {
  color: var(--gold-light);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.CQiRsM3hD4p a:hover,
.r8UN2aIq a:hover,
.Wn1GEKA0k a:hover {
  color: var(--gold-light);
}

.rpafi0I h2 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.l8CiH7CHI {
  padding-top: 132px;
}

.wZGYHS15I {
  margin-bottom: 56px;
  max-width: 840px;
}

.wZGYHS15I p {
  margin-top: 22px;
}

.O05WrTl {
  display: grid;
  gap: 20px;
}

.Y1Xc9a6 {
  padding: 30px;
}

.Y1Xc9a6 h2 {
  font-size: 1.35rem;
}

.Y1Xc9a6 h3 {
  color: var(--gold-light);
  font-size: 1rem;
  margin: 22px 0 8px;
}

.Y1Xc9a6 p + p,
.Y1Xc9a6 ul + p {
  margin-top: 12px;
}

.Y1Xc9a6 ul {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-left: 18px;
}

.Y1Xc9a6 li {
  color: var(--muted);
  line-height: 1.7;
  list-style: disc;
}

.NGma70Vg {
  background: #050707;
  border-top: 1px solid var(--line);
  padding: 58px 0 28px;
}

.IWJRxx {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.2fr 0.8fr 1fr;
}

.vIhFiU .yBXXJdM0eIW {
  margin-bottom: 14px;
}

.vIhFiU p,
.Wn1GEKA0k li,
.r8UN2aIq a,
.jYsm1B1qZ p {
  color: rgba(248, 239, 216, 0.7);
}

.x0SuWpe9i3 {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.r8UN2aIq,
.Wn1GEKA0k {
  display: grid;
  gap: 10px;
}

.Wn1GEKA0k li {
  line-height: 1.6;
}

.jYsm1B1qZ {
  border-top: 1px solid rgba(239, 213, 141, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
}

.jYsm1B1qZ p {
  font-size: 0.9rem;
}

.cookie-banner {
  align-items: center;
  background: rgba(5, 7, 7, 0.96);
  border: 1px solid rgba(239, 213, 141, 0.28);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: var(--shadow);
  display: none;
  gap: 18px;
  left: 50%;
  max-width: min(940px, calc(100% - 28px));
  padding: 18px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 400;
}

.cookie-banner.show {
  display: flex;
}

.cookie-banner p {
  color: rgba(248, 239, 216, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-actions button {
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  min-height: 42px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.cookie-accept {
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  color: #0b0906;
}

.cookie-decline {
  background: transparent;
  border: 1px solid rgba(239, 213, 141, 0.34);
  color: var(--ivory);
}

.reveal {
  animation: fade-in-up 0.64s ease both;
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .R3yF61,
  .TNo2tbXm {
    grid-template-columns: repeat(2, 1fr);
  }

  .ngpww85R7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 76px 0;
  }

  .menu-trigger {
    display: block;
  }

  .nav {
    background: rgba(5, 7, 7, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 92px;
  }

  .nav.open {
    display: flex;
  }

  .nav li,
  .nav li a {
    width: 100%;
  }

  .nav li a {
    border-radius: 6px;
    justify-content: center;
    padding: 15px 14px;
  }

  .r8y2ZeKA,
  .r8y2ZeKA.reverse,
  .MOdcV0Y,
  .IWJRxx {
    grid-template-columns: 1fr;
  }

  .r8y2ZeKA.reverse .lJn3Ciq {
    order: 0;
  }

  .qRTfhRwyY,
  .EKL7eM7Ku,
  .qWQ21bc1E,
  .Eiq6ZFjvrg {
    grid-template-columns: 1fr;
  }

  .caption {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .header-area,
  .main-nav {
    height: 76px;
  }

  .header-text {
    padding-top: 110px;
  }

  .caption h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .lc4eDu,
  .NODx0Xk,
  .cookie-actions {
    flex-direction: column;
    width: 100%;
  }

  .nX6oSMFo1,
  .w7hikhNQR25,
  .cookie-actions button {
    width: 100%;
  }

  .R3yF61,
  .TNo2tbXm {
    grid-template-columns: 1fr;
  }

  .nD8M6U,
  .hjc3UeoPid,
  .ODiusna,
  .nxcXge4xh9,
  .sxnlko,
  .rpafi0I,
  .Y1Xc9a6 {
    padding: 24px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-answer p {
    padding: 18px 20px 22px;
  }

  .cookie-banner.show {
    align-items: flex-start;
    flex-direction: column;
  }

  .jYsm1B1qZ {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
