/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**********
 * Breakpoints
 * 
 * This file contains the breakpoints used in the project.
 * It includes mixins for mobile-first and desktop-first approaches.
Example usage:
 * 
 * @include breakpoint-up('md') {
 *   // Styles for medium and larger screens
 * }
 * 
 * @include breakpoint-down('lg') {
 *   // Styles for large and smaller screens
 * }
 * 
 * @include breakpoint-between('sm', 'lg') {
 *   // Styles between small and large screens
 * }
 *

**********/
a {
  text-decoration: none;
  transition: all 0.2s ease-in;
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

.entry-content, .container,
.wp-block-post-content {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  padding-inline: var(--wp--preset--spacing--md);
}
.entry-content .alignwide, .container .alignwide,
.wp-block-post-content .alignwide {
  width: min(var(--wp--style--global--wide-size), 100vw);
  max-width: min(var(--wp--style--global--wide-size), 100vw);
  margin-inline: calc((min(var(--wp--style--global--wide-size), 100vw) - 100%) / -2);
}
.entry-content .alignfull, .container .alignfull,
.wp-block-post-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .entry-content, .container,
  .wp-block-post-content {
    overflow: hidden;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.gap-top {
  margin-top: var(--wp--preset--spacing--xxl);
}

.gap-bottom {
  margin-bottom: var(--wp--preset--spacing--xxl);
}

section {
  margin-top: var(--wp--preset--spacing--xxl);
  margin-bottom: var(--wp--preset--spacing--xxl);
}

.has-bg-color,
.has-bg-image {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
  margin-top: 0;
  margin-bottom: 0;
}

[class*=__heading] {
  white-space: pre-line;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--xl);
  color: var(--wp--preset--color--color-1);
  line-height: 1.19;
}
[class*=__heading] span {
  color: #000;
}

.heading-wrapper {
  --color1: var(--wp--preset--color--color-2);
  --color2: var(--wp--preset--color--color-1);
}
.heading-wrapper .heading-icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--md);
}
@media screen and (max-width: 767px) {
  .heading-wrapper .heading-icon {
    display: none;
  }
}

[class*=__btn] {
  background-color: var(--wp--preset--color--color-1);
  color: #fff;
  padding: 18px 25px 18px 30px;
  border-radius: 50px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
[class*=__btn]:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
}
[class*=__btn] svg {
  width: 22px;
  height: 22px;
  line-height: 0;
}

[class*=__description] h1,
[class*=__description] h2,
[class*=__description] h3,
[class*=__description] h4,
[class*=__description] h5,
[class*=__description] h6,
[class*=__description] p,
[class*=__description] img,
[class*=__description] figure,
[class*=__description] cite,
[class*=__description] ul,
[class*=__description] ol,
.entry-content > h1,
.container > h1,
.wp-block-post-content > h1,
.entry-content > h2,
.container > h2,
.wp-block-post-content > h2,
.entry-content > h3,
.container > h3,
.wp-block-post-content > h3,
.entry-content > h4,
.container > h4,
.wp-block-post-content > h4,
.entry-content > h5,
.container > h5,
.wp-block-post-content > h5,
.entry-content > h6,
.container > h6,
.wp-block-post-content > h6,
.entry-content > p,
.container > p,
.wp-block-post-content > p,
.entry-content > img,
.container > img,
.wp-block-post-content > img,
.entry-content > figure,
.container > figure,
.wp-block-post-content > figure,
.entry-content > cite,
.container > cite,
.wp-block-post-content > cite,
.entry-content > ul,
.container > ul,
.wp-block-post-content > ul,
.entry-content > ol,
.container > ol,
.wp-block-post-content > ol {
  margin-bottom: var(--wp--preset--spacing--normal);
}
[class*=__description] ul li,
.entry-content > ul li,
.container > ul li,
.wp-block-post-content > ul li {
  list-style-position: inside;
  list-style-type: disc;
}
[class*=__description] ol li,
.entry-content > ol li,
.container > ol li,
.wp-block-post-content > ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
[class*=__description] strong,
.entry-content > strong,
.container > strong,
.wp-block-post-content > strong {
  font-weight: 700;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:where(html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video) {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

:where(footer,
header,
nav,
section,
main) {
  display: block;
}

:where(body) {
  line-height: 1;
}

:where(ol,
ul) {
  list-style: none;
}

:where(blockquote,
q) {
  quotes: none;
}

:where(blockquote:before,
blockquote:after,
q:before,
q:after) {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

.header-logo {
  --color-1: var(--wp--preset--color--color-1);
  --color-2: var(--wp--preset--color--color-4);
  --color-3: #fff;
  --upper-text: var(--wp--preset--color--color-1);
  --bottom-text: var(--wp--preset--color--color-4);
  width: 250px;
  height: auto;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 180px;
  }
}
.header-logo a {
  display: block;
}
.header-logo a svg {
  pointer-events: none;
}

.header {
  position: sticky;
  width: 100%;
  z-index: 499;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  background-color: #fff;
}
.header-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px var(--wp--preset--spacing--lg) 0;
}
@media screen and (max-width: 575px) {
  .header-wrap {
    padding: 10px 20px;
  }
}
.header-hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 501;
}
.header-hamburger .hamburger-line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--wp--preset--color--color-1);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header-hamburger {
    display: flex;
  }
}
.header-nav {
  color: inherit;
}
@media (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
  gap: calc(var(--wp--preset--spacing--normal) + 10px);
}
.header-nav ul li {
  text-transform: uppercase;
  font-size: calc(var(--wp--preset--font-size--sm) + 2px);
}
.header-nav ul li a {
  display: flex;
  align-items: center;
  height: 100px;
  border-bottom: 5px solid transparent;
  transition: all 0.2s ease-in;
  font-weight: 500;
}
.header-nav ul li a .menu-arrow {
  margin-left: 5px;
  margin-bottom: 3px;
}
.header-nav ul li a:hover {
  border-bottom: 5px solid var(--wp--preset--color--color-4);
}
.header-nav ul li.current-menu-item a {
  border-bottom: 5px solid var(--wp--preset--color--color-4);
}

