#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;
}
#masthead .header-wrapper .header-inner .site-branding img {
  max-width: 140px;
}
#masthead .header-wrapper .header-inner {
  display: flex;
  max-width: 1600px;
  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 .main-navigation {
  margin: 0 auto;
  width: auto;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  gap: 0 40px;
}
@media (max-width: 980px) {
  #masthead .header-wrapper .header-inner .main-navigation {
    display: none;
  }
}
#masthead .header-wrapper .header-inner .main-navigation ul.menu {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 1280px) {
  #masthead .header-wrapper .header-inner .main-navigation ul.menu {
    gap: 0 20px;
  }
}
#masthead .header-wrapper .header-inner .main-navigation ul.menu a {
  font-size: 18px;
  font-weight: 400;
  font-family: "General Sans";
}
@media (max-width: 1180px) {
  #masthead .header-wrapper .header-inner .main-navigation ul.menu a {
    font-size: 16px;
  }
}
#masthead .header-wrapper .header-inner .main-navigation ul.menu a:hover:after {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
#masthead .header-wrapper .header-inner .main-navigation ul.menu a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
#masthead .header-wrapper .header-inner .main-navigation .menu-item a {
  font-size: 18px;
  font-weight: 300;
  font-family: "General Sans";
}
#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: #50666D;
  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);
  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: 40px;
  padding-bottom: 24px;
  background: #50666D;
}
footer#colophon .footer-image {
  max-width: 100px;
  min-width: 100px;
}
footer#colophon::before {
  height: 115px;
  width: 100%;
  display: block;
  content: "";
  margin-top: -60px;
  background: url(/wp-content/uploads/2026/01/image_01.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 33% 0;
}
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: 8px;
}
footer#colophon .inner-row .footer-col ul.main-contacts li * {
  color: #B9C2C5;
  transition: all 0.3s ease;
}
footer#colophon .inner-row .footer-col ul.main-contacts li a:hover {
  color: #fff;
  transition: all 0.3s ease;
}
footer#colophon .inner-row .footer-col p, footer#colophon .inner-row .footer-col a, footer#colophon .inner-row .footer-col li {
  text-decoration: none;
  font-family: "Gt walsheim";
}
footer#colophon .inner-row .footer-col-1 {
  display: flex;
}
footer#colophon .inner-row .footer-col-1 .footer-logo img {
  width: 260px;
}
footer#colophon .inner-row .footer-col-1 .textwidget {
  margin-left: 180px;
}
footer#colophon .inner-row .footer-col-1 .textwidget p {
  margin-top: 0;
}
footer#colophon .inner-row .footer-col-2 {
  margin-left: 180px;
}
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 a {
  color: #fff;
  text-decoration: none;
}
footer#colophon .inner-row .footer-col-2 ul li.current-menu-item a {
  border-bottom: solid 1px #fff;
}
footer#colophon .inner-row .footer-col-3 {
  margin-left: 180px;
  margin-right: auto;
}
footer#colophon .inner-row .footer-col-3 ul li {
  flex-basis: 50%;
}
footer#colophon .inner-row .footer-col-3 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: #B9C2C5;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Gt walsheim";
}

