@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 300";
  src: url('../fonts/Sharp-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 100";
  src: url('../fonts/Sharp-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #072b37;
  --dark-slate-grey: #32494b;
  --white: white;
  --dark-goldenrod: #ab9244;
  --white-smoke: #ececec;
  --white-2: white;
  --black: black;
  --tan: #c2b795;
  --gold: #b0a171;
  --gainsboro: #dbdbdb;
  --white-opaque: #ffffff4d;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.main-slider {
  background-color: #0000;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.slide-1 {
  background-image: url('../images/GEORGIA_ICE-046-B.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.top-tel-section {
  z-index: 5;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #0003;
}

.top-tel-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-tel-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.top-tel-link:hover {
  font-weight: 500;
}

.co-logo {
  max-width: 500px;
  height: auto;
  margin: 10px auto 5px;
}

.co-logo-div {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 25px 12px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current, .nav-link.home {
  background-color: var(--blue);
  color: var(--white);
}

.nav-menu {
  align-items: stretch;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.slider-div {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.read-more-link-hidden {
  color: #0000;
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  text-decoration: none;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.heading {
  color: var(--blue);
  text-shadow: 2px 2px 4px var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.heading.box {
  background-color: var(--blue);
  color: var(--white);
  text-shadow: none;
  padding: 20px 30px;
}

.slider-color-2 {
  color: var(--white);
  font-weight: 600;
}

.get-in-touch-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #072b37cc;
  border-radius: 16px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .2s;
}

.get-in-touch-button:hover {
  background-color: var(--blue);
  color: var(--white-2);
  box-shadow: 0 4px 8px #000000b3;
}

.get-in-touch-button._2 {
  background-color: #32494be6;
  margin-top: 20px;
}

.get-in-touch-button._2:hover {
  background-color: var(--dark-slate-grey);
}

.get-in-touch-button.blind {
  margin-top: 10px;
}

.get-in-touch-button.blind.smaller {
  background-color: var(--dark-goldenrod);
  padding-left: 40px;
  padding-right: 40px;
}

.get-in-touch-button.blind.smaller.middle {
  margin-left: 10px;
  margin-right: 10px;
}

.get-in-touch-button.blind.padding {
  margin-top: 30px;
}

.read-more-link {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.spacer {
  z-index: 1;
  background-color: #fff;
  height: 100vh;
  position: static;
}

.body-section {
  z-index: 1;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .2s;
  position: relative;
}

.body-section.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.body-section.top {
  padding-top: 20px;
  padding-bottom: 40px;
}

.body-section.bot {
  padding-top: 0;
}

.body-section.blue {
  background-color: var(--dark-goldenrod);
}

.body-div {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-div.centre.top {
  width: 97%;
  max-width: 1300px;
  padding-top: 30px;
}

.body-div.text {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
}

.h1._100 {
  text-align: left;
  width: 100%;
  padding-right: 10px;
}

.p-white {
  color: var(--white);
  margin-bottom: 0;
}

.full-width-image {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.home-1 {
  background-image: url('../images/SEATTLE_SILK_WHITE-003-C.webp');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-2 {
  background-image: url('../images/BOSTON-DECORATORS-WHITE-063-B.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.bullet-fb-grid {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
}

.h2.padding {
  margin-top: 30px;
}

.grid-div {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.list-item-home {
  margin-bottom: 24px;
}

.list-item-white {
  color: var(--white);
  padding-bottom: 5px;
}

.list-home {
  color: #000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 27px;
}

.h3-section {
  z-index: 1;
  position: relative;
}

.h3-div {
  z-index: 1;
  background-image: url('../images/Henlow-Shadow.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.h3-box {
  background-color: #072b37cc;
  width: 90%;
  max-width: 1200px;
  padding: 20px;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.h3-link {
  color: #fff;
  text-decoration: none;
}

.footer-section {
  z-index: 1;
  background-color: var(--blue);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 100px;
  display: flex;
  position: relative;
}

.footer-section.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.footer-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.body {
  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: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.static-top-section {
  z-index: 30;
  background-color: #ffffffe6;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  transition: background-color .4s;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.top-tel-section-home {
  z-index: 5;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #0003;
}

.top-section-home {
  z-index: 20;
  background-color: #ffffffd9;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 20px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.top-section-home:hover {
  background-color: #ffffff80;
}

.no-line-white {
  color: var(--white);
  text-decoration: none;
}

.nav-link-white {
  color: var(--dark-slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-link-white:hover {
  background-color: var(--blue);
  color: var(--white);
}

.nav-link-white.w--current {
  color: #ab9244;
}

.heading-2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

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

.heading-2.w.small {
  margin-bottom: 10px;
}

.white-list {
  margin-bottom: 30px;
  padding-left: 20px;
}

.white-list._0b {
  margin-bottom: 0;
}

.white-list._0b._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.p-padding-white {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 18px;
}

.p-padding-white._0b {
  margin-bottom: 0;
}

.gold-section {
  z-index: 1;
  background-color: var(--blue);
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .2s;
  position: relative;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

.icon-section {
  z-index: 1;
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 120px;
  transition: all .2s;
  position: relative;
}

.heading-2-center {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  font-size: 38px;
  line-height: 44px;
}

.icon-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-box-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.icon-box-1._2 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 0;
  text-decoration: none;
}

.icon-titles {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
}

.blinds-1 {
  background-image: url('../images/Shima-Quartz.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.blinds-2 {
  background-image: url('../images/Hanson-Dusk.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.black-list-no-padding {
  margin-bottom: 0;
}

.awnings-1 {
  background-image: url('../images/Awnings-other-3.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.awnings-2 {
  background-image: url('../images/Awnings-other-2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.canopies-1 {
  background-image: url('../images/68795_syncra-2-fix-Ref-Remagen-003_large-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.canopies-2 {
  background-image: url('../images/585333_Ref-syncra-5010-St.-Leon-Rot-003_large.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.shutters-1 {
  background-image: url('../images/shuttersofa.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.shutters-1._1 {
  background-image: url('../images/157.webp');
}

.shutters-2 {
  background-image: url('../images/Hampton-Kitchen-Cafe-Style-Urban-Blade.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.shutters-2._2 {
  background-image: url('../images/6_1.webp');
}

.areas-div {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.areas-2 {
  background-color: var(--white-smoke);
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 20px;
  display: flex;
}

.areas-1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 400px;
}

.p-center {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
}

.no-line-black {
  color: var(--black);
  text-decoration: none;
}

.gallery-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.gallery-section.lg {
  justify-content: flex-start;
  align-items: flex-start;
  height: 78vh;
}

.gallery-section.lg.review {
  height: 65vh;
}

.gallery-section.grey {
  background-color: var(--white-smoke);
}

.gallery-section._40t {
  padding-top: 40px;
}

.gallery-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1200px;
}

.p-center-padding {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

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

.html-embed-2 {
  width: 100%;
}

.form {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 1200px;
}

.blinds-3 {
  background-image: url('../images/Henley-stripe-lavender-and-Zen-White---ARENA-PLEATED-SHOOT-CHEADLE-31470-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.blinds-4 {
  background-image: url('../images/ARENA-ROM-RABISCO_TEAL_GREEN-RT-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.shutters-3 {
  background-image: url('../images/Nevada-Diamond.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.shutters-3._3 {
  background-image: url('../images/32.webp');
}

.shutters-4 {
  background-image: url('../images/Nevada-Pearl-89mm.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.shutters-4._4 {
  background-image: url('../images/57.webp');
}

.awnings-3 {
  background-image: url('../images/Awnings-other-6.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.awnings-3._1 {
  background-image: url('../images/Awnings-other-2.webp');
}

.awnings-4 {
  background-image: url('../images/Awnings-other-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.awnings-4._2 {
  background-image: url('../images/Awnings-3.webp');
}

.canopies-3 {
  background-image: url('../images/753394_Ref-pergola-Achim-007_large.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.canopies-4 {
  background-image: url('../images/298817_990-Ref-Garrel-012-201809_large.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.awnings-1-copy {
  background-image: url('../images/207718_990-Ref-Egenhofen-014-201809_large.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.company-logos {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 60px;
  transition: all .2s;
  position: relative;
}

.company-logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.company-logo-div {
  width: 90%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.top-tel-section-copy {
  z-index: 5;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #0003;
}

.top-tel-section-2 {
  z-index: 5;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #0003;
}

.div-block, .div-body-gallery {
  width: 90%;
  max-width: 1200px;
}

.p-center-site-map {
  color: #000;
  text-align: center;
  margin-bottom: 100px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.contact-p {
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.contact-page-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.tel-image {
  margin-right: 10px;
}

.p-black {
  color: var(--black);
  margin-bottom: 0;
  font-size: 19px;
  text-decoration: none;
}

.p-black.padding {
  margin-bottom: 30px;
}

.p-black.padding.w {
  color: var(--white);
}

.p-black.cap {
  text-transform: uppercase;
}

.p-black.but {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-top: 10px;
  padding: 20px;
}

.p-black._30b {
  margin-bottom: 30px;
}

.p-black.white {
  color: var(--white);
}

.p-black.white.bottom {
  margin-bottom: 10px;
}

.black-list {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 20px;
}

.black-list.padding {
  margin-bottom: 30px;
}

.black-list.padding.w {
  color: var(--white);
}

.black-list._100 {
  margin-left: 100px;
}

.black-list.larger {
  font-size: 16px;
  line-height: 24px;
}

.black-list.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.black-list.grid.grid2 {
  grid-template-columns: 1fr 1fr;
}

.black-list.grid._0 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
}

.black-list.bottom-padding {
  margin-bottom: 40px;
}

.list-item-black {
  color: var(--black);
  margin-bottom: 3px;
  font-size: 16px;
}

.p-padding-black {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 18px;
}

.p-padding-black._30t {
  margin-top: 30px;
  margin-bottom: 0;
}

.p-padding-black.w {
  color: var(--white);
}

.hyperlink {
  color: var(--tan);
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.slide-2, .slide-3 {
  background-image: url('../images/HOLLYWOOD-HALL-GREY_042-A-GEORGIA_PURE_WHITE_001.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/INTU-Micro-Infusion-Beige---ARENA-PLEATED-SHOOT-CHEADLE-31737.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blinds {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.heading-4.gold {
  background-color: var(--dark-goldenrod);
}

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

.shutters, .awnings, .canopies {
  text-decoration: none;
}

.home-3 {
  background-image: url('../images/Unilux-Lime-close-up-re-sized.webp');
  background-position: 50% 84%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.home-3._11 {
  background-image: url('../images/26.webp');
}

.home-4 {
  background-image: url('../images/Nera-Scarlet.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.home-4._12 {
  background-image: url('../images/7_1.webp');
}

.awnings-6 {
  background-image: url('../images/awnban1_1.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.awnings-7 {
  background-image: url('../images/awnban2_1.webp');
  background-position: 100% 100%;
  background-size: cover;
  width: 50%;
}

.blinds-5 {
  background-image: url('../images/Acacia-1.webp');
  background-position: 50% 38%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.blinds-6 {
  background-image: url('../images/Fired-Walnut.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.shutters-5 {
  background-image: url('../images/Nevada-White-63mm.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.shutters-6 {
  background-image: url('../images/Hampton-bathroom.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.canopies-5 {
  background-image: url('../images/37244_syncra-2-fix-Ref-Badbergen-007-201806_large.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.canopies-4-copy {
  background-image: url('../images/46573_syncra-Garage-Imagebild-pergola-Tuch-36920-201701_large.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.blind-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  width: 100%;
  display: grid;
}

.blind-grid.rows {
  grid-template-rows: auto auto;
}

.blind-grid._0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
}

.blind-grid._1-1 {
  grid-template-rows: auto;
}

.blind-div-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.conservatory-blinds {
  background-image: url('../images/Relife-White---ARENA-PLEATED-SHOOT-CHEADLE-31300.webp');
  background-position: 50% 45%;
  background-size: cover;
  height: 450px;
}

.roller-blinds {
  background-image: url('../images/Treviso-Shadow-re-sized.webp');
  background-position: 50%;
  background-size: cover;
}

.roman-blinds {
  background-image: url('../images/ARENA-ROM-CALYPSO-MUSTARD-RT-5.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.blind-grid-x2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
}

.venetian {
  background-image: url('../images/Majestic-25mm.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.vertical {
  background-image: url('../images/arena_24_vertical_blinds_shona-moss_593-div-38.webp');
  background-position: 50%;
  background-size: cover;
}

.canopies-6 {
  background-image: url('../images/581137_syncra-Dachterrasse-Imagebild-fix-Tuch-gelb-201910_large.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.h3-div-blinds {
  z-index: 1;
  background-image: url('../images/vertical.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.h3-div-awnings {
  z-index: 1;
  background-image: url('../images/576917_6000-weisserKubus-Image-Abend-Beleuchtung-201910_large.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.h3-div-canopies {
  z-index: 1;
  background-image: url('../images/46593_syncra-Dachterrasse-Imagebild-flex-201701_large.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.h3-div-shutters {
  z-index: 1;
  background-image: url('../images/HOLLYWOOD-HALL-GREY_042-A-GEORGIA_PURE_WHITE_001.webp');
  background-position: 50% 41%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.company-logo-grid-blinds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.company-logo-grid-awnings {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.company-logos-shutters {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 60px;
  transition: all .2s;
  position: relative;
}

.uniview-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.company-logos-awnings {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 60px;
  transition: all .2s;
  position: relative;
}

.slide-5 {
  background-image: url('../images/vertical.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/DuoPleat-dark-grey-texture---ARENA-PLEATED-SHOOT-CHEADLE-30961-1.webp');
  background-position: 50%;
  background-size: cover;
}

.list-and-icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-2 {
  width: 27%;
  box-shadow: 1px 1px 3px #000;
}

.velux-image {
  width: 27%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 1px 1px 3px #000;
}

.timberlux-image {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px #000;
}

.body-div-blinds {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  box-shadow: 1px 1px 3px #000;
}

.velux-link {
  text-decoration: none;
}

.timber-and-mark-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 40px;
}

.gallery-h2 {
  text-align: center;
  font-size: 22px;
}

.gallery-h2.padding {
  margin-top: 40px;
}

.div-body-gallery-2 {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
}

.p-black-50 {
  color: var(--black);
  width: auto;
  margin-bottom: 0;
  margin-right: 40px;
}

.p-black-50.padding {
  margin-bottom: 30px;
}

.tilt-options-div {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.mark-and-velux-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-items: start;
  width: auto;
  height: auto;
  margin-top: 40px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.tilt-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  margin-bottom: 40px;
}

.tilt-grid-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.roller-blinds-mobile {
  background-image: url('../images/Treviso-Shadow-re-sized.webp');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.conservatory-blinds-mobile {
  background-image: url('../images/Relife-White---ARENA-PLEATED-SHOOT-CHEADLE-31300.webp');
  background-position: 50% 45%;
  background-size: cover;
  height: 450px;
  display: none;
}

.venetian-mobile {
  background-image: url('../images/Majestic-25mm.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  display: none;
}

._2-bullet-div {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.markilux {
  width: 500px;
}

.button-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-div.center {
  display: flex;
}

.brochure-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #072b37cc;
  border-radius: 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .2s;
}

.brochure-button:hover {
  background-color: var(--blue);
  color: var(--white-2);
  box-shadow: 0 4px 8px #000000b3;
}

.brochure-button._2 {
  background-color: #32494be6;
  margin-top: 20px;
}

.brochure-button._2:hover {
  background-color: var(--dark-slate-grey);
}

.brochure-button.differe {
  color: var(--gold);
  border-radius: 0;
  margin-top: 0;
  padding: 20px 10px;
  transition-property: none;
}

.logo-buttons {
  width: 39%;
}

.top-button {
  background-color: var(--blue);
  color: var(--white-2);
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 12px;
  padding: 6px 10px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.button-container {
  padding-bottom: 10px;
}

.gallery-container {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gallery-container.new {
  height: 80vh;
}

.lightbox-link-7 {
  display: flex;
}

.lightbox-link-13 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.tabs-menu {
  margin-bottom: 40px;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  padding-top: 0;
  display: grid;
}

.tab-link {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 5px;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  transition: all .3s ease-in-out;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #32494b;
  background-color: #fff;
}

.tabs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs._0t {
  margin-top: 0;
}

.tab-link-text {
  color: #32494b;
  transition: all .2s;
}

.tab-link-text:hover {
  color: #ab9244;
}

.image-4 {
  transition: all .5s;
  display: block;
}

.image-4:hover {
  outline-offset: -17px;
  outline: 3px solid #072b37;
}

.h1-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
}

.contain {
  width: 80%;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  display: block;
}

.lightbox-link-9 {
  display: flex;
}

.gallery-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center start;
  padding-top: 0;
  display: grid;
}

.lightbox-link-5 {
  display: flex;
}

.image-12 {
  transition: all .5s;
  display: block;
}

.image-12:hover {
  outline-color: var(--dark-slate-grey);
  outline-offset: -17px;
  outline-width: 3px;
  outline-style: solid;
}

.lightbox-link-14 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.lightbox-link-8 {
  display: flex;
}

.tab-link-2 {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  transition: all .3s ease-in-out;
}

.tab-link-2:hover {
  color: var(--dark-goldenrod);
}

.tab-link-2.w--current {
  color: var(--dark-goldenrod);
  background-color: #111;
  padding: 5px 15px;
}

.tab-link-2.gold, .tab-link-2.gold.w--current {
  background-color: var(--dark-goldenrod);
  color: var(--black);
}

.tab-link-text-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  transition: all .2s;
}

.tab-link-text-2:hover {
  color: var(--dark-goldenrod);
}

.scale {
  display: flex;
}

.list-item {
  flex-flow: column;
}

.list-item._2 {
  display: flex;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.bullet-heading.bold {
  font-weight: 700;
}

.bullet-heading.lg {
  font-size: 18px;
}

.sub-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.footer-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.gallery-names {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.gallery-names._0t {
  margin-top: 0;
}

.link {
  text-decoration: none;
}

.link._1 {
  color: var(--gold);
  font-weight: 600;
}

.click {
  width: 100%;
}

.gallery-box {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.gallery-box.z {
  flex-flow: column;
}

.gallery-box.smaller {
  background-color: var(--dark-goldenrod);
  width: 20%;
}

.gallery {
  color: var(--white);
  font-size: 16px;
}

.gallery.c {
  text-align: center;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--blue);
  color: var(--dark-slate-grey);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--dark-goldenrod);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--blue);
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--white-smoke);
  color: var(--gold);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: var(--white-2);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.widget-block {
  z-index: 1000;
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 40px;
  display: none;
  position: fixed;
  inset: auto auto 9% 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Sharp 400", sans-serif;
}

.primary-btn {
  color: #fff;
  background-color: #ffa200;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #000;
  background-color: #fff;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--dark-slate-grey);
  font-size: 18px;
  display: block;
}

.pop-head {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.pop-head.bigger {
  color: var(--dark-goldenrod);
  font-size: 42px;
}

.pop-head.smaller {
  font-size: 21px;
  font-weight: 500;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  height: 60px;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.image-16 {
  margin-bottom: 20px;
}

.text-span-3 {
  font-family: "Brands 400", sans-serif;
}

.text-span-3.fb {
  font-size: 30px;
}

.text-span-4 {
  font-family: "Sharp Solid 900", sans-serif;
}

.code-embed {
  width: 100%;
}

.promotion {
  border: 2px solid var(--dark-goldenrod);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.bold-text {
  color: var(--dark-goldenrod);
  text-align: center;
}

.image-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.scroll-h-parent {
  grid-column-gap: 20px;
  justify-content: flex-start;
  width: 160%;
  height: 100%;
  display: flex;
}

.img-parent {
  width: 100%;
  min-width: 100%;
  height: 600px;
}

.script {
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 700px;
  display: block;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid #322d2b33;
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  color: #ddd;
  background-color: #ff3f3f;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9px 3px;
}

.gold-logo {
  width: 120px;
  margin-bottom: 20px;
}

.video-block {
  background-color: var(--blue);
  width: 100%;
  padding: 140px 40px;
}

.video-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.video-section {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  z-index: 99;
  background-color: var(--dark-slate-grey);
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.mini-gold {
  z-index: 999;
  width: 70px;
  position: static;
  inset: 4% 5% -4px auto;
}

.mini-gold.right {
  text-align: right;
  margin-bottom: 20px;
  display: block;
}

.mini-gold.right._2 {
  width: auto;
  height: 70px;
  margin-left: 20px;
}

.mini-gold.right._2.a {
  margin-left: auto;
  margin-right: auto;
}

.project-section {
  z-index: 5;
  width: 100%;
  min-height: 60vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.project-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.project-info-underline {
  background-color: #fff;
  height: 1px;
}

.project-image-container {
  filter: grayscale();
  background-image: linear-gradient(0deg, #000c, #0000 10%, #0000), url('../images/projects-image-1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 25%;
  height: auto;
  padding: 0 1.5rem 1.5rem;
  transition: width 1.5s cubic-bezier(.645, .045, .355, 1), filter .8s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  overflow: hidden;
}

.project-image-container:hover {
  filter: none;
  width: 300%;
}

.project-image-container.is-1 {
  filter: none;
  background-image: linear-gradient(0deg, #000c, #0000 10%, #0000), url('../images/Awnings-1.webp');
}

.project-image-container.is-3 {
  filter: none;
  background-image: url('../images/Awnings-5.webp');
  background-position: 0%;
  background-size: cover;
}

.project-image-container.is-2 {
  background-image: linear-gradient(0deg, var(--dark-slate-grey), #0000 10%, transparent), url('../images/Awnings-4.webp');
  filter: none;
  background-position: 0 0, 50%;
}

.project-image-container.is-4 {
  filter: none;
  background-image: url('../images/Awnings-2.webp');
  background-position: 50%;
  background-size: cover;
}

.project-info-wrapper {
  width: 100%;
  min-width: 15rem;
  max-height: 8rem;
}

.project-text-block {
  min-width: 20rem;
  font-size: 1rem;
}

.awning {
  background-color: var(--dark-slate-grey);
  height: 1vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-vide.auto, .code-embed-2 {
  width: 100%;
}

.div-block-3 {
  display: flex;
}

.image-17 {
  margin-bottom: 20px;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.video {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.brochure-button {
  width: 100%;
}

.button-bro {
  background-color: var(--dark-goldenrod);
  text-align: center;
  width: 27%;
  padding: 5px;
  line-height: 10px;
}

.button-bro:hover {
  background-color: var(--dark-slate-grey);
  box-shadow: 0 2px 11px #0003;
}

.text-block-3 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.pdf-div {
  background-color: var(--gold);
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.b-div {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  font-size: 12px;
}

.text-span-5.w {
  color: var(--white);
}

.button-div {
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: block;
}

.gold {
  color: var(--dark-goldenrod);
}

.gallery-div {
  margin-bottom: 100px;
}

.gallery-div._0b {
  margin-bottom: 0;
}

.h3-top {
  margin-top: 30px;
}

.imgae {
  background-image: url('../images/img1-blind.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.imgae.velux {
  background-image: url('../images/veluyx.webp');
}

.hidden-line {
  width: 100%;
  position: relative;
  top: -150px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-size: 16px;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.breaker-lines {
  background-color: var(--dark-goldenrod);
  width: 100%;
  height: 1vh;
}

.gallery-titles {
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.scroll-stopper {
  width: 100%;
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  .gallery-container {
    max-width: 1800px;
  }

  .image-4, .image-12 {
    width: 100%;
    height: 325px;
  }
}

@media screen and (max-width: 991px) {
  .main-slider {
    height: 640px;
  }

  .menu-button {
    z-index: 20;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .co-logo {
    width: 100%;
    max-width: 560px;
  }

  .icon {
    color: var(--dark-slate-grey);
    text-align: center;
  }

  .co-logo-div {
    justify-content: center;
    width: 100%;
  }

  .nav-link {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    position: relative;
  }

  .nav-link:hover {
    background-color: var(--white);
    color: var(--blue);
  }

  .nav-menu {
    z-index: 20;
    background-color: var(--dark-goldenrod);
    width: 100%;
  }

  .navbar {
    align-items: center;
    width: 370px;
    margin-left: 0;
  }

  .slider-div {
    justify-content: flex-start;
  }

  .slider-content {
    margin-top: 270px;
    margin-bottom: 0;
  }

  .heading {
    text-align: center;
    width: 90%;
  }

  .heading.box {
    max-width: 580px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .get-in-touch-button.blind.smaller.middle {
    margin-left: 10px;
  }

  .spacer {
    height: 600px;
  }

  .full-width-image {
    min-height: 200px;
  }

  .footer-section {
    position: static;
  }

  .static-top-section {
    flex-direction: column;
    padding-right: 0;
  }

  .top-section-home:hover {
    background-color: #ffffffd9;
  }

  .nav-link-white {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    position: relative;
  }

  .white-list._0b._2x1 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .black-list._100.larger {
    margin-left: 70px;
  }

  .black-list.grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .blind-grid {
    grid-template-columns: 1fr;
  }

  .conservatory-blinds {
    display: none;
  }

  .roller-blinds {
    height: 450px;
    display: none;
  }

  .blind-grid-x2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .venetian {
    display: none;
  }

  .vertical {
    height: 450px;
  }

  .roller-blinds-mobile {
    height: 450px;
    display: flex;
  }

  .conservatory-blinds-mobile {
    display: block;
  }

  .venetian-mobile {
    display: flex;
  }

  .logo-buttons {
    width: auto;
  }

  .button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-container {
    width: 90%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contain {
    width: 90%;
  }

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

  .gallery-box {
    width: 100%;
  }

  .gallery-box.smaller {
    width: 40%;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .img-parent, .img-cover {
    height: 450px;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12px;
    position: relative;
  }

  .video-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-section {
    flex-flow: wrap;
  }

  .project-image-container.is-1, .project-image-container.is-3, .project-image-container.is-2, .project-image-container.is-4 {
    filter: none;
    flex: 0 50%;
  }

  ._2x1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button-bro {
    width: 27%;
  }

  .brouchure-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-div {
    width: auto;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .scroll-stopper {
    margin-top: -150px;
  }
}

@media screen and (max-width: 767px) {
  .main-slider {
    height: 580px;
  }

  .menu-button, .co-logo {
    width: 100%;
  }

  .icon {
    text-align: center;
  }

  .co-logo-div.w--current {
    width: 100%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar {
    width: 100%;
    margin-left: 0;
  }

  .slider-content {
    margin-top: 240px;
  }

  .heading {
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading.box {
    max-width: 470px;
    font-size: 35px;
    line-height: 44px;
  }

  .spacer {
    height: 540px;
    display: block;
  }

  .h1 {
    line-height: 38px;
  }

  .full-width-image {
    flex-direction: column;
    min-height: 350px;
  }

  .top-section-home {
    flex-direction: column;
    padding-left: 20px;
  }

  .white-list {
    margin-bottom: 0;
  }

  .white-list._0b._2x1 {
    display: block;
  }

  .heading-3 {
    font-size: 28px;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blinds-1, .blinds-2, .awnings-1, .awnings-2, .canopies-1, .canopies-2, .shutters-1, .shutters-2 {
    width: 100%;
    height: 300px;
  }

  .areas-div {
    flex-direction: column;
  }

  .areas-2, .areas-1 {
    width: 100%;
  }

  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blinds-3, .blinds-4, .shutters-3, .shutters-4, .awnings-3, .awnings-4, .canopies-3 {
    width: 100%;
    height: 300px;
  }

  .black-list._100.larger {
    margin-left: 20px;
  }

  .awnings-6, .awnings-7, .blinds-5, .blinds-6, .shutters-5, .shutters-6, .canopies-5, .canopies-4-copy {
    width: 100%;
    height: 300px;
  }

  .roman-blinds {
    height: 300px;
  }

  .canopies-6 {
    width: 100%;
    height: 300px;
  }

  .tilt-grid {
    grid-template-columns: 1fr;
  }

  .roller-blinds-mobile, .conservatory-blinds-mobile {
    height: 300px;
  }

  .markilux {
    width: 100%;
  }

  .button-container {
    text-align: center;
    padding-bottom: 0;
    padding-right: 12px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .h1-2 {
    line-height: 38px;
  }

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

  .tab-link-2 {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .gallery-box {
    width: 100%;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .widget-block {
    padding-left: 30px;
    padding-right: 30px;
    bottom: 10%;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .project-section {
    flex-flow: row;
    display: none;
  }

  ._2x1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brouchure-grid {
    grid-template-columns: 1fr;
  }

  .gallery-titles {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 50px;
  }

  .scroll-stopper {
    margin-top: -180px;
  }
}

@media screen and (max-width: 479px) {
  .main-slider {
    width: 100%;
    height: 430px;
  }

  .top-tel-section {
    height: 63px;
  }

  .top-tel-div {
    flex-direction: column;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .slider-div {
    height: 260px;
    position: static;
  }

  .slider-content {
    margin-top: 30px;
    display: flex;
    position: relative;
  }

  .heading.box {
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .get-in-touch-button {
    margin-top: 20px;
  }

  .get-in-touch-button.blind.smaller {
    width: 200px;
  }

  .get-in-touch-button.blind.smaller.middle {
    margin-left: 0;
  }

  .spacer {
    height: 300px;
    display: none;
  }

  .body-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .full-width-image {
    flex-direction: column;
    min-height: 300px;
  }

  .home-1 {
    height: 300px;
  }

  .top-section-home {
    padding-left: 0;
    padding-right: 0;
    position: sticky;
  }

  .white-list.padding {
    margin-bottom: 30px;
  }

  .icon-section.bo {
    padding-bottom: 60px;
  }

  .heading-2-center {
    margin-bottom: 20px;
  }

  .heading-3 {
    text-align: center;
  }

  .icon-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-section.lg.review {
    height: 46vh;
  }

  .gallery-section.grey, .gallery-section._40t {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blinds-3, .blinds-4 {
    height: 250px;
  }

  .top-tel-section-2 {
    height: auto;
  }

  .contact-page-div {
    flex-direction: column;
  }

  .black-list._100.larger {
    margin-left: 0;
  }

  .black-list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-list.grid.grid2, .black-list.grid._0 {
    grid-template-columns: 1fr;
  }

  .p-padding-black {
    margin-bottom: 20px;
  }

  .blinds {
    align-items: stretch;
  }

  .image {
    width: 100%;
    display: block;
  }

  .shutters, .awnings, .canopies {
    flex-direction: column;
    display: flex;
  }

  .home-3, .home-4 {
    width: 100%;
    height: 250px;
  }

  .blinds-5, .blinds-6, .vertical {
    height: 250px;
  }

  .uniview-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-and-icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-2, .velux-image {
    width: 50%;
  }

  .venetian-mobile {
    height: 250px;
  }

  ._2-bullet-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .brochure-button {
    line-height: 20px;
  }

  .button-container {
    flex-flow: wrap;
    padding-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .tab-link-text {
    text-align: left;
    font-size: 21px;
  }

  .h1-2 {
    line-height: 36px;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-2 {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .tab-link-text-2 {
    text-align: left;
    font-size: 21px;
  }

  .gallery-box, .gallery-box.smaller {
    width: 100%;
  }

  .gallery {
    text-align: center;
  }

  .image-13, .image-14, .image-15 {
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 40px 20px 20px;
    right: 10px;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    font-size: 16px;
    display: block;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .pop-head.bigger {
    line-height: 1.5;
  }

  .bold-text {
    text-align: center;
  }

  .img-parent, .img-cover {
    height: 250px;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .sticky-child.page-padding {
    padding-left: 2px;
    padding-right: 1.8px;
  }

  .video-block {
    padding: 20px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .project-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 100vh;
    display: grid;
  }

  .project-image-container.is-1, .project-image-container.is-3, .project-image-container.is-2, .project-image-container.is-4 {
    flex-basis: 100%;
    width: 100%;
  }

  .button-bro {
    width: 50%;
  }

  .imgae {
    height: 250px;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .gallery-titles {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-_29f574cc-ac84-a7f7-6250-b68aa892a853-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_29f574cc-ac84-a7f7-6250-b68aa892a84f-249ba410, #w-node-_8e117130-c096-f6b2-13b0-ed3aa35ab83f-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a79ea1fe-bd13-edaf-fc82-e6c440b01621-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-a79ea1fe-bd13-edaf-fc82-e6c440b01622-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02bef78c-1e22-8b2f-6a6e-b690f754bab2-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_02bef78c-1e22-8b2f-6a6e-b690f754bab3-249ba410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_052a227e-fec9-1580-5966-a38569af0223-249ba410, #w-node-_871aaea7-61f2-522b-6896-45ec4b5c9a69-249ba410 {
  align-self: center;
}

#w-node-ebdc6066-89f7-63be-3fa9-77923c7d326e-249ba410 {
  align-self: stretch;
}

#w-node-_948a6950-d4de-7dc5-60cd-a174a97c7c7d-249ba410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89e1e791-466b-02ea-c594-4e915f82de33-249ba410 {
  align-self: stretch;
}

#w-node-a5d47b70-b951-3cc5-a5c7-f9378527b1b4-249ba410 {
  place-self: center;
}

#w-node-a5d47b70-b951-3cc5-a5c7-f9378527b1c5-249ba410 {
  align-self: center;
}

#w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf44-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf46-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf48-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf4a-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf4c-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf4e-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf50-249ba46e, #w-node-d87f946a-da39-6d5c-ad8b-a58bc67bcf52-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c74-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f2c-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f2e-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f30-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f32-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f34-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f36-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f38-249ba46e, #w-node-_1a4e902e-af32-d03e-ccd0-adee306b5f3a-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c8c-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c8e-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c90-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c96-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c98-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c9a-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542c9c-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ca4-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ca6-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ca8-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542caa-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cac-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cae-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cb0-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cb2-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cb8-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cba-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cbc-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cbe-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cc0-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cc2-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cc4-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ccc-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cce-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cd0-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cd2-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cd4-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cd6-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cd8-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cda-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ce2-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ce4-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ce6-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542ce8-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cea-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cec-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cee-249ba46e, #w-node-_61ce87f2-f729-6e4c-788b-e4360d542cf0-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e60-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e62-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e64-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e66-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e68-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e6a-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e6c-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e6e-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e73-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e75-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e77-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e79-249ba46e, #w-node-_041c0d4b-c5e7-7d86-d124-1a315c7b3e7b-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20cb-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20cd-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20cf-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20d1-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20d3-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20d5-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20d7-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20d9-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20db-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20dd-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20df-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20e1-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20e3-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20e7-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20e9-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20eb-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20ed-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20ef-249ba46e, #w-node-_123785b1-e6fb-a436-3cb0-c89dbebc20f1-249ba46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_137cf241-2935-24ce-2fe4-d8509ffb8a92-249ba481 {
  align-self: center;
}

#w-node-_85bcb087-1ce3-53b5-19ba-3f46d9277c1d-249ba481 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ebdc6066-89f7-63be-3fa9-77923c7d326e-249ba410 {
    align-self: stretch;
  }

  #w-node-_1713ba99-6fd5-c4a5-d977-82ead24cd5a0-249ba481 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53cd2b6d-6415-0874-3d5c-2ca632a81bfe-249ba3c3, #w-node-_9f3a2df4-a8cf-ab9e-812f-a853064a32f9-249ba3c3, #w-node-dc901643-e458-5382-eba4-dc604f62dfea-249ba3c3, #w-node-_5571a5ea-3da2-6564-d115-240364f9d26d-249ba3c3 {
    justify-self: stretch;
  }

  #w-node-_1713ba99-6fd5-c4a5-d977-82ead24cd5a0-249ba481 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}