.top-header {
  justify-content: flex-end;
  text-align: center;
  background-color: var(--wp--preset--color--color-1);
  padding: 5px var(--wp--preset--spacing--lg);
}

.social-links {
  gap: 10px;
  line-height: 1;
  align-items: center;
}
.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.social-links li a svg {
  width: 20px;
  height: auto;
  fill: currentColor;
}
.social-links li a:hover {
  color: var(--wp--preset--color--color-4);
}

.short-header .header {
  transform: translateY(-100%);
  background-color: #fff;
}
.short-header .header-nav ul li a {
  height: 40px;
}
.short-header .header-logo {
  width: 180px;
}

.scrollingtop .header {
  transform: translateY(0);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 350px;
  bottom: 0;
  background-color: #fff;
  z-index: 1001;
  padding: 40px var(--wp--preset--spacing--normal);
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu .mobile-logo {
  width: 180px;
}
.mobile-menu .mobile-logo .logo {
  display: block;
  --upper-text: var(--wp--preset--color--color-1);
  --bottom-text: var(--wp--preset--color--color-4);
}
.mobile-menu .mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.mobile-menu .mobile-nav ul li a {
  font-size: var(--wp--preset--font-size--normal);
}
.mobile-menu .mobile-nav ul li a:hover {
  color: var(--wp--preset--color--color-4);
}
.mobile-menu .mobile-social {
  margin-top: auto;
}
.mobile-menu .mobile-social .social-links {
  justify-content: flex-start;
}
.mobile-menu .mobile-social .social-links li a {
  color: var(--wp--preset--color--color-1);
}
.mobile-menu .mobile-social .social-links li a:hover {
  color: var(--wp--preset--color--color-4);
}

body.menu-open {
  overflow: hidden;
}

.header-hamburger.active .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header-hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.footer {
  background-color: #000;
  padding: var(--wp--preset--spacing--xl) 0;
}
.footer-container {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  padding-inline: var(--wp--preset--spacing--md);
}
.footer-wrap {
  justify-content: space-between;
  gap: var(--wp--preset--spacing--xxxl);
}
@media screen and (max-width: 991px) {
  .footer-wrap {
    gap: 20px;
  }
}
.footer-logo {
  width: 250px;
  --color-1: #fff;
  --color-2: #555;
  --color-3: #000;
  --upper-text: #555;
  --bottom-text: #fff;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .footer-logo {
    width: 180px;
  }
}

.footer-nav-title,
.footer-contact-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--md);
  color: #fff;
  text-transform: uppercase;
}