@media (max-width: 1024px) {
  footer#colophon .footer-image {
    display: none;
  }
  footer#colophon .inner-row.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-1 {
    width: 100%;
    margin-bottom: 2em;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-2,
  footer#colophon .inner-row.footer-bottom .footer-col-3 {
    margin: 0;
    width: 100%;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-3 {
    margin-left: 3.2em;
    margin-right: auto;
  }
  body .footer-bottom p,
  footer#colophon .inner-row.footer-bottom p,
  footer#colophon .inner-row .footer-col p,
  footer#colophon .inner-row .footer-col a,
  footer#colophon .inner-row .footer-col li,
  .content-block .inner-row .content-block-content p {
    font-size: 20px;
  }
  #colophon > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
  }
  #colophon > div:nth-child(2) div {
    width: 100%;
  }
}
@media (max-width: 520px) {
  body .footer-top .inner-row .footer-top-inner-full h2 {
    font-size: 30px;
  }
  footer#colophon .footer-image {
    display: none;
  }
  footer#colophon .inner-row.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-1 {
    width: 100%;
    margin-bottom: 2em;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-2,
  footer#colophon .inner-row.footer-bottom .footer-col-3 {
    margin: 0;
  }
  footer#colophon .inner-row.footer-bottom .footer-col-3 {
    margin-left: 3.2em;
    margin-right: auto;
  }
  footer#colophon .inner-row.footer-bottom .footer-bottom-right p {
    max-width: 330px;
    font-size: 16px;
  }
  body .footer-bottom p,
  footer#colophon .inner-row.footer-bottom p,
  footer#colophon .inner-row .footer-col p,
  footer#colophon .inner-row .footer-col a,
  footer#colophon .inner-row .footer-col li,
  .content-block .inner-row .content-block-content p {
    font-size: 16px;
  }
  #colophon > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
  }
  #colophon > div:nth-child(2) div {
    width: 100%;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
}
.hero .hero-bg-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.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 {
  height: 100%;
  margin-top: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
  position: relative;
  z-index: 1;
}
.hero .inner-row .hero-content {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  padding-bottom: 100px;
}
.hero .inner-row .hero-content .main-title {
  padding-bottom: 20px;
}
.hero .inner-row .hero-content .main-title h1 {
  color: #ffffff;
  font-size: clamp(46px, 6vw, 80px);
  line-height: 1em;
  letter-spacing: -0.03em;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-family: "Gt walsheim";
}
.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: 120px;
  }
  .hero .inner-row .hero-content h1 {
    font-size: 50px;
  }
  .hero .inner-row .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
.hero .inner-row .hero-content .primary-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 660px) {
  .hero .inner-row {
    flex-wrap: wrap;
    padding-bottom: 12px;
  }
  .hero .inner-row .hero-feature {
    flex: 0 0 calc((100% - 24px) / 2);
    padding: 0 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .hero .inner-row {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    gap: 12px;
    padding-left: 16px;
  }
  .hero .inner-row .hero-feature {
    flex: 0 0 calc((100% - 16px) / 2);
    padding: 0;
  }
  .hero .inner-row .hero-feature:first-child {
    padding-left: 0;
  }
  .hero .inner-row .hero-feature:last-child {
    padding-right: 0;
  }
  .hero .inner-row .hero-feature .value {
    font-size: 18px;
  }
}
.hero .bottom {
  position: absolute;
  bottom: -64px;
  width: 100%;
  padding-bottom: unset !important;
  z-index: 1;
  margin: 6px auto;
}
.hero .hero-features {
  width: calc(100% - 48px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 24px;
  background: #809AA2;
  margin-top: 48px;
  padding-right: 24px;
  overflow: hidden;
  border-radius: 6px;
}
.hero .hero-features .hero-feature {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: min-content;
  padding: 42px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hero .hero-features .hero-feature:first-child {
  padding-left: 24px;
}
.hero .hero-features .hero-feature:last-child {
  padding-right: 24px;
}
.hero .hero-features .hero-feature:after {
  height: 1px;
  display: block;
  content: "";
  background: #667B82;
  width: 49px;
  transform: rotate(90deg) translate(-28px, 0px);
  margin-left: calc(100% - 1px);
}
.hero .hero-features .hero-feature:last-child::after {
  display: none;
}
.hero .hero-features .hero-feature .label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 0;
  letter-spacing: 0.2em;
}
.hero .hero-features .hero-feature .value {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  padding-bottom: 4px;
}
@media (max-width: 1024px) {
  .hero .hero-features {
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: center;
    gap: 0;
  }
  .hero .hero-features .hero-feature {
    flex: 0 0 calc((100% - 24px) / 2);
    padding: 0 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .hero .hero-features .hero-feature:after {
    display: none;
  }
  .hero .hero-features .hero-feature:first-child {
    border-right: 1px solid #667B82;
  }
  .hero .hero-features .hero-feature:nth-child(3) {
    border-right: 1px solid #667B82;
  }
}
@media (max-width: 768px) {
  .hero .hero-features .hero-feature .value {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .hero .hero-features {
    padding: 16px 0 !important;
    width: calc(100% - 24px) !important;
  }
  .hero .hero-features .hero-feature {
    padding: 0 12px !important;
    flex-basis: 50% !important;
  }
  .hero .hero-features .hero-feature .label {
    font-size: 12px;
  }
  .hero .hero-features .hero-feature .value {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .hero .hero-features {
    padding: 14px 0 !important;
  }
  .hero .hero-features .hero-feature {
    padding: 0 12px !important;
    flex-basis: 50% !important;
  }
  .hero .hero-features .hero-feature .label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .hero .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: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;
  }
  .split-content .split-inner .pattern-col .pattern {
    flex-basis: 16.6666666667%;
  }
}
@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: "Gt walsheim";
  font-weight: 400;
}

p, li, ol, a {
  font-family: "General Sans";
}

@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/GeneralSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/GeneralSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gt walsheim";
  src: url("../assets/fonts/gt-walsheim-regular-web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gt walsheim";
  src: url("../assets/fonts/gt-walsheim-medium-web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gt walsheim";
  src: url("../assets/fonts/gt-walsheim-bold-web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gt walsheim";
  src: url("../assets/fonts/gt-walsheim-black-web.woff2") format("woff2");
  font-weight: 800;
  font-style: street;
}
@font-face {
  font-family: "Gt walsheim";
  src: url("../assets/fonts/gt-walsheim-ultra-bold-web.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.entry-content {
  background: #ffffff;
}

section b, section strong {
  font-weight: 500;
}

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

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

.section-title {
  padding-top: 120px;
  padding-bottom: 24px;
  background: rgb(249.9, 249.9, 249.9);
}
.section-title .main-title h1 {
  color: #fafafa;
  font-size: 75px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.home .hero {
  margin-bottom: 102px;
}

.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;
}
.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: #000;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 980px) {
  .menu-toggle {
    display: none;
  }
}

.primary-btn {
  background-color: #000;
  line-height: 1em;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 40px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFBF1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  transition: all 0.3s ease;
  position: relative;
  width: fit-content;
  overflow: hidden;
}
.primary-btn:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}
.primary-btn:after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 110%;
  height: 110%;
  background: #ac9a7d;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  z-index: -1;
}
.primary-btn:hover:after {
  transform: translateX(0%);
  transition: all 0.4s ease;
  border-radius: 0;
}

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

#masthead {
  position: fixed;
}
@media (max-width: 520px) {
  #masthead .header-wrapper .header-inner .site-branding img {
    max-width: 132px;
  }
}
#masthead .primary-btn {
  background-color: #000;
  line-height: 2.95em;
  text-transform: capitalize;
  font-family: "General Sans";
  font-size: 18px;
  z-index: 1;
}
@media (max-width: 980px) {
  #masthead .primary-btn {
    margin-left: auto;
    margin-right: 24px;
  }
}
@media (max-width: 520px) {
  #masthead .primary-btn {
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  #masthead .primary-btn {
    margin-left: auto;
  }
}
@media (max-width: 1140px) {
  #masthead #menu-item-334 {
    display: none;
  }
}
#masthead .header-wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  overflow: hidden;
  border: none;
}
#masthead .header-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(0, 0%, 100%, 0.08);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
#masthead .header-inner .main-navigation .menu ul {
  display: flex;
}
#masthead .header-inner .main-navigation .menu-item a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

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

