@media screen and (min-width: 1450px) {
  .container {
    max-width: 1420px;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

ol,
li {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: inherit;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -webkit-appearance--moz-appearance: textfield;
  -webkit-appearance--moz-appearance-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.wz-reset-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}
.wz-reset-select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d261b;
}

p {
  color: #5b5b5b;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease;
}

.wz-fs-14 {
  font-size: 0.875rem;
}

.wz-fs-18 {
  font-size: 1.125rem;
}

.wz-fw-500 {
  font-weight: 500;
}

.wz-fw-600 {
  font-weight: 600;
}

.wz-text-base {
  color: #fabb0e;
}

.wz-text-secondary-dark {
  color: #5b5b5b;
}

.wz-text-light {
  color: #d1d1d1;
}

.wz-link-light {
  color: #d1d1d1;
}
.wz-link-light:hover {
  color: #ffffff;
}

.hanken-grotesk-800 {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  :root {
    --header-height: 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --header-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 56px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  overflow-x: hidden;
  background-color: #f5f0f0;
  color: #1d261b;
}
body.block {
  overflow-y: hidden;
  margin-right: 0.9375rem;
}

.wz-wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.wz-main {
  position: relative;
  flex: 1 1 auto;
}

.wz-main_margin {
  margin-top: var(--header-height);
}

.wz-bg-dark {
  background-color: #1d261b;
}

.wz-bg-base {
  background-color: #fabb0e;
}

@media screen and (min-width: 992px) {
  .wz-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .wz-section-padding-bottom {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding-bottom {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .wz-section-padding-top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding-top {
    padding-top: 60px;
  }
}

.wz-scroll-margin-area {
  scroll-margin-top: var(--header-height);
}

.wz-image-card {
  position: relative;
  overflow: hidden;
}
.wz-image-card.wz-image-card_overflow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 48, 40, 0.8);
}

.wz-image-card__cover {
  position: absolute;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.wz-image-card__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.wz-js-nav-tabs-tab {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.wz-js-nav-tabs-tab.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  transition: opacity 0.5s ease, height 0.5s ease;
}

.wz-coockie {
  background: #1d261b;
  backdrop-filter: blur(4px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: green;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 30px 90px;
}
.wz-coockie.wz-hidden {
  display: none;
}

.wz-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wz-box-icon-xl {
  width: 5rem;
  height: 5rem;
  font-size: 2.25rem;
  border-radius: 40px 40px 8px;
}

.wz-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.wz-social-link {
  color: #1d261b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}
.wz-social-link:hover {
  color: #ffffff;
  background-color: rgb(44.8830769231, 58.8123076923, 41.7876923077);
}

.wz-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  border-radius: 0.5rem;
}
.wz-btn:disabled, .wz-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.wz-btn.wz-btn_xl {
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.wz-btn.wz-btn_lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.wz-btn.wz-btn_sm {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.wz-btn-with-icon {
  gap: 0.625rem;
}

.wz-btn-icon {
  width: 2.375rem;
  height: 2.375rem;
  font-size: 1.125rem;
}

.wz-btn_primary,
.wz-btn_secondary,
.wz-btn_success,
.wz-btn_danger,
.wz-btn_dark {
  color: #ffffff;
}

.wz-btn_danger {
  background: #FF5733;
}
.wz-btn_danger:hover {
  background: darken-color(#FF5733, 10%);
}
.wz-btn_danger:active, .wz-btn_danger:focus {
  background: lighten-color(#FF5733, 4%);
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 51, 0.2);
}

.wz-btn_warning {
  background: #ffc107;
  color: #1d261b;
}
.wz-btn_warning:hover {
  background: darken-color(#ffc107, 10%);
}
.wz-btn_warning:active, .wz-btn_warning:focus {
  background: lighten-color(#ffc107, 8%);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.2);
}

.wz-btn_dark {
  background: #1d261b;
}
.wz-btn_dark:hover {
  background: lighten-color(#1d261b, 15%);
}
.wz-btn_dark:active, .wz-btn_dark:focus {
  background: lighten-color(#1d261b, 20%);
  box-shadow: 0 0 0 0.25rem rgba(29, 38, 27, 0.2);
}

.wz-btn_light-primary {
  background: lighten-color(#2970ef, 70%);
  color: #2970ef;
}
.wz-btn_light-primary:hover {
  background: lighten-color(#2970ef, 50%);
}
.wz-btn_light-primary:active, .wz-btn_light-primary:focus {
  color: darken-color(#2970ef, 28%);
  background: lighten-color(#2970ef, 45%);
  box-shadow: 0 0 0 0.25rem rgba(41, 112, 239, 0.2);
}

.wz-btn_light-secondary {
  background: lighten-color(#aeaeae, 30%);
  color: darken-color(#aeaeae, 27%);
}
.wz-btn_light-secondary:hover {
  background: lighten-color(#aeaeae, 20%);
}
.wz-btn_light-secondary:active, .wz-btn_light-secondary:focus {
  color: darken-color(#aeaeae, 35%);
  background: lighten-color(#aeaeae, 18%);
  box-shadow: 0 0 0 0.25rem rgba(174, 174, 174, 0.2);
}

.wz-btn_light-success {
  background: lighten-color(#1e8e3e, 40%);
  color: darken-color(#1e8e3e, 10%);
}
.wz-btn_light-success:hover {
  background: lighten-color(#1e8e3e, 35%);
}
.wz-btn_light-success:active, .wz-btn_light-success:focus {
  color: darken-color(#aeaeae, 22%);
  background: lighten-color(#1e8e3e, 25%);
  box-shadow: 0 0 0 0.25rem rgba(30, 142, 62, 0.2);
}

.wz-btn_light-danger {
  background: lighten-color(#FF5733, 30%);
  color: darken-color(#FF5733, 10%);
}
.wz-btn_light-danger:hover {
  background: lighten-color(#FF5733, 27%);
}
.wz-btn_light-danger:active, .wz-btn_light-danger:focus {
  color: darken-color(#FF5733, 20%);
  background: lighten-color(#FF5733, 24%);
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 51, 0.2);
}

.wz-btn_light-warning {
  background: lighten-color(#ffc107, 40%);
  color: darken-color(#ffc107, 55%);
}
.wz-btn_light-warning:hover {
  background: lighten-color(#ffc107, 25%);
}
.wz-btn_light-warning:active, .wz-btn_light-warning:focus {
  background: lighten-color(#ffc107, 20%);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.2);
}

.wz-btn_light-info {
  background: lighten-color(#00B8D4, 40%);
  color: darken-color(#aeaeae, 10%);
}
.wz-btn_light-info:hover {
  background: lighten-color(#00B8D4, 35%);
}
.wz-btn_light-info:active, .wz-btn_light-info:focus {
  color: darken-color(#aeaeae, 20%);
  background: lighten-color(#00B8D4, 28%);
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 212, 0.2);
}

.wz-btn_light-dark {
  background: lighten-color(#1d261b, 80%);
  color: darken-color(#1d261b, 10%);
}
.wz-btn_light-dark:hover {
  background: lighten-color(#1d261b, 70%);
}
.wz-btn_light-dark:active, .wz-btn_light-dark:focus {
  background: lighten-color(#1d261b, 60%);
  box-shadow: 0 0 0 0.25rem rgba(29, 38, 27, 0.1);
}

.wz-btn_base {
  background-color: #fabb0e;
  color: #1d261b;
}
.wz-btn_base:hover {
  background-color: rgb(251, 200.6, 62.2);
  color: #1d261b;
}
.wz-btn_base:active, .wz-btn_base:focus {
  background-color: rgb(232.7707317073, 171.9219512195, 4.8292682927);
}
.wz-btn_base:disabled, .wz-btn_base[disabled] {
  background-color: #aeaeae;
  color: #ffffff;
}
.wz-btn_base:disabled:hover, .wz-btn_base[disabled]:hover {
  background-color: #aeaeae;
  color: #ffffff;
}

.wz-btn_white {
  background-color: #ffffff;
  color: #1d261b;
}
.wz-btn_white:hover {
  background-color: #fabb0e;
  color: #1d261b;
}
.wz-btn_white:active, .wz-btn_white:focus {
  background-color: rgb(232.7707317073, 171.9219512195, 4.8292682927);
}
.wz-btn_white.active {
  background-color: #1d261b;
  color: #ffffff;
}

.wz-btn_services {
  background-color: rgb(40.9123076923, 53.6092307692, 38.0907692308);
  color: #d1d1d1;
}
.wz-btn_services:hover {
  background-color: rgb(44.8830769231, 58.8123076923, 41.7876923077);
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .wz-btn_services {
    width: 100%;
  }
}

.wz-absolute-button-p-4 {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.wz-modal {
  position: fixed;
  inset: 0;
  outline: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .wz-modal {
    padding: 0.625rem;
  }
}
.wz-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.wz-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .wz-modal.active .wz-modal__dialog {
    max-height: 85%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
}

.wz-modal__dialog {
  width: auto;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wz-modal__dialog {
    position: relative;
    top: 5%;
    max-width: 600px;
    min-height: 500px;
    max-height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wz-modal__dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 0;
    border-radius: 20px 20px 0 0;
  }
}

.wz-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.wz-contact-box {
  box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
  background: linear-gradient(-180deg, #f5f5f5 0%, rgb(237.65, 237.65, 237.65) 100%);
  transition: background 0.3 ease;
}
.wz-contact-box:hover {
  background: linear-gradient(-180deg, rgb(237.65, 237.65, 237.65) 0%, rgb(237.65, 237.65, 237.65) 100%);
}

.wz-form-required::after {
  content: " *";
  color: #FF5733;
  font-size: 17px;
  display: inline;
}

.wz-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: fit-content;
  z-index: 4;
}

.wz-header.wz-fixed {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.wz-header.wz-visible {
  background-color: #1d261b;
}

wz-header.fixed .wz-header {
  background-color: #1d261b;
}

.wz-logo-img {
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .wz-logo-img {
    width: 8.375rem;
  }
}

@media only screen and (min-width: 992px) {
  .wz-button_header i {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 36px;
    line-height: 1;
    background-color: #fabb0e;
    border-radius: 50%;
  }
}

.wz-js-nav-anchor-link.active {
  color: #fabb0e !important;
}

@media only screen and (max-width: 991px) {
  .wz-header.active .wz-header__menu-holder {
    transform: translateX(0);
    visibility: visible;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .wz-header.active .wz-header__menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: visibility 400ms ease, transform 400ms ease 100ms;
  }
  .wz-header__menu-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateX(-100%);
    visibility: hidden;
    transform-origin: left center;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .wz-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: pointer;
  }
  .wz-header__menu-content {
    flex-grow: 1;
    max-width: 280px;
    background-color: #1d261b;
    height: 100%;
    overflow-y: auto;
    padding: 1.875rem;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: visibility, transform 400ms ease;
  }
  .wz-menu-btn {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    color: #ffffff;
  }
  .wz-menu-btn:hover {
    color: #aeaeae;
  }
  .wz-button_header {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fabb0e;
  }
  .wz-button_header i {
    font-size: 1.375rem;
    color: #1d261b;
  }
  .wz-button_header i::before {
    content: "\f095";
  }
}
.wz-hero-section {
  overflow: hidden;
}
.wz-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(90deg, #1d261b, rgba(0, 0, 0, 0) 65%);
}
@media screen and (max-width: 991px) {
  .wz-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (min-width: 1600px) {
  .wz-hero-section__content {
    padding: 17.5rem 0 14.375rem 0;
  }
}
@media (max-width: 1599px) {
  .wz-hero-section__content {
    padding: 12.5rem 0;
  }
}
@media (max-width: 1399px) {
  .wz-hero-section__content {
    padding: 11.25rem 0 9.375rem 0;
  }
}
@media (max-width: 1199px) {
  .wz-hero-section__content {
    padding: 10.625rem 0 8.125rem 0;
  }
}
@media screen and (max-width: 767px) {
  .wz-hero-section__content {
    padding: 9.375rem 0 8.125rem 0;
  }
}

.wz-hero-section__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1400px) {
  .wz-hero-section__title {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wz-hero-section__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .wz-hero-section__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .wz-hero-section__title {
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wz-benefits-holder h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .wz-benefits-holder h5 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .wz-price-list-holder {
    min-height: 427px;
  }
}

@media screen and (max-width: 767px) {
  .wz-service-btn {
    font-size: 0.875rem;
  }
}

.wz-cta-image {
  position: relative;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .wz-cta-holder {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .wz-cta-image_1 {
    top: -100px;
  }
}

@media screen and (min-width: 992px) {
  .wz-cta-image_2 {
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-cta-image_2 {
    aspect-ratio: 16/9 !important;
    height: 250px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wz-top-services-image {
    height: 100%;
    aspect-ratio: inherit;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .wz-top-services-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .wz-top-services-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.wz-contact-icon {
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: none;
}
.wz-contact-icon::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1d261b;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wz-contact-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 1.875rem;
  }
  .wz-contact-icon::before {
    width: 34px;
    height: 34px;
  }
}

/*# sourceMappingURL=style.min.css.map */