.footer-nav ul {
  list-style: none;
}
.footer-nav ul li a {
  display: block;
  color: #5f5f5f;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer-nav-wrap {
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    text-align: center;
  }
}

.footer-contact {
  color: #5f5f5f;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap {
    width: 100%;
    text-align: center;
  }
}
.footer-contact > div {
  margin-bottom: 10px;
}
.footer-contact-address {
  line-height: 1.3;
  white-space: pre-line;
}
.footer-contact span {
  color: #5f5f5f;
}
.footer-contact a {
  color: var(--wp--preset--color--color-1);
}

.footer-menu-wrap {
  flex: 1;
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--normal);
}
@media screen and (max-width: 991px) {
  .footer-menu-wrap {
    width: 100%;
    flex: auto;
  }
}

.footer-bottom {
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--md);
  border-top: 1px dotted rgba(255, 255, 255, 0.28);
  margin-top: var(--wp--preset--spacing--md);
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    display: block;
    text-align: center;
  }
}
.footer-bottom .social-links {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer-bottom .social-links {
    justify-content: center;
  }
}
.footer-bottom-left {
  color: #5f5f5f;
  font-size: var(--wp--preset--font-size--sm);
}
.footer-bottomright a {
  color: var(--wp--preset--color--color-1);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--color-1);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.loader.drop {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.inner-header {
  position: relative;
  background-color: var(--header-bg, transparent);
  color: var(--header-text, #ffffff);
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
  overflow: hidden;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.inner-header.has-bg-image {
  background-image: var(--header-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.inner-header__container {
  position: relative;
  z-index: 2;
}
.inner-header__subheading {
  display: inline-block;
  background-color: var(--wp--preset--color--color-1);
  color: #ffffff;
  padding: 6px 13px;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--md);
}
.inner-header__heading {
  margin: 0;
  color: inherit;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--xxl);
}
.inner-header__description {
  margin-top: var(--wp--preset--spacing--md);
  max-width: 800px;
  font-size: var(--wp--preset--font-size--md);
  color: #fff;
  font-weight: 400;
}
.inner-header__description p {
  margin: 0;
}

.information-cards__header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.information-cards__heading {
  margin: 0;
}
.information-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--preset--spacing--lg);
}
@media (max-width: 992px) {
  .information-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .information-cards__grid {
    grid-template-columns: 1fr;
  }
}
.information-cards__card {
  border: 1px dashed #707070;
  border-radius: 15px;
  padding: var(--wp--preset--spacing--normal);
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .information-cards__card {
    text-align: center;
  }
}
.information-cards__icon {
  margin-bottom: var(--wp--preset--spacing--md);
  color: #000;
}
.information-cards__icon svg {
  width: 50px;
  height: 50px;
}
.information-cards__title {
  color: var(--wp--preset--color--color-1);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--md);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 var(--wp--preset--spacing--md) 0;
}
.information-cards__title span {
  color: #000;
}
.information-cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md);
}
.information-cards__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: calc(var(--wp--preset--font-size--normal) - 1px);
}
.information-cards__item-title {
  font-weight: 700;
  color: #000;
}
.information-cards__item-value {
  color: var(--wp--preset--color--color-1);
  line-height: 1.3;
}
.information-cards__item-value p {
  margin: 0;
}
.information-cards__footer {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--xl);
}
@media screen and (max-width: 575px) {
  .information-cards__container {
    padding: 0;
  }
}