.content-boxes {
  margin: 8em 0;
  background: #ffffff;
}
.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 {
  font-size: 78px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000000;
  margin-top: 0;
}
.content-boxes .content-boxes-inner .content-box p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  color: #000000;
}
.content-boxes .content-box-link a {
  margin: 0 auto;
  display: flex;
}
.content-boxes {
  /* Mobile overrides */
}
@media (max-width: 1024px) {
  .content-boxes .content-boxes-inner .content-box {
    flex: 0 0 calc((100% - 48px) / 2);
    padding: 20px;
  }
  .content-boxes .content-boxes-inner .content-box h3 {
    margin: 0;
    margin-top: 24px;
    font-size: 80px;
  }
  .content-boxes .content-boxes-inner .content-box p {
    font-size: 20px;
  }
}
.content-boxes {
  /* Mobile overrides */
}
@media (max-width: 520px) {
  .content-boxes .content-boxes-inner {
    justify-content: space-evenly;
  }
  .content-boxes .content-boxes-inner .content-box {
    padding: 0px;
    flex: 0 0 calc((100% - 80px) / 2);
  }
  .content-boxes .content-boxes-inner .content-box h3 {
    margin: 0;
    margin-top: 4px;
    font-size: 40px;
  }
  .content-boxes .content-boxes-inner .content-box p {
    font-size: 18px;
  }
}

