:root {
  --bs-primary: #686C31;
  --bs-primary-rgb: 104, 108, 49;
  --bs-primary-dark: #2A2C1F;
  --bs-primary-dark-rgb: 42, 44, 31;
  --bs-primary-light: #E7ECD7;
  --bs-primary-light-rgb: 231, 236, 215;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --header-top-offset: 80px;
  --bs-body-font-family: "Forum", serif;
  --bs-heading-font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  :root {
    --header-top-offset: 86px;
  }
}
@media (min-width: 992px) {
  :root {
    --header-top-offset: 91px;
  }
}

@keyframes nudgepoint {
  0%, 70%, 100% {
    width: 20px;
  }
  60%, 80% {
    width: 16px;
  }
  40% {
    width: 8px;
  }
}
@-webkit-keyframes moveArrow {
  from {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@keyframes moveArrow {
  from {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(8px);
  }
}
@keyframes moveArrowRight {
  0% {
    transform: translateX(-16px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideleftbanner {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeMenuItems {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
body {
  --bs-body-color: var(--bs-primary-dark);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 1600px) {
  body {
    font-size: 17px;
  }
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-heading-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.ff-heading-extralight {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ff-heading-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ff-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.ff-heading-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-heading-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ff-heading-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-heading-extrabold {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ff-heading-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ff-heading-thin-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.ff-heading-extralight-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.ff-heading-light-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ff-heading-regular-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ff-heading-medium-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ff-heading-semibold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.ff-heading-bold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.ff-heading-extrabold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.ff-heading-black-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.text-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.text-body {
  font-family: "Forum", serif;
}

.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.z-index-1 {
  z-index: 1;
}

.z-4 {
  z-index: 4 !important;
}

.text-primary-light {
  color: var(--bs-primary-light) !important;
}

.text-primary-dark {
  color: var(--bs-primary-dark) !important;
}

.lh-160 {
  line-height: 1.6;
}

.lh-md {
  line-height: 1.364;
}

.lh-120 {
  line-height: 1.2;
}

.ratio-140 {
  --bs-aspect-ratio: 140%;
}

.object-top {
  object-position: top !important;
}

.bg-primary-light {
  background-color: var(--bs-primary-light) !important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.stick-top-50px {
  top: 50px;
}

.h-100vh {
  height: 100vh !important;
}

@media (min-width: 390px) {
  .pe-xs-20px {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .object-md-center {
    object-position: center !important;
  }
  .ratio-md-118 {
    --bs-aspect-ratio: 118%;
  }
  .h-md-100vh {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-2 {
    line-height: 2 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .ratio-lg-118 {
    --bs-aspect-ratio: 118%;
  }
  .h-lg-100vh {
    height: 100vh !important;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-120 {
    font-size: 120px !important;
  }
  .fs-xxl-100px {
    font-size: 100px !important;
  }
  .fs-xxl-60px {
    font-size: 60px !important;
  }
  .fs-xxl-50px {
    font-size: 50px !important;
  }
  .fs-xxl-45px {
    font-size: 45px !important;
  }
  .fs-xxl-35px {
    font-size: 35px !important;
  }
  .mb-xxl-35px {
    margin-bottom: 35px !important;
  }
  .h-xxl-100vh {
    height: 100vh !important;
  }
}
@media (min-width: 1600px) {
  .fs-xxxl-7 {
    font-size: 0.875rem !important;
  }
}
.btn {
  font-family: "Forum", serif;
  line-height: 1.5;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary-dark);
  --bs-btn-hover-color: var(--bs-primary-dark);
  --bs-btn-bg: rgba(255, 255, 255, 0.40);
  --bs-btn-border-color: var(--bs-primary-light);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.40);
  --bs-btn-hover-border-color: var(--bs-primary-light);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  backdrop-filter: blur(5px);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-wrapper {
  position: relative;
  height: 634px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.newsletter-container {
  background-color: var(--bs-primary-dark);
  padding: 50px 24px 60px;
}
@media (min-width: 768px) {
  .newsletter-container {
    padding: 50px 50px 60px;
  }
}
@media (min-width: 992px) {
  .newsletter-container {
    padding: 55px 70px 70px;
  }
}
@media (max-width: 991px) {
  .newsletter-container .newsletter-form {
    margin-top: 20px;
  }
}
.newsletter-container .newsletter-form .form-control {
  font-size: 21px;
  line-height: 1;
  background-color: transparent;
  color: var(--bs-primary-light);
  font-weight: 300;
  padding: 12px 88px 28px 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control::-moz-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:-ms-input-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:-moz-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:focus::-webkit-input-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:focus::-moz-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:focus:-ms-input-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control:focus:-moz-placeholder {
  color: var(--bs-primary-light);
}
.newsletter-container .newsletter-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
}
.newsletter-container .newsletter-form .form-control::-moz-placeholder {
  font-weight: 300;
}
.newsletter-container .newsletter-form .form-control:-ms-input-placeholder {
  font-weight: 300;
}
.newsletter-container .newsletter-form .form-control:-moz-placeholder {
  font-weight: 300;
}
.newsletter-container .newsletter-form .form-control ::placeholder {
  font-weight: 300;
}
.newsletter-container .newsletter-form button {
  position: absolute !important;
  line-height: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
}

.link-arrow, .icon_arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all ease 0.35s;
}
@media (min-width: 768px) {
  .link-arrow, .icon_arrow {
    gap: 1rem;
  }
}

.link-arrow {
  text-align: left;
  --icon-bg-color: var(--bs-primary-light);
  --icon-hover-bg-color: var(--bs-primary);
  --icon-border-color: var(--bs-primary);
  --icon-hover-border-color: var(--bs-primary);
  --icon-color: var(--bs-primary-dark);
  --icon-hover-color: #fff;
}
.link-arrow .icon_arrow {
  width: 20px;
}
.link-arrow .icon_arrow:not(.no-border) {
  border-radius: 30px;
  background-color: var(--icon-bg-color);
  border: 1px solid var(--icon-border-color);
  width: 50px;
  padding: 16px 14px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .link-arrow .icon_arrow:not(.no-border) {
    width: 58px;
    padding: 19px 18px;
  }
}
.link-arrow .icon_arrow ._arrow {
  position: relative;
  width: 20px;
}
.link-arrow .icon_arrow ._arrow:before, .link-arrow .icon_arrow ._arrow:after {
  position: absolute;
  content: "";
}
.link-arrow .icon_arrow ._arrow:before {
  height: 2px;
  width: 100%;
  background-color: var(--icon-color);
  transition: background-color 0.15s ease-in-out;
}
.link-arrow .icon_arrow ._arrow:after {
  display: block;
  top: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--icon-color);
  border-right: 2px solid var(--icon-color);
  transition: border-color 0.15s ease-in-out;
}
.link-arrow .icon_arrow:not(._left) ._arrow:before {
  left: 0;
  transform-origin: left;
}
.link-arrow .icon_arrow:not(._left) ._arrow:after {
  right: 0px;
  transform: rotate(45deg);
}
.link-arrow .icon_arrow._left ._arrow {
  margin-left: auto;
}
.link-arrow .icon_arrow._left ._arrow:before {
  right: 0;
  transform-origin: right;
}
.link-arrow .icon_arrow._left ._arrow:after {
  left: 0px;
  transform: rotate(-140deg);
}
.link-arrow .icon_arrow._animate_style_2 ._arrow {
  animation: moveArrow 0.75s ease-in-out infinite alternate;
}
.link-arrow:hover ._arrow, .link-arrow:has(~ a:hover) ._arrow {
  animation: nudgepoint 1.5s linear forwards;
}

.main-menu .link-arrow .icon_arrow ._arrow:before {
  height: 1px;
}

.main-menu .link-arrow .icon_arrow ._arrow:after {
  border-width: 1px;
  top: -2px;
  width: 5px;
  height: 5px;
}

.bg-primary div:has(.anchor-overlay:hover) .link-arrow .icon_arrow:not(.no-border), .bg-primary:has(.anchor-overlay:hover) .link-arrow .icon_arrow:not(.no-border),
.bg-primary .link-arrow:hover .icon_arrow:not(.no-border),
.bg-primary .link-arrow:has(~ a:hover) .icon_arrow:not(.no-border) {
  --icon-hover-bg-color: rgba(var(--bs-primary-dark-rgb), 0.4);
  --icon-hover-border-color: fff;
  --icon-hover-color:#fff;
  --icon-hover-color: #fff;
  background: rgba(var(--bs-primary-dark-rgb), 0.4);
  backdrop-filter: blur(2px);
}

div:has(.anchor-overlay:hover) .link-arrow .icon_arrow:not(.no-border),
.link-arrow:hover .icon_arrow:not(.no-border),
.link-arrow:has(~ a:hover) .icon_arrow:not(.no-border) {
  background-color: var(--icon-hover-bg-color);
  border-color: var(--icon-hover-border-color);
}
div:has(.anchor-overlay:hover) .link-arrow .icon_arrow:not(.no-border) ._arrow:before,
.link-arrow:hover .icon_arrow:not(.no-border) ._arrow:before,
.link-arrow:has(~ a:hover) .icon_arrow:not(.no-border) ._arrow:before {
  background-color: var(--icon-hover-color);
}
div:has(.anchor-overlay:hover) .link-arrow .icon_arrow:not(.no-border) ._arrow:after,
.link-arrow:hover .icon_arrow:not(.no-border) ._arrow:after,
.link-arrow:has(~ a:hover) .icon_arrow:not(.no-border) ._arrow:after {
  border-color: var(--icon-hover-color);
}
div:has(.anchor-overlay:hover) .link-arrow ._arrow,
.link-arrow:hover ._arrow,
.link-arrow:has(~ a:hover) ._arrow {
  animation: nudgepoint 1.5s linear forwards;
}

.link-arrow-lg {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  transition: all ease 0.35s;
  --icon-color: var(--bs-primary-dark);
}
.link-arrow-lg ._arrow {
  position: relative;
  margin-top: 2px;
  width: 73px;
}
.link-arrow-lg ._arrow:before, .link-arrow-lg ._arrow:after {
  position: absolute;
  content: "";
}
.link-arrow-lg ._arrow:before {
  left: 35px;
  height: 2.2px;
  width: 32px;
  background-color: var(--icon-color);
  transition: all ease 0.35s;
  transform-origin: left;
  transform: scaleX(1.1);
}
.link-arrow-lg ._arrow:after {
  display: block;
  top: -9px;
  right: 2px;
  width: 21px;
  height: 21px;
  margin-left: -24px;
  margin-right: 3px;
  border-top: 2px solid var(--icon-color);
  border-right: 2px solid var(--icon-color);
  transform: rotate(45deg);
  transition: all ease 0.35s;
}
.link-arrow-lg path {
  transition: all ease 0.35s;
}
.link-arrow-lg:hover ._arrow:before, .link-arrow-lg:has(~ a:hover) ._arrow:before {
  width: 48px;
}
.link-arrow-lg:hover ._arrow:after, .link-arrow-lg:has(~ a:hover) ._arrow:after {
  right: -24px;
  transform: rotate(45deg);
}

form.form-theme {
  font-family: "Forum", serif;
  font-size: 16px;
  font-weight: 400;
}
form.form-theme label {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
form.form-theme .form-group:not(.form-check) {
  position: relative;
  margin-bottom: 33px;
}
form.form-theme .form-group:not(.form-check) label {
  position: absolute;
  top: 10px;
  transition: all ease 0.35s;
  pointer-events: none;
}
form.form-theme .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--bs-primary-dark);
  padding: 12px 0;
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 400;
}
form.form-theme .form-control::-webkit-input-placeholder {
  color: #8E8E8E;
}
form.form-theme .form-control::-moz-placeholder {
  color: #8E8E8E;
}
form.form-theme .form-control:-ms-input-placeholder {
  color: #8E8E8E;
}
form.form-theme .form-control:-moz-placeholder {
  color: #8E8E8E;
}
form.form-theme .form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
form.form-theme .btn {
  font-size: 15px;
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary);
  padding: 9px 25px;
}
form.form-theme .btn:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.theme-accordion {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--bs-primary-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon-width: 14px;
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="21" viewBox="0 0 16 21" fill="none"><path d="M14.707 7L7.70703 14L0.707033 7" stroke="%23686C31" stroke-width="2"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="21" viewBox="0 0 16 21" fill="none"><path d="M14.707 7L7.70703 14L0.707033 7" stroke="%23686C31" stroke-width="2"/></svg>');
}
.theme-accordion .accordion-item {
  border-bottom: 1px solid;
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-accordion .accordion-body {
  padding: 0 0px 4px 0;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 576px) {
  .theme-accordion .accordion-body {
    padding: 0 65px 4px 0;
  }
}
.theme-accordion .accordion-button {
  font-family: var(--bs-body-font-family);
  font-weight: 600;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0;
  gap: 25px;
}
.theme-accordion .accordion-button:focus {
  box-shadow: 0;
}
@media (min-width: 576px) {
  .theme-accordion .accordion-button {
    padding: 20px 0;
    gap: 30px;
  }
}
.theme-accordion .accordion-item:first-child .accordion-button {
  padding-top: 0;
}
.theme-accordion .accordion-item:last-child {
  border-bottom-width: 0;
}

.video-container {
  width: 100%;
  position: relative;
  --bs-aspect-ratio: 133%;
  overflow: hidden;
}
.video-container:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.video-container .media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .media-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: rgb(0, 0, 0);
}

.play-pause-btn {
  --play-pause-button-size: 48px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.play-pause-btn:before {
  content: "";
  width: var(--play-pause-button-size);
  height: var(--play-pause-button-size);
  display: block;
  background-image: url(../img/icons/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.play-pause-btn.playing {
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.play-pause-btn.playing:before {
  background-image: url(../img/icons/pause.svg);
  opacity: 0.8;
}

.video-container:hover .play-pause-btn.playing {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up-15] {
  opacity: 0;
  transform: translate3d(0px, 50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos=fade-up-15].aos-animate {
  opacity: 1;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

[data-aos=blur-fade] {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(-6px);
}

[data-aos=blur-fade].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

._icon_instagram {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: var(--bs-primary-dark);
  -webkit-mask-image: url(./../img/icons/instagram.svg);
  mask-image: url(./../img/icons/instagram.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

._icon_fb {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: var(--bs-primary-dark);
  -webkit-mask-image: url(./../img/icons/facebook.svg);
  mask-image: url(./../img/icons/facebook.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text-scroller {
  opacity: 1;
  filter: blur(0px);
}
.text-scroller.text-animate {
  opacity: 1;
  filter: blur(0px);
  animation: dissolve-half 0.5s ease-in forwards;
}
.text-scroller.text-animated {
  opacity: 0.5;
  filter: blur(0px);
  animation: dissolve-out 0.5s ease-in forwards;
}

@keyframes dissolve-half {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0.5;
    filter: blur(2px);
  }
}
@keyframes dissolve-out {
  0% {
    opacity: 0.5;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}
#header {
  z-index: 1060;
}
#header .header-fixed-offset {
  height: var(--header-top-offset);
}
#header #main-nav {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header #main-nav._autohide {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(7.5px);
}
@media (min-width: 992px) {
  #header #main-nav {
    transform: translateY(0);
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -ms-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
  }
  #header #main-nav._hide {
    transform: translateY(-100%);
    transition: transform 200ms ease-out;
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -ms-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
  }
}
#header:has(+ .hero-banner, + .service-banner, + .about-banner) {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media (min-width: 992px) {
  #header:has(+ .hero-banner, + .service-banner, + .about-banner) .header-fixed-offset {
    display: none;
  }
}
#header:has(#fullscreen-menu.active) #main-nav {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(7.5px);
}
#header:has(#fullscreen-menu.active):has(+ .hero-banner, + .service-banner, + .about-banner) {
  height: 100%;
}

.navbar {
  --bs-navbar-padding-y: 1rem;
}
.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #585858;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}
.navbar .fullscreen-menu-toggle {
  padding: 6px 3px;
}
.navbar .header-toggle {
  border: 0;
  color: var(--bs-primary-dark);
  cursor: pointer;
}
.navbar .header-toggle .lines {
  width: 18px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar .header-toggle .lines span {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: var(--bs-primary-dark);
}
.navbar .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  --bs-nav-link-font-size: 17px;
  --bs-nav-link-color: var(--bs-primary);
  --bs-nav-link-hover-color: var(--bs-primary-dark);
}
.navbar .search-wrapper {
  position: relative;
  max-width: 283px;
  flex-grow: 1;
}
.navbar .header-search {
  background-color: transparent;
  margin: 0;
  display: flex;
  padding: 8px 10px 8px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid var(--bs-primary-dark);
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar .header-search::-webkit-input-placeholder {
  color: var(--bs-primary-dark);
}
.navbar .header-search::-moz-placeholder {
  color: var(--bs-primary-dark);
}
.navbar .header-search:-ms-input-placeholder {
  color: var(--bs-primary-dark);
}
.navbar .header-search:-moz-placeholder {
  color: var(--bs-primary-dark);
}
.navbar .btn-search {
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.navbar .navbar-brand {
  display: inline-flex;
  margin: 0;
  line-height: 1;
}
.navbar .nav-utilities {
  line-height: 1;
  align-items: center;
}
.navbar .nav-utilities .nav-link {
  font-family: var(--bs-body-font-family);
  --bs-nav-link-color: var(--bs-primary-dark);
  --bs-nav-link-hover-color: var(--bs-primary);
  font-size: 14px;
}
@media (min-width: 1600px) {
  .navbar .nav-utilities .nav-link {
    font-size: 15px;
  }
}
.navbar .nav-utilities .nav-link:hover ._icon_instagram, .navbar .nav-utilities .nav-link:hover ._icon_fb {
  background-color: var(--bs-primary);
}
.navbar .mobile-search-toggle {
  padding: 3px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand img, .navbar .navbar-brand #brand-img {
    max-width: 190px;
    width: 100%;
    height: auto;
  }
  .navbar .nav-utilities .nav-link {
    font-size: 15px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand img, .navbar .navbar-brand #brand-img {
    max-width: 139px;
    width: 100%;
    height: auto;
  }
  .navbar .nav-utilities .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .navbar .nav-utilities .nav-link {
    font-size: 11px;
  }
}
@media (max-width: 362px) {
  .navbar .nav-utilities .nav-link {
    font-size: 9px;
  }
}

.header-input-search {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 36px;
  border-radius: 40px;
  padding: 10px 6px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.3333 17.5L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333C6.40278 13.3333 5.12167 12.8089 4.07333 11.76C3.025 10.7111 2.50056 9.43 2.5 7.91667C2.49944 6.40333 3.02389 5.12222 4.07333 4.07333C5.12278 3.02444 6.40389 2.5 7.91667 2.5C9.42944 2.5 10.7108 3.02444 11.7608 4.07333C12.8108 5.12222 13.335 6.40333 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L17.5 16.3333L16.3333 17.5ZM7.91667 11.6667C8.95833 11.6667 9.84389 11.3022 10.5733 10.5733C11.3028 9.84444 11.6672 8.95889 11.6667 7.91667C11.6661 6.87444 11.3017 5.98917 10.5733 5.26083C9.845 4.5325 8.95944 4.16778 7.91667 4.16667C6.87389 4.16556 5.98861 4.53028 5.26083 5.26083C4.53306 5.99139 4.16833 6.87667 4.16667 7.91667C4.165 8.95667 4.52972 9.84222 5.26083 10.5733C5.99195 11.3044 6.87722 11.6689 7.91667 11.6667Z" fill="%23686C31"/></svg>');
  background-repeat: no-repeat;
  border: 1px solid transparent;
  color: transparent;
  overflow: hidden;
  background-position: right 7px center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-input-search::-webkit-input-placeholder {
  color: transparent;
}
.header-input-search::-moz-placeholder {
  color: transparent;
}
.header-input-search:-ms-input-placeholder {
  color: transparent;
}
.header-input-search:-moz-placeholder {
  color: transparent;
}
@media (min-width: 992px) {
  .header-input-search {
    width: 36px;
    padding: 10px;
    left: -8px;
  }
}
.header-input-search:focus {
  cursor: text;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 34px;
  color: var(--bs-body-color);
  border-color: var(--bs-primary-dark);
  box-shadow: none;
  left: 0;
  width: 100%;
}
.header-input-search:focus::-webkit-input-placeholder {
  color: var(--bs-primary-dark);
}
.header-input-search:focus::-moz-placeholder {
  color: var(--bs-primary-dark);
}
.header-input-search:focus:-ms-input-placeholder {
  color: var(--bs-primary-dark);
}
.header-input-search:focus:-moz-placeholder {
  color: var(--bs-primary-dark);
}
@media (max-width: 991px) {
  .header-input-search:focus {
    background-color: #fff;
    width: 262px;
  }
}

.top-search {
  position: absolute;
  left: 0px;
  top: 45px;
  width: 50px;
  height: 5px;
}

#fullscreen-menu {
  position: fixed;
  top: 0;
  z-index: 1036;
  height: 100%;
  right: 0;
  width: 100%;
  overflow: hidden;
  background: #F8FCF2;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}
#fullscreen-menu .fullscreen-menu-wrapper {
  display: flex;
  height: 100%;
}
#fullscreen-menu .main-menu {
  width: auto;
  flex-grow: 1;
  display: flex;
}
#fullscreen-menu .main-menu .nav {
  width: 180px;
  margin: auto;
}
#fullscreen-menu .main-menu .nav .nav-item {
  opacity: 0;
  transform: translateX(-150px);
}
#fullscreen-menu .main-menu .nav .nav-item + .nav-item {
  margin-top: 22px;
}
#fullscreen-menu .main-menu .nav .nav-link {
  font-family: "Forum", serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--bs-primary);
  width: 100%;
  justify-content: space-between;
}
#fullscreen-menu .main-menu .nav .nav-link .icon_arrow {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .main-menu .nav .nav-link:hover .icon_arrow {
  opacity: 1;
}
#fullscreen-menu .main-menu .nav .nav-link:hover .icon_arrow ._arrow {
  transform: translateX(-16px);
  animation: moveArrowRight 0.35s linear forwards;
  animation-delay: 0.15s;
}
#fullscreen-menu .menu-banner {
  position: relative;
  width: 69%;
  height: 100%;
  margin-left: auto;
}
#fullscreen-menu.active {
  display: block;
  opacity: 1;
}
#fullscreen-menu.active .menu-banner {
  animation: slideleftbanner 0.55s ease-out forwards;
}
#fullscreen-menu.active .main-menu .nav .nav-item {
  animation: fadeMenuItems 0.55s ease-out forwards;
}
#fullscreen-menu.active .main-menu .nav .nav-item:nth-child(5) {
  animation-delay: 0.05s;
}
#fullscreen-menu.active .main-menu .nav .nav-item:nth-child(4) {
  animation-delay: 0.1s;
}
#fullscreen-menu.active .main-menu .nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
#fullscreen-menu.active .main-menu .nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
#fullscreen-menu.active .main-menu .nav .nav-item:nth-child(1) {
  animation-delay: 0.25s;
}
@media (max-width: 991px) {
  #fullscreen-menu .fullscreen-menu-wrapper {
    flex-flow: column-reverse;
  }
  #fullscreen-menu .main-menu, #fullscreen-menu .menu-banner {
    width: 100%;
  }
  #fullscreen-menu .menu-banner {
    height: 45.2%;
  }
  #fullscreen-menu .menu-banner img {
    object-position: top;
  }
  #fullscreen-menu .main-menu {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 54.8%;
    gap: 20px;
  }
  #fullscreen-menu .main-menu .nav {
    width: auto;
  }
  #fullscreen-menu .main-menu .nav .nav-item + .nav-item {
    margin-top: auto;
  }
  #fullscreen-menu .main-menu .nav .nav-link {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #fullscreen-menu .main-menu .nav .nav-link .icon_arrow {
    display: none;
  }
  #fullscreen-menu .main-menu .navbar-nav {
    margin-top: auto;
    margin-bottom: auto;
    height: 83%;
    max-height: 500px;
  }
  #fullscreen-menu .main-menu .social-links {
    justify-content: center;
    gap: 25px;
    margin-top: 0;
    margin-bottom: auto;
  }
  #fullscreen-menu .main-menu .social-links.nav .nav-item {
    margin-top: 0;
  }
  #fullscreen-menu .main-menu .social-links.nav .nav-item .nav-link {
    line-height: 1;
  }
  #fullscreen-menu .main-menu .social-links.nav .nav-item .nav-link img {
    max-width: 20px;
  }
}

