@charset "UTF-8";
#masthead {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  width: 100%;
  z-index: 111;
  top: 0;
  transition: 0.5s;
}
#masthead .header-wrapper {
  min-height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
}
#masthead .header-wrapper .header-inner {
  display: flex;
  max-width: 1400px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 12px 0;
  justify-content: space-between;
}
#masthead .header-wrapper .header-inner .site-branding img {
  max-width: 150px;
}
#masthead .header-wrapper .header-inner .main-navigation {
  margin-left: auto;
  width: auto;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
@media (max-width: 800px) {
  #masthead .header-wrapper .header-inner .main-navigation {
    display: none;
  }
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item a {
  font-size: 16px;
  font-weight: 600;
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  margin-bottom: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item a:hover:after {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item.current-menu-item a:after {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
#masthead .header-wrapper .header-inner .main-navigation ul ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  top: 40px;
  border-radius: 12px;
  background: #2e4458;
}
#masthead .header-wrapper .header-inner .main-navigation ul ul.sub-menu {
  min-width: 90px;
  max-width: 90px;
  padding: 12px 12px 0 12px !important;
  display: block !important;
}
#masthead .header-wrapper .header-inner .main-navigation ul ul.sub-menu li a {
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 1.5em;
  color: #fff;
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item.menu-item-has-children > a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/alfabeet/assets/down-chevron.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item.menu-item-has-children > a:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 24px;
  transition: 0.4s ease-out;
}

.sticky #masthead .header-wrapper {
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  z-index: 111;
  transition: 0.4s;
}