/* =============================== Text Block Large ================================= */
.text-block-large {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #C4D4D9;
  max-width: 1600px;
  margin: 10em auto;
}
@media (max-width: 520px) {
  .text-block-large {
    min-height: 60vh;
    padding-top: 10px;
  }
}
.text-block-large .text-block-large-inner {
  text-align: center;
}
.text-block-large .text-block-large-inner h2 {
  font-size: 54px;
  text-align: center;
  margin-bottom: 80px;
  color: #000000;
  position: relative;
  margin: auto;
  line-height: 1.4;
  font-family: "Gt walsheim";
  padding: 4px;
  margin-bottom: 24px;
  max-width: 1000px;
}
@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 h2:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #b2976a;
}
.text-block-large .text-block-large-inner span {
  margin: 60px auto;
  font-size: 2rem;
  display: block;
  line-height: 1.5em;
}
.text-block-large .text-block-large-inner .content-text,
.text-block-large .text-block-large-inner p {
  font-family: "General Sans";
  color: #000000;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
  font-weight: 300;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .text-block-large .text-block-large-inner .content-text,
  .text-block-large .text-block-large-inner p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .text-block-large .text-block-large-inner .content-text,
  .text-block-large .text-block-large-inner p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .text-block-large .text-block-large-inner .content-text,
  .text-block-large .text-block-large-inner p {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .text-block-large .text-block-large-inner .content-text,
  .text-block-large .text-block-large-inner p {
    font-size: 16px;
  }
}

/* =============================== Titles Top / Bottom ================================= */
.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: #fafafa;
  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-row {
  position: relative;
}
.image-grid .inner-row .corner-right {
  display: block;
  position: absolute;
  background-image: url(/wp-content/uploads/2026/01/image002-min.svg);
  z-index: 9;
  right: 0;
  top: -26px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 140px;
}
@media (max-width: 520px) {
  .image-grid .inner-row .corner-right {
    right: -12px;
    top: -15px;
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
.image-grid .image-grid-inner {
  column-count: 4;
  column-gap: 16px;
}
.image-grid .image-grid-inner.black {
  background: #030506;
}
.image-grid .image-grid-inner .img {
  position: relative;
  margin-bottom: 16px;
  min-width: 338px;
}
.image-grid .image-grid-inner .img span {
  color: #000;
}
.image-grid .image-grid-inner .img a {
  color: #000;
  font-family: "General Sans";
  font-weight: 400;
}
.image-grid .image-grid-inner .img:last-child h3 {
  position: absolute;
  z-index: 1;
  left: 19px;
  max-width: calc(100% - 120px);
  line-height: 1.3;
  font-size: 18px;
  bottom: 6px;
}
.image-grid .image-grid-inner .img:last-child .img-title .text {
  color: #fff;
}
.image-grid .image-grid-inner .img-title .text {
  max-width: calc(100% - 160px);
}
.image-grid img {
  border-radius: 10px;
}
@media (max-width: 520px) {
  .image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .image-grid .img {
    width: calc(50% - 12px);
    height: auto;
  }
  .image-grid .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);
  }
}
@keyframes goinlast {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aos-container {
  overflow: hidden;
}

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

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

.footer-top {
  background: #fff;
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .footer-top {
    margin-bottom: 102px;
    margin-top: 102px;
  }
}
@media (max-width: 768px) {
  .footer-top {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 520px) {
  .footer-top {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.footer-top {
  font-size: 22px;
}
.footer-top .inner-row .footer-top-inner {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-top .inner-row .footer-top-inner:before {
  content: "";
  background: linear-gradient(0deg, #f0e9e2 55.17%, transparent);
  height: 200%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: transform 1200ms cubic-bezier(0, 0, 0.3, 1);
  width: 100%;
  z-index: 2;
}
.footer-top .inner-row .footer-top-inner.aos-animate:before {
  transform: translateY(100%);
  transition-duration: 1.3s;
}
.footer-top .inner-row .footer-top-inner-full {
  background: url(/wp-content/themes/riia/assets/images/R60-back-JPG-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-top .inner-row .footer-top-inner-full h2 {
  color: #fafafa;
  font-size: 50px;
  margin-bottom: 24px;
  line-height: 1em;
  text-align: center;
  font-weight: 500;
}
.footer-top .inner-row .footer-top-inner-full a {
  background: #fafafa;
  border: unset;
  color: #000;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5em;
  max-width: 220px;
  text-decoration: none;
  text-transform: unset;
  z-index: 1;
}
.footer-top .inner-row .footer-top-inner-full a:after {
  background: #000;
}
.footer-top .inner-row .footer-top-inner-full a:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.footer-bottom {
  background: #50666D;
  padding-top: 80px;
  font-size: 22px;
}
.footer-bottom .inner-row .footer-top-inner {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .inner-row .footer-top-inner h2 {
  color: #fafafa;
  font-size: 50px;
  margin-bottom: 24px;
  line-height: 1.4em;
  text-align: center;
}
.footer-bottom .inner-row .footer-top-inner a {
  background: #fafafa;
  border: unset;
  color: #000;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5em;
  max-width: 220px;
  text-decoration: none;
  padding: 12px 24px;
}
.footer-bottom .inner-row p {
  font-size: 18px;
  margin-top: 0;
  line-height: 1em;
}

.aos-container {
  overflow: hidden;
  display: block;
}

.content-block {
  min-height: 600px;
  margin: 160px auto 80px;
  background: transparent;
}
@media (max-width: 1024px) {
  .content-block {
    margin-top: 102px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .content-block {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .content-block {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.content-block .inner-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.content-block .inner-row .content-block-content {
  flex-basis: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-block .inner-row .content-block-content.gold .primary-btn:after {
  background: #AC9A7D;
}
.content-block .inner-row .content-block-content.blue .primary-btn:after {
  background: #809AA2;
}
.content-block .inner-row .content-block-content.beige .primary-btn:after {
  background: #C4978C;
}
.content-block .inner-row .content-block-content h2 {
  color: #000;
  font-size: 80px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  .content-block .inner-row .content-block-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .content-block .inner-row .content-block-content h2 {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .content-block .inner-row .content-block-content h2 {
    font-size: 36px;
  }
}
.content-block .inner-row .content-block-content h2 b {
  color: #C4978C;
  font-weight: 600;
}
.content-block .inner-row .content-block-content h2.gold b {
  color: #AC9A7D;
}
.content-block .inner-row .content-block-content h2.blue b {
  color: #809AA2;
}
.content-block .inner-row .content-block-content h2.beige b {
  color: #C4978C;
}
.content-block .inner-row .content-block-content h3 {
  color: #000;
  font-size: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
  line-height: 1em;
  font-weight: 500;
}
.content-block .inner-row .content-block-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "General Sans";
}
.content-block .inner-row .content-block-content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .content-block .inner-row .content-block-content p {
    font-size: 16px;
  }
}
.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: #fafafa;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
.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-content .primary-btn {
  margin-top: 60px;
}
.content-block .inner-row .content-block-gallery {
  flex-basis: calc(50% - 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-block .inner-row .content-block-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1;
}
.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: 50px;
  }
}

.cta-banner {
  background: #140200;
}
.cta-banner a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.cta-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all 0.4s ease;
}
.cta-banner a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(20, 2, 0, 0) 48%, #809aa2 93%);
  z-index: 1;
}
.cta-banner a:hover::before {
  opacity: 1;
  transition: all 0.4s ease;
}
.cta-banner a:hover img {
  transform: scale(1.03);
  transition: all 0.4s ease;
}
.cta-banner a .cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.cta-banner a .cta-banner-inner .main-title {
  margin-top: auto;
}
.cta-banner a .cta-banner-inner .main-title h2 {
  color: #fafafa;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 24px;
  text-align: center;
}
@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 a .cta-banner-inner .subtitle {
  color: #fafafa;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 400;
  max-width: 350px;
  margin-bottom: 140px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
.cta-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

.image-gallery {
  padding-top: 40px;
  padding-bottom: 80px;
}
@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 span {
  transform: rotate(180deg);
}
.image-gallery .image-gallery-inner .owl-carousel .image-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.plans-tabs {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
.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: #809aa2;
  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 #809aa2;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.plans-tabs .plans-tabs-nav li button.active {
  background: #809aa2;
  color: #ffffff;
}
.plans-tabs .plans-tabs-nav li button:hover {
  background: #fafafa;
  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: #809aa2;
  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 #809aa2;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.plans-tabs .plans-inner-tabs-nav li button.active {
  background: #809aa2;
  color: #fafafa;
}
.plans-tabs .plans-inner-tabs-nav li button:hover {
  background: #fafafa;
  color: #030506;
  transition: all 0.3s ease;
}
.plans-tabs .plan-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 880px) {
  .plans-tabs .plan-inner {
    flex-direction: column;
  }
}
.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";
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 80px);
  color: #809aa2;
  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 {
  position: relative;
  flex-basis: calc(50% - 24px);
}
.plans-tabs .plan-inner-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plans-tabs .plan-inner-right .plan-svg-overlay rect,
.plans-tabs .plan-inner-right .plan-svg-overlay path,
.plans-tabs .plan-inner-right .plan-svg-overlay polygon {
  fill: #c4d4d9 !important;
  transition: opacity 0.3s ease;
  opacity: 1 !important;
}
.plans-tabs .plan-inner-right .plan-svg-overlay svg {
  position: absolute;
  margin-top: 4px;
  transition: opacity 0.3s ease;
}
.plans-tabs .plan-inner-right .plan-svg-overlay svg g rect:hover,
.plans-tabs .plan-inner-right .plan-svg-overlay svg g path:hover,
.plans-tabs .plan-inner-right .plan-svg-overlay svg g polygon:hover {
  fill: #c4d4d9 !important;
  transition: opacity 0.3s ease;
  opacity: 1 !important;
}
@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;
  }
}
.plans-tabs .price-list-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 2em;
  font-family: "Gt walsheim";
  font-size: 15px;
  text-align: center;
}
.plans-tabs .price-list-table th {
  font-weight: 500;
  padding: 10px 8px;
  color: #50666D;
}
.plans-tabs .price-list-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
.plans-tabs .price-list-table td.price, .plans-tabs .price-list-table td:last-child {
  font-weight: 500;
  color: #333;
}
.plans-tabs .price-list-table td:nth-child(3), .plans-tabs .price-list-table td:nth-child(5) {
  text-align: center;
}
.plans-tabs .price-list-table tbody tr {
  position: relative;
}
.plans-tabs .price-list-table tbody tr.current, .plans-tabs .price-list-table tbody tr:hover {
  background-color: #C4D4D9;
}
.plans-tabs .price-list-table tbody tr.current td, .plans-tabs .price-list-table tbody tr:hover td {
  background-color: #dce6eb;
}
.plans-tabs .price-list-table tbody tr.current td:first-child::before, .plans-tabs .price-list-table tbody tr:hover td:first-child::before {
  opacity: 1;
}

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

#apartment-popup {
  position: fixed;
  inset: 0;
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
}
#apartment-popup.active {
  transform: translateX(0);
  transition: transform 1s ease-in-out;
}
#apartment-popup .popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
#apartment-popup .popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#apartment-popup .popup-content #apartment-iframe {
  width: 100%;
  height: 100%;
  border: 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;
}

@media (max-width: 520px) {
  body .postcard-slider {
    position: relative;
    transform: translate(10px, 0px);
    margin: 100px auto 80px auto;
  }
  body .postcard-slider__col--text {
    transform: translate(-20px, 0px);
  }
}
.postcard-slider {
  display: flex;
  align-items: center;
  max-width: 1400px;
  width: calc(100% - 48px);
  margin: 160px auto 80px auto;
  gap: 40px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.postcard-slider__col {
  width: 100%;
  position: relative;
  display: flex;
  text-align: center;
}
.postcard-slider__col--text {
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.postcard-slider__col--text h2 {
  font-size: 100px;
  line-height: 1.15;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .postcard-slider__col--text h2 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .postcard-slider__col--text h2 {
    font-size: 60px;
  }
}
@media (max-width: 520px) {
  .postcard-slider__col--text h2 {
    font-size: 48px;
  }
}
.postcard-slider__col--images {
  justify-content: center;
}
.postcard-slider__col--images .postcard-stack {
  position: relative;
  display: grid;
  max-width: 800px;
  width: 100%;
}
.postcard-slider__col--images .postcard-stack .is-offset {
  grid-area: 1/1;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transform: translate(calc(var(--i) * -20px), calc(var(--i) * 20px));
  z-index: calc(20 - var(--i));
  transition: transform 0.5s ease;
  max-height: 920px;
}
.postcard-slider__col--images .postcard-stack .is-offset img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.postcard-slider__col--images .postcard-stack .postcard-stamp {
  position: absolute;
  z-index: 999;
  max-width: 123px;
  right: -30px;
  top: 0;
}
@media (max-width: 520px) {
  .postcard-slider__col {
    width: calc(100% - 2px);
  }
  .postcard-slider__col--text .postcard-slider__title {
    font-size: 125px;
  }
  .postcard-slider__col--images .postcard-stack .postcard-stamp {
    max-width: 100px;
    right: 0px;
    top: -15px;
  }
  .postcard-slider h2.postcard-slider__title.aos-init.aos-animate {
    font-size: 40px;
  }
}

body.modal-open {
  overflow: hidden;
}
body.modal-open #wpadminbar {
  display: none;
}

.info-container {
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  padding: 60px 0;
  margin: 160px auto 80px;
  overflow: hidden;
}
.info-container .inner-row {
  margin-right: 0;
  overflow: hidden;
  margin-left: calc((100vw - 1600px) / 2);
  width: calc(100% - 24px);
  max-width: 100%;
}
@media (min-width: 1624px) {
  .info-container .inner-row {
    margin-left: calc((100vw - 1600px) / 2);
  }
}
@media (max-width: 1623px) {
  .info-container .inner-row {
    margin-left: 24px;
  }
}
@media (max-width: 520px) {
  .info-container .inner-row {
    margin-left: 12px;
  }
}
.info-container__header {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 520px) {
  .info-container__header {
    display: flex;
    flex-direction: column;
  }
}
.info-container__header h2 {
  font-size: 60px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.info-container__header p {
  font-size: 18px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.info-container__grid {
  margin-top: 92px;
  display: flex;
  gap: 20px;
  width: 100%;
}
.info-container__item {
  flex: 1 1 100%;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.info-container__content {
  padding: 20px;
}
.info-container__content p {
  color: #fff;
  width: 100%;
  font-family: "General Sans";
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .info-container__grid {
    flex-wrap: wrap;
  }
  .info-container__item {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .info-container__item {
    flex: 1 1 100%;
  }
}

.text-double-grid {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .text-double-grid {
    margin-bottom: 102px;
    margin-top: 102px;
  }
}
@media (max-width: 768px) {
  .text-double-grid {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 520px) {
  .text-double-grid {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.text-double-grid p {
  font-size: 14px;
}
.text-double-grid .text-double-grid-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.text-double-grid .text-double-grid-inner .title-col:nth-child(1) {
  max-width: calc(50% - 160px);
}
.text-double-grid.is-reversed .text-double-grid-inner {
  flex-direction: row-reverse;
}
.text-double-grid .text-double-col {
  flex: 1;
}
@media (min-width: 769px) {
  .text-double-grid .text-double-col.title-col {
    position: sticky;
    top: 100px;
    left: 0;
  }
}
.text-double-grid .text-double-col.title-col .main-title h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 500;
  max-width: 500px;
  font-family: "Gt walsheim";
  line-height: 1.4;
  color: rgb(0, 0, 0);
}
.text-double-grid .text-double-col.description-col p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  font-family: "General Sans";
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .text-double-grid .text-double-grid-inner {
    gap: 20px;
    flex-direction: column;
  }
  .text-double-grid .text-double-col.title-col .main-title h2 {
    font-size: 40px;
  }
  .text-double-grid .text-double-col.title-col.title-col:nth-child(1) {
    max-width: calc(80% - 80px);
  }
  .text-double-grid .text-double-col.description-col p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .image-text {
    flex-direction: column;
    gap: 32px;
  }
  .image-text .image-col,
  .image-text .content-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .footer-top .inner-row {
    border-radius: 8px;
    width: calc(100% - 24px);
  }
  .footer-top .footer-top-inner-left:before {
    display: none;
  }
  .footer-top .footer-top-inner {
    display: flex;
    flex-direction: column;
  }
}
.sidebar-menu .menu.mobile {
  margin-top: 16px;
}

@media (max-width: 580px) {
  .image-gallery .image-gallery-inner .lightgallery-open {
    top: 12px;
  }
  .image-gallery .image-gallery-inner .owl-carousel .owl-nav button {
    margin-top: 32px;
  }
  .text-double-grid .text-double-col.title-col.title-col:nth-child(1) {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 580px) {
  body .postcard-slider .nav-buttons {
    /*  display: flex; */
    position: absolute;
    top: 162px;
    width: 100%;
    opacity: 0.6;
  }
}
.postcard-slider .nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  width: 100%;
  margin-top: -18px;
  display: none;
}

.postcard-slider .nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.postcard-slider .nav-btn img {
  width: 24px;
  height: 24px;
}

.postcard-slider .nav-btn:hover {
  background: #333;
}