.header-toggle {
  --navbar-toggler-width: 18px;
  --navbar-toggler-height: 12px;
  border: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  width: var(--navbar-toggler-width);
  height: var(--navbar-toggler-height);
}

/* menu start */
.menu-bar {
  width: var(--navbar-toggler-width);
  height: var(--navbar-toggler-height);
  position: absolute;
  background-color: var(--bs-primary-dark);
  width: var(--navbar-toggler-width);
  height: 2px;
  margin-top: calc(var(--navbar-toggler-height) / 2);
  inset: 0;
}

.animate.menu-bar {
  animation-name: menu-menu;
  animation-duration: 0.3s;
}

@keyframes menu-menu {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 0px;
    height: 0px;
  }
  51% {
    position: absolute;
    background-color: var(--bs-primary-dark);
    width: var(--navbar-toggler-width);
    height: 2px;
  }
}
.menu-bar:after {
  content: "";
  position: absolute;
  background-color: var(--bs-primary-dark);
  width: var(--navbar-toggler-width);
  height: 2px;
  margin-top: calc(var(--navbar-toggler-height) / 2 * -1);
  inset: 0;
}

.animate.menu-bar:after {
  animation-name: menu-after;
  animation-duration: 0.3s;
}

@keyframes menu-after {
  0% {
    transform: rotate(-45deg);
    margin-top: 0px;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(0deg);
    margin-top: calc(var(--navbar-toggler-height) / 2 * -1);
  }
}
.menu-bar:before {
  content: "";
  position: absolute;
  background-color: var(--bs-primary-dark);
  width: var(--navbar-toggler-width);
  height: 2px;
  margin-top: calc(var(--navbar-toggler-height) / 2);
  inset: 0;
}

