@font-face {
  src: url("../KonnectRegular.98a75bf7.otf") format("woff2");
  font-family: Konnect;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../KonnectBlack.9cdf9efc.otf") format("woff2");
  font-family: Konnect;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../KonnectBold.d04b2f9c.otf") format("woff2");
  font-family: Konnect;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../KonnectSemiBold.06ea845e.otf") format("woff2");
  font-family: Konnect;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../KonnectLight.26e8e621.otf") format("woff2");
  font-family: Konnect;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../KonnectMedium.5874bd02.otf") format("woff2");
  font-family: Konnect;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.checkbox__field:checked + .checkbox__content:after {
  opacity: 1;
}

.checkbox__field:focus + .checkbox__content:before {
  outline: 1px solid var(--color-gray-100);
  outline-offset: 1px;
}

.checkbox__field:disabled + .checkbox__content {
  opacity: .4;
  pointer-events: none;
}

:root {
  --content-width: 1216px;
  --container-offset: 16px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --font-family-primary: "Konnect", sans-serif;
  --fw-400: 400;
  --fw-500: 500;
  --color-white: #fff;
  --color-dark: #2c2e35;
  --color-black: #2c2e35;
  --color-green: #9cdb7e;
  --color-light-gray: #2c2e355c;
  --color-lighter-gray: #2c2e3529;
  --color-lightest-gray: #2c2e351f;
  --color-title: #292e3d;
  --color-text-black: #222;
  --color-bg-form: #f6f8f7;
  --color-transparent-white: #ffffffc2;
  --color-transparent-dark: #0000008f;
  --radius-main: 44px;
  --shadow-primary: 0px 8px 8px -4px #1118270a;
  --shadow-secondary: 0px 20px 24px -4px #1118271a;
}

html, body {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

.page {
  height: var(--vh);
  font-family: var(--font-family-primary);
  font-weight: var(--fw-400);
  letter-spacing: 0;
  color: var(--color-gray-700);
  background-color: var(--color-white);
  font-optical-sizing: auto;
  font-size: clamp(16px, 1vw, 20px);
  font-style: normal;
  line-height: 1.5;
}

.page__body {
  min-width: 320px;
  min-height: var(--vh);
}

.page.open {
  overflow: hidden;
}

.container {
  padding: 0 var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

.site-container {
  min-height: var(--vh);
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  display: grid;
}

.main {
  padding-top: var(--header-height);
}

#form-request {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  transition-property: opacity, visibility;
  transition-duration: .2s;
  position: fixed;
  inset: 0;
}

#form-request:before {
  content: "";
  background-color: var(--color-black);
  opacity: .3;
  position: absolute;
  inset: 0;
}

#form-request iframe {
  z-index: 1;
  width: 90%;
  height: calc(var(--vh)  - 60px);
  max-width: 980px;
  border: none;
  margin: 30px auto;
  position: absolute;
  left: 0;
  right: 0;
}

#form-request.open {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, #0000007a 53.89%, #0000 74.96%);
  position: absolute;
  inset: 0;
}

.hidden {
  display: none !important;
}

.sr-only {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.dis-scroll {
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overscroll-behavior: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

h1, h2, h3 {
  --font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.5rem, 2.2451rem + 1.0458vi, 3.5rem);
  font-weight: 700;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  h1, h2, h3 {
    line-height: 1.2;
  }
}

a, button {
  --font-weight: 400;
  font-family: var(--font-family-primary);
}

h2 {
  text-transform: capitalize;
  color: var(--color-tile-800);
  font-size: clamp(40px, 2rem + 1vi, 56px);
}

h3 {
  text-transform: capitalize;
  color: var(--color-tile-800);
  font-size: clamp(32px, 2rem + 1vi, 40px);
}

p {
  font-size: 16px;
}

.header {
  z-index: 10;
  width: 100%;
  background-color: var(--color-white);
  padding: 20.5px 0;
  transition-property: transform, padding;
  transition-duration: .15s;
  position: fixed;
  top: 0;
}

.header.hide {
  transform: translateY(-100%);
}

.header .logo {
  color: var(--color-green);
  align-items: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 39.16px;
  display: flex;
}

.header .logo__img {
  margin-right: 16px;
}

@media only screen and (max-width: 1180px) {
  .header .logo {
    max-width: 250px;
  }
}

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

.nav__inner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .nav__inner {
    z-index: -1;
    padding-top: calc(var(--header-height) * 1.5);
    width: 100%;
    height: calc(var(--vh));
    background-color: var(--color-white);
    flex-direction: column;
    justify-content: flex-start;
    transition-property: transform;
    transition-duration: .4s;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transform: translateX(150%);
  }
}