.nl-contact-form {
  background-color: var(--wp--preset--color--color-1);
  color: #ffffff;
  padding: var(--wp--preset--spacing--xxl) 0;
}
@media screen and (max-width: 575px) {
  .nl-contact-form {
    padding-top: var(--wp--preset--spacing--normal);
    padding-bottom: var(--wp--preset--spacing--normal);
  }
}
.nl-contact-form__header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--lg);
}
.nl-contact-form__header .heading-wrapper {
  --color1: var(--wp--preset--color--color-2);
  --color2: #000;
}
.nl-contact-form__header .heading-wrapper .heading-icon {
  margin-bottom: var(--wp--preset--spacing--sm);
}
.nl-contact-form__heading {
  margin-top: var(--wp--preset--spacing--sm);
  margin-bottom: var(--wp--preset--spacing--sm);
  color: #fff;
}
.nl-contact-form__description {
  font-size: var(--wp--preset--font-size--normal);
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}
.nl-contact-form__form {
  max-width: 900px;
  margin: 0 auto;
}
.nl-contact-form__form .contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--normal);
}
@media screen and (max-width: 767px) {
  .nl-contact-form__form .contact-form-grid {
    grid-template-columns: 1fr;
  }
}
.nl-contact-form__form .contact-form-grid p {
  margin: 0;
}
.nl-contact-form__form .contact-form-grid .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.nl-contact-form__form .contact-form-grid label {
  display: block;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--wp--preset--color--color-4);
}
.nl-contact-form__form .contact-form-grid input:not([type=submit]),
.nl-contact-form__form .contact-form-grid select,
.nl-contact-form__form .contact-form-grid textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--normal);
  outline: none;
}
.nl-contact-form__form .contact-form-grid input:not([type=submit])::-moz-placeholder, .nl-contact-form__form .contact-form-grid select::-moz-placeholder, .nl-contact-form__form .contact-form-grid textarea::-moz-placeholder {
  color: #5f5f5f;
}
.nl-contact-form__form .contact-form-grid input:not([type=submit])::placeholder,
.nl-contact-form__form .contact-form-grid select::placeholder,
.nl-contact-form__form .contact-form-grid textarea::placeholder {
  color: #5f5f5f;
}
.nl-contact-form__form .contact-form-grid textarea {
  height: 150px;
  resize: vertical;
}
.nl-contact-form__form .contact-form-grid .full-width,
.nl-contact-form__form .contact-form-grid .wpcf7-textarea,
.nl-contact-form__form .contact-form-grid .wpcf7-checkbox {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .nl-contact-form__form .contact-form-grid .full-width,
  .nl-contact-form__form .contact-form-grid .wpcf7-textarea,
  .nl-contact-form__form .contact-form-grid .wpcf7-checkbox {
    grid-column: span 1;
  }
}
.nl-contact-form__form .contact-form-grid .wpcf7-submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  position: relative;
}
.nl-contact-form__form .contact-form-grid .wpcf7-submit-wrapper .wpcf7-spinner {
  position: absolute;
  right: -5px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .nl-contact-form__form .contact-form-grid .wpcf7-submit-wrapper {
    grid-column: span 1;
    justify-content: center;
  }
}
.nl-contact-form__form .contact-form-grid input[type=submit] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 18px 60px 18px 30px;
  border-radius: 50px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 21.401 21.401%27%3E%3Cpath fill=%27white%27 d=%27M10.7 0a10.7 10.7 0 1 0 10.7 10.7A10.7 10.7 0 0 0 10.7 0M6.688 16.051V5.35l9.363 5.35Z%27 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px;
}
.nl-contact-form__form .contact-form-grid input[type=submit]:hover {
  background-color: #222;
  transform: translateY(-2px);
}
.nl-contact-form__form .contact-form-grid .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.nl-contact-form__form .contact-form-grid .wpcf7-list-item label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}
.nl-contact-form__form .contact-form-grid .wpcf7-list-item .wpcf7-list-item-label {
  font-size: var(--wp--preset--font-size--sm);
  opacity: 0.5;
}
.nl-contact-form__form .contact-form-grid .wpcf7-list-item input[type=checkbox] {
  width: auto;
  margin: 0;
  padding: 8px;
  background-color: transparent;
}
.nl-contact-form__form .contact-form-grid .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #fff;
}