.animate.menu-bar:before {
  animation-name: menu-before;
  animation-duration: 0.3s;
}

@keyframes menu-before {
  0% {
    transform: rotate(45deg);
    margin-top: 0px;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(0deg);
    margin-top: calc(var(--navbar-toggler-height) / 2);
  }
}
/* menu end */
/* close start */
.menu-close {
  position: absolute;
  inset: 0;
  margin-top: calc(var(--navbar-toggler-height) / 2);
  margin-left: 0;
}

.menu-close.animate {
  animation-name: close-close;
  animation-duration: 0.3s;
}

@keyframes close-close {
  0% {
    position: absolute;
    background-color: var(--bs-primary-dark);
    width: var(--navbar-toggler-width);
    height: 2px;
    margin-top: calc(var(--navbar-toggler-height) / 2);
  }
  50% {
    display: none;
    width: var(--navbar-toggler-width);
    height: 2px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}
.menu-close:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary-dark);
  width: var(--navbar-toggler-width);
  height: 2px;
  transform: rotate(45deg);
}

.animate.menu-close:after {
  animation-name: close-after;
  animation-duration: 0.3s;
}

@keyframes close-after {
  0% {
    transform: rotate(0deg);
    margin-top: calc(var(--navbar-toggler-height) / 2);
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(45deg);
  }
}
.menu-close:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary-dark);
  width: var(--navbar-toggler-width);
  height: 2px;
  transform: rotate(-45deg);
}