.nav__list {
  align-items: center;
  margin: 0 77px 0 auto;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .nav__list {
    z-index: -1;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1180px) {
  .nav__list {
    margin: 0 auto;
  }
}

.nav__item:not(:last-of-type, .footer .nav__item) {
  margin-right: 32px;
}

@media only screen and (max-width: 768px) {
  .nav__item:not(:last-of-type, .footer .nav__item) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1180px) {
  .nav__item:not(:last-of-type, .footer .nav__item) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .nav__item {
    margin-bottom: 30px;
  }
}

.nav__link {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 400;
}

.nav__link.true {
  color: var(--color-green);
}

@media only screen and (max-width: 1180px) {
  .nav__link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .nav .btn {
    margin: 0 auto;
  }
}

.nav .btn--simple {
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .nav .btn--simple {
    margin: 0 auto 10px !important;
  }
}

@media only screen and (max-width: 1180px) {
  .nav .btn--simple {
    margin-right: 10px;
  }
}

.btn {
  border-radius: var(--radius-main);
  height: 40px;
  padding: 9.5px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.btn--request {
  background-color: var(--color-green);
  color: var(--color-white);
  border: none;
}

@media only screen and (max-width: 1180px) {
  .btn--request {
    padding: 5px;
    font-size: 13px;
  }
}

.btn--simple {
  background-color: var(--color-white);
  color: var(--color-green);
  border: 2px solid var(--color-green);
}

@media only screen and (max-width: 1180px) {
  .btn--simple {
    padding: 5px;
    font-size: 13px;
  }
}

button.formsapp-popup-button {
  border-radius: var(--radius-main) !important;
  height: 40px !important;
  background-color: var(--color-green) !important;
  color: var(--color-white) !important;
  border: none !important;
  margin: 0 !important;
  padding: 9.5px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.burger {
  --line-height: 2px;
  --buger-size: 20px;
  --move: calc(var(--buger-size) / 3);
  --move-decrement: calc(var(--move) * -1);
  --transition-time: .5s;
  --lines-color: var(--color-black);
  width: calc(var(--buger-size)  + 5px);
  height: var(--buger-size);
  transition: opacity var(--transition-time) ease;
  background-color: #0000;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.burger span {
  z-index: -1;
  width: 100%;
  height: var(--line-height);
  background-color: var(--lines-color);
  transition: transform var(--transition-time) ease, background-color var(--transition-time) ease .3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.burger span:before, .burger span:after {
  content: "";
  width: 100%;
  height: var(--line-height);
  background-color: var(--lines-color);
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-fill-mode: forwards;
  position: absolute;
  left: 0;
}

.burger span:before {
  transform: translateY(var(--move-decrement)) rotate(0);
}

.burger span:after {
  transform: translateY(var(--move)) rotate(0);
}

.burger:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .burger {
    display: block;
  }
}

.closed.opened span {
  background-color: var(--lines-color);
  transition: background-color .2s;
}

.closed.opened span:before {
  animation-name: toplineburger;
}

.closed.opened span:after {
  animation-name: bottomlineburger;
}

.opened .nav__inner {
  transform: translateX(0);
}

.opened span {
  background-color: #0000;
  transition: background-color .2s;
}

.opened span:before, .opened span:after {
  animation-duration: .2s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-fill-mode: forwards;
}

.opened span:before {
  animation-name: toplinecross;
}

.opened span:after {
  animation-name: bottomlinecross;
}

.hero {
  padding: 48px 0;
}

@media only screen and (max-width: 1180px) {
  .hero {
    padding: 30px 0;
  }
}

.hero__inner {
  min-height: 415px;
  max-width: 1416px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 1180px) {
  .hero__inner {
    min-height: 260px;
    background-position: 50%;
    background-size: cover;
  }
}

.hero h1 {
  color: var(--color-dark);
  font-size: 48px;
  font-weight: 600;
}

.hero p {
  color: var(--color-dark);
  font-family: var(--font-family-primary);
  font-size: 24px;
}

.hero__content {
  max-width: 804px;
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 36px;
  display: flex;
}

.hero.hero--home {
  border-radius: 64px;
  padding: 0;
  overflow: hidden;
}

.hero.hero--home .hero__content {
  z-index: 1;
  width: 100%;
  max-width: 720px;
  color: var(--color-white);
  text-align: start;
  align-items: start;
  margin: 0;
  padding-left: 112px;
}

@media only screen and (max-width: 475px) {
  .hero.hero--home .hero__content {
    padding-left: 20px;
  }
}

.hero.hero--home .hero__inner {
  min-height: 646px;
  background-size: cover;
}

@media only screen and (max-width: 1180px) {
  .hero.hero--home .hero__inner {
    min-height: 400px;
  }
}

.hero.hero--home h1 {
  color: var(--color-white);
  margin-bottom: 24px;
  line-height: 62.65px;
}

.hero.hero--home .btn {
  background-color: var(--color-green);
  color: var(--color-white);
}

.hero--about .hero__content {
  max-width: unset;
}

.hero .overlay:before {
  display: none;
}

.hero--client-resources h1 {
  margin-bottom: 12px;
}

.services {
  background-color: var(--color-gray-400);
  padding: 5.125rem 0;
}

.services__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.services__item {
  border-radius: calc(var(--radius-main) * 2);
  height: 100%;
  background-color: var(--color-white);
  flex-direction: column;
  padding: 5.625rem 1.6875rem 1.6875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services__item:before {
  content: "";
  border-radius: var(--radius-main);
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/installation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  background-color: var(--color-tile-800);
  position: absolute;
  top: 1.6875rem;
  left: 1.6875rem;
}

.services__item--installation:before {
  background-image: url("../images/icons/installation.svg");
  background-size: 24px;
}

.services__item--repairs:before {
  background-image: url("../images/icons/repairs.svg");
  background-size: 24px;
}

.services__item--replacement:before {
  background-image: url("../images/icons/replacement.svg");
  background-size: 28px;
}

.services h2 {
  margin: 0 auto 1.875rem;
}

.services h3 {
  text-transform: capitalize;
  margin-bottom: 14px;
  font-size: 32px;
}

.services p {
  margin-bottom: 1.625rem;
}

.services .btn {
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .services {
    padding: 3.75rem 0;
  }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__item:last-child {
    grid-column: 1 / span 2;
  }
}

@media only screen and (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
  }

  .services__item {
    padding: 96px 24px 24px;
  }

  .services__item:last-child {
    grid-column: auto;
  }
}

@media only screen and (max-width: 576px) {
  .services .btn {
    max-width: none;
  }
}

.featured {
  padding: 56px 0;
}

@media only screen and (max-width: 1180px) {
  .featured {
    padding: 30px 0;
  }
}

.featured h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.99px;
}

.featured__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

@media only screen and (max-width: 1180px) {
  .featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .featured__grid {
    grid-template-columns: 1fr;
  }
}

.featured__item {
  overflow: hidden;
}

.featured__item h3 {
  color: var(--color-dark);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.1px;
}

.featured__item p {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 300;
  line-height: 18.27px;
}

.featured__image {
  height: auto;
  object-fit: fill;
  overflow: hidden;
}

.featured__description {
  padding: 16px;
}

.featured.featured--services .featured__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  display: grid;
}

@media only screen and (max-width: 576px) {
  .featured.featured--services .featured__grid {
    grid-template-columns: 1fr;
  }
}

.featured.featured--services .featured__image {
  object-fit: contain;
  height: unset;
  max-height: unset;
  overflow: hidden;
}

.featured.featured--services .featured__item {
  cursor: pointer;
  position: relative;
}

.featured.featured--services .featured__item:hover .featured__content, .featured.featured--services .featured__item:focus .featured__content {
  cursor: pointer;
  opacity: 1;
  min-height: 300px;
  background: var(--color-transparent-dark);
  text-align: center;
  border-radius: 23px;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .featured.featured--services .featured__item:hover .featured__content, .featured.featured--services .featured__item:focus .featured__content {
    opacity: 0;
  }
}

.featured.featured--services .featured__content {
  max-width: 584px;
  opacity: 0;
  padding: 26px 24px;
  position: absolute;
  top: 0;
}

.featured.featured--services .featured__content p {
  font-family: var(--font-family-primary);
  color: var(--color-white);
  font-size: 16px;
  line-height: 22.4px;
}

.faq {
  padding: 4.125rem 0 2.6875rem;
}

.faq__list {
  margin-bottom: 2rem;
}

.faq__item {
  border: 2px solid var(--color-gray-200);
}

.faq__item:not(:last-child) {
  margin-bottom: 32px;
}

.faq details {
  border-radius: calc(var(--radius-main) * 2);
  background-color: var(--color-gray-400);
  overflow: hidden;
}

.faq details p {
  max-width: 750px;
  font-size: 20px;
  line-height: 1.5;
}

.faq details[open] summary:before {
  rotate: 180deg;
}

.faq summary {
  font-family: var(--font-family-secondary);
  font-weight: var(--fw-600);
  color: var(--color-tile-800);
  cursor: pointer;
  padding: 21px 6.25rem 21px 2.0625rem;
  font-size: clamp(20px, 1.1017rem + .7486vi, 32px);
  line-height: 40px;
  position: relative;
}

.faq summary:before {
  content: "";
  border-radius: var(--radius-main);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L8.29289 9.70711C8.68342 10.0976 9.31658 10.0976 9.70711 9.70711L17.7071 1.70711C18.0976 1.31658 18.0976 0.683418 17.7071 0.292893C17.3166 -0.0976311 16.6834 -0.0976311 16.2929 0.292893L9 7.58579L1.70711 0.292893C1.31658 -0.0976311 0.683418 -0.0976311 0.292893 0.292893Z' fill='%231B1B1B'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-color: var(--color-white);
  position: absolute;
  top: 20px;
  right: 40px;
  overflow: hidden;
}

.faq summary + div {
  padding: 0 34px 24px;
}

.faq h2 {
  text-align: center;
  margin: 0 auto 28px;
}

.faq a {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .faq {
    padding: 30px 0;
  }

  .faq summary {
    line-height: 1.2;
  }

  .faq br {
    display: none;
  }
}

@keyframes toplinecross {
  0% {
    transform: translateY(var(--move-decrement));
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes bottomlinecross {
  0% {
    transform: translateY(var(--move));
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0)rotate(-45deg);
  }
}

@keyframes toplineburger {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(0);
  }

  100% {
    transform: translateY(var(--move-decrement)) rotate(0);
  }
}

@keyframes bottomlineburger {
  0% {
    transform: translateY(0)rotate(-45deg);
  }

  50% {
    transform: rotate(0);
  }

  100% {
    transform: translateY(var(--move)) rotate(0);
  }
}

.policy {
  color: var(--color-black);
  padding: 56px 0;
}

.policy h1 {
  color: var(--color-text-black);
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.65px;
}

.policy h2 {
  letter-spacing: 2%;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

.policy ul {
  margin-bottom: 36px;
}

.policy li {
  letter-spacing: 2%;
  font-size: 20px;
  font-weight: 300;
  line-height: 26.1px;
}

.policy li:not(:last-child) {
  margin-bottom: 3px;
}

.policy li:before {
  content: "✓";
}

.policy p {
  letter-spacing: 2%;
  font-size: 20px;
  font-weight: 300;
  line-height: 26.1px;
}

.policy p:not(:last-child) {
  margin-bottom: 36px;
}

.policy a {
  color: var(--color-green);
  text-decoration: underline;
}

.footer {
  color: var(--color-dark);
  background-color: var(--color-white);
}

.footer__inner {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 0;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .footer__inner {
    flex-wrap: wrap;
  }
}

.footer__nav:not(:last-child) {
  margin-right: 3.75rem;
}

.footer__nav p {
  font-family: var(--font-family-secondary);
  margin-bottom: 15px;
  font-size: 32px;
}

.footer__item:not(:last-child) {
  margin-bottom: 12px;
}

.footer__link {
  font-size: 16px;
}

.footer__copyrigth {
  border-top: 1px solid var(--color-lightest-gray);
  justify-content: space-between;
  padding: 25px 0;
  display: flex;
}

.footer__copyrigth .copyrigth__list {
  display: flex;
}

.footer__copyrigth .copyrigth__item:not(:last-child) {
  margin-right: 48px;
}

.footer .logo {
  color: var(--color-green);
  align-items: center;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: 900;
  line-height: 39.16px;
  display: flex;
}

.footer .logo__img {
  margin-right: 16px;
}

@media only screen and (max-width: 1180px) {
  .footer__list {
    display: flex;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 2.5rem;
  }

  .footer__nav p {
    font-size: 24px;
  }

  .footer__links {
    margin-bottom: 20px;
  }

  .footer .logo {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer .request {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__inner {
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 576px) {
  .footer__inner {
    justify-content: center;
    align-items: baseline;
  }

  .footer__navs {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer__item:not(:last-child) {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer__copyrigth {
    text-align: left;
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }

  .footer__copyrigth .copyrigth__list {
    justify-content: center;
  }

  .footer .logo {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 475px) {
  .footer__list {
    display: block;
  }
}

.inspired {
  padding: 56px 0;
}

@media only screen and (max-width: 768px) {
  .inspired {
    padding: 30px 0;
  }
}

.inspired h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
}

.inspired__grid {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 48px;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .inspired__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.inspired__items {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inspired__item {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.inspired__item:not(:last-of-type) {
  margin-bottom: 275px;
}

@media only screen and (max-width: 768px) {
  .inspired__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}

.inspired__item h3 {
  color: var(--color-dark);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.inspired__image {
  object-fit: contain;
  margin-bottom: 24px;
  overflow: hidden;
}

.inspired.inspired--portfolio .inspired__grid {
  justify-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .inspired.inspired--portfolio .inspired__grid {
    flex-direction: column;
  }
}

.inspired.inspired--portfolio .inspired__list {
  flex-direction: column;
  display: flex;
}

.inspired.inspired--portfolio .inspired__item {
  cursor: pointer;
  margin-bottom: 255px;
}

@media only screen and (max-width: 992px) {
  .inspired.inspired--portfolio .inspired__item {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .inspired.inspired--portfolio .inspired__item {
    margin-bottom: 45px;
  }
}

.inspired.inspired--portfolio .inspired__item:last-child {
  position: unset;
  margin-bottom: 0;
}

.inspired.inspired--portfolio .inspired__item--right {
  margin-bottom: 281px;
}

@media only screen and (max-width: 992px) {
  .inspired.inspired--portfolio .inspired__item--right {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .inspired.inspired--portfolio .inspired__item--right {
    margin-bottom: 45px;
  }
}

.inspired.inspired--portfolio .inspired__item--right:last-child {
  margin-bottom: 0;
}

.inspired.inspired--portfolio .inspired__item a {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inspired.inspired--portfolio p {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 300;
}

.designers {
  padding: 86px 0;
}

@media only screen and (max-width: 992px) {
  .designers {
    padding: 30px 0;
  }
}

.designers h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.99px;
}

.designers__list {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 475px) {
  .designers__list {
    flex-direction: column;
  }
}

.designers__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.designers__item h3 {
  color: var(--color-dark);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.designers__item p {
  font-family: var(--font-family-primary);
  color: var(--color-dark);
  font-size: 16px;
  line-height: 22.4px;
}

.designers__item:not(:last-child) {
  margin-right: 24px;
}

@media only screen and (max-width: 475px) {
  .designers__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.designers__item:hover .designers__content, .designers__item:focus .designers__content {
  cursor: pointer;
  opacity: 1;
  height: 100%;
  background: var(--color-transparent-white);
  border-radius: 23px;
}

.designers__content {
  max-width: 286px;
  height: 100%;
  color: var(--color-dark);
  opacity: 0;
  padding: 26px 24px;
  font-size: 18px;
  line-height: 1.55;
  position: absolute;
  top: 0;
}

.designers__image {
  object-fit: contain;
  overflow: hidden;
}

.discover {
  padding: 86px 0;
}

.discover h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
}

.discover__list {
  align-items: center;
  display: flex;
}

.discover__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.discover__item:not(:last-child) {
  margin-right: 24px;
}

.discover__image {
  object-fit: contain;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .discover__list {
    flex-direction: column;
  }

  .discover__item {
    width: 100%;
  }

  .discover__item:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .discover__item img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .discover {
    padding: 30px 0;
  }
}

.about {
  padding: 2.8125rem 0 5.1875rem;
  position: relative;
}

.about__inner {
  border-radius: calc(var(--radius-main) * 2);
  min-height: 584px;
  overflow: hidden;
}

.about__box {
  justify-content: space-between;
  padding: 4.375rem 0 4.375rem 4.1875rem;
  display: flex;
}

.about__content {
  z-index: 1;
  border-radius: calc(var(--radius-main) * 2) 0 0 calc(var(--radius-main) * 2);
  width: 100%;
  max-width: 580px;
  background-color: var(--color-white);
  padding: 24px 4.0625rem 2rem 2rem;
  overflow: hidden;
}

.about__image {
  border-radius: calc(var(--radius-main) * 2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.about__image img {
  width: 100%;
  height: 100%;
}

.about h2 {
  z-index: 2;
  color: var(--color-white);
  padding-top: 1.25rem;
  line-height: 1.07;
}

.about h3 {
  margin-bottom: 15px;
  line-height: 1.25;
}

.about p {
  letter-spacing: .003em;
  margin-bottom: 1.6875rem;
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .about {
    padding: 3.75rem 0;
  }

  .about__inner {
    min-height: auto;
  }

  .about__box {
    padding: 1.875rem 0 1.875rem 1.875rem;
  }

  .about__content {
    max-width: 500px;
    padding: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .about__content {
    border-radius: 0;
    margin-bottom: 56px;
    padding: 0;
  }

  .about__inner {
    border-radius: 0;
  }

  .about__image {
    border-radius: 0;
    position: relative;
  }

  .about__box {
    flex-direction: column;
    padding: 0;
    display: flex;
  }

  .about h2 {
    color: var(--color-tile-800);
    margin-bottom: 10px;
  }

  .about .overlay:before {
    display: none;
  }
}

.review {
  padding: 56px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .review {
    padding: 30px 0;
  }
}

.review h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.99px;
}

.review h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.review svg {
  height: 12px;
}

.review__header {
  justify-content: space-between;
  margin-bottom: 21px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .review__header {
    flex-direction: column-reverse;
  }
}

.review__list {
  align-items: flex-end;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .review__list {
    flex-wrap: wrap;
  }
}

.review__item:not(:last-child) {
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .review__item:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .review__item:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1180px) {
  .review__item:first-child {
    margin: 0 50% 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .review__item:first-child {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .review__item:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1180px) {
  .review__item, .review__item img {
    width: 100%;
  }
}

.review__author {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.review__name {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.review__avatar {
  margin-right: 12px;
}

.review__text {
  max-height: 300px;
  height: 100%;
  background: linear-gradient(#0000, #000);
  border-radius: 24px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
}

.review__text p {
  color: var(--color-white);
  padding: 24px;
}

@media only screen and (max-width: 1180px) {
  .review__text p {
    padding: 10px;
    font-size: 13px;
  }
}

.review__image {
  position: relative;
}

.review__image img {
  max-height: 300px;
  border-radius: 24px;
}

.request {
  max-width: 475px;
}

.request__title {
  color: var(--color-green);
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.request__form {
  text-align: center;
}

.request__form-field {
  justify-content: flex-start;
  display: flex;
}

.request label {
  font-family: var(--font-family-primary);
  text-align: start;
  margin-bottom: 16px;
  font-size: 14px;
  display: block;
}

.request textarea {
  width: 100%;
  height: 137px;
  border: 1px solid var(--color-lighter-gray);
  font-weight: 300;
  font-weight: var(--fw-400);
  max-width: 445px;
  resize: none;
  border-radius: 24px;
  padding: 16px;
  font-size: 16px;
}

.request input {
  max-width: 305px;
  height: 40px;
  border: 1px solid var(--color-lighter-gray);
  width: 100%;
  border-radius: 42px;
  margin-right: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
}

.request.request--client-resources {
  max-width: none;
  padding: 56px 0;
}

.request.request--client-resources h2 {
  margin: 0 0 48px;
}

.request.request--client-resources .request__form {
  background-color: var(--color-bg-form);
  max-width: 477px;
  width: 100%;
  max-height: 513px;
  height: 100%;
  text-align: end;
  border-radius: 42px;
  margin: auto 0;
  padding: 36px;
}

.request.request--client-resources .request__form input {
  background-color: var(--color-white);
  width: 100%;
  max-width: unset;
}

.request.request--client-resources .request__form .btn {
  background-color: var(--color-green);
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .request.request--client-resources {
    padding: 30px 0;
  }

  .request.request--client-resources .request__content {
    flex-direction: column;
    align-items: center;
  }
}

.request__content {
  display: flex;
}

.request__imgs:not(:last-child) {
  margin-right: 41px;
}

.request__imgs:last-child {
  margin-right: 48px;
}

.request__img {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.request__img:not(:last-child) {
  margin-bottom: 34px;
}

.request .overlay:before {
  display: none;
}

.request.request--home, .request.request--portfolio {
  background-color: var(--color-bg-form);
  width: 100%;
  max-width: unset;
}

.request.request--home .container--request, .request.request--portfolio .container--request {
  justify-content: space-between;
  align-items: center;
  padding-top: 102px;
  padding-bottom: 102px;
  display: flex;
}

.request.request--home h2, .request.request--portfolio h2 {
  color: var(--color-dark);
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .request.request--home h2, .request.request--portfolio h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 475px) {
  .request.request--home h2, .request.request--portfolio h2 {
    font-size: 40px;
  }
}

.request.request--home .request-btn-home, .request.request--portfolio .request-btn-home {
  min-width: 222px;
  min-height: 222px;
  border-radius: 50% !important;
  font-size: 24px !important;
  rotate: 15deg;
}

@media only screen and (max-width: 768px) {
  .request.request--home .request-btn-home, .request.request--portfolio .request-btn-home {
    min-width: 180px;
    min-height: 180px;
  }
}

@media only screen and (max-width: 475px) {
  .request.request--home .request-btn-home, .request.request--portfolio .request-btn-home {
    min-width: 150px;
    min-height: 150px;
  }
}

.request.request--home p, .request.request--portfolio p {
  font-family: var(--font-family-primary);
  color: var(--color-dark);
  font-size: 24px;
  line-height: 31.32px;
}

.request.request--portfolio h2 {
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .request.request--home .container--request, .request.request--portfolio .container--request {
    flex-direction: column;
    align-items: center;
  }

  .request.request--home .request-btn-home, .request.request--portfolio .request-btn-home {
    min-height: 190px;
    min-width: 190px;
  }
}

.service {
  padding: 56px 0;
}

.service h2 {
  color: var(--color-dark);
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.service h3 {
  color: var(--color-dark);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

.service p {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 20px;
  font-weight: 300;
}

.service__grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 48px;
  display: grid;
}

.service__grid:not(:last-child) {
  margin-bottom: 48px;
}

.service__grid:nth-child(2n+1) .service__image {
  grid-column: 1 / 2;
}

.service__grid:nth-child(2n+1) .service__content {
  grid-area: 1 / 2 / 2 / 3;
}

.service__list p {
  margin-bottom: 0;
  font-size: 14px;
}

.service__image {
  overflow: hidden;
}

.service__image img {
  width: 100%;
  height: 100%;
}

.service__number {
  color: var(--color-green);
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .service {
    padding: 30px 0;
  }

  .service__list {
    margin-bottom: 30px;
  }

  .service__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .service__grid:not(:last-child) {
    margin-bottom: 8px;
  }

  .service__grid:nth-child(2n) .service__image {
    grid-column: auto;
  }

  .service__grid:nth-child(2n) .service__content {
    grid-area: auto;
  }

  .service__content {
    padding: 8px;
  }

  .service p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .service__number {
    margin-bottom: 12px;
    font-size: 24px;
  }
}

.crafting {
  padding: 56px 0;
}

.crafting__content {
  align-items: center;
  display: flex;
}

.crafting h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
}

.crafting p {
  font-family: var(--font-family-primary);
  color: var(--color-dark);
  font-size: 24px;
}

.crafting__image {
  margin-right: 48px;
}

@media only screen and (max-width: 1180px) {
  .crafting {
    padding: 30px 0;
  }

  .crafting h2 {
    margin-bottom: 24px;
  }

  .crafting p {
    font-size: 16px;
  }

  .crafting__image {
    max-height: 300px;
    border-radius: 24px;
  }
}

@media only screen and (max-width: 475px) {
  .crafting__content {
    flex-direction: column;
  }

  .crafting__image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.unveil {
  padding: 86px 0;
}

.unveil h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.99px;
}

.unveil h3 {
  color: var(--color-dark);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.unveil p {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 300;
}

.unveil__item {
  border-bottom: 1px solid var(--color-lightest-gray);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.unveil__item:not(:last-child) {
  margin-bottom: 16px;
}

.unveil__number {
  color: var(--color-green);
  font-size: 48px;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .unveil {
    padding: 30px 0;
  }

  .unveil h2 {
    margin-bottom: 24px;
  }

  .unveil h3 {
    font-size: 20px;
  }

  .unveil p {
    font-size: 16px;
  }

  .unveil__item {
    padding-bottom: 8px;
  }

  .unveil__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .unveil__number {
    font-size: 24px;
  }
}

.guide {
  padding: 56px 0;
}

.guide h2 {
  color: var(--color-dark);
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.99px;
}

.guide h3 {
  color: var(--color-dark);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.guide p {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.guide__content {
  align-items: center;
  display: flex;
}

.guide__imgs {
  min-width: 691px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  margin-right: 48px;
  display: flex;
  overflow: hidden;
}

.guide .overlay:before {
  display: none;
}

.guide__item:not(:last-child) {
  margin-bottom: 48px;
}

@media only screen and (max-width: 1180px) {
  .guide {
    padding: 30px 0;
  }

  .guide h2 {
    margin-bottom: 24px;
  }

  .guide h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .guide p {
    font-size: 16px;
  }

  .guide__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .guide__imgs {
    min-width: 400px;
    max-width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .guide__content {
    flex-direction: column;
  }

  .guide__imgs {
    max-height: 300px;
    max-width: 300px;
    min-width: 300px;
    background-size: contain;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

