/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.col-12 {
  grid-column: 12;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-auto {
  margin: auto;
}
.my-0 {
  margin-block: calc(var(--spacing, 0.25rem) * 0);
}
.mt-0 {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
}
.mt-5 {
  margin-top: calc(var(--spacing, 0.25rem) * 5);
}
.mt-8 {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.mb-0 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
}
.mb-5 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 5);
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.w-full {
  width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.gap-\[30px\] {
  gap: 30px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.p-0 {
  padding: calc(var(--spacing, 0.25rem) * 0);
}
.px-0 {
  padding-inline: calc(var(--spacing, 0.25rem) * 0);
}
.py-\[100px\] {
  padding-block: 100px;
}
.pt-4 {
  padding-top: calc(var(--spacing, 0.25rem) * 4);
}
.text-center {
  text-align: center;
}
.text-wrap {
  text-wrap: wrap;
}
.text-white {
  color: var(--color-white, #fff);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.ease-in-out {
  --tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
  transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
}
.sm\:gap-\[34px\] {
  @media (width >= 40rem) {
    gap: 34px;
  }
}
.lg\:grid-cols-2 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lg\:gap-\[75px\] {
  @media (width >= 64rem) {
    gap: 75px;
  }
}
.lg\:rounded-\[18px\] {
  @media (width >= 64rem) {
    border-radius: 18px;
  }
}
.lg\:py-\[150px\] {
  @media (width >= 64rem) {
    padding-block: 150px;
  }
}
:root {
  --bodybackground: #f5f0e8;
  --primaryGreen: #344434;
  --colorGray: #ECF0F3;
  --colorWarm: #f4efe5;
  --colorSand: #d9c9aa;
  --colorBrownLight: #eee2d1;
  --colorBrown: #a7754b;
  --colorBrownDark: #2b211c;
  --colorInk: #1f271d;
  --bgGray: #f5f0e8;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--colorInk);
  font-size: var(--bodyFontSize);
  line-height: 1.5;
  background: var(--bodybackground);
}
body.menu-open {
  overflow-y: hidden;
}
.container {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
.site-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  display: block !important;
  z-index: 10;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  user-select: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -moz-transition: opacity 400ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -ms-transition: opacity 400ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -o-transform: opacity 400ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  transition: opacity 400ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
}
.site-overlay.show {
  opacity: 0.63;
  user-select: all;
}
.d-none {
  display: none !important;
}
.section-title {
  margin-bottom: 34px;
}
.sub-head {
  font-size: var(--fontSubHeader);
}
.upper-title {
  font-size: var(--fontUpperText);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bg-gray {
  background: var(--bgGray);
}
.color-gray {
  color: var(--colorGray);
}
.color-warm {
  color: var(--colorWarm);
}
.color-sand {
  color: var(--colorSand);
}
.color-brown {
  color: var(--colorBrown);
}
.color-brown-dark {
  color: var(--colorBrownDark);
}
.color-ink {
  color: var(--colorInk);
}
section {
  margin: 60px 0px;
  scroll-margin-top: 75px;
}
.page-wrap section:first-child {
  margin: 0 auto;
}
.sec-info {
  margin-bottom: 38px;
}
.read-btn {
  font-weight: 700;
  font-size: var(--fontReadMore);
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #1D1D1F;
  padding-bottom: 4px;
  display: table;
  color: #1D1D1F;
  transition: all ease-in-out 0.3s;
}
.read-btn:hover {
  color: var(--primaryGreen);
  border-color: var(--primaryGreen);
}
@media (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 670px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .upper-title {
    margin-bottom: 16px;
  }
  .sec-info {
    margin-bottom: 34px;
  }
  br.dkt {
    display: none;
  }
}
@media (max-width: 640px) {
  .sec-info {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-stretch: 75% 125%;
  font-display: swap;
}
:root {
  --bodyFontSize: 16px;
  --fontSizeH1: 60px;
  --fontSizeH2: 36px;
  --fontSizeH3: 24px;
  --fontSizeH4: 28px;
  --fontSizeH5: 22px;
  --fontSizeH6: 18px;
  --fontSubHeader: 18px;
  --fontUpperText: 17px;
  --fontSubtext: 15px;
  --fontReadMore: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 {
  font-size: var(--fontSizeH1);
  line-height: 1;
}
h2 {
  font-size: var(--fontSizeH2);
  line-height: 1.25;
  margin-bottom: 15px;
}
h3 {
  font-size: var(--fontSizeH3);
  line-height: 1.25;
}
h4 {
  font-size: var(--fontSizeH4);
}
h5 {
  font-size: var(--fontSizeH5);
}
li, p {
  font-family: "Poppins";
  font-size: var(--bodyFontSize);
  line-height: 1.5;
}
li + p, p + p {
  margin-top: 1em;
}
a {
  text-decoration: none;
  color: var(--colorBrown);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  outline: none !important;
}
@media (max-width: 1280px) {
  :root {
    --bodyFontSize: 15px;
    --fontSizeH1: 52px;
    --fontSizeH2: 30px;
    --fontSizeH3: 22px;
    --fontSizeH4: 24px;
    --fontSizeH5: 20px;
    --fontSizeH6: 18px;
    --fontSubHeader: 17px;
    --fontSubtext: 13px;
  }
}
@media (max-width: 1024px) {
  :root {
    --bodyFontSize: 15px;
    --fontSizeH1: 36px;
    --fontSizeH2: 24px;
    --fontSizeH3: 18px;
    --fontSizeH4: 16px;
    --fontSizeH5: 14px;
    --fontSizeH6: 14px;
    --fontUpperText: 15px;
    --fontSubHeader: 15px;
    --fontSubtext: 13px;
    --fontReadMore: 13px;
  }
  h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  :root {
    --bodyFontSize: 14px;
    --fontSizeH1: 34px;
    --fontSizeH2: 24px;
    --fontSizeH3: 17px;
    --fontSizeH4: 16px;
    --fontSizeH5: 13px;
    --fontUpperText: 13px;
    --fontReadMore: 12px;
  }
  h2 {
    margin-bottom: 20px;
  }
}
header {
  --sub-menu-color: #1A1A1A;
  --header-color: #1A1A1A;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  background-color: transparent;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  -o-transform: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
header.sticky {
  background-color: #f1eee9;
  box-shadow: 0px 0px 5px 0px #c5c5c5;
}
header.transparent {
  position: fixed;
  --header-color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5294117647) 25%, rgba(0, 0, 0, 0.0117647059));
  box-shadow: none;
}
header.transparent.sticky {
  background: var(--colorBrownDark);
}
.navbar {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 15px 0;
  min-height: 75px;
}
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar ul li {
  position: relative;
}
.navbar .nav-brand img {
  max-width: 175px;
  height: auto;
}
.navbar .nav-toggle {
  border: none;
  background: transparent;
  font-size: 0;
  position: relative;
  width: 19px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-left: 29px;
}
.navbar .nav-toggle::before, .navbar .nav-toggle::after, .navbar .nav-toggle span {
  content: "";
  width: 100%;
  height: 2.5px;
  background-color: var(--header-color);
  border-radius: 3px;
  transition: all ease-in-out 0.3s;
}
.navbar .nav-toggle:focus {
  outline: none;
}
.navbar .nav-toggle.active {
  opacity: 1;
}
.navbar .nav-toggle.active span {
  opacity: 0;
}
.navbar .nav-toggle.active::before {
  transform: rotate(45deg);
  -webkit-transform-origin: 2px 6px;
  -moz-transform-origin: 2px 6px;
  transform-origin: 2px 6px;
}
.navbar .nav-toggle.active::after {
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px -4px;
  -moz-transform-origin: 0px -4px;
  transform-origin: 0px -4px;
}
.navbar .nav-menu {
  transition: all ease-in-out 0.3s;
}
.navbar .nav-menu li.header-btn::after {
  display: none;
}
.navbar .nav-menu li.header-btn a {
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 25px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  transition: all ease-in-out 0.3s;
  color: #fff;
  background-color: #344434;
}
.navbar .nav-menu li.header-btn a:hover {
  color: #fff;
  background-color: #293629;
}
.navbar .nav-menu li a {
  color: var(--header-color);
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  position: relative;
}
.navbar .nav-menu .sub-menu {
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.menu-open .navbar .nav-menu {
  right: 0px;
}
@media (min-width: 1025px) {
  .navbar .nav-toggle {
    display: none;
  }
  .navbar .nav-menu {
    display: flex;
    gap: 40px;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
  .navbar .nav-menu > li.current_page_item::after, .navbar .nav-menu > li.current-menu-ancestor::after, .navbar .nav-menu > li:hover::after {
    width: 100%;
    opacity: 1;
  }
  .navbar .nav-menu > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: var(--header-color);
    transition: all ease-in-out 0.3s;
  }
  .navbar .nav-menu > li:hover .sub-menu {
    display: block;
    opacity: 1;
  }
  .navbar .nav-menu li a {
    padding: 8px 0px;
  }
  .navbar .nav-menu .sub-menu {
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    left: -35px;
    border-top: 21px solid transparent;
    min-width: 280px;
    display: none;
  }
  .navbar .nav-menu .sub-menu li {
    transition: all ease-in-out 0.3s;
    position: static;
  }
  .navbar .nav-menu .sub-menu li:hover > a {
    background-color: #469CEA;
    color: #fff;
  }
  .navbar .nav-menu .sub-menu li a {
    padding: 19px 35px;
    line-height: 1;
    display: block;
  }
  .navbar .nav-menu .sub-menu li.current-menu-item a {
    background-color: #344434;
    color: #fff;
  }
}
@media (max-width: 1280px) {
  .navbar .nav-menu {
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .navbar {
    padding: 13px 0;
    min-height: 65px;
    justify-content: space-between;
  }
  .navbar .nav-brand img {
    max-width: 140px;
  }
  .navbar .nav-menu {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 65px;
    right: -100%;
    width: 100%;
    max-width: 375px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }
  .navbar .nav-menu li::before {
    content: "";
    width: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(39, 39, 39, 0.2509803922);
  }
  .navbar .nav-menu li.header-btn {
    padding: 10px 30px;
  }
  .navbar .nav-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .navbar .nav-menu > li.menu-item-has-children > a::before, .navbar .nav-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 11px;
    height: 2px;
    background-color: #272727;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    border-radius: 2px;
  }
  .navbar .nav-menu > li.menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .navbar .nav-menu > li.menu-item-has-children .sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-block: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
  }
  .navbar .nav-menu > li.current-menu-item > a, .navbar .nav-menu > li.current-menu-ancestor > a {
    background-color: #344434;
    color: #fff;
  }
  .navbar .nav-menu > li.current-menu-item > a::after, .navbar .nav-menu > li.current-menu-item > a::before, .navbar .nav-menu > li.current-menu-ancestor > a::after, .navbar .nav-menu > li.current-menu-ancestor > a::before {
    background-color: #fff;
  }
  .navbar .nav-menu > li.open > a:after {
    opacity: 0;
  }
  .navbar .nav-menu > li.open .sub-menu {
    max-height: 500px;
    opacity: 1;
  }
  .navbar .nav-menu li a {
    padding: 21px 30px;
    display: block;
    color: var(--sub-menu-color);
  }
  .navbar .nav-menu .sub-menu a {
    padding-left: 100px;
  }
  .navbar .nav-menu .sub-menu a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #272727;
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .navbar .nav-menu {
    max-width: 100%;
  }
  .navbar .nav-menu li::before {
    content: "";
    width: calc(100% - 60px);
  }
  .navbar .nav-menu > li.menu-item-has-children > a::before, .navbar .nav-menu > li.menu-item-has-children > a::after {
    right: 35px;
  }
  .navbar .nav-menu li a {
    padding: 21px 35px;
  }
  .navbar .nav-menu .sub-menu a {
    padding-left: 80px;
  }
  .navbar .nav-menu .sub-menu a::before {
    left: 65px;
  }
}
footer {
  --f-logo-width: 220px;
  --f-wdt-width: auto;
  --f_menu_item: 14px;
  --f-menu-title-font-size: 16px;
  --f-menu-title-margin: 16px;
  --f-menu-gap: 0px;
  --f_socials_item_gap: 15px;
  --f-copy-padding: 30px 0px;
  --f-copy-font-size: 15px;
  --f-copy-gap: 20px;
  background-color: var(--colorInk);
}
footer a {
  color: #fff;
}
footer .footer-logo {
  max-width: var(--f-logo-width);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}
footer ul li {
  opacity: 0.85;
}
footer ul li a {
  font-size: var(--f_menu_item);
}
footer ul li:hover, footer ul li.current-menu-item {
  opacity: 1;
}
footer ul li:hover a, footer ul li.current-menu-item a {
  text-decoration: underline;
}
footer ul li.current-menu-item a {
  font-weight: 600;
}
footer .f_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0px;
  gap: var(--f-menu-gap);
}
footer .f_menu .title {
  color: #fff;
  font-weight: 500;
  font-size: var(--f-menu-title-font-size);
  margin-bottom: var(--f-menu-title-margin);
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transform: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
footer .f_menu .wgt {
  width: var(--f-wdt-width);
  position: relative;
}
footer .f_menu .wgt-socials ul {
  display: flex;
  align-items: center;
  gap: var(--f_socials_item_gap);
  padding-top: 5px;
  margin-bottom: 15px;
}
footer .textwidget.custom-html-widget p {
    font-size: 14px;
}
footer .f_menu .wgt-socials ul a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .f_menu .wgt-socials ul a img {
  width: 22px;
  height: auto;
}
footer .f_menu .wgt-socials ul a:hover {
  background-color: var(--primaryGreen);
}
footer .f-copy {
  padding: var(--f-copy-padding);
  border-top: 1px solid var(--colorGray);
  display: flex;
  justify-content: space-between;
  gap: var(--f-copy-gap);
}
footer .f-copy p {
  opacity: 0.75;
  margin: 0;
}
footer .f-copy .fc-menu {
  display: flex;
  align-items: center;
}
footer .f-copy .fc-menu hr {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 15px;
  background: #fff;
}
footer .f-copy p, footer .f-copy a {
  font-size: var(--f-copy-font-size);
}
@media (max-width: 1280px) {
  footer {
    --f-logo-width: 200px;
  }
}
@media (max-width: 1024px) {
  footer {
    --f_menu_item: 12px;
    --f_socials_item_gap: 15px;
    --f-menu-title-font-size: 14px;
    --f-menu-gap: 40px 30px;
    --f-copy-font-size: 12px;
    --f-wdt-width: calc(50% - 60px);
  }
  footer .f_menu .wgt.wgt-socials {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer {
    --f_socials_item_gap: 13px;
    --f-copy-padding: 25px 0px;
    --f-copy-gap: 15px;
    --f-wdt-width: 100%;
  }
  footer .f_menu .wgt:first-child {
    width: 100%;
  }
  footer .f-copy {
    flex-direction: column;
  }
}
a, button {
  cursor: pointer;
}
.btn {
  border: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 25px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.btn:hover {
  text-decoration: none;
}
.btn i {
  transition: all ease-in-out 0.3s;
  margin-left: 8px;
}
.btn.bp {
  color: #fff;
  background-color: #344434;
}
.btn.bp:hover {
  background-color: #293629;
}
.btn.bbw {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn.bbw:hover {
  background-color: #fff;
  color: #1D1D1F;
}
.btn.bbw:hover i {
  filter: invert(1);
}
.btn.bbb {
  border: 1px solid #1D1D1F;
  color: #1D1D1F;
  background-color: transparent;
}
.btn.bbb i {
  filter: invert(1);
}
.btn.bbb:hover {
  background-color: #1D1D1F;
  color: #fff;
}
.btn.bbb:hover i {
  filter: invert(0);
}
.btn.bbp {
  border: 1px solid #344434;
  color: #344434;
  background-color: transparent;
}
.btn.bbp:hover {
  background-color: #344434;
  color: #fff;
}
.btn.b-white {
  background-color: #fff;
  color: #1D1D1F;
}
.btn.b-white:hover {
  background-color: #344434;
  color: #fff;
}
.btn.b-white:hover i {
  filter: invert(1);
}
.btn.btn-text {
  padding: 0;
  color: #1D1D1F;
  background: transparent;
  height: auto;
}
.btn.btn-text:hover {
  color: #344434;
  text-decoration: underline;
}
.btn i {
  width: 30px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/btn-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn i.dark {
  background-image: url("../img/btn-arrow-black.svg");
}
.hidden-button {
  display: none;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 16px;
    height: 55px;
    padding: 10px 20px;
  }
}
.g_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 100001;
  padding: 15px 25px;
}
.g_modal.show {
  display: flex !important;
  opacity: 1;
}
.g_modal .p_overlay {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5647058824);
  left: 0;
  top: 0;
}
.g_modal_content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 60px;
  text-align: center;
  max-height: calc(100% - 30px);
  position: relative;
}
.g_modal .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  width: 22px;
  height: 22px;
  transition: all ease-in-out 0.3s;
}
.g_modal_body {
  max-height: calc(100vh - 150px);
  overflow: auto;
  line-height: 0;
}
.g_modal_body .p_title {
  margin-bottom: 30px;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .g_modal_body .p_title {
    margin-bottom: 20px;
  }
}
.g_modal_body .p_desc {
  font-size: 18px;
  line-height: 1.5;
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .g_modal_body .p_desc {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .g_modal_body .p_desc {
    font-size: 14px;
  }
}
.g_modal_body .p_desc a {
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
}
.g_modal_body .p_desc a:hover {
  color: #344434;
}
.g_modal_body #popup-calendly-embed {
  max-width: 463px;
  margin: 0 auto;
  height: 481px;
  max-height: 481px;
}
.g_modal_body .wpcf7 {
  max-width: 362px;
  margin: 45px auto 0;
}
.g_modal_body .wpcf7 form {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .g_modal_content {
    padding: 55px 60px;
  }
}
@media (max-width: 640px) {
  .g_modal_content {
    max-width: 320px !important;
    padding: 50px 30px;
  }
  .g_modal_content:has(#popup-calendly-embed) {
    padding: 50px 10px 10px;
  }
  .g_modal_content:has(#popup-calendly-embed) .p_desc {
    padding: 0 20px;
  }
}
form {
  --input_field_height: 55px;
  --input_field_font_size: 15px;
  position: relative;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none;
  font-family: "Poppins";
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
  font-family: "Poppins";
}
fieldset {
  border: none;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form .f-body.hide {
  visibility: hidden;
  opacity: 0;
}
.wpcf7-form .thank-msg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.wpcf7-form .thank-msg.show {
  visibility: visible;
  opacity: 1;
}
.wpcf7-form .thank-msg h3 {
  margin: 25px 0px;
}
.wpcf7-form .thank-msg img {
  margin: 0 auto;
  max-width: 80px;
}
.fake-select {
  position: relative;
}
.fake-select .fake-dropdown {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.fake-select .fake-input.error-field input {
  border-color: #FF0000;
}
.fake-select.active .fake-dropdown {
  max-height: 300px;
  opacity: 1;
}
.fake-select.active .fake-input .arrow {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -moz-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  -o-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
.fake-select .fake-input {
  position: relative;
  cursor: pointer;
}
.fake-select .fake-input .select-input {
  padding-right: 50px;
}
.fake-select .fake-input .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  -o-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
  -webkit-transition: transform 300ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -moz-transition: transform 300ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -ms-transition: transform 300ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  -o-transform: transform 300ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  transition: transform 300ms cubic-bezier(0.31, 0.01, 0.57, 0.97);
  background-image: url(/wp-content/themes/custom-theme/app/img/arrow-down.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fake-select .fake-dropdown {
  width: 100%;
  position: absolute;
  top: var(--input_field_height);
  left: 0;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid transparent;
  overflow: hidden;
}
.fake-select .fake-dropdown .fake-list {
  border: 1px solid #8e8e8f;
  border-radius: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.fake-select .fake-dropdown .fake-list li {
  box-sizing: border-box;
  padding: 14px 20px;
  color: #1a1a1a;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
  border-top: 0.5px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fake-select .fake-dropdown .fake-list li:hover, .fake-select .fake-dropdown .fake-list li.active {
  background-color: #EDEDED;
}
@media (max-width: 640px) {
  .fake-select .fake-dropdown .fake-list li {
    padding: 8px 30px;
    font-size: 15px;
  }
}
.fake-select .fake-dropdown .fake-list li:first-child {
  border-top: none;
}
form {
  position: relative;
}
form::after, form::before {
  content: "";
  position: absolute;
  visibility: hidden;
}
form::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: #fff;
  z-index: 5;
}
form::before {
  border: 8px solid #dfdfdf;
  border-top: 8px solid var(--primaryGreen);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 6;
}
form.submitting::before, form.submitting::after {
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form .field-row {
  display: grid;
  gap: 28px;
}
form .error, form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #FF0000;
  left: 0px;
  top: calc(100% + 4px);
}
form .error + .wpcf7-not-valid-tip {
  display: none;
}
form .borderd .field input:not([type=checkbox]):not([type=radio]), form .borderd .field textarea, form .borderd .field select {
  border: 1px solid rgba(29, 29, 31, 0.5019607843) !important;
}
.field {
  position: relative;
  width: 100%;
}
.field > span {
  display: block;
  line-height: 1;
}
.field input:not([type=checkbox]):not([type=radio]), .field select, .field textarea {
  background-color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  width: 100%;
  font-size: var(--input_field_font_size);
  border: 1px solid #fff;
  min-height: 55px;
  line-height: 1.4;
}
.field input:not([type=checkbox]):not([type=radio]):focus, .field select:focus, .field textarea:focus {
  border-color: var(--primaryGreen);
}
.field input:not([type=checkbox]):not([type=radio]).error-field, .field select.error-field, .field textarea.error-field {
  border-color: #FF0000;
}
.field textarea {
  border-radius: 8px;
  height: 120px;
  overflow: auto;
}
.field input {
  min-height: var(--input_field_height);
}
.field .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.field .wpcf7-checkbox label input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-height: auto;
}
.field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/custom-theme/app/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 22px;
  padding-right: 40px;
}
.screen-reader-response, .wpcf7-response-output, .wpcf7-not-valid-tip {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media (max-width: 1024px) {
  form {
    --input_field_height: 35px;
    --input_field_font_size: 13px;
  }
  form .field input, form .field textarea {
    padding: 7px 25px;
  }
  form .field-row {
    gap: 26px;
  }
  .wpcf7-form .thank-msg img {
    max-width: 60px;
  }
}
@media (max-width: 640px) {
  form .error {
    font-size: 11px;
  }
  .form-sec .f-body .f50 {
    width: 100% !important;
  }
}
.sl-prev, .sl-next {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 5;
  font-size: 0px;
  height: 60px;
  width: 60px;
  background-image: url("../../app/img/slider-arrow.svg");
  background-color: rgba(255, 255, 255, 0.7333333333);
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
  margin-top: -15px;
}
.sl-prev:hover, .sl-next:hover {
  background-color: #fff;
}
.sl-prev.swiper-button-disabled, .sl-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sl-next {
  right: 15px;
  left: auto;
  transform: scale(-1) translateY(-50%);
  transform-origin: top;
}
.cs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.cs-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #858585;
  border-radius: 4px;
  cursor: poOpen Sans;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  opacity: 1;
  margin: 0;
  position: relative;
}
.cs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .sl-prev, .sl-next {
    height: 40px;
    width: 40px;
    background-size: 10px;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
}
@layer components {
  .bLink {
    display: block;
  }
  .bCard {
    position: relative;
    display: block;
    overflow: hidden;
    color: #272727;
  }
  .bCard .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ededed;
    padding-bottom: 290px;
  }
  .bCard .img-wrap::before {
    content: "";
    position: absolute;
    inset: calc(var(--spacing, 0.25rem) * 0);
    z-index: 2;
    background-color: #EAF1F4;
    opacity: 0%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in, cubic-bezier(0.4, 0, 1, 1));
    transition-timing-function: var(--ease-in, cubic-bezier(0.4, 0, 1, 1));
  }
  .bCard .img-wrap img {
    position: absolute;
    inset: calc(var(--spacing, 0.25rem) * 0);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bInfo {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
  }
  .bInfo::before {
    content: "";
    position: absolute;
    inset: calc(var(--spacing, 0.25rem) * 0);
    z-index: 2;
    background-color: #F2F6F8;
    opacity: 0%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in, cubic-bezier(0.4, 0, 1, 1));
    transition-timing-function: var(--ease-in, cubic-bezier(0.4, 0, 1, 1));
  }
  .bTitle {
    position: relative;
    margin-bottom: calc(var(--spacing, 0.25rem) * 6);
    font-size: 23px;
    --tw-leading: 1.3;
    line-height: 1.3;
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500);
  }
  .bMeta {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 15px;
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500);
  }
  .bMeta span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(1/2 * 100%);
    right: -17px;
    height: calc(var(--spacing, 0.25rem) * 1);
    width: calc(var(--spacing, 0.25rem) * 1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    background-color: #1A1A1A;
  }
  .bDesc {
    overflow: hidden;
    padding-block: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bDesc p {
    margin-bottom: calc(var(--spacing, 0.25rem) * 0);
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: var(--font-weight-normal, 400);
    font-weight: var(--font-weight-normal, 400);
  }
  .bRead {
    margin-top: calc(var(--spacing, 0.25rem) * 8);
    display: inline-block;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #272727;
    padding-bottom: calc(var(--spacing, 0.25rem) * 1);
    font-size: 12px;
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    --tw-tracking: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-tracking: initial;
    }
  }
}
