:root {
  --color--head: #023e8a;
  --color--green-black: #05334b;
  --color--white: #fff;
  --color--grey: #3b4b58;
  --color--green: #38b000;
  --color--white-grey: #dddcdd;
  --font--familar--p: Roboto;
  --font--familar--heading: "Roboto slab";
  --font--size--h2: 40px;
  --font--size--h3: 32px;
  --font--size--h1: 60px;
  --font--size--body_medium: 15px;
  --font--size--body_small: 12px;
  --font--weight--medium: 400px;
  --font--weight--semibold: 600px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.drop-submit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 4.6rem;
  margin-top: 1.5rem;
  display: flex;
}

.button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  height: 3.25rem;
  display: flex;
}

.navigation {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.global-form-1st_line {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 51.6875rem;
  display: flex;
}

.submit {
  background-color: var(--color--head);
  text-transform: uppercase;
  border-radius: .25rem;
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: .9375rem;
  font-weight: 400;
  display: inline-flex;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: .1875rem;
  margin-bottom: 0;
  padding-left: .375rem;
  padding-right: .4375rem;
  font-size: .84375rem;
  font-weight: 600;
  line-height: .9375rem;
  display: inline-block;
  position: relative;
  bottom: -.4375rem;
  left: .375rem;
}

.ms-input-label {
  color: #121331;
  font-weight: 700;
}

.ms-input-label.small {
  font-weight: 500;
}

.ms-help-text {
  opacity: .8;
  margin-top: -.9375rem;
  margin-bottom: .9375rem;
  font-size: 90%;
  font-weight: 300;
}

.button-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  border-radius: .25rem;
  flex: 0 auto;
  margin-top: 3.0625rem;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 2.5rem #98a2ac36;
}

.image-wrap {
  position: relative;
}

.image-wrap.home-hero {
  object-fit: cover;
  flex: 0 37.5rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.image-wrap.home-about {
  flex: 1;
  max-width: 32rem;
}

.image-wrap.home-testimony {
  border-radius: .5rem;
  flex: 1;
  align-self: flex-start;
  max-width: 27.375rem;
  overflow: hidden;
}

.hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: none;
  flex-flow: column;
  margin-bottom: 2rem;
  display: block;
}

.hero-content {
  margin-top: 0;
}

.container_medium {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 120rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: block;
  overflow: visible;
}