.animate.menu-close:before {
  animation-name: close-before;
  animation-duration: 0.3s;
}

@keyframes close-before {
  0% {
    transform: rotate(0deg);
    margin-top: calc(var(--navbar-toggler-height) / 2 * -1);
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(-45deg);
  }
}
/* close end */
header:has(#fullscreen-menu.active) #brand-img #logo-main {
  fill: #686c31;
}

header:has(#logo-main.fill-white) .header-input-search {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.3333 17.5L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333C6.40278 13.3333 5.12167 12.8089 4.07333 11.76C3.025 10.7111 2.50056 9.43 2.5 7.91667C2.49944 6.40333 3.02389 5.12222 4.07333 4.07333C5.12278 3.02444 6.40389 2.5 7.91667 2.5C9.42944 2.5 10.7108 3.02444 11.7608 4.07333C12.8108 5.12222 13.335 6.40333 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L17.5 16.3333L16.3333 17.5ZM7.91667 11.6667C8.95833 11.6667 9.84389 11.3022 10.5733 10.5733C11.3028 9.84444 11.6672 8.95889 11.6667 7.91667C11.6661 6.87444 11.3017 5.98917 10.5733 5.26083C9.845 4.5325 8.95944 4.16778 7.91667 4.16667C6.87389 4.16556 5.98861 4.53028 5.26083 5.26083C4.53306 5.99139 4.16833 6.87667 4.16667 7.91667C4.165 8.95667 4.52972 9.84222 5.26083 10.5733C5.99195 11.3044 6.87722 11.6689 7.91667 11.6667Z" fill="%23231f20"/></svg>');
}

