@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --paragraph-grey: #f1f1f1;
  --white: white;
  --secondary-light-dark: #1c1c1c;
  --red1: #0064b1;
  --secondary-color: #8bb8bb;
  --white-20: #fff3;
  --dark-gray: #adadad;
  --transparent: #fff0;
  --dark-blue: #08071b;
  --main-color: #0064b1;
  --secondary-main-color: #5da9dd;
  --white-5: #ffffff0d;
  --black-50: #00000080;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--paragraph-grey);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.4em;
}

h4 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 1.4em;
}

h5 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4em;
}

h6 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4em;
}

p {
  color: var(--secondary-light-dark);
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--red1);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .45s;
}

a:hover {
  color: var(--secondary-color);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--black);
  color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--black);
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 20px 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding: 145px 40px;
  position: relative;
}

.section.light-background {
  background-color: var(--secondary-light-dark);
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-top-spacing {
  padding: 0 50px 100px;
}

.section.without-top-spacing.padding {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  padding: 80px 50px;
}

.section.no-spacing {
  margin-top: 74px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.instagram-glasi {
  padding-bottom: 40px;
}

.section.clip-banner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.clip {
  z-index: 100;
}

.section.gray {
  background-color: var(--secondary-light-dark);
}

.section.bg-red {
  background-color: var(--red1);
}

.section.bg-gray {
  background-color: var(--paragraph-grey);
}

.section.hidden {
  display: none;
}

.base-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.pos-relative {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--white-20);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--white-20);
  border-left: 1px none var(--white-20);
  background-color: var(--black);
  width: 19%;
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--white-20);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-dark-style-guide {
  border: 1px solid var(--white-20);
  background-color: var(--secondary-light-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  border: 1px solid var(--white-20);
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 55px;
}

.h2-tablet {
  font-size: 45px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 30px;
}

.h3-mobile {
  font-size: 28px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-glasi-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  min-width: 120px;
  height: 49px;
  color: var(--black);
  text-align: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.primary-glasi-button:hover {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
}

.primary-glasi-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-glasi-button.pagination {
  border-radius: 0;
  margin-top: 60px;
}

.primary-glasi-button.button-form {
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1em;
}

.primary-glasi-button.button-form.black {
  background-color: var(--dark-blue);
  color: var(--white);
}

.primary-glasi-button.button-form.blue {
  background-color: var(--main-color);
  color: var(--white);
  border-style: none;
}

.primary-glasi-button.button-form.blue:hover {
  background-color: var(--secondary-main-color);
  border-style: none;
}

.primary-glasi-button.checkout-btn {
  border-radius: 0;
  margin-bottom: 0;
}

.primary-glasi-button.button-form-full-width {
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  line-height: 1em;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 40px;
}

.licensing-image-link {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.licensing-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.licensing-icon-link {
  margin-top: 0;
  margin-bottom: 0;
}

.licensing-paragraph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  margin-top: 0;
  margin-bottom: 0;
}

.licensing-icons-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: auto;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

.changelog-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-weight: 200;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .7;
}

.footer-link {
  color: var(--dark-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.search-wrap-input {
  height: 60px;
  color: var(--secondary-light-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: #0f5cfa;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-link {
  margin-bottom: 10px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 0;
}

.search-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.mb-20 {
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: #0f5cfa;
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 20px;
}

.rich-text-style h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.rich-text-style h5 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-style img {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-style p {
  font-size: 18px;
  line-height: 28px;
}

.rich-text-style figure {
  margin-top: 60px;
  margin-bottom: 60px;
}

.rich-text-style.negative-top-bottom {
  text-align: left;
  margin-top: -20px;
  margin-bottom: -10px;
  font-size: 22px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: #535353;
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.spacing-system-title {
  margin-top: 20px;
  font-size: 20px;
}

.video-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-banner-overlay {
  background-color: #0003;
  background-image: linear-gradient(180deg, transparent 65%, var(--black));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.display-hide {
  display: none;
}

.black-nav-bg {
  background-color: #ffffff45;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -1px 11px #0000004d;
}

.remove {
  color: #fff;
  transition: all .35s;
}

.remove:hover {
  color: #aaa;
}

.right-header-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.shop-cart-wrapper {
  z-index: 30000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1c1c1ccc;
}

.nav-menu-shadow-overlay-4 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-dropdown-icon-2 {
  color: var(--white);
  margin-right: 9px;
  font-size: 11px;
  display: flex;
}

.nav-dropdown-icon-2.black {
  color: var(--black);
}

.logo-glasi {
  width: 70%;
  height: auto;
  position: relative;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--white);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2em;
  display: flex;
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-intro-item {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-intro-item.small {
  font-size: 11px;
}

.nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-list-item {
  border: 1px solid var(--white-20);
  background-color: var(--black);
  border-radius: 0;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item.medium-menu {
  background-color: var(--red1);
  width: 240px;
  padding: 20px;
}

.nav-dropdown-list-item.medium-menu.w--open {
  border-style: none;
  border-width: 0;
  padding: 13px;
}

.nav-dropdown-list-item.megamenu {
  background-color: var(--red1);
  border-style: none;
  border-width: 0;
  width: 740px;
  display: none;
  left: -355px;
}

.nav-dropdown-list-item.megamenu.w--open {
  width: 650px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 98% auto auto -50%;
}

.login-tablet-wrap-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empty-glasi-state {
  color: var(--white);
}

.nav-fixed-menu {
  z-index: 900;
  background-color: #0000;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu-3 {
  text-align: right;
  background-color: #c8c8c800;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.dropdown-header-item {
  background-color: #0000;
  align-items: stretch;
  height: 100%;
  padding: 32px 20px 32px 10px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.option-list {
  display: none;
}

.apple-play {
  border-radius: 0;
  width: 100%;
  height: 49px;
  overflow: hidden;
}

.no-item {
  color: var(--white);
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.option {
  display: none;
}

.your-cart-2 {
  color: var(--black);
  font-weight: 500;
}

.shop-icon {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  display: none;
}

.cart-line-item {
  margin-bottom: 30px;
}

.cart-button-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  padding: 10px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item:hover {
  color: #aaa;
  border-color: #fff0;
}

.hover-fill-line {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--red1);
}

.hover-fill-line.black {
  background-color: var(--black);
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  padding: 0;
  display: flex;
}

.cart-product-name {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2em;
}

.image-order {
  object-fit: cover;
  height: 80px;
  transition: all .4s;
}

.quantity-cart {
  border-color: var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff03;
  border-radius: 0;
  transition: all .3s;
}

.quantity-cart:focus {
  border-color: #fff;
}

.header-link-item {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 10px;
  transition: all .5s;
  display: flex;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.old-icon-shop {
  display: none;
}

.subtotal-text {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}

.subtotal-text.bold {
  letter-spacing: 0;
  font-weight: 700;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  transition-property: opacity;
  display: flex;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.remove-button {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.remove-button:hover {
  border-bottom-color: #fff0;
}

.product-content {
  align-items: flex-start;
}

.cart-container {
  background-color: var(--black);
  box-shadow: none;
  border-radius: 0;
}

.nav-dropdown-item {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2em;
}

.cart-wrapper {
  position: relative;
}

.underline-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #00000040;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container:hover {
  color: var(--white);
}

.underline-link-container.hn {
  display: block;
}

.main-error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.cart-header-2 {
  background-color: #fff;
  border-bottom-color: #ffffff1a;
}

.megamenu-dropdown-wrap {
  background-color: var(--main-color);
  width: 20%;
  padding: 13px;
}

.megamenu-dropdown-wrap.small-wrap-width {
  background-color: var(--main-color);
  width: 35%;
  margin-right: 10px;
  padding: 13px;
}

.megamenu-dropdown-wrap.small-wrap-width.wider-column {
  width: 45%;
  padding-left: 13px;
  padding-right: 13px;
}

.megamenu-dropdown-wrap.small-wrap-width.no-right-padding {
  width: 100%;
  margin-right: 0;
}

.cart-price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.cart-footer-2 {
  background-color: var(--white);
  border-top-color: #fff;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.tablet-menu-4 {
  display: none;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.web-payments {
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu-3 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.your-cart-icon {
  display: none;
}

.btn-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  width: auto;
  display: flex;
  position: relative;
}

.button-home-5 {
  grid-column-gap: 5px;
  border: 1px solid var(--white-20);
  background-color: var(--main-color);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5:hover {
  color: var(--white);
}

.button-home-5.transparent {
  background-color: var(--white-5);
}

.button-home-5._100 {
  width: 100%;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-banner-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-banner-text.button-text-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -100%;
}

.btn-banner-text.button-text-bottom-full-width {
  width: 100%;
  position: absolute;
  bottom: -100%;
}

.button-hero-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.button-hero-wrapper:hover {
  box-shadow: 0 0 10px #ffffff1a;
}

.button-hero-wrapper.full-mini-mobile {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.button-hero-wrapper.full-width {
  width: 100%;
}

.button-hero-wrapper.hidden {
  display: none;
}

.btn-line-animation {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.vertical-line {
  background-color: var(--white);
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-line.top-right {
  inset: 0% 0% auto auto;
}

.vertical-line.bottom-left {
  inset: auto auto 0% 0%;
}

.vertical-line.bottom-right {
  inset: auto 0% 0% auto;
}

.horizontal-line {
  background-color: var(--white);
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-line.top-r {
  inset: 0% 0% auto auto;
}

.horizontal-line.bottom-l {
  inset: auto auto 0% 0%;
}

.horizontal-line.bottom-r {
  inset: auto 0% 0% auto;
}

.secondary-lines {
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  inset: 0%;
}

.secondary-lines.other {
  background-color: var(--secondary-main-color);
}

.vertical-scale-line {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vertical-scale-line.t-left {
  top: -50%;
}

.vertical-scale-line.t-right {
  inset: -50% 0% auto auto;
}

.vertical-scale-line.b-left {
  margin-left: 0;
  inset: auto auto -50% 0%;
}

.vertical-scale-line.b-right {
  inset: auto 0% -50% auto;
}

.horizontal-scale-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-scale-line.bottom-line-right {
  inset: auto -50% 0% auto;
}

.horizontal-scale-line.top-line-right {
  inset: 0% -50% auto auto;
}

.horizontal-scale-line.bottom-line-left {
  inset: auto auto 0% -50%;
}

.horizontal-scale-line.top-line-left {
  inset: 0% auto auto -50%;
}

.btn-hover-bg {
  z-index: 1;
  background-color: var(--secondary-main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.nan-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
}

.nav-text-wrap {
  color: var(--dark-blue);
  letter-spacing: normal;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-text-wrap:hover {
  color: var(--main-color);
}

.nav-text-wrap.black {
  color: var(--black);
}

.nav-text-wrap.left-padding {
  text-transform: uppercase;
  padding-left: 10px;
}

.quantity-wrapper {
  align-items: center;
  display: flex;
}

.line-link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-link {
  width: 100%;
  color: var(--black);
  justify-content: flex-start;
  display: flex;
}

.full-width-link:hover {
  color: var(--white);
}

.full-width-link.center {
  justify-content: center;
}

.full-width-link.center.w--current, .full-width-link.footer-bottom-link, .full-width-link.footer-bottom-link.w--current {
  justify-content: center;
  width: auto;
}

.full-width-link.footer-links {
  width: auto;
}

.full-width-link.footer-links:hover {
  opacity: .58;
  color: #fff;
}

.full-width-link.auto-width {
  width: auto;
}

.full-width-link.mt-20 {
  margin-top: 30px;
}

.link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.dropdown-text {
  color: var(--black);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
}

.dropdown-text:hover {
  color: var(--main-color);
}

.dropdown-text.large {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.dropdown-text.footer-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
}

.dropdown-text.margin-0 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.dropdown-text.margin-0.black {
  color: var(--black);
  margin-bottom: 10px;
}

.dropdown-text.white {
  color: var(--white);
  font-weight: 400;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.wave-one {
  background-color: #d8d8d81a;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.hero-slider-mask {
  overflow: visible;
}

.hero-slide-arrow {
  border: 1px solid var(--white-20);
  background-color: var(--white-5);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 410px 0% auto;
}

.hero-slide-arrow.left {
  border-bottom-style: none;
  bottom: 70px;
  right: 410px;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-title-home-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.home-hero-intro {
  z-index: 20;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-collection-wrapper, .home-3-item {
  width: 100%;
  height: 100%;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.home-3-hero {
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-color: #151b1999;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0f132659;
}

.hero-slide-home-3 {
  height: 100%;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.video-button-overlay {
  z-index: 25;
  background-color: #0009;
  align-items: flex-start;
  width: 200vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% -25vw;
}

.video-hover-button {
  z-index: 35;
  border: 1px solid var(--white-5);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 10% 0%;
}

.home-3-con {
  width: 100%;
  height: 100%;
}

.video-icon {
  filter: none;
}

.video-icon-wrapper {
  border: 1px solid var(--white-20);
  background-color: var(--white-5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1200px) minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.wave-two {
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 60% 50%;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 80px 16px;
  display: grid;
  position: relative;
}

.featured-img {
  filter: invert();
  width: 18px;
}

.slider-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrap.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background-home-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 10px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slider-info-link {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white-20);
  background-color: var(--white-5);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  width: 450px;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-bottom--3 {
  z-index: 20;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.one {
  background-image: url('../images/slider1-1_1.avif');
}

.background._2 {
  background-image: url('../images/slider4_1.avif');
  background-position: 50%;
}

.background._3 {
  background-image: url('../images/slider8_1.avif');
}

.background._4 {
  background-image: url('../images/slider6_1.avif');
}

.background._5 {
  background-image: url('../images/Home-1_1.avif');
}

.background._6 {
  background-image: url('../images/slider9_1.avif');
}

.featured-heading {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.featured-heading.white {
  color: var(--white);
}

.bottom-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 140px;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1423px);
  grid-auto-columns: 1fr;
  place-items: stretch end;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  display: grid;
}

.featured-animals {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--white-20);
  background-color: var(--white-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accent-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accent-description.white {
  color: var(--white);
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 36px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--white-20);
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: static;
}

.background-advantages {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-advantages.bg-one, .background-advantages.bg-two, .background-advantages.bg-three, .background-advantages.bg-four {
  background-color: var(--red1);
  background-image: none;
}

.background-cover {
  z-index: 3;
  background-color: var(--red1);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/epal-doors-newdesign_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.background-cover._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/slider4_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-cover._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/epal-slider-8_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-cover._4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/EPAL-1234-KANE-RD-01_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-cover._5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/6734e0267598599f9791013f_Glasi-7.webp');
}

.small-subtitle {
  z-index: 10;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  position: relative;
}

.advantages-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-advantages {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.overlay-advantages {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.advantages-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  margin-top: 0;
  margin-bottom: 0;
}

.body-display.small {
  font-size: 14px;
}

.body-display.small.white {
  color: var(--white);
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-line-fill {
  background-color: var(--white);
  width: 10px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.vertical-line-fill {
  background-color: var(--white);
  width: 100%;
  height: 10px;
}

.vertical-line-fill.blank {
  background-color: var(--white);
  opacity: 0;
}

.lightbox-video-banner {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.featured-description {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7em;
}

.featured-description.white {
  color: var(--white);
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.underline-link-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.btn-circle-4 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.about-us-image {
  border: 1px #000;
  border-radius: 0;
  width: 15vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.top-dot {
  background-color: #aaa;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.clip-title-con {
  overflow: hidden;
}

.story-content-2 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.story-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1.25fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center start;
  padding-left: 6px;
  padding-right: 6px;
  display: grid;
}

.h2-title-tag {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.h2-title-tag.white {
  color: var(--white);
}

.center-text-wrapper {
  z-index: 100;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-home-5-2 {
  z-index: 100;
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.story-background-2 {
  background-image: url('../images/circle-left.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.story-background-2.right-image {
  background-image: url('../images/circle-right.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.buttons-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.buttons-wrapper.form-button {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
}

.about-us-description {
  color: var(--secondary-light-dark);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.story-background-wrapper-2 {
  position: absolute;
  inset: 0%;
}

.about-nevo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.button-primary {
  grid-column-gap: 5px;
  border: 1px solid var(--white-20);
  background-color: var(--red1);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  height: auto;
  min-height: 49px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  color: var(--white);
}

.btn-hover-bg-white {
  z-index: 1;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-black {
  color: var(--black);
  font-weight: 500;
}

.vertical-scale-big-line {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vertical-scale-big-line.t-left {
  top: -50%;
}

.vertical-scale-big-line.t-right {
  inset: -50% 0% auto auto;
}

.vertical-scale-big-line.b-left {
  inset: auto auto -50% 0%;
}

.vertical-scale-big-line.b-right {
  inset: auto 0% -50% auto;
}

.horizontal-scale-line-big {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-scale-line-big.bottom-line-right {
  inset: auto -50% 0% auto;
}

.horizontal-scale-line-big.top-line-right {
  inset: 0% -50% auto auto;
}

.horizontal-scale-line-big.bottom-line-left {
  inset: auto auto 0% -50%;
}

.benefits-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.link-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.card-center-info {
  z-index: 20;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  display: flex;
  position: relative;
}

.three-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-photo-glasi {
  background-image: url('../images/epal-slider-6_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-photo-glasi.glasi-2 {
  background-image: url('../images/doors.avif');
}

.bg-photo-glasi.glasi-3 {
  background-image: url('../images/aplications.avif');
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.background-video-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-cards-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.card-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.black-line-vertical {
  z-index: 100;
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.black-line-vertical.right {
  background-color: var(--dark-blue);
  inset: auto 0% 0% auto;
}

.h6-subtitle {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.card-cover {
  z-index: 15;
  background-color: var(--white);
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.text-animation {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-video-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.card-description {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.card-description.white {
  color: var(--white);
}

.card-link {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link:hover {
  opacity: 1;
}

.tablet-title {
  display: none;
}

.shop-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.plus-line {
  background-color: #000;
  width: 1px;
  height: 21px;
  position: absolute;
}

.italic {
  color: var(--white);
  font-style: italic;
}

.glasi-product {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.glasi-product.size-one {
  float: right;
  justify-content: center;
  align-items: center;
  width: 46vw;
  height: 88vh;
  display: flex;
}

.glasi-product.size-two {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 60vh;
  display: flex;
}

.glasi-product.size-three {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.glasi-product.size-four {
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: auto;
  display: flex;
}

.grid-left {
  width: 60%;
  padding-top: 16rem;
  padding-right: 20px;
  position: relative;
}

.products-grid {
  width: 100%;
  margin-top: -184px;
  margin-bottom: 80px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.img-product {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img-product.size-two {
  width: 46vw;
  height: 92vh;
}

.img-product.size-three {
  width: 80vw;
  height: 92vh;
}

.img-product.size-one {
  width: 30vw;
  height: 64vh;
}

.plus-line-horizontal {
  background-color: #000;
  width: 21px;
  height: 1px;
  position: absolute;
}

.product-photo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-photo-wrap.absolute {
  position: absolute;
}

.product-item {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-item.right {
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-item.last-product {
  padding-left: 4rem;
  padding-right: 4rem;
}

.product-content-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.product-content-wrap.size-two {
  width: 21rem;
}

.product-content-wrap.size-one {
  width: 18rem;
}

.plus-icon {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.image-cover {
  object-fit: cover;
  background-image: url('../images/Screenshot-2025-04-16-at-3.03.44-PM_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.instagram-main-container {
  min-height: 500px;
  position: relative;
}

.instagram-link {
  font-size: 1em;
  transition-property: none;
  position: absolute;
  overflow: hidden;
}

.instagram-link.image-03 {
  width: 20em;
  inset: auto auto 0 0;
}

.instagram-link.image-05 {
  z-index: 2;
  width: 16em;
  inset: 0 21% auto auto;
}

.instagram-link.image-02 {
  z-index: 2;
  width: 16em;
  inset: -140px auto auto 140px;
}

.instagram-link.image-04 {
  width: 23em;
  inset: auto auto 56px 32%;
}

.instagram-link.image-06 {
  width: 17em;
  inset: -32% 0 auto auto;
}

.instagram-link.image-01 {
  width: 7.5em;
  inset: -180px auto auto 0;
}

.instagram-link.image-07 {
  width: 21em;
  inset: auto 48px 0 auto;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.instagram-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.5em;
  display: flex;
}

.left-product-con {
  position: relative;
}

.left-product-con.flex-split {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.list-item-parent {
  margin-top: 20px;
  margin-bottom: 40px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.list-item {
  border-bottom: 1px solid var(--white-20);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.list-item.border {
  border-bottom: 1px solid #fff3;
}

.feature {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.left-title-wrap {
  width: 70%;
  margin-right: auto;
}

.collection-interior-products {
  position: relative;
}

.product-description {
  color: var(--secondary-light-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.stacked-product-title {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.popular-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.background-products-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.par-hidden {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.label-text-2 {
  border-left: 2px solid var(--white);
  padding-left: 6px;
}

.label-text-2.discount {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.error-message-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px;
}

.image-color-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.buy-now-button {
  display: none;
}

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.card-overalay-2 {
  z-index: 5;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.product-tags {
  display: flex;
}

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.stock-text {
  color: #fff;
  text-align: center;
}

.product-card-info {
  cursor: auto;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.product-category-2 {
  z-index: 25;
  color: #f37647;
  border: 2px dashed #f37647;
  border-right-style: none;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  inset: 40px 0 auto auto;
}

.product-category-2:hover {
  color: #f37647;
}

.product-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.add-to-cart {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.card-img-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-lable {
  align-items: center;
  height: 28px;
  display: flex;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.price-product-text-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.stock-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.card-images-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.primary-cart-button-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: auto;
  min-height: 46px;
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000001a;
  justify-content: center;
  padding: 15px 20px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-cart-button-2:hover {
  background-color: var(--black);
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-card.two {
  z-index: 2;
}

.img-card.one {
  z-index: 3;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.indicator-card-fill-2 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.discount-text-2 {
  margin-top: 5px;
  line-height: 1.2em;
  text-decoration: line-through;
}

.quantity {
  display: none;
}

.video-product {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-dark-ov {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.top-title-con {
  margin-bottom: 60px;
}

.top-product-line {
  background-color: var(--white-20);
  width: 90%;
  height: 1px;
  margin-top: 20px;
  display: none;
  position: absolute;
  inset: auto 0 30px auto;
}

.grid-product-panel {
  grid-template-rows: auto;
  height: 100%;
}

.top-panel-title, .top-panel-description {
  margin-top: 0;
  margin-bottom: 0;
}

.product-top-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.dark-50-ov {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.close-img {
  height: 14px;
}

.left-text-wrapper {
  z-index: 100;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.best-sellers {
  width: 80%;
  color: var(--secondary-light-dark);
  margin-top: 20px;
  margin-bottom: 25px;
}

.best-sellers.right {
  text-align: right;
}

.shop-content {
  flex-direction: column;
  align-items: flex-start;
  min-height: 190px;
  display: flex;
}

.shop-content.padding-top {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.close-ov {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.rights-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.rights-wrap.hidden {
  display: none;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12px auto;
}

.footer-text-copyright {
  color: var(--paragraph-grey);
  letter-spacing: .1em;
  margin-bottom: 0;
  font-size: 11px;
}

.footer-bottom-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.blank-line {
  width: 0;
  height: 0;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: var(--paragraph-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.intro-corner {
  border-top: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.bottom-left {
  border-bottom: 1px solid var(--white-20);
  border-top-style: none;
  inset: auto auto 0% 0%;
}

.pricing-inner-bottom {
  z-index: 20;
  background-color: var(--black);
  height: 60px;
  position: relative;
}

.project-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.glisi-card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-bottom {
  z-index: 25;
  background-color: #0064b100;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.inner-bottom.small.grey {
  background-color: var(--red1);
}

.inner-bottom.gray {
  border-right: 1px solid var(--white-20);
  background-color: var(--secondary-light-dark);
}

.inner-bottom.gray-blog {
  background-color: var(--secondary-light-dark);
}

.inner-bottom.white {
  background-color: var(--white);
}

.overlay-best-project {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.overlay-best-project.light {
  background-color: #0003;
}

.section-gray {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-gray.dark {
  z-index: 25;
  background-color: var(--paragraph-grey);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.solid-photo-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-light-dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-glisi-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.vertical-slider-line-fill {
  background-color: var(--white);
  width: 100%;
  height: 24px;
  color: var(--red1);
}

.vertical-slider-line-fill.red {
  background-color: var(--red1);
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-glasi-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paralax-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  inset: 0%;
}

.paralax-background.five {
  background-image: url('../images/Glasi-8_1Glasi 8.webp');
}

.paralax-background.six {
  background-image: url('../images/Glasi-4_1Glasi 4.webp');
}

.paralax-background.four {
  background-image: url('../images/13-1_1.avif');
}

.paralax-background.seven {
  background-image: url('../images/Glasi-13_1Glasi 13.webp');
}

.paralax-background.three {
  background-image: url('../images/6734e0267598599f9791013f_Glasi-7.webp');
}

.paralax-background.two {
  background-image: url('../images/6734e0267598599f9791014c_Glasi-18.webp');
}

.paralax-background.one {
  background-image: url('../images/epal-kardia-7_1.avif');
  background-position: 50%;
}

.paralax-background.bg-9 {
  background-image: url('../images/Glasi-10_1Glasi 10.webp');
}

.paralax-background.bg-10 {
  background-image: url('../images/Glasi-9_1Glasi 9.webp');
}

.pricing-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-glisi-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.horizontal-line-fill-white {
  background-color: var(--white);
  width: 24px;
  height: 100%;
}

.horizontal-line-fill-white.red {
  background-color: var(--red1);
}

.interior-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.row-bottom-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
}

.hero-footer-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.number-item {
  grid-row-gap: 10px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.numbers-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbers-grid._2 {
  grid-template-columns: 1fr 1fr;
}

.about-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-bottom-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 31px;
  display: flex;
}

.form-btn {
  z-index: 10;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 22px;
  position: absolute;
  inset: 0%;
}

.form-btn.other {
  background-color: var(--secondary-main-color);
  width: 100%;
  position: static;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  height: 49px;
  color: var(--dark-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .5s ease-in-out;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--white);
  padding-left: 30px;
}

.form-input::placeholder {
  color: var(--dark-gray);
  font-size: 14px;
}

.form-input.mb-20 {
  margin-bottom: 20px;
}

.form-input.message-input {
  border-color: var(--black-50);
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
}

.form-input.message-input.white-border {
  min-height: 110px;
  margin-bottom: 12px;
}

.form-input.country {
  height: auto;
}

.form-input.white-border {
  border-color: var(--white);
  height: 46px;
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.error-glasi-message {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
}

.success-message-transparent {
  border: 1px solid var(--white-20);
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 20px;
}

.subscribe-form-footer {
  z-index: 10;
  grid-column-gap: 10px;
  background-color: var(--transparent);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.rotating-text {
  padding-right: 60px;
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  color: var(--secondary-light-dark);
  font-size: 120px;
  font-style: italic;
  font-weight: 200;
  line-height: 1em;
}

.awards-buttons-wrapper {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.awards-buttons-wrapper.services {
  align-items: flex-end;
}

.awards-description {
  color: var(--secondary-light-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.awards-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.awards-title.mb-80 {
  margin-bottom: 80px;
}

.awards-title.mb-80.center {
  text-align: center;
}

.statistics-numbers {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.line-fill {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill.blank {
  background-color: #fff0;
}

.slider-bottom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.best-project-slide {
  width: 100%;
}

.best-project-slide.home-2 {
  height: 550px;
}

.slider-top-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 148px 60px 24px 60px auto;
  grid-auto-columns: 1fr;
  height: 1px;
  display: grid;
  position: absolute;
  inset: 0 0% auto;
}

.slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-arrow {
  z-index: 50;
  border: 1px solid var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow.right {
  left: 232px;
}

.slider-bottom {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #b9dee926;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  position: absolute;
  inset: auto 0% 80px;
}

.top-verticle-line, .vertical-light-line {
  background-color: var(--white-20);
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-arrow-project-icon {
  width: 12px;
}

.slider-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-section.hidden {
  display: none;
}

.slider-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slider-horizontal-line {
  background-color: var(--white-20);
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.slider-horizontal-fill {
  background-color: var(--white);
  width: 18px;
  height: 100%;
}

.slider-bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-line {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  margin-left: -1px;
  display: grid;
  position: relative;
}

.slider-bottom-left {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-background-wrapper {
  justify-content: center;
  margin-bottom: -80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-background-full {
  justify-content: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.featured-project-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.featured-project-info {
  flex-flow: column;
  align-items: stretch;
  min-height: 625px;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 140px;
  padding-right: 80px;
  display: flex;
}

.featured-project-conetnt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 900px;
  padding-left: 0;
  display: grid;
}

.awards-data {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
}

.awards-background {
  object-fit: cover;
  background-image: url('../images/Glasi-1_1Glasi 1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awards-video-wrap {
  z-index: 5;
  border-radius: 6px;
  width: 20vw;
  height: 20vw;
  position: relative;
  overflow: hidden;
}

.awards-item {
  z-index: 50;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.awards-item.z-index {
  z-index: 60;
}

.awards-item.z-index-2 {
  z-index: 70;
}

.awards-title-fill {
  z-index: 50;
  letter-spacing: .1em;
  width: 100%;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.awards-title-2 {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
}

.award-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.awards-item-text {
  grid-row-gap: 40px;
  display: flex;
}

.awards-video-item {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: 5rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.awards-data-wrapper {
  align-items: center;
  width: 14vw;
  display: flex;
}

.bottom-underlining {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.awards-title-item {
  z-index: 10;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.bottom-fill-underlining {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.awards-title-container {
  flex: none;
  position: relative;
}

.awards-list {
  border-top: 1px solid #ffffff40;
  flex-direction: column;
  width: 100%;
  display: none;
  position: relative;
}

.title-space-wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.left-arrow-2 {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow-2.right {
  left: 60px;
}

.invert-small {
  z-index: 15;
  position: relative;
}

.our-news-slider {
  width: 100%;
  padding-bottom: 85px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.collection-blog-item {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-news {
  width: 100%;
  padding: 80px 40px;
  overflow: hidden;
}

.our-news.hidden {
  display: none;
}

.dark-fill {
  z-index: 20;
  background-color: var(--black);
  width: 15px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hide-slide-nav {
  display: none;
}

.flex-top-title {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.solid-video-button-outline {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-slide {
  margin-right: 30px;
}

.blog-title-text {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-title-text.news-page {
  letter-spacing: 0;
  font-size: 20px;
}

.blog-title-text.black {
  color: var(--black);
}

.blog-title-text.black.smaller {
  font-size: 32px;
}

.blog-title-text.black.smaller.right {
  text-align: right;
}

.blog-title-text.white {
  color: var(--white);
}

.animation-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: inline-block;
}

.animation-link:hover {
  opacity: 1;
  color: #fff;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.medium-width-con {
  max-width: 530px;
}

.portfolio-small-body {
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-small-body.white {
  color: var(--white);
}

.stacked-porftolio-title {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
}

.portfolio-2-title.white {
  color: var(--white);
}

.preloader-blank {
  background-color: var(--black);
  border-bottom: 1px #8e93a526;
  width: 100%;
}

.preloader-blank.left {
  background-color: var(--white);
}

.preloader-blank.right {
  background-color: var(--white);
  width: auto;
  margin-left: -24px;
}

.preloader-blank.left-gray {
  background-color: var(--white);
}

.preloader-blank.right-gray {
  background-color: var(--white);
  width: auto;
  margin-left: -24px;
}

.preloader-columns {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.dark-preloader {
  z-index: 100000000;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-glisi-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50px minmax(auto, 650px) minmax(50px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

.story-text-row {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.story-description {
  width: 50%;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.button-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondary-glasi-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  min-width: 120px;
  height: auto;
  min-height: 49px;
  max-height: 49px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.secondary-glasi-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.secondary-glasi-button.pagination {
  border-radius: 0;
  margin-top: 60px;
}

.icon-hidden {
  display: none;
}

.blank-top-line {
  width: 0;
  height: 0;
}

.news-collection-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-blog-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56px;
  display: grid;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-blog {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-blog.no-padding {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.separator-line-fill {
  background-color: var(--dark-blue);
  width: 100%;
  height: 24px;
}

.separator-line-fill.white {
  background-color: var(--white);
}

.section-bottom-line {
  background-color: var(--white-20);
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.horizontal-white-line-fill {
  background-color: var(--dark-blue);
  width: 24px;
  height: 100%;
}

.horizontal-white-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.news-grid-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border-right: 1px solid var(--dark-blue);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 69px 48px 69px 0;
  display: flex;
}

.news-grid-wrapper.pt-80 {
  padding-top: 80px;
}

.news-grid-wrapper.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.news-grid-wrapper.hidden {
  display: none;
}

.skew-background {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.skew-background.blog-1 {
  background-image: url('../images/Blog-1-Mani.png');
}

.skew-background.blog-2 {
  background-image: url('../images/Blog-2.png');
}

.skew-background.blog-3 {
  background-image: url('../images/Blog-3.png');
}

.skew-background.blog-4 {
  background-image: url('../images/Blog-4.png');
}

.skew-background.blog-6 {
  background-image: url('../images/Blog-6.png');
}

.skew-background.blog-7 {
  background-image: url('../images/Blog-7.png');
}

.skew-background.blog-8 {
  background-image: url('../images/Blog-8.png');
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-light-dark);
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 475px;
  padding: 36px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card.with-borders {
  border: 1px solid var(--white-20);
  background-color: var(--black);
}

.project-card.category {
  border: 1px solid var(--white-20);
  background-color: var(--black);
  width: 100%;
}

.project-card.space-borders {
  border: 1px solid var(--white-20);
  background-color: var(--black);
  width: 100%;
  padding: 24px;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.skew-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-name {
  z-index: 15;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end stretch;
  display: grid;
  position: relative;
}

.overlay-blog {
  background-color: #0000005e;
  background-image: linear-gradient(180deg, var(--transparent), #0178c2cc);
  border-radius: 1px;
  position: absolute;
  inset: 0%;
}

.overlay-blog.no-gradient {
  background-color: #0006;
  background-image: none;
}

.project-background {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background.blog-1 {
  background-image: url('../images/Blog-1-Mani.png');
}

.project-background.blog-2 {
  background-image: url('../images/Blog-2.png');
}

.project-background.blog-3 {
  background-image: url('../images/Blog-3.png');
}

.project-background.blog-4 {
  background-image: url('../images/Blog-4.png');
}

.project-background.blog-5 {
  background-image: url('../images/Blog-5.png');
}

.project-background.blog-6 {
  background-image: url('../images/Blog-6.png');
}

.project-background.blog-7 {
  background-image: url('../images/Blog-7.png');
}

.project-background.blog-8 {
  background-image: url('../images/Blog-8.png');
}

.intro-corner-line {
  border-top: 1px solid #b9dee926;
  border-left: 1px solid #b9dee926;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner-line.top-right {
  inset: 0% 0% auto auto;
}

.intro-corner-line.top-right.dark {
  border-right: 1px solid var(--white-20);
  border-left-style: none;
  border-right: 1px solid #fff3;
}

.intro-corner-line.dark {
  border-top-color: var(--white-20);
  border-left-color: var(--white-20);
  border-top-color: #fff3;
  border-left-color: #fff3;
}

.vertical-line-white-fill {
  background-color: var(--white);
  width: 100%;
  height: 24px;
}

.vertical-line-white-fill.red {
  background-color: var(--red1);
}

.boxed-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 0;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.card-white-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.pricing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-title.centered-about-intro {
  color: var(--red1);
}

.pricing-title.centered-about-intro.mb-50 {
  color: var(--white);
  margin-bottom: 160px;
}

.four-column-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.banner-ontent {
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 700px;
  padding-bottom: 0;
  display: flex;
}

.hero-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-background.best-blog-background {
  background-image: url('../images/parallax-homepage_1.avif');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-background.best-blog-background.call-to-action {
  background-image: url('../images/epal-kardia-7_1.avif');
}

.hero-background.our-team {
  background-image: url('../images/slider6_1.avif');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-background.quality {
  background-image: url('../images/6734e0267598599f97910151_Glasi-21.webp');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-grey-cover {
  background-color: var(--red1);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-banner {
  min-height: auto;
  padding-top: 106px;
  padding-bottom: 106px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blog-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sidebar-right {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.light-left-line {
  width: 1px;
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.news-coll-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.current-blog-link {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.hero-bg-item {
  width: 100%;
  height: 100%;
}

.blog-banner-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-blog-banner {
  width: 100%;
  height: 100%;
}

.top-footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-kakao-footer {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-navigation {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start end;
  width: auto;
  display: grid;
}

.footer-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-items.last {
  flex-flow: row;
}

.nav-footer-item {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 19px;
  font-weight: 500;
}

.footer-arrow-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: flex;
}

.footer-arrow-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-left-navigation {
  width: 70%;
}

.footer-description {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.footer-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-list.last-list {
  width: auto;
}

.footer-right-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  padding-bottom: 11px;
  display: flex;
}

.footer-kakao-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.middle-footer-con {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-glasi {
  background-color: var(--red1);
  text-align: center;
  background-image: linear-gradient(#0064b1db, #0064b1db), url('../images/Footer-Imag-2.avif');
  background-position: 0 0, -20% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  align-items: flex-start;
  padding: 32px 50px 8px;
}

.bottom-line-advantages {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.footer-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-title.smaller {
  font-size: 25px;
}

.footer-title.smaller.white {
  color: var(--white);
}

.thank-you-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: block;
}

.insta-ov {
  background-color: var(--black-50);
  position: absolute;
  inset: 0%;
}

.insta-ov.light {
  background-color: #0000001a;
}

.footer-vert-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-left-line-footer {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto;
}

.vertical-line-bottom {
  background-color: var(--white-20);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.horizontal-footer-line {
  background-color: var(--white);
  width: 48px;
  height: 100%;
}

.lightbox-bg-glasi {
  position: absolute;
  inset: 0%;
}

.news-description {
  width: 95%;
  margin: 20px auto 0;
}

.news-description.white {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 17px;
}

.news-description.white.center {
  text-align: center;
}

.say-hi {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.gray-preloader {
  z-index: 10000;
  display: none;
  position: absolute;
  inset: 0%;
}

.product-category {
  z-index: 25;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .15em;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.product-1-item {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-1-item.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-details-panel-01 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-001 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-ov-001 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.close-icon-001 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-details-panel-002 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-002 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-icon-002 {
  z-index: 80;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-ov-002 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.product-details-panel-003 {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-003 {
  z-index: 100;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-ov-003 {
  z-index: 95;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.close-icon-003 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-glisy-black-primary {
  grid-column-gap: 5px;
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 49px;
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  padding: 15px 20px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-glisy-black-primary:hover {
  background-color: var(--black);
  color: var(--white);
}

.section-products {
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-products.hidden {
  display: none;
}

.product-item-002 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-item-002.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-item-003 {
  z-index: 70;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.instagram {
  border-radius: 10px 40px;
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-20 {
  margin-bottom: 20px;
}

.sg-title.mb-60 {
  margin-bottom: 60px;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-text {
  color: #fff;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-form-coming-soon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.loop-intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loop-section {
  z-index: 10;
  width: 100%;
  position: relative;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-image-wrapper {
  border-radius: 0;
  width: 100%;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.coming-soon-heading-3 {
  text-transform: uppercase;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 55px;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-page-wrapper {
  z-index: 100;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

._404-text {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.clip-pattern-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.no-shrink-btn {
  display: inline-block;
}

._404-title {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 150px;
  line-height: .9em;
}

._404-content {
  z-index: 100;
  position: relative;
}

.clip-group-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.error-404-text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.overlay-404-page {
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.bg-404-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.field-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.field-label.mb-10 {
  margin-bottom: 10px;
}

.field-label.mb-0 {
  color: #000;
  margin-bottom: 0;
}

.field-label.mb-0.white {
  color: #fff;
  font-size: 12px;
}

.protected-page {
  margin-top: 30px;
  margin-bottom: 20px;
}

.four-column-wrap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.cta-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1170px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.background-cta {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dual-row {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.inner-black-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-black-bottom.small {
  background-color: var(--dark-blue);
  height: 60px;
}

.background-cta-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.medium-width {
  max-width: 500px;
  overflow: hidden;
}

.call-to-action-section {
  z-index: 20;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/epal-factory-test-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: row;
  justify-content: center;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-list-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-cta {
  background-color: #000000a6;
  background-image: linear-gradient(to top, #0003 40%, var(--transparent));
  position: absolute;
  inset: 0%;
}

.cta-list-wrap, .cta-item-wrapper {
  width: 100%;
  height: 100%;
}

.left-align-wrapper {
  z-index: 100;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 90%;
}

.buttons-wrapper-left {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.search-text-link {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.search-description {
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5em;
}

.results-listing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-banner-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
}

.search-banner {
  align-items: flex-end;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.search-banner-con {
  width: 100%;
  margin-right: auto;
}

.inner-bg-list {
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-inner-bg, .top-bg-item {
  width: 100%;
  height: 100%;
}

.inner-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.inner-banner-overlay {
  background-color: #00000080;
  background-image: linear-gradient(to bottom, var(--transparent), #000);
  position: absolute;
  inset: 0%;
}

.cta-description {
  width: 96%;
  margin-top: 20px;
  margin-bottom: 0;
}

.blank-light-line {
  width: 0;
  height: 0;
}

.hero-banner {
  z-index: 20;
  margin-bottom: 0;
  padding-top: 59px;
  position: relative;
}

.row-bottom-intro-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
}

.inner-bottom-con {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom-con.large {
  background-color: var(--black);
  background-color: var(--white);
  height: 100px;
}

.vertical-white-line-fill {
  background-color: var(--dark-blue);
  width: 100%;
  height: 24px;
}

.hero-top-line {
  background-color: var(--white-20);
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.hero-right {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-intro-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.horizontal-line-white-fill {
  background-color: var(--dark-blue);
  width: 24px;
  height: 100%;
}

.hero-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-photo-bg {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-bg-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.slider-photo-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-intro-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-intro-grid-wrapper.other {
  position: static;
}

.inner-hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-right: 1px solid var(--white-20);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 100px 36px 100px 78px;
  display: grid;
}

.inner-hero-wrap.about-us-con {
  border-right-style: none;
  border-right-color: var(--black);
  padding: 0 35px;
}

.inner-hero-wrap.blog {
  grid-template-rows: auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 0;
}

.video-banner-background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-outline {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.bottom {
  border-color: var(--white);
  color: var(--red1);
  inset: auto 0% 0% auto;
}

.circle-outline.bottom.light {
  border-color: var(--black);
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.top.light {
  border-color: var(--white);
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.right.light {
  border-color: var(--white);
}

.scroll-line {
  background-color: var(--black-50);
  width: 100%;
  height: 1px;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.one {
  color: var(--white);
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.arrow {
  filter: none;
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.scroll-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center;
  height: 100px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: auto 7% 111px 0%;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100px;
  height: 100px;
  max-height: 100px;
  color: var(--dark-blue);
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
  transform: rotate(90deg);
}

.circle-button:hover {
  color: var(--white);
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.scroll-text {
  color: var(--white);
}

.home-2-background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.home-2-background.about-us {
  display: none;
}

.home-2-background.news-details.blog-1 {
  background-image: url('../images/Blog-1-Mani.png');
}

.home-2-background.news-details.blog-2 {
  background-image: url('../images/Blog-2.png');
}

.home-2-background.news-details.blog-3 {
  background-image: url('../images/Blog-3.png');
}

.home-2-background.news-details.blog-4 {
  background-image: url('../images/Blog-4.png');
}

.home-2-background.news-details.blog-5 {
  background-image: url('../images/Blog-5.png');
}

.home-2-background.news-details.blog-6 {
  background-image: url('../images/Blog-6.png');
}

.home-2-background.news-details.blog-7 {
  background-image: url('../images/Blog-7.png');
}

.home-2-background.news-details.blog-8 {
  background-image: url('../images/Blog-8.png');
}

.banner-2-wrapper {
  position: relative;
  overflow: hidden;
}

.banner-title-home-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.banner-title-home-2.about-us {
  color: var(--black);
}

.home-2-description {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.home-2-description.color-text {
  margin-bottom: 40px;
  font-size: 18px;
}

.product-4 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-4.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-details-panel-04 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-004 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-icon-004 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-ov-004 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.product-item-005 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-item-005.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-details-panel-005 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-005 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-ov-005 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.close-icon-005 {
  z-index: 80;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-item-006 {
  z-index: 70;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.close-ov-006 {
  z-index: 95;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.close-icon-006 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.side-panel-006 {
  z-index: 100;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.product-details-panel-006 {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.video-button-fill {
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.video-btn-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin: 3px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-icon-2 {
  width: 16px;
  margin-left: 2px;
}

.video-work-outline {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.sticky-video-lightbox {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-video-lightbox:hover {
  color: var(--white);
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-work-button {
  z-index: 100;
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.video-button-wrapper {
  padding: 60px;
}

.solid-video-work-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-banner-2 {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.product-7 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-7.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-details-panel-007 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-007 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-icon-007 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-ov-007 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.product-item-008 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-item-008.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-details-panel-008 {
  z-index: 800;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.side-panel-008 {
  z-index: 850;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.close-icon-008 {
  z-index: 80;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-ov-008 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.product-item-009 {
  z-index: 70;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.close-ov-009 {
  z-index: 95;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.close-icon-009 {
  z-index: 50;
  border: 1px solid var(--white-20);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.side-panel-009 {
  z-index: 100;
  background-color: var(--black);
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding: 160px 40px 40px;
  position: relative;
}

.product-details-panel-009 {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: auto;
  background-color: #1c1c1ccc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hover-circle-item {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.grid-wrapper-home-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.hover-circle-wrap {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-hero-home-3 {
  background-color: var(--black);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-link-home-3 {
  z-index: 200;
  border: 1px solid var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.scroll-link-home-3:hover {
  color: var(--white);
}

.overlay-banner {
  z-index: 3;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.hero-background-item {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.banner-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-3-con {
  width: 100%;
  height: 100%;
}

.banner-3-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-line-home-3 {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-loop-text {
  align-items: center;
  width: 99.9vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero-loop {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 15vw;
  font-size: 160px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.top-portfolio-link-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.looping-hero-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 140px;
  font-weight: 200;
  line-height: 1em;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex: none;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.hero-loop-strip {
  line-height: 1.4em;
  display: flex;
}

.button-home-5-3 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
}

.hero-loop-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero-links {
  z-index: 100;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.top-inner-banner {
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0 0% auto;
}

.hero-inner-background {
  background-image: url('../images/13-1_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-inner-background.lab {
  background-image: url('../images/parallax-homepage_1.avif');
}

.hero-inner-background.detail {
  background-image: url('../images/epal-slider-9_1.avif');
}

.hero-inner-background.contact {
  background-image: url('../images/slider6_1.avif');
}

.hero-inner-background.windows {
  background-image: url('../images/harland-epal-06_1.avif');
  background-position: 50% 0;
}

.hero-inner-background.doors {
  background-image: url('../images/EPAL-1234-KANE-RD-01_1.avif');
  background-position: 50% 100%;
}

.hero-inner-background.colors {
  background-image: url('../images/2150538724_1.avif');
  background-position: 50% 0;
}

.hero-inner-background.curtain-wall-systems {
  background-image: url('../images/ALBIO-R50.png.webp');
}

.hero-inner-background.lift-slide-windows {
  background-image: url('../images/LIFT--SLIDE-WINDOWS.png');
}

.hero-inner-background.tilt-turn-windows {
  background-image: url('../images/ALBIO-129C-ADVANCED.jpg');
}

.hero-inner-background.albio-130 {
  background-image: url('../images/ALBIO-130.jpg');
}

.hero-inner-background.albio-102 {
  background-image: url('../images/ALBIO-102.jpg');
}

.hero-inner-background.albio-r50 {
  background-image: url('../images/ALBIO-R50.png.webp');
}

.hero-inner-background.albio-127-thermo {
  background-image: url('../images/ALBIO-127C-SUPER-THERMO.jpg');
}

.hero-inner-background.albio-129c-advanced {
  background-image: url('../images/ALBIO-129C-ADVANCED.jpg');
}

.hero-inner-background.albio-235 {
  background-image: url('../images/LIFT--SLIDE-WINDOWS.png');
}

.hero-inner-background.space {
  background-image: url('../images/SPACE.png');
}

.overlay-inner-banner {
  z-index: 3;
  background-color: #0000;
  background-image: none;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-inner-banner.no-gradient {
  background-color: #000000d9;
  background-image: none;
}

.overlay-inner-banner.shop {
  background-color: #00000061;
  background-image: none;
}

.overlay-inner-banner.shop.quality {
  background-color: #0000004d;
  background-image: linear-gradient(180deg, var(--transparent) 51%, #000c 92%);
  padding-top: 98px;
}

.overlay-inner-banner.soft-light {
  background-color: #000000bf;
  background-image: none;
}

.style-guide-banner {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-banner.small-height {
  background-image: url('../images/13-1_1.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.section-gray-bg {
  background-color: var(--secondary-light-dark);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.changelog-description {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.instagram-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instgram-gray-cover {
  background-color: var(--white);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-instagram {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.background-instagram {
  z-index: -1;
  background-image: url('../images/Glasi-24-1_1Glasi 24 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-instagram.insta-2 {
  background-image: url('../images/Glasi-21_1Glasi 21.webp');
}

.background-instagram.insta-1 {
  background-image: url('../images/Glasi-7_1Glasi 7.webp');
}

.background-instagram.insta-3 {
  background-image: url('../images/Glasi-6_1Glasi 6.webp');
}

.background-instagram.insta-4 {
  background-image: url('../images/Glasi-2_1Glasi 2.webp');
  background-position: 50% 100%;
}

.background-instagram.insta-5 {
  background-image: url('../images/Glasi-26-1_1Glasi 26 (1).webp');
}

.background-instagram.insta-6 {
  background-image: url('../images/Glasi-12_1Glasi 12.webp');
}

.instagram-grid {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.overlay-light {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.insta-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.instagram-box {
  width: 100%;
  height: 150px;
  position: relative;
}

.small-instagram {
  position: relative;
}

.small-instagram.pb-70 {
  margin-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.slide-blog-collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.team-image {
  z-index: 10;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.background-photo {
  z-index: 1;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-photo.member-2 {
  background-image: url('../images/Team-3_1Team 3.webp');
  background-position: 50% 0;
}

.background-photo.member-3 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.background-photo.member-4 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.background-photo.member-5 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.background-photo.member-6 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.review-card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.outline-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--black-50) var(--dark-blue) var(--black-50) var(--black-50);
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.outline-team-card.no-outline {
  border-style: none;
  border-color: #000;
}

.review-card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.team-intro-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #0a0f1a;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 12px 12px;
  display: flex;
  position: relative;
}

.vertical-white-line {
  background-color: var(--red1);
  width: 100%;
  height: 24px;
}

.team-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.review-card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.horizontal-line-white {
  background-color: var(--red1);
  width: 24px;
  height: 100%;
}

.card-review-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.team-item-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-item-card._50 {
  width: 50%;
}

.team-ov {
  z-index: 5;
  background-color: #0003;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-name, .job-position {
  margin-top: 0;
  margin-bottom: 0;
}

.button-wrapper {
  position: relative;
}

.button-link-3 {
  border: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 0 1px;
  line-height: 1em;
  display: flex;
}

.button-link-3:hover {
  background-color: var(--white);
  color: var(--black);
  line-height: 1em;
}

.socials-button {
  z-index: 10;
  border: 1px solid var(--white-20);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.socials-button:hover {
  background-color: #ffffff80;
}

.button-line-1 {
  background-color: var(--black);
  width: 20px;
  height: 1px;
}

.button-line-2 {
  background-color: var(--black);
  width: 1px;
  height: 20px;
  position: absolute;
}

.btn-link-1 {
  border: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.btn-link-1:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-link-2 {
  border: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.button-link-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.social-icon.dribble {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.blog-title-wrap {
  width: 90%;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid var(--white-20);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  max-width: 13vw;
  margin-top: -10rem;
  margin-bottom: -10rem;
  display: grid;
}

.centered-intro-2 {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-parallax-wrapper {
  width: 100%;
  position: relative;
}

.action-con {
  z-index: 0;
  grid-column-gap: 8rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-intro-image {
  z-index: 1;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-intro-image.paralax-fast, .home-intro-image.paralax-slow {
  border-radius: 0;
}

.h6-subtitle-black-2 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.intro-paralax {
  border-radius: 0;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
}

.intro-paralax.paralax-slow {
  width: 90%;
}

.intro-paralax.paralax-fast {
  margin-left: -4.2rem;
  margin-right: -4.5rem;
}

.intro-paralax.top-paralax-slow {
  z-index: 10;
  width: 90%;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.two {
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50% 0;
}

.testimonial-avatar.three {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.img-parallax-wrapper {
  background-image: url('../images/circle-right.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 15vw;
}

.img-parallax-wrapper.small-img {
  background-image: url('../images/wireframe-background.avif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vw;
}

.img-parallax-wrapper.img-3 {
  background-image: url('../images/circle-left.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.img-parallax-wrapper.small-img-2 {
  background-image: url('../images/wireframe-background.avif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vw;
}

.image-overlay {
  z-index: 5;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark {
  background-color: #0000;
}

.subtitle-wrapper-2 {
  margin-bottom: 24px;
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.testimonial-text {
  color: var(--black);
  padding-left: 31px;
  padding-right: 31px;
  font-size: 38px;
  font-style: italic;
  line-height: 1.4em;
}

.testimonial-text.name {
  font-size: 24px;
  font-style: normal;
}

.testimonial-text.center {
  text-align: center;
}

.testimonial-text.center.white {
  color: var(--white);
}

.tab-link-2 {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link-2:hover {
  opacity: 1;
}

.tab-link-2.w--current {
  background-color: #0000;
}

.blank-line-review {
  width: 0;
  height: 0;
}

.tabs-menu-3 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.testimonial-avatar-2 {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar-2.three {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.testimonial-avatar-2.two {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.testimonial-avatar-2.one {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.intro-review-corner {
  border-top: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-review-corner.top-right {
  inset: 0% 0% auto auto;
}

.intro-review-corner.top-right.dark {
  border-right: 1px solid var(--white-20);
  border-left-style: none;
}

.intro-review-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #b9dee926;
  inset: auto auto 0% 0%;
}

.intro-review-corner.bottom-left.dark {
  border-bottom-color: var(--white-20);
}

.intro-review-corner.bottom-right {
  inset: auto 0% 0% auto;
}

.intro-review-corner.bottom-right.dark {
  border-style: none solid solid none;
  border-right-width: 1px;
  border-right-color: var(--white-20);
  border-bottom-width: 1px;
  border-bottom-color: var(--white-20);
}

.testimonial-text-2 {
  color: var(--white);
  letter-spacing: -.035em;
  font-size: 38px;
  line-height: 1.2em;
}

.grid-review-wrap {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: none;
  position: relative;
}

.tab-link-outline-2 {
  z-index: 1;
  border: 1px solid #bfc5d5;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.boxed-review-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-our-team-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.team-banner {
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.base-container-preloader {
  position: relative;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--white-20);
  background-color: #f1f1f100;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

.sidebar-categories-2 {
  border: 1px solid var(--white-20);
  background-color: var(--black);
  border-radius: 0;
  padding: 20px 20px 30px;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-blog-3-item {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-blog-3-item:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-blog-3-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.collection-list-8 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-left-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-4.pos-relative {
  z-index: 100;
  max-width: 1600px;
  position: relative;
}

.blog-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.sidebar-categories-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  display: flex;
}

.sidebar-search-2 {
  background-color: #0000;
}

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

.blog-sidebar-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-sidebar-right-wrapper-2 {
  width: 36%;
  position: sticky;
  top: 110px;
}

.blog-3-form-white {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.top-text-blog {
  color: var(--black);
  font-size: 18px;
  display: inline-block;
}

.top-text-blog.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.review-photo {
  border-radius: 0;
  width: 35%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.avatar-name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.blog-template-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-photo {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.short-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.short-title.black {
  color: var(--black);
}

.scroll-blog-circle {
  z-index: 100;
  border: 1px solid var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.slider-blog-arrow {
  border-right: 1px solid var(--red1);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 80px;
  padding-right: 0;
  left: auto;
}

.section-blog-2 {
  background-color: var(--white);
  padding: 80px 36px;
  position: relative;
}

.underline-banner-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.main-avatar-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.testimoninal-home-3 {
  width: 54%;
}

.data-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.white-review {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 1.8em;
}

.white-review.blaack {
  color: var(--black);
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.review-blog-detail {
  width: 100%;
  display: block;
  overflow: hidden;
}

.rich-blog-post-text {
  color: var(--secondary-light-dark);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.rich-blog-post-text:hover {
  color: #47a1e6;
}

.rich-blog-post-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-blog-post-text figure {
  margin-top: 60px;
  margin-bottom: 60px;
}

.rich-blog-post-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-blog-post-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-template-pagination-link-2 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination-link-2:hover {
  opacity: 1;
}

.general-review-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.next-post-arrow-icon {
  filter: invert();
  color: #afafaf;
  margin-left: 10px;
}

.blog-details-link {
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle-data {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.blog-clip-details-link {
  overflow: hidden;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.previ-post-arrow {
  filter: invert();
  color: #afafaf;
  margin-right: 13px;
}

.avatar-position {
  color: var(--dark-gray);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.hover-line-fill-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.hover-line-fill-2.black {
  background-color: var(--black);
}

.photo-autor {
  background-image: url('../images/Glasi-25-1_1Glasi 25 (1).webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.post-container {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-container.right-align {
  text-align: right;
}

.blog-details-title {
  color: var(--black);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
}

.avatar-info {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.banner-blog-description {
  width: 85%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 23px;
  display: flex;
}

.data-line {
  background-color: var(--black);
  width: 40px;
  height: 1px;
}

.sidebar-recent-post-link {
  z-index: 100;
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-recent-post-link:hover {
  opacity: 1;
}

.recent-posts-con {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hover-blog-cover {
  z-index: 1;
  background-color: var(--white-5);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.tab-top-2.recent-posts {
  padding: 0;
}

.tab-top-2.recent-posts:hover {
  padding-right: 10px;
}

.subtitle-blog {
  color: #fff;
  margin-top: 0;
}

.subtitle-blog.black {
  color: var(--secondary-light-dark);
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  object-fit: cover;
  border-radius: 0;
  width: 80px;
  height: 100px;
  margin-right: 15px;
}

.subtitle-gray {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.article-2 {
  width: 100%;
}

.our-blog {
  padding: 80px 29px;
  position: relative;
}

.collection-caregory-list {
  width: 100%;
}

.grid-review-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.subtitle-8 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.testimonial-tabs-2 {
  flex-direction: column;
  display: none;
}

.blog-bg-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 500px;
  display: grid;
  position: relative;
}

.testimonial-intro-text {
  font-size: 25px;
  line-height: 1.7em;
}

.our-customers {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.testimonials-video-wrap {
  position: absolute;
  inset: 0%;
}

.slide-nav-12 {
  display: none;
}

.client-avatar-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: relative;
}

.they-say {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 15px;
}

.hover-slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.avatar-2 {
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar-2.avatar-5 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.avatar-2.avatar-2-item {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.avatar-2.avatar-4 {
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50% 10%;
}

.avatar-2.avatar-3 {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50% 30%;
}

.testimonial-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.featured-work-slider {
  z-index: 25;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-name-2 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.client {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.subtitle-customer {
  color: var(--dark-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 14px;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.slider-overlay-dark {
  z-index: 10;
  background-color: #000000bf;
  background-image: linear-gradient(to bottom, #0006, var(--transparent));
  position: absolute;
  inset: 0%;
}

.slider-overlay-dark.shop-details {
  background-image: none;
}

.testimonial-slide-content {
  z-index: 25;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-section-2 {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.video-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.review-item {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.review-intro-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-review-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--white-20);
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: 0 -.5px;
  padding: 0;
  position: relative;
}

.reviews-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7em;
}

.review-photo-wrap {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.review-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photo-review {
  z-index: 1;
  background-image: url('../images/about-1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.photo-review.photo-review-2 {
  background-image: url('../images/Glasi-17_1Glasi 17.webp');
}

.photo-review.photo-review-3 {
  background-image: url('../images/Glasi-23-1_1Glasi 23 (1).webp');
}

.photo-review.photo-review-4 {
  background-image: url('../images/Glasi-22_1Glasi 22.webp');
}

.photo-review.photo-review-5 {
  background-image: url('../images/Glasi-12_1Glasi 12.webp');
}

.photo-review.photo-review-6 {
  background-image: url('../images/Blog-1_1Blog 1.webp');
}

.photo-review.photo-review-8 {
  background-image: url('../images/Glasi-22_1Glasi 22.webp');
}

.photo-review.photo-review-9 {
  background-image: url('../images/Glasi-21_1Glasi 21.webp');
}

.photo-review.photo-review-10 {
  background-image: url('../images/Glasi-13_1Glasi 13.webp');
  background-position: 0%;
}

.photo-review.photo-review-10._3 {
  background-image: url('../images/ALBIO-R50.png.webp');
}

.photo-review.photo-review-10._2 {
  background-image: url('../images/ALBIO-102.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-review.photo-review-10._1 {
  background-image: url('../images/ALBIO-130.jpg');
}

.photo-review.photo-review-10.albio-235 {
  background-image: url('../images/LIFT--SLIDE-WINDOWS.png');
}

.photo-review.photo-review-10.space {
  background-image: url('../images/SPACE.png');
}

.photo-review.photo-review-10.albio-127c-super-thermo {
  background-image: url('../images/ALBIO-127C-SUPER-THERMO.jpg');
}

.photo-review.photo-review-10.albio-129c-advanced {
  background-image: url('../images/ALBIO-129C-ADVANCED.jpg');
}

.photo-review._2 {
  background-image: none;
}

.photo-review._3 {
  background-image: url('../images/about-2.avif');
}

.photo-review.custom {
  background-image: url('../images/epal-slider-7_1.avif');
}

.photo-review.security {
  background-image: url('../images/Roto-Safe-E-Eneo-CC-2_1.avif');
  background-position: 50% 100%;
}

.photo-review.beauty {
  background-image: url('../images/slider1-1_1.avif');
}

.photo-review.lab1 {
  background-image: url('../images/epal-factory-test-1_1.avif');
}

.photo-review.lab2 {
  background-image: url('../images/epal-lab-testing_1.avif');
}

.photo-review.lab3 {
  background-image: url('../images/epal-lab-quality-control_1.avif');
  background-position: 50% 100%;
}

.photo-review.detail1 {
  background-image: url('../images/6734e0267598599f9791014a_Glasi-19.webp');
  background-position: 0 100%;
}

.photo-review.detail3 {
  background-image: url('../images/6734e0267598599f9791014d_Glasi-15.webp');
  background-position: 0%;
}

.photo-review.detail2 {
  background-image: url('../images/6734e0267598599f9791014c_Glasi-18.webp');
}

.autor-photo {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.autor-photo.photo-2 {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.autor-photo.photo-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.autor-photo.photo-4 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.autor-photo.photo-5 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.autor-photo.photo-6 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.autor-name {
  margin-top: 0;
  margin-bottom: 0;
}

.aupor-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.photo-ov {
  z-index: 5;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.story-content {
  width: 100%;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-grid.pt-50 {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 0;
  display: block;
}

.image-background {
  z-index: 10;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq-list-wrapper {
  width: 100%;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-background-sticky {
  flex-direction: column;
  width: 100%;
  max-height: 80vh;
  padding: 26px;
  display: flex;
  position: sticky;
  top: 100px;
}

.tab-top-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-list-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq-cross-icon {
  filter: invert();
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.hero-faq-item {
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.hero-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding: 20px 0;
  transition: all .5s;
  display: grid;
}

.home-faq-top:hover {
  background-color: #cae2ff;
  padding-left: 15px;
  padding-right: 15px;
}

.horizontal-faq-line-2 {
  background-color: #fff;
  width: 14px;
  height: 2px;
}

.home-faq-text {
  width: 100%;
}

.faq-description-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.tab-bottom-content-2 {
  border-top: 1px #fff3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.text-size-large {
  color: var(--black);
  font-size: 20px;
  line-height: 1.2em;
}

.vertical-faq-line-2 {
  background-color: #fff;
  width: 2px;
  height: 14px;
  position: absolute;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.line.top {
  inset: 0% 0% auto;
}

.line-faq-fill {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
}

.tab-bottom-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000000d;
  border-top: 1px #ffffff40;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.full-width-faq-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-photo-wrapper, .faq-photo-wrap, .faq-photo-item {
  width: 100%;
  height: 100%;
}

.faq-ov {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.faq-banner {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 600px;
  margin-top: 0;
  padding-top: 112px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #ffffff05;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

.home-4-video-wrapper {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.home-4-video-wrapper.contact-us-page {
  margin-bottom: 0;
}

.home-4-video-wrapper.contact-us-page.hidden {
  display: none;
}

.home-4-video-wrapper.pricing-page {
  margin-bottom: 0;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.contact-us-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.form-title {
  border-bottom: 1px #eff9fc1a;
  width: 100%;
  padding-bottom: 0;
}

.stacked-title-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  display: grid;
}

.form-bg {
  grid-row-gap: 20px;
  background-color: var(--transparent);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block.no-grid {
  flex-flow: column;
  display: flex;
}

.dark-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-us-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.2em;
}

.feedback-white-wrap {
  background-color: var(--secondary-light-dark);
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -20px;
  position: relative;
}

.feild-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-black {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.feedback-photo {
  background-image: url('../images/Team-3_1Team 3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo.photo-2 {
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50% 0;
}

.feedback-photo.photo-5 {
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
}

.feedback-photo.photo-3 {
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50% 0;
}

.feedback-photo.photo-7 {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50% 0;
}

.white-success-text {
  margin-top: 0;
  margin-bottom: 0;
}

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

.contact-us-item-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-top {
  padding-left: 36px;
}

.useful-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-left: 1px #bfc5d5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.sticky-sidebar-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: sticky;
  top: 140px;
}

.useful-links {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-link {
  border-left: 1px solid var(--dark-blue);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.contact-us-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: #0a0f1a;
  grid-template-rows: auto auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
}

.useful-info-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.useful-info-text.black {
  color: var(--black);
}

.checkout-form-page {
  background-color: var(--secondary-light-dark);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
}

.contacts-ontent {
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 700px;
  display: flex;
}

.overlay-contact-us {
  background-color: var(--black-50);
  background-image: linear-gradient(to bottom, var(--transparent), #000c);
  position: absolute;
  inset: 0%;
}

.overlay-contact-us.no-gradient {
  background-color: #0000004d;
  background-image: none;
}

.checkout-form-con {
  grid-column-gap: 20px;
  justify-content: center;
}

.left-con {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.right-con {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  top: 140px;
}

.top-con {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  border-color: var(--white-20);
  background-color: var(--transparent);
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-con.shipping-top {
  border-bottom-style: none;
}

.bottom-con {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--white-20);
  background-color: var(--transparent);
}

.bottom-con.shipping-con {
  border-style: none;
}

.hero-checkout-con {
  margin-top: 0;
  margin-bottom: 0;
}

.top-checkout-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.required {
  flex: none;
  margin-left: auto;
}

.line-item {
  margin-bottom: 0;
}

.line-item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.no-shrink-text {
  flex: none;
}

.no-shrink-text-wrapper {
  flex-wrap: wrap;
}

.flex-row {
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.checkbox-wrap {
  align-items: center;
}

.order-item-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.product-image {
  object-fit: cover;
  height: 80px;
}

.product-price {
  margin-left: auto;
  font-weight: 400;
}

.product-info-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.product-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.shop-tab-link {
  color: var(--dark-gray);
  background-color: #0000;
  padding: 10px 30px;
}

.shop-tab-link:hover {
  color: var(--paragraph-grey);
}

.shop-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.shop-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.shop-tab-link.all-projects.w--current {
  color: #fff;
}

.shop-tab-link.all-projects.w--current:hover {
  color: var(--dark-gray);
}

.shop-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu-4 {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.shop-main-tabs, .collection-product-list-wrapper {
  width: 100%;
}

.project-collection-item-2:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.collection-grid-4-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

.icon {
  z-index: 50;
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.shop-product-details-subtitle {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.shop-product-details-subtitle.mb-20 {
  margin-bottom: 20px;
}

.product-description-2 {
  margin-top: 20px;
}

.product-description-2 p {
  margin-top: 0;
  margin-bottom: 0;
}

.quantity-2 {
  border-color: transparent transparent var(--white-20);
  color: #fff;
  background-color: #0000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #fff;
}

.quantity-2::placeholder {
  color: #fff;
}

.shop-lightbox-item {
  width: 100%;
}

.product-category-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-image-cover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.section-shop-details {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.quantity-title-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.solid-view-circle {
  z-index: 5;
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle:hover {
  opacity: 1;
}

.main-product-category {
  color: #0e0e0e;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1em;
}

.main-product-category:hover {
  color: #fff;
  background-color: #0000;
}

.shop-details-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
}

.price-product {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 300;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.h2-shop-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-details-ov {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.lightbox-link-shop {
  z-index: 50;
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 0;
  justify-content: center;
  min-width: 450px;
  height: 550px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
  margin-bottom: 0;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-sticky-block {
  position: sticky;
  top: 140px;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-card-old-price {
  color: var(--dark-gray);
  text-decoration: line-through;
}

.shop-tablet-image {
  display: none;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.image-100 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.product-detail-category {
  z-index: 25;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .15em;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: none;
}

.product-detail-category:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.shop-banner {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-banner._60vh {
  height: 50vh;
  min-height: 300px;
  padding-top: 105px;
}

.category-product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

.section-related-products {
  background-color: var(--secondary-light-dark);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.shop-title-wrap {
  width: 65%;
}

.flex-top-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.relative-products-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

.relative-products-collection:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.total-price {
  font-weight: 400;
}

.web-payments-btn, .apple-pay-btn {
  height: 49px;
}

.shipping-method-list {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--white-20);
}

.shipping-method {
  border-top: 1px solid var(--white-20);
  background-color: var(--transparent);
  border-bottom-style: none;
}

.empty-shipping-method {
  border: 1px solid var(--white-20);
  background-color: var(--transparent);
}

.shipping-description {
  font-weight: 300;
}

.shipping-price {
  margin-left: auto;
}

.pricing-item-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.pricing-intro-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-intro-card.price-3 {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.outline-pricing-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--white-20);
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.pricing-list {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.pricing-offers {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.price-description {
  color: var(--secondary-light-dark);
  margin-top: 0;
  margin-bottom: 20px;
}

.price-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2em;
}

.hero-price {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.top-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.from-span {
  letter-spacing: 0;
  text-transform: none;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.scroll-color-bg-wrap {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(135deg, #fb0357, #f84cfd);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.hero-price-item {
  grid-template-rows: auto;
  grid-template-columns: 30% 30% 40%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  transition: all .35s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-home-5-4 {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.price-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-price {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.price-right {
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sidebar-pricing-right {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.dark-preloader-fast {
  z-index: 100000000;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-wrap-2 {
  z-index: 20;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 67px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.background-wrapper-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.socials-hover-bg {
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  transform: scale(0);
}

.portfolio-details-title {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.portfolio-stage-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: flex;
}

.anchor-link-2 {
  border-bottom: 1px solid var(--white-20);
  text-transform: uppercase;
  padding: 24px 15px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link-2:hover {
  color: var(--white);
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link-2.w--current {
  border-bottom-color: var(--black-50);
  background-color: #ffffff0d;
  padding-left: 24px;
  padding-right: 24px;
}

.gallery-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-gall-wrap {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.subtitle-wrapper-3 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-stage-title {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: flex;
}

.info-services {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.info-services.white {
  color: var(--white);
  padding-left: 14px;
  padding-right: 14px;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.portfolio-rich-text {
  color: var(--white);
}

.portfolio-rich-text ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.portfolio-rich-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
}

.portfolio-rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.portfolio-rich-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}

.portfolio-rich-text p {
  margin-bottom: 0;
}

.next-portfolio {
  color: var(--black);
  margin-right: 20px;
}

.no-margin {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.link-wrap-2 {
  z-index: 9;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 41px;
  position: absolute;
  inset: auto 0% -14%;
}

.meta-card {
  grid-row-gap: 30px;
  text-align: center;
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.outline {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.hover-cover-portfolio-details {
  z-index: 2;
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-arrow-icon-left {
  filter: invert(80%);
  width: 12px;
  height: 12px;
}

.portfolio-top-subtitle {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.circle-link-hover-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.collection-gallery-list {
  z-index: 100;
  width: 100%;
}

.button-link-text {
  z-index: 25;
  position: relative;
}

.slider-arrow-icon-right {
  filter: invert(81%);
  width: 12px;
  height: 12px;
}

.bottom-slider-arrow-portfolio {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.bottom-slider-arrow-portfolio.right {
  border-top-color: var(--black-50);
  border-right-color: var(--dark-blue);
  border-bottom-color: var(--dark-blue);
  border-left-style: solid;
}

.subtitle-home-1 {
  z-index: 10000;
  color: var(--black);
}

.project-arrow {
  filter: invert(80%);
  width: 12px;
  height: 12px;
}

.portfolio-detaills-page {
  padding-bottom: 80px;
}

.stages-sidebar {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.h6-subtitle-text {
  grid-column-gap: 10px;
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.hover-slider-arrow-2 {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.footer-socials {
  z-index: 90;
  color: #fff;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.content-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.prev-portfolio {
  color: var(--black);
  margin-left: 20px;
}

.centered-intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-socials {
  z-index: 10;
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details {
  background-color: var(--black);
  color: #fff;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
  color: var(--white);
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.our-social {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-width-2 {
  width: 88%;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.gall-item {
  justify-content: space-between;
  display: flex;
}

.portfolio-main-title-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clip-subtitle {
  overflow: hidden;
}

.title-details {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.stage-banner {
  border-radius: 0;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.portfolio-meta {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.footer-socials-link {
  border: 1px solid #ffffff40;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.portfolio-hero-banner {
  border-radius: 0;
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.project-pagination-wrapper-2 {
  z-index: 100;
  align-items: stretch;
  display: flex;
  position: relative;
}

.portfolio-main-section {
  z-index: 99;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 700px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-arrow-2 {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.anchor-list {
  border-top: 1px solid var(--white-20);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-stage-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.overlay-portfolio-details {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.overlay-portfolio-details.gradient {
  background-color: #0000001a;
  background-image: linear-gradient(0deg, #000000bf, #0000);
}

.top-dot-2 {
  background-color: #aaa;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.portfolio-details {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 140px;
}

.link-wrap-center {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-lightbox:hover {
  opacity: 1;
  color: #fff;
}

.gallery-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-view-circle-2 {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle-2:hover {
  opacity: 1;
}

.solid-view-circle-2.portfolio-details {
  z-index: 50;
}

.gallery-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-portfolio-details {
  border-radius: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.overlay-portfolio-details-2 {
  background-color: #00000080;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.icon-2 {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.collection-project-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.collection-project-item:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-project-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.underline-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.clip-blog-link {
  overflow: hidden;
}

.blog-3-card {
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-projects-list {
  flex-flow: column;
  display: block;
}

.collection-projects-list.hiiden {
  display: none;
}

.underline-hover-fill {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.background-wrapper-3 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.background-portfolio-3 {
  background-image: url('../images/EPAL-1234-KANE-RD-01_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-portfolio-3.lift-windows {
  background-image: url('../images/harland-epal-06_1.avif');
  background-position: 50%;
}

.background-portfolio-3.tilt-windows {
  background-image: url('../images/6734e0267598599f9791014a_Glasi-19.webp');
  background-position: 50%;
}

.portfolio-3-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.portfolio-3-image {
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-home-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.project-arrow-2 {
  filter: invert();
}

.scroll-cover {
  z-index: 90;
  background-color: var(--secondary-light-dark);
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.portfolio-3-card-top {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.overlay-portfolio-3 {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.item-project-grid {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 0;
  display: grid;
}

.item-project-grid._1 {
  grid-template-columns: 1fr;
}

.project-title {
  margin-top: 0;
  margin-bottom: 0;
}

.project-title.black {
  color: var(--black);
}

.cursur-text {
  color: #fff;
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  position: absolute;
  inset: auto;
}

.cursur-top-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.cursur-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.bg-blog-link {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link:hover {
  opacity: 1;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.top-black-cover {
  background-color: var(--red1);
  position: absolute;
  inset: 0%;
}

.top-project-con {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.category-item-project {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: grid;
}

.licencing-link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  margin-left: auto;
  display: flex;
}

.licencing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.top-licence-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.licens-wrap {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.eye-icon {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.licencing-list, .licencing-list-wrapper, .licencing-list-item {
  width: 100%;
  height: 100%;
}

.licensing-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  margin-top: 80px;
  display: flex;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

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

.logo-footer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.image-101 {
  height: 100px;
}

.div-block {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.body-2, .body-3, .body-4 {
  background-color: var(--white);
}

.text-block {
  color: var(--white);
}

.body-5 {
  background-color: var(--white);
}

.collection-list-wrapper-2 {
  width: 100%;
  color: var(--black);
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-2.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.text-block-2 {
  text-align: right;
}

.collection-list-wrapper-3 {
  margin-top: 20px;
}

.body-6 {
  background-color: var(--white);
}

.link {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.rich-text-block {
  width: 100%;
  color: var(--black);
  font-size: 16px;
}

.rich-text-block.technical-characteristics {
  font-size: 15px;
  font-weight: 400;
}

.list-item-2 {
  color: var(--white-20);
}

.list {
  background-color: var(--black);
}

.heading {
  color: var(--black);
}

.div-block-3 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.code-embed {
  z-index: 50;
  position: relative;
}

.collection-item {
  margin-bottom: 10px;
}

.text-field-2 {
  color: #747474;
  background-color: #fff;
  border-radius: 6px;
  height: 52px;
  font-size: 1rem;
  line-height: 2rem;
}

.text-field-2.bigger-size-bottom {
  height: 165px;
}

.bold-text-10 {
  color: var(--red1);
  font-size: 1.4rem;
}

.section-12 {
  padding: 80px 20px;
  position: relative;
}

.section-12.without-top-spacing {
  padding: 82px 20px;
}

.section-12.without-top-spacing.padding-form {
  padding-left: 50px;
  padding-right: 50px;
}

.about-company-column-2 {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: sticky;
  top: 238px;
}

.about-company-column-2.other {
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: static;
}

.padding-bottom-twenty-two-2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  letter-spacing: .04rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.7rem;
}

.contact-form-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-form-block-2.other-form {
  background-color: #0000;
  padding: 16px;
}

.div-block-111 {
  margin-top: 31px;
  margin-bottom: 0;
}

.div-block-111.other {
  margin-top: .3px;
}

.contact-one-heading {
  border-left: 4px solid #4a74fd;
  padding-left: 24px;
}

.contact-one-heading.other {
  background-color: #f1f1f100;
  border-left-color: #961719;
  margin-bottom: 26px;
}

.contact-form-button {
  text-transform: capitalize;
  border-radius: 6px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-form-button.bg-sky-blue {
  letter-spacing: .04px;
  background-color: #124b98;
  font-weight: 500;
}

.contact-form-button.bg-sky-blue.red {
  letter-spacing: .04rem;
  background-color: #961719;
}

.contact-form-all-field-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-form-all-field-inner {
  grid-column-gap: 10px;
  display: flex;
}

.black-title {
  color: var(--black);
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6d20;
  border: 1px solid #ff6d20;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.primary-red-button.full-submit-width.other-colour {
  background-color: #f80;
  border-color: #f80;
}

.div-block-29 {
  width: 50%;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.home-4-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.secvices-detail-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1em;
}

.form-block-4 {
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
}

.contacts-input {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #ff6d20;
}

.contacts-input::placeholder {
  color: #717171;
}

.contacts-input.white {
  color: #f9f9fa;
  letter-spacing: 1px;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contacts-input.white::placeholder, .contacts-input.white:lang(en) {
  color: #f9f9fa;
}

.image-brand {
  filter: invert();
  width: auto;
  max-width: none;
  height: 25px;
}

.image-brand.other {
  width: auto;
  height: 20px;
}

.image-brand.bigger {
  height: 36px;
}

.link-details {
  line-height: 1.2em;
}

.brand-block-image {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.text-content-right-details {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-14 {
  color: #f2f1f1;
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.overlay-service-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #060b3d00;
  background-image: linear-gradient(#060b3d24, #060b3d24), linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
  padding-top: 105px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  background-color: #00000075;
  width: 100%;
  margin-bottom: 0;
  padding: 18px;
}

.services-category {
  color: #ff6d20;
  font-weight: 600;
  transition: color .3s;
}

.services-category:hover {
  color: #fff;
}

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  width: 90%;
  padding-bottom: 15px;
  display: flex;
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.contacts-textarea {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid #ff6d20;
}

.contacts-textarea::placeholder {
  color: #717171;
}

.contacts-textarea.white {
  color: #f9f9fa;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 120px;
}

.contacts-textarea.white::placeholder {
  color: #f9f9fa;
  letter-spacing: 1px;
}

.text-block-15 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.text-block-16 {
  color: var(--black);
}

.body-7 {
  background-color: var(--white);
}

.vertical-line-white-fill-2 {
  background-color: var(--red1);
  width: 100%;
  height: 24px;
}

.vertical-line-white-fill-2.red {
  background-color: var(--red1);
}

.outline-hover-circle-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.horizontal-white-line-fill-2 {
  background-color: var(--red1);
  width: 24px;
  height: 100%;
}

.say-hi-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 113px;
}

.section-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-13.instagram-glasi {
  padding-bottom: 80px;
}

.link-line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.insta-ov-2 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.insta-ov-2.light {
  background-color: #0000001a;
}

.full-width-link-2 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.full-width-link-2:hover {
  color: #fff;
}

.full-width-link-2.center {
  justify-content: center;
}

.full-width-link-2.center.w--current {
  justify-content: center;
  width: auto;
}

.body-8, .body-9 {
  background-color: var(--white);
}

.form-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.field-label-2 {
  color: var(--secondary-light-dark);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.field-label-2.margin-top {
  padding-top: 15px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #961719;
  border-radius: 7px;
  padding: 17px;
  font-size: 14px;
  font-weight: 600;
  transition: all .4s;
}

.submit-button:hover {
  background-color: #1c1c1c;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e7e7e700;
  border-bottom: .6px #00000082;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 20%;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.form-block-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  margin-bottom: 0;
  display: flex;
}

.image-7 {
  border: 1px #000;
  text-decoration: none;
}

.contacts-input-2 {
  border-style: none;
  border-width: 1px;
  border-color: #e9ddce #e9ddce var(--secondary-main-color);
  color: #000000b3;
  background-color: #fff9;
  border-radius: 6px;
  height: 50px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.contacts-input-2:focus {
  border-color: #be9661 #be9661 var(--red1);
}

.contacts-input-2::placeholder {
  color: #1c1c1cb3;
  font-size: 14px;
}

.link-block-5 {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-4 {
  font-size: 14px;
}

.contacts-textarea-2 {
  border-style: none;
  border-width: 1px;
  border-color: #e9ddce #e9ddce var(--secondary-main-color);
  color: #000000b3;
  background-color: #fff9;
  border-radius: 6px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-bottom: 15px;
  padding: 16px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.contacts-textarea-2:focus {
  border-color: #be9661;
}

.contacts-textarea-2::placeholder {
  color: #1c1c1cb3;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.side-bar-modal-window {
  z-index: 2147483647;
  background-color: #cde5ff;
  width: 30%;
  display: block;
  position: fixed;
  inset: 0% auto 0% -30%;
  overflow: scroll;
}

.success-message-contact {
  background-color: #0000;
}

.div-block-68 {
  overflow: scroll;
}

.button-2 {
  color: #961719;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #e0b5b5;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #961719;
}

.div-block-65 {
  height: 80%;
  padding: 0;
}

.div-block-67 {
  width: 100%;
  padding: 13px 0;
}

.text-block-17 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.radio-button-label, .radio-button-label-2 {
  color: var(--secondary-light-dark);
}

.image-102 {
  width: 100%;
}

.text-block-18 {
  color: var(--black);
}

.body-10 {
  background-color: var(--white);
}

.main-logo {
  height: 70px;
  position: absolute;
}

.secondary-logo {
  height: 70px;
  position: relative;
}

.image-103 {
  max-width: 90%;
  margin-bottom: 20px;
}

.text-block-19 {
  font-size: 16px;
  font-weight: 600;
}

.div-block-112 {
  margin-top: 20px;
}

.text-block-20, .text-block-21, .text-block-22 {
  color: var(--white);
  font-weight: 400;
}

.text-block-23, .text-block-24 {
  font-weight: 400;
}

.text-block-25 {
  color: var(--secondary-light-dark);
  font-weight: 300;
}

.text-block-26 {
  color: var(--white);
  font-weight: 400;
}

.submit-button-2 {
  background-color: var(--main-color);
  letter-spacing: 2px;
  font-weight: 400;
}

.link-2 {
  color: var(--main-color);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-list {
  background-image: none;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  border-top: 3px #ed1c24;
  border-bottom: 3px solid #ed1c24;
  border-radius: 8px;
  width: 280px;
  padding: 20px;
  transition: opacity .2s;
  display: none;
  box-shadow: 1px -5px 25px -6px #0003;
}

.dropdown-list.w--open {
  display: none;
  box-shadow: 0 7px 17px -7px #0000004d;
}

.dropdown-list.areas {
  border-bottom-color: var(--main-color);
  width: 180px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.dropdown-list.areas.d {
  display: none;
  left: 10px;
}

.dropdown-list.areas.hidden {
  display: block;
}

.nav-text {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100px;
  transition: color .5s cubic-bezier(.77, 0, .175, 1);
}

.nav-text:hover {
  color: #fff;
}

.nav-text.w--current {
  color: #ed1c24;
}

.nav-text.small {
  color: #fff;
  letter-spacing: .3px;
  -webkit-text-stroke-color: white;
  height: 100px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100px;
}

.nav-text.small.dark {
  color: #545457;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
}

.nav-text.dark {
  color: #15141c;
}

.nav-text.dark.small {
  padding-left: 8px;
  padding-right: 8px;
}

.dropdown-toggle {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0 7px 0 0;
  display: block;
}

.dropdown-link {
  color: #15141c;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--secondary-main-color);
}

.dropdown-link.residential {
  color: #fff;
}

.dropdown-link.residential:hover {
  color: #ffffffcf;
}

.dropdown-link.commercial {
  color: #fff;
  font-weight: 500;
}

.dropdown-link.commercial:hover {
  color: #ffffffd4;
}

.dropdown-nav {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.dropdown-list-2 {
  background-color: #fff;
  border-top: 3px #ed1c24;
  border-bottom: 3px solid #ed1c24;
  border-radius: 8px;
  padding: 20px;
  display: none;
  inset: 0% auto auto 108%;
}

.dropdown-list-2.commercial {
  background-color: #ed1c24;
  display: none;
}

.dropdown-list-2.commercial.residential {
  background-color: #15141c;
  display: none;
}

.dropdown-list-2.areas {
  border-bottom-color: var(--main-color);
  flex-flow: column;
  width: 240px;
  padding: 9px 1px 5px;
  display: none;
  top: -29%;
  left: 113%;
  box-shadow: 5px 2px 8px -5px #0003;
}

.dropdown-list-2.areas.hidden {
  display: none;
}

.down-icon {
  color: #fff;
  padding-left: 14px;
  font-size: 12px;
  display: block;
}

.down-icon.dark {
  color: #15141c;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

.dropdown {
  width: 100%;
}

.dropdown.other {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown.other.residential {
  color: #fff;
  background-color: #15141c;
  border-radius: 8px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.dropdown.other.commercial {
  background-color: #ed1c24;
  border-radius: 8px;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.accordion-item {
  border: 1px solid #afafaf80;
  border-radius: 20px;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-title {
  color: var(--red1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.accordion-icon {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-6 {
  width: 100%;
}

.image-104 {
  width: 100%;
  margin-bottom: 10px;
}

.download-button {
  color: #15141c;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all .575s;
  display: flex;
}

.download-wrap {
  display: flex;
}

.download-icon {
  width: 25px;
  max-width: none;
  margin-right: 20px;
}

.download-heading {
  color: #15141c;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.download-text {
  color: #666;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.download-arrow-wrap {
  border-radius: 50%;
  padding: 10px 13px;
}

.div-block-113 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-105 {
  width: 100%;
  max-width: none;
}

.div-block-114 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.empty-state {
  background-color: #ddd0;
}

.collection-list-9 {
  margin-bottom: -6px;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-106 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.lightbox-link {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

.text-block-28, .text-block-30 {
  color: var(--white);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  place-items: center;
  width: 160px;
}

.div-block-115 {
  width: auto;
  height: 20px;
  color: var(--black);
  background-color: #000;
  border: .5px solid #000;
}

.link-3 {
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
}

.link-3:hover {
  opacity: .8;
  color: var(--white);
}

.div-block-116 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-117 {
  z-index: 9999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-117.hidden {
  display: none;
}

.div-block-118 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.div-block-119 {
  display: flex;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
  padding-top: 4px;
  display: flex;
  position: relative;
}

.input-label {
  z-index: 2;
  color: #0f1d4280;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center._100-p-width {
  width: 100%;
}

.form-block-box {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.box {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  align-items: flex-start;
  max-width: 60%;
  padding: 24px 40px;
}

.form-button-img {
  display: block;
  position: absolute;
  inset: 8px 10px auto auto;
}

.hidden-trigger-button {
  display: block;
}

.btn {
  grid-column-gap: 10px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  transform: translate(0, -2px);
}

.btn.yellow-grad {
  color: #c54610;
  border-radius: 50px;
}

.btn.yellow-grad.even.trigger-button {
  cursor: pointer;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.main-section.acc-section {
  background-color: var(--red1);
  color: #0f1d4280;
  padding-top: 251px;
  font-size: 12px;
  position: relative;
}

.forgot-pw-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.spacer-xs-2 {
  width: 100%;
  height: 3px;
}

.form-box-top-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0 auto 0%;
  transform: translate(0, -50%);
}

.form-heading {
  color: #0f1d42bf;
  text-align: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  display: block;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 7px;
  display: flex;
  position: relative;
}

.input-wrapper.hidden {
  display: none;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #e9a800;
}

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

.input.hidden {
  display: none;
}

.faint-text {
  grid-column-gap: 3px;
  color: #0f1d4280;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.spacer-xl {
  height: 30px;
}

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

.link-4 {
  color: var(--red1);
  font-weight: 500;
  text-decoration: none;
}

.link-4:hover {
  color: #000;
}

.auth-decor-left-bg {
  opacity: .37;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-2 {
  grid-template-rows: auto;
  width: 100%;
}

.popup-wrapper {
  z-index: 909;
  background-color: #15151566;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper:focus {
  display: block;
}

.popup-wrapper.subscribe-wrapper {
  background-color: #151515ab;
  display: none;
}

.text-color {
  color: #b29b35;
}

.subscribe-popup-image {
  background-image: url('../images/Insta-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.close-button {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.subscribe-popup-info {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Unknown_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.heading-17 {
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  text-align: left;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.paragraph-small.text-grey.pop-up-text {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.bold-text-7 {
  color: #ed3237;
}

.popup {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 870px;
  min-height: 200px;
  max-height: 96vh;
  position: relative;
  box-shadow: 0 16px 30px #1515151a;
}

.popup.subscribe-popup {
  align-items: stretch;
  width: auto;
  max-width: 70%;
  min-height: auto;
  padding: 33px 66px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  display: flex;
}

.div-block-120 {
  width: 100%;
  margin-bottom: 24px;
}

.heading-18 {
  color: var(--secondary-light-dark);
  font-size: 28px;
}

.link-5 {
  width: 100%;
  color: var(--secondary-light-dark);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 11px;
  font-size: 11px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.collection-list-wrapper-4 {
  display: flex;
}

.text-block-34 {
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-35 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: 500;
}

.div-block-121 {
  background-image: url('../images/Roto-Safe-E-Eneo-CC-2_1.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-top: 105px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.div-block-121.window {
  background-image: url('../images/page_1_img_1.png');
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 105px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.image-107, .paragraph-5 {
  width: 100%;
}

.div-block-130 {
  background-color: #5da9dd1a;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 15px;
}

.service-details-sidebar-contacts {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.contact-link {
  color: #0c0c0d;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-link:hover {
  color: #0053a0;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-icon-2 {
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.form-label {
  z-index: 11;
  color: #3b3b3b;
  letter-spacing: .1em;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  top: .9em;
  left: 0;
}

.form-label.black {
  color: #0f0f0f;
}

.service-details-sidebar-wrapper {
  background-color: #f3f3f3;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.form-field {
  z-index: 5;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #5d5959;
  min-height: 2.5em;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 0 0 0 7.2em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #0c389f;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #1b243ab3;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  font-size: 13px;
}

.form-field::placeholder {
  color: #333;
  font-size: 12px;
  font-weight: 300;
}

.form-field.address {
  padding-left: 6.1em;
}

.form-field.address::placeholder {
  font-size: 12px;
}

.form-field.text-area {
  border-bottom-color: #5d5959;
  min-height: 6em;
  padding-top: 1.4em;
  padding-left: 0;
}

.form-field.text-area:hover {
  border-bottom-color: #000;
}

.form-field.text-area::placeholder {
  font-size: 12px;
}

.form-field.other {
  color: #000;
  border-bottom-color: #5d5959;
  min-height: 2.5em;
  margin-bottom: 7px;
  padding-left: 4.5em;
  font-size: 13px;
  line-height: 16px;
}

.form-field.other:hover {
  border-bottom-color: #000;
}

.form-field.other:focus-visible, .form-field.other[data-wf-focus-visible] {
  font-size: 13px;
}

.form-field.other::placeholder {
  font-size: 12px;
}

.section-14 {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.section-14.overflow-visible {
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.solutions-details-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 380px;
  margin-bottom: 60px;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.form-inner.hidden {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.arrow-button {
  color: #0c0c0d;
  text-align: center;
  text-transform: lowercase;
  background-color: #3030c000;
  border: 1px solid #afafaf80;
  border-radius: 50px;
  padding: 10px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.arrow-button:hover {
  opacity: 1;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.form-success-title {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-arrow {
  display: flex;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.base-container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.accordion-wrap-one-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contacts-detail {
  padding-left: 4px;
  display: flex;
}

.div-block-131 {
  width: 35%;
  position: sticky;
  top: 158px;
}

.form-block-5 {
  width: 100%;
  margin-bottom: 45px;
}

.accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-icon {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 1.3em;
}

.form-success-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3em;
  display: block;
}

.div-block-137 {
  width: 100%;
  display: flex;
}

.no-margin-2 {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-2.bigger-text {
  font-size: 22px;
  font-weight: 400;
}

.no-margin-2.centered {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.form-item {
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-item:hover {
  border-bottom-color: #fff;
}

.form-item.is-area-text {
  align-items: flex-start;
  margin-bottom: 1.3em;
  padding-top: 1em;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.button-arrow-element {
  background-color: #0c0c0d;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: -10px;
  display: flex;
}

.form-success-message-2 {
  color: #fff;
  background-color: #45934f;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 5em 3em;
}

.section-15 {
  padding: 75px 30px;
}

.section-16 {
  padding-top: 63px;
}

.link-6 {
  background-color: var(--main-color);
  color: var(--white);
  padding: 13px;
  display: inline;
}

.bold-text-11 {
  color: var(--main-color);
}

.text-block-36 {
  color: var(--white);
}

.section-21 {
  padding-bottom: 0;
}

.main-2 {
  background-image: url('../images/1_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 96px;
  display: flex;
  position: static;
  inset: 0%;
}

.main-2.thank-you {
  background-image: linear-gradient(#00000080, #00000080), url('../images/epal-slider-6_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
}

.heading-6 {
  background-color: var(--red1);
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 29px 58px;
  font-size: 3em;
  display: flex;
}

.italic-text-27 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.container-2 {
  width: 100%;
  max-width: 1150px;
}

.heading-20 {
  font-size: 58px;
}

.success-message {
  color: #070707;
  background-color: #fff;
  padding: 24px;
}

.success-message.contact {
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 400px;
  position: relative;
}

.form-block-6 {
  margin: 0;
}

.form-block-6.other-form {
  background-color: #07070757;
  padding: 24px;
}

.h4-size {
  font-size: 22px;
  line-height: 1.31818em;
}

.input-2 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  min-height: 30px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2em;
  transition: border-color .3s;
}

.input-2:hover {
  border-bottom-color: #fff9;
}

.input-2:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.input-2::placeholder {
  color: #fff;
}

.input-2.text-area {
  min-height: 85px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.contact-form {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #070707;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.subscribe-button:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
}

.subscribe-button.button-white {
  color: #070707;
  background-color: #fff;
}

.subscribe-button.button-white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.subscribe-button.button-white.contact {
  max-width: 216px;
}

.error-message {
  background-color: #ec0808d1;
  margin-top: 24px;
  padding: 24px;
}

.contact-success-message-inner-content {
  background-color: #0b9b61;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-37 {
  color: var(--white);
}

.div-block-139 {
  width: 300px;
}

.bold-text-12 {
  font-weight: 500;
}

.div-block-140 {
  margin-top: 30px;
}

.right-bottom-shape-top-curve {
  background-image: radial-gradient(circle farthest-side at 0 0, #0000 100%, #eef3f6 100%, #eef3f6);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
}

.marquee-img {
  opacity: .6;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.right-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.marquee-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #041f394d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 130px;
}

.icon-style-one-desc {
  color: #666;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.icon-style-one-dot {
  background-color: #c0cbd5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.icon-style-one-line {
  background-color: #15141c;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -1px;
}

.marquee {
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.icon-style-one-icon-wrap {
  border-bottom: 1px solid #c0cbd5;
  margin-bottom: 14px;
  padding-bottom: 0;
  position: relative;
}

.icon-style-one-icon {
  width: auto;
  max-width: none;
  height: 44px;
}

.icon-style-one-title {
  letter-spacing: -.28px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}

.marquee-one-section {
  padding-top: 70px;
  padding-bottom: 80px;
}

.marquee-one-section.overflow-hidden {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.right-bottom-shape-arrow {
  transform: rotate(-45deg);
}

.right-bottom-shape-bottom-curve {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}

.right-bottom-shape-arrow-hover {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-17px, 17px)rotate(-45deg);
}

.right-bottom-shape-arrow-curve {
  background-color: #fff;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}

.right-bottom-shape-arrow-wrap {
  text-align: left;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
}

.icon-style-one-content {
  padding-right: 10px;
}

.shape-arrow-wrap {
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-log-wrap {
  border: 1px solid #5da9dd;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: 55px;
  margin-right: 55px;
  padding: 18px;
  display: inline-flex;
  position: relative;
}

.icon-style-one {
  background-color: #fff;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: block;
  position: relative;
}

.icon-style-one.button-block-hover {
  padding: 25px;
}

.marquee-wrap {
  flex: none;
  align-self: center;
  align-items: center;
  padding-left: 749px;
  display: flex;
}

.icon-style-one-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: stretch;
  max-width: 1100px;
  padding-top: 49px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-21 {
  font-size: 33px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.div-block-141 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.div-block-142 {
  border-right: 1px solid var(--secondary-main-color);
  width: 1px;
  display: block;
}

.link-block-8 {
  text-transform: uppercase;
  padding: 13px;
}

.link-block-8:hover {
  text-transform: uppercase;
  background-color: #5da9dd21;
}

.text-block-38 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
}

.text-block-38:hover {
  text-transform: uppercase;
}

.centered-alignment {
  text-align: center;
}

.div-block-143 {
  margin-top: 40px;
}

.div-block-144 {
  z-index: 2;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.div-block-144.down {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 30%;
  inset: auto 0% 0%;
}

.div-block-145 {
  width: 100vw;
}

.button-home-5-5 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0064b1;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5-5:hover {
  color: #fff;
}

.vertical-line-2 {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-line-2.bottom-right {
  inset: auto 0% 0% auto;
}

.vertical-line-2.bottom-left {
  inset: auto auto 0% 0%;
}

.vertical-line-2.top-right {
  inset: 0% 0% auto auto;
}

.form-input-2 {
  color: #08071b;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  height: 49px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .5s ease-in-out;
}

.form-input-2:focus {
  border-style: solid;
  border-color: #fff;
  padding-left: 30px;
}

.form-input-2::placeholder {
  color: #adadad;
  font-size: 14px;
}

.form-input-2.white-border {
  color: #fff;
  border-color: #fff;
  height: 46px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-input-2.message-input {
  border-color: #00000080;
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
}

.form-input-2.message-input.white-border {
  min-height: 110px;
  margin-bottom: 12px;
}

.text-block-39 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.horizontal-scale-line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-scale-line-2.top-line-left {
  inset: 0% auto auto -50%;
}

.horizontal-scale-line-2.bottom-line-left {
  inset: auto auto 0% -50%;
}

.horizontal-scale-line-2.top-line-right {
  inset: 0% -50% auto auto;
}

.horizontal-scale-line-2.bottom-line-right {
  inset: auto -50% 0% auto;
}

.form-4 {
  background-color: #00000075;
  width: 100%;
  margin-bottom: 0;
  padding: 18px;
}

.btn-hover-bg-2 {
  z-index: 1;
  background-color: #5da9dd;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-146 {
  width: 50%;
}

.vertical-scale-line-2 {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vertical-scale-line-2.t-right {
  inset: -50% 0% auto auto;
}

.vertical-scale-line-2.t-left {
  top: -50%;
}

.vertical-scale-line-2.b-right {
  inset: auto 0% -50% auto;
}

.vertical-scale-line-2.b-left {
  margin-left: 0;
  inset: auto auto -50% 0%;
}

.faq-banner-2 {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 600px;
  margin-top: 0;
  padding-top: 112px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line-2 {
  background-color: #fff;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-line-2.top-r {
  inset: 0% 0% auto auto;
}

.horizontal-line-2.bottom-r {
  inset: auto 0% 0% auto;
}

.horizontal-line-2.bottom-l {
  inset: auto auto 0% 0%;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1400px;
}

.div-block-147 {
  width: 100vw;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.without-top-spacing {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.instagram-glasi {
    padding-bottom: 60px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .banner-title-wrapper.faq {
    max-width: 900px;
  }

  .search-section {
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .right-header-wrapper {
    grid-column-gap: 30px;
  }

  .nav-dropdown-list-item.w--open {
    left: auto;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    left: -400px;
  }

  .nav-fixed-menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-header-item, .header-link-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-arrow {
    right: 410px;
  }

  .banner-title-home-1 {
    font-size: 70px;
  }

  .home-hero-intro {
    max-width: 700px;
  }

  .home-hero-content {
    grid-template-columns: 60% 40%;
  }

  .services-card {
    grid-row-gap: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .h2-title-tag {
    width: 100%;
  }

  .benefits-title {
    font-size: 35px;
  }

  .shop-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .best-interior-products {
    max-width: 1200px;
  }

  .glasi-product.size-one {
    width: 42vw;
  }

  .glasi-product.size-two {
    width: 24vw;
  }

  .grid-left {
    padding-right: 0;
  }

  .products-grid {
    margin-bottom: 100px;
    padding-right: 9rem;
  }

  .img-product.size-two {
    width: 42vw;
  }

  .img-product.size-one {
    width: 24vw;
  }

  .instagram-content {
    width: 80%;
  }

  .left-title-wrap, .top-title-con {
    width: 100%;
  }

  .left-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .shop-content.padding-top {
    width: 100%;
  }

  .footer-bottom-form {
    margin-bottom: 0;
  }

  .best-project-slide.home-2 {
    height: 650px;
  }

  .slider-section {
    display: flex;
  }

  .featured-project-content {
    min-height: 700px;
    padding-bottom: 34px;
  }

  .featured-project-info {
    padding-bottom: 43px;
  }

  .awards-title-fill {
    height: 63.5938px;
    font-size: 53px;
  }

  .awards-video-item {
    margin-top: 6rem;
  }

  .our-news-slider {
    padding-left: 3.5em;
  }

  .our-news {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .dark-fill {
    width: 3.5em;
  }

  .blog-title-text.news-page {
    font-size: 23px;
  }

  .about-glisi-content {
    grid-template-columns: 148px minmax(auto, 650px) minmax(80px, 1fr);
  }

  .news-grid-wrapper {
    padding-bottom: 130px;
  }

  .project-card.space-borders {
    padding: 36px;
  }

  .footer-navigation {
    grid-column-gap: 100px;
  }

  .middle-footer-con {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .footer-glasi {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-products {
    padding-top: 130px;
    padding-bottom: 29px;
    padding-left: 0;
  }

  .section-products.hidden {
    display: flex;
  }

  .coming-soon-text {
    width: 100%;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 70px;
  }

  .left-align-wrapper {
    width: 75%;
  }

  .search-banner-title {
    font-size: 70px;
  }

  .search-banner {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .inner-hero-wrap {
    padding-left: 166px;
  }

  .inner-hero-wrap.about-us-con {
    padding-left: 0;
  }

  .inner-hero-wrap.blog {
    padding-left: 166px;
  }

  .banner-title-home-2 {
    font-size: 70px;
  }

  .looping-hero-text {
    font-size: 160px;
  }

  .style-guide-banner {
    min-height: 500px;
  }

  .section-gray-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .instagram-box {
    height: 175px;
  }

  .team-image {
    min-height: 450px;
  }

  .blog-title-wrap {
    width: 70%;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .review-photo {
    flex: 1;
  }

  .section-blog-2 {
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .testimoninal-home-3 {
    width: 53%;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .general-review-wrap {
    grid-column-gap: 80px;
  }

  .our-blog {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .blog-bg-wrapper {
    min-height: 650px;
  }

  .featured-work-slider {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .reviews-text {
    font-size: 22px;
  }

  .review-photo-wrap {
    height: 300px;
  }

  .faq-banner {
    min-height: 650px;
  }

  .form-bg {
    padding: 60px;
  }

  .contact-us-title {
    font-size: 38px;
  }

  .useful-info-text {
    font-size: 23px;
  }

  .checkout-form-page {
    padding-top: 160px;
  }

  .collection-grid-4-2 {
    grid-column-gap: 60px;
  }

  .portfolio-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .section-shop-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .shop-details-hero-title {
    font-size: 50px;
  }

  .h2-shop-details {
    font-size: 40px;
  }

  .lightbox-link-shop {
    min-width: 550px;
    height: 600px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .shop-banner {
    min-height: 500px;
  }

  .category-product-grid {
    grid-column-gap: 60px;
  }

  .section-related-products {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .relative-products-grid {
    grid-column-gap: 60px;
  }

  .left-price {
    flex: 1;
  }

  .price-right {
    width: 334px;
  }

  .portfolio-detaills-page {
    padding-bottom: 100px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .stage-banner {
    height: 450px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 60px;
  }

  .gallery-image-portfolio-details {
    height: 550px;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .licensing-icons {
    margin-top: 130px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-12 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .contact-form-block-2 {
    height: 100%;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .secvices-detail-title {
    font-size: 55px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    grid-row-gap: 70px;
  }

  .section-13 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-13.instagram-glasi {
    padding-bottom: 60px;
  }

  .container {
    width: 100%;
  }

  .dropdown-list.w--open {
    transition: opacity .2s;
    box-shadow: 0 8px 9px -3px #00000024;
  }

  .nav-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-text.small {
    font-size: 14px;
  }

  .nav-text.small.dark {
    margin-right: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .down-icon {
    padding-left: 15px;
  }

  .down-icon.dark {
    margin-left: 0;
    margin-right: 8px;
    padding-left: 0;
  }

  .div-block-130 {
    padding-bottom: 0;
  }

  .section-14 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .form-inner.hidden {
    margin-bottom: 0;
  }

  .div-block-137 {
    margin-top: 12px;
    padding-bottom: 30px;
    display: flex;
  }

  .container-2 {
    max-width: 1200px;
  }

  .icon-style-one-icon-wrap {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .icon-style-one-title {
    margin-bottom: 20px;
  }

  .icon-style-one-content {
    padding-right: 20px;
  }

  .icon-style-one {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-style-one-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-banner-2 {
    min-height: 650px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 182px;
    padding-bottom: 182px;
  }

  .base-container {
    max-width: none;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .right-header-wrapper, .nav-menu-3, .button-hero-wrapper.full-width {
    width: auto;
  }

  .hero-slide-arrow, .hero-slide-arrow.left {
    right: 330px;
  }

  .home-hero-content {
    grid-template-columns: 65% 35%;
  }

  .products-grid {
    padding-right: 10rem;
  }

  .instagram-content {
    width: 70%;
  }

  .card-img-2 {
    height: 500px;
  }

  .awards-video-item {
    margin-top: 8rem;
  }

  .our-news-slider {
    padding-left: 9em;
  }

  .dark-fill {
    width: 9em;
  }

  .footer-glasi {
    padding: 56px 50px 20px;
  }

  ._404-title {
    font-size: 140px;
  }

  .error-404-text {
    font-size: 40px;
  }

  .search-banner {
    min-height: 530px;
  }

  .inner-hero-wrap {
    padding: 80px 115px 80px 235px;
  }

  .inner-hero-wrap.about-us-con {
    padding-right: 60px;
  }

  .inner-hero-wrap.blog {
    padding-left: 235px;
    padding-right: 60px;
  }

  .home-2-description.color-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9em;
  }

  .team-image {
    min-height: 500px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .field-block {
    grid-row-gap: 10px;
  }

  .contact-us-title {
    font-size: 45px;
  }

  .feild-form-wrapper {
    grid-row-gap: 14px;
  }

  .portfolio-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .section-shop-details {
    padding-top: 160px;
  }

  .price-right {
    width: 388px;
  }

  .stage-banner, .portfolio-3-image {
    height: 500px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-2 {
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .dropdown-list.w--open {
    box-shadow: 0 8px 9px -3px #00000042;
  }

  .container-2 {
    max-width: 1280px;
  }

  .icon-style-one-content {
    padding-right: 62px;
  }

  .icon-style-one {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

  .section {
    padding-top: 239px;
    padding-bottom: 239px;
  }

  .section.without-top-spacing.padding {
    padding-left: 150px;
    padding-right: 150px;
  }

  .banner-title-wrapper.faq {
    max-width: 1200px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    left: auto;
  }

  .hero-slide-arrow, .hero-slide-arrow.left {
    right: 90px;
  }

  .home-hero-intro {
    max-width: 700px;
  }

  .base-container-2 {
    max-width: 1600px;
  }

  .products-grid {
    padding-right: 15rem;
  }

  .instagram-content {
    width: 65%;
  }

  .about-us-intro {
    background-color: var(--paragraph-grey);
  }

  .section-gray.dark {
    background-color: var(--red1);
  }

  .interior-images {
    background-color: var(--paragraph-grey);
  }

  .best-project-slide.home-2 {
    height: 750px;
  }

  .awards-title-fill {
    height: 84px;
    font-size: 70px;
  }

  .awards-video-item {
    margin-top: 12rem;
  }

  .our-news-slider {
    padding-left: 25em;
  }

  .dark-fill {
    width: 25em;
  }

  .news-grid-wrapper.pt-80 {
    padding-top: 120px;
  }

  .overlay-blog.no-gradient {
    background-color: #0000001a;
  }

  .project-grey-cover {
    background-color: var(--red1);
  }

  .footer-kakao-container {
    align-content: center;
  }

  .middle-footer-con {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .footer-glasi {
    background-color: var(--red1);
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .product-details-panel-01, .product-details-panel-002, .product-details-panel-003 {
    display: none;
  }

  ._404-title {
    font-size: 180px;
  }

  .error-404-text {
    font-size: 52px;
  }

  .inner-hero-wrap {
    padding: 100px 200px 100px 115px;
  }

  .inner-hero-wrap.about-us-con {
    padding-right: 100px;
  }

  .inner-hero-wrap.blog {
    padding-left: 115px;
    padding-right: 100px;
  }

  .product-details-panel-04, .product-details-panel-005, .product-details-panel-006, .product-details-panel-007, .product-details-panel-008, .product-details-panel-009 {
    display: none;
  }

  .team-image {
    min-height: 550px;
  }

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

  .testimonial-tabs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .boxed-review-intro {
    padding-left: 80px;
    padding-right: 80px;
  }

  .blog-sidebar-left-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .base-container-4.pos-relative {
    max-width: 1600px;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 30%;
  }

  .blog-template-wrap {
    max-width: none;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .blog-details-title {
    font-size: 65px;
  }

  .banner-blog-description {
    width: 77%;
  }

  .blog-bg-wrapper, .faq-banner {
    min-height: 700px;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  .feild-form-wrapper {
    grid-row-gap: 24px;
  }

  .section-shop-details {
    padding-top: 180px;
  }

  .price-right {
    width: 427px;
  }

  .centered-intro {
    max-width: 800px;
  }

  .medium-width-2 {
    width: 72%;
  }

  .gallery-image-portfolio-details {
    height: 600px;
  }

  .portfolio-3-image {
    height: 550px;
  }

  .rich-text-block {
    width: auto;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-12.without-top-spacing.padding-form {
    padding-left: 90px;
    padding-right: 90px;
  }

  .text-content-right-details {
    grid-row-gap: 160px;
  }

  .div-block-121.window {
    padding-left: 80px;
    padding-right: 80px;
  }

  .base-container-5 {
    max-width: 1400px;
  }

  .container-2 {
    max-width: 1680px;
  }

  .right-bottom-shape-arrow-wrap {
    padding: 0;
  }

  .faq-banner-2 {
    min-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  blockquote {
    font-size: 25px;
  }

  .section {
    padding: 88px 20px;
  }

  .section.without-top-spacing {
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.without-top-spacing.padding {
    padding-left: 34px;
    padding-right: 34px;
  }

  .section.large-top-space {
    padding-top: 62px;
    padding-bottom: 29px;
  }

  .section.no-spacing {
    margin-bottom: 0;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 46px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 40px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .style-guide-button-wrapper {
    grid-row-gap: 10px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .rich-text-style.negative-top-bottom {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .spacing-system-title {
    font-size: 17px;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0;
    position: absolute;
    inset: 14px 15px auto auto;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1.5px;
    margin-bottom: 5px;
  }

  .black-nav-bg {
    background-color: #fff;
  }

  .right-header-wrapper {
    border-left-style: none;
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: var(--main-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
    justify-content: space-between;
    margin-right: 8px;
    font-size: 12px;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .nav-intro-item.small {
    color: var(--dark-blue);
  }

  .nav-hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-list-item {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item.w--open {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-item.medium-menu {
    display: block;
  }

  .nav-dropdown-list-item.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    z-index: 9999;
    background-color: #0000;
    display: none;
  }

  .login-tablet-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 21px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-fixed-menu {
    background-color: #fff0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .line-white {
    background-color: #fff;
    height: 1.5px;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .logo-mobile-3.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
  }

  .cart-button-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .header-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .top-tablet-menu-3, .nav-dropdown-item {
    width: 100%;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .megamenu-dropdown-wrap.small-wrap-width.no-right-padding {
    background-color: #0064b100;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .border-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tablet-menu-4 {
    background-color: #0e0e0e;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .menu-item-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-menu-3 {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0 20px;
    overflow: hidden;
  }

  .btn-wrap {
    width: 100%;
    display: flex;
  }

  .btn-line-animation, .secondary-lines {
    width: 100%;
  }

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

  .nav-text-wrap.left-padding {
    color: #15141c;
    margin-left: 0;
    margin-right: 0;
  }

  .full-width-link.footer-links {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-text {
    font-weight: 500;
  }

  .dropdown-text.large {
    font-size: 30px;
  }

  .hero-slide-arrow {
    transition: all .5s;
    left: 101px;
    right: auto;
  }

  .hero-slide-arrow:hover {
    background-color: #151b1980;
  }

  .banner-title-home-1 {
    font-size: 55px;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 0;
  }

  .home-3-hero {
    height: auto;
    min-height: 100vh;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(15px, 1fr);
  }

  .home-hero-content {
    grid-column-gap: 40px;
    grid-template-columns: 1fr auto;
    align-content: center;
    padding-top: 140px;
    padding-left: 36px;
    padding-right: 0;
  }

  .slider-background-wrap {
    padding: 60px;
  }

  .slider-background-wrap.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .slider-info-link {
    width: auto;
    margin-left: 106px;
  }

  .bottom-grid-wrap {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .accent-description {
    font-size: 16px;
  }

  .services-card {
    grid-row-gap: 70px;
    min-height: 200px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .outline-card {
    display: flex;
  }

  .advantages-cards {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  .featured-description {
    width: 70%;
  }

  .about-us-image {
    width: 20vw;
    height: 29vw;
  }

  .story-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-title-tag {
    font-size: 38px;
  }

  .h2-title-tag.white {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 38px;
  }

  .center-text-wrapper {
    width: 100%;
  }

  .about-nevo {
    grid-template-columns: minmax(auto, 1500px);
  }

  .button-primary {
    width: 100%;
  }

  .space-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
  }

  .three-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .black-line-vertical {
    width: 100%;
    height: 1px;
  }

  .dark-video-overlay {
    background-color: #00000080;
  }

  .card-link {
    border-bottom: 1px solid #8e93a526;
    height: 101%;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tablet-title {
    display: block;
  }

  .shop-container {
    padding-left: 0;
    padding-right: 0;
  }

  .glasi-product.size-one {
    width: 100%;
    height: 60vh;
  }

  .glasi-product.size-two {
    width: 100%;
    height: 26rem;
  }

  .glasi-product.size-three {
    width: 100%;
    height: 40rem;
  }

  .glasi-product.size-four {
    width: 17rem;
  }

  .grid-left {
    padding-top: 11rem;
    padding-right: 0;
    display: flex;
  }

  .products-grid {
    margin-top: -130px;
    padding-left: 60px;
    padding-right: 15px;
  }

  .img-product.size-two {
    width: 100%;
    height: 120%;
  }

  .img-product.size-three {
    width: 100vw;
    height: 44rem;
  }

  .img-product.size-one {
    width: 100%;
    height: 28rem;
  }

  .product-item.last-product {
    padding-left: 15px;
    padding-right: 15px;
  }

  .instagram-main-container {
    min-height: 320px;
  }

  .instagram-link.image-03 {
    width: 23%;
  }

  .instagram-link.image-05 {
    width: 16%;
  }

  .instagram-link.image-02 {
    width: 18%;
    top: -20px;
    left: 90px;
  }

  .instagram-link.image-04 {
    width: 28%;
  }

  .instagram-link.image-06 {
    width: 20%;
  }

  .instagram-link.image-01 {
    width: 10%;
    top: -40px;
  }

  .instagram-link.image-07 {
    width: 25%;
  }

  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .left-title-wrap, .left-text-wrapper, .best-sellers, .best-sellers.right {
    width: 100%;
  }

  .shop-content {
    min-height: auto;
  }

  .shop-content.padding-top {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-top: 40px;
    padding-bottom: 33px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .blank-line {
    padding: 0;
  }

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-inner-bottom {
    display: none;
  }

  .pricing-grid {
    min-height: auto;
  }

  .inner-bottom.gray, .inner-bottom.gray-blog {
    border-right-style: none;
  }

  .section-gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .solid-photo-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .interior-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .hero-footer-nav {
    justify-content: center;
    width: 100%;
  }

  .numbers-grid {
    grid-column-gap: 25px;
  }

  .dual-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-input.message-input.white-border {
    min-height: 80px;
  }

  .form-input.white-border {
    height: 50px;
  }

  .subscribe-form-footer {
    grid-column-gap: 8px;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .best-project-slide.home-2 {
    height: 500px;
  }

  .slider-top-line {
    grid-template-columns: 0 60px 24px 60px auto;
  }

  .slider-arrow {
    left: 0;
  }

  .slider-arrow.right {
    left: 84px;
  }

  .slider-background-wrapper {
    margin-bottom: 0;
  }

  .featured-project-content {
    min-height: 650px;
  }

  .featured-project-info {
    min-height: 550px;
    padding-right: 36px;
  }

  .featured-project-conetnt-wrap {
    padding-left: 0;
  }

  .awards-video-wrap {
    width: 100%;
    height: 400px;
  }

  .awards-item {
    border-bottom-style: none;
    flex-direction: column-reverse;
  }

  .awards-item-text {
    flex-direction: column;
  }

  .awards-video-item {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .awards-data-wrapper {
    align-self: flex-start;
    width: auto;
    padding-top: 0;
  }

  .cards-mask {
    width: 60%;
  }

  .card-slide {
    margin-right: 20px;
  }

  .blog-title-text.news-page {
    font-size: 23px;
  }

  .hero-intro {
    padding-left: 0;
  }

  .portfolio-2-title {
    font-size: 48px;
  }

  .about-glisi-content {
    grid-template-columns: minmax(auto, 650px);
    padding: 39px 22px;
  }

  .blank-top-line {
    padding: 0;
  }

  .grid-blog-wrapper {
    padding-bottom: 70px;
  }

  .works-grid {
    grid-template-columns: 1fr;
  }

  .section-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .separator-line-fill, .section-bottom-line {
    display: none;
  }

  .news-grid-wrapper {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .news-grid-wrapper.px-80 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-card.space-borders {
    padding: 36px;
  }

  .boxed-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-banner {
    min-height: 300px;
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .sidebar-right {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .top-footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-navigation {
    justify-content: space-between;
    justify-items: center;
    width: 100%;
  }

  .footer-items {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-footer-item {
    font-style: italic;
  }

  .footer-left-navigation {
    width: 100%;
  }

  .footer-list {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-list.last-list {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-right-form {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .footer-kakao-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .middle-footer-con {
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer-glasi {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-title {
    text-align: center;
  }

  .footer-title.smaller.white {
    text-align: left;
  }

  .footer-vert-line {
    display: none;
    left: auto;
  }

  .product-details-panel-01 {
    height: auto;
    overflow: auto;
  }

  .side-panel-001 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-001 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .product-details-panel-002 {
    height: auto;
    overflow: auto;
  }

  .side-panel-002 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-002 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .product-details-panel-003 {
    height: auto;
    overflow: auto;
  }

  .side-panel-003 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-003 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .section-products {
    padding: 60px 35px 0;
  }

  .instagram {
    height: 25vw;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .coming-soon-text {
    text-align: center;
    width: 100%;
  }

  .hero-form-coming-soon-2 {
    align-items: center;
    width: 85%;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .coming-soon-heading-3 {
    text-align: center;
    width: 80%;
    font-size: 50px;
  }

  ._404-title {
    font-size: 120px;
  }

  .field-label.mb-0, .field-label.mb-10, .field-label.mb-0 {
    margin-bottom: 0;
  }

  .dual-row {
    grid-row-gap: 36px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .call-to-action-section {
    min-height: auto;
  }

  .left-align-wrapper {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .buttons-wrapper-left {
    justify-content: center;
  }

  .search-banner-title {
    font-size: 55px;
  }

  .search-banner {
    min-height: 430px;
    padding-top: 140px;
  }

  .search-banner-con, .cta-description {
    width: 100%;
  }

  .blank-light-line {
    padding: 0;
  }

  .hero-banner {
    padding-top: 24px;
  }

  .hero-intro-content {
    grid-template-columns: 1fr;
  }

  .hero-intro-grid-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px) minmax(5vw, 1fr);
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-intro-grid-wrapper.other {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px) minmax(15px, 15fr);
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .inner-hero-wrap.about-us-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-hero-wrap.blog {
    padding-right: 30px;
  }

  .home-2-background {
    background-position: 100% 100%;
  }

  .home-2-background.news-details {
    background-position: 50%;
  }

  .banner-title-home-2 {
    font-size: 55px;
  }

  .banner-title-home-2.about-us {
    font-size: 38px;
  }

  .product-details-panel-04 {
    height: auto;
    overflow: auto;
  }

  .side-panel-004 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-004 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .product-details-panel-005 {
    height: auto;
    overflow: auto;
  }

  .side-panel-005 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-005, .close-icon-006 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .side-panel-006 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-details-panel-006 {
    height: auto;
    overflow: auto;
  }

  .overlay-banner-2 {
    padding-top: 115px;
  }

  .product-details-panel-007 {
    height: auto;
    overflow: auto;
  }

  .side-panel-007 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-007 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .product-details-panel-008 {
    height: auto;
    overflow: auto;
  }

  .side-panel-008 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-icon-008, .close-icon-009 {
    bottom: 10px;
    left: -55px;
    right: auto;
  }

  .side-panel-009 {
    width: 90%;
    height: auto;
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-details-panel-009 {
    height: auto;
    overflow: auto;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .hover-circle-wrap {
    display: none;
  }

  .full-hero-home-3 {
    min-height: 550px;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .scroll-link-home-3 {
    display: none;
  }

  .hero-loop {
    align-items: flex-end;
    height: 18vw;
  }

  .looping-hero-text {
    font-size: 100px;
  }

  .hero-loop-content {
    padding-bottom: 40px;
  }

  .hero-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overlay-inner-banner.shop {
    background-color: #0000005c;
    background-image: none;
    order: 1;
  }

  .overlay-inner-banner.shop.quality {
    padding-top: 103px;
  }

  .style-guide-banner {
    min-height: 400px;
    padding-top: 40px;
  }

  .style-guide-banner.small-height {
    min-height: 350px;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-box {
    height: 25vw;
  }

  .team-image {
    min-height: 375px;
  }

  .socials-button:hover {
    background-color: var(--white);
  }

  .blog-title-wrap {
    width: 100%;
  }

  .home-intro-strip {
    margin: -12rem -9rem;
  }

  .action-con {
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    justify-content: center;
    max-width: none;
    padding-bottom: 6rem;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .blank-line-review {
    padding: 0;
  }

  .testimonial-text-2 {
    font-size: 32px;
  }

  .grid-our-team-wrapper {
    grid-template-columns: minmax(auto, 1400px);
  }

  .team-banner {
    width: 100%;
    min-height: 450px;
  }

  .sidebar-recent-posts-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 47%;
    display: flex;
  }

  .collection-list-8 {
    flex-flow: wrap;
    width: 100%;
  }

  .blog-sidebar-left-wrap {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .blog-sidebar-wrap {
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-3-form-white {
    grid-column-gap: 8px;
    flex-direction: row;
  }

  .review-photo {
    width: 40%;
  }

  .blog-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-blog-container {
    text-align: center;
  }

  .short-title {
    font-size: 40px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .testimoninal-home-3 {
    width: 60%;
  }

  .white-review {
    font-size: 18px;
  }

  .rich-blog-post-text h2 {
    font-size: 35px;
  }

  .rich-blog-post-text h3 {
    font-size: 30px;
  }

  .general-review-wrap {
    grid-column-gap: 40px;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .banner-blog-description {
    width: 100%;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .hover-blog-cover {
    display: none;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts:hover {
    padding-right: 0;
  }

  .article-2 {
    height: 100%;
  }

  .our-blog {
    padding-top: 44px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .blog-bg-wrapper {
    min-height: 550px;
  }

  .hover-slider-arrow {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .projects-arrow {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .projects-arrow.left {
    justify-content: flex-end;
    bottom: 100px;
    left: 0;
    right: 90px;
  }

  .projects-mask {
    padding-left: 40px;
    padding-right: 40px;
  }

  .featured-work-slider {
    padding-bottom: 200px;
  }

  .slider-arrow-icon-2 {
    width: auto;
    height: auto;
  }

  .review-photo-wrap {
    height: 250px;
  }

  .story-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .faq-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .faq-grid.pt-50 {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: block;
  }

  .faq-list-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-full {
    overflow: hidden;
  }

  .image-background-sticky {
    height: 550px;
    max-height: 100%;
    position: relative;
    top: 0;
  }

  .tab-top-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list-2 {
    width: 100%;
  }

  .hero-faq-item {
    position: static;
  }

  .home-faq-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .line.top {
    position: static;
  }

  .full-width-faq-list {
    width: 100%;
    position: static;
  }

  .faq-banner {
    height: 700px;
    min-height: auto;
    padding-top: 40px;
  }

  .home-4-video-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .home-4-video-wrapper.pricing-page {
    justify-content: flex-start;
  }

  .form-block {
    align-items: center;
  }

  .contact-us-top-wrapper {
    padding-right: 0;
  }

  .form-title {
    text-align: center;
  }

  .stacked-title-con {
    align-items: center;
  }

  .intro-top {
    padding-left: 0;
  }

  .useful-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-link {
    border: 1px solid var(--white-20);
    justify-content: flex-start;
    align-items: center;
    padding: 16px 24px;
  }

  .useful-info-text {
    font-size: 23px;
  }

  .checkout-form-page {
    padding-top: 120px;
  }

  .right-con {
    top: 120px;
  }

  .flex-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .order-item-list {
    grid-row-gap: 25px;
  }

  .shop-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-tab-link:hover {
    color: var(--dark-gray);
  }

  .shop-tab-link.w--current:hover {
    color: #fff;
  }

  .shop-tab-link.all-projects {
    padding-left: 0;
  }

  .shop-tab-link.all-projects.w--current:hover {
    color: #fff;
  }

  .shop-tab-link.last-child {
    padding-right: 0;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-grid-4-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .portfolio-image-cover {
    display: none;
  }

  .section-shop-details {
    padding-top: 80px;
  }

  .solid-view-circle {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
    display: none;
  }

  .shop-lightbox {
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .shop-banner {
    min-height: 400px;
    padding-top: 98px;
  }

  .shop-banner._60vh {
    height: auto;
    min-height: 450px;
    padding-top: 107px;
  }

  .category-product-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .shop-title-wrap {
    width: 100%;
  }

  .relative-products-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .relative-products-collection:nth-child(odd) {
    margin-bottom: 0;
  }

  .pricing-intro-card {
    padding: 20px;
  }

  .pricing-intro-card.price-3 {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .hero-price-item {
    grid-row-gap: 0px;
    grid-template-columns: 40% 60%;
  }

  .left-price {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .price-right {
    width: 100%;
    height: 350px;
  }

  .sidebar-pricing-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anchor-link-2 {
    width: 47%;
  }

  .grid-gall-wrap {
    grid-row-gap: 48px;
  }

  .subtitle-wrapper-3 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .portfolio-rich-text h3 {
    font-size: 25px;
  }

  .portfolio-rich-text h4 {
    font-size: 18px;
  }

  .portfolio-rich-text h2 {
    font-size: 35px;
  }

  .meta-card {
    grid-row-gap: 25px;
    border-bottom: 1px solid var(--white-20);
    border-right-style: none;
    padding-bottom: 20px;
  }

  .hover-cover-portfolio-details {
    display: none;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hover-slider-arrow-2 {
    width: 100%;
    height: 100%;
  }

  .content-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .stage-banner {
    height: 500px;
  }

  .portfolio-meta {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-items: end;
    margin-top: 20px;
    display: grid;
  }

  .portfolio-hero-banner {
    min-height: 675px;
  }

  .projects-arrow-2 {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 80px;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .hero-top-content.portfolio-details {
    margin-top: 60px;
    padding-bottom: 120px;
  }

  .solid-view-circle-2 {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
  }

  .solid-view-circle-2.portfolio-details {
    border-color: var(--white-20);
  }

  .portfolio-3-card {
    cursor: default;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .item-project-grid {
    grid-row-gap: 40px;
  }

  .category-item-project {
    grid-template-columns: 1fr;
  }

  .licensing-icons {
    width: 100%;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .div-block {
    padding-right: 0;
  }

  .section-12 {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-12.without-top-spacing {
    padding: 39px 25px;
  }

  .section-12.without-top-spacing.padding-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-company-column-2.other {
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-29 {
    width: 70%;
  }

  .brand-block {
    justify-content: center;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .secvices-detail-title {
    margin-bottom: 23px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    z-index: auto;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 22px;
    padding-right: 0;
    position: relative;
  }

  .text-block-14 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .overlay-service-details {
    background-image: linear-gradient(0deg, #0b0d29, #080c3578 38%, #060b3d26);
    flex-flow: column;
    padding-top: 119px;
  }

  .bottom-block-home-1 {
    grid-row-gap: 15px;
    text-align: center;
    align-items: center;
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

  .text-block-15 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .say-hi-2 {
    margin-bottom: 0;
  }

  .form-block-contacts {
    min-height: auto;
  }

  .side-bar-modal-window {
    width: 50%;
    left: -50%;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 3px solid #ed1c24;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: inset 0 -1px 16px -15px #15141c;
  }

  .nav-list {
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .dropdown-list.areas {
    background-color: #ffffff45;
    width: 100%;
    padding: 0 0 0 10px;
    display: none;
    position: relative;
  }

  .nav-text {
    height: auto;
    line-height: 40px;
  }

  .nav-text.small {
    color: #15141c;
    height: auto;
    padding-left: 0;
    line-height: 40px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    padding-right: 0;
  }

  .dropdown-nav {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-2 {
    display: block;
  }

  .dropdown-list-2.areas {
    background-color: #ffffffba;
    width: 90%;
    margin-top: 6px;
    padding: 5px 0;
    display: none;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .down-icon {
    color: #15141c;
    display: block;
  }

  .down-icon.white {
    color: var(--white);
  }

  .dropdown.other {
    padding-right: 10px;
  }

  .div-block-113 {
    width: 100%;
  }

  .image-105 {
    max-width: 90%;
  }

  .link-block-7 {
    display: none;
  }

  .collection-list-9 {
    text-align: left;
  }

  .form-wrapper.box {
    max-width: 80%;
  }

  .main-section.acc-section {
    padding-top: 224px;
  }

  .subscribe-popup-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-13 {
    max-width: 70%;
  }

  .popup.subscribe-popup {
    width: 90%;
    max-width: none;
    min-height: 300px;
    max-height: none;
  }

  .div-block-121 {
    height: 400px;
  }

  .div-block-121.window {
    padding-left: 29px;
    padding-right: 29px;
  }

  .div-block-130 {
    margin-bottom: 0;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .form-label {
    font-size: .6em;
    font-weight: 500;
    top: 1.2em;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding: 18px;
    top: 80px;
  }

  .form-field {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5.8em;
    font-size: 14px;
    line-height: 14px;
  }

  .form-field.text-area {
    min-height: 6em;
    padding-top: .6em;
  }

  .form-field.other {
    padding-left: 4.4em;
  }

  .section-14 {
    padding: 40px 25px;
  }

  .solutions-details-image {
    height: 374px;
    margin-bottom: 40px;
  }

  .service-details-content {
    flex-flow: column;
  }

  .arrow-button {
    display: block;
  }

  .base-container-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-131 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: -1;
    width: 100%;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .form-item {
    font-size: 1.1em;
  }

  .form-item.is-area-text {
    margin-bottom: .4em;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 20px;
  }

  .section-15 {
    padding-top: 24px;
  }

  .heading-19 {
    font-size: 28px;
  }

  .section-21 {
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 2.5em;
  }

  .italic-text-27 {
    font-size: 16px;
  }

  .form-block-6.other-form {
    margin-top: 25px;
  }

  .heading-12 {
    margin-bottom: 19px;
  }

  .contact-form {
    grid-row-gap: 14px;
  }

  .marquee-text {
    font-size: 70px;
    line-height: 90px;
  }

  .marquee-one-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .icon-style-one-content {
    padding-right: 30px;
  }

  .icon-style-one {
    padding-left: 30px;
  }

  .icon-style-one-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .list-2 {
    grid-row-gap: 5px;
  }

  .form-input-2.white-border {
    height: 50px;
  }

  .form-input-2.message-input.white-border {
    min-height: 80px;
  }

  .text-block-39 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .div-block-146 {
    width: 70%;
  }

  .faq-banner-2 {
    height: 700px;
    min-height: auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 30px;
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-bottom: 36px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .section.no-spacing {
    margin-top: 51px;
    margin-bottom: -34px;
  }

  .section.instagram-glasi {
    padding-bottom: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }

  .grid-system {
    border-left: 1px solid var(--white-20);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--white-20);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--white-20);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 40px;
  }

  .h2-tablet {
    font-size: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-glasi-button.pagination {
    margin-top: 40px;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .banner-title {
    font-size: 36px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    height: 80px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .banner-title-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .search-section {
    padding-bottom: 60px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .right-header-wrapper {
    margin-right: 9px;
  }

  .nav-fixed-menu {
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-menu-3 {
    max-width: none;
  }

  .logo-mobile-3.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .cart-button-item {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .btn-wrap {
    z-index: 0;
  }

  .dropdown-text.large {
    font-size: 22px;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .banner-title-home-1 {
    text-align: left;
    font-size: 54px;
  }

  .home-hero-intro {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .hero-video-button {
    margin-bottom: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1400px) minmax(auto, 1fr);
    align-items: center;
  }

  .home-hero-content {
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-content: start;
    place-items: center;
    height: auto;
    padding: 0 24px;
  }

  .slider-background-wrap {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrap.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .slider-info-link {
    margin-left: 70px;
  }

  .bottom-grid-wrap {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .featured-animals {
    display: none;
  }

  .accent-description.white {
    text-align: left;
  }

  .services-card {
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    width: 100%;
    min-height: auto;
    display: flex;
  }

  .outline-card {
    margin: 0;
  }

  .advantages-cards {
    grid-template-columns: 1fr;
  }

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .about-us-image {
    width: 25vw;
    height: 35vw;
  }

  .story-wrapper-2 {
    grid-row-gap: 60px;
  }

  .h2-title-tag {
    text-align: left;
    font-size: 28px;
  }

  .h2-title-tag.white {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
  }

  .benefits-title {
    font-size: 28px;
  }

  .space-wrap {
    margin-bottom: 40px;
  }

  .h6-subtitle {
    margin-bottom: 15px;
  }

  .card-link {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-right {
    width: 100%;
  }

  .glasi-product.size-one, .glasi-product.size-two {
    height: 400px;
  }

  .glasi-product.size-four {
    width: 100%;
  }

  .grid-left {
    width: 100%;
    padding-top: 0;
  }

  .products-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 15px;
  }

  .img-product.size-one {
    height: 120%;
  }

  .product-item, .product-item.right, .product-content-wrap.size-two, .product-content-wrap.size-one {
    width: 100%;
  }

  .image-cover {
    object-position: 50% 35%;
  }

  .list-item-parent {
    margin-top: 2rem;
  }

  .background-video {
    width: 100%;
    height: 29rem;
  }

  .collection-interior-products {
    width: 100%;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .card-img-2 {
    height: 550px;
  }

  .top-title-con {
    margin-bottom: 40px;
  }

  .grid-product-panel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .left-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .best-sellers {
    text-align: left;
    width: 100%;
  }

  .best-sellers.right {
    text-align: left;
  }

  .shop-content {
    align-items: center;
  }

  .shop-content.padding-top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 43px;
    padding-bottom: 0;
  }

  .about-us-intro {
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-bottom {
    height: 60px;
  }

  .section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .solid-photo-item {
    grid-template-columns: 1fr 1fr;
  }

  .interior-images {
    min-height: 300px;
  }

  .numbers-grid {
    grid-column-gap: 40px;
  }

  .footer-bottom-form {
    width: 100%;
  }

  .form-input.white-border {
    height: 50px;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
  }

  .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .awards-title.mb-80.center {
    margin-bottom: 55px;
  }

  .best-project-slide.home-2 {
    height: 400px;
  }

  .slider-arrow {
    bottom: 50px;
  }

  .slider-bottom {
    height: 80px;
    bottom: 60px;
  }

  .slider-line {
    grid-template-rows: auto 80px;
  }

  .slider-background-wrapper {
    margin-bottom: 0;
  }

  .featured-project-content {
    min-height: 475px;
  }

  .featured-project-info {
    min-height: 425px;
    padding-bottom: 100px;
  }

  .awards-video-wrap {
    height: 350px;
  }

  .awards-item {
    padding-top: 60px;
  }

  .awards-list {
    flex-direction: column;
  }

  .title-space-wrapper {
    margin-bottom: 40px;
  }

  .our-news-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .our-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-top-title {
    text-align: center;
    flex-direction: column;
  }

  .blog-title-text.black.smaller {
    text-align: left;
    font-size: 26px;
  }

  .blog-title-text.black.smaller.right {
    text-align: left;
  }

  .hero-intro {
    padding-right: 0;
  }

  .portfolio-2-title {
    font-size: 40px;
  }

  .about-glisi-content {
    padding: 40px 0 40px 23px;
  }

  .story-description {
    width: 100%;
  }

  .story-description.tablet {
    display: none;
  }

  .secondary-glasi-button.pagination {
    margin-top: 40px;
  }

  .news-collection-list {
    grid-template-columns: 1fr;
  }

  .grid-blog-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px) minmax(15px, 15px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .horizontal-white-line-fill.blank {
    opacity: 1;
  }

  .news-grid-wrapper.px-80 {
    padding-top: 48px;
    padding-bottom: 38px;
  }

  .project-card.with-borders, .project-card.category, .project-card.space-borders {
    width: 100%;
  }

  .project-name {
    grid-row-gap: 30px;
  }

  .boxed-intro {
    padding: 60px 36px;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .project-grey-cover {
    bottom: 3%;
  }

  .blog-banner {
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-right {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .top-footer-grid {
    justify-items: center;
  }

  .footer-navigation {
    grid-template-rows: auto;
    justify-items: start;
    width: 100%;
  }

  .nav-footer-item {
    margin-bottom: 15px;
  }

  .footer-description {
    text-align: center;
  }

  .footer-right-form {
    width: 100%;
  }

  .footer-kakao-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
  }

  .middle-footer-con {
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-glasi {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-title.smaller.white {
    margin-bottom: 10px;
  }

  .news-description {
    width: 100%;
  }

  .news-description.white {
    font-size: 14px;
  }

  .product-1-item, .product-1-item.right {
    width: 100%;
  }

  .product-details-panel-01 {
    height: auto;
  }

  .side-panel-001 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-details-panel-002 {
    height: auto;
  }

  .side-panel-002 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-details-panel-003 {
    height: auto;
  }

  .side-panel-003 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section-products {
    padding: 60px 20px 0;
  }

  .product-item-002, .product-item-002.right, .product-item-003 {
    width: 100%;
  }

  .instagram {
    height: 40vw;
  }

  .sg-title.mb-60 {
    margin-bottom: 40px;
  }

  .hero-form-coming-soon-2 {
    width: 100%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 40px;
  }

  ._404-title {
    font-size: 100px;
  }

  .clip-group-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dual-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-black-bottom {
    height: 60px;
  }

  .medium-width {
    max-width: none;
  }

  .left-align-wrapper {
    width: 100%;
  }

  .search-banner-title {
    font-size: 40px;
  }

  .search-banner {
    padding-bottom: 40px;
  }

  .search-banner-con {
    text-align: center;
  }

  .hero-banner {
    margin-bottom: 0;
    padding-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-bottom-con {
    height: 60px;
  }

  .hero-intro-grid-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px);
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-wrap {
    padding-right: 24px;
  }

  .inner-hero-wrap.about-us-con {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-wrap.blog {
    width: 100%;
    padding-right: 24px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .scroll-container {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .banner-title-home-2 {
    font-size: 40px;
  }

  .banner-title-home-2.about-us {
    padding-top: 15px;
    font-size: 32px;
  }

  .home-2-description.color-text {
    font-size: 16px;
  }

  .product-4, .product-4.right {
    width: 100%;
  }

  .product-details-panel-04 {
    height: auto;
  }

  .side-panel-004 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-item-005, .product-item-005.right {
    width: 100%;
  }

  .product-details-panel-005 {
    height: auto;
  }

  .side-panel-005 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-item-006 {
    width: 100%;
  }

  .side-panel-006 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-details-panel-006 {
    height: auto;
  }

  .video-btn-outline, .video-work-outline, .video-work-button {
    width: 70px;
    height: 70px;
  }

  .video-button-wrapper {
    padding: 30px;
  }

  .overlay-banner-2 {
    padding-top: 89px;
    padding-bottom: 0;
  }

  .product-7, .product-7.right {
    width: 100%;
  }

  .product-details-panel-007 {
    height: auto;
  }

  .side-panel-007 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-item-008, .product-item-008.right {
    width: 100%;
  }

  .product-details-panel-008 {
    height: auto;
  }

  .side-panel-008 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-item-009 {
    width: 100%;
  }

  .side-panel-009 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 215vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-details-panel-009 {
    height: auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .full-hero-home-3 {
    min-height: 500px;
  }

  .hero-loop {
    height: 15vw;
  }

  .looping-hero-text {
    font-size: 80px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .overlay-inner-banner.shop.quality {
    padding-top: 90px;
  }

  .style-guide-banner {
    min-height: 350px;
  }

  .style-guide-banner.small-height {
    min-height: 300px;
  }

  .section-gray-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .small-instagram.pb-70 {
    padding: 2px 12px;
  }

  .slide-blog-collection-list {
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: 450px;
  }

  .team-item-card._50 {
    aspect-ratio: auto;
    order: -1;
  }

  .home-intro-strip {
    max-width: 19vw;
    margin: -9rem -5rem;
  }

  .action-con {
    padding-bottom: 4rem;
  }

  .h6-subtitle-black-2 {
    margin-bottom: 15px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .tab-link-2 {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .testimonial-text-2 {
    font-size: 28px;
  }

  .boxed-review-intro {
    padding: 60px 36px;
  }

  .grid-our-team-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px) minmax(15px, 15px);
  }

  .sidebar-recent-post-item-2, .collection-blog-3-item {
    width: 100%;
  }

  .collection-blog-3-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-blog-3-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-sidebar-left-wrap {
    column-count: 1;
    padding-bottom: 0;
  }

  .base-container-4.pos-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .review-photo {
    width: 100%;
    height: 250px;
  }

  .blog-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .short-title {
    font-size: 35px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--white-20);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-blog-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimoninal-home-3 {
    width: 100%;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .review-blog-detail {
    position: relative;
    top: 0;
  }

  .rich-blog-post-text h2 {
    font-size: 30px;
  }

  .rich-blog-post-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-blog-post-text h3 {
    font-size: 28px;
  }

  .blog-template-pagination-link-2:hover {
    color: var(--main-color);
  }

  .general-review-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .blog-details-title {
    font-size: 40px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .sidebar-recent-post-image-2 {
    height: 80px;
  }

  .our-blog {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .testimonial-intro-text {
    font-size: 22px;
  }

  .projects-mask {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-photo-wrap {
    height: 200px;
  }

  .faq-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-list-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-background-sticky {
    height: 450px;
  }

  .home-faq-top {
    grid-row-gap: 15px;
    grid-template-columns: 1fr auto;
  }

  .faq-banner {
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }

  .home-4-video-wrapper {
    justify-content: flex-start;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-bg {
    padding: 25px;
  }

  .useful-list {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-sidebar-block {
    grid-row-gap: 36px;
  }

  .checkout-form-page {
    padding-bottom: 60px;
  }

  .contacts-ontent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-con {
    margin-bottom: 20px;
  }

  .right-con {
    position: relative;
    top: 0;
  }

  .shop-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu-4 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-grid-4-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .section-shop-details {
    padding-bottom: 60px;
  }

  .shop-details-hero-title {
    font-size: 40px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-tablet-image {
    height: 340px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .shop-banner {
    min-height: 300px;
  }

  .shop-banner._60vh {
    min-height: 350px;
  }

  .category-product-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-related-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-top-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .relative-products-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .relative-products-collection:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-intro-card.price-3 {
    flex-direction: column;
  }

  .hero-price-item {
    grid-template-columns: auto 1fr;
  }

  .price-right {
    height: 300px;
  }

  .sidebar-pricing-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-wrap-2 {
    padding-bottom: 9px;
  }

  .gallery-image-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .info-services.white {
    font-size: 14px;
  }

  .portfolio-rich-text h3 {
    font-size: 23px;
  }

  .portfolio-rich-text h2 {
    font-size: 30px;
  }

  .button-link-text {
    text-align: center;
    font-size: 12px;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .portfolio-detaills-page {
    padding-bottom: 60px;
  }

  .content-grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-socials {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .circle-link-portfolio-details {
    width: 100px;
    height: 100px;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .medium-width-2 {
    width: 100%;
  }

  .client-quote-wrapper {
    grid-row-gap: 60px;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .stage-banner {
    height: 300px;
  }

  .portfolio-meta {
    grid-column-gap: 30px;
    margin-top: 48px;
    padding-top: 6px;
  }

  .footer-socials-link {
    width: 30px;
    height: 30px;
  }

  .portfolio-hero-banner {
    min-height: 600px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .gallery-image-portfolio-details {
    height: 300px;
  }

  .collection-project-item {
    width: 100%;
  }

  .collection-project-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-project-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-3-image {
    height: 300px;
  }

  .item-project-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .category-item-project {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .licencing-link-wrap {
    grid-column-gap: 30px;
  }

  .licensing-icons {
    width: 100%;
    margin-top: 60px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .logo-footer-wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-101 {
    max-width: 70%;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-2.right {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .section-12 {
    padding: 35px 20px 60px;
  }

  .section-12.without-top-spacing {
    padding-top: 30px;
  }

  .about-company-column-2.other {
    margin-top: 1px;
    padding-top: 0;
  }

  .contact-form-all-field-inner {
    flex-direction: column;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .secvices-detail-title {
    font-size: 40px;
  }

  .text-content-right-details {
    grid-row-gap: 50px;
    margin-right: 0;
  }

  .overlay-service-details {
    width: 100%;
    padding: 56px 0 23px;
    position: relative;
  }

  .bottom-block-home-1 {
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-13.instagram-glasi {
    padding-bottom: 20px;
  }

  .side-bar-modal-window {
    width: 70%;
    left: -72%;
  }

  .main-logo, .secondary-logo {
    height: 50px;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .div-block-114 {
    justify-content: flex-start;
    align-items: center;
  }

  .form-wrapper.box {
    max-width: 90%;
  }

  .btn {
    padding-left: 15px;
  }

  .main-section.acc-section {
    padding-top: 189px;
  }

  .flex-row-outer {
    flex-direction: column;
  }

  .grid-2 {
    grid-row-gap: 0px;
  }

  .popup-wrapper {
    flex-flow: column;
  }

  .subscribe-popup-info {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-small.text-grey {
    font-size: 20px;
    line-height: 26px;
  }

  .image-13 {
    max-width: 70%;
  }

  .div-block-121 {
    height: 350px;
  }

  .service-details-sidebar-contacts {
    margin-top: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .form-label {
    font-size: .6em;
    top: 1.8em;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .form-field {
    padding-top: 1.7em;
    padding-bottom: 1.4em;
    padding-left: 5.3em;
    font-size: .8em;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .form-field.text-area {
    padding-top: 1.1em;
  }

  .section-14 {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .solutions-details-image {
    height: 320px;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .button-wrapper-2 {
    margin-top: 20px;
  }

  .div-block-131 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .no-margin-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .no-margin-2.bigger-text {
    font-size: 22px;
  }

  .no-margin-2.centered {
    text-align: left;
    font-size: 22px;
    font-style: normal;
    text-decoration: none;
  }

  .form-item {
    width: 100%;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    padding-top: 35px;
  }

  .main-2.thank-you {
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading-6 {
    font-size: 2em;
  }

  .italic-text-27 {
    font-size: 14px;
  }

  .success-message.contact {
    min-height: 300px;
  }

  .contact-form {
    grid-row-gap: 13px;
  }

  .subscribe-button {
    padding: 20px 32px;
  }

  .marquee-img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .marquee-text {
    font-size: 60px;
    line-height: 78px;
  }

  .marquee-one-section {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .icon-style-one-grid {
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-columns: auto;
  }

  .form-input-2.white-border {
    height: 50px;
  }

  .faq-banner-2 {
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 109px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.without-top-spacing.padding {
    padding-top: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.large-top-space {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.no-spacing {
    margin-top: 0;
    padding: 37px 10px;
  }

  .section.clip {
    padding-top: 71px;
  }

  .section.bg-gray {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--white-20);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .banner-title {
    font-size: 22px;
  }

  .utility-page-content {
    width: 100%;
  }

  .banner-title-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .rich-text-style h3 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .rich-text-style.negative-top-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .video-banner-overlay {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .close-menu-button-3.w--open {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding-top: 0;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .black-nav-bg {
    inset: 0%;
  }

  .right-header-wrapper {
    z-index: 0;
    grid-column-gap: 0px;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: static;
    inset: auto 0% 4%;
  }

  .nav-menu-shadow-overlay-4 {
    z-index: 999999;
  }

  .logo-glasi {
    width: 80%;
  }

  .nav-dropdown-list-item.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .menu-button-3.w--open {
    z-index: 1;
  }

  .nav-fixed-menu {
    justify-content: center;
    align-items: flex-start;
    height: 160px;
    display: flex;
  }

  .nav-menu-3 {
    z-index: 999999;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    position: absolute;
  }

  .dropdown-header-item {
    width: 100%;
    height: auto;
  }

  .logo-mobile-3.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .megamenu-dropdown-wrapper-2, .header-link-item {
    width: 100%;
  }

  .top-tablet-menu-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    display: flex;
  }

  .brand-logo.w--current {
    position: static;
  }

  .underline-link-container.hn {
    display: block;
  }

  .nav-close-icon-4 {
    max-width: none;
    padding: 4px;
    position: absolute;
    inset: 0%;
  }

  .tablet-menu-4 {
    z-index: 999999;
    background-color: #0e0e0e00;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-item-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 4px;
  }

  .dropdown-menu-3 {
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    position: absolute;
  }

  .btn-wrap {
    z-index: 0;
    grid-column-gap: 0px;
    width: 90%;
  }

  .button-home-5 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .button-hero-wrapper {
    width: 100%;
  }

  .button-hero-wrapper.full-mini-mobile {
    width: 100%;
    height: 40px;
  }

  .button-hero-wrapper.full-width {
    width: 100%;
  }

  .secondary-lines {
    height: 50px;
  }

  .dropdown-text.large {
    font-size: 18px;
  }

  .hero-slider-mask {
    width: 100%;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 50px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    height: 50px;
    bottom: 50px;
  }

  .home-hero-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    display: flex;
  }

  .banner-title-home-1 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 44px;
    display: flex;
  }

  .home-hero-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-slide-home-3 {
    width: 100%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .hero-video-button {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .video-icon {
    width: 12px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .grid-wrapper {
    grid-template-columns: minmax(auto, 1fr);
    place-items: start stretch;
  }

  .home-hero-content {
    grid-row-gap: 10px;
    flex-flow: column;
    place-content: center flex-start;
    align-items: flex-start;
    padding-bottom: 103px;
    display: flex;
  }

  .slider-background-wrap {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrap.hero-wrapper {
    padding-top: 288px;
    padding-bottom: 15px;
  }

  .slider-info-link {
    height: 100%;
    margin-left: 0;
    margin-right: 60px;
    padding: 11px 30px;
  }

  .slider-bottom--3 {
    height: 100px;
  }

  .featured-heading {
    font-size: 20px;
  }

  .bottom-grid-wrap {
    grid-template-rows: 100px;
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .featured-animals {
    display: none;
  }

  .services-card {
    grid-row-gap: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .outline-card {
    grid-column-gap: 16px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .background-advantages.bg-one {
    width: 100%;
  }

  .advantages-cards {
    flex-flow: column;
    grid-template-columns: auto;
    width: 100%;
    display: flex;
  }

  .featured-description {
    width: 100%;
  }

  .about-us-image {
    width: 30vw;
    height: 45vw;
  }

  .story-content-2 {
    max-width: none;
  }

  .button-group-wrapper {
    grid-column-gap: 15px;
    width: 100%;
  }

  .button-group-wrapper.full-mobile {
    width: 100%;
  }

  .story-wrapper-2 {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .h2-title-tag {
    font-size: 30px;
  }

  .h2-title-tag.white {
    text-align: center;
  }

  .center-text-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 0;
  }

  .buttons-wrapper {
    z-index: 0;
    grid-column-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
    right: 0;
  }

  .buttons-wrapper.full-mobile {
    width: 100%;
  }

  .buttons-wrapper.left {
    justify-content: space-between;
    align-items: center;
  }

  .buttons-wrapper.other {
    width: 70%;
  }

  .about-us-description {
    text-align: left;
    margin-bottom: 20px;
  }

  .three-grid {
    width: 90%;
  }

  .grid-cards-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-link {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .glasi-product.size-three {
    height: 26rem;
  }

  .img-product.size-three {
    height: 28rem;
  }

  .product-content-wrap.size-two {
    width: 18rem;
  }

  .instagram-main-container {
    min-height: 170px;
  }

  .instagram-link.image-01 {
    width: 15%;
    top: -60px;
    left: 11px;
  }

  .main-container {
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .instagram-content {
    padding-bottom: 1.5em;
  }

  .background-video {
    height: 20rem;
  }

  .card-img-2 {
    height: 450px;
  }

  .best-sellers.right {
    text-align: left;
  }

  .shop-content.padding-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rights-wrap, .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-text-copyright {
    text-align: center;
    justify-content: center;
  }

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .inner-bottom {
    height: 48px;
  }

  .solid-photo-item {
    grid-template-columns: 1fr 1fr;
  }

  .founder-image {
    min-height: 20vh;
  }

  .interior-images {
    min-height: 250px;
  }

  .number-item.center {
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .numbers-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dual-grid.center {
    text-align: center;
    justify-items: center;
  }

  .footer-bottom-form {
    width: 100%;
  }

  .form-input {
    font-size: 12px;
    line-height: 1.4em;
  }

  .form-input.white-border {
    height: 50px;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .awards-title.mb-80.center {
    margin-bottom: 39px;
  }

  .slider-top-line {
    grid-template-columns: 18px 60px 24px 60px auto;
    margin-left: -18px;
  }

  .slider-bottom {
    bottom: 48px;
  }

  .top-verticle-line {
    display: none;
  }

  .featured-project-content {
    min-height: 400px;
  }

  .featured-project-info {
    min-height: 375px;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .awards-video-wrap {
    height: 300px;
  }

  .cards-mask {
    width: 90%;
    max-width: none;
    height: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .card-slide {
    height: 100%;
  }

  .blog-title-text.black.smaller.right {
    text-align: left;
    font-size: 22px;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .portfolio-2-title {
    font-size: 30px;
  }

  .about-glisi-content {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 21px 9px;
  }

  .grid-blog-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-grid-wrapper.pt-80 {
    padding-top: 37px;
  }

  .news-grid-wrapper.px-80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-card {
    min-height: 350px;
    padding: 24px;
  }

  .project-card.space-borders {
    padding: 24px;
  }

  .intro-corner-line {
    width: 48px;
    height: 48px;
  }

  .boxed-intro {
    width: 100%;
    padding-top: 40px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .blog-banner {
    min-height: 200px;
  }

  .top-footer-grid {
    grid-template-rows: auto;
    padding-bottom: 12px;
  }

  .footer-navigation {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    display: flex;
  }

  .footer-items.last {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer-description {
    text-align: left;
  }

  .footer-list.last-list {
    width: 100%;
  }

  .footer-right-form {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-kakao-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-glasi {
    text-align: left;
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-title.smaller.white {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .news-description.white {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.3em;
  }

  .news-description.white.center {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .side-panel-001 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-001 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-002 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-002 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-003 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-003 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .section-products {
    padding-top: 45px;
    padding-bottom: 15px;
    position: static;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .no-shrink-btn.full-mobile {
    width: 100%;
  }

  .dual-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-black-bottom {
    height: 48px;
  }

  .call-to-action-section {
    min-height: auto;
  }

  .search-banner-title {
    font-size: 35px;
  }

  .hero-banner {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-bottom-con {
    height: 48px;
  }

  .inner-bottom-con.large {
    height: auto;
  }

  .hero-top-line, .hero-right {
    display: none;
  }

  .hero-intro-content {
    width: 100%;
  }

  .hero-intro-grid-wrapper.other {
    grid-template-columns: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-wrap {
    border-right-style: none;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .inner-hero-wrap.about-us-con {
    flex-flow: column;
    padding-right: 16px;
    display: flex;
  }

  .inner-hero-wrap.blog {
    padding: 13px 15px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .banner-2-wrapper {
    position: static;
  }

  .banner-title-home-2.about-us {
    font-size: 26px;
  }

  .side-panel-004 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-004 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-005 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-005, .close-icon-006 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-006 {
    width: 95%;
    min-height: 200vh;
  }

  .overlay-banner-2 {
    padding-top: 113px;
  }

  .side-panel-007 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-007 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-008 {
    width: 95%;
    min-height: 200vh;
  }

  .close-icon-008, .close-icon-009 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .side-panel-009 {
    width: 95%;
    min-height: 200vh;
  }

  .hero-image.full {
    width: 100%;
  }

  .scroll-link-home-3 {
    display: none;
  }

  .hero-loop-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hero-links {
    grid-column-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .hero-inner-background {
    height: auto;
  }

  .instagram-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-box {
    height: 40vw;
  }

  .small-instagram.pb-70 {
    padding-top: 44px;
  }

  .team-image {
    min-height: 350px;
  }

  .team-intro-card, .team-item-card._50 {
    width: 100%;
  }

  .home-intro-strip {
    max-width: 24vw;
    margin: -12rem -4.5rem;
  }

  .action-con {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .tab-link-2 {
    width: 65px;
    height: 65px;
  }

  .intro-review-corner {
    width: 48px;
    height: 48px;
  }

  .testimonial-text-2 {
    font-size: 24px;
  }

  .boxed-review-intro {
    width: 100%;
    padding: 40px 18px;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .sidebar-categories-list-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .blog-3-form-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .top-text-blog, .top-text-blog.black {
    font-size: 14px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 0;
  }

  .section-blog-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .main-avatar-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .data-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .data-line-container {
    width: 30px;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .blog-template-pagination-2 {
    flex-flow: row;
    display: flex;
  }

  .data-line {
    width: 30px;
  }

  .review-intro-card {
    width: 100%;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .faq-list-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom-content-2 {
    padding: 14px;
  }

  .faq-banner {
    height: auto;
    padding-top: 21px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .contact-us-top-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form {
    padding-top: 0;
  }

  .form-bg {
    padding: 15px;
  }

  .field-block {
    grid-template-columns: 1fr;
  }

  .contact-us-title {
    font-size: 28px;
  }

  .intro-top {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .useful-list {
    grid-template-columns: 1fr;
  }

  .useful-links {
    grid-row-gap: 20px;
    place-items: start;
  }

  .contact-us-link {
    justify-content: flex-start;
    align-items: center;
  }

  .useful-info-text.black {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .order-item {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .product-image {
    width: 100%;
    height: 200px;
  }

  .product-info-wrap {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .shop-tab-link {
    border: 1px solid var(--white-20);
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-tab-link.w--current, .shop-tab-link.all-projects.w--current {
    border-color: var(--white);
  }

  .shop-tab-link.last-child {
    padding-left: 0;
  }

  .tabs-menu-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .shop-banner {
    min-height: 250px;
    padding-top: 110px;
  }

  .shop-banner._60vh {
    min-height: 350px;
  }

  .pricing-intro-card {
    width: 100%;
  }

  .pricing-intro-card.price-3 {
    padding: 13px;
  }

  .top-price {
    padding-bottom: 0;
  }

  .hero-price-item {
    grid-template-columns: 1fr;
  }

  .price-right {
    height: 200px;
  }

  .anchor-link-2 {
    width: 100%;
  }

  .portfolio-rich-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .meta-card {
    grid-row-gap: 15px;
    width: 100%;
    padding-bottom: 10px;
    line-height: 18px;
  }

  .bottom-slider-arrow-portfolio {
    width: 100%;
  }

  .bottom-slider-arrow-portfolio.right {
    border-top-style: none;
    border-left-style: none;
  }

  .portfolio-detaills-page {
    padding-bottom: 21px;
  }

  .client-quote-wrapper {
    grid-row-gap: 30px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .title-details {
    font-size: 36px;
  }

  .stage-banner {
    height: 200px;
  }

  .portfolio-meta {
    grid-template-columns: 1fr;
    margin-bottom: 17px;
  }

  .portfolio-hero-banner {
    min-height: 860px;
  }

  .project-pagination-wrapper-2 {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .portfolio-main-section {
    height: auto;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .gallery-image-portfolio-details {
    height: 200px;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio-3-image {
    height: 200px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .portfolio-3-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .project-title {
    font-size: 18px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .logo-footer-wrapper {
    flex-flow: column;
  }

  .image-101 {
    max-width: 70%;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-2 {
    width: auto;
    display: flex;
  }

  .div-block-2.right {
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12.without-top-spacing {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12.without-top-spacing.padding-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-bottom-twenty-two-2 {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .contact-form-block-2.other-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-one-heading.other {
    padding-left: 15px;
  }

  .div-block-29 {
    width: 100%;
  }

  .brand-block {
    grid-column-gap: 37px;
  }

  .secvices-detail-title {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 22px;
  }

  .overlay-service-details {
    padding-top: 174px;
    padding-bottom: 35px;
    position: relative;
  }

  .form-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 22px;
  }

  .say-hi-2 {
    font-size: 24px;
  }

  .side-bar-modal-window {
    width: 90%;
    left: -91%;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .text-block-22, .text-block-25, .text-block-26 {
    font-size: 12px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .dropdown-list.areas {
    display: none;
  }

  .accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion-item {
    padding: 11px;
  }

  .accordion-title {
    font-size: 14px;
    line-height: 22px;
  }

  .accordion-list-content {
    font-size: 14px;
    line-height: 18px;
  }

  .download-wrap {
    font-size: 13px;
  }

  .image-105 {
    max-width: 100%;
  }

  .div-block-114 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .link-block-7 {
    background-color: var(--secondary-main-color);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-27 {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    font-size: 11px;
  }

  .div-block-118 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 4%;
  }

  .form-wrapper.box {
    max-width: 96%;
    padding: 17px;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-section.acc-section {
    padding-top: 174px;
  }

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

  .popup-wrapper {
    flex-flow: row;
    height: 500px;
    margin-top: 61px;
    display: none;
  }

  .subscribe-popup-info {
    padding: 45px 12px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .paragraph-small.text-grey {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .image-13 {
    max-width: 70%;
  }

  .popup.subscribe-popup {
    flex-flow: column;
  }

  .div-block-121 {
    height: 300px;
  }

  .div-block-121.window {
    padding-top: 134px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-130 {
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .contact-link {
    font-size: 14px;
  }

  .form-label {
    font-size: 10px;
    top: 1.8em;
  }

  .service-details-sidebar-wrapper {
    padding: 20px;
  }

  .form-field {
    padding-left: 5.1em;
  }

  .form-field::placeholder {
    font-size: .75em;
  }

  .form-field.other {
    padding-left: 3.2em;
  }

  .section-14 {
    padding: 32px 20px;
  }

  .section-14.overflow-visible {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions-details-image {
    height: auto;
  }

  .form-inner.hidden {
    margin-bottom: 0;
  }

  .service-details-content {
    width: 100%;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .base-container-5 {
    max-width: 100%;
  }

  .div-block-131 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block-5 {
    margin-bottom: 14px;
  }

  .accordion-title-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .no-margin-2 {
    margin-bottom: 0;
  }

  .no-margin-2.bigger-text {
    font-size: 22px;
  }

  .form-item.is-area-text {
    margin-bottom: .7em;
  }

  .section-15 {
    padding-bottom: 0;
  }

  .section-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-6 {
    font-size: 14px;
  }

  .bold-text-11 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-19 {
    font-size: 18px;
  }

  .main-2.thank-you {
    padding-left: 1px;
    padding-right: 1px;
  }

  .heading-6 {
    width: 80%;
    padding: 17px 11px;
    font-size: 1.4em;
    line-height: 38px;
  }

  .italic-text-27 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-20 {
    font-size: 22px;
  }

  .form-block-6.other-form {
    margin-top: 0;
    padding: 13px 12px;
  }

  .h4-size {
    font-size: 18px;
  }

  .heading-12 {
    text-align: left;
    font-size: 24px;
  }

  .contact-form {
    grid-row-gap: 11px;
  }

  .subscribe-button {
    flex: 1;
    width: 100%;
    display: block;
  }

  .subscribe-button.button-white.contact {
    max-width: none;
  }

  .div-block-138 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .marquee-img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .marquee-text {
    font-size: 40px;
    line-height: 58px;
  }

  .icon-style-one-desc {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-style-one-title {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .right-bottom-shape-arrow-wrap {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .icon-style-one-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .icon-style-one {
    padding: 30px 20px;
    display: block;
  }

  .icon-style-one.button-block-hover {
    padding: 15px;
  }

  .icon-style-one-grid {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-home-5-5 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .form-input-2 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .form-input-2.white-border {
    height: 50px;
  }

  .text-block-39 {
    font-size: 16px;
    line-height: 22px;
  }

  .form-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-146 {
    width: 100%;
  }

  .faq-banner-2 {
    height: auto;
    padding-top: 21px;
  }
}

#w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc5-97910041 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc7-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_73086607-b75d-91a7-d4e6-3f74d65d887b-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afd4-97910041 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afde-97910041 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44894737-b870-264b-e903-96a227512baf-97910041, #w-node-dd8f67c2-a077-46b9-1472-463ce630527c-97910041, #w-node-_7e477c98-d141-d67b-0cf9-8c0e812d93c1-97910041, #w-node-de94d1af-9fa8-66eb-f091-b8616db5bcb8-97910041, #w-node-be001807-f190-9658-4baa-89c9d20bffdd-97910041 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e0427dc6-2f7b-8be3-f6b8-7dddd1a3d991-97910041 {
  justify-self: start;
}

#w-node-e0427dc6-2f7b-8be3-f6b8-7dddd1a3d993-97910041 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-e0427dc6-2f7b-8be3-f6b8-7dddd1a3d994-97910041, #w-node-e0427dc6-2f7b-8be3-f6b8-7dddd1a3d995-97910041 {
  justify-self: stretch;
}

#w-node-_9983d145-4a48-c15b-8a97-89983d051cb0-97910041 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7e49c61c-8890-14e9-b19f-32fb1c09d6e7-97910041 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7e49c61c-8890-14e9-b19f-32fb1c09d6ea-97910041, #w-node-_7e49c61c-8890-14e9-b19f-32fb1c09d6f4-97910041 {
  justify-self: center;
}

#w-node-_7e49c61c-8890-14e9-b19f-32fb1c09d6f6-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e49c61c-8890-14e9-b19f-32fb1c09d700-97910041 {
  justify-self: center;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2bb-97910041 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2c1-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2c7-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2c9-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2db-97910041 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2e1-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2e7-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2e9-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2fb-97910041 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c301-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c307-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c309-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c316-97910041 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c31c-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c322-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c324-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0ba5f433-de50-1d0f-534a-5f85d4cbf147-97910041 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_0ba5f433-de50-1d0f-534a-5f85d4cbf14d-97910041, #w-node-_0ba5f433-de50-1d0f-534a-5f85d4cbf153-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ba5f433-de50-1d0f-534a-5f85d4cbf155-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_33048390-15de-5fbd-6d36-d11ac564078e-97910041 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33048390-15de-5fbd-6d36-d11ac564078f-97910041 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_33048390-15de-5fbd-6d36-d11ac5640790-97910041 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_68637827-aa10-77d4-2806-5a5a77ef323d-97910041 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68637827-aa10-77d4-2806-5a5a77ef324c-97910041 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1590da61-666a-72c1-920a-c70aab1b7061-97910041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33048390-15de-5fbd-6d36-d11ac56407b8-97910041 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_33048390-15de-5fbd-6d36-d11ac56407b9-97910041 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5ce6fee5-c464-ce3b-999c-e0a990c42698-97910041 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ce6fee5-c464-ce3b-999c-e0a990c4269d-97910041 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_84553aa1-17b7-d786-9c06-eeb085af9b25-85af9b1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84553aa1-17b7-d786-9c06-eeb085af9b60-85af9b1a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_84553aa1-17b7-d786-9c06-eeb085af9b67-85af9b1a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d2cc4122-a20c-1de5-421d-fea916a6ff2a-16a6ff27, #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c7-979100ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2d6-979100ab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2d8-979100ab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-979100ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-979100ab {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-979100ab {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-979100ab {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-979100ab {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-979100ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-979100ab {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2e5-979100ab {
  justify-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2e7-979100ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2e8-979100ab, #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2e9-979100ab {
  justify-self: stretch;
}

#w-node-_3b2d797c-2220-cb54-374f-65a7007e7bcb-979100ab, #w-node-_9d5f1fbd-251b-860f-a7b8-174f22f2579e-979100ab, #w-node-_737d686d-f675-b372-9e9d-f13eb2b7d412-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76ca-979100ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76d0-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76d6-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76d8-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76ea-979100ab {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76f0-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76f6-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76f8-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b770a-979100ab {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7710-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7716-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7718-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7725-979100ab {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b772b-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7731-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7733-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-979100ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-979100ab {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-979100ab {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a7-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a8-979100ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6ab-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6ac-979100ab {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-979100ab {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b0-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b1-979100ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b4-979100ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b5-979100ab {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ccb45da3-47c1-f9ca-1beb-ae313c3588ed-979100ac, #w-node-da01db59-2110-9f9e-2770-1d080c3b0b37-979100ac, #w-node-_37e96008-df7e-361d-c827-fb724977fe69-979100ac, #w-node-_02807b96-eb76-09ad-2373-f2070b1e137a-979100ac, #w-node-ea0f15d0-a2f0-5202-3943-5434fa5ec7b9-979100ac, #w-node-f5a85012-4fdc-6ed3-f54e-9b4d9a3e1710-979100ac, #w-node-aac9f21c-ca27-31da-342f-91077031109e-979100ac, #w-node-_2d54b0e1-fa21-7d07-f1a2-e254a8147af2-979100ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95960fce-0061-fc86-1202-03b789a487d5-979100ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95960fce-0061-fc86-1202-03b789a487da-979100ac {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aa9d4-979100cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aa9d5-979100cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aa9d7-979100cc {
  grid-area: 1 / 1 / 2 / 3;
}

#wf-form-Contact-Form-2.w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6857-979100cc {
  place-self: start center;
}

#w-node-bc7bf838-acea-b97d-6e7f-e2f9290c685a-979100cc, #Full-Name.w-node-bc7bf838-acea-b97d-6e7f-e2f9290c685c-979100cc, #w-node-b6cb0b34-12b0-cd15-ce40-cde33bc47fb6-979100cc, #Phone-Number.w-node-b6cb0b34-12b0-cd15-ce40-cde33bc47fb9-979100cc, #w-node-bc7bf838-acea-b97d-6e7f-e2f9290c685f-979100cc, #Email.w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6861-979100cc, #w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6863-979100cc, #Message.w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6865-979100cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaab5-979100cc {
  align-self: stretch;
}

#w-node-_4ec447de-023f-56c1-ba30-0c32ea1a924d-979100cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaab9-979100cc {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaabb-979100cc {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaabe-979100cc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaabf-979100cc {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaac2-979100cc {
  justify-self: start;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaac4-979100cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_387f4694-2746-21aa-6c31-1f387b8aaac5-979100cc, #w-node-_387f4694-2746-21aa-6c31-1f387b8aaac6-979100cc {
  justify-self: stretch;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010ae56-979100ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010ae57-979100ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce573-979100ef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce575-979100ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce576-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce57c-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce580-979100ef {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce582-979100ef {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce584-979100ef {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce589-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_075c5935-bf25-7528-15d1-db77adbce58c-979100ef {
  align-self: center;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d65-979100ef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d67-979100ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d68-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d6e-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d72-979100ef {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d74-979100ef {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d76-979100ef {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d7b-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b213ff4-e961-584d-b420-061925054d7e-979100ef {
  align-self: center;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8ed-979100ef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8ef-979100ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8f0-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8f6-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8fa-979100ef {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8fc-979100ef {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a8fe-979100ef {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a903-979100ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73617b33-6d33-06f0-5e4d-05611285a906-979100ef {
  align-self: center;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af40-979100ef {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af41-979100ef {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af44-979100ef {
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af46-979100ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af47-979100ef, #w-node-_7311bcba-c687-2c09-05a5-865c7010af48-979100ef {
  justify-self: stretch;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010ae56-5b760cb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010ae57-5b760cb2, #w-node-_7fb0123e-bb16-25db-7601-ab1b447981d9-5b760cb2, #w-node-_125e3b54-4978-c68d-559a-b310db98b5ce-5b760cb2, #w-node-bf326199-dd7b-ee98-bf41-4ebbd9408079-5b760cb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af37-5b760cb2 {
  align-self: stretch;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af3b-5b760cb2 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af3d-5b760cb2 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af40-5b760cb2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af41-5b760cb2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af44-5b760cb2 {
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af46-5b760cb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af47-5b760cb2, #w-node-_7311bcba-c687-2c09-05a5-865c7010af48-5b760cb2 {
  justify-self: stretch;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af44-cce59dd5 {
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af46-cce59dd5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_7311bcba-c687-2c09-05a5-865c7010af47-cce59dd5, #w-node-_7311bcba-c687-2c09-05a5-865c7010af48-cce59dd5 {
  justify-self: stretch;
}

#w-node-_4072387c-90e6-7e8e-3164-a7b0baaaaae8-08de47ff, #w-node-_5e608dec-b940-c315-9a89-cfec1d1ca6bb-08de47ff, #w-node-_4072387c-90e6-7e8e-3164-a7b0baaaaae8-e70684d0, #w-node-_4072387c-90e6-7e8e-3164-a7b0baaaaae8-4191d045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-fc1cf529, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-fc1cf529 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-fc1cf529 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-fc1cf529 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-fc1cf529 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-fc1cf529 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-fc1cf529 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-fc1cf529 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-fc1cf529 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-fc1cf529 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-fc1cf529 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-f4d745c9-7f1a-5021-89a1-19340a57aaef-3005a2ab, #Email.w-node-f4d745c9-7f1a-5021-89a1-19340a57aaf3-3005a2ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-3005a2ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-3005a2ab {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-3005a2ab {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-3005a2ab {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-3005a2ab {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-3005a2ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-3005a2ab {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-3005a2ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-3005a2ab {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-b556441a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a7-b556441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a8-b556441a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6ab-b556441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6ac-b556441a {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-b556441a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b0-b556441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b1-b556441a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b4-b556441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6b5-b556441a {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-05d4ec9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-05d4ec9a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-05d4ec9a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-05d4ec9a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-05d4ec9a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-05d4ec9a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-05d4ec9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-05d4ec9a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-7f844e4a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-7f844e4a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-7f844e4a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-7f844e4a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-7f844e4a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-7f844e4a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-7f844e4a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-7f844e4a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-bad4fe8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-bad4fe8c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-bad4fe8c {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-bad4fe8c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-bad4fe8c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-bad4fe8c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-bad4fe8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-bad4fe8c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-7d4ed973 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-7d4ed973 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-7d4ed973 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-7d4ed973 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-7d4ed973 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-7d4ed973 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-7d4ed973 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-7d4ed973 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-6ba973be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-6ba973be {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-6ba973be {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-6ba973be {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-6ba973be {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-6ba973be {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-6ba973be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-6ba973be {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-fc01a062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-fc01a062 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-fc01a062 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-fc01a062 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-fc01a062 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-fc01a062 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-fc01a062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-fc01a062 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-21b053d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-21b053d1 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-21b053d1 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-21b053d1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-21b053d1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-21b053d1 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-21b053d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-21b053d1 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-ff95882f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-ff95882f {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bc-ff95882f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2bf-ff95882f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-ff95882f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-ff95882f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-ff95882f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-ff95882f {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-34b6b340, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-34b6b340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-34b6b340 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-34b6b340 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1c3dc90c-13f9-a08a-6a0e-b7651b4b52e5-34b6b340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-34b6b340 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-34b6b340 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-34b6b340 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-34b6b340 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-34b6b340 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-ad4a7281, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-ad4a7281 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-ad4a7281 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-ad4a7281 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1c3dc90c-13f9-a08a-6a0e-b7651b4b52e5-ad4a7281 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-ad4a7281 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-ad4a7281 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-ad4a7281 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-ad4a7281 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-ad4a7281 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-a0b1379c, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-a0b1379c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-a0b1379c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-a0b1379c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1c3dc90c-13f9-a08a-6a0e-b7651b4b52e5-a0b1379c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-a0b1379c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-a0b1379c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-a0b1379c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-a0b1379c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-a0b1379c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-010118f0, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-010118f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-010118f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-010118f0 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1c3dc90c-13f9-a08a-6a0e-b7651b4b52e5-010118f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-010118f0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-010118f0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-010118f0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-010118f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-010118f0 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-6af58f94, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-6af58f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-6af58f94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-6af58f94 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1c3dc90c-13f9-a08a-6a0e-b7651b4b52e5-6af58f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-6af58f94 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-6af58f94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-6af58f94 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-6af58f94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-6af58f94 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-669f595a, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-669f595a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-669f595a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-669f595a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_7a817783-54a1-d9bb-6e7f-c9b2add08358-669f595a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-669f595a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-669f595a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-669f595a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-669f595a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-669f595a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-8d9362f4, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-8d9362f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-8d9362f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-8d9362f4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_1079b62e-15ea-f595-c9a5-16b04d31393e-8d9362f4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c2-8d9362f4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-8d9362f4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c4-8d9362f4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-8d9362f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-8d9362f4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7ac-5fee1106, #Email.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b0-5fee1106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-5fee1106 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-5fee1106 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center stretch;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc0-5fee1106 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cd6a38-9f3a-5f9a-346a-25da04e9cbc5-5fee1106 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1deb-b0c4d0af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-b0c4d0af {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1deb-e5f18a13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-e5f18a13 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1deb-63350ca8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-63350ca8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#wf-form-Albio-130-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-68d567e8 {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-68d567e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-68d567e8, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-68d567e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-68d567e8, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-68d567e8, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-68d567e8, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-68d567e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-68d567e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-68d567e8 {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-68d567e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-68d567e8, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-68d567e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-68d567e8, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-68d567e8, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-68d567e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-68d567e8, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-68d567e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-68d567e8, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-68d567e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Albio-102-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-8e7511e2 {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-8e7511e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-8e7511e2, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-8e7511e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-8e7511e2, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-8e7511e2, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-8e7511e2, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-8e7511e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-8e7511e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-8e7511e2 {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-8e7511e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-8e7511e2, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-8e7511e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-8e7511e2, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-8e7511e2, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-8e7511e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-8e7511e2, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-8e7511e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-8e7511e2, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-8e7511e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Albio-R50-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-cfce062b {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-cfce062b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-cfce062b, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-cfce062b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-cfce062b, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-cfce062b, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-cfce062b, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-cfce062b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-cfce062b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-cfce062b {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-cfce062b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-cfce062b, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-cfce062b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-cfce062b, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-cfce062b, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-cfce062b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-cfce062b, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-cfce062b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-cfce062b, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-cfce062b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-ALBIO-127C-SUPER-THERMO-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-1406942a {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-1406942a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-1406942a, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-1406942a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-1406942a, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-1406942a, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-1406942a, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-1406942a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-1406942a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-1406942a {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-1406942a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-1406942a, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-1406942a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-1406942a, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-1406942a, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-1406942a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-1406942a, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-1406942a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-1406942a, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-1406942a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-ALBIO-129C-ADVANCED-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-382fa691 {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-382fa691 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-382fa691, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-382fa691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-382fa691, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-382fa691, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-382fa691, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-382fa691 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-382fa691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-382fa691 {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-382fa691 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-382fa691, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-382fa691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-382fa691, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-382fa691, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-382fa691 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-382fa691, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-382fa691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-382fa691, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-382fa691 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-ALBIO-235-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-aa75dc9f {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-aa75dc9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-aa75dc9f, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-aa75dc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-aa75dc9f, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-aa75dc9f, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-aa75dc9f, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-aa75dc9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-aa75dc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-aa75dc9f {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-aa75dc9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-aa75dc9f, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-aa75dc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-aa75dc9f, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-aa75dc9f, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-aa75dc9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-aa75dc9f, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-aa75dc9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-aa75dc9f, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-aa75dc9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-SPACE-Form.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a3c-d60f6af0 {
  place-self: start center;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-d60f6af0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a43-d60f6af0, #Last-Name.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a44-d60f6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a46-d60f6af0, #Email.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a48-d60f6af0, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4a-d60f6af0, #Message.w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a4c-d60f6af0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d459-d60f6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Contact-form.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f9-d60f6af0 {
  place-self: start center;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-d60f6af0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fe-d60f6af0, #Last-name-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4ff-d60f6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d501-d60f6af0, #Email-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d503-d60f6af0, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-d60f6af0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Street-Address-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d507-d60f6af0, #City-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d508-d60f6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50a-d60f6af0, #Message-2.w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d50c-d60f6af0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-3625f9bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-3625f9bf {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-3625f9bf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-3625f9bf {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-3625f9bf {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-3625f9bf {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-3625f9bf {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-3625f9bf {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-3625f9bf {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-3625f9bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-3625f9bf, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-3625f9bf {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-e960f7b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-e960f7b0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-e960f7b0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-e960f7b0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-e960f7b0 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-e960f7b0 {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-e960f7b0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-e960f7b0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-e960f7b0 {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-e960f7b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-e960f7b0, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-e960f7b0 {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-9e56e68e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-9e56e68e {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-9e56e68e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-9e56e68e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-9e56e68e {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-9e56e68e {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-9e56e68e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-9e56e68e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-9e56e68e {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-9e56e68e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-9e56e68e, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-9e56e68e {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-63169a13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-63169a13 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-63169a13 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-63169a13 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-63169a13 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-63169a13 {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-63169a13 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-63169a13 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-63169a13 {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-63169a13 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-63169a13, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-63169a13 {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-1476e368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-1476e368 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-1476e368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-1476e368 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-1476e368 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-1476e368 {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-1476e368 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-1476e368 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-1476e368 {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-1476e368 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-1476e368, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-1476e368 {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-7484717c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-7484717c {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-7484717c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-7484717c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-7484717c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-7484717c {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-7484717c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-7484717c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-7484717c {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-7484717c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-7484717c, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-7484717c {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-964f73d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-964f73d8 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-964f73d8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-964f73d8 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-964f73d8 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-964f73d8 {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-964f73d8 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-964f73d8 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-964f73d8 {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-964f73d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-964f73d8, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-964f73d8 {
  justify-self: stretch;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e4fa-6653a121 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e502-6653a121 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e506-6653a121 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50a-6653a121 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e50e-6653a121 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e511-6653a121 {
  justify-self: end;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e512-6653a121 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e513-6653a121 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e526-6653a121 {
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e528-6653a121 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_712c65e0-22f0-8a67-67c0-12996d58e529-6653a121, #w-node-_712c65e0-22f0-8a67-67c0-12996d58e52a-6653a121 {
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afd4-97910041 {
    justify-self: start;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afde-97910041 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afde-97910041 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cb0-97910041 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc5-97910041 {
    align-self: end;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc7-97910041 {
    justify-self: start;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afd4-97910041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afde-97910041 {
    grid-column: 1 / 4;
  }

  #w-node-_44894737-b870-264b-e903-96a227512baf-97910041, #w-node-dd8f67c2-a077-46b9-1472-463ce630527c-97910041, #w-node-_7e477c98-d141-d67b-0cf9-8c0e812d93c1-97910041, #w-node-de94d1af-9fa8-66eb-f091-b8616db5bcb8-97910041, #w-node-be001807-f190-9658-4baa-89c9d20bffdd-97910041 {
    justify-self: stretch;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cb0-97910041 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cb1-97910041 {
    justify-self: start;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cd7-97910041 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cb4-97910041 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2bb-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2db-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c2fb-97910041, #w-node-e1b45e8e-8f88-a3be-74f1-1befeef1c316-97910041, #w-node-_0ba5f433-de50-1d0f-534a-5f85d4cbf147-97910041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33048390-15de-5fbd-6d36-d11ac564078e-97910041 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_33048390-15de-5fbd-6d36-d11ac5640790-97910041 {
    grid-column-end: 5;
  }

  #w-node-_68637827-aa10-77d4-2806-5a5a77ef324c-97910041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33048390-15de-5fbd-6d36-d11ac56407b8-97910041 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-_33048390-15de-5fbd-6d36-d11ac56407b9-97910041, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76ca-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b76ea-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b770a-979100ab, #w-node-bd73461a-e5b2-5f47-33a2-ff82f65b7725-979100ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-979100ab {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-979100ab {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aa9d5-979100cc {
    grid-column: span 1 / span 1;
  }

  #w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6842-979100cc, #w-node-bc7bf838-acea-b97d-6e7f-e2f9290c6856-979100cc {
    justify-self: center;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aaab5-979100cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_633150dd-04eb-1693-ff3d-ebe8fbaeba9a-979100cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aaab9-979100cc {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aaabb-979100cc {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aaabe-979100cc {
    grid-column-end: 3;
  }

  #w-node-_387f4694-2746-21aa-6c31-1f387b8aaabf-979100cc {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010ae57-979100ef {
    grid-column: span 1 / span 1;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af40-979100ef {
    grid-column-end: 3;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af41-979100ef {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010ae57-5b760cb2, #w-node-_7fb0123e-bb16-25db-7601-ab1b447981d9-5b760cb2, #w-node-_125e3b54-4978-c68d-559a-b310db98b5ce-5b760cb2, #w-node-bf326199-dd7b-ee98-bf41-4ebbd9408079-5b760cb2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af37-5b760cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af3b-5b760cb2 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af3d-5b760cb2 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af40-5b760cb2 {
    grid-column-end: 3;
  }

  #w-node-_7311bcba-c687-2c09-05a5-865c7010af41-5b760cb2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-b556441a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-b556441a {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-8d9362f4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-5fee1106 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-b0c4d0af, #w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-e5f18a13, #w-node-_4cbe420c-5258-8a70-9598-2ce2f7db1dec-63350ca8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-68d567e8, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-68d567e8, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-8e7511e2, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-8e7511e2, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-cfce062b, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-cfce062b, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-1406942a, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-1406942a, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-382fa691, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-382fa691, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-aa75dc9f, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-aa75dc9f, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4e2-d60f6af0, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4f8-d60f6af0 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc5-97910041 {
    grid-column: 2 / 3;
    place-self: center;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afd4-97910041 {
    justify-self: center;
  }

  #w-node-_44894737-b870-264b-e903-96a227512baf-97910041, #w-node-dd8f67c2-a077-46b9-1472-463ce630527c-97910041, #w-node-_7e477c98-d141-d67b-0cf9-8c0e812d93c1-97910041, #w-node-de94d1af-9fa8-66eb-f091-b8616db5bcb8-97910041, #w-node-be001807-f190-9658-4baa-89c9d20bffdd-97910041 {
    grid-column-end: 4;
  }

  #w-node-a0ef2c93-b468-6d26-c049-b71796ab3eb5-979100ab {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-979100ab {
    justify-self: start;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-979100ab {
    align-self: start;
  }

  #w-node-edc0d0a5-ddca-15be-9f34-b46a4b886990-979100cc {
    justify-self: center;
  }

  #w-node-dbb7c8fe-e4b4-369d-f157-3c97d4c2edd5-08de47ff, #w-node-cd21c09e-da7d-d9e8-82d0-32aab4c4dd50-08de47ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-b556441a {
    justify-self: start;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-b556441a {
    align-self: start;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-5fee1106 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afc5-97910041 {
    align-self: end;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afcb-97910041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_105852b8-7baa-2a9e-e2aa-41d4d739afd4-97910041 {
    align-self: start;
  }

  #w-node-_44894737-b870-264b-e903-96a227512baf-97910041, #w-node-dd8f67c2-a077-46b9-1472-463ce630527c-97910041, #w-node-_7e477c98-d141-d67b-0cf9-8c0e812d93c1-97910041, #w-node-de94d1af-9fa8-66eb-f091-b8616db5bcb8-97910041, #w-node-be001807-f190-9658-4baa-89c9d20bffdd-97910041 {
    grid-column: 1 / 4;
  }

  #w-node-_9983d145-4a48-c15b-8a97-89983d051cb4-97910041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68637827-aa10-77d4-2806-5a5a77ef323d-97910041 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-979100ab {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-979100ab {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-979100ab {
    grid-column-end: 3;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-979100ab, #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-979100ab {
    align-self: center;
  }

  #w-node-bc7bf838-acea-b97d-6e7f-e2f9290c685a-979100cc, #w-node-b6cb0b34-12b0-cd15-ce40-cde33bc47fb6-979100cc {
    grid-column: span 1 / span 1;
  }

  #w-node-dbb7c8fe-e4b4-369d-f157-3c97d4c2edd5-08de47ff, #w-node-cd21c09e-da7d-d9e8-82d0-32aab4c4dd50-08de47ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-fc1cf529 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-fc1cf529 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-fc1cf529 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-fc1cf529 {
    grid-column-end: 3;
  }

  #submit-button.w-node-f4d745c9-7f1a-5021-89a1-19340a57aaf6-3005a2ab {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-3005a2ab {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-3005a2ab {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-3005a2ab {
    grid-column-end: 3;
  }

  #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6a6-b556441a, #w-node-_3cbb0a0a-c97e-b98f-efeb-8358c24dd6af-b556441a {
    align-self: center;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-05d4ec9a {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-05d4ec9a {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-05d4ec9a {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-7f844e4a {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-7f844e4a {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-7f844e4a {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-bad4fe8c {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-bad4fe8c {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-bad4fe8c {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-7d4ed973 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-7d4ed973 {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-7d4ed973 {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-6ba973be {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-6ba973be {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-6ba973be {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-fc01a062 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-fc01a062 {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-fc01a062 {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-21b053d1 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-21b053d1 {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-21b053d1 {
    grid-column-end: 3;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-ff95882f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-ff95882f {
    grid-column-end: 5;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-ff95882f {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-34b6b340 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-34b6b340 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-34b6b340 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-34b6b340 {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-ad4a7281 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-ad4a7281 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-ad4a7281 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-ad4a7281 {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-a0b1379c {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-a0b1379c {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-a0b1379c {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-a0b1379c {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-010118f0 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-010118f0 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-010118f0 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-010118f0 {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-6af58f94 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-6af58f94 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-6af58f94 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-6af58f94 {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-669f595a {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-669f595a {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-669f595a {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-669f595a {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-8d9362f4 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-8d9362f4 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-8d9362f4 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb2c3-8d9362f4 {
    grid-column-end: 3;
  }

  #submit-button.w-node-_63aafcbd-5cf4-2ce7-a7ed-797b8ad4c7b4-5fee1106 {
    justify-self: auto;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29c-5fee1106 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ff9c35a2-d144-790d-8394-8b1dfc6fb29d-5fee1106 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center stretch;
  }

  #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-68d567e8, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-68d567e8, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-68d567e8, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-8e7511e2, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-8e7511e2, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-8e7511e2, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-cfce062b, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-cfce062b, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-cfce062b, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-1406942a, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-1406942a, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-1406942a, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-382fa691, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-382fa691, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-382fa691, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-aa75dc9f, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-aa75dc9f, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-aa75dc9f, #w-node-ee7a835e-8bb4-1aa9-17e2-d3fd5e905a41-d60f6af0, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d4fc-d60f6af0, #w-node-_87bdb469-a1b6-3961-78f2-4789d5e5d505-d60f6af0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}