.about-me__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
}
@media screen and (min-width: 768px) {
  .about-me__grid {
    grid-template-columns: 350px 1fr;
    gap: var(--wp--preset--spacing--xl);
  }
}
.about-me__image-wrapper {
  margin-bottom: var(--wp--preset--spacing--normal);
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--color-6);
  overflow: hidden;
}
.about-me__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-me__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #444;
}
.about-me__name {
  margin: 0;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--md-2);
  color: #000;
}
.about-me__job {
  margin: 5px 0 0;
  font-size: var(--wp--preset--font-size--normal);
  color: #000;
}
.about-me__heading {
  color: var(--wp--preset--color--color-1);
  margin-bottom: var(--wp--preset--spacing--normal);
  margin-top: 0;
}
.about-me__description {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.about-me__stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--lg);
}
@media screen and (min-width: 768px) {
  .about-me__stats {
    gap: var(--wp--preset--spacing--xl);
  }
}
.about-me__stat {
  flex: 1;
  min-width: 150px;
}
.about-me__stat-number {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--xl);
  color: var(--wp--preset--color--color-1);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.about-me__stat-text {
  font-size: var(--wp--preset--font-size--xs);
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vertical-timeline {
  padding: var(--wp--preset--spacing--xl) 0;
  background-color: var(--wp--preset--color--color-3);
}
.vertical-timeline__header {
  margin-bottom: var(--wp--preset--spacing--xl);
  text-align: center;
}
.vertical-timeline__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--xxl);
}
@media screen and (min-width: 768px) {
  .vertical-timeline__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vertical-timeline__column-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--wp--preset--spacing--lg);
}
.vertical-timeline__column-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-timeline__column-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vertical-timeline__column-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--md);
  color: #000;
}
.vertical-timeline__items {
  position: relative;
  padding-left: 20px;
}
.vertical-timeline__item {
  position: relative;
  padding-left: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--lg);
}
.vertical-timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--wp--preset--color--color-4);
}
.vertical-timeline__item:last-child {
  margin-bottom: 0;
}
.vertical-timeline__item:last-child::before {
  display: none;
}
.vertical-timeline__item-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: var(--wp--preset--color--color-4);
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
  left: 1px;
}
.vertical-timeline__item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vertical-timeline__item-subtitle {
  font-size: var(--wp--preset--font-size--sm);
  color: #969696;
  font-style: italic;
}
.vertical-timeline__item-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  color: #000;
}
.vertical-timeline__item-description {
  font-size: calc(var(--wp--preset--font-size--sm) + 2px);
  color: #000;
  font-style: italic;
}
.vertical-timeline__item-description p {
  margin: 0;
}

.image-gallery {
  background-color: var(--block-bg, transparent);
  background-image: var(--block-bg-image, none);
  background-size: cover;
  background-position: center;
  color: var(--block-text, inherit);
  position: relative;
}
.image-gallery__header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.image-gallery__header .heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-gallery__heading {
  margin: 0;
  color: var(--block-text, var(--wp--preset--color--color-1));
}
.image-gallery__subheading {
  margin: var(--wp--preset--spacing--sm) 0 0;
  font-size: var(--wp--preset--font-size--normal);
  color: var(--block-text, #000);
  max-width: 600px;
  margin-inline: auto;
}
.image-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--lg);
}
@media screen and (max-width: 767px) {
  .image-gallery__grid {
    gap: var(--wp--preset--spacing--lg);
  }
}
.image-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .image-gallery__item {
    max-width: 120px;
  }
}
.image-gallery__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
  transition: opacity 0.3s ease;
  mix-blend-mode: multiply;
}
.image-gallery__image:hover {
  opacity: 0.8;
}
.image-gallery__footer {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--xl);
}

