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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eee;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Made coachella personal use', sans-serif;
  color: #3a3b3c;
  font-size: 3.75em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Made coachella personal use', sans-serif;
  color: #3a3b3c;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Made coachella personal use', sans-serif;
  color: #3a3b3c;
  font-size: 1.56em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Made coachella personal use', sans-serif;
  color: #3a3b3c;
  font-size: 1.28em;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 0.78em;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  max-width: 65ch;
  margin-bottom: 0px;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 1em;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #20dcc8;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-weight: 700;
}

strong {
  color: #3a3b3c;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.sg-left-top-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.sg-right-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-outer-wrapper {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.return-to-top-lb {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #20dcc8;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
}

.return-to-top-lb:hover {
  background-color: #b06330;
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-brand-wrapper {
  width: 100%;
  padding: 32px;
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.sg-anchor-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-return-to-home-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #444445;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-return-to-home-lb:hover {
  background-color: #333334;
}

.sg-return-to-home-lb.desktop-only {
  margin-top: auto;
}

.sg-return-to-home-lb.mobile-only {
  height: 0px;
  padding: 0em;
  border-top-style: none;
}

.sg-anchor-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.sg-anchor-lb:hover {
  background-color: #565557;
}

.sg-anchor-lb.w--current {
  background-color: #3a3b3c;
  color: grey;
}

.p1 {
  font-family: 'Century gothic', sans-serif;
  color: grey;
}

.p1.mobile-only {
  display: none;
}

.p1.centered {
  font-size: 1em;
  text-align: center;
}

.p1.centered.white {
  color: #e5e6e6;
}

.p1.capitals {
  text-transform: uppercase;
}

.p1.no-max-width {
  max-width: none;
}

.p1.small {
  font-size: 0.78em;
}

.p1.small.centered-white {
  color: #fff;
  text-align: center;
}

.p1.small.white {
  color: #e5e6e6;
}

.p1.tiny {
  font-size: 0.67em;
}

.p1.medium {
  font-size: 1em;
}

.p1.colored {
  color: #20dcc8;
}

.sg-divider {
  width: 100%;
  height: 0.5px;
  min-height: 0.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.sg-divider.typography {
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.global-section.sg {
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.global-section.sg.bottom {
  border-bottom-style: none;
}

.global-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-lb {
  max-width: 100%;
}

.logo-lb.sidebar {
  height: 48px;
  margin-bottom: 16px;
}

.logo-img {
  width: 100%;
}

.return-to-top-icon {
  width: 33.33%;
}

.sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.sg-return-to-home-icon.mobile-only {
  display: none;
}

.sg-typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text {
  max-width: 65ch;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 1em;
}

.text.sg-typography-label {
  font-weight: 700;
  text-transform: uppercase;
}

.text.sg-typography-label.non-caps {
  text-transform: none;
}

.text.small {
  font-size: 0.78rem;
}

.text.tiny {
  margin-top: 37px;
  font-size: 0.67em;
}

.text.tiny.form {
  margin-top: 20px;
}

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

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

.text.no-max-width {
  max-width: none;
}

.text.mobile-only {
  display: none;
}

.text.sg-colour-label {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.78em;
}

.text.sg-colour-label.main {
  font-weight: 700;
}

.text.sg-colour-label.hex {
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text.smal {
  font-size: 0.8em;
}

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

.text.colored {
  color: #20dcc8;
  text-transform: uppercase;
}

.top {
  width: 100%;
  height: 0px;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-heading-wrapper.h2 {
  max-width: 440px;
}

.sg-heading-wrapper.h3 {
  max-width: 350px;
}

.sg-heading-wrapper.h4 {
  max-width: 275px;
}

.inline-link:hover {
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-colours-grid {
  max-width: 575px;
  margin-right: -16px;
  margin-left: -16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.sg-colour-wrapper.main {
  border-radius: 5px;
}

.sg-colour-swatch {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #20dcc8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.sg-colour-swatch.gainsboro {
  background-color: #e5e6e6;
}

.sg-colour-swatch.grey {
  background-color: grey;
}

.sg-colour-swatch.secondary {
  background-color: #3a3b3c;
}

.sg-colour-swatch.white {
  background-color: #eee;
}

.sg-colour-swatch.white {
  background-color: #e5e6e6;
}

.sg-colour-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-logos-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post__text p {
  margin-bottom: 16px;
}

.post__text h3 {
  margin-bottom: 8px;
}

.post__text h4 {
  margin-bottom: 8px;
}

.post__text h5 {
  margin-bottom: 8px;
}

.post__text h6 {
  margin-bottom: 8px;
}

.post__text img {
  width: 100%;
  border-radius: 5px;
}

.post__text figcaption {
  margin-top: 8px;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 0.78em;
}

.post__text figure {
  margin-bottom: 16px;
}

.post__text li {
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 0.78em;
}

.post__text ol {
  margin-bottom: 0px;
  padding-left: 40px;
  list-style-type: decimal;
}

.post__text ul {
  margin-bottom: 0px;
  padding-left: 40px;
  list-style-type: disc;
}

.post__text blockquote {
  margin-bottom: 0px;
  padding: 24px;
  border-left-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 3px 0 0 0 #20dcc8;
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
}

.blog-post-first-letter {
  margin-top: 4px;
  margin-right: 8px;
  float: left;
  background-color: transparent;
  color: #20dcc8;
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 40px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ad1717;
  border-radius: 30px;
  background-color: #ad1717;
  box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Century gothic', sans-serif;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: transparent;
  background-color: #3a3b3c;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
  color: #fff;
}

.button.outlined {
  background-color: transparent;
  color: #20dcc8;
}

.button.outlined:hover {
  border-color: #3a3b3c;
  background-color: #3a3b3c;
  color: #fff;
}

.button.outlined.secondary {
  background-color: transparent;
}

.button.outlined.secondary:hover {
  border-color: #444445;
  background-color: #444445;
}

.button.secondary {
  border-width: 2px;
  border-color: #20dcc8;
  background-color: transparent;
  color: #20dcc8;
}

.button.secondary:hover {
  border-color: #20dcc8;
  background-color: #20dcc8;
  color: #eee;
}

.button.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.gray-hover {
  margin-top: 30px;
}

.button.gray-hover:hover {
  background-color: grey;
}

.delete-me {
  margin-top: 32px;
  padding: 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.sg-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.favicon {
  width: 32px;
  height: 32px;
}

.webclip {
  width: 256px;
  height: 256px;
  -o-object-fit: contain;
  object-fit: contain;
}

.code-span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #444445;
  font-family: 'Courier Prime', sans-serif;
  color: #dfcb6c;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 400;
}

.p2 {
  font-family: 'Century gothic', sans-serif;
  font-size: 15px;
}

.section {
  background-color: #fff;
}

.section.bestseller {
  display: none;
  overflow: hidden;
}

.body {
  background-color: #fff;
}

.list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.author_title {
  font-family: 'Century gothic', sans-serif;
  color: #3a3b3c;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.testimonial__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author_description {
  font-family: 'Century gothic', sans-serif;
  color: grey;
  font-size: 12px;
  font-weight: 400;
}

.testimonial__name {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial__content {
  margin-left: 40px;
  padding-left: 20px;
}

.quotation__mark {
  position: absolute;
  left: 8%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.navbar.blur {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.background-video {
  height: 100vh;
}

.gallery__wrapper {
  max-width: 1440px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-column-count: 3;
  column-count: 3;
}

.nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 15px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__wrapper.contact {
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content__wrapper.testimonial {
  max-width: 1400px;
}

.content__wrapper.contact__page {
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content__wrapper.colored {
  background-color: #20dcc8;
}

.content__wrapper.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper.options {
  padding-top: 0px;
  padding-bottom: 0px;
}

.h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.h2.black {
  color: #3a3b3c;
}

.body-2 {
  background-color: #fff;
}

.star__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.star__holder {
  width: 20px;
  padding-right: 1px;
}

.featured-prod-slider__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
  padding-top: 15px;
}

.clip-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #20dcc8 31%, #6aafa8);
  opacity: 0.8;
}

.slide-nav {
  display: none;
}

.featured-slide__mask {
  overflow: visible;
  width: 33.33%;
}

.speaker-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-image.lombard {
  background-image: url('../images/Lombard-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker-image.presidio {
  background-image: url('../images/Presidio-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker-image.twin-peaks {
  background-image: url('../images/Twin-Peaks-min.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.featured-products__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
}

.speaker-slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product__name {
  z-index: 10;
  font-size: 2.4em;
}

.slide-arrow {
  width: 18px;
}

.featured__arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: grey;
}

.featured__arrow.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
}

.featured__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  display: inline-block;
  width: 350px;
  margin-bottom: 25px;
  padding: 0px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: transparent;
}

.tab-link:hover {
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.tab-link.w--current {
  display: inline-block;
  width: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: transparent;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.testimonial__image {
  overflow: hidden;
  border-radius: 50px;
}

.grid-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial__title {
  margin-bottom: 0px;
}

.img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
}

.img.main {
  width: 60%;
  height: 100%;
}

.img.add-on {
  width: 300px;
  height: 250px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item {
  position: relative;
  margin-bottom: 2vw;
}

.line {
  overflow: hidden;
  width: 75px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ad1717;
}

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

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-it-works__grid {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.how-it-works__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link-titles {
  font-family: 'Century gothic', sans-serif;
  font-weight: 700;
}

.footer__links {
  padding-top: 5px;
  padding-bottom: 5px;
}

.how-it-works__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff;
}

.icons {
  width: 30%;
}

.col {
  width: 50%;
  height: 70vh;
  background-image: url('../images/RPIM.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3a3b3c;
  background-image: none;
}

.col.contact-page {
  border-radius: 30px;
}

.col.contact-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.contact-page._2 {
  background-color: transparent;
}

.form__field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #e5e6e6;
  background-color: transparent;
  color: #fff;
}

.form__field:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ad1717;
  border-left-style: none;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.link-block.w--current {
  color: #20dcc8;
}

.link-block._2 {
  margin-right: 20px;
}

.link-block._2:hover {
  color: #ad1717;
}

.link-block._2.w--current {
  color: #000;
}

.logo__footer {
  -webkit-transform: translate(-12px, 0px);
  -ms-transform: translate(-12px, 0px);
  transform: translate(-12px, 0px);
}

.social-links__wrapper {
  margin-bottom: 20px;
}

.social__links {
  width: 35px;
  -webkit-transition: color 400ms ease, -webkit-filter 400ms ease;
  transition: color 400ms ease, -webkit-filter 400ms ease;
  transition: filter 400ms ease, color 400ms ease;
  transition: filter 400ms ease, color 400ms ease, -webkit-filter 400ms ease;
}

.social__links:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav__wrapper__mobile {
  display: none;
}

.clip-text-mobile-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-mobile {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 1em;
}

.lightbox-link {
  cursor: none;
}

.text-span {
  font-family: Montserrat, sans-serif;
  color: #ad1717;
}

.hero__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/RPIM.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h1 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.h1.start {
  color: #fff;
}

.footer__content-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  width: 75%;
  color: #ad1717;
}

.categories__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__wrapper-footer.black {
  margin-top: -1px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #3a3b3c;
}

.hero__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.page-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ad1717 31%, #4b0607);
}

.loader-lottie {
  width: 50px;
}

.clip-text-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clip-text-hero.lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  padding-top: 40px;
}

.scroll-down {
  width: 50px;
}

.clip-text-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.profile__image {
  width: 300px;
}

.profile__description {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.divider {
  width: 2vw;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 15px 24px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 3px;
  background-color: gold;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #e9c712;
}

.post-v5-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-bottom: 10%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.featured {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: gold;
  color: #fff;
}

.post-card-v5-heading {
  margin-bottom: 0px;
  color: #fff;
  text-transform: capitalize;
}

.post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.post-thumb.product {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-thumb.company_1 {
  background-image: url('../images/charles-deluvio-AT5vuPoi8vc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-thumb.company_2 {
  background-image: url('../images/rob-lambert-9Q_pLLP_jmA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-thumb.company_3 {
  background-image: url('../images/natasha-connell-byp5TTxUbL0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-thumb.company_4 {
  background-image: url('../images/GettyImages-649699796-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-info-hover {
  position: relative;
  margin-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(21, 21, 21, 0)), color-stop(85%, rgba(21, 21, 21, 0.8)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 15%, rgba(21, 21, 21, 0.8) 85%);
}

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

.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.col__image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.tab__product-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid grey;
  background-color: transparent;
  -webkit-transition: border 500ms ease, color 400ms ease;
  transition: border 500ms ease, color 400ms ease;
  font-family: 'Made coachella personal use', sans-serif;
}

.tab__product-options:hover {
  border-bottom-color: #20dcc8;
  color: #3a3b3c;
}

.tab__product-options.w--current {
  border-bottom: 3px solid #20dcc8;
  background-color: transparent;
  font-family: 'Made coachella personal use', sans-serif;
}

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

.corporate__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__tile {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2vw;
  column-gap: 2vw;
}

.tile {
  border-radius: 30px;
}

.gallery__single {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.architectural__services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.architectural__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
  background-color: transparent;
  background-image: url('../images/SHED---DESIGN-1-2_Photo---8-min.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  text-decoration: none;
}

.architectural__item.image_1 {
  background-size: cover;
}

.architectural__item.image_2 {
  background-image: url('../images/rex-way-YMBr2p88sl0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.architectural__item.image_3 {
  background-image: url('../images/desk.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.architectural__item.image_4 {
  background-image: url('../images/bench.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.architectural__item.image_5 {
  background-image: url('../images/Custom-Shed.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab__menu-all {
  display: -ms-grid;
  display: grid;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab__menu-all._2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.collection__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 20px;
}

.section-2 {
  display: none;
}

.section-3 {
  display: none;
}

.socialectric {
  font-size: 1em;
}

.gallery__title {
  margin-bottom: 40px;
}

.form-submission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-on__checkbox-label {
  width: 300px;
  margin-top: -255px;
  padding-top: 255px;
  font-size: 1em;
}

.total__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Century gothic', sans-serif;
  color: #20dcc8;
}

.hack-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 80px;
  background-color: #141414;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #99eeeb;
  font-size: 16px;
  font-weight: 600;
}

.hack-button:hover {
  color: #fff;
}

.hack-button:active {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.hack-button.button-small {
  padding-right: 50px;
  padding-left: 50px;
}

.add-on__checkbox {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border-color: #3a3b3c;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/add_black_24dp.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease;
}

.add-on__checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-color: #20dcc8;
  background-color: #20dcc8;
  background-image: url('../images/done_white_24dp.svg');
}

.add-on__checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #20dcc8;
}

.total__added-value {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}

.add-on__form-right {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  padding-right: 5%;
}

.add-on__form-left {
  padding: 20px 40px;
}

.custom__design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
}

.add-ons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.base-price {
  padding-top: 7px;
  font-family: 'Century gothic', sans-serif;
  color: #20dcc8;
  font-size: 40px;
}

.customer__info {
  width: 500px;
}

.text-block {
  color: #3a3b3c;
}

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

.add-on__radio-button {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: 0;
  width: 16px;
  height: 16px;
  background-color: #e5e6e6;
}

.add-on__radio-button:focus {
  background-color: #20dcc8;
}

.add-on__radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: #e5e6e6;
  background-color: #20dcc8;
}

.add-on__radio-button-label {
  width: 300px;
  margin-top: -255px;
  padding-top: 255px;
}

.form__title {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.checkbox-field {
  position: relative;
  width: 300px;
  padding-left: 0px;
}

.radio-button-field {
  position: relative;
  width: 300px;
  padding-left: 0px;
}

.collection-list-wrapper {
  -webkit-column-count: 3;
  column-count: 3;
}

.related__products-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.related__products {
  width: 100%;
  max-width: 1440px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2vw;
  column-gap: 2vw;
}

.success-message {
  background-color: transparent;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 160px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(21, 21, 21, 0.5);
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
}

.slider-arrow-button:hover {
  background-color: #20dcc8;
}

.hero-slider-nav {
  display: none;
  height: 60px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 8px;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider {
  height: 84vh;
  min-height: 720px;
  margin-top: 88px;
  margin-bottom: 18px;
  color: #fff;
}

.slider-arrow-icon {
  width: 20px;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-height {
  height: 100%;
}

.hero-intro {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.post-category {
  display: inline-block;
  height: 20px;
  margin-bottom: 16px;
  padding: 2px 6px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-slide-summary {
  font-size: 16px;
  line-height: 28px;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  text-align: center;
}

.hero-slide-heading {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 64px;
  text-transform: capitalize;
}

.divider-2 {
  display: block;
  width: 120px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background-color: #fff;
}

.hero-slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.blog-slider {
  height: 600px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.slide-2 {
  background-image: url('../images/Fill-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.hero-slider-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.next {
  padding: 15px;
  border-radius: 100%;
  background-color: grey;
}

.location__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  background-image: url('../images/Base-Shed.png');
  background-position: 0px 0px;
  background-size: contain;
}

.price {
  display: none;
  margin-top: 10px;
}

.ar-icon {
  margin-left: 6px;
}

.view-ar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #3a3b3c;
}

.view-ar:hover {
  color: grey;
}

.text-ar {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3a3b3c;
}

.text-ar:hover {
  color: grey;
}

.contact_form {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
}

.grid-10 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact_image {
  width: 100%;
  height: 100%;
  max-width: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact_wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 30px;
  background-color: #3a3b3c;
}

.contact_info {
  margin-right: auto;
  margin-left: auto;
}

.contact_title {
  color: #fff;
}

.contact_desc {
  margin-top: 5px;
  margin-bottom: 20px;
  color: grey;
  font-size: 1em;
}

.button_outline {
  width: 180px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #20dcc8;
  border-radius: 30px;
  background-color: transparent;
  color: #20dcc8;
  text-align: center;
}

.button_outline:hover {
  background-color: #20dcc8;
  color: #fff;
}

.image-3 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.column_contact {
  padding: 25px;
}

.container_centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-4 {
  display: block;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-5 {
  display: none;
}

.section-6 {
  display: none;
}

.section-7 {
  display: none;
}

.lottie-animation-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (min-width: 1280px) {
  .p1.small.white {
    font-size: 1em;
  }

  .sg-colours-grid {
    max-width: 600px;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .quotation__mark {
    left: 4%;
  }

  .img.add-on {
    width: 400px;
    height: 350px;
  }

  .h1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .product__content {
    max-width: 1440px;
  }

  .tab__menu {
    width: 500px;
  }

  .form-submission {
    max-width: 1440px;
  }

  .add-on__checkbox-label {
    width: 400px;
    margin-top: -455px;
    padding-top: 455px;
    font-size: 1.2em;
  }

  .add-on__radio-button-label {
    width: 500px;
    margin-top: -455px;
    padding-top: 455px;
  }

  .checkbox-field {
    width: 400px;
  }

  .radio-button-field {
    width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .p1.small.white {
    font-size: 1em;
  }

  .text {
    font-size: 1.2em;
  }

  .text.tiny.form {
    font-size: 0.9em;
  }

  .text.sg-colour-label {
    font-size: 1.2em;
  }

  .sg-colours-grid {
    max-width: 625px;
  }

  .post__text li {
    font-size: 1.2em;
  }

  .quotation__mark {
    left: 650px;
  }

  .post-thumb {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .tab__product-options {
    font-size: 1.2em;
  }

  .tab__product-options.w--current {
    font-size: 1.2em;
  }

  .total__added-value {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .p1.small.white {
    font-size: 1.2em;
  }

  .global-section {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .global-section.sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .sg-colours-grid {
    max-width: 650px;
  }

  .quotation__mark {
    left: 847px;
  }

  .post-card-v5-heading {
    font-size: 2em;
  }

  .add-on__form-right {
    padding-left: 40px;
  }

  .add-on__form-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact_image {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  h4 {
    font-size: 1.22em;
  }

  .sg-left-top-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
    z-index: 5;
    width: 100%;
    min-height: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0px;
  }

  .sg-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-anchor-links-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: -150px;
    z-index: 1;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
    border-top-style: solid;
  }

  .sg-anchor-lb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 #dc7d3c;
  }

  .p1.mobile-only {
    display: block;
  }

  .p1.desktop-only {
    display: none;
  }

  .logo-lb.sidebar {
    height: 48%;
  }

  .sg-return-to-home-icon.mobile-only {
    display: block;
  }

  .text.desktop-only {
    display: none;
  }

  .text.mobile-only {
    display: block;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.bestseller-product {
    margin-bottom: 10px;
  }

  .featured-slide__mask {
    width: 65%;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .col {
    display: none;
  }

  .nav__menu-mobile {
    display: none;
  }

  .nav__wrapper__mobile {
    display: none;
  }

  .form-block {
    width: 100%;
  }

  .post-v5-small {
    min-height: 46vw;
  }

  .post-card-v5-heading {
    font-size: 20px;
    line-height: 28px;
  }

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

  .tab__menu {
    width: 100%;
  }

  .tab__product-options {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .architectural__item {
    min-height: 46vw;
  }

  .product__detail.bestseller-product {
    margin-bottom: 10px;
  }

  .add-on__checkbox-label {
    width: 250px;
    margin-top: -255px;
    padding-top: 255px;
  }

  .add-on__form-left {
    padding-right: 15px;
    padding-left: 15px;
  }

  .checkbox-field {
    width: 250px;
  }

  .brand__character-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-arrow-button {
    width: 28px;
    height: 128px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .hero-slider-nav {
    height: 48px;
  }

  .slide {
    top: 0px;
    bottom: 0px;
  }

  .hero-slider {
    height: 64vw;
    min-height: 0px;
    margin-top: 64px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-arrow-icon {
    width: 18px;
  }

  .hero-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-slide-summary {
    display: none;
  }

  .hero-slide {
    padding: 128px 80px;
  }

  .hero-slide-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .divider-2.hero-slide-divider {
    display: none;
  }

  .contact_image {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .contact_wrapper {
    height: 300px;
  }

  .image-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sg-brand-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .global-section {
    padding: 64px 40px;
  }

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

  .text.sg-colour-label {
    font-size: 1em;
  }

  .text.sg-colour-label.main {
    margin-bottom: 2px;
  }

  .text.sg-colour-label.hex {
    font-size: 0.78em;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-colour-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 25%;
  }

  .sg-colour-label-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .button.mobile {
    box-shadow: none;
  }

  .nav__wrapper {
    display: none;
  }

  .content__wrapper.contact__page {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-slide__mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img {
    border-radius: 15px;
  }

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

  .col {
    display: none;
  }

  .col.contact-page {
    width: 100%;
    min-height: 300px;
  }

  .mobile-menu {
    position: relative;
    z-index: 5001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    display: none;
    background-color: hsla(0, 0%, 100%, 0.6);
  }

  .nav__button {
    z-index: 50001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__wrapper__mobile {
    position: relative;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clip-text-mobile-links {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .link-block-mobile {
    font-size: 1.2em;
  }

  .link-block-mobile:hover {
    color: #ad1717;
  }

  .footer__content-social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile__menu-content {
    position: absolute;
    left: 0%;
    top: 25%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile__social {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
  }

  .hero__content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .clip-text-hero {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .clip-text-title {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .team__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider {
    width: 100%;
    height: 2vw;
  }

  .mobile__menu-contact {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25%;
  }

  .product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col__image {
    width: 100%;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .col__content {
    width: 100%;
    padding-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab__menu {
    width: 100%;
  }

  .corporate__logo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery__tile {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .tile {
    border-radius: 15px;
  }

  .architectural__services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .architectural__item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab__menu-all {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-submission {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hack-button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .add-on__form-right {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .add-on__form-left {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .customer__info {
    width: 100%;
  }

  .checkbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form__title {
    margin-top: 0px;
  }

  .deck__option {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-arrow-button {
    width: 24px;
    height: 112px;
  }

  .slider-arrow-icon {
    width: 16px;
  }

  .hero-slide {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-slide-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .divider-2 {
    width: 88px;
  }

  .view-ar.blur {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .contact_image {
    min-height: 200px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
  }

  .contact_wrapper {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 15px;
  }

  .column_contact {
    width: 100%;
  }

  .lottie-animation {
    -webkit-filter: grayscale(26%) invert(100%);
    filter: grayscale(26%) invert(100%);
  }
}

@media screen and (max-width: 479px) {
  .sg-brand-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .global-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .text.colored {
    font-size: 0.8em;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-colour-swatch {
    margin-bottom: 0px;
  }

  .sg-button-block {
    padding: 16px;
  }

  .button.slider {
    width: 65%;
  }

  .delete-me {
    margin-top: 16px;
    padding: 16px;
  }

  .sg-logo-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial__content.mobile {
    margin-left: 20px;
  }

  .quotation__mark.mobile {
    left: 0%;
  }

  .gallery__wrapper {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .content__wrapper.contact {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-slide__mask {
    width: 100%;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .product__name {
    font-size: 2em;
  }

  .featured__arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .featured__arrow.left {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 84px;
  }

  .featured__slider {
    padding-bottom: 80px;
  }

  .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .img {
    border-radius: 15px;
  }

  .img.add-on {
    width: 100%;
  }

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

  .footer__content {
    display: block;
    width: 60%;
  }

  .footer__content._1handy {
    display: none;
  }

  .footer__content._2handy {
    display: none;
  }

  .how-it-works__grid {
    grid-auto-flow: row;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .how-it-works__numbers {
    display: none;
  }

  .col {
    display: none;
    width: 100%;
  }

  .col.contact-page._2 {
    margin-top: 25px;
    padding: 0px;
  }

  .nav__menu-mobile {
    display: none;
    background-color: #fff;
  }

  .clip-text-mobile-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-mobile {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block-mobile:hover {
    color: #ad1717;
  }

  .hero__wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .h1 {
    font-size: 1.8em;
  }

  .categories__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logo.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content__wrapper-footer {
    overflow: hidden;
  }

  .hero__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .clip-text-hero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .clip-text-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team__wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-v5-small {
    min-height: 90vw;
  }

  .brand__character {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab__menu {
    width: 100%;
  }

  .tab__product-options {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .gallery__tile {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .architectural__services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row-1 {
    margin-bottom: 0vw;
  }

  .row-2 {
    margin-top: 2vw;
  }

  .architectural__item {
    min-height: 90vw;
  }

  .tab__menu-all {
    width: 100%;
  }

  .form-submission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .add-on__checkbox-label {
    width: 100%;
  }

  .add-on__form-right {
    width: 100%;
    margin-top: 30px;
  }

  .add-on__form-left {
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
  }

  .checkbox-field {
    width: 100%;
  }

  .related__products-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brand__character-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .related__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .collection-item-2 {
    margin-bottom: 2vw;
  }

  .hero-slider {
    height: 132vw;
  }

  .slider-arrow {
    display: none;
  }

  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-slide-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact_wrapper {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container_centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lottie-animation {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ea9-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488eb8-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ec4-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ecd-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fef2a20-eb33-01dc-53dc-ff07f570ebba-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_78a3c074-15b3-737e-7c2b-ab617a7b956b-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_1814a993-1d13-c96c-b5c9-af0c38790066-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_21341583-bd80-d7a7-512a-a93ea23f523f-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_0d2c842f-f787-d8fd-0362-c1d06f5e3030-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d7263c25-a2b8-3cd2-1fe5-74cf7ac924e4-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_49c1e274-0239-0817-8d3a-ecbed6c325be-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_63d3173a-ec8b-0c03-3540-1cefbefd5b41-0fedd365 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ea9-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488eb8-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ec4-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ecd-c7488ea4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Black-PERSONAL-USE.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Light-PERSONAL-USE.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Thin-PERSONAL-USE.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Medium-PERSONAL-USE.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/MADE-Coachella-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}