#footer {
  background-color: var(--bs-primary-light);
  padding-top: 55px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 1200px) {
  #footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer .nav-link {
  color: var(--bs-primary-dark);
}
#footer .nav-link:hover, #footer .nav-link.active {
  color: var(--bs-primary);
}
#footer .footer-nav {
  font-weight: 400;
  text-decoration: underline;
}
#footer .footer-nav .nav-link.active, #footer .footer-nav .nav-link:hover {
  text-decoration: underline;
}
#footer .footer-form-container {
  max-width: 341px;
  margin-left: auto;
  margin-right: auto;
}
#footer .newsletter-form .form-control {
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  color: var(--bs-primary-dark);
  font-weight: 400;
  padding: 12px 88px 12px 0px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}
#footer .newsletter-form .form-control::-webkit-input-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control::-moz-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:-ms-input-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:-moz-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:focus::-webkit-input-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:focus::-moz-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:focus:-ms-input-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form .form-control:focus:-moz-placeholder {
  color: #8E8E8E;
}
#footer .newsletter-form button {
  position: absolute !important;
  line-height: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
}
#footer .newsletter-form button .icon_arrow {
  width: 46px;
  padding: 12px 13px;
}
#footer .bottom-footer {
  font-size: 14px;
}

.hero-banner {
  overflow: hidden;
  min-height: 100vh;
  height: 600px;
  padding-top: var(--header-top-offset);
}
@media (min-width: 576px) {
  .hero-banner {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .hero-banner {
    height: 873px;
  }
}
.hero-banner .banner-img {
  top: 50%;
  height: calc(100% + 16.7vh);
  top: calc(50% + 8.35vh);
  transform: translateY(-50%);
}
@media (min-width: 1700px) {
  .hero-banner .banner-img {
    height: calc(100% + 24.7vh);
    top: calc(50% + 12.35vh);
  }
}
.hero-banner .banner-title {
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-banner .banner-title {
    font-size: 50px !important;
  }
}
@media (min-width: 992px) {
  .hero-banner .banner-title {
    line-height: 1.7;
  }
}
.hero-banner .btn {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .hero-banner .btn {
    width: min-content;
  }
}
@media (min-width: 768px) {
  .hero-banner .btn {
    font-size: 14px;
    padding: 14px 18px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .btn {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .banner-title {
    font-size: 100px;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-grid .feature-item {
  min-height: 290px;
  border: 2px solid #FFF;
}
@media (min-width: 768px) {
  .feature-grid .feature-item {
    min-height: 230px;
  }
}
@media (min-width: 1200px) {
  .feature-grid .feature-item {
    min-height: 395px;
  }
}
.feature-grid .feature-item .item-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.feature-grid .feature-item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}
.feature-grid .feature-item .item-img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-grid .feature-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
.feature-grid .feature-item .item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 50px;
  border: 1px solid #FFF;
  color: #FFF;
  background: rgba(var(--bs-primary-dark-rgb), 0.4);
  backdrop-filter: blur(2px);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-grid .feature-item:hover .item-img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.feature-grid .feature-item:hover .item-title {
  background: var(--bs-primary-dark);
}

.widget-box {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.widget-box:before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}
.widget-box .widget-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
}
.widget-box .widget-content {
  width: 100%;
  height: 100%;
}

.img-scroller {
  position: relative;
  height: 450px;
}
@media (min-width: 992px) {
  .img-scroller {
    height: 750px;
  }
}

.brands-slider {
  mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}
.brands-slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.brands-slider .swiper-slide {
  width: auto;
}
.brands-slider.brands-light img {
  filter: brightness(0) invert(1);
}

.journal-item {
  position: relative;
}
.journal-item .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  --bs-aspect-ratio: 140%;
}
.journal-item .thumbnail::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.journal-item .thumbnail .shade-overlay::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(42, 44, 31, 0) 6.98%, #2A2C1F 77.21%);
}
.journal-item .thumbnail .title-wrap {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.journal-item .thumbnail .title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  min-height: 44px;
}
.journal-item .bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .journal-item .bottom-wrap {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.journal-item .time-info {
  font-size: 13px;
  text-transform: uppercase;
}
.journal-item .btn-explore {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.journal-item:hover .bottom-wrap {
  opacity: 1;
}

.collage {
  position: relative;
  display: flex;
  flex-direction: column;
}
.collage .frame {
  position: relative;
}
.collage .frame .img-container {
  position: relative;
}
.collage .frame .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  position: absolute;
  inset: 0;
}
.collage .frame-1 {
  width: 59.2%;
}
.collage .frame-1 .img-container {
  padding-bottom: 150.2%;
}
.collage .frame-2 {
  width: 63.5%;
  margin-top: -41%;
  margin-left: auto;
}
.collage .frame-2 .img-container {
  padding-bottom: 133%;
}

.brands-grid .ratio {
  height: 100%;
  --bs-aspect-ratio: 99%;
}
.brands-grid.brand-gallery .ratio {
  --bs-aspect-ratio: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brands-grid.brand-gallery .ratio {
    --bs-aspect-ratio: 130%;
  }
}
.brands-grid.brand-gallery .col {
  border-color: #fff;
  border-width: 1px;
  overflow: hidden;
}
.brands-grid.brand-gallery .col .brand-img {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brands-grid.brand-gallery .col.gallery-item {
  cursor: pointer;
}
.brands-grid.brand-gallery .col.gallery-item .brand-img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media (max-width: 575px) {
  .brands-grid.brand-gallery .col:nth-child(2n+1) {
    border-left-width: 0;
  }
}
@media (min-width: 576px) {
  .brands-grid.brand-gallery .col:nth-child(4n+1) {
    border-left-width: 0;
  }
}
@media (max-width: 575px) {
  .brands-grid.row-cols-lg-2 .col:not(.brands-grid.row-cols-lg-2 .col:nth-child(1), .brands-grid.row-cols-lg-2 .col:nth-child(2)) {
    border-top-width: 0;
  }
  .brands-grid.row-cols-lg-2 .col:nth-child(2n) {
    border-right-width: 0;
  }
}
@media (max-width: 575px) {
  .brands-grid.row-cols-lg-3 .col:not(.brands-grid.row-cols-lg-3 .col:nth-child(1), .brands-grid.row-cols-lg-3 .col:nth-child(2), .brands-grid.row-cols-lg-3 .col:nth-child(3)) {
    border-top-width: 0;
  }
  .brands-grid.row-cols-lg-3 .col:nth-child(3n) {
    border-right-width: 0;
  }
}
.brands-grid .col {
  position: relative;
  border: 1px solid rgba(142, 142, 142, 0.53);
  border-left-width: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brands-grid .col:hover {
  background-color: var(--bs-primary-light);
}
@media (max-width: 575px) {
  .brands-grid .col:not(.brands-grid .col:nth-child(1), .brands-grid .col:nth-child(2), .brands-grid .col:nth-child(3)) {
    border-top-width: 0;
  }
  .brands-grid .col:nth-child(3n) {
    border-right-width: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .brands-grid .col:not(.brands-grid .col:nth-child(1), .brands-grid .col:nth-child(2), .brands-grid .col:nth-child(3), .brands-grid .col:nth-child(4)) {
    border-top-width: 0;
  }
  .brands-grid .col:nth-child(4n) {
    border-right-width: 0;
  }
}
@media (min-width: 992px) {
  .brands-grid.row-cols-lg-5 .col:not(.brands-grid.row-cols-lg-5 .col:nth-child(1), .brands-grid.row-cols-lg-5 .col:nth-child(2), .brands-grid.row-cols-lg-5 .col:nth-child(3), .brands-grid.row-cols-lg-5 .col:nth-child(4), .brands-grid.row-cols-lg-5 .col:nth-child(5)) {
    border-top-width: 0;
  }
  .brands-grid.row-cols-lg-5 .col:nth-child(5n) {
    border-right-width: 0;
  }
}
.brands-grid .brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media (min-width: 576px) {
  .brands-grid .brand-img {
    padding: 35px;
  }
}
@media (min-width: 1400px) {
  .brands-grid .brand-img {
    padding: 50px;
  }
}
.brands-grid .brand-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .brands-grid .brand-img img {
    max-height: 38px;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .brands-grid .brand-img img {
    max-height: 34px;
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .brands-grid .brand-img img {
    max-height: 24px;
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .brands-grid .brand-img img {
    max-height: 20px;
  }
}
@media (max-width: 350px) {
  .brands-grid .brand-img img {
    max-width: 64px;
  }
}
.brands-grid.brand-gallery .col {
  border-top-width: 1px !important;
}
.brands-grid.brand-gallery .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.swiper-button-wrapper .swiper-button-next:after, .swiper-button-wrapper .swiper-button-prev:after {
  display: none;
}
.swiper-button-wrapper .swiper-button-next.link-arrow, .swiper-button-wrapper .swiper-button-prev.link-arrow {
  width: auto;
}
@media (min-width: 768px) {
  .swiper-button-wrapper .swiper-button-next.link-arrow, .swiper-button-wrapper .swiper-button-prev.link-arrow {
    width: 58px;
  }
  .swiper-button-wrapper .swiper-button-next .icon_arrow, .swiper-button-wrapper .swiper-button-prev .icon_arrow {
    padding: 18px 19px;
  }
}

.brands-slider-2-wrapper .swiper-button-next, .brands-slider-2-wrapper .swiper-button-prev {
  --swiper-navigation-sides-offset: -20px;
}
@media (min-width: 992px) {
  .brands-slider-2-wrapper .swiper-button-next, .brands-slider-2-wrapper .swiper-button-prev {
    --swiper-navigation-sides-offset: -50px;
  }
}
.brands-slider-2-wrapper .brands-slider-2 {
  padding: 10px 10px;
}
.brands-slider-2-wrapper .brands-slider-2 .swiper-wrapper {
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .brands-slider-2-wrapper .brand-item img {
    max-width: 80px;
    height: auto;
    width: auto;
    max-height: 22px;
  }
}
@media (max-width: 767px) {
  .brands-slider-2-wrapper .brand-item img {
    max-width: 70px;
    height: auto;
    width: auto;
    max-height: 22px;
  }
  .brands-slider-2-wrapper .swiper-button-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .brands-slider-2-wrapper .swiper-button-wrapper .swiper-button-next, .brands-slider-2-wrapper .swiper-button-wrapper .swiper-button-prev {
    --swiper-navigation-sides-offset: 0;
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}

.lg-backdrop, .lg-sub-html, .lg-toolbar, .lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.9);
}

#lg-counter, .lg-toolbar .lg-icon {
  color: var(--bs-primary-dark);
}
#lg-counter:hover, .lg-toolbar .lg-icon:hover {
  color: var(--bs-primary-dark);
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: var(--bs-primary-dark);
}

.lg-outer .lg-img-wrap {
  padding: 40px;
}

.nav-topic-wrapper {
  position: sticky;
  padding: 10px;
  top: var(--header-top-offset);
  margin-bottom: 30px;
  z-index: 2;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  .nav-topic-wrapper {
    top: 0;
  }
}
.nav-topic-wrapper:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: calc(100% + var(--header-top-offset));
  z-index: -1;
  backdrop-filter: blur(7.5px);
  top: calc(var(--header-top-offset) * -1);
  background: rgba(255, 255, 255, 0.1);
}

body:has(.nav-topic) #header #main-nav._autohide {
  background: transparent;
  backdrop-filter: none;
}

body:has(.navbar._autohide:not(._hide)) .nav-topic-wrapper {
  top: var(--header-top-offset);
}

.nav-topic {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.nav-topic a {
  color: var(--bs-primary);
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-topic a.active, .nav-topic a:hover {
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary);
}
@media (min-width: 992px) {
  .nav-topic a {
    font-size: 16px;
  }
}

.blog-item {
  position: relative;
}
.blog-item .article-img {
  --bs-aspect-ratio: 95%;
  overflow: hidden;
}
.blog-item .article-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-item:hover .article-img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.blog-item .article-detail {
  margin-top: 18px;
}
.blog-item .article-title {
  font-family: var(--bs-body-font-family);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
.blog-item .read-time {
  font-family: var(--bs-heading-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.blog-banner {
  position: relative;
  height: 340px;
}
@media (min-width: 992px) {
  .blog-banner {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .blog-banner {
    height: 480px;
  }
}

.article-container {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  .article-container {
    max-width: 810px;
  }
}

.article-content-wrap h1, .article-content-wrap h2, .article-content-wrap h3, .article-content-wrap h4, .article-content-wrap h5, .article-content-wrap h6 {
  font-family: var(--bs-heading-font-family);
  font-weight: 600;
  margin-bottom: 20px;
}
.article-content-wrap h1:not(:first-of-type), .article-content-wrap h2:not(:first-of-type), .article-content-wrap h3:not(:first-of-type), .article-content-wrap h4:not(:first-of-type), .article-content-wrap h5:not(:first-of-type), .article-content-wrap h6:not(:first-of-type) {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .article-content-wrap h1, .article-content-wrap h2, .article-content-wrap h3, .article-content-wrap h4, .article-content-wrap h5, .article-content-wrap h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .article-content-wrap h1, .article-content-wrap h2, .article-content-wrap h3, .article-content-wrap h4, .article-content-wrap h5, .article-content-wrap h6 {
    margin-bottom: 1.5rem;
  }
  .article-content-wrap h1:not(:first-of-type), .article-content-wrap h2:not(:first-of-type), .article-content-wrap h3:not(:first-of-type), .article-content-wrap h4:not(:first-of-type), .article-content-wrap h5:not(:first-of-type), .article-content-wrap h6:not(:first-of-type) {
    padding-top: 0.5rem;
  }
}
.article-content-wrap p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .article-content-wrap p {
    margin-bottom: 1.5rem;
  }
}

.blog-pagination {
  font-size: 15px;
}
@media (min-width: 768px) {
  .blog-pagination .link-arrow .icon_arrow:not(.no-border) {
    padding: 18px 19px;
  }
}

.entry-blog-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--bs-heading-font-family);
  color: var(--bs-primary);
}
@media (min-width: 768px) {
  .entry-blog-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .entry-blog-title {
    font-weight: 500;
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) {
  .entry-blog-title {
    font-size: 45px;
  }
}

.article-date {
  font-family: var(--bs-heading-font-family);
}

.form-wrapper {
  max-width: 434px;
}

.contact-img {
  --bs-aspect-ratio: 113%;
}

.service-banner {
  height: 500px;
}
@media (min-width: 992px) {
  .service-banner {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 576px) {
  .service-banner {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .service-banner {
    min-height: 100vh;
    height: 873px;
  }
}
.service-banner ~ section {
  background-color: #fff;
}
.service-banner ~ section, .service-banner ~ footer {
  position: relative;
  z-index: 1;
}

.max-w-466 {
  max-width: 466px;
}

.max-w-424 {
  max-width: 424px;
}

.service-widget {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  background-color: var(--bs-primary);
  color: var(--bs-primary-light);
}
.service-widget .widget-title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
}
.service-widget .widget-icon {
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.service-widget .widget-icon img {
  max-width: 100%;
  height: auto;
}
.service-widget .widget-details {
  font-size: 15px;
  line-height: 1.6;
  margin-top: auto;
}
@media (min-width: 768px) {
  .service-widget .widget-title {
    font-size: 20px;
  }
  .service-widget .widget-icon {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  .service-widget .widget-title {
    font-size: 22px;
  }
  .service-widget .widget-details {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .column-text-content {
    max-width: 609px;
  }
}
.about-banner {
  position: relative;
  height: 600px;
  z-index: 1;
}
@media (min-width: 576px) {
  .about-banner {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .about-banner {
    min-height: 100vh;
    height: 873px;
  }
}
@media (max-width: 575px) {
  .about-banner .banner-text {
    color: #fff !important;
  }
  .about-banner .banner-text .display-3 {
    font-size: 30px !important;
  }
  .about-banner .banner-text .display-3 br {
    display: none;
  }
}

.banner-scroller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-scroller {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .banner-scroller {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .banner-scroller {
    width: 100%;
    height: 100%;
  }
  .banner-scroller .ratio {
    --bs-aspect-ratio: 600px;
  }
}

.about-middle-banner {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-middle-banner {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .about-middle-banner {
    min-height: 485px;
  }
}
@media (min-width: 992px) {
  .about-middle-banner {
    min-height: 700px;
  }
}
.about-middle-banner .banner-text-box {
  background-color: #fff;
  padding: 24px;
  max-width: 350px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .about-middle-banner .banner-text-box p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about-middle-banner .banner-text-box {
    padding: 30px;
    max-width: 345px;
  }
}
@media (min-width: 992px) {
  .about-middle-banner .banner-text-box {
    font-size: 15px;
    padding: 30px;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .about-middle-banner .banner-text-box {
    font-size: 16px;
    padding: 48px;
    max-width: 460px;
  }
}
@media (min-width: 1400px) {
  .about-middle-banner .banner-text-box {
    padding: 68px;
    max-width: 531px;
  }
}

.single-slider .ratio {
  --bs-aspect-ratio: 106%;
}
.single-slider .ratio img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.single-slider-wrapper {
  --swiper-navigation-sides-offset: 10px;
  --swiper-pagination-bottom: 20px;
}
@media (min-width: 992px) {
  .single-slider-wrapper {
    --swiper-navigation-sides-offset: -74px;
  }
}
@media (max-width: 991px) {
  .single-slider-wrapper .swiper-pagination-bullets {
    --swiper-pagination-bottom: 20px;
  }
  .single-slider-wrapper .swiper-button-wrapper {
    position: relative;
    --swiper-navigation-top-offset: -32px;
  }
}
.single-slider-wrapper .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, .2);
  --swiper-pagination-bullet-horizontal-gap: 5px;
}
.single-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #fff;
  outline: 2px solid #fff;
}

.image-scroller-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .image-scroller-wrapper {
    height: 312vh;
  }
}
.image-scroller-wrapper .content-sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: var(--header-top-offset);
}
@media (max-width: 767px) {
  .image-scroller-wrapper .content-sticky-wrapper {
    top: 0;
    min-height: 59vh;
  }
  .image-scroller-wrapper .content-sticky-wrapper .scroller-heading {
    margin-bottom: 24vh;
  }
}
.image-scroller-wrapper .images-wrapper {
  pointer-events: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .image-scroller-wrapper .images-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.image-scroller-wrapper .images-wrapper .img-wrap {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .image-scroller-wrapper .images-wrapper .img-wrap {
    height: 70vh;
    margin: 0 !important;
    width: 100% !important;
  }
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_1 {
  margin-left: 0;
  margin-right: auto;
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_1 img {
  object-fit: cover;
  margin-top: 5vh;
  max-width: 520px;
  aspect-ratio: 260/217;
  width: 28vw;
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_2 {
  margin-left: auto;
  margin-right: auto;
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_2 img {
  width: 28.5vw;
  max-width: 28.5vw;
  object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 5vh;
  margin-top: auto;
  max-height: 47vh;
  margin-right: 12vh;
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_3 {
  margin-left: auto;
  margin-right: 0;
}
.image-scroller-wrapper .images-wrapper .img-wrap.img_3 img {
  aspect-ratio: 1;
  object-fit: cover;
  margin-top: 10vh;
  width: 27.3vw;
  max-width: 24.625rem;
}
@media (max-width: 767px) {
  .image-scroller-wrapper .images-wrapper .img-wrap.img_1, .image-scroller-wrapper .images-wrapper .img-wrap.img_2, .image-scroller-wrapper .images-wrapper .img-wrap.img_3 {
    margin: 0 !important;
    width: 100% !important;
  }
  .image-scroller-wrapper .images-wrapper .img-wrap.img_1 img, .image-scroller-wrapper .images-wrapper .img-wrap.img_2 img, .image-scroller-wrapper .images-wrapper .img-wrap.img_3 img {
    max-width: 100%;
    width: 100% !important;
    margin-top: 38vh !important;
    aspect-ratio: 260/217 !important;
  }
}
@media (min-width: 768px) {
  .image-scroller-wrapper {
    height: 400vh;
  }
  .image-scroller-wrapper .content-sticky-wrapper {
    top: 0;
    min-height: 100vh;
  }
  .image-scroller-wrapper .content-sticky-wrapper .scroller-heading {
    margin-bottom: 33vh;
  }
}

.sticky_wrapper {
  height: 200vh;
}

.sticky_wrap {
  position: sticky;
  top: 0;
  height: 100vh;
}

.sticky_image-1-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  height: 100%;
}

.sticky_image-1 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky_image-2 {
  aspect-ratio: 2/3;
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .sticky_wrapper {
    height: auto;
  }
  .sticky_wrap {
    position: relative;
    height: auto;
  }
  .sticky_image-1-wrap {
    width: 100%;
  }
  .sticky_image-2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .newsletter-parralax-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -3;
  }
  body:has(.newsletter-parralax-bg) section:not(.newsletter-parralax-wrap, .hero-banner) {
    background-color: #fff;
  }
}

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