﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --anthracite: #17181d;
  --night: #0b1320;
  --navy: #111a2a;
  --plum: #2d192d;
  --copper: #b17640;
  --brass: #c8a25a;
  --ivory: #f1e4c9;
  --soft-ivory: #fbf6ea;
  --smoke: #d2c2a4;
  --oak: #5b3f2b;
  --ink: #252124;
  --muted: #786f68;
  --line: rgba(200, 162, 90, 0.24);
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  background-color: var(--soft-ivory);
  font-family: 'Open Sans', sans-serif;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.85;
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a, span {
  margin: 0;
}

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

a:hover,
a:focus {
  color: var(--copper);
  text-decoration: none;
}

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

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

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.zaTvsmBZoA {
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--soft-ivory);
}

.U715Afx0 {
  max-width: 1040px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.aLPaZed0j {
  margin: 0 0 44px;
}

.V8cSNLEY1w {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.O2kYcMwr {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--plum);
  text-align: center;
}

.G5miJB3 {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  text-align: center;
}

.VE8bW2pqxhK .banner {
  background-image: linear-gradient(90deg, rgba(9, 13, 20, 0.86), rgba(45, 25, 45, 0.58)), var(--hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 720px;
  color: #fff;
  position: relative;
}

.VE8bW2pqxhK .banner.GhggMp {
  min-height: 540px;
}

.VE8bW2pqxhK .banner .vpZb83 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.62), rgba(8, 12, 18, 0.28) 40%, rgba(8, 12, 18, 0.72));
  z-index: 2;
}

.VE8bW2pqxhK .noQXsX,
.VE8bW2pqxhK .Y9YEpwv,
.VE8bW2pqxhK .tQJnuJD7IFl {
  position: relative;
  z-index: 3;
}

.VE8bW2pqxhK .noQXsX {
  padding: 24px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.VE8bW2pqxhK .bH5kKsH,
.VE8bW2pqxhK .JE1Lyz {
  padding-top: 24px;
  color: var(--ivory);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

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

.VE8bW2pqxhK .CBOdDrRC {
  display: block;
  color: rgba(241, 228, 201, 0.74);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.VE8bW2pqxhK .yGGzfNq5G7g {
  width: 245px;
  height: auto;
  margin: 0 auto;
}

.Y9YEpwv {
  padding: 16px 15px 0;
}

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

.nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(241, 228, 201, 0.58);
  border-radius: 3px;
  background: rgba(8, 12, 18, 0.62);
  color: #fff;
  padding: 10px 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.Hxt2jnnh,
.Hxt2jnnh::before,
.Hxt2jnnh::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ivory);
  content: '';
}

.Hxt2jnnh {
  position: relative;
}

.Hxt2jnnh::before,
.Hxt2jnnh::after {
  position: absolute;
  left: 0;
}

.Hxt2jnnh::before {
  top: -6px;
}

.Hxt2jnnh::after {
  top: 6px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  list-style: none;
}

.nav-menu a {
  display: block;
  padding: 9px 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a.t2WKSEqnw {
  color: var(--ivory);
}

.VE8bW2pqxhK .tQJnuJD7IFl {
  padding: 122px 15px 94px;
}

.GhggMp .tQJnuJD7IFl {
  padding: 82px 15px 70px;
}

.VE8bW2pqxhK .tQJnuJD7IFl .CnANasJHjJ1 {
  max-width: 790px;
  text-align: left;
}

.b8nqVb {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--brass);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.VE8bW2pqxhK .tQJnuJD7IFl .YG7PiIBpW {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}

.VE8bW2pqxhK .tQJnuJD7IFl .Ow8hu2n6 {
  max-width: 710px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.85;
}

.MXs4dK {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.wI3FDvCX,
.sPLGgYt,
.xGwkZv3VR,
.Km4UzNDAb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 3px;
  border: 1px solid var(--copper);
  background-color: var(--copper);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px 26px 13px;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wI3FDvCX.JsKl0f,
.Km4UzNDAb.JsKl0f {
  background-color: transparent;
  border-color: rgba(241, 228, 201, 0.68);
  color: var(--ivory);
}

.wI3FDvCX:hover,
.sPLGgYt:hover,
.xGwkZv3VR:hover,
.Km4UzNDAb:hover,
.wI3FDvCX:focus,
.sPLGgYt:focus,
.xGwkZv3VR:focus,
.Km4UzNDAb:focus {
  background-color: var(--brass);
  border-color: var(--brass);
  color: var(--night);
}

.rqN60nL7pXR {
  display: inline-block;
  margin: 10px 0 0;
  border: 1px solid rgba(241, 228, 201, 0.48);
  border-radius: 3px;
  background: rgba(11, 19, 32, 0.72);
  color: var(--ivory);
  padding: 9px 13px;
  font-size: 14px;
  line-height: 1.5;
}

.SHACqhcji,
.wMFphrG,
.shUMIbZOe2Z,
.hwVo5e,
.Kd9a9Bj2,
.uAb2X4rUeHQ,
.LasgHVcmvbf {
  padding: 64px 15px;
}

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

.UQAQVRjmA7,
.CiVKnx1b,
.Zwpl0Xa1m1n,
.cnTsWcGZ,
.pXxM79b,
.SkP11xSA8L {
  height: 100%;
  border: 1px solid rgba(91, 63, 43, 0.16);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 18px 44px rgba(23, 24, 29, 0.07);
  overflow: hidden;
}

.UQAQVRjmA7,
.Zwpl0Xa1m1n,
.cnTsWcGZ,
.pXxM79b,
.SkP11xSA8L {
  padding: 28px 24px;
}

.UQAQVRjmA7 {
  margin-bottom: 28px;
}

.SLiXn2 {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--plum), var(--copper));
}

.iP4Lv3CcPFu,
.oRPNB0v,
.OKhUFW7,
.NLVEIEA,
.PxpftBy,
.faq-question,
.r13wTe6,
.zQ4aUe44 {
  font-family: 'Josefin Sans', sans-serif;
  color: var(--plum);
  font-weight: 700;
}

.iP4Lv3CcPFu {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.xiZbrmK1Ef0,
.tgX5ic5a,
.cnTsWcGZ p,
.pXxM79b p,
.SkP11xSA8L p,
.rmDgGTmrDxa,
.Kd9a9Bj2 p,
.Kd9a9Bj2 li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.x6DsVrhh {
  background-color: #fff;
}

.x6DsVrhh .iocHiFkLY {
  padding: 70px 15px;
  background-color: #f5ecdc;
}

.x6DsVrhh .SrmtwxxY22 {
  max-width: 540px;
  margin-left: auto;
  padding-right: 40px;
}

.x6DsVrhh.ahpYGsbttvM .SrmtwxxY22 {
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 15px;
}

.W1TyFzk4 {
  margin-bottom: 18px;
  font-family: 'Roboto Slab', serif;
  font-size: 29px;
  line-height: 1.35;
  color: var(--plum);
  font-weight: 700;
}

.x6DsVrhh p,
.x6DsVrhh li {
  color: #655d55;
  line-height: 1.85;
}

.x6DsVrhh ul,
.SDsi7MrcbSz,
.Kd9a9Bj2 ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.x6DsVrhh li,
.SDsi7MrcbSz li,
.Kd9a9Bj2 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.x6DsVrhh li::before,
.SDsi7MrcbSz li::before,
.Kd9a9Bj2 li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--copper);
  content: '';
}