.container_medium.footer {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.container_medium.product {
  flex: 0 auto;
  align-self: center;
  max-width: 120rem;
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
}

.container_medium.product-card {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
}

.container_medium.head {
  flex: 1;
  margin-left: 2rem;
  margin-right: 2rem;
}

.container_medium.advantage {
  max-width: 100rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.container_medium.nav {
  flex: 1;
  max-width: 100rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.button-container {
  text-transform: uppercase;
}

.div-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conteiner {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 10rem;
  height: 4.375rem;
}

.logo.succses {
  height: 60px;
  margin-left: -24px;
}

.nav-logo {
  max-width: none;
}

.nav-logo.hidden {
  display: none;
}

.nav-close {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav_inner {
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.nav_inner.succses {
  grid-template-columns: 1fr 1fr 1fr;
}

.navbar-open {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.dropdown-toggle {
  border: .0625rem #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
  border-radius: .25rem;
}

.dropdown-items {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  display: block;
}

.button-icon-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .625rem;
  font-weight: 400;
  display: flex;
}

.dropdown-link-4 {
  padding-left: 1.875rem;
  transition: all .2s;
  display: flex;
}

.dropdown-link-4:hover {
  color: #38b000;
  background-color: #f5f8f5;
  text-decoration: underline;
  box-shadow: inset 2px 0 #38b000;
}

.call-dropdown {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 3.25rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--head);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  text-transform: uppercase;
}

.button-primary-outline-4 {
  color: #fff;
  background-color: #0000;
  border: .09375rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline-4:hover {
  color: #009c4d;
  background-color: #fff;
  border-radius: .25rem;
  height: 3.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.phone-link {
  cursor: pointer;
  border: .09375rem solid #fff;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  transition: background-color .4s;
  display: flex;
}

.dropdown-link-5 {
  padding-left: 1.875rem;
  transition: all .2s;
  display: none;
}

.dropdown-link-5:hover {
  color: #38b000;
  background-color: #f5f8f5;
  text-decoration: underline;
  box-shadow: inset 2px 0 #38b000;
}

.dropdown_link1 {
  padding-left: 1.875rem;
  transition: all .2s;
  display: block;
}

.dropdown_link1:hover {
  color: var(--color--head);
  background-color: #f5f8f5;
  text-decoration: underline;
  box-shadow: inset 2px 0 #023e8a;
}

.svg {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #f7f5f0;
  flex-flow: column;
  display: flex;
}

.link-global {
  color: #56595a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 155%;
  transition: color .5s;
}

.link-global:hover {
  color: var(--color--head);
}

.footer-details {
  flex: 1;
  max-width: 20.625rem;
}

.footer-inner {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  margin-bottom: 3.75rem;
  display: flex;
}

.footer-link-colomn {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-buttom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-top: .0625rem solid #56595a80;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.colom-link-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.footer-details-text {
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
}

.footer-social-icon-item {
  color: #0d0e1345;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  transition: color .5s;
  display: inline-flex;
}

.footer-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  color: #56595a;
  font-weight: 500;
  line-height: 155%;
}

.footer-logos {
  margin-bottom: 1.5rem;
}

.footer-social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.25rem;
  display: none;
}

.footer-link-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  display: flex;
}

.paragraph-4 {
  color: var(--color--head);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 135%;
}

.text-span-7 {
  text-transform: uppercase;
  font-weight: 600;
}

.text-block-5 {
  text-transform: uppercase;
  line-height: 136%;
}

.text-span-8 {
  text-transform: uppercase;
  font-weight: 300;
}

.region-radio-wrap-mob {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.region-radio-wrap-mob:hover {
  pointer-events: auto;
}

.form-2 {
  margin: 2.5rem;
  display: block;
}

.input-wrapper-4 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-bottom: .75rem;
  display: flex;
  position: relative;
}

.input-wrapper-4._15p-right {
  flex: 1;
  width: auto;
}

.order-input-sko-ko {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-sko-ko:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-sko-ko:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-sko-ko::placeholder {
  color: #05334b73;
}

.input-wrapper-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  height: 5rem;
  display: flex;
  position: relative;
}

.input-6 {
  height: 4rem;
  color: var(--color--green-black);
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 1;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.input-6:hover {
  box-shadow: none;
  border-color: #38b000;
}

.input-6:focus {
  border: .0625rem solid #38b000;
}

.input-6::placeholder {
  color: #6e6e6e;
}

.form-block {
  background-color: #fff;
  border: .0625rem solid #0d0e1326;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 74%;
  left: auto;
  right: auto;
  box-shadow: 4px 4px .5rem #0000000d;
}

.input-wrapper-6 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-bottom: .75rem;
  display: flex;
  position: relative;
}

.order-input-phone {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 0 auto;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-phone:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-phone:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-phone::placeholder {
  color: #05334b73;
}

.ms-radio-dot-2 {
  cursor: pointer;
  border: .0625rem solid #d7d7d7;
  flex: none;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: .0625rem;
  margin-right: .625rem;
  position: relative;
}

.ms-radio-dot-2.w--redirected-checked {
  cursor: pointer;
  border: .375rem solid #38b000;
  box-shadow: 0 2px .3125rem #38b000;
}

.order-input-name {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-name:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-name:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-name::placeholder {
  color: #05334b73;
}

.text-block-6 {
  color: #38b000;
}

.div-block-16 {
  border: .0625rem solid #d7d7d7;
  border-radius: .25rem;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  height: 4rem;
  padding: .5rem;
  transition: box-shadow .2s, border-color .2s cubic-bezier(.645, .045, .355, 1), padding .2s cubic-bezier(.785, .135, .15, .86);
  display: block;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.div-block-16:hover {
  border-color: #38b000;
  padding: 0;
}

.price-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  display: grid;
}

.success-message-2 {
  background-color: #3b4b58;
  border: .0625rem solid #fff;
  border-radius: 1rem;
  flex: 0 auto;
  align-self: auto;
  width: 35.3892rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.4375rem;
  padding-right: 8.4375rem;
  position: absolute;
  top: 1.625rem;
  left: 12.5625rem;
}

.nav-link {
  color: #05334b;
  text-decoration: none;
  overflow: hidden;
}

.nav-text-2 {
  color: var(--color--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: color .2s;
}

.nav-text-2:hover {
  color: var(--color--white);
}

.underline-2 {
  background-color: var(--color--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .09375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.underline-2:hover {
  width: 100%;
}

.hero-image {
  vertical-align: baseline;
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
  margin-top: 26px;
}

.button {
  text-transform: uppercase;
}

.section-hero {
  width: 100%;
  height: 100vh;
  color: var(--color--grey);
  background-color: #fdfdfd;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.global-padding {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.global-padding._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.global-padding.footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.global-padding.product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.global-padding._0rem {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.global-padding.hidden {
  justify-content: center;
  align-items: center;
}

.global-padding.products {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: auto;
}

.logo-image {
  object-fit: contain;
  width: 9.375rem;
  min-width: 9rem;
  height: 4.6875rem;
  position: static;
}

.logo-image.byd {
  width: auto;
  height: 3.125rem;
}

.logo-image.newline {
  object-fit: contain;
  width: 12.5rem;
  height: 6.25rem;
  margin-bottom: .75rem;
}

.logo-image.oldi {
  width: auto;
  height: 2.125rem;
}

.logo-image.maidan {
  height: 3.75rem;
  margin-bottom: .625rem;
}

.logo-image.leroy {
  height: 4.375rem;
  margin-bottom: .75rem;
}

.logo-wrapper {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.container_logos {
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: block;
}

.global-padding_logos {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.section-about {
  background-color: var(--color--grey);
  color: var(--color--grey);
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.body-text_16px {
  color: var(--color--white);
  font-size: 1rem;
}

.section-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-padding.padding-188x150 {
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}

.section-padding.padding-120x120, .section-padding.padding-150x150 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-padding.padding-200x100 {
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}

.margin-bottom.margin-40px {
  margin-bottom: 2.5rem;
}

.margin-bottom.margin-12px {
  margin-bottom: .75rem;
}

.margin-bottom.margin-60px {
  flex: none;
  margin-bottom: 3.75rem;
}

.position-absolute {
  position: absolute;
}

.position-absolute.home-about-image-card {
  border-radius: 50%;
  width: 30vw;
  max-width: 55%;
  position: absolute;
  inset: auto -14% -3% auto;
  overflow: hidden;
}

.home-about-icon-image {
  flex: 0 2.5rem;
  max-width: 2.5rem;
}

.body-text_18px {
  color: var(--color--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 155%;
}

.icon-content.home-about {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.content-box.home-about {
  flex: 1;
}

.content-box.global-cta {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section-subheading {
  color: var(--color--white);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 133%;
}

.home-about-icon-title {
  color: var(--color--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}

.home-about-icon-content {
  flex: 1;
}

.home-about-icon-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-inner.home-about {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 100rem;
  display: grid;
}

.section-inner.home-testimony {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.image-6 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .5rem;
  width: 31.9995rem;
  height: 37.5rem;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 14%;
  width: 17.5rem;
  height: 17.5rem;
}

.span-logo-bold {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
}

.span-logo-light {
  font-family: Montserrat, sans-serif;
  font-size: 3.4375rem;
  font-weight: 300;
}

.section-product {
  background-color: var(--color--white);
  width: 100%;
  height: 100vh;
  min-height: 80vh;
  color: var(--color--grey);
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-wrapper-product {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-mask {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.button-secondary-outline {
  color: #ff6314;
  background-color: #0000;
  border: .0625rem solid #ff6314;
  border-radius: 6.1875rem;
  justify-content: flex-start;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  transition: background-color .4s, color .4s;
  display: inline-flex;
}

.button-secondary-outline:hover {
  color: #fff;
  background-color: #ff6314;
}

.dropdown-icon-label {
  width: 1.25rem;
  height: 1.25rem;
}

.product-card-body_buttom-row {
  justify-content: space-between;
  display: flex;
}

.product-card-body_buttom-row.color-grey {
  margin-top: 1.5rem;
}

.reveal-image-trigger {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-inner.background-prime {
  background-color: var(--color--head);
}

.icon {
  color: #f7f5f0;
  justify-content: center;
  align-items: center;
  max-width: 1.875rem;
  display: flex;
  transform: rotate(-45deg);
}

.reveal-image {
  object-fit: cover;
  height: 20.7505rem;
}

.reveal-image-cover {
  background-color: #fff;
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
}

.product-price {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 134%;
  display: none;
}

.icon-wrapper {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.absolute {
  position: absolute;
}

.body-text_14px {
  width: 100%;
  color: var(--color--green-black);
  font-weight: 400;
}

.body-text_14px.discriot {
  width: 31.5625rem;
}

.property_name {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.card-title {
  margin-top: 0;
}

.svg-call {
  width: 100%;
  height: 100%;
  color: var(--color--white);
  padding: .65rem;
}

.svg-call:hover {
  color: var(--color--head);
  text-decoration: none;
}

.paht-call {
  display: inline;
}

.description-head {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--color--green-black);
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 134%;
  display: flex;
}

.description-head.product {
  margin-top: .75rem;
}

.slide-nav {
  display: none;
}

.home-testimony-slider-text {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 130%;
}

.header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  display: flex;
}

.header.home-faq {
  text-align: center;
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimony-slider-mask {
  position: static;
}

.testimony-card {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 41.25rem;
  display: flex;
}

.home-testimony-author-name {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 134%;
}

.home-testimony-author-designation {
  font-weight: 400;
}

.testimony-slider-item {
  height: 100%;
  min-height: 100%;
  position: static;
  overflow: hidden;
}

.container-4 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.testimony-slider-arrow {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 31.25rem 0 auto;
}

.testimony-slider-arrow:hover {
  color: var(--color--green);
  background-color: #fff;
}

.testimony-slider-arrow.arrow-left {
  border-radius: .25rem;
  margin-right: 4.5rem;
  bottom: 0;
}

.arrow {
  justify-content: center;
  align-items: center;
  max-width: 1.875rem;
  display: flex;
}

.testimony-slider-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 48.875rem;
  min-height: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.home-testimony-author-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-testimony-author-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimomy-slider {
  background-color: #0000;
  height: auto;
}

.section-testimony {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--head);
  width: 100%;
  color: var(--color--white);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.conteiner-small {
  width: 100%;
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-label-icon {
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  display: flex;
}

.accordion-label {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem 0;
  font-size: 1.875rem;
  display: flex;
}

.faq-icon-bar {
  background-color: var(--color--green);
  width: 1.375rem;
  height: .09375rem;
}

.faq-icon-bar._2 {
  position: absolute;
  transform: rotate(90deg);
}

.section-content {
  display: none;
}

.faq-label-title {
  white-space: pre-wrap;
  max-width: 80%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 125%;
}

.accordion-pane {
  background-color: #0000;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
  position: relative;
  overflow: clip;
}

.faq-accord {
  border-bottom: .0625rem solid #09261d26;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-accordion-details-text {
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.faq-accordion-details-text.grid {
  padding-bottom: 1.2rem;
}

.faq-head-text {
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.text-span-10 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.h2 {
  color: var(--color--green-black);
  flex: 1;
  margin-top: 0;
  padding-bottom: .3125rem;
  font-family: Oswald, sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 100%;
}

.h2.white {
  color: var(--color--white);
  text-transform: none;
  font-family: Oswald, sans-serif;
}

.h1 {
  color: var(--color--head);
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.error-page-main-text {
  color: var(--color--white);
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.error-page-section-main {
  background-color: var(--color--head);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 100%;
  padding-top: 16.5rem;
  padding-bottom: 20rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.error-page-main-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-outline {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline:hover {
  color: var(--color--head);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.error-page-main-heading {
  color: var(--color--white);
  margin-bottom: 1.25rem;
  font-size: 13.75rem;
  line-height: 100%;
}

.button-icon-3 {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.text-block-7 {
  text-decoration: none;
}

.navbar-2_404 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--head);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: 0 0% auto;
}

.dropdown_link2 {
  padding-left: 1.875rem;
  transition: all .2s;
  display: block;
}

.dropdown_link2:hover {
  color: var(--color--head);
  background-color: #f5f8f5;
  text-decoration: underline;
  box-shadow: inset 2px 0 #023e8a;
}

.dropdown_link3 {
  padding-left: 1.875rem;
  transition: all .2s;
  display: none;
}

.dropdown_link3:hover {
  color: #38b000;
  background-color: #f5f8f5;
  text-decoration: underline;
  box-shadow: inset 2px 0 #38b000;
}

.button-primery-outline {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: .09375rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primery-outline:hover {
  height: 3.25rem;
  color: var(--color--head);
  background-color: #fff;
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-wrapp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-icon {
  border: .0625rem #000;
  margin-left: .75rem;
}

.button-primary_green {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--head);
  height: 3.25rem;
  color: var(--color--white);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary_green:hover {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--white);
  height: 3.25rem;
  color: var(--color--head);
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary_green.hidden-product {
  border-style: none;
  padding: .3125rem .625rem;
}

.button-primary_green.hidden-product:hover {
  color: var(--color--head);
  background-color: #0000;
}

.bold-description {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.h3 {
  color: var(--color--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}

.heading-product {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 3.75rem;
  display: flex;
}

.buttom-show-on-mob {
  display: none;
}

.product-card {
  width: 100%;
}

.product-card.color-primery {
  color: var(--color--green-black);
  order: 2;
  text-decoration: none;
  overflow: visible;
}

.product-card.color-primery:hover {
  color: var(--color--head);
}

.product-image {
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.product-card-body_top-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: start stretch;
  margin-bottom: .5rem;
  display: grid;
}

.image-box {
  position: relative;
}

.image-box.global-cta {
  flex: 1;
  max-width: 36.1875rem;
  height: 100%;
  position: static;
}

.container {
  width: 100%;
  max-width: 80rem;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-contact {
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  display: flex;
}

.section-inner-2.global-cta {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-line {
  background-color: var(--color--white);
  width: 100%;
  height: .0625rem;
  margin-top: .3rem;
  position: relative;
}

.button-line.lrg-button {
  margin-top: .3rem;
}

.contact-link-wrap {
  flex-wrap: wrap;
  max-width: 56.25rem;
  display: flex;
}

.contact-link {
  border-top: .0625rem solid #f0f0f021;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.button-linear {
  color: var(--color--white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-decoration: none;
  position: relative;
}

.button-linear.contact-cta {
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 500;
}

.button-linear.contact-cta.large {
  color: #fff;
  font-size: 1.6rem;
}

.button-linear.contact-cta.white-text {
  color: #fff;
  font-size: 1.2rem;
}

.contact-adress-text {
  color: var(--color--white);
  margin-bottom: .4375rem;
  font-size: 1.5rem;
  font-style: italic;
}

.contact-info-head {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 400;
}

.contact-info-head.large {
  margin-bottom: 1rem;
  font-weight: 400;
}

.button-line-absolute {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: .0625rem;
  position: absolute;
}

.button-line-absolute._2 {
  background-color: var(--color--white);
}

.contact-info-text {
  font-weight: 500;
  line-height: 120%;
}

.text-block-9 {
  line-height: 120%;
}

.background-prime {
  background-color: #09261d;
}

.background-prime.contact {
  background-color: var(--color--head);
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 90rem;
  max-width: none;
  height: 32.8125rem;
  display: flex;
  position: relative;
}

.contact-content {
  background-color: var(--color--head);
  color: var(--color--white);
  justify-content: center;
  align-items: stretch;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
}

.underline-hidden {
  background-color: var(--color--head);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .09375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.underline-hidden:hover {
  width: 100%;
}

.product-hero-title {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.property-gallery-image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

.product-hero-details {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 26.25rem;
  display: flex;
}

.product-hero-button-wrapper {
  flex: 0 auto;
  min-width: 18.75rem;
}

.property-slider-arrow {
  color: #ff6314;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: .75rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  right: 3.75rem;
}

.property-slider-arrow:hover {
  color: #ff6314;
  background-color: #fff;
}

.property-slider-arrow.arrow-left {
  left: 4.5rem;
  right: auto;
}

.product-hero-price {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 126%;
  display: flex;
}

.product-short-details {
  max-width: 35rem;
  margin-bottom: .375rem;
}

.button-icon-4 {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.product-price-text {
  grid-column-gap: 1.75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-box-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.property-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.product-price-text_item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  display: inline-flex;
}

.section-a-500-mob {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.product-hero-text {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--color--green-black);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  display: flex;
}

.text-span-11 {
  font-size: 1rem;
  font-weight: 600;
}

.product-card-image {
  align-self: center;
  width: 45%;
}

.product-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.product-advantage-content_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.advantage-item_hero-text {
  color: var(--color--white);
  text-transform: capitalize;
  margin-bottom: .75rem;
  font-size: 1.625rem;
  font-weight: 600;
}

.hero-text-advantage {
  max-width: 35.75rem;
  color: var(--color--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.product-card-advantage-wrapper {
  flex-flow: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-advantage-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center start;
  display: grid;
}

.background-primary {
  background-color: #09261d;
}

.background-primary.color-white {
  background-color: var(--color--head);
}

.heading-mask-advantage {
  overflow: hidden;
}

.property-details-feature-text {
  max-width: 15.625rem;
}

.container-6 {
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.advantage-item_image {
  width: 4.375rem;
  margin-top: 1rem;
}

.advantage-item_text-wrapper {
  flex: 1;
}

.section-advantage {
  background-color: var(--color--grey);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-span-12 {
  text-transform: lowercase;
}

.advantage-item_discript-text {
  color: var(--color--white-grey);
}

.button-primary-outline-5 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline-5:hover {
  color: #09261d;
  background-color: #fff;
}

.button-icon-5 {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.button-box-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-consultation {
  background-color: var(--color--white);
}

.div-block-18 {
  height: 100vh;
}

.consultant-hero-text {
  color: var(--color--head);
  font-weight: 500;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  text-transform: lowercase;
}

.link-block-2 {
  cursor: pointer;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
}

.link-block-2:hover {
  text-decoration: none;
}

.link-block-2-copy {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
  position: static;
  top: 5.93706rem;
  left: 10.9943rem;
}

.link-home {
  color: var(--color--grey);
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.link-home:hover {
  color: var(--color--head);
}

.link-home-copy {
  color: var(--color--grey);
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.back-home {
  display: flex;
  position: absolute;
  top: 5.4rem;
}

.button-primary-outline_green {
  border: .09375rem solid var(--color--head);
  height: 3.25rem;
  color: var(--color--head);
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline_green:hover {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--white);
  height: 3.25rem;
  color: var(--color--head);
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-outline_green.hidden-product {
  border-style: none;
  padding: .3125rem .625rem;
}

.button-primary-outline_green.hidden-product:hover {
  color: var(--color--head);
  background-color: #0000;
}

.navbar-dropdown-list-inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.utilities-main-sidebar {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  height: auto;
  display: flex;
  position: sticky;
  top: 4.6875rem;
}

.utilities-section-main {
  border-bottom: .0625rem solid #000;
}

.navbar-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}

.dropdown-link {
  color: #09261d;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 133%;
  transition: color .5s;
}

.dropdown-link:hover {
  color: #ff6314;
}

.footer-2 {
  padding-top: 6.25rem;
}

.utilities-hero-text {
  max-width: 33.75rem;
  color: var(--color--white-grey);
  margin-bottom: 1.5rem;
}

.dropdown-label-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.link-global-2 {
  color: #56595a;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  transition: color .5s;
}

.link-global-2:hover {
  color: #ff6314;
}

.navbar-dropdown-label {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menus {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-details-2 {
  flex: 1;
  max-width: 20.625rem;
}

.footer-link-column {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.button-secondary-solid {
  color: #fff;
  white-space: nowrap;
  background-color: #ff6314;
  border-radius: 6.1875rem;
  justify-content: flex-start;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  line-height: 140%;
  display: inline-flex;
}

.navbar-extra {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom {
  border-top: .0625rem solid #56595a80;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.button-primary-outline-6 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline-6:hover {
  color: #09261d;
  background-color: #fff;
}

.navbar-link {
  color: #fff;
  font-size: 1.125rem;
  transition: color .5s;
}

.navbar-link:hover {
  color: #ff6314;
}

.navbar-link.brand-mobile {
  display: none;
}

.navbar-dropdown-list {
  background-color: #f7f5f0;
  border-radius: 1rem;
  padding: 2rem;
}

.navbar-dropdown-list.w--open {
  top: 150%;
  right: 0%;
}

.footer-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  border-top: .0625rem solid #56595a80;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.footer-column-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.navbar-brand-image {
  width: 10.3125rem;
}

.footer-details-text-2 {
  margin-bottom: 1.5rem;
}

.footer-social-icon-item-2 {
  color: #0d0e13;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  transition: color .5s;
  display: inline-flex;
}

.footer-social-icon-item-2:hover {
  color: #ff6314;
}

.footer-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-hero-heading {
  color: var(--color--white);
  margin-bottom: 1.25rem;
  font-family: Oswald, sans-serif;
}

.footer-text-2 {
  color: #56595a;
  font-weight: 500;
  line-height: 155%;
}

.cover-image {
  object-fit: cover;
  height: 100%;
}

.navbar-close {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.container-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-menus-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  display: flex;
}

.navbar-toogler-bar {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 100%;
  min-width: 1.5rem;
  height: .125rem;
}

.utilities-main-inner {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar-2 {
  z-index: 999;
  margin-top: .625rem;
  position: absolute;
  inset: 0 0% auto;
}

.footer-cta-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
}

.utilities-section-block-title {
  color: var(--color--green-black);
  margin-bottom: 1.25rem;
}

.utilities-section-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-inner-2 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  margin-bottom: 3.75rem;
  display: flex;
}

.dropdown-link-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.utilities-main-aside {
  flex: 1;
  max-width: 15rem;
  position: relative;
}

.utilities-single-section-block {
  background-color: var(--color--white-grey);
  border-radius: 1rem;
  flex-flow: column;
  padding: 3.125rem;
  display: flex;
}

.utilities-sidebar-link {
  color: #56595a;
  border: .0625rem solid #56595a;
  border-radius: 6.1875rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

.utilities-sidebar-link.w--current {
  border-color: var(--color--white-grey);
  background-color: var(--color--head);
  color: #fff;
}

.utilities-main-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.paragraph-5 {
  color: var(--color--green-black);
}

.modal-wrapper {
  position: relative;
}

.modal-mob {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.substrate-modal-new {
  z-index: -1;
  background-color: #05334b80;
  position: absolute;
  inset: 0%;
}

.image-close-modal-new {
  cursor: pointer;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.modal-question {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.massage {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 9.375rem;
  min-height: 9.375rem;
  margin-bottom: 0;
  padding-top: 1.125rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.massage:hover {
  box-shadow: none;
  border-color: #38b000;
}

.massage:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.massage::placeholder {
  color: #05334b73;
}

.global-form-1st_line-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 35rem;
  display: flex;
}

.input-wrapper-4-copy {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  height: 9.375rem;
  margin-bottom: .75rem;
  display: flex;
  position: relative;
}

.input-wrapper-4-copy._15p-right {
  flex: 1;
  width: auto;
}

.submit-question {
  background-color: var(--color--head);
  text-transform: uppercase;
  border-radius: .25rem;
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: .9375rem;
  font-weight: 400;
  display: inline-flex;
}

.form-block-question {
  background-color: #fff;
  border: .0625rem solid #0d0e1326;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 74%;
  left: auto;
  right: auto;
  box-shadow: 4px 4px .5rem #0000000d;
}

.image-close-question {
  cursor: pointer;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.substrate-question {
  z-index: -1;
  background-color: #05334b80;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--color--white);
  text-align: center;
  line-height: 120%;
  text-decoration: none;
}

.discription-about-price {
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 8.75rem;
  font-size: 1rem;
}

.discription-about-price._1st {
  margin-top: 0;
}

.text-discript {
  font-size: .85rem;
  display: none;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .625rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.price-bold {
  margin-bottom: 0;
  font-weight: 600;
}

.price-regular {
  margin-bottom: 0;
  font-weight: 400;
}

.deliver-text {
  font-size: 1rem;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 2.5rem;
  display: grid;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
}

.navbar-dropdown-list-inner-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.section-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-inner-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}

.dropdown-link-6 {
  color: #09261d;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 133%;
  transition: color .5s;
}

.dropdown-link-6:hover {
  color: #ff6314;
}

.dropdown-label-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar-dropdown-label-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menus-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-extra-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-outline-7 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary-outline-7:hover {
  color: #09261d;
  background-color: #fff;
}

.navbar-link-2 {
  color: #fff;
  font-size: 1.125rem;
  transition: color .5s;
}

.navbar-link-2:hover {
  color: #ff6314;
}

.navbar-link-2.brand-mobile {
  display: none;
}

.navbar-dropdown-list-2 {
  background-color: #f7f5f0;
  border-radius: 1rem;
  padding: 2rem;
}

.navbar-dropdown-list-2.w--open {
  top: 150%;
  right: 0%;
}

.navbar-brand-image-2 {
  width: 10.3125rem;
}

.button-icon-6 {
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.navbar-close-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.container-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-menus-list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-box-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-toogler-bar-2 {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 100%;
  min-width: 1.5rem;
  height: .125rem;
}

.navbar-open-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.navbar-3 {
  z-index: 999;
  margin-top: .625rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

.dropdown-link-column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.navbar-iteml-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-testimony-slider-text-2 {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 130%;
}

.testimony-slider-arrow-2 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 31.25rem 0 auto;
}

.testimony-slider-arrow-2:hover {
  color: #38b000;
  background-color: #fff;
}

.testimony-slider-arrow-2.arrow-left {
  border-radius: .25rem;
  margin-right: 4.5rem;
  bottom: 0;
}

.testimony-card-2 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 41.25rem;
  display: flex;
}

.testimony-slider-mask-2 {
  position: static;
}

.home-testimony-slider-text-3 {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 130%;
}

.testimony-slider-arrow-3 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 31.25rem 0 auto;
}

.testimony-slider-arrow-3:hover {
  color: #38b000;
  background-color: #fff;
}

.testimony-slider-arrow-3.arrow-left {
  border-radius: .25rem;
  margin-right: 4.5rem;
  bottom: 0;
}

.testimony-slider-mask-3 {
  position: static;
}

.home-testimony-slider-text-4 {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 130%;
}

.testimony-slider-arrow-4 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 31.25rem 0 auto;
}

.testimony-slider-arrow-4:hover {
  color: #38b000;
  background-color: #fff;
}

.testimony-slider-arrow-4.arrow-left {
  border-radius: .25rem;
  margin-right: 4.5rem;
  bottom: 0;
}

.home-testimony-slider-text-5 {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 130%;
}

.testimony-slider-arrow-5 {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 31.25rem 0 auto;
}

.testimony-slider-arrow-5:hover {
  color: #38b000;
  background-color: #fff;
}

.testimony-slider-arrow-5.arrow-left {
  border-radius: .25rem;
  margin-right: 4.5rem;
  bottom: 0;
}

.testimomy-slider-mob {
  background-color: #0000;
  height: auto;
  display: none;
}

.testimomy-slider-copy {
  background-color: #0000;
  height: auto;
}

.bold-text {
  font-weight: 500;
  line-height: 115%;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.faq-label-icon-2 {
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  display: flex;
}

.price-mob {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template: ". . ."
                 "Area-2 Area-2 Area-2"
                 ". . ."
                 "Area-3 Area-3 Area-3"
                 ". . ."
                 "Area-4 Area-4 Area-4"
                 ". . ."
                 "Area-5 Area-5 Area-5"
                 ". . ."
                 "Area-6 Area-6 Area-6"
                 ". . ."
                 "Area-7 Area-7 Area-7"
                 ". . ."
                 "Area-8 Area-8 Area-8"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 2.5rem;
  display: none;
  overflow: hidden;
}

.accordion-label-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem 0;
  font-size: 1.875rem;
  display: flex;
}

.faq-icon-bar-2 {
  background-color: var(--color--head);
  width: 1.375rem;
  height: .09375rem;
}

.faq-icon-bar-2._2 {
  background-color: var(--color--head);
  position: absolute;
  transform: rotate(90deg);
}

.faq-label-title-2 {
  white-space: pre-wrap;
  max-width: 80%;
  font-weight: 500;
  line-height: 125%;
}

.accordion-pane-2 {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: clip;
}

.faq-accordion {
  border-bottom: .0625rem solid #09261d26;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-accordion.hiddin {
  display: none;
}

.faq-accordion-details-text-2 {
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}

.logos {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.price-desktop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
                 "Area-2"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 2.5rem;
  display: grid;
  overflow: hidden;
}

.price-regular-none {
  color: #3330;
  margin-bottom: 0;
  font-weight: 400;
}

.price-regular-copy {
  margin-bottom: 0;
  font-weight: 400;
}

.price-regular-semibold {
  margin-bottom: 0;
  font-weight: 600;
}

.price-medium {
  margin-bottom: 0;
  font-weight: 500;
}

.price-mobile {
  display: none;
}

.price-mob-medium-copy, .price-medium-mob {
  margin-bottom: 0;
  font-weight: 500;
}

.faq-accordion-details-text-2-mob {
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}

.modal- {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.input-9 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.input-9:hover {
  box-shadow: none;
  border-color: #38b000;
}

.input-9:focus {
  color: #05334b;
  border: .0625rem solid #38b000;
}

.input-9::placeholder {
  color: #05334b73;
}

.text-block-10 {
  color: #38b000;
}

.input-10 {
  color: #05334b;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 1;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.input-10:hover {
  box-shadow: none;
  border-color: #38b000;
}

.input-10:focus {
  border: .0625rem solid #38b000;
}

.input-10::placeholder {
  color: #6e6e6e;
}

.input-11 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 0 auto;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.input-11:hover {
  box-shadow: none;
  border-color: #38b000;
}

.input-11:focus {
  color: #05334b;
  border: .0625rem solid #38b000;
}

.input-11::placeholder {
  color: #05334b73;
}

.submit-2 {
  text-transform: uppercase;
  background-color: #009c4d;
  border-radius: .25rem;
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: .9375rem;
  font-weight: 400;
  display: inline-flex;
}

.input-wrapper-7 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-bottom: .75rem;
  display: flex;
  position: relative;
}

.div-block-22 {
  border: .0625rem solid #d7d7d7;
  border-radius: .25rem;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  height: 4rem;
  padding: .5rem;
  transition: box-shadow .2s, border-color .2s cubic-bezier(.645, .045, .355, 1), padding .2s cubic-bezier(.785, .135, .15, .86);
  display: block;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.div-block-22:hover {
  border-color: #38b000;
  padding: 0;
}

.price-grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  display: grid;
}

.form-3 {
  margin: 2.5rem;
  display: block;
}

.modal {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.input-wrapper-8 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-bottom: .75rem;
  display: flex;
  position: relative;
}

.input-wrapper-8._15p-right {
  flex: 1;
  width: auto;
}

.drop-submit-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 4.6rem;
  margin-top: 1.5rem;
  display: flex;
}

.global-form-1st_line-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 51.6875rem;
  display: flex;
}

.ms-radio-wrap-3 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ms-radio-wrap-3:hover {
  pointer-events: auto;
}

.input-wrapper-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  height: 5rem;
  display: flex;
  position: relative;
}

.input-12 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.input-12:hover {
  box-shadow: none;
  border-color: #38b000;
}

.input-12:focus {
  color: #05334b;
  border: .0625rem solid #38b000;
}

.input-12::placeholder {
  color: #05334b73;
}

.order-form-desctop {
  background-color: #fff;
  border: .0625rem solid #0d0e1326;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 74%;
  left: auto;
  right: auto;
  box-shadow: 4px 4px .5rem #0000000d;
}

.nav-mob {
  z-index: 999;
  margin-top: .625rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

.section-3a-500-mob {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container_medium-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  overflow: visible;
}

.back-home-2 {
  margin-left: 110px;
  display: flex;
  position: absolute;
  top: 5.4rem;
  left: 2.5rem;
}

.product-hero-price-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 126%;
  display: none;
}

.text-span-17 {
  font-size: 1rem;
  font-weight: 600;
}

.product-hero-title-2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.link-home-copy-2 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.product-short-details-2 {
  max-width: 35rem;
  margin-bottom: .375rem;
}

.product-card-image-2 {
  align-self: center;
  width: 40%;
}

.button-primary_green-2 {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--head);
  color: #fff;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  margin-top: 1.5rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary_green-2:hover {
  border: .09375rem solid var(--color--head);
  height: 3.25rem;
  color: var(--color--head);
  background-color: #fff;
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.product-hero-text-2 {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  color: #05334b;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  display: flex;
}

.link-home-2 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.link-home-2:hover {
  color: #009c4d;
}

.description-head-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #05334b;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 134%;
  display: flex;
}

.section-2a-500 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-18 {
  font-size: 1rem;
  font-weight: 600;
}

.product-hero-title-3 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.link-home-copy-3 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.product-card-image-3 {
  align-self: center;
  width: 40%;
}

.button-primary_green-3 {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--head);
  color: #fff;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  margin-top: 1.5rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary_green-3:hover {
  color: #009c4d;
  background-color: #fff;
  border: .09375rem solid #009c4d;
  border-radius: .25rem;
  height: 3.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.product-hero-text-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #05334b;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  display: flex;
}

.link-home-3 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.link-home-3:hover {
  color: #009c4d;
}

.description-head-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #05334b;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 134%;
  display: flex;
}

.section-b-400 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-19 {
  font-size: 1rem;
  font-weight: 600;
}

.product-hero-title-4 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.link-home-copy-4 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.product-card-image-4 {
  align-self: center;
  width: 45%;
}

.button-primary_green-4 {
  color: #fff;
  cursor: pointer;
  background-color: #009c4d;
  border: .09375rem solid #009c4d;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  margin-top: 1.5rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-flex;
}

.button-primary_green-4:hover {
  color: #009c4d;
  background-color: #fff;
  border: .09375rem solid #009c4d;
  border-radius: .25rem;
  height: 3.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.product-hero-text-4 {
  color: #05334b;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  display: flex;
}

.link-home-4 {
  color: #3b4b58;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.link-home-4:hover {
  color: #009c4d;
}

.description-head-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #05334b;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 134%;
  display: flex;
}

.section-2a-500-mob {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-3a-500 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-question-mob {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-primary_green-mob {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--head);
  height: 3.25rem;
  color: var(--color--white);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: none;
}

.button-primary_green-mob:hover {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--white);
  height: 3.25rem;
  color: var(--color--head);
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary_green-mob.hidden-product {
  border-style: none;
  padding: .3125rem .625rem;
}

.button-primary_green-mob.hidden-product:hover {
  color: var(--color--head);
  background-color: #0000;
}

.button-primary-outline_green-mob {
  border: .09375rem solid var(--color--head);
  height: 3.25rem;
  color: var(--color--head);
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: .9375rem 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: none;
}

.button-primary-outline_green-mob:hover {
  border: .09375rem solid var(--color--head);
  background-color: var(--color--white);
  height: 3.25rem;
  color: var(--color--head);
  border-radius: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-outline_green-mob.hidden-product {
  border-style: none;
  padding: .3125rem .625rem;
}

.button-primary-outline_green-mob.hidden-product:hover {
  color: var(--color--head);
  background-color: #0000;
}

.substrate-question-mob {
  z-index: -1;
  background-color: #05334b80;
  position: absolute;
  inset: 0%;
}

.image-close-question-mob {
  cursor: pointer;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.div-block-23, .product-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ship-radio-wrap-mob {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ship-radio-wrap-mob:hover {
  pointer-events: auto;
}

.quest-input-name {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.quest-input-name:hover {
  box-shadow: none;
  border-color: #38b000;
}

.quest-input-name:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.quest-input-name::placeholder {
  color: #05334b73;
}

.quest-input-phone {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 0 auto;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.quest-input-phone:hover {
  box-shadow: none;
  border-color: #38b000;
}

.quest-input-phone:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.quest-input-phone::placeholder {
  color: #05334b73;
}

.quest-massage {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 9.375rem;
  min-height: 9.375rem;
  margin-bottom: 0;
  padding-top: 1.125rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.quest-massage:hover {
  box-shadow: none;
  border-color: #38b000;
}

.quest-massage:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.quest-massage::placeholder {
  color: #05334b73;
}

.order-input-name-mob {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  overflow: clip;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-name-mob:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-name-mob:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-name-mob::placeholder {
  color: #05334b73;
}

.order-input-phone-mob {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 0 auto;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-phone-mob:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-phone-mob:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-phone-mob::placeholder {
  color: #05334b73;
}

.order-input-sko-ko-mob {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.order-input-sko-ko-mob:hover {
  box-shadow: none;
  border-color: #38b000;
}

.order-input-sko-ko-mob:focus {
  color: var(--color--green-black);
  border: .0625rem solid #38b000;
}

.order-input-sko-ko-mob::placeholder {
  color: #05334b73;
}

.type {
  color: #05334b;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 1;
  height: 4rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.type:hover {
  box-shadow: none;
  border-color: #38b000;
}

.type:focus {
  border: .0625rem solid #38b000;
}

.type::placeholder {
  color: #6e6e6e;
}

.type-mob {
  height: 4rem;
  color: var(--color--green-black);
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d7d7d7;
  border-radius: .375rem;
  flex: 1;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 1.125rem;
  font-size: .9375rem;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px .375rem -.125rem #0150231a;
}

.type-mob:hover {
  box-shadow: none;
  border-color: #38b000;
}

.type-mob:focus {
  border: .0625rem solid #38b000;
}

.type-mob::placeholder {
  color: #6e6e6e;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.bg {
  background-image: linear-gradient(90deg, #ffffffbf, #fff0 15% 50%, #fffefe00 85%, #ffffffbf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-25 {
  width: 44px;
  height: 44px;
}

.image-8 {
  width: 100%;
}

.h2-logo {
  color: var(--color--green-black);
  flex: 1;
  margin-top: 0;
  padding-bottom: .3125rem;
  font-family: Oswald, sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 100%;
}

.h2-logo.white {
  color: var(--color--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.image-9 {
  width: auto;
  max-width: none;
  height: 80px;
}

.link-2 {
  color: var(--color--green-black);
  font-weight: 500;
  text-decoration: underline;
}

.image-11, .image-12 {
  height: 80px;
}

@media screen and (max-width: 991px) {
  .image-wrap.home-hero {
    flex-basis: auto;
  }

  .image-wrap.home-about {
    flex-basis: 25rem;
  }

  .image-wrap.home-testimony {
    align-self: flex-start;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-wrapper {
    flex-flow: column;
    display: flex;
  }

  .nav-close_icon {
    width: 1.875rem;
  }

  .nav-menu {
    z-index: 3;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding-top: 1.25rem;
    padding-left: 1rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(100%);
  }

  .nav-logo {
    z-index: 2;
  }

  .nav-close {
    z-index: 10;
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    color: #0d0e13;
    background-color: #0000;
    flex-flow: column;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    position: absolute;
    inset: 1.25rem 1.25rem auto auto;
  }

  .nav_inner {
    grid-template-columns: 1fr 2fr;
  }

  .navbar-open {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    background-color: #0000;
    flex-flow: column;
    padding: .625rem;
    display: flex;
    position: relative;
  }

  .navbar {
    margin-top: .625rem;
    display: flex;
  }

  .footer {
    padding-top: 5rem;
  }

  .footer-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 3.75rem;
  }

  .footer-social-icons {
    margin-bottom: 1.875rem;
  }

  .footer-link-wrap {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .hero-image {
    width: 500px;
  }

  .section-padding.padding-188x150 {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section-padding.padding-120x120, .section-padding.padding-150x150 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section-padding.padding-200x100 {
    padding-top: 9.375rem;
    padding-bottom: 5rem;
  }

  .margin-bottom.margin-40px {
    margin-bottom: 1.875rem;
  }

  .margin-bottom.margin-60px {
    margin-bottom: 2.5rem;
  }

  .position-absolute.home-about-image-card {
    bottom: -10%;
  }

  .icon-content.home-about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-box.home-about {
    flex: 18.75rem;
  }

  .content-box.global-cta {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .home-about-icon-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-inner.home-about {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-inner.home-testimony {
    flex-flow: wrap;
  }

  .div-wrapper-product {
    flex-flow: column;
  }

  .heading-mask {
    max-width: none;
  }

  .dropdown-icon-label {
    font-size: 1rem;
  }

  .product-price {
    font-size: 1.125rem;
  }

  .icon-wrapper {
    width: 3.125rem;
    height: 3.125rem;
    display: none;
  }

  .property_name {
    font-size: 1.5rem;
  }

  .description-head {
    font-size: 1.125rem;
  }

  .home-testimony-slider-text {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  .header {
    flex-flow: column;
    margin-bottom: 2.5rem;
  }

  .header.home-faq {
    text-align: left;
    justify-content: flex-start;
  }

  .testimony-slider-mask {
    padding-bottom: 4.375rem;
  }

  .testimony-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-testimony-author-name {
    font-size: 1.25rem;
  }

  .testimony-slider-arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    inset: auto auto 0% 3.75rem;
  }

  .testimony-slider-arrow.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .arrow {
    max-width: 1.25rem;
  }

  .accordion-label {
    padding-top: .625rem;
    padding-bottom: 1.25rem;
  }

  .faq-icon-bar {
    width: 1.25rem;
  }

  .faq-label-title {
    font-size: 1.5rem;
  }

  .accordion-pane {
    font-size: 1rem;
  }

  .error-page-main-text {
    margin-bottom: 1.5rem;
  }

  .error-page-main-heading {
    margin-bottom: 1rem;
    font-size: 11.25rem;
  }

  .navbar-2_404 {
    margin-top: .625rem;
  }

  .heading-product {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .product-image {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
  }

  .product-card-body_top-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-box.global-cta {
    max-width: 16.25rem;
  }

  .section-inner-2.global-cta {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .product-hero-title {
    margin-bottom: 1.5rem;
  }

  .property-gallery-image-wrapper {
    border-radius: .625rem;
  }

  .product-hero-button-wrapper {
    max-width: 45rem;
  }

  .property-slider-arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    right: 1.875rem;
  }

  .property-slider-arrow.arrow-left {
    left: 1.875rem;
  }

  .product-short-details {
    margin-bottom: 1.5rem;
  }

  .product-hero-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .advantage-item_hero-text {
    font-size: 1.5rem;
  }

  .hero-text-advantage {
    max-width: 29.375rem;
    margin-bottom: 1.875rem;
  }

  .product-advantage-content {
    grid-template-columns: minmax(15.625rem, 1fr) minmax(15.625rem, 1fr);
  }

  .heading-mask-advantage {
    max-width: none;
  }

  .navbar-close-icon {
    width: 1.875rem;
  }

  .navbar-dropdown-list-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .dropdown-link {
    font-size: 1.375rem;
  }

  .footer-2 {
    padding-top: 5rem;
  }

  .dropdown-label-icon {
    font-size: 1rem;
  }

  .navbar-dropdown-label {
    color: #0d0e13;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .navbar-menus {
    z-index: 3;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding-top: 1.25rem;
    padding-left: 1rem;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(100%);
  }

  .navbar-link {
    color: #0d0e13;
    font-size: 1.5rem;
  }

  .navbar-link.brand-mobile {
    display: block;
  }

  .navbar-dropdown-list {
    background-color: #0000;
    padding: 1.5rem;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    border-radius: .625rem;
  }

  .footer-cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar-brand {
    z-index: 2;
  }

  .navbar-close {
    z-index: 10;
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    color: #0d0e13;
    background-color: #0000;
    flex-flow: column;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    position: absolute;
    inset: 1.25rem 1.25rem auto auto;
  }

  .navbar-menus-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .navbar-2 {
    margin-top: .625rem;
  }

  .utilities-section-block-title {
    margin-bottom: .75rem;
  }

  .footer-inner-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 3.75rem;
  }

  .utilities-main-aside {
    display: none;
  }

  .utilities-single-section-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    border-radius: .625rem;
    padding: 2rem 1rem;
  }

  .utilities-main-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .navbar-close-icon-2 {
    width: 1.875rem;
  }

  .navbar-dropdown-list-inner-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .dropdown-link-6 {
    font-size: 1.375rem;
  }

  .dropdown-label-icon-2 {
    font-size: 1rem;
  }

  .navbar-dropdown-label-2 {
    color: #0d0e13;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .navbar-menus-2 {
    z-index: 3;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding-top: 1.25rem;
    padding-left: 1rem;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(100%);
  }

  .navbar-link-2 {
    color: #0d0e13;
    font-size: 1.5rem;
  }

  .navbar-link-2.brand-mobile {
    display: block;
  }

  .navbar-dropdown-list-2 {
    background-color: #0000;
    padding: 1.5rem;
    position: static;
  }

  .navbar-dropdown-list-2.w--open {
    border-radius: .625rem;
  }

  .navbar-close-2 {
    z-index: 10;
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    color: #0d0e13;
    background-color: #0000;
    flex-flow: column;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    position: absolute;
    inset: 1.25rem 1.25rem auto auto;
  }

  .navbar-menus-list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-open-2 {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    background-color: #0000;
    flex-flow: column;
    padding: .625rem;
    display: flex;
    position: relative;
  }

  .navbar-3 {
    margin-top: .625rem;
  }

  .home-testimony-slider-text-2 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  .testimony-slider-arrow-2 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    inset: auto auto 0% 3.75rem;
  }

  .testimony-slider-arrow-2.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .testimony-card-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimony-slider-mask-2 {
    padding-bottom: 4.375rem;
  }

  .home-testimony-slider-text-3 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  .testimony-slider-arrow-3 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    inset: auto auto 0% 3.75rem;
  }

  .testimony-slider-arrow-3.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .testimony-slider-mask-3 {
    padding-bottom: 4.375rem;
  }

  .home-testimony-slider-text-4 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  .testimony-slider-arrow-4 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    inset: auto auto 0% 3.75rem;
  }

  .testimony-slider-arrow-4.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .home-testimony-slider-text-5 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  .testimony-slider-arrow-5 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    inset: auto auto 0% 3.75rem;
  }

  .testimony-slider-arrow-5.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .accordion-label-2 {
    padding-top: .625rem;
    padding-bottom: 1.25rem;
  }

  .faq-icon-bar-2 {
    width: 1.25rem;
  }

  .faq-label-title-2 {
    font-size: 1.5rem;
  }

  .accordion-pane-2 {
    font-size: 1rem;
  }

  .nav-mob {
    margin-top: .625rem;
  }

  .product-hero-title-2, .product-short-details-2 {
    margin-bottom: 1.5rem;
  }

  .product-hero-text-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .description-head-2 {
    font-size: 1.125rem;
  }

  .product-hero-title-3 {
    margin-bottom: 1.5rem;
  }

  .product-hero-text-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .description-head-3 {
    font-size: 1.125rem;
  }

  .product-hero-title-4 {
    margin-bottom: 1.5rem;
  }

  .product-hero-text-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .description-head-4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .image-wrap.home-testimony {
    flex: 0 auto;
  }

  .container_medium {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container_medium.head {
    flex: 0 auto;
    min-width: 100%;
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo {
    width: 7.5rem;
  }

  .nav_inner {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .footer {
    padding-top: 3.75rem;
  }

  .footer-inner {
    flex-flow: column;
    margin-bottom: 2.5rem;
  }

  .footer-buttom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-link-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .hero-image {
    width: 341px;
    height: auto;
  }

  .global-padding {
    flex-flow: column;
  }

  .container_logos, .section-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding.padding-188x150 {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .section-padding.padding-120x120, .section-padding.padding-150x150 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section-padding.padding-200x100 {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .margin-bottom.margin-40px {
    margin-bottom: 1.5rem;
  }

  .margin-bottom.margin-60px {
    margin-bottom: 1.875rem;
  }

  .position-absolute.home-about-image-card {
    width: auto;
    max-width: 40%;
    bottom: -6%;
    right: -4%;
  }

  .body-text_18px {
    font-size: 1rem;
    line-height: 150%;
  }

  .icon-content.home-about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-box.global-cta {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }

  .home-about-icon-title {
    font-size: 1.5rem;
  }

  .section-inner {
    width: 100%;
  }

  .section-inner.home-about {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    display: flex;
  }

  .section-inner.home-testimony {
    flex-flow: column;
  }

  .image-7 {
    width: auto;
    height: auto;
  }

  .div-wrapper-product {
    flex-flow: column;
  }

  .reveal-image {
    height: auto;
  }

  .body-text_14px {
    font-size: .875rem;
  }

  .header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimony-slider-mask {
    padding-bottom: 4.375rem;
  }

  .testimony-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .home-testimony-author-name {
    font-size: 1.125rem;
  }

  .testimony-slider-content {
    justify-content: space-between;
    align-items: center;
  }

  .faq-label-title {
    font-size: 1.375rem;
  }

  .faq-accordion-details-text {
    font-size: 1rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .error-page-main-heading {
    font-size: 10rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .heading-product {
    margin-bottom: 1.875rem;
  }

  .product-image {
    aspect-ratio: 16 / 9;
  }

  .product-card-body_top-row {
    flex-flow: row;
  }

  .image-box.global-cta {
    max-width: none;
  }

  .section-inner-2.global-cta {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .button-linear.contact-cta.large, .contact-adress-text {
    font-size: 1.2rem;
  }

  .product-hero-details, .product-hero-button-wrapper {
    min-width: auto;
  }

  .product-hero-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product-advantage-content_item {
    flex-flow: column;
  }

  .hero-text-advantage {
    text-align: left;
    max-width: 23.75rem;
    margin-left: 0;
  }

  .product-advantage-content {
    grid-template-columns: 1fr 1fr;
  }

  .footer-2 {
    padding-top: 3.75rem;
  }

  .navbar-extra {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-cta {
    flex-flow: wrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-brand-image {
    width: 7.5rem;
  }

  .footer-links-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .footer-cta-title, .utilities-section-block-title {
    font-size: 1.5rem;
  }

  .footer-inner-2 {
    flex-flow: column;
    margin-bottom: 2.5rem;
  }

  .utilities-single-section-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-button {
    display: none;
  }

  .section-padding-2 {
    background-color: var(--color--head);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-2 {
    width: 100%;
  }

  .navbar-extra-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar-brand-image-2 {
    width: 7.5rem;
  }

  .navbar-open-2 {
    padding-right: 0;
  }

  .navbar-3 {
    display: flex;
  }

  .testimony-card-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .testimony-slider-mask-2, .testimony-slider-mask-3 {
    padding-bottom: 4.375rem;
  }

  .faq-label-title-2 {
    font-size: 1.375rem;
  }

  .faq-accordion-details-text-2, .faq-accordion-details-text-2-mob {
    font-size: 1rem;
  }

  .container_medium-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-hero-text-2, .product-hero-text-3, .product-hero-text-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .drop-submit-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .global-form-1st_line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .submit {
    justify-content: center;
    align-items: center;
  }

  .image-wrap.home-hero {
    flex: 0 auto;
    align-self: center;
  }

  .image-wrap.home-about {
    flex-basis: auto;
  }

  .hero-text {
    margin-bottom: 1rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .container_medium {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .container_medium.product {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .container_medium.head {
    flex: 1;
  }

  .container_medium.advantage {
    margin-left: 0;
    margin-right: 0;
  }

  .button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-container.footer-mob {
    display: flex;
  }

  .div-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .logo {
    width: 7.5rem;
  }

  .logo.succses {
    vertical-align: baseline;
    height: auto;
    padding-top: 20px;
  }

  .nav-logo {
    flex: 0 auto;
    align-self: auto;
  }

  .nav_inner {
    justify-content: center;
    place-items: center stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    display: none;
  }

  .footer {
    padding-top: 0;
  }

  .footer-details {
    width: 100%;
    max-width: none;
  }

  .footer-buttom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-details-text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-link {
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .footer-text {
    align-self: stretch;
    width: 100%;
  }

  .footer-logos {
    margin-bottom: 1rem;
  }

  .footer-social-icons {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .footer-link-wrap {
    flex-flow: wrap;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 1rem;
  }

  .region-radio-wrap-mob {
    align-items: flex-start;
    min-width: 7.9375rem;
    display: flex;
  }

  .form-2 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 1.5rem auto .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .input-wrapper-4 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .input-wrapper-4._15p-right, .order-input-sko-ko {
    align-self: stretch;
  }

  .input-wrapper-5, .input-6 {
    width: 100%;
  }

  .form-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
  }

  .input-wrapper-6 {
    align-self: stretch;
  }

  .order-input-name {
    align-self: auto;
    height: 4rem;
  }

  .div-block-16 {
    align-self: flex-start;
    width: 100%;
  }

  .price-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 6.25rem;
    min-width: 100%;
    display: flex;
    overflow: visible;
  }

  .button {
    flex: 0 auto;
  }

  .section-hero {
    height: 39.375rem;
  }

  .global-padding {
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
  }

  .global-padding._100vh {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }

  .global-padding.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .global-padding.product {
    min-width: auto;
  }

  .global-padding.hidden {
    min-width: auto;
    overflow: visible;
  }

  .logo-image.oldi {
    height: 2rem;
  }

  .logo-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    overflow: visible;
  }

  .container_logos {
    padding-left: 0;
    padding-right: 0;
  }

  .global-padding_logos {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    overflow: hidden;
  }

  .section-about {
    display: block;
  }

  .body-text_16px {
    font-size: .875rem;
  }

  .section-padding.padding-188x150 {
    padding-top: 5.625rem;
  }

  .section-padding.padding-200x100 {
    padding-top: 6.25rem;
  }

  .margin-bottom.margin-60px {
    margin-bottom: 1.5rem;
  }

  .position-absolute.home-about-image-card {
    width: 5.625rem;
    height: 5.625rem;
    right: -4%;
    overflow: hidden;
  }

  .body-text_18px {
    font-size: .875rem;
  }

  .content-box.global-cta {
    justify-content: center;
    align-items: center;
  }

  .section-inner {
    width: 100%;
    overflow: hidden;
  }

  .section-inner.home-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .image-6 {
    height: auto;
  }

  .image-7 {
    width: 5.625rem;
    height: 5.625rem;
  }

  .span-logo-bold {
    font-size: 1.5rem;
  }

  .span-logo-light {
    font-size: 1.7rem;
  }

  .section-product {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    overflow: hidden;
  }

  .div-wrapper-product {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: none;
    align-self: auto;
  }

  .heading-mask {
    justify-content: space-between;
    align-items: center;
  }

  .product-card-body_buttom-row {
    flex-flow: wrap;
  }

  .reveal-image-trigger {
    overflow: hidden;
  }

  .reveal-image {
    aspect-ratio: auto;
    object-fit: fill;
    height: 13.9375rem;
    overflow: visible;
  }

  .icon-wrapper {
    width: 2.875rem;
    height: 2.875rem;
  }

  .property_name {
    max-width: none;
    font-size: 1.25rem;
  }

  .description-head {
    align-self: flex-start;
    font-size: 1rem;
  }

  .home-testimony-slider-text {
    margin-bottom: 0;
    font-size: .85rem;
    font-style: italic;
  }

  .header {
    margin-bottom: 1.5rem;
  }

  .header.home-faq {
    width: auto;
    overflow: visible;
  }

  .testimony-slider-mask {
    padding-bottom: 0;
  }

  .testimony-card {
    flex-flow: column;
  }

  .testimony-slider-arrow {
    background-color: var(--color--head);
    inset: 11.25rem 0% 0% auto;
  }

  .testimony-slider-arrow:hover {
    background-color: var(--color--head);
    color: var(--color--white);
  }

  .testimony-slider-arrow.arrow-left {
    background-color: var(--color--head);
    color: var(--color--white);
    inset: 11.25rem auto 0% 0%;
  }

  .section-testimony {
    flex: 0 auto;
    align-self: center;
  }

  .conteiner-small {
    flex-flow: row;
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .faq-icon-bar {
    width: 1rem;
  }

  .section-content {
    overflow: visible;
  }

  .section-faq {
    flex-flow: row;
    flex: 1;
    order: 0;
    align-self: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .faq-head-text {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    max-width: 80%;
    font-size: 1.35rem;
    line-height: 120%;
    display: flex;
    overflow: visible;
  }

  .h2, .h2.white {
    font-size: 1.875rem;
  }

  .h1 {
    text-align: left;
    font-size: 2.1875rem;
  }

  .error-page-main-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error-page-main-inner.color-white {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .error-page-main-heading {
    font-size: 7.5rem;
  }

  .button-primary_green {
    width: 100%;
    display: none;
  }

  .button-primary_green.question {
    display: flex;
  }

  .bold-description {
    font-size: 1.35rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .buttom-show-on-mob {
    margin-top: 1.875rem;
    display: block;
  }

  .product-card-body_top-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .footer-text-link, .section-contact {
    align-self: center;
  }

  .contact-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .contact-link {
    border-top-style: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-linear.contact-cta.large {
    font-size: .9rem;
  }

  .button-linear.contact-cta.white-text {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    font-size: .9rem;
    display: flex;
  }

  .contact-adress-text {
    text-align: center;
    font-size: 1rem;
  }

  .button-line-absolute._2 {
    position: static;
  }

  .contact-info-text {
    font-size: 1rem;
  }

  .background-prime.contact {
    object-fit: fill;
    width: 100%;
    min-width: auto;
    height: 23.1rem;
  }

  .contact-content {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .product-hero-title {
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 2rem;
    display: flex;
  }

  .product-hero-details {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .product-hero-info {
    width: 100%;
  }

  .property-slider-arrow {
    right: .625rem;
  }

  .property-slider-arrow.arrow-left {
    left: .625rem;
  }

  .product-hero-price {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .product-short-details {
    max-width: none;
    margin-bottom: 1rem;
  }

  .section-a-500-mob {
    display: block;
  }

  .product-hero-text {
    margin-bottom: 1.875rem;
  }

  .products-hero-button {
    width: 100%;
  }

  .product-card-image {
    object-fit: cover;
    width: 55%;
  }

  .product-content {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .product-advantage-content_item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-text-advantage {
    text-align: center;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .product-advantage-content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .heading-mask-advantage {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .advantage-item_image {
    width: 3rem;
  }

  .advantage-item_text-wrapper {
    text-align: left;
    max-width: 20rem;
  }

  .price-details-text {
    width: 100%;
  }

  .consultant-hero-text {
    text-align: left;
    font-size: 1.375rem;
  }

  .back-home {
    top: 4rem;
  }

  .button-primary-outline_green {
    display: none;
  }

  .navbar-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .navbar-brand-image {
    width: 7.5rem;
  }

  .navbar-brand {
    height: 2rem;
  }

  .footer-links {
    max-width: 14.375rem;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .utilities-single-section-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-button {
    display: none;
  }

  .modal-wrapper {
    flex: 1;
  }

  .modal-mob {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
    position: absolute;
    inset: 25% 0% 0%;
  }

  .substrate-modal-new {
    position: fixed;
  }

  .image-close-modal-new {
    top: .375rem;
    right: .375rem;
  }

  .modal-question {
    display: none;
  }

  .global-form-1st_line-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
  }

  .form-block-question {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
  }

  .discription-about-price {
    margin-top: 2.8125rem;
    font-size: .875rem;
  }

  .text-discript {
    font-size: .75rem;
  }

  .price-regular {
    font-size: .875rem;
  }

  .map {
    display: block;
  }

  .section-padding-2 {
    background-color: var(--color--head);
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-inner-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-link-2 {
    text-decoration: none;
  }

  .navbar-link-2.w--current {
    color: var(--color--green-black);
  }

  .navbar-dropdown-list-2 {
    display: none;
  }

  .navbar-brand-image-2 {
    width: auto;
    height: 2rem;
  }

  .navbar-close-2 {
    color: var(--color--head);
  }

  .navbar-open-2 {
    padding-right: 0;
  }

  .navbar-3 {
    justify-content: space-between;
    align-items: center;
    height: 2.375rem;
    margin-top: .625rem;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .dropdown-link-column-2 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .navbar-iteml-logo {
    color: #3330;
    background-image: url('../images/67bef8167587afb095f27d06_KRYVYIRIGCEMEX-white-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.5rem;
    display: none;
  }

  ._2-500 {
    font-size: 1.1rem;
  }

  .poduct-mob {
    color: var(--color--green-black);
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  ._3-500, ._2-400 {
    font-size: 1.1rem;
  }

  .product-image-mob {
    width: 55px;
    max-width: none;
    height: 75px;
    margin-left: 20px;
  }

  .testimony-slider-mask-2, .testimony-slider-mask-3 {
    padding-bottom: 3.75rem;
  }

  .testimomy-slider-mob {
    display: block;
    overflow: hidden;
  }

  .testimomy-slider-copy {
    display: none;
  }

  .bold-text {
    width: 23.4375rem;
    font-weight: 500;
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .bold-text-3 {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .bold-text-4 {
    width: 100%;
    font-weight: 500;
    display: block;
  }

  .price-mob {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template: "Area Area Area"
                   "Area-2 Area-2 Area-2"
                   ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / minmax(7.875rem, .25fr) .25fr minmax(9rem, .75fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center start;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .faq-icon-bar-2 {
    width: 1rem;
  }

  .faq-label-title-2 {
    font-size: 1.25rem;
  }

  .faq-accordion {
    margin-bottom: 1.25rem;
  }

  .faq-accordion-details-text-2 {
    padding-bottom: 1.25rem;
  }

  .logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-width: auto;
  }

  .price-desktop {
    grid-template-columns: auto auto auto 1fr;
    display: none;
  }

  .price-medium {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .calm-product {
    grid-column-gap: .8125rem;
    grid-row-gap: .8125rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    display: flex;
  }

  .region-wrap {
    font-size: .875rem;
  }

  .price-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .price-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .625rem;
    padding-bottom: 1.25rem;
    display: flex;
  }

  .region-price {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .price-mob-medium-copy {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .price-medium-mob {
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    display: flex;
  }

  .faq-accordion-details-text-2-mob {
    padding-bottom: 1.25rem;
    font-weight: 400;
  }

  .modal- {
    display: block;
  }

  .region-wrapper {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .modal {
    display: none;
  }

  .ms-radio-wrap-3 {
    align-items: flex-start;
    display: flex;
  }

  .menu-link-text:hover, .menu-link-text:active {
    color: var(--color--head);
  }

  .nav-mob {
    justify-content: space-between;
    align-items: center;
    height: 2.375rem;
    margin-top: .625rem;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .section-3a-500-mob {
    display: flex;
  }

  .container_medium-2 {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .product-hero-text-2 {
    margin-bottom: 1.875rem;
  }

  .section-2a-500 {
    display: none;
  }

  .product-hero-text-3 {
    margin-bottom: 1.875rem;
  }

  .section-b-400 {
    display: none;
  }

  .product-hero-text-4 {
    margin-bottom: 1.875rem;
  }

  .section-2a-500-mob {
    display: block;
  }

  .section-3a-500, .modal-question-mob {
    display: none;
  }

  .button-primary_green-mob {
    width: 100%;
    transition: color .4s, background-color .4s;
    display: flex;
  }

  .button-primary-outline_green-mob {
    display: flex;
  }

  .ship-radio-wrap-mob {
    align-items: flex-start;
    min-width: 7.9375rem;
    display: flex;
  }

  .quest-input-name, .order-input-name-mob {
    align-self: auto;
    height: 4rem;
  }

  .order-input-sko-ko-mob {
    align-self: stretch;
  }

  .type-mob {
    width: 100%;
  }

  .div-block-24 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
  }

  .h2-logo, .h2-logo.white {
    font-size: 1.875rem;
  }

  .text-span-20 {
    text-transform: uppercase;
  }

  .image-10 {
    max-width: 40%;
    height: 3rem;
  }

  .text-span-21 {
    text-transform: uppercase;
  }

  .link-2 {
    color: var(--color--grey);
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
  }

  .text-span-22, .text-span-23, .text-span-24 {
    text-transform: uppercase;
  }
}

#w-node-b24acfe2-70d2-6f2a-f64d-502fc0de14cf-03a883fa {
  justify-self: center;
}

#w-node-f2b4f74f-7e63-d96d-ed1b-3e9633f0ee3e-03a883fa {
  order: 0;
}

#w-node-b24acfe2-70d2-6f2a-f64d-502fc0de14fa-03a883fa {
  justify-self: end;
}

#w-node-_2bfa923a-7de1-e8dc-1be0-674b8a6f31aa-03a883fa {
  place-self: center start;
}

#w-node-_2bfa923a-7de1-e8dc-1be0-674b8a6f31ac-03a883fa {
  place-self: start end;
}

#w-node-_71679212-4ccd-85f8-5820-b99bf36cb1fa-03a883fa, #w-node-_6eb325de-68f2-5e7f-f153-f34f5cf5bc5e-03a883fa, #w-node-_56e4adaf-cb1a-9089-0e00-c8d9b44f1eb3-03a883fa, #w-node-_9260b63f-4735-98ce-c684-6b3dc934c810-03a883fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-fa27787e-feb8-04b6-a273-0e279486a2e7-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2e9-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2eb-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2ed-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2ef-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2f1-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2f3-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a2f5-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a307-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a309-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a30b-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a30d-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a30f-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a311-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a313-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a315-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a317-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a319-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a31b-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a31d-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a31f-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a321-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a323-03a883fa, #w-node-fa27787e-feb8-04b6-a273-0e279486a325-03a883fa, #w-node-_0348807b-ccc6-24ca-d46f-81a0a8ea5c3e-03a883fa, #w-node-_0348807b-ccc6-24ca-d46f-81a0a8ea5c40-03a883fa, #w-node-_64d61129-29d8-ce74-2834-785ad363142c-03a883fa, #w-node-_64d61129-29d8-ce74-2834-785ad363142e-03a883fa, #w-node-ec96e461-b0b6-d325-3247-99c08c59db5e-03a883fa, #w-node-ec96e461-b0b6-d325-3247-99c08c59db60-03a883fa, #w-node-_50ca7995-2acb-c1a6-7941-6490217a9999-03a883fa, #w-node-_50ca7995-2acb-c1a6-7941-6490217a999b-03a883fa, #w-node-_9cb43efe-1a2a-8bf6-d8a7-f7cb183eef40-03a883fa, #w-node-_9cb43efe-1a2a-8bf6-d8a7-f7cb183eef42-03a883fa, #w-node-d24125f7-0952-289e-cbcf-69d13b293bdb-03a883fa, #w-node-d24125f7-0952-289e-cbcf-69d13b293bdd-03a883fa, #w-node-_10a4e41c-5fa3-4fa9-4910-c4b6715bec29-2f759bf6 {
  justify-self: center;
}

#w-node-_10a4e41c-5fa3-4fa9-4910-c4b6715bec2c-2f759bf6 {
  order: 0;
}

#w-node-_10a4e41c-5fa3-4fa9-4910-c4b6715bec45-2f759bf6 {
  justify-self: end;
}

#w-node-b7380dea-6513-dc81-ac74-e806b8d4bfcb-2f759bf6, #w-node-b7380dea-6513-dc81-ac74-e806b8d4bfd2-2f759bf6, #w-node-b7380dea-6513-dc81-ac74-e806b8d4bfd9-2f759bf6, #w-node-b7380dea-6513-dc81-ac74-e806b8d4bfe0-2f759bf6, #w-node-b7380dea-6513-dc81-ac74-e806b8d4bfe7-2f759bf6, #w-node-b7380dea-6513-dc81-ac74-e806b8d4bfee-2f759bf6 {
  align-self: center;
}

#w-node-c561c086-7daf-35bf-d208-66ae4b3687a8-e337e4bc {
  justify-self: center;
}

#w-node-c561c086-7daf-35bf-d208-66ae4b3687ab-e337e4bc {
  order: 0;
}

#w-node-c561c086-7daf-35bf-d208-66ae4b3687c4-e337e4bc {
  justify-self: end;
}

#w-node-eeaa83aa-a0dd-3d75-3127-64844e24f501-08723f66 {
  justify-self: center;
}

#w-node-eeaa83aa-a0dd-3d75-3127-64844e24f504-08723f66 {
  order: 0;
}

#w-node-eeaa83aa-a0dd-3d75-3127-64844e24f51d-08723f66 {
  justify-self: end;
}

#w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad301-08723f66, #w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad308-08723f66, #w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad314-08723f66, #w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad31f-08723f66, #w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad327-08723f66, #w-node-b4ff1a73-d372-98ab-2624-ddf17f9ad32e-08723f66 {
  align-self: center;
}

#w-node-bf44f5ab-1287-c182-4127-628505ae6fa1-ebc6c0d2 {
  justify-self: center;
}

#w-node-bf44f5ab-1287-c182-4127-628505ae6fa4-ebc6c0d2 {
  order: 0;
}

#w-node-bf44f5ab-1287-c182-4127-628505ae6fbd-ebc6c0d2 {
  justify-self: end;
}

#w-node-_9119327f-8839-787a-b10e-d22db1d59a09-2da7ae1c {
  order: 9999;
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_1ef9e1b0-b348-482b-77af-16e6bb41e063-ba9674a2 {
  justify-self: end;
}

#w-node-_1ef9e1b0-b348-482b-77af-16e6bb41e066-ba9674a2 {
  order: 0;
}

#w-node-_1ef9e1b0-b348-482b-77af-16e6bb41e07f-ba9674a2 {
  justify-self: end;
}

#w-node-bcf65c2b-deb3-54b0-b674-d8e0a94909d8-2265713d {
  justify-self: center;
}

#w-node-bcf65c2b-deb3-54b0-b674-d8e0a94909db-2265713d {
  order: 0;
}

#w-node-bcf65c2b-deb3-54b0-b674-d8e0a94909f4-2265713d {
  justify-self: end;
}

#w-node-a4e3be16-0710-8c9f-ed56-f325e6cd2711-2265713d, #w-node-a4e3be16-0710-8c9f-ed56-f325e6cd2718-2265713d, #w-node-a4e3be16-0710-8c9f-ed56-f325e6cd2724-2265713d, #w-node-a4e3be16-0710-8c9f-ed56-f325e6cd272f-2265713d, #w-node-a4e3be16-0710-8c9f-ed56-f325e6cd2737-2265713d, #w-node-a4e3be16-0710-8c9f-ed56-f325e6cd273e-2265713d {
  align-self: center;
}

#w-node-b9559d04-96be-2a69-c9bc-6c1581902732-471cc3fe {
  justify-self: center;
}

#w-node-b9559d04-96be-2a69-c9bc-6c1581902735-471cc3fe {
  order: 0;
}

#w-node-b9559d04-96be-2a69-c9bc-6c158190274e-471cc3fe {
  justify-self: end;
}

#w-node-af085626-d1ca-9af0-7c5c-c7ff725c347c-471cc3fe, #w-node-af085626-d1ca-9af0-7c5c-c7ff725c3483-471cc3fe, #w-node-af085626-d1ca-9af0-7c5c-c7ff725c348f-471cc3fe, #w-node-af085626-d1ca-9af0-7c5c-c7ff725c349a-471cc3fe, #w-node-af085626-d1ca-9af0-7c5c-c7ff725c34a2-471cc3fe, #w-node-af085626-d1ca-9af0-7c5c-c7ff725c34a9-471cc3fe {
  align-self: center;
}


