


:root {
  --white-color:                  #ffffff;
  --primary-color:                #7b1020;
  --secondary-color:              #c6a15b;
  --section-bg-color:             #123828;
  --custom-btn-bg-color:          #7b1020;
  --custom-btn-bg-hover-color:    #c6a15b;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #c6a15b;
  --link-hover-color:             #f4ead2;

  --body-font-family:             'Plus Jakarta Sans', sans-serif;

  --h1-font-size:                 68px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --form-btn-font-size:           18px;
  --menu-font-size:               16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             200;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}




h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}



.wPK7jqQOMlj {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ld9ak2fyb {
  background-color: var(--section-bg-color);
}

.RdniAD {
  background-color: var(--dark-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.RdniAD + .container {
  position: relative;
  z-index: 22;
}

.xE7XIFWNm {
  font-size: var(--h2-font-size);
}



.tfc4QD0 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tfc4QD0::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: var(--white-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.yW9T9hj {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.yW9T9hj::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: var(--white-color);
  border: 5px solid #09110f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.xbQuQN9 {
  left: 0;
}

.mCVmFId {
  left: 50%;
}

.xbQuQN9::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  right: 25px;
  border: medium solid white;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent white;
}

.mCVmFId::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  left: 25px;
  border: medium solid white;
  border-width: 20px 20px 20px 0;
  border-color: transparent white transparent transparent;
}

.mCVmFId::after {
  left: -13px;
}

.U7w93gKp {
  padding: 5px;
  background-color: var(--white-color);
  position: relative;
  border-radius: var(--border-radius-medium);
}

@media screen and (max-width: 991px) {
  .tfc4QD0::after {
    left: 31px;
  }

  .yW9T9hj {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .yW9T9hj::before {
    left: 58px;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent white transparent transparent;
  }

  .xbQuQN9::after, .mCVmFId::after {
    left: 6px;
  }

  .mCVmFId {
    left: 0%;
  }
}



.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 12px 28px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.i3d3lIq0 {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.i3d3lIq0:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}

.GivdJq {
  border-color: var(--white-color);
  color: var(--white-color);
}

.mdHr32j8o {
  font-style: italic;
}



.sticky-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .container {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.navbar {
  background: transparent;
  z-index: 999999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar .container {
  background: rgba(0, 0, 0, 0.35);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.P7M2qysYaU9,
.P7M2qysYaU9:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--white-color);
}

.navbar .yxCRJTFe0o {
  filter: brightness(0) invert(1);
}

.yxCRJTFe0o {
  width: 48px;
  height: auto;
  margin-right: 10px;
}

.navbar .custom-btn {
  padding: 10px 20px;
}

.MbWWU81h .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--menu-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.aPcyVieSb {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.aPcyVieSb:focus {
  outline: none;
  box-shadow: none;
}

.aPcyVieSb[aria-expanded="true"] .gfPqquJnLf {
  background: transparent;
}

.aPcyVieSb[aria-expanded="true"] .gfPqquJnLf:before,
.aPcyVieSb[aria-expanded="true"] .gfPqquJnLf:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.aPcyVieSb[aria-expanded="true"] .gfPqquJnLf:before {
  transform: rotate(45deg);
}

.aPcyVieSb[aria-expanded="true"] .gfPqquJnLf:after {
  transform: rotate(-45deg);
}

.aPcyVieSb .gfPqquJnLf {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.aPcyVieSb .gfPqquJnLf:before,
.aPcyVieSb .gfPqquJnLf:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.aPcyVieSb .gfPqquJnLf::before {
  top: -8px;
}

.aPcyVieSb .gfPqquJnLf::after {
  top: 8px;
}



.R7YIA11rIe {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  min-height: 620px;
  text-align: center;
}

.R7YIA11rIe::after {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-55%, -50%) rotate(45deg);
  width: 250px;
  height: 350px;
  pointer-events: none;
}

@media screen and (min-width: 991px) {
  .R7YIA11rIe {
    height: 100vh;
  }
}

.R7YIA11rIe h1 {
  color: var(--white-color);
}

.Qv48pRXD {
  color: var(--secondary-color);
}

.R7YIA11rIe .i3d3lIq0 {
  border-color: transparent;
}

.R7YIA11rIe .container {
  position: relative;
  z-index: 9;
}

.hero-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.RcSAvmVi {
  margin: 0;
  padding: 0;
}

.RcSAvmVi li {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
}

.RcSAvmVi li .z4BomcbPa {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  height: 1px;
  margin: auto 15px 0 15px;
}



.b8gMPC2pn {
  background-color: var(--secondary-color);
  position: relative;
}

.b8gMPC2pn .ratio {
  border-radius: var(--border-radius-medium);
}

.Vlt7qBRI89D {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oE2TRmoQ {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.CWGC8h {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(18, 56, 40, 1));
  border-radius: var(--border-radius-medium);
  bottom: 0;
  height: auto;
  padding: 40px;
}

.CWGC8h h4 {
  color: var(--white-color);
}

.b8gMPC2pn h6 {
  color: var(--secondary-color);
}

.mh1W3qMNy {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  max-height: 450px;
  cursor: pointer;
}

.mh1W3qMNy:hover .cdQzTdWY {
  transform: scale(1.2);
}

.pAPk1Xcsr {
  width: 100%;
}

.cdQzTdWY {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.Xq3BN9dQ {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(18, 56, 40, 1));
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.Xq3BN9dQ .x1Wil4pbl3V {
  margin: auto;
  top: 2px;
  bottom: 0;
}



.jCePqYFkJF {
  background-image: url('../Ey71qFu/S3s7qLYuU.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.jAv2HICC {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.kNado8W .DnezcA {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.kNado8W h6 {
  color: var(--white-color);
}

.kNado8W small {
  color: rgba(255, 255, 255, 0.35);
}

.kNado8W strong {
  color: var(--secondary-color);
}

.C1m3h6UWj {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: auto;
  cursor: pointer;
}

.x1Wil4pbl3V {
  background-color: var(--primary-color);
  font-size: 12px;
  position: relative;
  bottom: 4px;
  padding-bottom: 6px;
}

.x1Wil4pbl3V::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
}



.a2RURAL {
  background-color: #09110f;
}

.idfv4tV {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.idfv4tV .DnezcA {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.UupdSjqWb {
  background-image: url('../Ey71qFu/Dbd31dX.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

.tHwQGH {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 10px;
}

.EDx26YThm {
  padding: 20px 30px;
}

.EDx26YThm p {
  font-size: var(--btn-font-size);
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.S24uLcPJw i {
  color: var(--white-color);
}



.GfyZw1 {
  background-image: url('../Ey71qFu/mA4Z4K910r.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.rFVx4bEM {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.I1WV0NMH3 {
  padding: 55px 65px;
}

.n5osInwk {
  position: relative;
  height: 100%;
}

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

.yiexvg0Mn span {
  color: var(--white-color);
  font-size: var(--btn-font-size);
}

.jasebQdsCV .i3d3lIq0 {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.jasebQdsCV .i3d3lIq0:hover {
  border-color: transparent;
}



.sb6a1y3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(18, 56, 40, 1)), url('../Ey71qFu/mA4Z4K910r.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nsxwv73 {
  border-radius: var(--border-radius-medium);
  filter: grayscale(100);
}

.MpluAFvh7GG {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.KlhO0BDhwWL {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.KlhO0BDhwWL h6 {
  transform: rotate(-8deg);
}

.KlhO0BDhwWL .a5GrHM8zgek {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.KlhO0BDhwWL strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}



.mMxhfgbRSJe .U717gDCHL {
  color: var(--p-color);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.mMxhfgbRSJe .U717gDCHL:hover,
.mMxhfgbRSJe .U717gDCHL:focus {
  background: var(--primary-color);
  border-color: transparent;
}

.mMxhfgbRSJe .X5kYId3vc {
  color: var(--white-color);
  font-style: italic;
  margin-bottom: 15px;
}

.mMxhfgbRSJe button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--form-btn-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.mMxhfgbRSJe button[type="submit"]:hover,
.mMxhfgbRSJe button[type="submit"]:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.Pd98Z5dMY .U717gDCHL,
.I1WV0NMH3 .U717gDCHL {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.I1WV0NMH3 .U717gDCHL {
  color: var(--white-color);
}

.mMxhfgbRSJe input::-webkit-input-placeholder,
.mMxhfgbRSJe textarea::-webkit-input-placeholder {
   color: var(--white-color);
}

.I1WV0NMH3 input:-moz-placeholder,
.I1WV0NMH3 textarea:-moz-placeholder {
  color: var(--white-color);
}



.RkFFVXAB {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.RkFFVXAB strong {
  color: var(--white-color);
}

.RkFFVXAB p,
.vxg5u5zKNk {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
}

.vxg5u5zKNk {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.vxg5u5zKNk:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.pjIlJBuwM {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--menu-font-size);
}

.pjIlJBuwM a {
	color: rgba(255, 200, 160, 0.75);
}



.lS3wr5r {
  margin: 0;
  padding: 0;
}

.cicZ4f {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.FBWlmgt0 {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: background 0.2s, color 0.2s;
}

.FBWlmgt0:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.FBWlmgt0 span {
  display: block;
}



@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .wPK7jqQOMlj {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .R7YIA11rIe {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .P7M2qysYaU9,
  .P7M2qysYaU9:hover {
    font-size: var(--h5-font-size);
  }

  .MbWWU81h .navbar-nav {
    padding-bottom: 20px;
  }

  .MbWWU81h .navbar-nav .nav-link {
    padding: 0;
    margin-bottom: 0;
  }

  .navbar .custom-btn {
    margin-bottom: 10px;
  }

  .I1WV0NMH3 {
    padding: 45px;
  }

  .sb6a1y3 .container {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px;
  }

  .RkFFVXAB {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .jAv2HICC,
  .UupdSjqWb,
  .EDx26YThm {
    padding: 20px;
  }
}


@media screen and (max-width: 578px) {
  .navbar .container,
  .sticky-wrapper.is-sticky .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .R7YIA11rIe::after {
    width: 200px;
    height: 200px;
  }

  .I1WV0NMH3 {
    padding: 35px;
  }

  .RcSAvmVi li {
    font-size: 12px;
  }

  .UupdSjqWb {
    flex-direction: column;
  }

  .tHwQGH {
    margin-bottom: 15px;
  }

  .yW9T9hj {
    padding-left: 55px;
  }

  .yW9T9hj::before {
    left: 44px;
    border: medium solid white;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
  }

  .xbQuQN9::before,
  .mCVmFId::before {
    top: 13px;
  }
}



body {
  background: #070707;
}

.navbar .yxCRJTFe0o {
  filter: none;
}

.yxCRJTFe0o {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(198, 161, 91, 0.45);
}

.navbar .container,
.sticky-wrapper.is-sticky .container {
  background: rgba(5, 5, 5, 0.78);
  border: 1px solid rgba(198, 161, 91, 0.22);
}

.R7YIA11rIe::after {
  background-color: rgba(18, 56, 40, 0.58);
  border: 1px solid rgba(198, 161, 91, 0.24);
}

.Qv48pRXD,
.sYjeBvGtM9P em,
.qJgtqXqb h3 {
  color: #c6a15b;
}

.SGO359H1 {
  color: #f4ead2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: var(--border-radius-large);
  background: rgba(0, 0, 0, 0.42);
  padding: 10px 18px;
  font-size: var(--menu-font-size);
}

.SGO359H1 span {
  background: #c6a15b;
  color: #050505;
  border-radius: var(--border-radius-large);
  font-weight: var(--font-weight-bold);
  padding: 4px 9px;
}

.b8gMPC2pn {
  background-color: #0c1814;
}

.cQzHkp {
  background-color: #123828;
}

.mh1W3qMNy {
  background-color: #0b1713;
  min-height: 420px;
}

.cdQzTdWY {
  min-height: 420px;
}

.jCePqYFkJF {
  background-image: linear-gradient(to bottom, rgba(5, 5, 5, 0.35), rgba(5, 5, 5, 0.78)), url('../Ey71qFu/S3s7qLYuU.jpg');
}

.jAv2HICC,
.rFVx4bEM {
  border: 1px solid rgba(198, 161, 91, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.a2RURAL {
  background-color: #09110f;
}

.idfv4tV,
.yW9T9hj::after {
  background-color: #123828;
}

.GfyZw1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(5, 5, 5, 0.78)), url('../Ey71qFu/mA4Z4K910r.jpg');
}

.JB69FBKCySR .GfyZw1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(5, 5, 5, 0.78)), url('../Ey71qFu/Dbd31dX.jpg');
}

.pJG00eTz .GfyZw1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(5, 5, 5, 0.84)), url('../Ey71qFu/uBsnwP.jpg');
}

.sb6a1y3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(18, 56, 40, 0.96)), url('../Ey71qFu/ao7UYf1pd.jpg');
}

.RkFFVXAB {
  background-color: #050505;
  border-top: 1px solid rgba(198, 161, 91, 0.18);
}

.CBRZSC {
  display: inline-block;
  padding-left: 26px;
}

.sFsIFBdZF {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sFsIFBdZF li {
  margin-bottom: 8px;
}

.GLurCAdtEiq,
.LP2bGgLj {
  color: rgba(244, 234, 210, 0.78);
  font-size: var(--menu-font-size);
  border-left: 3px solid #c6a15b;
  padding-left: 16px;
}

.sYjeBvGtM9P,
.wwmM72w3i {
  background: #f4ead2;
}

.x26t8sE6HqB {
  border-radius: var(--border-radius-medium);
}

.lNH3mZUp,
.tvr1jl8,
.qJgtqXqb,
.faq-list {
  background: rgba(5, 5, 5, 0.78);
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: var(--border-radius-medium);
  padding: 34px;
}

.lNH3mZUp {
  height: 100%;
  color: rgba(255, 255, 255, 0.76);
}

.lNH3mZUp i {
  color: #c6a15b;
  font-size: 34px;
  margin-bottom: 16px;
  display: inline-block;
}

.lNH3mZUp h4,
.lNH3mZUp p,
.tvr1jl8 p,
.tvr1jl8 a,
.MfOvd6Ky5CB p {
  color: rgba(255, 255, 255, 0.78);
}

.lNH3mZUp h4 {
  color: #ffffff;
}

.faq-list {
  padding: 0;
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(198, 161, 91, 0.18);
}

.faq-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  text-align: left;
  padding: 22px 28px;
  position: relative;
}

.faq-toggle::after {
  content: "+";
  position: absolute;
  right: 28px;
  color: #c6a15b;
}

.faq-item.active .faq-toggle::after {
  content: "-";
}

.MfOvd6Ky5CB {
  display: none;
  padding: 0 28px 24px;
}

.faq-item.active .MfOvd6Ky5CB {
  display: block;
}

.z8EQwkg7Ub {
  min-height: 300px;
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(198, 161, 91, 0.35);
  background: linear-gradient(135deg, rgba(5, 5, 5, 0.82), rgba(18, 56, 40, 0.82));
  color: #f4ead2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.z8EQwkg7Ub.sS40KsJH4F {
  min-height: 360px;
}

.z8EQwkg7Ub i {
  color: #c6a15b;
  font-size: 42px;
  margin-bottom: 18px;
}

.z8EQwkg7Ub span {
  color: rgba(244, 234, 210, 0.78);
  margin-top: 8px;
}

.eakcLX p {
  font-size: var(--btn-font-size);
}

.qJgtqXqb {
  background: #ffffff;
}

.qJgtqXqb h2,
.qJgtqXqb h3 {
  margin-top: 28px;
}

.qJgtqXqb h2:first-child {
  margin-top: 0;
}

.qJgtqXqb p {
  font-size: 18px;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999999;
  max-width: 420px;
  background: rgba(5, 5, 5, 0.94);
  border: 1px solid rgba(198, 161, 91, 0.36);
  border-radius: var(--border-radius-medium);
  color: #ffffff;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.cookie-banner p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  margin-bottom: 16px;
}

.cookie-banner .custom-btn {
  padding: 9px 18px;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    display: block;
  }

  .SGO359H1 {
    align-items: flex-start;
    border-radius: var(--border-radius-medium);
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .mh1W3qMNy,
  .cdQzTdWY {
    min-height: 360px;
  }
}