.RrGNHd1D8 {
  min-height: 460px;
  background-image: linear-gradient(rgba(8, 12, 18, 0.1), rgba(8, 12, 18, 0.22)), var(--feature-image);
  background-size: cover;
  background-position: center center;
}

.TVcC9gSTrbV {
  padding: 68px 15px;
  background: linear-gradient(135deg, var(--night), var(--plum));
  color: #fff;
}

.TVcC9gSTrbV .O2kYcMwr,
.TVcC9gSTrbV .W1TyFzk4,
.TVcC9gSTrbV .OKhUFW7,
.TVcC9gSTrbV .NLVEIEA,
.TVcC9gSTrbV .PxpftBy {
  color: var(--ivory);
}

.TVcC9gSTrbV .G5miJB3,
.TVcC9gSTrbV p,
.TVcC9gSTrbV li,
.TVcC9gSTrbV .xiZbrmK1Ef0,
.TVcC9gSTrbV .tgX5ic5a,
.TVcC9gSTrbV .cnTsWcGZ p,
.TVcC9gSTrbV .pXxM79b p,
.TVcC9gSTrbV .SkP11xSA8L p {
  color: rgba(241, 228, 201, 0.82);
}

.TVcC9gSTrbV .UQAQVRjmA7,
.TVcC9gSTrbV .CiVKnx1b,
.TVcC9gSTrbV .cnTsWcGZ,
.TVcC9gSTrbV .pXxM79b,
.TVcC9gSTrbV .SkP11xSA8L {
  border-color: rgba(241, 228, 201, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.wMFphrG {
  background-color: #f8f1e3;
  text-align: center;
}

.CiVKnx1b {
  margin-bottom: 28px;
  text-align: left;
}

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

.f0CbHHM {
  padding: 23px 22px 26px;
}

.oRPNB0v {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.28;
}

.TOiWl23K {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.m6oWhD {
  border-left: 3px solid var(--copper);
  padding: 8px 0 8px 16px;
  color: var(--ivory);
}

.Mm00dA .cnTsWcGZ,
.RcaaGLGJxi .pXxM79b,
.GFMPoLBP8rl .SkP11xSA8L {
  margin-bottom: 28px;
}

.OKhUFW7,
.NLVEIEA,
.PxpftBy {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.3;
}

.shUMIbZOe2Z {
  background: #fffaf0;
}

.shUMIbZOe2Z .lfKyTOw {
  border: 1px solid rgba(91, 63, 43, 0.22);
  border-radius: 8px;
  padding: 30px 28px 25px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 24, 29, 0.08);
}

.r13wTe6 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
}

.yBTZc03 {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.xbHSkMM5 {
  margin-top: 30px;
}

.jwheHHvKwwd.GNIrH0,
.jwheHHvKwwd.FrrvTgEGL {
  border: 1px solid rgba(91, 63, 43, 0.35);
  border-radius: 3px;
  background: #fffdf8;
  color: var(--ink);
  font-size: 14px;
}

.jwheHHvKwwd.GNIrH0 {
  height: 42px;
  margin-bottom: 12px;
}

.jwheHHvKwwd.FrrvTgEGL {
  min-height: 118px;
  margin-bottom: 15px;
  line-height: 1.7;
}

.eBC27Ebe {
  padding-right: 7px;
}

.g66Fz52x1Fd {
  padding-left: 7px;
  padding-right: 7px;
}

.BdYaVY4qVR {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.BdYaVY4qVR input {
  margin-top: 3px;
}

.sPLGgYt {
  width: 100%;
  border: 1px solid var(--plum);
  background-color: var(--plum);
}

.form-status {
  display: none;
  margin-top: 16px;
  border-left: 3px solid var(--copper);
  background: #f8f1e3;
  color: var(--ink);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.65;
}

.form-status.is-visible {
  display: block;
}

.form-error {
  border-color: #9d3b32 !important;
}

.HYWdiIBYd8 {
  text-align: left;
}

.VCVm61Eus8z {
  margin-bottom: 26px;
  border-left: 3px solid var(--copper);
  padding-left: 20px;
}

.zQ4aUe44 {
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 1.35;
}

.GvwTJV8 {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.sHvbBq47y {
  color: var(--muted);
}

.Fsw4fyLT {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border: 1px solid rgba(91, 63, 43, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #efe1c9, #d4b477);
  color: var(--plum);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}

.hwVo5e {
  background: #f5ecdc;
}

.T7rlh7UBn {
  max-width: 880px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 12px;
  border: 1px solid rgba(91, 63, 43, 0.18);
  border-radius: 8px;
  background: #fffaf0;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--plum);
  cursor: pointer;
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
}

.faq-question::after {
  float: right;
  content: '+';
  color: var(--copper);
  font-size: 24px;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: '-';
}

.rmDgGTmrDxa {
  display: none;
  padding: 0 22px 20px;
}

.faq-item.is-open .rmDgGTmrDxa {
  display: block;
}

.Zwpl0Xa1m1n {
  margin-bottom: 28px;
}

.Zwpl0Xa1m1n p:first-child {
  color: var(--ink);
  font-style: italic;
}

.Zwpl0Xa1m1n p:last-child {
  margin-top: 12px;
  color: var(--copper);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

.Kd9a9Bj2 {
  background: #fffaf0;
}

.Kd9a9Bj2 .fyetCrT {
  max-width: 900px;
  margin: 0 auto 34px;
}

.Kd9a9Bj2 h2 {
  margin-bottom: 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: var(--plum);
  font-weight: 700;
}

.Kd9a9Bj2 p + p {
  margin-top: 12px;
}

.sSZyYE1Od {
  border-left: 4px solid var(--copper);
  background: #f5ecdc;
  padding: 18px 20px;
  color: var(--ink);
}

.LasgHVcmvbf {
  text-align: center;
  background: #fffaf0;
}

.LasgHVcmvbf .G5miJB3 {
  margin-bottom: 26px;
}

.CPTIHscy {
  background: var(--night);
  color: rgba(241, 228, 201, 0.84);
}

.ZtwpohoWAaE {
  padding: 50px 15px 32px;
}

.CPTIHscy h2,
.CPTIHscy h3 {
  margin-bottom: 12px;
  color: var(--ivory);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.CPTIHscy p,
.CPTIHscy li,
.CPTIHscy a {
  color: rgba(241, 228, 201, 0.82);
  font-size: 14px;
  line-height: 1.75;
}

.CPTIHscy a:hover,
.CPTIHscy a:focus {
  color: var(--brass);
}

.T2ViLtTqH9k {
  list-style: none;
  padding: 0;
}

.as1marL {
  margin-top: 18px;
  border-top: 1px solid rgba(241, 228, 201, 0.16);
  padding-top: 18px;
}

.Q68ERyl {
  border-top: 1px solid rgba(241, 228, 201, 0.16);
  padding: 18px 15px;
  text-align: center;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: none;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid rgba(241, 228, 201, 0.28);
  border-radius: 8px;
  background: rgba(11, 19, 32, 0.96);
  color: var(--ivory);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  padding: 18px;
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner p {
  margin-right: 16px;
  color: rgba(241, 228, 201, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.mwCAiB0s {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}

.mwCAiB0s a {
  color: var(--brass);
  font-size: 14px;
}

.cookie-accept {
  border: 1px solid var(--brass);
  border-radius: 3px;
  background: var(--brass);
  color: var(--night);
  cursor: pointer;
  padding: 10px 14px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

.cookie-accept:hover,
.cookie-accept:focus {
  background: var(--ivory);
  border-color: var(--ivory);
}