.services__header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.services__header .heading-wrapper {
  justify-content: center;
}
.services__description {
  margin-top: var(--wp--preset--spacing--md);
  font-size: var(--wp--preset--font-size--md);
  color: #333;
}
.services__content {
  position: relative;
}
@media screen and (max-width: 575px) {
  .services__content {
    margin: 0 -19px;
  }
}
.services__card {
  position: relative;
  background: #fff;
  border: 1px solid var(--wp--preset--color--color-6);
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  background-color: transparent;
}
.services__card:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--color-2);
  border-color: transparent;
}
.services__card:hover .services__card-title,
.services__card:hover .services__card-subtitle,
.services__card:hover .services__card-text {
  color: #000;
}
.services__card:hover .services__btn {
  color: #fff;
}
.services__card-icon {
  margin-bottom: 25px;
  pointer-events: none;
}
.services__card-icon svg {
  width: 45px;
  height: 45px;
  display: block;
}
.services__card-title {
  color: var(--wp--preset--color--color-1);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--md);
  margin-bottom: 10px;
  font-weight: 700;
  pointer-events: none;
}
.services__card-title span {
  color: #000;
}
.services__card-subtitle {
  font-size: calc(var(--wp--preset--font-size--md) - 1px);
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  line-height: 1.2;
  pointer-events: none;
}
.services__card-text {
  font-size: calc(var(--wp--preset--font-size--normal) - 1px);
  color: #000;
  margin-bottom: 30px;
  white-space: pre-line;
  pointer-events: none;
}
.services__card-footer {
  margin-top: auto;
}
.services--grid .services__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .services--grid .services__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services--grid .services__wrapper {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
}
.services--slider .services__swiper {
  overflow: hidden;
  padding-bottom: 60px;
}
.services--slider .services__item {
  height: auto;
}
.services__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .services__controls {
    display: none;
  }
}
.services__prev, .services__next {
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 0;
  color: var(--wp--preset--color--color-1);
}
.services__prev:after, .services__next:after {
  display: none;
}
.services__prev svg, .services__next svg {
  width: 100%;
  height: 100%;
}
.services__pagination {
  position: static;
  width: 200px !important;
  height: 4px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
}
.services__pagination .swiper-pagination-progressbar-fill {
  background: var(--wp--preset--color--color-1);
}
.services__pagination-mobile {
  display: none;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .services__pagination-mobile {
    display: block;
    position: relative;
    margin-top: 30px;
  }
  .services__pagination-mobile .swiper-pagination-bullet {
    background: var(--wp--preset--color--color-1);
    opacity: 0.3;
  }
  .services__pagination-mobile .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.services__btn {
  color: #000;
  background-color: transparent;
  padding: 0;
}
.services__card.cta {
  background-color: var(--wp--preset--color--color-2);
}
.services__card.cta .services__card-title,
.services__card.cta .services__card-subtitle,
.services__card.cta .services__card-text {
  color: #000;
}
.services__card.cta .services__btn {
  color: #fff;
  background-color: var(--wp--preset--color--color-1);
  padding: 18px 30px;
}

.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0 !important;
}