.default .site-branding img,
.sticky .site-branding img {
  filter: unset;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #140200;
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.sidebar-menu .sidebar-menu-inner {
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu .sidebar-menu-inner .menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(203, 203, 203, 0.2);
  backdrop-filter: blur(30px);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.sidebar-menu .sidebar-menu-inner .menu-close img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.sidebar-menu .sidebar-menu-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.sidebar-menu .sidebar-menu-inner ul li {
  margin-bottom: 16px;
}
.sidebar-menu .sidebar-menu-inner ul li a {
  font-size: 24px;
  color: #FFFBF1;
  text-decoration: none;
  font-weight: 400;
}

.show-sidebar .sidebar-menu {
  right: 0;
  transition: 0.4s;
}

footer#colophon {
  padding-top: 120px;
  padding-bottom: 24px;
  background: transparent;
}
footer#colophon .inner-row {
  display: flex;
  justify-content: space-between;
}
footer#colophon .inner-row .footer-col {
  width: max-content;
}
footer#colophon .inner-row .footer-col ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
footer#colophon .inner-row .footer-col ul li {
  margin-bottom: 16px;
}
footer#colophon .inner-row .footer-col p, footer#colophon .inner-row .footer-col a, footer#colophon .inner-row .footer-col li {
  color: #fff;
  text-decoration: none;
}
footer#colophon .inner-row .footer-col-1 {
  margin-right: auto;
  display: flex;
}
footer#colophon .inner-row .footer-col-1 .footer-logo img {
  width: 260px;
}
footer#colophon .inner-row .footer-col-1 .textwidget {
  margin-left: 80px;
}
footer#colophon .inner-row .footer-col-1 .textwidget p {
  margin-top: 0;
}
footer#colophon .inner-row .footer-col-2 {
  margin-right: 80px;
}
footer#colophon .inner-row .footer-col-2 ul {
  display: flex;
  flex-wrap: wrap;
}
footer#colophon .inner-row .footer-col-2 ul li {
  flex-basis: 50%;
}
footer#colophon .inner-row .footer-col-2 ul li.current-menu-item a {
  border-bottom: solid 1px #fff;
}
footer#colophon .inner-row.footer-bottom {
  padding-top: 80px;
  align-items: center;
}
footer#colophon .inner-row.footer-bottom p {
  color: #6b6b6b;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  footer#colophon .inner-row {
    flex-wrap: wrap;
    justify-content: normal;
  }
  footer#colophon .inner-row .footer-col-1 {
    flex-direction: row;
    min-width: unset;
    align-items: flex-start;
  }
  footer#colophon .inner-row .footer-col-1 .textwidget {
    margin-left: 0;
  }
  footer#colophon .inner-row .footer-col-1 .footer-logo,
  footer#colophon .inner-row .footer-col-1 div#text-2 {
    min-width: 100%;
    margin-bottom: 2em;
    display: flex;
  }
  footer#colophon .inner-row .footer-col-2 {
    min-width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-left {
    order: 2;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right {
    width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right p {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  footer#colophon .inner-row {
    flex-wrap: wrap;
    justify-content: normal;
  }
  footer#colophon .inner-row .footer-col-1 {
    flex-direction: row;
    min-width: unset;
    flex-wrap: wrap;
  }
  footer#colophon .inner-row .footer-col-1 .textwidget {
    margin-left: 0;
  }
  footer#colophon .inner-row .footer-col-1 .footer-logo,
  footer#colophon .inner-row .footer-col-1 div#text-2 {
    min-width: 100%;
    margin-bottom: 2em;
    display: flex;
  }
  footer#colophon .inner-row .footer-col-2 {
    min-width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-left {
    order: 2;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right {
    width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right p {
    max-width: 400px;
  }
}
@media (max-width: 520px) {
  footer#colophon .inner-row {
    flex-wrap: wrap;
    justify-content: normal;
  }
  footer#colophon .inner-row .footer-col-1 {
    flex-direction: column;
    min-width: 100%;
  }
  footer#colophon .inner-row .footer-col-1 .textwidget {
    margin-left: 0;
  }
  footer#colophon .inner-row .footer-col-1 .footer-logo,
  footer#colophon .inner-row .footer-col-1 div#text-2 {
    min-width: 100%;
    margin-bottom: 2em;
    display: flex;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-left {
    order: 2;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right {
    width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right p {
    max-width: 400px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.42;
  background: #140200;
  background: linear-gradient(90deg, rgba(20, 2, 0, 0.72) 0%, rgba(20, 2, 0, 0.35) 39%, rgba(20, 2, 0, 0) 66%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #140200;
  background: linear-gradient(180deg, hsla(6, 100%, 4%, 0) 48%, rgb(20, 2, 0) 93%);
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
  animation: reveal 1000ms;
  transform-origin: bottom;
}
.hero .inner-row {
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
  position: relative;
  z-index: 1;
}
.hero .inner-row .hero-content {
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  padding-bottom: 100px;
}
@media (max-width: 820px) {
  .hero .inner-row .hero-content {
    max-width: calc(100% - 0px);
  }
}
.hero .inner-row .hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15em;
  letter-spacing: 0.02em;
  max-width: 780px;
  text-transform: unset;
  margin-top: 0;
  text-transform: uppercase;
}
.hero .inner-row .hero-content p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.hero .inner-row .hero-content p.title-top {
  margin-bottom: 0;
  margin-top: 0;
}
.hero .inner-row .hero-content .primary-btn {
  margin-top: 40px;
}
@media (max-width: 520px) {
  .hero .inner-row .hero-content {
    max-width: 100%;
    margin-top: 100px;
  }
  .hero .inner-row .hero-content h1 {
    font-size: 32px;
  }
  .hero .inner-row .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
.hero .inner-row .hero-features {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  overflow: hidden;
}
.hero .inner-row .hero-features .hero-feature {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 178px;
  padding: 24px 0px;
  overflow: hidden;
}
.hero .inner-row .hero-features .hero-feature:first-child {
  padding-left: 24px;
}
.hero .inner-row .hero-features .hero-feature:last-child {
  padding-right: 24px;
}
.hero .inner-row .hero-features .hero-feature .label {
  color: #95776C;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 0;
  letter-spacing: 0.2em;
}
.hero .inner-row .hero-features .hero-feature .value {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
@media (max-width: 660px) {
  .hero .inner-row .hero-features {
    flex-wrap: wrap;
    padding-bottom: 12px;
  }
  .hero .inner-row .hero-features .hero-feature {
    flex: 0 0 calc((100% - 24px) / 2);
    padding: 0 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    min-width: 158px;
  }
}
@media (max-width: 480px) {
  .hero .inner-row .hero-features {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    gap: 12px;
    padding-left: 16px;
  }
  .hero .inner-row .hero-features .hero-feature {
    flex: 0 0 calc((100% - 16px) / 2);
    padding: 0;
  }
  .hero .inner-row .hero-features .hero-feature:first-child {
    padding-left: 0;
  }
  .hero .inner-row .hero-features .hero-feature:last-child {
    padding-right: 0;
  }
  .hero .inner-row .hero-features .hero-feature .value {
    font-size: 18px;
  }
}
.hero.centered .inner-row {
  align-items: center;
  justify-content: center;
}
.hero.centered .inner-row .hero-content {
  margin-left: auto;
  margin-right: auto;
}
.hero.centered .inner-row .hero-content h1 {
  font-size: 80px;
}
@media (max-width: 768px) {
  .hero.centered .inner-row .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .hero.centered .inner-row .hero-content h1 {
    font-size: 48px;
  }
}

.split-content {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.split-content img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.split-content .split-inner {
  display: flex;
  min-height: 100vh;
}
.split-content .split-inner .pattern-col {
  width: 50%;
  min-height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.split-content .split-inner .pattern-col .pattern {
  height: 120%;
  display: block;
  flex-basis: 8.3333333333%;
  background: rgba(20, 2, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  margin: 0 -1px;
}
@media (max-width: 920px) {
  .split-content .split-inner .pattern-col .pattern {
    flex-basis: 16.6666666667%;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(1) {
    display: none;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(2) {
    display: none;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(3) {
    display: none;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(4) {
    display: none;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(5) {
    display: none;
  }
  .split-content .split-inner .pattern-col .pattern:nth-child(6) {
    display: none;
  }
}
@media (max-width: 700px) {
  .split-content .split-inner .pattern-col {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 520px) {
  .split-content .split-inner .pattern-col {
    display: none;
  }
}
.split-content .split-inner .content-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.split-content .split-inner .content-col h2 {
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}
.split-content .split-inner .content-col p {
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .split-content .split-inner .content-col {
    width: 66.6666666667%;
  }
}
@media (max-width: 520px) {
  .split-content .split-inner .content-col {
    width: 100%;
  }
}

[data-aos=slide-down-small] {
  transform: translatey(-280px);
  opacity: 0;
}
[data-aos=slide-down-small].aos-animate {
  opacity: 1;
  transform: translatey(0px);
}

[data-aos=slide-up-small] {
  transform: translatey(280px);
  opacity: 0;
}
[data-aos=slide-up-small].aos-animate {
  opacity: 1;
  transform: translatey(0px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 500;
}

p, li, ol, a {
  font-family: "Neue Haas Grotesk Text";
}

@font-face {
  font-family: "Neue Haas Grotesk Text";
  src: url("../assets/fonts/NeueHaasGrotText-55Roman.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../assets/fonts/NeueHaasDisplayBlack.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.section-title {
  padding-top: 120px;
  padding-bottom: 24px;
  background: #140200;
}
.section-title .main-title h1 {
  color: #FFFBF1;
  font-size: 75px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 24px;
  height: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
}

.menu-toggle .burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.menu-toggle .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}
section b, section strong {
  font-weight: 600;
}

.inner-row {
  width: calc(100% - 48px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.primary-btn {
  background-color: #95776C;
  line-height: 2.5em;
  font-size: 16px;
  padding: 0 24px;
  color: #FFFBF1;
  border-radius: 8px;
  border: solid 1px #95776C;
  text-decoration: none;
  display: inline-flex;
  transition: all 0.3s ease;
  position: relative;
}
.primary-btn:hover {
  background: #FFFBF1;
  color: #030506;
  transition: all 0.3s ease;
}

[data-aos=fade-small] {
  opacity: 0;
  transform: translateY(20px);
}
[data-aos=fade-small].aos-animate {
  opacity: 1;
  transform: translateY(0px);
}

#masthead {
  background: transparent;
  position: fixed;
}

#masthead .header-wrapper {
  background: #140200;
  background: linear-gradient(0deg, rgba(20, 2, 0, 0) 0%, rgba(20, 2, 0, 0.82) 100%);
}

.hero .hero-bg {
  object-fit: cover;
}

#masthead .header-wrapper .header-inner .main-navigation .menu ul {
  display: flex;
}

#masthead .header-wrapper .header-inner .main-navigation .menu-item {
  margin-left: 16px;
}

#masthead .header-wrapper .header-inner .main-navigation .menu-item a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}

.hero-content {
  text-align: center;
}
.hero-content h1 {
  font-size: clamp(40px, 10vw, 120px);
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hero-content h2 {
  font-size: 32px;
  margin-top: 0;
}
.hero-content .primary-btn {
  line-height: 3em;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.main-title {
  display: block;
  overflow: hidden;
}

.content-text {
  display: block;
  overflow: hidden;
}

.image-text {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #140200;
}

.image-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #140200;
}
.image-grid.black {
  background: #030506;
}

.image-text .inner-row {
  position: relative;
}
.image-text .inner-row h2 {
  text-transform: uppercase;
  color: #FFFBF1;
  text-align: center;
  font-size: 75px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 600;
}
@media (max-width: 520px) {
  .image-text .inner-row h2 {
    font-size: 40px;
  }
}
.image-text .inner-row img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 400px;
  border-radius: 8px;
}
@media (max-width: 520px) {
  .image-text .inner-row img {
    max-width: 100%;
  }
}
.image-text .inner-row.title-center {
  margin-top: 100px;
  margin-bottom: 100px;
}
.image-text .inner-row.title-center .aos-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.footer-top-inner .image-text.black {
  background: #030506;
}
.image-text.cover .inner-row img {
  max-width: none;
  width: 100%;
}

.content-boxes {
  background: #140200;
}
.content-boxes .content-boxes-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-boxes .content-boxes-inner .content-box {
  flex: 0 0 calc((100% - 48px) / 3);
  padding: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.content-boxes .content-boxes-inner .content-box h3 {
  color: #FFFBF1;
  font-size: 24px;
}
.content-boxes .content-boxes-inner .content-box p {
  color: #A19A99;
  font-size: 16px;
}

.text-block-large {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #140200;
}
@media (max-width: 520px) {
  .text-block-large {
    min-height: 60vh;
    padding-top: 10px;
  }
}
.text-block-large .text-block-large-inner {
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.text-block-large .text-block-large-inner .main-title {
  max-width: 800px;
  margin: 0 auto;
}
.text-block-large .text-block-large-inner h2 {
  text-transform: uppercase;
  color: #FFFBF1;
  font-size: 75px;
  margin-bottom: 24px;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .text-block-large .text-block-large-inner h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .text-block-large .text-block-large-inner h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .text-block-large .text-block-large-inner h2 {
    font-size: 37px;
  }
}
@media (max-width: 520px) {
  .text-block-large .text-block-large-inner h2 {
    font-size: 37px;
  }
}
.text-block-large .text-block-large-inner p {
  color: #A19A99;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
  font-weight: 300;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .text-block-large .text-block-large-inner p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .text-block-large .text-block-large-inner p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .text-block-large .text-block-large-inner p {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .text-block-large .text-block-large-inner p {
    font-size: 16px;
  }
}

.titles-bottom ul,
.titles-top ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  max-width: 580px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.titles-bottom ul li,
.titles-top ul li {
  flex-basis: calc(50% - 24px);
  color: #FFFBF1;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
}
.titles-bottom ul li span,
.titles-top ul li span {
  margin-right: 12px;
}

.titles-bottom {
  margin-left: calc(50% + 24px);
}

@media (max-width: 520px) {
  .titles-bottom {
    margin-left: unset;
  }
}
.image-grid-inner {
  -moz-column-count: 4;
  -moz-column-gap: 16px;
  -webkit-column-count: 4;
  -webkit-column-gap: 16px;
  column-count: 4;
  column-gap: 16px;
}
.image-grid-inner.black {
  background: #030506;
}
.image-grid-inner .img {
  position: relative;
  margin-bottom: 16px;
}
.image-grid-inner .img:nth-child(1) {
  margin-top: 54px;
}
.image-grid-inner .img span {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #FFFBF1;
}
.image-grid-inner img {
  border-radius: 10px;
}
@media (max-width: 520px) {
  .image-grid-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px; /* Added to match the calc(50% - 12px) intent – common pattern in your code (e.g., other sections use 24px gap) */
  }
  .image-grid-inner .img {
    width: calc(50% - 12px);
    height: auto;
  }
  .image-grid-inner .img:nth-child(1) {
    margin-top: 0;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kenburns-reverse {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.aos-container {
  overflow: hidden;
}

.mb-100 {
  transform: translateY(100px);
}

.mt--100 {
  transform: translateY(-100px);
}

.footer-wrap {
  background: linear-gradient(0deg, #FFF7DD 0%, #FBD8BA 2.21%, #F8C7AB 3.46%, #D1AF97 5.59%, #9D8073 9.15%, #7B5C52 12.53%, #5E3E37 16.63%, #4B2B22 19.39%, #3E2519 20.72%, #2B1708 23.43%, #1E0D00 27.62%, #170600 31.53%, #140200 100%);
  padding-top: 80px;
}

.footer-top {
  background: transparent;
}
.footer-top .inner-row {
  background: #341A15;
  padding: 40px;
  border-radius: 10px;
}
.footer-top .inner-row .footer-top-inner {
  display: flex;
  justify-content: space-between;
}
.footer-top .inner-row .footer-top-inner-left {
  flex-basis: calc(50% - 40px);
  position: relative;
}
.footer-top .inner-row .footer-top-inner-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFFBF1;
  opacity: 0.2;
}
.footer-top .inner-row .footer-top-inner-left ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 40px;
}
.footer-top .inner-row .footer-top-inner-left ul li {
  margin-bottom: 4px;
  color: #FFFBF1;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0.6;
}
.footer-top .inner-row .footer-top-inner-left ul li a {
  color: #FFFBF1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-top .inner-row .footer-top-inner-left ul li a:hover {
  color: #FFFBF1;
  transition: all 0.3s ease;
}
.footer-top .inner-row .footer-top-inner-left h2 {
  color: #FFFBF1;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-top .inner-row .footer-top-inner-left p {
  color: #FFFBF1;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5em;
  max-width: 490px;
  opacity: 0.6;
}
.footer-top .inner-row .footer-top-inner-right {
  flex-basis: calc(50% - 40px);
}
.footer-top .inner-row .footer-top-inner-right p {
  margin-top: 0;
  margin-bottom: -15px;
}
.footer-top .inner-row .footer-top-inner-right p:nth-child(5) {
  margin-top: 18px;
  margin-bottom: unset;
}
.footer-top .inner-row .footer-top-inner form {
  max-width: 580px;
}
.footer-top .inner-row .footer-top-inner form input, .footer-top .inner-row .footer-top-inner form textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #FFFBF1;
  color: #FFFBF1;
  outline: none;
}
.footer-top .inner-row .footer-top-inner form input[type=text],
.footer-top .inner-row .footer-top-inner form input[type=email] {
  padding: 10px;
  border-radius: 5px;
  line-height: 46px;
  height: 48px;
}
.footer-top .inner-row .footer-top-inner form textarea {
  padding: 10px;
  border-radius: 5px;
  line-height: 1.5em;
  height: 150px;
}
.footer-top .inner-row .footer-top-inner form input[type=submit] {
  background: #F2C4A8;
  color: #030506;
  border: none;
  cursor: pointer;
  line-height: 48px;
  height: 48px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0 20px;
}

.content-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #140200;
}
@media (max-width: 768px) {
  .content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .content-block {
    padding-top: 40px;
  }
}
.content-block .inner-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.content-block .inner-row .content-block-content {
  flex-basis: calc(50% - 24px);
}
.content-block .inner-row .content-block-content h2 {
  color: #FFFBF1;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2em;
}
.content-block .inner-row .content-block-content p {
  color: #A19A99;
}
.content-block .inner-row .content-block-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 24px;
}
.content-block .inner-row .content-block-content ul li {
  margin-bottom: 12px;
  color: #FFFBF1;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
  color: #A19A99;
}
.content-block .inner-row .content-block-content ul li:before {
  content: "-";
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-block .inner-row .content-block-gallery {
  flex-basis: calc(50% - 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1024px) {
  .content-block .inner-row .content-block-gallery {
    max-height: 700px;
    flex-direction: column;
  }
}
@media (max-width: 934px) {
  .content-block .inner-row .content-block-gallery {
    max-height: 600px;
    flex-direction: row;
  }
}
.content-block .inner-row .content-block-gallery .content-block-gallery-item {
  flex-basis: calc(50% - 12px);
}
.content-block .inner-row .content-block-gallery .content-block-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .content-block .inner-row .content-block-gallery .content-block-gallery-item {
    height: 300px;
  }
}
@media (max-width: 934px) {
  .content-block .inner-row .content-block-gallery .content-block-gallery-item {
    height: 512;
  }
}
.content-block .inner-row.reversed {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-block .inner-row {
    flex-direction: column;
  }
  .content-block .inner-row .content-block-gallery {
    order: -1;
  }
  .content-block .inner-row.reversed {
    flex-direction: column;
  }
  .content-block .inner-row.reversed .content-block-gallery {
    order: -1;
  }
}
@media (max-width: 520px) {
  .content-block .inner-row .content-block-content .main-title h2 {
    font-size: 32px;
  }
}

.cta-banner {
  background: #140200;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .cta-banner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.cta-banner a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-decoration: none;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px);
  border-radius: 10px;
}
.cta-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #140200;
  z-index: 1;
  transition: all 0.4s ease;
}
.cta-banner a:hover::before {
  transition: all 0.4s ease;
  opacity: 0;
}
.cta-banner a .cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  position: relative;
  z-index: 2;
}
@media (max-width: 1450px) {
  .cta-banner a .cta-banner-inner {
    height: 75vh;
  }
}
.cta-banner a .cta-banner-inner .main-title.top {
  margin-top: -32px;
}
.cta-banner a .cta-banner-inner .main-title.bottom {
  margin-bottom: -80px;
}
.cta-banner a .cta-banner-inner .main-title h2 {
  color: #FFFBF1;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cta-banner a .cta-banner-inner .main-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .cta-banner a .cta-banner-inner .main-title h2 {
    font-size: 37px;
  }
}
.cta-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.image-gallery {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #140200;
}
@media (max-width: 768px) {
  .image-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.image-gallery .image-gallery-inner {
  position: relative;
}
.image-gallery .image-gallery-inner .lightgallery-open {
  background: rgba(20, 2, 0, 0.2);
  backdrop-filter: blur(30px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.image-gallery .image-gallery-inner .lightgallery-open svg {
  width: 24px;
  height: 24px;
}
.image-gallery .image-gallery-inner .owl-carousel {
  position: relative;
}
.image-gallery .image-gallery-inner .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  pointer-events: none;
}
.image-gallery .image-gallery-inner .owl-carousel .owl-nav button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(203, 203, 203, 0.2);
  backdrop-filter: blur(30px);
  pointer-events: auto;
}
.image-gallery .image-gallery-inner .owl-carousel .owl-nav button span {
  font-size: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/images/right-dark.svg);
}
.image-gallery .image-gallery-inner .owl-carousel .owl-prev {
  margin-left: 0;
}
.image-gallery .image-gallery-inner .owl-carousel .owl-prev span {
  transform: rotate(180deg);
}
.image-gallery .image-gallery-inner .owl-carousel .image-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.plans-tabs {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #140200;
}
.plans-tabs .plans-tabs-nav {
  list-style: none;
  padding-left: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 40px;
  margin-bottom: 24px;
}
.plans-tabs .plans-tabs-nav li {
  margin-left: 4px;
  margin-right: 4px;
}
.plans-tabs .plans-tabs-nav li button {
  background: transparent;
  color: #FFFBF1;
  font-size: 16px;
  line-height: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 32px;
  margin: 0;
  outline: none;
  border: none;
  border: solid 1px #FFFBF1;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.plans-tabs .plans-tabs-nav li button.active {
  background: #FFFBF1;
  color: #030506;
}
.plans-tabs .plans-tabs-nav li button:hover {
  background: #FFFBF1;
  color: #030506;
  transition: all 0.3s ease;
}
.plans-tabs .plans-inner-tabs-nav {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.plans-tabs .plans-inner-tabs-nav li {
  margin-left: 4px;
  margin-right: 4px;
}
.plans-tabs .plans-inner-tabs-nav li button {
  background: transparent;
  color: #FFFBF1;
  font-size: 14px;
  line-height: 2.4em;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 32px;
  margin: 0;
  outline: none;
  border: none;
  border: solid 1px #FFFBF1;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.plans-tabs .plans-inner-tabs-nav li button.active {
  background: #FFFBF1;
  color: #030506;
}
.plans-tabs .plans-inner-tabs-nav li button:hover {
  background: #FFFBF1;
  color: #030506;
  transition: all 0.3s ease;
}
.plans-tabs .plan .aditional-info {
  margin: 0;
  color: #fff;
}
.plans-tabs .plan-inner {
  display: flex;
  justify-content: space-between;
  max-height: 770px;
  padding-top: 64px;
  gap: 24px;
}
@media (max-width: 880px) {
  .plans-tabs .plan-inner {
    flex-direction: column;
    max-height: unset;
  }
}
.plans-tabs .plan-inner-left {
  flex-basis: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.plans-tabs .plan-inner-left h3 {
  font-family: "Neue Haas Grotesk Display Pro"; /* THis is the other font! */
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 80px);
  color: #FFFBF1;
  max-width: 580px;
  line-height: 1.2em;
}
.plans-tabs .plan-inner-left .primary-btn {
  margin-top: auto;
  margin-bottom: 40px;
}
.plans-tabs .plan-inner-right {
  flex-basis: calc(50% - 24px);
}
.plans-tabs .plan-inner-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 520px) {
  .plans-tabs .plan-inner-left h3 {
    font-size: 40px;
  }
  .plans-tabs .plans-tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .plans-tabs .plan-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .split-content {
    min-height: 40vh;
  }
}
@media (max-width: 520px) {
  .split-content .split-inner {
    min-height: 40vh;
  }
  .split-content .split-inner .content-col p {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 520px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .footer-top .inner-row {
    padding: 20px;
    width: calc(100% - 24px);
  }
  .split-content {
    display: none;
  }
}
@media (max-width: 720px) {
  .footer-top-inner {
    display: flex;
    flex-direction: column;
  }
  .footer-top .inner-row .footer-top-inner-left:before {
    display: none;
  }
}
.lg-prev {
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(203, 203, 203, 0.2);
  backdrop-filter: blur(30px);
  background-image: url(../assets/images/right.svg);
  transform: rotate(180deg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.lg-next {
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  background: rgba(203, 203, 203, 0.2);
  backdrop-filter: blur(30px);
  background-image: url(../assets/images/right.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.plan-lisainfo {
  margin-top: 32px;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #95776C #f0f0f0;
}
.plan-lisainfo::-webkit-scrollbar {
  height: 8px;
}
.plan-lisainfo::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.plan-lisainfo::-webkit-scrollbar-thumb {
  background-color: #95776C;
  border-radius: 4px;
}
.plan-lisainfo .lisainfo-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 15px;
  color: #ffffff;
  table-layout: auto;
}
.plan-lisainfo .lisainfo-table thead th {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #95776C;
  padding: 14px 12px;
  border-bottom: 1px solid #d2d2d7;
  white-space: nowrap;
}
.plan-lisainfo .lisainfo-table thead th:nth-child(n) {
  min-width: calc(100% + 24px);
  margin-right: 0;
}
.plan-lisainfo .lisainfo-table thead th:last-child {
  text-align: right;
}
.plan-lisainfo .lisainfo-table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #e5e5ea;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.plan-lisainfo .lisainfo-table tbody td:not(:empty) {
  min-width: calc(100% + 24px);
  margin-right: 0;
}
.plan-lisainfo .lisainfo-table tbody td:last-child {
  text-align: right;
}
.plan-lisainfo .lisainfo-table tbody tr:hover {
  background: #95776c;
}
.plan-lisainfo .lisainfo-table tbody tr.sold {
  opacity: 0.4;
}
.plan-lisainfo .lisainfo-table tbody tr.sold td:last-child {
  font-weight: 600;
}
.plan-lisainfo .lisainfo-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .plan-lisainfo {
    overflow-x: auto;
  }
}