.process {
  background-color: var(--wp--preset--color--color-3);
}
.process__header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.process__header .heading-wrapper {
  justify-content: center;
  --color1: #e4e4e4;
  --color2: #000;
}
.process__description {
  margin-top: var(--wp--preset--spacing--md);
  font-size: var(--wp--preset--font-size--md);
  color: #000;
}
.process__steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-bottom: var(--wp--preset--spacing--xl);
}
@media screen and (max-width: 767px) {
  .process__steps {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.process__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.process__step-number-wrapper {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process__step-number {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .process__step-number {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
.process__step-line {
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  height: 2px;
  background-color: var(--wp--preset--color--color-1);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .process__step-line {
    display: none;
  }
}
.process__step--1 .process__step-number {
  background-color: var(--wp--preset--color--color-1);
}
.process__step--2 .process__step-number {
  background-color: var(--wp--preset--color--color-5);
}
.process__step--3 .process__step-number {
  background-color: var(--wp--preset--color--color-4);
}
.process__step--4 .process__step-number {
  color: #9B7177;
  background-color: var(--wp--preset--color--color-2);
}
.process__step-info {
  max-width: 250px;
  text-align: center;
}
.process__step-title {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.process__step-description {
  font-size: calc(var(--wp--preset--font-size--normal) - 2px);
  color: #000;
}
.process__footer {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--lg);
}

.faq__header {
  margin-bottom: var(--wp--preset--spacing--lg);
  text-align: center;
}
.faq__header .heading-wrapper {
  justify-content: center;
}
.faq__header .faq__heading span {
  color: var(--wp--preset--color--color-5);
}
.faq__description {
  margin-top: var(--wp--preset--spacing--md);
  font-size: var(--wp--preset--font-size--md);
  color: #000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.faq__items {
  border-bottom: 1px solid var(--wp--preset--color--color-6);
}
.faq__item {
  border-top: 1px solid var(--wp--preset--color--color-6);
}
.faq__item:first-child {
  border-top: none;
}
.faq__item-question {
  padding: var(--wp--preset--spacing--md) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq__item-question:hover .faq__item-title {
  color: var(--wp--preset--color--color-5);
}
.faq__item-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--md);
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding-right: 30px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__item-title {
    font-size: var(--wp--preset--font-size--normal);
  }
}
.faq__item-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.faq__item-icon-line {
  position: absolute;
  background-color: var(--wp--preset--color--color-1);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.faq__item-icon-line--horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.faq__item-icon-line--vertical {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.faq__item-answer {
  overflow: hidden;
}
.faq__item-answer-inner {
  padding-bottom: var(--wp--preset--spacing--normal);
  font-family: var(--wp--preset--font-family--normal);
  font-size: var(--wp--preset--font-size--normal);
  color: #000;
  max-width: 900px;
}
.faq__item-answer-inner p:last-child {
  margin-bottom: 0;
}
.faq__item.is-active .faq__item-title {
  color: var(--wp--preset--color--color-4);
}
.faq__item.is-active .faq__item-icon-line--vertical {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.faq__footer {
  margin-top: var(--wp--preset--spacing--lg);
  text-align: center;
  display: flex;
  justify-content: center;
}

.content-block {
  padding: var(--wp--preset--spacing--xl) 0;
}
.content-block--text-light {
  color: #fff;
}
.content-block--text-light .content-block__heading,
.content-block--text-light .content-block__list-title,
.content-block--text-light .content-block__list-desc,
.content-block--text-light .content-block__description {
  color: #fff;
}
.content-block--text-light .content-block__list-bullet {
  background-color: var(--wp--preset--color--color-2);
}
.content-block--text-dark {
  color: #000;
}
.content-block--text-dark .content-block__heading,
.content-block--text-dark .content-block__list-title,
.content-block--text-dark .content-block__list-desc,
.content-block--text-dark .content-block__description {
  color: #000;
}
.content-block--text-dark .content-block__list-bullet {
  background-color: var(--wp--preset--color--color-1);
}
.content-block__header {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.content-block__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: bold;
  margin: 0;
}
.content-block__body--description .content-block__description {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: var(--wp--preset--spacing--lg);
       column-gap: var(--wp--preset--spacing--lg);
  font-family: var(--wp--preset--font-family--normal);
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .content-block__body--description .content-block__description {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.content-block__body--description .content-block__description p {
  margin-bottom: 1rem;
}
.content-block__body--description .content-block__description p:last-child {
  margin-bottom: 0;
}
.content-block__body--list .content-block__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg);
}
@media screen and (max-width: 767px) {
  .content-block__body--list .content-block__list {
    grid-template-columns: 1fr;
  }
}
.content-block__body--list .content-block__list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.content-block__body--list .content-block__list-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.content-block__body--list .content-block__list-content {
  font-family: var(--wp--preset--font-family--normal);
  font-size: var(--wp--preset--font-size--md);
}
.content-block__body--list .content-block__list-title {
  font-weight: bold;
  display: inline;
  margin-right: 4px;
}
.content-block__body--list .content-block__list-desc {
  display: inline;
}
.content-block__footer {
  margin-top: var(--wp--preset--spacing--lg);
  display: flex;
  justify-content: flex-start;
}

.content-image__main-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--lg);
}
@media screen and (min-width: 768px) {
  .content-image__main-header {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}
.content-image__main-header .content-image-main__heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content-image__main-header .content-image-main__heading {
    text-align: left;
  }
}
.content-image__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .content-image__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--xl);
  }
}
.content-image__col--text {
  order: 1;
}
.content-image__col--image {
  order: 2;
}
@media screen and (min-width: 768px) {
  .content-image--left .content-image__col--text {
    order: 2;
  }
  .content-image--left .content-image__col--image {
    order: 1;
  }
  .content-image--right .content-image__col--text {
    order: 1;
  }
  .content-image--right .content-image__col--image {
    order: 2;
  }
}
.content-image__header {
  margin-bottom: var(--wp--preset--spacing--md);
}
.content-image__heading {
  font-size: var(--wp--preset--font-size--lg);
}
.content-image__description {
  margin-bottom: var(--wp--preset--spacing--normal);
  color: #000;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.33;
}
.content-image__description p {
  margin-bottom: 1em;
}
.content-image__description p:last-child {
  margin-bottom: 0;
}
.content-image__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .content-image__image-wrapper {
    aspect-ratio: 4/3;
  }
}
.content-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content-image__footer {
  margin-top: var(--wp--preset--spacing--normal);
}

.counter.has-bg-color {
  padding-top: var(--wp--preset--spacing--xxl);
  padding-bottom: var(--wp--preset--spacing--xxl);
}
.counter__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--lg);
}
@media screen and (min-width: 576px) {
  .counter__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .counter__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--wp--preset--spacing--xl);
  }
}
.counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.counter__icon {
  margin-bottom: var(--wp--preset--spacing--md);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
}
.counter__icon svg {
  height: 100%;
  width: auto;
  max-width: 60px;
}
.counter__number {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--color-1);
  margin-bottom: var(--wp--preset--spacing--sm);
}
.counter__title {
  font-family: var(--wp--preset--font-family--body);
  font-size: calc(var(--wp--preset--font-size--normal) - 2px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 560px;
  max-height: 1080px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  transition: transform 6s ease;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
}
.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero__content {
  max-width: 680px;
  padding: var(--wp--preset--spacing--xl) 0;
}
.hero__subtitle {
  display: inline-block;
  background-color: var(--wp--preset--color--color-1);
  color: #ffffff;
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  margin-bottom: var(--wp--preset--spacing--md);
  line-height: 1;
}
.hero__heading {
  margin: 0 0 var(--wp--preset--spacing--md);
  color: #ffffff;
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 700;
  line-height: 1.05;
}
.hero__description {
  margin-bottom: var(--wp--preset--spacing--normal);
  font-size: var(--wp--preset--font-size--md);
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
}
.hero__description p {
  margin: 0;
}
.hero__footer {
  margin-top: var(--wp--preset--spacing--normal);
}
.hero__btn {
  background: #ffffff;
  color: var(--wp--preset--color--color-1);
}
.hero__btn:hover {
  background: var(--wp--preset--color--color-1);
  color: #ffffff;
}
.hero--slider {
  height: 90vh;
  min-height: 560px;
  max-height: 1080px;
}
.hero__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero__slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 100%;
  flex-shrink: 0;
}
.hero__slider-nav {
  position: absolute;
  bottom: 36px;
  right: var(--wp--preset--spacing--lg);
  z-index: 10;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .hero__slider-nav {
    bottom: 48px;
  }
}
.hero__slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
  backdrop-filter: blur(4px);
}
.hero__slider-btn svg {
  width: 18px;
  height: 18px;
}
.hero__slider-btn:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
}
.hero__slider-pagination {
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
}
.hero__slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}
.hero__slider-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.4);
}
.hero--video {
  height: 90vh;
  min-height: 560px;
  max-height: 1080px;
}
.hero__video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero__video--iframe {
  transform: scale(1.06);
}
.hero__video-controls {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  backdrop-filter: blur(6px);
}
@media screen and (min-width: 768px) {
  .hero__video-controls {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  }
}
.hero__video-controls svg {
  width: 22px;
  height: 22px;
}
.hero__video-controls:hover {
  background: rgba(116, 57, 65, 0.75);
  border-color: #ffffff;
  transform: scale(1.08);
}
.hero__video-controls-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-cta {
  padding: var(--wp--preset--spacing--md) 0;
}
.main-cta__container {
  max-width: var(--wp--style--global--content-size);
}
.main-cta__inner {
  background-color: var(--cta-bg);
  border-radius: 15px;
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--lg);
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--lg);
}
@media screen and (max-width: 991px) {
  .main-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
  }
}
.main-cta__left {
  flex: 1;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .main-cta__left {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-cta__left {
    margin: auto;
    text-align: center;
  }
}
.main-cta__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--md-2);
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.main-cta__separator {
  width: 1px;
  height: 120px;
  border-left: 1px dotted #000;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .main-cta__separator {
    width: 100%;
    height: 1px;
    border-left: none;
    border-top: 1px dotted #000;
    margin: var(--wp--preset--spacing--md) 0;
  }
}
@media screen and (max-width: 767px) {
  .main-cta__separator {
    display: none;
  }
}
.main-cta__right {
  flex: 1.5;
}
@media screen and (max-width: 991px) {
  .main-cta__right {
    flex: 1;
  }
}
.main-cta__description {
  font-size: var(--wp--preset--font-size--md);
  line-height: 1.33;
  color: #000;
}
.main-cta__description p {
  margin-bottom: var(--wp--preset--spacing--normal);
}
.main-cta__description p:last-child {
  margin-bottom: 0;
}
.main-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background-color: var(--wp--preset--color--color-1);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--sm);
  transition: 0.3s ease;
  gap: 10px;
}
.main-cta__btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: 0.3s ease;
}
.main-cta__btn:hover {
  transform: translateY(-2px);
  background-color: var(--wp--preset--color--color-5);
}

@media screen and (max-width: 767px) {
  section .container {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  section.has-bg-image, section.has-bg-color {
    padding-inline: 20px;
  }
}

/*# sourceMappingURL=main.css.map*/