:root {
  --bespokebackground: #fff;
  --untitled-ui--gray600: #0000008c;
  --therightyellow: #9b7a17;
  --untitled-ui--gray500: #d4af37;
  --therightgreen: #00220e;
  --untitled-ui--white: white;
  --charcole: #122620;
  --creammmmm: #f4ebd0;
  --untitled-ui--gray300: ;
  --untitled-ui--gray900: #e7bd01;
  --untitled-ui--greywhite: #f3f3f3;
  --untitled-ui--gray400: var(--creammmmm);
  --untitled-ui--gray200: #9e8102;
  --goldtint: #c5b16b;
  --darkmustyyellow: #645603;
  --gap--md-gap: 3rem;
  --container--container-width: 1280px;
  --untitled-ui--primary50: whitesmoke;
  --bbs-green: #0b1a13;
  --warm-white-2025: #f4f1ec;
  --radiant-ui-components-library-marketplace--color--theme-color: #0000;
  --linotype: didot;
  --satoshi: Satoshi;
  --accent-color-2025: #c6a664;
  --gcc-brand: #efecde;
  --keoweenavy: ;
  --keoweegreen: #203f44;
  --keoweeglakegreen: #5e7c78;
  --shredthegnarblue: #1e2a4b;
  --radiant-ui-components-library-marketplace--color--body-font-dark: black;
  --keoweehousecream: #e3e1d4;
  --lightgrey: #777777e6;
  --untitled-ui--gray50-2: #0d2b24;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #940505;
  --untitled-ui--primary800: #b7c0f5;
  --darkdivider: #000a05;
  --eczar: "Eczar";
  --linotype-didot: "Libre Baskerville", sans-serif;
}

body {
  z-index: auto;
  color: #fff;
  object-fit: fill;
  background-color: #000;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  overflow: visible;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

em {
  font-style: italic;
}

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

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #ba9953;
  text-align: center;
  border-radius: 0;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 2vw;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 2% 0% auto;
}

.logo-link {
  width: auto;
  max-width: none;
  display: block;
  overflow: visible;
}

.logo-link.w--current {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-2 {
  background-color: #002a14;
  width: 100%;
  height: 30vh;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.body-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--bespokebackground);
  object-fit: fill;
  overflow: visible;
}

.body-4.backgroundgreen {
  background-color: var(--bbs-green);
  background-color: var(--bbs-green);
}

.inquire-now-bar {
  z-index: 150;
  clear: none;
  aspect-ratio: auto;
  opacity: .6;
  color: var(--untitled-ui--primary50);
  text-align: center;
  letter-spacing: .2em;
  word-break: normal;
  text-underline-position: under;
  object-position: 50% 50%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  background-color: #c5b16b;
  border: 1px #000;
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-end;
  width: 2.19922vw;
  padding: 20px 15px 20px 25px;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: fixed;
  top: 50%;
  right: 0;
  overflow: visible;
  transform: translateY(-50%)rotate(180deg);
}

.nav-right {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.logo-left {
  position: static;
}

.logo-img {
  float: none;
  clear: none;
  aspect-ratio: 2;
  opacity: 1;
  mix-blend-mode: normal;
  width: 19vw;
  max-width: none;
  height: 260px;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: -138% 0% auto 5%;
  overflow: visible;
}

.apply-home {
  color: #fffefe;
  border: 0 solid #000;
  border-radius: 0;
  margin-right: 10px;
}

.apply-home:hover {
  color: var(--untitled-ui--gray500);
}

.apply-home.w--current {
  color: var(--therightyellow);
}

.nav-link-11 {
  color: #fff;
  border: 2px solid #fff;
  width: auto;
  padding: 15px 40px;
}

.nav-link-11:hover {
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-width: 2px;
  font-weight: 600;
}

.nav-link-11.w--current {
  color: var(--therightyellow);
}

.solutions-home {
  color: #fff;
}

.solutions-home:hover {
  color: var(--untitled-ui--gray500);
}

.solutions-home.w--current {
  color: var(--therightyellow);
}

.the-team-home {
  color: #fff;
  font-size: 14px;
}

.the-team-home:hover {
  color: var(--untitled-ui--gray500);
}

.the-team-home.w--current {
  color: var(--accent-color-2025);
}

.navbar-no-shadow-2 {
  text-transform: uppercase;
  background-color: #00220e;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  position: absolute;
  inset: 4% 0% auto;
}

.div-block-27 {
  color: var(--untitled-ui--white);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.code-embed-12 {
  z-index: 100;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  order: 0;
  align-self: auto;
  width: 100vw;
  height: 75vh;
  margin: 20px 0 40px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: block;
  position: absolute;
  left: auto;
  overflow: hidden;
}

.image-45 {
  z-index: 20;
  width: 94%;
  max-width: none;
  height: 100%;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-64 {
  z-index: 100;
  color: var(--untitled-ui--white);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin: auto;
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  line-height: .9em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
}

.section-39 {
  width: 90vw;
  height: 100%;
  margin: 100px auto;
  overflow: clip;
}

.section-41 {
  box-sizing: content-box;
  aspect-ratio: auto;
  background-color: var(--bbs-green);
  object-fit: fill;
  height: 150px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.logo-left-mobile {
  display: none;
}

.text-block-115 {
  color: var(--therightyellow);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-116 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header.is-align-center {
  text-align: center;
  text-align: center;
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header.is-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header.is-align-center {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header.is-align-center.no-space {
  margin-bottom: 0;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.flex_vertical {
  flex-direction: column;
}

.flex_horizontal.flex_vertical.gap-large {
  flex-flow: wrap;
  place-content: space-between flex-start;
}

.flex_horizontal.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex_horizontal.gap-xxsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex_horizontal.is-space-between {
  justify-content: space-between;
}

.text-link-4 {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link-4:hover {
  color: #0009;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-4.is-secondary {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link-4.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-4.on-inverse {
  font-family: var(--linotype);
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link-4.on-inverse {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link-4.on-inverse:hover {
  opacity: 1;
  color: #c5b26a;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.margin-bottom_small {
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-family: Eyesome;
}

.paragraph_large-3-5 {
  text-align: justify;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: .7em;
  font-family: Prata, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph_large-3-5.margin-bottom_none {
  color: #a08c5e;
  text-align: center;
}

.container-98 {
  width: 100%;
  max-width: 12800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-98.is-small {
  max-width: 1000px;
}

.container-98.is-large {
  width: 100%;
  max-width: 1440px;
}

.button-32 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #d7d0c8;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0c1a14;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: inset 0 0 0 2px #000, 4px 4px #000;
}

.button-32:hover {
  color: #d7d0c8;
  background-color: #37493d;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000, 7px 7px #000;
}

.button-32:active {
  background-color: #0c1a14;
  box-shadow: inset 0 0 0 2px #000, 4px 4px #000;
}

.button-32:focus {
  outline-offset: 2px;
  outline: 2px solid #0c1a14;
}

.button-32.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-32.is-secondary:hover {
  background-color: #1d26201a;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000000b3;
}

.button-32.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-32.on-inverse {
  color: #d7d0c8;
  background-color: #0c1a14;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #d7d0c8, 4px 4px #d7d0c8;
}

.button-32.on-inverse:hover {
  background-color: #37493d;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #d7d0c8, 7px 7px #d7d0c8;
}

.button-32.on-inverse:active {
  background-color: #0c1a14;
  box-shadow: inset 0 0 0 2px #d7d0c8, 4px 4px #d7d0c8;
}

.heading_h1-7 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Prata, sans-serif;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.heading_h1-7.whitetext {
  color: #fff;
}

.heading_h1-7.whitetext.padding_large {
  color: var(--untitled-ui--gray600);
}

.section-87 {
  color: #000;
  background-color: #d7d0c8;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-87.section-2 {
  background-color: var(--bespokebackground);
  background-color: var(--bespokebackground);
  height: 60vh;
}

.margin-bottom_none-3 {
  font-family: Prata, sans-serif;
  margin-bottom: 0 !important;
}

.grid_6-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_6-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #a08c5e;
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link:active {
  color: color-mix(in srgb, currentColor 100%, transparent);
}

.footer_link.on-inverse {
  color: #d7d0c8;
}

.footer_link.on-inverse:hover {
  color: #a08c5e;
}

.footer_link.on-inverse:active {
  color: #fff9;
}

.footer_link.on-inverse.w--current:hover {
  color: #a08c5e;
}

.footer_link.on-inverse.w--current:active {
  color: #fff9;
}

.input {
  margin-bottom: 1.25rem;
  position: relative;
}

.footer-2 {
  color: #000;
  background-color: #d7d0c8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-2.is-accent-primary {
  color: #d7d0c8;
  background-color: #0c1a14;
}

.paragraph_xlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.paragraph_xlarge.margin-right_medium.paragraph_small-2.fontchage {
  width: 100%;
  font-family: Prata, sans-serif;
}

.footer_form_success-message {
  color: #080808;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
}

.divider-4 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.sizebigger {
  width: 100%;
}

.input_label {
  z-index: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.text-block-128 {
  width: 30%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph_small-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.image-49 {
  width: 85%;
  height: 85%;
}

.image-49.centeredlogo {
  text-align: left;
  vertical-align: top;
  text-align: left;
  vertical-align: top;
  width: 65%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading_h6 {
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-family: Prata, sans-serif;
  font-size: .71rem;
  font-weight: 400;
  line-height: 1.3em;
}

.input_field {
  box-shadow: none;
  color: #000;
  background-color: #0000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #000;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #000;
  outline: 2px solid #0c1a14;
}

.input_field::placeholder {
  color: #0003;
}

.input_field.on-inverse {
  box-shadow: none;
  color: #d7d0c8;
  background-color: #0000;
  background-image: none;
  border-color: #d7d0c8;
}

.input_field.on-inverse:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #d7d0c8;
}

.input_field.on-inverse:focus {
  border-color: #d7d0c8;
  outline-color: #0c1a14;
}

.input_field.on-inverse::placeholder {
  color: #d7d0c880;
}

.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.whitetext {
  color: #fdfcf8;
}

.whitetext.goldtext {
  color: #a08c5e;
}

.width_100percent {
  width: 100%;
}

.width_100percent.max-width_xsmall {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .body {
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav-wrapper {
    font-size: clamp(12px, 6vw, 15px);
    inset: -7% 0% auto;
  }

  .body-3 {
    background-color: var(--bespokebackground);
  }

  .hero-container {
    height: 100%;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .hero-heading {
    font-size: clamp(60px, 6vw, 124px);
  }

  .hero-cta-button {
    letter-spacing: 3px;
    border-width: 2px;
    margin-right: 0;
    padding-right: 20px;
  }

  .hero-cta-button.hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .hero-cta-button.hover:active {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray500);
    width: 25em;
    font-weight: 600;
  }

  .heading-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
  }

  .paragraph-46 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    min-width: auto;
    max-width: 80%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-48 {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-top: 100px;
    display: flex;
  }

  .heading-10 {
    margin-top: 140px;
    margin-bottom: 10px;
  }

  .container-50 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: -20px;
    display: flex;
  }

  .hero-wrapper-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    justify-content: center;
    width: 100%;
    padding-bottom: 31px;
  }

  .hero-split-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    display: block;
    position: static;
    left: 230px;
  }

  .team-slider-2 {
    text-align: left;
    border-top: 0 solid #000;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 60px;
    display: flex;
    position: relative;
  }

  .centered-heading-2 {
    border-top: .75px solid #645603;
    min-width: 1200px;
    margin-top: 20px;
    margin-bottom: 100px;
    padding-top: 50px;
    line-height: 25px;
  }

  .team-block-2 {
    z-index: 1;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    min-width: auto;
    padding-bottom: 0;
    display: grid;
    position: static;
    left: auto;
  }

  .team-member-name-two-2 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-text-2 {
    text-align: justify;
    object-fit: contain;
    padding-top: 0;
    font-family: GFS Didot, sans-serif;
    font-size: 14px;
    position: relative;
    top: auto;
  }

  .hero-heading-center {
    border-top: 0 solid #000;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .centered-heading-3 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .centered-heading-3.margin-bottom-32px {
    color: var(--therightgreen);
    padding-top: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 60px;
    line-height: .9em;
  }

  .margin-bottom-24px-4 {
    text-transform: capitalize;
    letter-spacing: -.04em;
    border-top-style: solid;
    width: 100%;
    min-width: 650px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 0;
    font-family: linotype-didot;
    font-style: normal;
    font-weight: 400;
    line-height: .9em;
    position: relative;
    left: auto;
  }

  .button-primary-7 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    border-style: solid;
    width: 30%;
    min-width: 275px;
  }

  .inquire-now-bar {
    color: #fff;
  }

  .inquire-now-bar:active {
    color: var(--untitled-ui--gray600);
    background-color: #fff;
    font-weight: 600;
  }

  .nav-right {
    font-size: 14px;
  }

  .logo-img {
    aspect-ratio: 2;
    width: 18vw;
    top: -155%;
    left: 5%;
  }

  .apply-home, .nav-link-11 {
    color: #fff;
  }

  .hero-without-image {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .margin-bottom-24px-6 {
    max-width: 85%;
  }

  .gallery-scroll-2 {
    border-top: 0px solid var(--goldtint);
    border-bottom-width: 0;
    border-bottom-color: var(--goldtint);
    overflow: hidden;
  }

  .footerbottom1920 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-2 {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .gallery-image-wrapper-2 {
    overflow: hidden;
  }

  .project-image.shadow-two {
    aspect-ratio: 2;
    aspect-ratio: 2;
    overflow: hidden;
  }

  .project-image.gcc-last-image {
    aspect-ratio: 2;
    background-color: #0c0c0c;
  }

  .project-image.shadow-two {
    aspect-ratio: 2;
    overflow: hidden;
  }

  .project-heading {
    left: -457px;
  }

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

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

  .solutions-home {
    color: #fff;
  }

  .solutions-home:hover {
    color: var(--untitled-ui--gray500);
  }

  .gallery-image-3.shadow-two {
    overflow: clip;
  }

  .video-background-section {
    object-fit: cover;
    background-color: #0000;
    overflow: hidden;
  }

  .video-wrapper-3 {
    z-index: -10;
    opacity: 1;
    object-fit: cover;
    background-color: #000;
    height: 100%;
    padding-bottom: 56.25%;
    inset: auto;
    overflow: visible;
  }

  .video-embed {
    opacity: .6;
    background-color: #fff0;
  }

  .the-team-home {
    color: #fff;
  }

  .the-team-home:hover {
    color: var(--untitled-ui--gray500);
  }

  .project-link {
    overflow: hidden;
  }

  .body-6 {
    background-color: #071915;
    overflow: visible;
  }

  .fn-container-grid.keowee-head {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-heading-five-34 {
    font-size: 1.5rem;
  }

  .rt-home-two-video-container.rt-position-relative {
    aspect-ratio: 2;
    aspect-ratio: 2;
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .rt-home-two-video-overlay {
    aspect-ratio: 2;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .rt-home-two-video-main {
    box-sizing: content-box;
    aspect-ratio: 2;
    object-fit: fill;
    object-position: 50% 50%;
    height: 100%;
    display: block;
    position: relative;
  }

  .rt-home-two-video-main.shred-display {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: fill;
    aspect-ratio: 2;
    object-fit: fill;
    height: 520px;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    text-decoration-thickness: 1px;
  }

  .rt-team-two-work-process-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn, .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn {
    max-width: 675px;
    padding-left: 0;
  }

  .rt-service-process-2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .rt-component-section-3.keowee, .rt-component-section-3.sn-copy, .rt-component-section-3.keowee-copy-gc, .rt-component-section-3.keowee, .rt-component-section-3.sn-copy, .rt-component-section-3.keowee-copy-gc {
    border-top-width: 0;
  }

  .image-30 {
    left: 647px;
  }

  .features-table-2 {
    margin-top: 40px;
  }

  .paragraph-48 {
    font-size: 14px;
  }

  .heading-18 {
    font-size: 12px;
  }

  .grid-2 {
    font-size: clamp(14px, 2.5vw, 24px);
  }

  .paragraph-49 {
    font-size: 14px;
  }

  .heading-20, .heading-21 {
    font-size: 12px;
  }

  .paragraph-50 {
    font-size: 14px;
  }

  .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta, .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta, .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta {
    position: relative;
    top: -103px;
  }

  .navbar-no-shadow-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    top: 4%;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .nav-link-15 {
    margin-right: 20px;
  }

  .rt-contact-one {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .uui-button-3 {
    color: var(--untitled-ui--white);
  }

  .video-background-section-copy {
    object-fit: cover;
    background-color: #0000;
    overflow: hidden;
  }

  .video-wrapper-copy {
    z-index: -10;
    opacity: 1;
    object-fit: cover;
    background-color: #000;
    height: 100%;
    padding-bottom: 56.25%;
    inset: auto;
    overflow: visible;
  }

  .video-embed-copy {
    opacity: 100;
    background-color: #fff0;
  }

  .bold-text-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    margin: 10px 0 20px;
    line-height: 1.1em;
    display: block;
    position: static;
  }

  .text-block-23 {
    border-top: .75px solid var(--darkmustyyellow);
    width: 50%;
    max-width: 60%;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .text-block-24 {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 85%;
    margin-top: 10px;
    display: block;
  }

  .text-block-25 {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .hero-without-image-3 {
    padding-top: 0;
  }

  .container-61 {
    margin-top: 0;
  }

  .hero-wrapper-two-3 {
    max-width: none;
    margin-top: 91px;
    margin-bottom: 70px;
  }

  .margin-bottom-24px-8 {
    border-top: 0 solid #000;
    border-bottom-style: solid;
    border-bottom-width: .75px;
    justify-content: center;
    align-items: flex-start;
    max-width: 75%;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-22 {
    line-height: 30px;
  }

  .section-26 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-block-27 {
    text-align: center;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .margin-bottom-24px-9 {
    border-top-width: .75px;
    border-top-color: var(--darkmustyyellow);
    font-family: var(--linotype);
    font-weight: 500;
  }

  .button-primary-15 {
    border-style: solid;
    border-width: 3px;
  }

  .gallery-scroll-5 {
    overflow: hidden;
  }

  .container-63 {
    border-top: 0px solid var(--darkmustyyellow);
    padding-top: 0;
  }

  .gallery-wrapper-7 {
    overflow: hidden;
  }

  .gallery-grid-5 {
    padding-bottom: 0;
  }

  .gallery-image-wrapper-5, .gallery-image-5.shadow-two, .gallery-image-5.shadow-two {
    overflow: hidden;
  }

  .text-block-34 {
    margin-top: -10px;
    font-size: 14px;
  }

  .text-block-35 {
    color: var(--darkmustyyellow);
    -webkit-text-stroke-color: var(--darkmustyyellow);
  }

  .gallery-image-text-5-copy {
    top: 36%;
  }

  .text-block-27-copy2 {
    color: var(--darkmustyyellow);
  }

  .bold-text-6 {
    -webkit-text-stroke-color: var(--darkmustyyellow);
  }

  .gallery-image-text-5-copy4 {
    height: 10%;
    margin: 0;
    top: 44%;
  }

  .gallery-scroll-5-copy {
    border-top-width: 0;
    border-top-color: var(--darkmustyyellow);
    border-radius: 0;
    padding-top: 0;
  }

  .hero-wrapper-two-5 {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-24 {
    color: var(--therightgreen);
    width: 100%;
    height: 30%;
    font-size: 60px;
    line-height: 60px;
  }

  .uui-heroheader02_component {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-32 {
    background-color: var(--untitled-ui--gray300);
    box-shadow: none;
    border-width: 0;
  }

  .bold-text-8 {
    box-shadow: none;
  }

  .text-block-42 {
    margin-top: 50px;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-43 {
    margin-bottom: 40px;
  }

  .button-13 {
    font-size: 18px;
  }

  .body-8 {
    background-color: var(--bespokebackground);
  }

  .gallery-image-text-5-copy4-copy {
    inset: 44% 0% 0%;
  }

  .div-block-8 {
    overflow: hidden;
  }

  .section-27 {
    border-top-width: 0;
    border-bottom-width: 1px;
  }

  .rt-contact-one-2 {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .italic-text-3 {
    font-size: 23px;
  }

  .gallery-scroll-6 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .gallery-image-6.shadow-two {
    aspect-ratio: 2;
    object-fit: fill;
    aspect-ratio: 2;
    object-fit: fill;
    max-width: none;
    display: block;
  }

  .section-29 {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
    margin-bottom: 0;
  }

  .section-30-copy1234 {
    position: relative;
  }

  .div-block-11 {
    margin-bottom: 0;
  }

  .background-video-7 {
    width: 100%;
  }

  .video-background-section-3, .grid-section-layout {
    object-fit: cover;
    background-color: #0000;
    overflow: hidden;
  }

  .golden-corner-construction {
    background-color: #efecde;
  }

  .image-wrapper-3 {
    z-index: -10;
    opacity: 1;
    object-fit: cover;
    background-color: #000;
    height: 100%;
    padding-bottom: 56.25%;
    inset: auto;
    overflow: visible;
  }

  .heading-25, .heading-scope {
    font-size: clamp(3rem, 2.5vw, 4.5rem);
  }

  .rt-team-two-process-block-left-gcc.gcc {
    padding-left: 70px;
    padding-right: 0;
  }

  .team-member-text-2-copy {
    text-align: justify;
    object-fit: contain;
    padding-top: 0;
    font-family: GFS Didot, sans-serif;
    font-size: 14px;
    position: relative;
    top: 11px;
    left: 27px;
  }

  .text-block-25-copy {
    margin-bottom: 10px;
    padding-top: 0;
    position: relative;
    top: 12px;
  }

  .fn-span-color-text-copy {
    font-size: clamp(16px, 2.5vw, 16px);
  }

  .gcc-gallery-scroll {
    aspect-ratio: auto;
    object-fit: cover;
    background-color: #203f44;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .gcc-section-grid {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .gcc-section-grid-2 {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
    top: -131px;
  }

  .fn-span-color-text-copy {
    vertical-align: text-bottom;
    font-family: Bodoni Moda SC, sans-serif;
    font-size: 70px;
  }

  .gcc-gallery-scroll-2 {
    aspect-ratio: auto;
    object-fit: cover;
    background-color: #203f44;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: -239px;
    overflow: hidden;
  }

  .container-gallery-scroll-2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 145px;
    padding-right: 145px;
    top: auto;
  }

  .code-embed-7 {
    overflow: clip;
  }

  .gcc-section-grid-copy {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .bold-text-18 {
    text-align: left;
  }

  .container-63-copy {
    border-bottom: 0px solid var(--darkmustyyellow);
    overflow: hidden;
  }

  .section-31 {
    margin-left: 0;
    margin-right: 0;
  }

  .project-image-copy.shadow-two {
    aspect-ratio: 2;
    aspect-ratio: 2;
    overflow: hidden;
  }

  .project-image-copy.gcc-last-image {
    aspect-ratio: 2;
    background-color: #0c0c0c;
  }

  .project-image-copy.shadow-two {
    aspect-ratio: 2;
    overflow: hidden;
  }

  .bold-text-19 {
    text-align: left;
  }

  .section-32 {
    margin-top: 0;
  }

  .bold-text-20 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .gallery-image-5-copy2.shadow-two {
    overflow: hidden;
  }

  .section-33 {
    border-bottom: 0px solid var(--charcole);
    background-color: var(--therightgreen);
    height: 30px;
    padding-bottom: 20px;
  }

  .fn-heading-5 {
    text-transform: capitalize;
  }

  .fn-heading-6 {
    font-size: 45px;
  }

  .fn-paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fn-section-3 {
    border-bottom: 5px solid var(--goldtint);
    border-top-style: solid;
  }

  .fn-container-grid-2 {
    max-width: none;
  }

  .fn-column-2 {
    text-align: left;
    align-items: center;
  }

  .fn-features-card {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 2px 9px 8px #0003;
  }

  .fn-features-card:hover {
    border-width: 3px;
    border-color: var(--goldtint);
  }

  .fn-paragraph-no-margin-2 {
    border-radius: 20px;
  }

  .div-block-15 {
    color: var(--therightgreen);
  }

  .div-block-16 {
    color: var(--charcole);
  }

  .text-block-51 {
    color: var(--darkmustyyellow);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -20px;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    display: flex;
  }

  .project-image-copy1233.shadow-two {
    aspect-ratio: 2;
    opacity: .65;
    background-color: #0c0c0c;
  }

  .project-image-copy1233.gcc-last-image {
    aspect-ratio: 2;
    background-color: #0c0c0c;
  }

  .div-block-17 {
    z-index: 3;
    position: relative;
    overflow: hidden;
  }

  .container-68 {
    z-index: 3;
    grid-column-gap: auto;
    grid-row-gap: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .bold-text-21 {
    width: 100%;
    display: block;
  }

  .rt-category-cards-text-6.rt-margin-top-fifteen {
    color: var(--goldtint);
  }

  .rt-component-section-7.rt-price-v-three {
    background-color: var(--untitled-ui--white);
    color: var(--therightgreen);
    background-color: var(--untitled-ui--white);
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .rt-price-two-card-wrap {
    background-color: var(--lightgrey);
    border: 2px solid #000;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-price-two-hero-heading.rt-text-center-2.rt-margin-top-twelve {
    max-width: none;
    font-size: 65px;
  }

  .rt-price-one-feature-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-price-two-hero-wrap {
    border-width: 3px;
    width: 100%;
  }

  .rt-price-two-tab-contain-box {
    border-bottom: 0px solid var(--therightyellow);
    border-radius: 9px;
    width: 90%;
    height: 90%;
    margin-top: 3%;
  }

  .image-38 {
    border: 2px solid var(--goldtint);
    background-color: var(--therightgreen);
    width: 75%;
    max-width: none;
    height: 25%;
  }

  .rt-price-two-card-wrap-copy1 {
    border: 2px solid var(--goldtint);
    background-color: var(--untitled-ui--gray600);
    box-shadow: 0 40px 80px 0 var(--untitled-ui--gray600);
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60 {
    color: var(--untitled-ui--white);
    font-size: 20px;
  }

  .rt-category-cards-text-6-copy.rt-margin-top-fifteen {
    color: var(--untitled-ui--white);
  }

  .heading-29 {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-62 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .section-35 {
    border-top: 0px solid var(--therightgreen);
    background-color: var(--keoweehousecream);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .code-embed-10 {
    z-index: 0;
    aspect-ratio: auto;
    box-shadow: none;
    object-fit: fill;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .heading-30 {
    color: var(--therightgreen);
    text-underline-position: under;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }

  .image-38-copy {
    border: 2px solid #000;
    width: 75%;
    max-width: none;
    height: 25%;
  }

  .div-block-22 {
    border-style: solid;
    border-top-width: 0;
    border-top-color: var(--therightgreen);
    border-left-width: 0;
    border-left-color: #000;
    border-right-width: 0;
    border-right-color: #000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 220px;
    padding-bottom: 300px;
    display: flex;
  }

  .text-block-63 {
    background-color: var(--untitled-ui--gray300);
    text-align: center;
    letter-spacing: 2.5px;
    -webkit-text-decoration-color: var(--bespokebackground);
    text-decoration-color: var(--bespokebackground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 55px;
    font-weight: 600;
  }

  .paragraph-53 {
    text-align: center;
    margin-top: 40px;
  }

  .button-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-14:hover {
    background-color: var(--therightgreen);
    color: var(--untitled-ui--white);
    letter-spacing: 0;
  }

  .section-37 {
    background-color: var(--untitled-ui--white);
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-23 {
    border: 3px solid var(--goldtint);
    background-color: var(--untitled-ui--gray600);
    box-shadow: 0 2px 8px 6px #0003;
  }

  .div-block-24 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section-24-copy {
    margin-bottom: 0;
  }

  .text-block-23-copy {
    border-top: 0px solid var(--darkmustyyellow);
    color: #00220e;
    text-align: center;
    margin-bottom: 0;
    padding-top: 60px;
    font-size: 14px;
    font-weight: 800;
  }

  .centered-heading-3-copy {
    color: var(--goldtint);
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .centered-heading-3-copy.margin-bottom-32px {
    color: var(--therightgreen);
    padding-top: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 60px;
    line-height: .9em;
  }

  .text-block-24-copy {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: GFS Didot, sans-serif;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .bold-text-22 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 70px;
  }

  .container-50-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    height: 25%;
  }

  .hero-heading-center-copy {
    border-top: 12px solid var(--goldtint);
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .bold-text-23 {
    font-size: 40px;
  }

  .italic-text-13 {
    margin-top: -30px;
    font-size: 25px;
  }

  .hero-wrapper-2-copy {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-4-copy {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--darkmustyyellow);
    color: var(--creammmmm);
    -webkit-text-stroke-color: var(--darkmustyyellow);
    text-transform: capitalize;
    letter-spacing: -.04em;
    min-width: 650px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: .9em;
    position: relative;
    left: auto;
  }

  .button-primary-7-copy {
    border-style: solid;
    border-width: 3px;
    border-color: var(--therightgreen) black black;
    background-color: var(--untitled-ui--white);
    color: var(--darkmustyyellow);
    min-width: 275px;
    margin-top: 10px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
  }

  .button-primary-7-copy:hover {
    border-color: var(--goldtint);
    color: var(--goldtint);
    background-color: #00220e;
  }

  .button-primary-7-copy:active {
    color: var(--untitled-ui--gray500);
  }

  .uui-heroheader02_component-copy {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .italic-text-copy1234 {
    min-height: 56%;
    font-size: 70px;
  }

  .uui-space-small-copy {
    margin-top: 0;
  }

  .div-block-23-copy {
    border: 3px solid var(--untitled-ui--gray600);
    background-color: var(--untitled-ui--gray600);
    box-shadow: 0 2px 8px 6px #0003;
  }

  .image-32-copy12345 {
    background-color: var(--untitled-ui--gray300);
    box-shadow: none;
    border-width: 0;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify {
    color: var(--untitled-ui--gray600);
    transform: none;
  }

  .rt-price-one-feature-wrap-copy {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-price-one-feature-wrap-copy-copy-qualify {
    color: var(--untitled-ui--gray600);
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-53-copy-qualify {
    color: var(--untitled-ui--gray600);
    font-size: 20px;
  }

  .rt-component-section-8 {
    background-color: var(--bespokebackground);
    background-image: none;
    margin-bottom: -5px;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    text-decoration-thickness: 1px;
  }

  .fn-section-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fn-paragraph-no-margin-3 {
    font-family: Open Sans, sans-serif;
  }

  .form-label.no-margin {
    color: var(--darkmustyyellow);
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .hero-heading-center-copy3 {
    border-top: 0 solid #000;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .link-7 {
    color: var(--goldtint);
  }

  .checkbox-field, .checkbox-field-2, .checkbox-field-3, .checkbox-field-4, .checkbox-field-5 {
    font-size: 16px;
  }

  .text-block-23-copy-copy1 {
    border-top: 0px solid var(--darkmustyyellow);
    color: #00220e;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
  }

  .bold-text-23-copy1 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hero-heading-center-copy-copy1 {
    border-top: 0px solid var(--goldtint);
  }

  .container-50-copy-copy1 {
    margin-left: auto;
    margin-right: auto;
  }

  .centered-heading-3-copy-copy1 {
    color: var(--goldtint);
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .centered-heading-3-copy-copy1.margin-bottom-32px {
    color: var(--therightgreen);
    padding-top: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 60px;
    line-height: .9em;
  }

  .bold-text-22-copy1 {
    font-size: 70px;
  }

  .text-block-24-copy-copy1 {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: GFS Didot, sans-serif;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .italic-text-13-copy {
    margin-top: -30px;
    font-size: 25px;
  }

  .italic-text-13-copy-copy1 {
    width: 100%;
    margin-top: -30px;
    font-size: 25px;
  }

  .hero-wrapper-2-copy-copy1 {
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-4-copy-copy1 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--darkmustyyellow);
    color: var(--creammmmm);
    -webkit-text-stroke-color: var(--darkmustyyellow);
    text-transform: capitalize;
    letter-spacing: -.04em;
    min-width: 650px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: .9em;
    position: relative;
    left: auto;
  }

  .button-primary-7-copy-copy1 {
    border-style: solid;
    border-width: 3px;
    border-color: var(--therightgreen) black black;
    background-color: var(--untitled-ui--white);
    color: var(--darkmustyyellow);
    min-width: 275px;
    margin-top: 10px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
  }

  .button-primary-7-copy-copy1:hover {
    border-color: var(--goldtint);
    color: var(--goldtint);
    background-color: #00220e;
  }

  .button-primary-7-copy-copy1:active {
    color: var(--untitled-ui--gray500);
  }

  .rt-price-two-tab-contain-box-copy-q {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-bottom-style: solid;
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-price-two-card-wrap-copy-q {
    background-color: var(--lightgrey);
    border: 2px solid #000;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-price-two-card-wrap-copy-q.glow-card {
    background-color: var(--therightgreen);
    background-color: var(--therightgreen);
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-38-copy-copy-q {
    border: 2px solid #000;
    width: 75%;
    max-width: none;
    height: 25%;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen {
    color: var(--untitled-ui--white);
  }

  .text-block-57-copy-q {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-38 {
    justify-content: center;
    align-items: stretch;
  }

  .hero-wrapper-2-copy-copy-q {
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-4-copy-copy-q {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--darkmustyyellow);
    color: var(--creammmmm);
    -webkit-text-stroke-color: var(--darkmustyyellow);
    text-transform: capitalize;
    letter-spacing: -.04em;
    min-width: 650px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: .9em;
    position: relative;
    left: auto;
  }

  .button-primary-7-copy-copy-q {
    border-style: solid;
    border-width: 3px;
    border-color: var(--therightgreen) black black;
    background-color: var(--untitled-ui--white);
    color: var(--darkmustyyellow);
    min-width: 275px;
    margin-top: 10px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
  }

  .button-primary-7-copy-copy-q:hover {
    border-color: var(--goldtint);
    color: var(--goldtint);
    background-color: #00220e;
  }

  .button-primary-7-copy-copy-q:active {
    color: var(--untitled-ui--gray500);
  }

  .hero-wrapper-2-copy-copy-q-copy {
    justify-content: flex-end;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .button-primary-7-copy-copy-q-copy {
    border-style: solid;
    border-width: 3px;
    border-color: var(--therightgreen) black black;
    background-color: var(--untitled-ui--white);
    color: var(--darkmustyyellow);
    min-width: 275px;
    margin-top: 10px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
  }

  .button-primary-7-copy-copy-q-copy:hover {
    border-color: var(--goldtint);
    color: var(--goldtint);
    background-color: #00220e;
  }

  .button-primary-7-copy-copy-q-copy:active {
    color: var(--untitled-ui--gray500);
  }

  .hero-cta-button-copy-q {
    width: 80%;
    margin-right: 0;
  }

  .hero-cta-button-copy-q.hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .hero-cta-button-copy-q.hover:active {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray500);
    width: 25em;
    font-weight: 600;
  }

  .div-block-25 {
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-26 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .gallery-image-5-copy-darker.shadow-two {
    overflow: hidden;
  }

  .gallery-overview-2 {
    border-bottom-width: 20px;
    border-bottom-color: var(--bespokebackground);
  }

  .heading-31 {
    font-size: 45px;
  }

  .paragraph-54 {
    font-size: 25px;
  }

  .fn-span-color-text-copy-copy {
    vertical-align: text-bottom;
    font-size: 70px;
  }

  .div-block-28, .div-block-29 {
    margin-bottom: 20px;
  }

  .section-29-copy {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .div-block-28-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-29-copy-sn {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
    margin-bottom: 0;
  }

  .gallery-overview-2-copy-sn {
    border-bottom-width: 20px;
    border-bottom-color: var(--bespokebackground);
  }

  .rt-component-section-3-copy-sn.keowee, .rt-component-section-3-copy-sn.sn-copy, .rt-component-section-3-copy-sn.keowee, .rt-component-section-3-copy-sn.sn-copy {
    border-top-width: 0;
  }

  .rt-team-two-work-process-block-copy-sn {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-29-copy-copy-sn {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .div-block-28-copy-copy-sn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-29-copy-sn, .div-block-28-copy-sn {
    margin-bottom: 20px;
  }

  .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn, .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn {
    max-width: 675px;
    padding-left: 0;
  }

  .rt-service-process-2-copy-sn {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-29-copy-gc {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
    margin-bottom: 0;
  }

  .gallery-overview-2-copy-gc {
    border-bottom-width: 20px;
    border-bottom-color: var(--bespokebackground);
  }

  .rt-component-section-3-copy-gc.keowee, .rt-component-section-3-copy-gc.sn-copy, .rt-component-section-3-copy-gc.keowee-copy-gc, .rt-component-section-3-copy-gc.keowee, .rt-component-section-3-copy-gc.sn-copy, .rt-component-section-3-copy-gc.keowee-copy-gc {
    border-top-width: 0;
  }

  .section-29-copy-copy-gc, .section-29-copy-copy, .section-29-copy-copy-copy-gc {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .rt-team-two-work-process-block-copy-gc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc, .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc {
    max-width: 675px;
    padding-left: 0;
  }

  .rt-service-process-2-copy-gc {
    padding-left: 70px;
    padding-right: 70px;
  }

  .fn-span-color-text-copy-copy-copy-gc {
    vertical-align: text-bottom;
  }

  .div-block-28-copy-gc {
    margin-bottom: 20px;
  }

  .div-block-28-copy-copy-gc {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-29-copy-copy-gc-copy-snn {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .div-block-28-copy-copy-gc-copy-sn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rt-testimonials-three.rt-overflow-off.rt-component-section-9 {
    padding-bottom: 20px;
  }

  .fn-paragraph-no-margin-2-copy {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 20px;
  }

  .download-pdf {
    width: 30%;
    margin-right: 0;
    left: 486px;
  }

  .download-pdf.hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .download-pdf.hover:active {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray500);
    width: 25em;
    font-weight: 600;
  }

  .footer-link-two-copy:hover {
    color: var(--untitled-ui--white);
  }

  .nav-wrapper-2-0 {
    font-size: clamp(12px, 6vw, 15px);
  }

  .section-41 {
    height: 150px;
  }

  .grid-2-desktop {
    font-size: clamp(14px, 2.5vw, 24px);
  }

  .section-42 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-block-65 {
    text-align: center;
  }

  .text-block-66 {
    color: #645603;
    -webkit-text-stroke-color: #645603;
  }

  .text-block-68 {
    margin-top: -10px;
    font-size: 17px;
  }

  .section-43 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-block-27-copy2-2 {
    color: #645603;
  }

  .bold-text-43 {
    -webkit-text-stroke-color: #645603;
  }

  .text-block-70 {
    font-size: 17px;
  }

  .section-44 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-block-71 {
    text-align: center;
  }

  .text-block-72 {
    color: #645603;
    -webkit-text-stroke-color: #645603;
  }

  .text-block-74 {
    margin-top: -10px;
    font-size: 17px;
  }

  .section-45 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .bold-text-44 {
    -webkit-text-stroke-color: #645603;
  }

  .text-block-75 {
    font-size: 17px;
  }

  .section-29-copy-gc-bottom, .section-29-copy-gc-bottom-upper, .section-29-copy-keowee-houses-bottom {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
    margin-bottom: 0;
  }

  .uui-button-3-copy {
    color: var(--untitled-ui--white);
  }

  .section-29-copy-copy-gc-copy, .section-29-copy-copy-gc-copy-copy-custom-ad {
    -webkit-text-stroke-color: var(--keoweegreen);
    border-top: 0 solid #000;
  }

  .master-title-home {
    grid-template-columns: 1fr 1fr;
  }

  .heading-34 {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    width: 100%;
    font-size: 110px;
  }

  .section-47 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-heading-left.mg-bottom-80.center-landscape {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .big-text-service-animated {
    font-size: 50px;
  }

  .container-medium {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    border: 1px #000;
  }

  .section-54.hero-studio {
    margin-top: -121px;
    padding-top: 0;
  }

  .abstract-heading-3 {
    width: 100px;
    height: 100px;
  }

  .main-container-12 {
    top: 0;
  }

  .no-margins-6 {
    font-family: var(--linotype);
  }

  .main-container-13 {
    margin-top: 0;
    margin-bottom: -74px;
    padding-top: 127px;
    padding-bottom: 0;
    top: -25px;
  }

  .section-58.dark {
    background-color: var(--bbs-green);
    font-family: var(--linotype);
    color: var(--bespokebackground);
    background-color: var(--bbs-green);
    font-family: var(--linotype);
  }

  .text-block-90 {
    font-family: var(--satoshi);
    color: var(--bespokebackground);
  }

  .cell.right.top {
    color: var(--bespokebackground);
  }

  .text-block-91, .text-block-92, .text-block-93, .text-block-94, .text-block-95 {
    font-family: var(--satoshi);
    color: var(--bespokebackground);
  }

  .text-block-96, .text-block-97, .text-block-98 {
    font-family: var(--linotype);
    color: var(--bespokebackground);
  }

  .text-block-99, .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104 {
    font-family: var(--satoshi);
    color: var(--bespokebackground);
  }

  .button-primary-7-copy {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    border-style: solid;
    width: 60%;
    min-width: 275px;
  }

  .button-primary-7-copy-copy {
    border-style: solid;
    border-width: 3px;
    border-color: var(--therightgreen) black black;
    background-color: var(--untitled-ui--white);
    color: var(--darkmustyyellow);
    min-width: 275px;
    margin-top: 10px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
  }

  .button-primary-7-copy-copy:hover {
    border-color: var(--goldtint);
    color: var(--goldtint);
    background-color: #00220e;
  }

  .button-primary-7-copy-copy:active {
    color: var(--untitled-ui--gray500);
  }

  .text-block-109 {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .text-block-110 {
    padding-top: 10px;
    font-size: 15px;
  }

  .text-block-111 {
    font-size: 15px;
  }

  .text-block-112 {
    padding-top: 10px;
    font-size: 15px;
  }

  .text-block-113 {
    font-size: 15px;
  }

  .text-block-114 {
    padding-top: 10px;
  }

  .heading-10-copy {
    margin-top: 140px;
    margin-bottom: 10px;
  }

  .card-8.is-secondary.on-inverse.backgroundblack {
    background-color: #000000e6;
  }

  .gallery-image-wrapper-7 {
    overflow: hidden;
  }

  .gallery-scroll-7 {
    border-top: 0 solid #c5b16b;
    border-bottom-width: 0;
    border-bottom-color: #c5b16b;
    overflow: hidden;
  }

  .gallery-wrapper-11 {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .rt-component-section-10 {
    background-color: #fff;
    background-image: none;
    margin-bottom: -5px;
  }

  .fn-section-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fn-paragraph-no-margin-4 {
    font-family: Open Sans, sans-serif;
  }

  .link-16 {
    color: #c5b16b;
  }

  .form-label-2.no-margin {
    color: #645603;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .section-66 {
    left: 132px;
  }

  .subheading-20.margin-bottom_none {
    left: 129px;
  }

  .heading_h2-4 {
    left: 133px;
    right: auto;
  }

  .button-30.whitebackgroundbutton.background_inverse {
    border-width: 2px;
    font-size: 1.2rem;
  }

  .eyebrow-18.letterspacing.text-color_on-accent-primary.wedontmarkterbrands {
    letter-spacing: .75rem;
    letter-spacing: .75rem;
    letter-spacing: .75rem;
    letter-spacing: .75rem;
    font-family: avenir;
    font-weight: 700;
  }

  .subheading-23.text-color_on-accent-primary.text-align_center.size100.whitetext.padding-top_xsmall {
    font-size: 1.3rem;
  }

  .container-97 {
    align-self: flex-start;
    margin-top: 27px;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    margin-top: 0;
  }

  .no-margins-15.padding_small {
    width: 100%;
    max-width: none;
  }

  .section-84.is-inverse.backgroundimage {
    background-image: url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/68eef8dcef918f9ec9503fe2_Lake%20Keowee%20Lifestyle.jpg");
  }

  .uui-button-7 {
    color: #fff;
  }

  .section-87.blackbg {
    background-color: var(--bespokebackground);
    background-color: var(--bespokebackground);
  }

  .heading_h1-8.whitetext.allcaps {
    text-transform: uppercase;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 5rem;
  }

  .gallery-image-text-5-copy5 {
    height: 10%;
    margin: 0;
    top: 44%;
  }

  .section-94 {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .image-50 {
    vertical-align: bottom;
    justify-content: flex-end;
    align-items: baseline;
    display: block;
  }

  .video-background-section-4 {
    object-fit: cover;
    height: 80vh;
  }

  .video-wrapper {
    aspect-ratio: 2;
    object-fit: cover;
  }

  .bbs-results-section {
    padding-top: 20px;
  }

  .section-26-copy {
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 300px;
    margin-left: 60px;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-wrap {
    max-width: 820px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .hero-line {
    max-width: 1000px;
    font-size: 64px;
  }

  .paragraph-86 {
    max-width: 760px;
  }

  .button-38 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 9px;
  }

  .bbs-result-metric {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 220px;
    display: flex;
  }

  .bbs-result-label {
    color: #9a846c;
    letter-spacing: .18em;
    text-transform: capitalize;
    font-size: 10px;
  }

  .bbs-result-value {
    color: #2b2016;
    max-width: 220px;
    line-height: 1.4em;
  }

  .bbs-result-metrics {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow-wrap: normal;
    border-top: 1px solid #00000014;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    object-fit: cover;
    overflow: visible;
  }

  .nav-wrapper {
    max-width: none;
    inset: 36% 0% auto;
  }

  .body-3 {
    background-color: var(--bespokebackground);
  }

  .hero-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .hero-cta-button {
    pointer-events: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-cta-button:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .container-45 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .testimonial-column-light {
    border-top: 0px solid var(--darkmustyyellow);
  }

  .testimonial-grid-two {
    place-items: stretch center;
    width: 75%;
    height: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text-two {
    font-size: 18px;
  }

  .heading-9 {
    text-align: center;
    margin: 10px auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Cinzel, sans-serif;
    font-size: 40px;
    line-height: .9em;
  }

  .paragraph-46 {
    width: auto;
    max-width: clamp(320px, 100%, 1300px);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.68em;
  }

  .heading-10 {
    align-self: flex-start;
  }

  .container-50 {
    margin-bottom: 20px;
  }

  .hero-wrapper-2 {
    margin-top: 10px;
    padding-bottom: 31px;
  }

  .team-slider-2 {
    z-index: 1;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .centered-heading-2 {
    margin-top: 100px;
  }

  .team-slider-wrapper-2 {
    margin-right: 0;
  }

  .team-block-2 {
    grid-template-rows: auto auto auto auto auto;
    height: 100%;
  }

  .team-member-image-two-2 {
    margin-left: 0;
    padding-right: 0;
  }

  .team-block-info-2 {
    align-items: flex-start;
  }

  .team-member-name-two-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-text-2 {
    text-align: justify;
    margin-bottom: 0;
    font-family: GFS Didot, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }

  .text-block-17 {
    z-index: auto;
    position: relative;
  }

  .mask {
    aspect-ratio: auto;
    height: 100%;
  }

  .centered-heading-3 {
    letter-spacing: .025em;
    margin-bottom: 20px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    line-height: 1.2em;
  }

  .margin-bottom-24px-4 {
    letter-spacing: normal;
    border-top-width: .75px;
    margin-bottom: 20px;
    font-size: 70px;
  }

  .button-primary-7 {
    font-size: 12px;
    line-height: 22px;
  }

  .inquire-now-bar {
    z-index: 100;
    color: #fff;
    position: fixed;
  }

  .main-header-nav {
    width: 100vw;
    max-width: none;
  }

  .logo-img {
    aspect-ratio: 2;
    width: 13vw;
    height: 220px;
    inset: -130% 0% auto 5%;
  }

  .margin-bottom-24px-6 {
    font-size: 25px;
  }

  .heading-16 {
    letter-spacing: .2em;
    font-size: 14px;
    font-style: normal;
  }

  .gallery-scroll-2 {
    border-top-width: 0;
    padding: 60px;
  }

  .footerbottom1920 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .gallery-wrapper-2 {
    grid-row-gap: 60px;
    width: 100%;
    height: 49.6%;
    overflow: hidden;
  }

  .gallery-image-wrapper-2, .project-image.shadow-two {
    overflow: hidden;
  }

  .project-image.gcc-last-image {
    margin-top: 100px;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .project-image.shadow-two {
    overflow: hidden;
  }

  .project-heading {
    width: 70%;
    font-size: 75px;
    left: -117px;
  }

  .hero-without-image-2 {
    border-bottom-width: 0;
  }

  .margin-bottom-24px-7 {
    font-size: 25px;
  }

  .button-primary-9 {
    font-size: 14px;
    font-weight: 600;
  }

  .heading-17 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .footer-light {
    box-sizing: border-box;
    aspect-ratio: auto;
  }

  .video-background-section {
    pointer-events: none;
  }

  .video-embed {
    opacity: .6;
  }

  .project-blocks-wrapper {
    overflow: hidden;
  }

  .body-6 {
    background-color: #071915;
  }

  .fn-container-grid, .fn-section-off-black {
    background-color: #efecde;
  }

  .fn-label-jambo {
    background-color: #fff;
  }

  .fn-span-color-text {
    color: #3e5f5f;
  }

  .fn-heading-2 {
    color: #203f44;
  }

  .fn-section {
    align-items: stretch;
  }

  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .keoweehouse {
    unicode-bidi: isolate;
    letter-spacing: -.005em;
    text-transform: none;
    color: #000000ad;
    pointer-events: auto;
    clear: both;
    content: "";
    background-color: #fff;
    width: auto;
    margin-left: -17px;
    margin-right: -17px;
    font-family: sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 300;
    line-height: 2em;
    display: table;
  }

  .keoweehouse.keowee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    text-decoration-thickness: 1px;
  }

  .rt-team-two-work-process-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .rt-service-step-info {
    clear: none;
    text-align: left;
    order: 0;
  }

  .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn, .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn {
    max-width: 750px;
    margin-left: 0;
    padding-left: 0;
  }

  .rt-service-process-2 {
    padding-left: 100px;
    padding-right: 40px;
  }

  .text-block-22 {
    text-align: justify;
  }

  .team-slider-3 {
    background-color: #efecde;
  }

  .features-table-2 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .grid, .paragraph-48 {
    font-size: 16px;
  }

  .heading-18 {
    font-size: 14px;
  }

  .paragraph-49 {
    font-size: 16px;
  }

  .heading-20, .heading-21 {
    font-size: 14px;
  }

  .paragraph-50 {
    font-size: 16px;
  }

  .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta, .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta, .fn-section-2.overflow-none.shred-section2, .fn-section-2.overflow-none.gcc-cta {
    top: -143px;
  }

  .container-regular-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-12 {
    font-size: 14px;
  }

  .uui-form_input-3 {
    color: var(--goldtint);
  }

  .uui-form_input-3::placeholder {
    color: var(--goldtint);
    -webkit-text-stroke-color: var(--goldtint);
  }

  .link-block {
    position: static;
  }

  .bold-text-3 {
    letter-spacing: .025em;
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Great Vibes, cursive;
    line-height: 1.2em;
    display: block;
  }

  .text-block-23 {
    width: 50%;
  }

  .text-block-24 {
    max-width: 80%;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .text-block-25 {
    margin-bottom: 20px;
  }

  .hero-wrapper-two-3 {
    margin-top: 90px;
    margin-bottom: 89px;
  }

  .margin-bottom-24px-8 {
    border-bottom-color: var(--darkmustyyellow);
    letter-spacing: -.0025em;
    padding-bottom: 0;
    font-family: linotype-didot;
    font-size: 25px;
    line-height: 1.68em;
  }

  .heading-22 {
    font-size: 14px;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 40px;
  }

  .button-primary-15 {
    border-width: 2px;
  }

  .container-63 {
    border-top: 0px solid var(--darkmustyyellow);
  }

  .text-block-33 {
    font-size: 23px;
  }

  .text-block-34 {
    margin-top: 0;
  }

  .text-block-35 {
    font-size: 16px;
  }

  .gallery-image-text-5-copy1 {
    inset: 36% 0% 0%;
  }

  .text-block-27-copy2 {
    font-size: 18px;
  }

  .gallery-image-text-5-copy4 {
    inset: 44% 0% 0%;
  }

  .gallery-scroll-5-copy {
    border-radius: 0;
  }

  .hero-without-image-5 {
    -webkit-text-decoration-color: var(--therightgreen);
    text-decoration-color: var(--therightgreen);
  }

  .container-64 {
    margin-top: 0;
    margin-bottom: 220px;
    position: static;
  }

  .hero-wrapper-two-5 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin: 60px 0 10px;
  }

  .margin-bottom-24px-10 {
    text-transform: capitalize;
    height: 20%;
    margin-bottom: 0;
  }

  .button-primary-16 {
    display: block;
  }

  .uui-page-padding-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .uui-section_heroheader02 {
    background-color: var(--untitled-ui--primary50);
  }

  .uui-heroheader02_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    place-items: center;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-32 {
    background-color: var(--untitled-ui--gray300);
    box-shadow: none;
  }

  .uui-heading-medium-2 {
    font-size: 20px;
  }

  .uui-layout91_list {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: .5fr .5fr;
    place-items: stretch stretch;
    height: 72.1613%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-layout91_item {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-color: var(--therightyellow);
    background-color: var(--therightgreen);
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-flex;
    box-shadow: .5px .5px .5px .5px #d4af3799;
  }

  .bold-text-8 {
    box-shadow: none;
    letter-spacing: .3rem;
    border-bottom-width: 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .text-block-43 {
    margin-bottom: 60px;
  }

  .gallery-image-text-5-copy4-copy {
    inset: 44% 0% 0%;
  }

  .div-block-8 {
    overflow: hidden;
  }

  .italic-text-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .uui-layout91_component-copy {
    margin-top: 220px;
  }

  .bold-text-8-copy {
    -webkit-text-stroke-color: var(--untitled-ui--greywhite);
    margin-bottom: 40px;
    font-size: 1em;
    line-height: 1.5;
  }

  .text-block-44 {
    font-family: Montserrat, sans-serif;
    line-height: 40px;
  }

  .bold-text-8-copy-copy {
    -webkit-text-stroke-color: var(--untitled-ui--greywhite);
    -webkit-text-stroke-color: var(--untitled-ui--greywhite);
    align-items: center;
    margin: 0 auto 40px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.5;
    display: flex;
    position: static;
  }

  .bold-text-8-copy-copy-copy, .bold-text-8-copy-copy, .bold-text-8-copy-copy-copy, .bold-text-8-copy-copy-copy-copy {
    -webkit-text-stroke-color: var(--untitled-ui--greywhite);
    margin-bottom: 40px;
    font-size: 1em;
    line-height: 1.5;
  }

  .section-27 {
    margin-top: 220px;
  }

  .bold-text-13 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-14 {
    color: var(--darkmustyyellow);
  }

  .background-video-7 {
    padding-top: 0;
  }

  .golden-corner-construction {
    background-color: #efecde;
  }

  .heading-25, .heading-scope {
    font-size: clamp(3.5rem, 2.5vw, 4.5rem);
  }

  .rt-team-two-process-block-left-gcc.gcc {
    padding-left: 70px;
    padding-right: 0;
  }

  .team-member-text-2-copy {
    text-align: justify;
    object-fit: contain;
    height: 100%;
    margin-bottom: 0;
    font-family: GFS Didot, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }

  .text-block-25-copy {
    margin-bottom: 20px;
  }

  .gcc-gallery-scroll {
    pointer-events: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gcc-section-grid {
    aspect-ratio: 2;
    pointer-events: none;
    grid-template-columns: 2fr 2fr;
    padding-top: 100px;
    padding-bottom: 40px;
    top: -176px;
    overflow: visible;
  }

  .code-embed-5, .code-embed-5-copy {
    pointer-events: none;
  }

  .gcc-section-grid-2 {
    padding-left: 0;
    padding-right: 0;
    top: -228px;
    bottom: auto;
  }

  .video-5 {
    object-fit: contain;
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }

  .fn-span-color-text-copy {
    color: var(--keoweegreen);
    font-size: 75px;
  }

  .gcc-gallery-scroll-2 {
    padding-left: 0;
    padding-right: 0;
    top: -306px;
    overflow: visible;
  }

  .container-gallery-scroll-2 {
    padding-left: 250px;
    padding-right: 250px;
    top: auto;
    overflow: visible;
  }

  .code-embed-7 {
    pointer-events: none;
    overflow: visible;
  }

  .code-embed-8, .code-embed-9 {
    pointer-events: none;
    padding-left: 0;
    padding-right: 0;
  }

  .gcc-section-grid-copy {
    grid-row-gap: 201px;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .fn-label-jambo-copy {
    background-color: #fff;
  }

  .fn-span-color-text-copy {
    color: #3e5f5f;
  }

  .container-63-copy {
    border-bottom: 10px solid var(--darkmustyyellow);
    height: 100%;
  }

  .project-image-copy.gcc-last-image {
    margin-top: 100px;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .project-image-copy.shadow-two {
    border-top-width: 0;
    border-bottom-width: 0;
    overflow: hidden;
  }

  .gallery-grid-5-copy {
    aspect-ratio: auto;
  }

  .container-67 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-52 {
    color: var(--untitled-ui--gray600);
    font-size: 20px;
  }

  .heading-27 {
    color: #000;
  }

  .column {
    background-color: var(--darkmustyyellow);
  }

  .columns {
    display: flex;
  }

  .text-block-48 {
    display: block;
  }

  .column-2 {
    background-color: var(--untitled-ui--gray600);
  }

  .section-33 {
    background-color: var(--therightgreen);
    border-bottom-width: 0;
    height: 10px;
  }

  .fn-heading-5 {
    align-self: center;
  }

  .fn-paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .fn-section-3 {
    text-align: left;
  }

  .fn-container-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    place-content: stretch;
    justify-items: stretch;
    max-width: none;
  }

  .fn-column-2 {
    text-align: left;
  }

  .fn-features-card {
    box-shadow: 0 2px 9px 8px #0003;
  }

  .fn-paragraph-no-margin-2 {
    font-family: var(--satoshi);
    text-align: left;
    align-self: center;
  }

  .text-block-51 {
    font-size: 20px;
    font-weight: 300;
  }

  .project-image-copy1233.shadow-two {
    opacity: .65;
  }

  .project-image-copy1233.gcc-last-image {
    margin-top: 100px;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .image-37 {
    display: block;
  }

  .bold-text-21 {
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 60px;
  }

  .text-block-52 {
    color: var(--therightyellow);
    text-transform: capitalize;
    margin-top: 60px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
  }

  .rt-category-cards-text-6.rt-margin-top-fifteen {
    color: var(--goldtint);
    text-align: center;
    text-align: center;
  }

  .rt-component-section-7.rt-price-v-three {
    background-color: var(--untitled-ui--white);
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    background-color: var(--untitled-ui--white);
    margin-top: 0;
    padding-top: 60px;
  }

  .rt-price-two-card-wrap {
    border: 3px solid var(--untitled-ui--gray300);
    background-color: var(--lightgrey);
    opacity: 1;
    color: var(--lightgrey);
    mix-blend-mode: normal;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-price-two-card-paragraph {
    color: var(--untitled-ui--primary50);
  }

  .rt-price-two-hero-heading.rt-text-center-2.rt-margin-top-twelve {
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #00220e;
    max-width: none;
    margin-top: 50px;
    line-height: 60px;
  }

  .rt-price-two-hero-paragraph.rt-text-center-2.rt-margin-top-ten.rt-body-font-color-4 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .rt-price-one-feature-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block.rt-price-two-feature-block {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-transform: capitalize;
    align-items: flex-start;
    margin-top: 40px;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-two-hero-wrap {
    border: 0px solid var(--lightgrey);
  }

  .rt-price-two-tab-contain-box {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    border-bottom: 0px solid var(--darkmustyyellow);
    border-radius: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch stretch;
    width: 80%;
    height: 95%;
    margin-top: 60px;
    display: grid;
  }

  .image-38 {
    border: .5px solid var(--goldtint);
    background-color: var(--charcole);
    width: 75%;
    max-width: none;
    height: 30%;
    margin-bottom: 40px;
  }

  .rt-price-two-hero-wrap-copy {
    align-items: center;
  }

  .rt-price-two-card-wrap-copy1 {
    border: 4px solid var(--goldtint);
    background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    box-shadow: 0 40px 80px 0 var(--untitled-ui--gray600);
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-53 {
    color: var(--untitled-ui--white);
    width: 100%;
    height: 100%;
    font-size: 21px;
    display: block;
  }

  .text-block-54, .text-block-55, .text-block-56 {
    color: var(--untitled-ui--white);
    font-size: 21px;
  }

  .text-block-57, .text-block-58, .text-block-59, .text-block-60 {
    color: var(--untitled-ui--white);
    margin-bottom: 10px;
    font-size: 21px;
  }

  .text-block-61 {
    color: var(--lightgrey);
  }

  .rt-category-cards-text-6-copy.rt-margin-top-fifteen {
    color: var(--untitled-ui--white);
    text-align: center;
    text-align: center;
  }

  .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 16px;
  }

  .image-39 {
    filter: brightness(200%);
    vertical-align: top;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .image-40 {
    filter: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 2px 5px #0003;
  }

  .block-quote {
    color: var(--untitled-ui--gray600);
  }

  .image-41 {
    filter: grayscale();
    mix-blend-mode: normal;
  }

  .image-42 {
    filter: grayscale();
  }

  .image-43 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    filter: grayscale();
    color: var(--untitled-ui--gray100);
    -webkit-text-stroke-color: var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
  }

  .fn-features-icon-copy {
    background-color: #0000;
    width: 30px;
    height: 25px;
  }

  .heading-29 {
    color: var(--untitled-ui--gray600);
    text-align: center;
    text-transform: capitalize;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 80px;
    margin-bottom: 30px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .text-block-62 {
    color: var(--darkmustyyellow);
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 27px;
    font-weight: 500;
  }

  .section-35 {
    background-color: var(--keoweehousecream);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .background-video-8 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .background-video-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .container-69 {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .background-video-11 {
    z-index: 10;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .code-embed-10 {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    box-shadow: none;
    object-fit: fill;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-19 {
    position: relative;
    overflow: hidden;
  }

  .div-block-20 {
    background-color: var(--creammmmm);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    position: relative;
  }

  .collection-list-wrapper {
    width: 100%;
    height: 200px;
  }

  .collection-list {
    width: 100%;
    height: 100%;
  }

  .collection-item {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-21, .code-embed-11 {
    width: 100%;
    height: 100%;
  }

  .heading-30 {
    color: var(--therightgreen);
    text-transform: capitalize;
    text-underline-offset: 2px;
    text-underline-position: under;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .image-38-copy {
    border: 4px solid var(--lightgrey);
    background-color: var(--charcole);
    width: 75%;
    max-width: none;
    height: 30%;
    margin-bottom: 40px;
  }

  .section-36 {
    background-color: var(--untitled-ui--gray600);
    margin-top: 60px;
  }

  .div-block-22 {
    border-top-width: 0;
    border-top-color: var(--charcole);
    border-right-width: 0;
    border-right-color: var(--charcole);
    border-left-width: 0;
    border-left-color: var(--charcole);
    margin-left: 0;
  }

  .text-block-63 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .paragraph-53 {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    line-height: 35px;
  }

  .button-14 {
    font-family: var(--satoshi);
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .button-14:hover {
    background-color: var(--charcole);
    color: var(--untitled-ui--white);
  }

  .image-44 {
    margin-top: 60px;
  }

  .section-37 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-grid;
    position: relative;
  }

  .section-24-copy {
    background-color: var(--bespokebackground);
  }

  .text-block-23-copy {
    border-top-width: 0;
    justify-content: center;
  }

  .text-block-24-copy {
    max-width: clamp(320px, 100%, 12000px);
    line-height: 30px;
  }

  .bold-text-22 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .hero-heading-center-copy {
    background-color: var(--goldtint);
  }

  .bold-text-23 {
    font-size: 50px;
    line-height: 2em;
  }

  .uui-section_heroheader02-copy {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    margin-top: 60px;
  }

  .uui-page-padding-3-copy {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    margin-top: 0;
  }

  .uui-container-large-3-copy {
    background-color: var(--untitled-ui--gray300);
    margin-top: 60px;
  }

  .uui-heroheader02_component-copy {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .italic-text-copy1234 {
    font-size: 70px;
  }

  .uui-text-size-xlarge-copy {
    font-size: 1.5rem;
  }

  .div-block-23-copy {
    border-width: 1px;
    border-color: var(--untitled-ui--gray600);
    background-color: var(--therightgreen);
  }

  .image-32-copy12345 {
    background-color: var(--untitled-ui--gray300);
    box-shadow: none;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-transform: capitalize;
    align-items: flex-start;
    margin-top: 40px;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-wrap-copy, .rt-price-one-feature-wrap-copy-copy-qualify {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-53-copy-qualify {
    color: var(--untitled-ui--gray600);
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .fn-features-icon-copy-copy-qualify {
    background-color: #0000;
    width: 30px;
    height: 25px;
  }

  .rt-component-section-8 {
    background-color: var(--bespokebackground);
    background-image: none;
    margin-bottom: -5px;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    text-decoration-thickness: 1px;
  }

  .hero-heading-center-copy3 {
    background-color: var(--bespokebackground);
  }

  .section-24-copy-copy1 {
    background-color: var(--untitled-ui--white);
  }

  .text-block-23-copy-copy1 {
    border-top-width: 0;
    justify-content: center;
  }

  .bold-text-23-copy1 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .bold-text-22-copy1 {
    font-size: 75px;
  }

  .text-block-24-copy-copy1 {
    max-width: clamp(320px, 100%, 12000px);
    line-height: 30px;
  }

  .button-primary-7-copy-copy1 {
    font-size: 16px;
  }

  .rt-price-two-tab-contain-box-copy-q {
    border-bottom-style: solid;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-price-two-card-wrap-copy-q {
    border: 3px solid var(--untitled-ui--gray300);
    background-color: var(--lightgrey);
    opacity: 1;
    color: var(--lightgrey);
    mix-blend-mode: normal;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-price-two-card-wrap-copy-q.glow-card {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-38-copy-copy-q {
    border: 4px solid var(--lightgrey);
    background-color: var(--charcole);
    width: 75%;
    max-width: none;
    height: 30%;
    margin-bottom: 40px;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen {
    color: var(--untitled-ui--white);
    text-align: center;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen-copy-q {
    color: var(--keoweehousecream);
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-transform: capitalize;
    align-items: flex-start;
    margin-top: 40px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-on-qualify {
    text-transform: capitalize;
    padding-right: 0;
    font-size: 20px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-copy-q {
    text-transform: capitalize;
  }

  .fn-features-icon-copy-copy-q {
    background-color: #0000;
    width: 30px;
    height: 25px;
  }

  .text-block-57-copy-q {
    justify-content: center;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 50px;
    display: block;
  }

  .bold-text-24 {
    font-size: 30px;
  }

  .button-primary-7-copy-copy-q {
    font-size: 16px;
  }

  .hero-wrapper-2-copy-copy-q-copy {
    width: 95%;
  }

  .button-primary-7-copy-copy-q-copy {
    font-size: 16px;
  }

  .fn-features-icon-copy-copy-qq {
    background-color: #0000;
    width: 30px;
    height: 25px;
  }

  .hero-cta-button-copy-q {
    width: 80%;
  }

  .hero-cta-button-copy-q:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .div-block-26 {
    position: static;
    top: 21px;
  }

  .heading-31 {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph-54 {
    font-size: 30px;
    line-height: 50px;
  }

  .fn-span-color-text-copy-copy {
    font-size: 75px;
  }

  .fn-section-copy-sn {
    align-items: stretch;
  }

  .rt-team-two-work-process-block-copy-sn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn, .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn {
    max-width: 750px;
    margin-left: 0;
    padding-left: 0;
  }

  .rt-service-process-2-copy-sn {
    padding-left: 100px;
    padding-right: 40px;
  }

  .rt-service-step-info-copy-sn, .rt-service-step-info-copy-snn, .rt-service-step-info-copy-snnn {
    clear: none;
    text-align: left;
    order: 0;
  }

  .fn-section-copy-gc {
    align-items: stretch;
  }

  .rt-team-two-work-process-block-copy-gc {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc, .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc {
    max-width: 750px;
    margin-left: 0;
    padding-left: 0;
  }

  .rt-service-process-2-copy-gc {
    padding-left: 100px;
    padding-right: 40px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 40px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .fn-paragraph-no-margin-2-copy {
    font-family: var(--satoshi);
    text-align: left;
    align-self: center;
  }

  .download-pdf {
    width: 30%;
    position: absolute;
    top: 337px;
    left: 558px;
  }

  .download-pdf:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .nav-wrapper-2-0 {
    max-width: none;
  }

  .main-header-nav-2-0, .main-header-nav-3-0 {
    width: 100vw;
    max-width: none;
  }

  .main-header-nav-3-0-copy {
    width: 100vw;
    max-width: none;
    inset: 0% 0% auto;
  }

  .section-41 {
    height: 150px;
  }

  .text-block-66 {
    font-size: 20px;
  }

  .text-block-67 {
    font-size: 23px;
  }

  .text-block-68 {
    margin-top: 0;
    font-size: 17px;
  }

  .text-block-27-copy2-2 {
    font-size: 18px;
  }

  .text-block-70 {
    font-size: 17px;
  }

  .text-block-72 {
    font-size: 20px;
  }

  .text-block-73 {
    font-size: 23px;
  }

  .text-block-74 {
    margin-top: 0;
  }

  .text-block-75 {
    font-size: 17px;
  }

  .button-19 {
    pointer-events: auto;
    max-width: 35%;
  }

  .master-title-home {
    width: 77%;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    font-size: 140px;
  }

  .list-services-animated {
    max-width: none;
  }

  .big-text-service-animated {
    font-size: 65px;
  }

  .text-block-73-copy {
    font-size: 23px;
  }

  .section-51-process-explained.dark {
    background-image: linear-gradient(180deg, var(--keoweehousecream) 48%, var(--bespokebackground));
    background-image: linear-gradient(180deg, var(--keoweehousecream) 48%, var(--bespokebackground));
  }

  .heading-39 {
    font-size: 68px;
  }

  .button-primary-7-copy {
    font-size: 12px;
    line-height: 22px;
  }

  .button-21-copy {
    width: 25%;
  }

  .text-block-109 {
    background-color: #f3f3f3;
  }

  .text-block-110, .text-block-112, .text-block-114 {
    font-size: 20px;
  }

  .no-margins-10 {
    color: var(--goldtint);
    font-size: 40px;
  }

  .heading-10-copy {
    font-family: var(--satoshi);
    text-transform: uppercase;
    order: 0;
    font-size: 20px;
  }

  .margin-bottom_none.padding-top_xxlarge {
    margin-top: 56px;
  }

  .grid_1-col.tablet-1-col.gap-xsmall.text-align_center {
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    grid-template-columns: minmax(0, 1.25fr);
    justify-content: stretch;
    max-width: 1800px;
    padding-top: 0;
  }

  .gallery-image-wrapper-7 {
    overflow: hidden;
  }

  .gallery-scroll-7 {
    border-top-width: 0;
    padding: 60px;
  }

  .gallery-wrapper-11 {
    grid-row-gap: 60px;
    width: 100%;
    height: 49.6%;
    overflow: hidden;
  }

  .rt-component-section-10 {
    background-color: #fff;
    background-image: none;
    margin-bottom: -5px;
  }

  .team-member-image-two-4 {
    margin-left: 0;
    padding-right: 0;
  }

  .grid-team-thirds-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .heading_h1-5.text-color_on-accent-primary.textsizesmall.allcaps.whitetext.letterspacing {
    font-size: 3.2rem;
  }

  .eyebrow-18.letterspacing.text-color_on-accent-primary.wedontmarkterbrands {
    font-size: 2rem;
  }

  .subheading-23.text-color_on-accent-primary.text-align_center.size100.whitetext.padding-top_xsmall {
    font-size: 1.5rem;
  }

  .section-75.is-accent-secondary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    padding-top: 14.4rem;
    display: grid;
    position: relative;
    top: 0;
  }

  .container-97 {
    align-self: flex-start;
    margin-top: 39px;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    margin-top: 0;
  }

  .team-member-image-two-5 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
  }

  .no-margins-15.padding_small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    vertical-align: middle;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    vertical-align: middle;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    width: auto;
    display: inline-block;
  }

  .uui-form_input-5 {
    color: #c5b16b;
  }

  .uui-form_input-5::placeholder {
    color: #c5b16b;
    -webkit-text-stroke-color: #c5b16b;
  }

  .gallery-image-text-5-copy5 {
    inset: 44% 0% 0%;
  }

  .image-50 {
    max-width: 80%;
    top: -80px;
    left: 1227px;
  }

  .section-75-5.is-accent-secondary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    padding-top: 14.4rem;
    display: grid;
    position: relative;
    top: 0;
  }

  .section-75-5.is-accent-secondary.greybackground {
    letter-spacing: .18em;
    letter-spacing: .18em;
  }

  .bbs-results-section.is-accent-secondary, .section-76-5-copy.is-accent-secondary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    padding-top: 14.4rem;
    display: grid;
    position: relative;
    top: 0;
  }

  .text-wrap {
    max-width: 920px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .text-block-132.eyebrow-line {
    max-width: 42ch;
  }

  .hero-line {
    font-size: 72px;
    line-height: 1.12em;
  }

  .paragraph-86 {
    max-width: 820px;
    font-size: 19px;
    line-height: 1.65em;
  }

  .heading-59 {
    color: #111;
    line-height: 1.25em;
  }

  .text-block-137 {
    font-family: var(--satoshi);
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    border: 1px #000;
    display: block;
    overflow: visible;
  }

  .nav-wrapper {
    align-self: stretch;
    align-items: center;
    max-width: none;
    margin-top: 40px;
    top: 29px;
  }

  .logo-link.w--current {
    position: static;
    inset: 0% 0% auto;
  }

  .hero-container {
    min-height: 0;
    max-height: none;
    overflow: clip;
  }

  .hero-cta-button {
    z-index: auto;
    box-sizing: border-box;
    clear: none;
    border-width: 3px;
    border-color: var(--goldtint);
    text-align: center;
    letter-spacing: 3.5px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    position: static;
  }

  .hero-cta-button:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .clients-wrapper-three {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .testimonial-column-light {
    border-top-width: 0;
    border-bottom-width: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-grid-two {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: end space-between;
    place-items: stretch center;
    width: 65%;
    height: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .testimonial-card-two {
    border-width: 4px;
  }

  .testimonial-text-two {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph-46 {
    justify-content: center;
    align-items: stretch;
    max-width: 85%;
    margin-right: auto;
    font-size: 30px;
    display: block;
    position: relative;
  }

  .heading-10 {
    font-size: 16px;
  }

  .container-50 {
    margin-bottom: 0;
  }

  .hero-wrapper-2 {
    margin-top: 0;
    margin-bottom: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading-2 {
    border-top-width: 1px;
    font-size: 16px;
  }

  .team-member-name-two-2 {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .team-member-text-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .centered-heading-3 {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .margin-bottom-24px-4 {
    border-top-width: 1px;
    border-top-color: var(--goldtint);
    width: 100%;
    margin-bottom: 40px;
    padding-top: 200px;
    font-size: 85px;
  }

  .button-primary-7 {
    font-size: 16px;
  }

  .body-5 {
    background-color: var(--untitled-ui--primary50);
  }

  .inquire-now-bar {
    z-index: 101;
    width: 2.09922vw;
    padding-left: 35px;
    padding-right: 10px;
    line-height: 35px;
  }

  .main-header-nav {
    width: 100%;
    height: 100px;
  }

  .nav-right {
    font-size: 20px;
  }

  .logo-left {
    aspect-ratio: auto;
    object-fit: contain;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 800px;
    padding-left: 0;
    font-size: clamp(12px, 6vw, 15px);
    display: flex;
    position: absolute;
    top: -71px;
    left: 72px;
  }

  .logo-img {
    aspect-ratio: 2;
    vertical-align: bottom;
    width: 12vw;
    height: 270px;
    inset: -56% auto auto 0%;
  }

  .nav-link-11.w--current {
    color: var(--therightyellow);
  }

  .hero-wrapper-two {
    margin-top: 60px;
  }

  .margin-bottom-24px-6 {
    max-width: 75%;
    font-size: 30px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .gallery-scroll-2 {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footerbottom1920 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
  }

  .gallery-wrapper-2 {
    height: 100%;
  }

  .project-image.gcc-last-image {
    position: relative;
    top: 78px;
    right: auto;
  }

  .project-image.shadow-two {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .project-heading {
    font-size: 80px;
    left: -212px;
  }

  .hero-wrapper-two-2 {
    border-top-width: .5px;
    width: auto;
    max-width: none;
    height: 100%;
    margin: 40px 60px 140px;
  }

  .margin-bottom-24px-7 {
    justify-content: center;
    align-items: center;
    width: 70%;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 100px;
    font-size: 30px;
    line-height: 1.68em;
    display: flex;
  }

  .button-primary-9 {
    font-size: 16px;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .footer-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 25px;
    line-height: 25px;
  }

  .footer-title {
    font-size: 25px;
  }

  .footer-link-two {
    line-height: 50px;
  }

  .image-27 {
    max-width: none;
  }

  .video-background-section, .video-wrapper-3 {
    overflow: clip;
  }

  .video-embed {
    opacity: .55;
    overflow: clip;
  }

  .the-team-home {
    font-size: 20px;
  }

  .project-link {
    height: auto;
    overflow: hidden;
  }

  .body-6 {
    background-color: #071915;
  }

  .fn-container-grid.keowee-head {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .fn-heading-jambo {
    font-size: 90px;
  }

  .fn-label-jambo, .fn-span-color-text {
    font-size: 20px;
  }

  .fn-section {
    margin-left: 60px;
    margin-right: 40px;
  }

  .rt-category-cards-text-2 {
    font-size: 25px;
  }

  .keoweehouse.keowee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .rt-body-font-color {
    font-size: 16px;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    font-size: 50px;
  }

  .rt-team-two-work-process-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
  }

  .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn, .rt-team-two-process-block-left.keowee, .rt-team-two-process-block-left.keowee-copy-sn {
    justify-content: space-between;
    max-width: 900px;
    margin-left: 0;
  }

  .rt-service-process-2 {
    margin-left: 140px;
    padding-right: 0;
  }

  .text-block-22 {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .rt-component-container-3.rt-full-container {
    max-width: none;
  }

  .rt-portfolio-two-row {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-video-button {
    left: -75px;
  }

  .rt-home-one-video-line {
    background-color: #585858;
    margin-left: 77px;
  }

  .image-30 {
    width: 450px;
    top: -443px;
    left: 1024px;
    right: 6px;
  }

  .features-table-2 {
    padding-bottom: 140px;
  }

  .grid {
    margin-bottom: 100px;
    font-size: 18px;
  }

  .paragraph-48 {
    border-right-width: 0;
    font-size: 18px;
  }

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

  .grid-2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-49 {
    border-left: .5px solid var(--darkmustyyellow);
    border-right-width: .5px;
    font-size: 18px;
  }

  .heading-20, .heading-21, .paragraph-50 {
    font-size: 18px;
  }

  .fn-heading-4 {
    color: #203f44;
  }

  .fn-button-dark.shred-button-neon {
    color: #000;
    -webkit-text-stroke-color: var(--gcc-brand);
    -webkit-text-stroke-color: var(--gcc-brand);
    font-family: Cinzel, sans-serif;
  }

  .navbar-no-shadow-2 {
    width: 100%;
  }

  .navbar-no-shadow-container-2 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0%;
  }

  .container-regular-2 {
    max-width: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }

  .nav-menu-3 {
    margin-right: 0;
  }

  .nav-link-15, .nav-link-15.w--current {
    font-size: 20px;
  }

  .button-primary-12 {
    padding: 15px 40px;
    font-size: 20px;
  }

  .rt-portfolio-details-link {
    border-radius: 6px;
  }

  .rt-contact-one {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .bold-text-3 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 70px;
  }

  .text-block-23 {
    border-top-width: 1px;
    width: 60%;
    padding-top: 100px;
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-24 {
    width: auto;
    max-width: 75%;
    font-size: 30px;
  }

  .text-block-25 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .hero-wrapper-two-3 {
    border-bottom: .75px solid var(--darkmustyyellow);
    margin-bottom: 90px;
  }

  .margin-bottom-24px-8 {
    border-bottom-width: 0;
    max-width: 60%;
    margin-top: 40px;
    padding-bottom: 140px;
    font-size: 30px;
    line-height: 1.68em;
  }

  .heading-22 {
    font-size: 16px;
  }

  .section-26 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .text-block-26, .text-block-27 {
    font-size: 28px;
  }

  .text-block-28 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
  }

  .text-block-29-right {
    font-size: 28px;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 60px;
    font-size: 80px;
    font-weight: 500;
  }

  .button-primary-15 {
    border-width: 3px;
    font-weight: 500;
  }

  .container-63 {
    border-top: 0px solid var(--darkmustyyellow);
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-grid-5 {
    margin-right: 0;
  }

  .text-block-33 {
    font-size: 30px;
  }

  .text-block-34 {
    white-space: normal;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .text-block-35 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .bold-text-4 {
    font-family: linotype-didot;
  }

  .text-block-27-copy2 {
    font-size: 20px;
  }

  .bold-text-6 {
    font-family: Montserrat, sans-serif;
  }

  .gallery-scroll-5-copy {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-without-image-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-10 {
    font-size: 30px;
  }

  .uui-container-large-3 {
    max-width: none;
  }

  .uui-page-padding-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    height: 100%;
    padding-left: 4rem;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 45px;
  }

  .uui-text-size-xlarge {
    justify-content: flex-start;
    font-size: 40px;
    line-height: 60px;
    display: block;
  }

  .uui-section_heroheader02 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  }

  .uui-heroheader02_component {
    place-items: center;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    width: 100%;
    height: 100%;
  }

  .italic-text {
    width: 100%;
    height: 100.261%;
    font-size: 4.5rem;
    display: inline-flex;
  }

  .uui-text-align-center {
    border-bottom-width: 1px;
  }

  .uui-heading-medium-2 {
    font-size: 20px;
  }

  .uui-layout91_item {
    background-image: none;
    width: 100%;
  }

  .bold-text-8 {
    box-shadow: none;
    line-height: 45px;
  }

  .button-13 {
    width: 70%;
  }

  .bold-text-11 {
    font-family: linotype-didot;
  }

  .body-8 {
    background-color: var(--bespokebackground);
  }

  .body-10, .body-11 {
    overflow: visible;
  }

  .div-block-8 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .uui-layout91_component-copy {
    justify-content: center;
    align-items: center;
  }

  .text-block-44 {
    justify-content: space-around;
    align-items: stretch;
    font-family: Montserrat, sans-serif;
    display: block;
    position: relative;
  }

  .bold-text-8-copy-copy {
    top: auto;
  }

  .rt-contact-one-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .italic-text-3 {
    font-size: 25px;
  }

  .background-video-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .background-video-7 {
    border-top: 30px solid var(--keoweehousecream);
    border-bottom: 30px solid var(--keoweehousecream);
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .video-background-section-3, .grid-section-layout {
    overflow: clip;
  }

  .golden-corner-construction {
    display: flex;
  }

  .image-wrapper-3 {
    overflow: clip;
  }

  .rt-component-container-gcc {
    margin-top: 0;
  }

  .text-block-gcc {
    font-size: clamp(1.5rem, 1.5vw, 1.125rem);
    line-height: 1.6;
  }

  .team-member-text-2-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-25-copy {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .gcc-gallery-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .gcc-section-grid {
    top: auto;
  }

  .code-embed-5 {
    overflow-clip-margin: content-box;
    margin-left: 0;
    overflow: clip;
  }

  .code-embed-5-copy {
    overflow-clip-margin: content-box;
    overflow: clip;
  }

  .gcc-section-grid-2 {
    top: -42px;
  }

  .fn-span-color-text-copy {
    font-size: 80px;
  }

  .gcc-gallery-scroll-2 {
    padding-left: 0;
    padding-right: 0;
    top: -260px;
  }

  .container-gallery-scroll-2 {
    padding: 25px 300px;
  }

  .code-embed-7, .code-embed-8 {
    overflow-clip-margin: content-box;
    margin-left: 0;
    overflow: clip;
  }

  .code-embed-9 {
    overflow-clip-margin: content-box;
    overflow: clip;
  }

  .gcc-section-grid-copy {
    grid-row-gap: 286px;
    grid-template-rows: 738px 583px;
  }

  .bold-text-18 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .container-63-copy {
    border-bottom: 20px solid var(--darkmustyyellow);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
  }

  .project-image-copy.gcc-last-image {
    position: relative;
    top: 78px;
    right: auto;
  }

  .project-image-copy.shadow-two {
    border-top-width: 0;
    border-bottom-width: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .section-32 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-20 {
    font-size: 16px;
  }

  .gallery-image-5-copy2.shadow-two {
    opacity: 1;
    mix-blend-mode: multiply;
    opacity: 1;
    mix-blend-mode: multiply;
    box-shadow: 0 4px 24px #96a3b514;
  }

  .gallery-grid-5-copy {
    margin-top: 0;
    margin-right: 0;
  }

  .container-67 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .fn-heading-5 {
    font-size: 70px;
  }

  .fn-heading-6 {
    font-size: 60px;
  }

  .fn-paragraph-2 {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .fn-section-3 {
    text-align: center;
    position: relative;
  }

  .fn-container-grid-2 {
    place-items: stretch center;
    max-width: none;
    max-height: none;
  }

  .fn-features-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .fn-features-icon {
    width: 30px;
    height: 30px;
  }

  .fn-paragraph-no-margin-2 {
    font-size: 25px;
  }

  .project-image-copy1233.shadow-two {
    border-top-width: 1px;
    position: relative;
    top: 78px;
    right: auto;
  }

  .project-image-copy1233.gcc-last-image {
    position: relative;
    top: 78px;
    right: auto;
  }

  .image-37 {
    opacity: 1;
    mix-blend-mode: multiply;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .rt-category-cards-text-6.rt-margin-top-fifteen {
    font-size: 25px;
  }

  .rt-component-section-7.rt-price-v-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-price-two-hero-heading.rt-text-center-2.rt-margin-top-twelve {
    font-size: 80px;
  }

  .rt-price-two-hero-paragraph.rt-text-center-2.rt-margin-top-ten.rt-body-font-color-4 {
    margin-top: 20px;
    font-size: 25px;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block, .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block.rt-price-two-feature-block, .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify {
    font-size: 25px;
  }

  .rt-price-two-hero-wrap {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .rt-price-two-tab-contain-box {
    padding-bottom: 140px;
    padding-right: 100px;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .rt-category-cards-text-6-copy.rt-margin-top-fifteen, .rt-category-cards-text-6-copy.rt-margin-top-fifteen {
    font-size: 25px;
  }

  .heading-29 {
    font-size: 70px;
    line-height: 60px;
  }

  .text-block-62 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 35px;
  }

  .section-35 {
    justify-content: space-around;
    width: 100%;
    height: 100%;
  }

  .code-embed-10 {
    aspect-ratio: auto;
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  }

  .heading-30 {
    margin-bottom: 100px;
  }

  .image-38-copy {
    margin-top: 20px;
  }

  .div-block-22 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .text-block-63 {
    letter-spacing: 4.5px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 45px;
  }

  .paragraph-53 {
    font-size: 30px;
    line-height: 40px;
  }

  .button-14 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .section-24-copy {
    margin-top: 300px;
    font-size: 75px;
  }

  .text-block-23-copy {
    border-top-width: 0;
    font-size: 20px;
  }

  .centered-heading-3-copy {
    font-size: 70px;
  }

  .text-block-24-copy {
    width: 100%;
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-22 {
    font-size: 89px;
  }

  .bold-text-23 {
    justify-content: center;
    font-size: 60px;
  }

  .italic-text-13 {
    font-size: 30px;
  }

  .hero-wrapper-2-copy {
    margin-bottom: 60px;
  }

  .margin-bottom-24px-4-copy {
    font-size: 60px;
  }

  .button-primary-7-copy {
    border-width: 5px;
    border-color: #000;
    font-size: 18px;
    line-height: 35px;
  }

  .uui-section_heroheader02-copy {
    flex: 1;
  }

  .uui-page-padding-3-copy {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .uui-container-large-3-copy {
    max-width: 1700px;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-padding-vertical-xhuge-2-copy {
    width: 100%;
    height: 100%;
  }

  .italic-text-copy1234 {
    justify-content: flex-end;
    width: 100%;
    height: 100.261%;
    font-size: 6rem;
    font-style: italic;
  }

  .uui-text-size-xlarge-copy {
    justify-content: flex-start;
    font-size: 2rem;
    display: block;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify, .text-block-53-copy-qualify {
    font-size: 25px;
  }

  .rt-category-cards-text-7 {
    font-size: 30px;
  }

  .rt-component-container-8 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .rt-component-section-8 {
    margin-bottom: -5px;
    padding-bottom: 240px;
  }

  .rt-body-font-color-5 {
    font-size: 25px;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    font-size: 50px;
  }

  .rt-team-two-work-process-block-2 {
    width: 100%;
  }

  .rt-service-step-number-block-3 {
    width: 20%;
  }

  .rt-service-process-3 {
    place-items: stretch stretch;
  }

  .fn-heading-7 {
    font-size: 60px;
  }

  .fn-paragraph-3 {
    font-size: 20px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex: 1;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    max-width: none;
    padding-left: 15px;
  }

  .fn-label-small {
    font-size: 18px;
  }

  .fn-paragraph-no-margin-3 {
    font-size: 20px;
  }

  .fn-field {
    border-top-width: 2px;
    max-width: none;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .fn-field-message {
    border-top-width: 2px;
    font-size: 22px;
  }

  .fn-form-wrapper {
    font-size: 18px;
  }

  .form-label {
    font-size: 22px;
  }

  .section-24-copy-copy1 {
    background-color: var(--untitled-ui--white);
    font-size: 75px;
  }

  .text-block-23-copy-copy1 {
    border-top-width: 0;
    font-size: 20px;
  }

  .bold-text-23-copy1 {
    justify-content: center;
    font-size: 30px;
  }

  .hero-heading-center-copy-copy1 {
    padding-bottom: 60px;
  }

  .centered-heading-3-copy-copy1 {
    font-size: 70px;
  }

  .bold-text-22-copy1 {
    font-size: 89px;
  }

  .text-block-24-copy-copy1 {
    width: 100%;
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }

  .italic-text-13-copy, .italic-text-13-copy-copy1 {
    font-size: 30px;
  }

  .hero-wrapper-2-copy-copy1 {
    margin-bottom: 60px;
  }

  .margin-bottom-24px-4-copy-copy1 {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .button-primary-7-copy-copy1 {
    border-width: 5px;
    border-color: #000;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-price-two-tab-contain-box-copy-q {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-flow: row;
    align-content: stretch;
    place-items: stretch center;
    width: 85%;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .rt-price-two-card-wrap-copy-q.glow-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-38-copy-copy-q {
    margin-top: 20px;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen {
    font-size: 25px;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen-copy-q {
    color: var(--keoweehousecream);
    font-size: 25px;
  }

  .rt-price-two-card-line-copy-q {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-on-qualify {
    font-size: 25px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-on-qualify {
    font-size: 25px;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-copy-q {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-57-copy-q {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px 100px;
    font-size: 35px;
    line-height: 70px;
  }

  .bold-text-24 {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .bold-text-25 {
    font-size: 35px;
    font-weight: 600;
  }

  .section-38 {
    height: 100%;
    padding-bottom: 100px;
  }

  .rt-price-one-feature-wrap-copy-q {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
  }

  .hero-wrapper-2-copy-copy-q {
    margin-bottom: 60px;
  }

  .margin-bottom-24px-4-copy-copy-q {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .button-primary-7-copy-copy-q {
    border-width: 5px;
    border-color: #000;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-wrapper-2-copy-copy-q-copy {
    margin-bottom: 60px;
  }

  .button-primary-7-copy-copy-q-copy {
    border-width: 5px;
    border-color: #000;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-cta-button-copy-q {
    z-index: auto;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-cta-button-copy-q:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .checkbox-label, .checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5 {
    font-size: 22px;
  }

  .link-block-2 {
    overflow: hidden;
  }

  .div-block-27 {
    justify-content: center;
    overflow: hidden;
  }

  .text-block-64 {
    color: var(--untitled-ui--white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    text-decoration: none;
    display: flex;
    position: relative;
    top: auto;
  }

  .gallery-overview-2 {
    border-bottom-width: 0;
  }

  .gallery-grid-7 {
    overflow: hidden;
  }

  .gallery-slider-2 {
    border-top-width: 40px;
  }

  .gallery-wrapper-10 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-31 {
    letter-spacing: 5px;
    margin-bottom: 60px;
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-54 {
    font-size: 45px;
    line-height: 80px;
  }

  .fn-span-color-text-copy-copy {
    text-align: left;
    font-size: 95px;
  }

  .body-11-copy-sn {
    overflow: visible;
  }

  .fn-section-copy-sn {
    margin-left: 60px;
    margin-right: 40px;
  }

  .gallery-overview-2-copy-sn {
    border-bottom-width: 0;
  }

  .rt-team-two-work-process-block-copy-sn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
  }

  .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn, .rt-team-two-process-block-left-copy-sn.keowee, .rt-team-two-process-block-left-copy-sn.keowee-copy-sn {
    justify-content: space-between;
    max-width: 900px;
    margin-left: 0;
  }

  .rt-service-process-2-copy-sn {
    margin-left: 140px;
    padding-right: 0;
  }

  .rt-category-cards-text-2-copy-sn {
    font-size: 25px;
  }

  .rt-body-font-color-copy-sn {
    font-size: 16px;
  }

  .rt-category-cards-text-2-copy, .rt-category-cards-text-2-copy-copy-sn {
    font-size: 25px;
  }

  .body-11-copy-gc {
    overflow: visible;
  }

  .fn-section-copy-gc {
    max-width: 90%;
    margin-left: 60px;
    margin-right: 40px;
  }

  .gallery-overview-2-copy-gc {
    border-bottom-width: 0;
  }

  .rt-team-two-work-process-block-copy-gc {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
  }

  .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc, .rt-team-two-process-block-left-copy-gc.keowee, .rt-team-two-process-block-left-copy-gc.keowee-copy-sn, .rt-team-two-process-block-left-copy-gc.keowee-copy-gc {
    justify-content: space-between;
    max-width: 900px;
    margin-left: 0;
  }

  .rt-service-process-2-copy-gc {
    margin-left: 140px;
    padding-right: 0;
  }

  .fn-span-color-text-copy-copy-copy-gc {
    font-size: 70px;
  }

  .container-73 {
    max-width: 1200px;
  }

  .centered-heading-8 {
    font-size: 50px;
  }

  .centered-subheading-7 {
    max-width: none;
  }

  .team-member-position {
    font-size: 16px;
  }

  .italic-text-14 {
    font-size: 20px;
    line-height: 25px;
  }

  .italic-text-15, .italic-text-16 {
    font-size: 16px;
  }

  .paragraph-55, .paragraph-56, .paragraph-57 {
    font-size: 18px;
  }

  .rt-testimonials-three-main {
    grid-auto-columns: 1fr;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .fn-paragraph-no-margin-2-copy {
    font-size: 25px;
  }

  .download-pdf {
    z-index: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    top: 455px;
    left: 694px;
  }

  .download-pdf:hover {
    border-color: var(--untitled-ui--white);
    color: var(--goldtint);
  }

  .footer-link-two-copy {
    line-height: 50px;
  }

  .footer-title-number {
    font-size: 25px;
  }

  .nav-wrapper-2-0 {
    align-self: stretch;
    align-items: center;
    max-width: none;
  }

  .main-header-nav-2-0, .main-header-nav-3-0, .main-header-nav-3-0-copy {
    width: 100%;
    height: 100px;
  }

  .section-41 {
    height: 200px;
  }

  .grid-2-desktop {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section-42 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .text-block-65 {
    font-size: 28px;
  }

  .text-block-66 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .text-block-67 {
    font-size: 30px;
  }

  .text-block-68 {
    white-space: normal;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .section-43 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .text-block-69 {
    font-size: 28px;
  }

  .text-block-27-copy2-2 {
    font-size: 20px;
  }

  .bold-text-43 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .text-block-29-right-2 {
    font-size: 28px;
  }

  .text-block-70 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: italic;
  }

  .section-44 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .text-block-71 {
    font-size: 28px;
  }

  .text-block-72 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .text-block-73 {
    font-size: 30px;
  }

  .text-block-74 {
    white-space: normal;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .section-45 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .bold-text-44 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .text-block-29-right-3 {
    font-size: 28px;
  }

  .text-block-75 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: italic;
  }

  .logo-left-mobile {
    aspect-ratio: auto;
    object-fit: contain;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 800px;
    padding-left: 0;
    font-size: clamp(12px, 6vw, 15px);
    display: none;
    position: absolute;
    top: -71px;
    left: -2px;
  }

  .button-19 {
    max-width: 40%;
  }

  .section-46 {
    color: #c5b16b;
  }

  .master-title-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 81%;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    font-size: 146px;
  }

  .image-logo {
    mix-blend-mode: normal;
  }

  .section-48 {
    color: #c5b16b;
  }

  .big-text {
    font-family: var(--linotype);
  }

  .list-services-animated {
    max-width: 60%;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: baseline;
  }

  .flex-heading-left.mg-bottom-100 {
    text-align: center;
    text-align: center;
    align-self: auto;
  }

  .big-text-service-animated {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .no-margins {
    text-align: left;
    font-style: normal;
    font-weight: 700;
  }

  .section-49 {
    color: #c5b16b;
  }

  .text-block-76 {
    font-family: var(--satoshi);
    color: #c5b16b;
  }

  .overlay-image-general {
    background-color: #1a1a1a;
  }

  .text-testimonial {
    color: #c5b16b;
  }

  .text-block-77 {
    font-family: var(--linotype);
  }

  .text-subname, .section-50 {
    color: #c5b16b;
  }

  .section-50.dark {
    background-color: #0b1a13;
  }

  .section-50.dark.greybg {
    margin-top: 76px;
    padding-top: 86px;
  }

  .section-51 {
    color: #c5b16b;
  }

  .section-51.dark {
    background-color: #0b1a13;
    background-image: none;
    margin-top: 0;
    padding-top: 0;
  }

  .body-big {
    text-align: center;
  }

  .text-number-process-one {
    color: var(--therightgreen);
  }

  .main-container-6 {
    background-image: linear-gradient(180deg, var(--keoweehousecream), var(--bespokebackground) 100%, white);
  }

  .bottom-process-one {
    text-align: center;
  }

  .no-margins-3 {
    font-family: var(--linotype);
    text-align: center;
    justify-content: center;
    align-self: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 25px;
    display: block;
  }

  .section-52, .text-subname-2 {
    color: #c5b16b;
  }

  .h2-contact {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .text-block-73-copy {
    font-size: 30px;
  }

  .section-53 {
    color: #c5b16b;
  }

  .grid-pricing-thirds {
    max-width: 1920px;
  }

  .text-style-h3, .text-block-84, .text-block-85, .text-block-86 {
    color: var(--bespokebackground);
  }

  .section-54, .section-55 {
    color: #c5b16b;
  }

  .section-55.dark {
    background-color: #0b1a13;
  }

  .section-56, .section-57, .section-58 {
    color: #c5b16b;
  }

  .section-58.dark {
    background-color: #0b1a13;
    font-size: 14px;
  }

  .section-59 {
    color: #c5b16b;
  }

  .section-59.dark {
    background-color: #0b1a13;
  }

  .text-number-process-one-2 {
    color: #f4f1ec;
  }

  .section-51-process-explained {
    color: #c5b16b;
  }

  .section-51-process-explained.dark {
    background-color: var(--keoweehousecream);
    background-image: linear-gradient(0deg, var(--bespokebackground), var(--keoweehousecream));
    background-color: var(--keoweehousecream);
    background-image: linear-gradient(0deg, var(--bespokebackground), var(--keoweehousecream));
    margin-top: 83px;
    padding-top: 0;
  }

  .heading-38 {
    font-size: 100px;
  }

  .section-61 {
    color: #c5b16b;
  }

  .heading-39 {
    font-size: 76px;
  }

  .button-primary-7-copy {
    height: 75px;
    font-size: 16px;
  }

  .button-primary-7-copy-copy {
    border-width: 5px;
    border-color: #000;
    font-size: 18px;
    line-height: 35px;
  }

  .button-21-copy {
    width: 20%;
    font-size: 20px;
  }

  .paragraph-65 {
    text-align: left;
  }

  .text-block-110, .text-block-112, .text-block-114 {
    color: var(--accent-color-2025);
  }

  .heading-10-copy {
    font-size: 16px;
  }

  .section-55-copy {
    color: #c5b16b;
  }

  .section-55-copy.dark {
    background-color: #0b1a13;
  }

  .margin-bottom_none.padding-top_xxlarge {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid_1-col.tablet-1-col.gap-xsmall.text-align_center {
    place-content: stretch center;
    max-width: 2560px;
    padding-top: 70px;
    position: relative;
    top: 20px;
  }

  .grid_2-col.height_100percent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .card-8.card_body.backdrop-filter_blur {
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    justify-content: flex-start;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .grid_3-col.gap-medium.mobile-l-1-col {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .flex_horizontal.is-space-between.tablet-vertical.tablet-x-center.gap-small {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: row;
    justify-content: space-between;
  }

  .link-block-11 {
    overflow: hidden;
  }

  .gallery-scroll-7 {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .gallery-wrapper-11 {
    height: 100%;
  }

  .rt-service-step-number-block-4 {
    width: 20%;
  }

  .rt-category-cards-text-9 {
    font-size: 30px;
  }

  .rt-component-section-10 {
    margin-bottom: -5px;
    padding-bottom: 240px;
  }

  .rt-team-two-work-process-block-3 {
    width: 100%;
  }

  .rt-component-container-9 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .rt-body-font-color-6 {
    font-size: 25px;
  }

  .fn-paragraph-4 {
    font-size: 20px;
  }

  .fn-field-message-2 {
    border-top-width: 2px;
    font-size: 22px;
  }

  .fn-label-small-2 {
    font-size: 18px;
  }

  .fn-heading-8 {
    font-size: 60px;
  }

  .fn-field-2 {
    border-top-width: 2px;
    max-width: none;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .checkbox-label-6 {
    font-size: 22px;
  }

  .fn-paragraph-no-margin-4 {
    font-size: 20px;
  }

  .form-label-2 {
    font-size: 22px;
  }

  .section-70 {
    color: #c5b16b;
  }

  .button-30.on-accent-primary, .button-30.on-accent-primary-copy {
    margin-bottom: 74px;
    padding-bottom: 1em;
  }

  .button-30.on-accent-primary, .button-30.on-accent-primary-copy {
    margin-bottom: 74px;
    padding-bottom: 1em;
  }

  .button-30.whitebackgroundbutton.background_inverse {
    border: 3px solid var(--keoweehousecream);
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    color: var(--goldtint);
    border: 3px solid var(--keoweehousecream);
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    border-radius: 0;
  }

  .heading_h1-5.text-color_on-accent-primary.textsizesmall.allcaps.whitetext.letterspacing {
    color: var(--creammmmm);
    font-size: 4rem;
  }

  .eyebrow-18.letterspacing.text-color_on-accent-primary.wedontmarkterbrands {
    opacity: .75;
    color: var(--goldtint);
    letter-spacing: .7rem;
    opacity: .75;
    letter-spacing: .7rem;
    opacity: .75;
    letter-spacing: .7rem;
    opacity: .75;
    letter-spacing: .7rem;
    font-family: avenir;
    font-size: 3rem;
    font-weight: 700;
  }

  .subheading-23.text-color_on-accent-primary.text-align_center.size100.whitetext.padding-top_xsmall {
    color: var(--keoweehousecream);
  }

  .section-75.is-accent-secondary {
    top: auto;
  }

  .text-block-122.padding_large.goldtext {
    flex: 1;
    align-self: center;
    margin-top: 209px;
    padding-top: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 30px;
  }

  .container-97 {
    align-self: flex-start;
    margin-top: 123px;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    margin-top: 0;
    font-family: Prata, sans-serif;
  }

  .heading_h2-8 {
    color: var(--bespokebackground);
  }

  .heading_h5-2 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .subheading-25.goldtext {
    font-family: var(--linotype);
    font-family: var(--linotype);
  }

  .heading_h2-9 {
    text-transform: capitalize;
    font-family: Prata, sans-serif;
  }

  .section-81 {
    color: #c5b16b;
  }

  .image_cover-8.overlaygrey {
    filter: none;
    mix-blend-mode: normal;
    mix-blend-mode: normal;
  }

  .card_body-3 {
    align-items: center;
  }

  .no-margins-15.padding_small {
    max-width: none;
  }

  .subheading-27 {
    font-family: Prata, sans-serif;
    font-size: 1.4rem;
  }

  .section-94 {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .eyebrow-24 {
    color: var(--bespokebackground);
  }

  .image-50 {
    padding-right: 40px;
    top: -72px;
    left: 841px;
    overflow: hidden;
  }

  .video-background-section-4 {
    height: 100vh;
  }

  .div-block-31 {
    flex: 0 auto;
    align-self: auto;
  }

  .section-75-5.is-accent-secondary.greybackground {
    aspect-ratio: auto;
    background-image: linear-gradient(to bottom, var(--untitled-ui--gray600), var(--untitled-ui--gray600)), url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/69386cb69a6450cc9653d317_Symbolic.jpg");
    aspect-ratio: auto;
    background-size: auto, cover;
    background-image: linear-gradient(to bottom, var(--untitled-ui--gray600), var(--untitled-ui--gray600)), url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/69386cb69a6450cc9653d317_Symbolic.jpg");
    aspect-ratio: auto;
    background-size: auto, cover;
    background-image: linear-gradient(to bottom, var(--untitled-ui--gray600), var(--untitled-ui--gray600)), url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/69386cb69a6450cc9653d317_Symbolic.jpg");
    background-size: auto, cover;
    width: auto;
    overflow: clip;
  }

  .list, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 20px;
  }

  .section-26-copy {
    margin-bottom: 350px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1080px;
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden;
  }

  .text-block-132.eyebrow-line {
    font-size: 18px;
  }

  .hero-line {
    font-size: 85px;
  }

  .paragraph-86 {
    font-family: var(--linotype);
    letter-spacing: 0;
    align-self: center;
    font-size: 18px;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 100%;
    display: grid;
  }

  .text-block-133, .text-block-134 {
    font-size: 3rem;
  }

  .text-block-135 {
    font-family: avenir;
    font-size: 3rem;
  }

  .text-block-136 {
    font-family: avenir;
  }

  .text-block-136.font-size {
    opacity: .75;
    color: var(--goldtint);
    letter-spacing: .4rem;
    opacity: .75;
    letter-spacing: .4rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.3em;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .flex-vertical.flex-gap-lg {
    justify-content: flex-end;
    align-items: stretch;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .card-body {
    padding: 2rem;
  }

  .grid-layout.tablet-1-column, .grid-layout.desktop-1-column, .grid-layout.tablet-1-column, .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .section-3 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .h4-heading {
    font-size: 1.27rem;
  }

  .paragraph-lg-2 {
    font-size: 1.13rem;
  }

  .container-6.small-container {
    width: 90%;
  }

  .card-body-2 {
    padding: 2rem;
  }

  .h2-heading {
    font-size: 2.26rem;
  }

  .grid-layout-2.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-2 {
    font-size: .9rem;
  }

  .section-4 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .h4-heading-2 {
    font-size: 1.27rem;
  }

  .eyebrow-3 {
    font-size: .9rem;
  }

  .flex-horizontal-2 {
    flex-flow: wrap;
  }

  .grid-layout-4.desktop-1-column, .grid-layout-5.desktop-1-column, .grid-layout-5.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .flex-vertical-2.flex-gap-lg {
    justify-content: flex-end;
    align-items: stretch;
  }

  .paragraph-lg-3 {
    font-size: 1.13rem;
  }

  .card-body-3 {
    padding: 2rem;
  }

  .grid-layout-6.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-4 {
    font-size: .9rem;
  }

  .flex-horizontal-3 {
    flex-flow: wrap;
  }

  .flex-vertical-3.flex-gap-lg {
    justify-content: flex-end;
    align-items: stretch;
  }

  .paragraph-lg-4 {
    font-size: 1.13rem;
  }

  .card-body-4 {
    padding: 2rem;
  }

  .grid-layout-7.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-5 {
    font-size: .9rem;
  }

  .flex-horizontal-4 {
    flex-flow: wrap;
  }

  .grid-layout-8.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .flex-vertical-4.flex-gap-lg {
    justify-content: flex-end;
    align-items: stretch;
  }

  .paragraph-lg-5 {
    font-size: 1.13rem;
  }

  .card-body-5 {
    padding: 2rem;
  }

  .grid-layout-9.desktop-1-column, .grid-layout-9.tablet-1-column, .grid-layout-9.desktop-1-column, .grid-layout-9.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-6 {
    font-size: .9rem;
  }

  .flex-horizontal-5 {
    flex-flow: wrap;
  }

  .section-6 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1-heading {
    font-size: 4.52rem;
  }

  .subheading-2 {
    font-size: 1.13rem;
  }

  .card-body-6 {
    padding: 2rem;
  }

  .grid-layout-10.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer02_social-list {
    margin-bottom: 2rem;
  }

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

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .h1-heading-2 {
    font-size: 4.52rem;
  }

  .section-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading-3 {
    font-size: 1.13rem;
  }

  .container-12.small-container {
    width: 90%;
  }

  .grid-layout-11.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .h1-heading-3 {
    font-size: 4.52rem;
  }

  .section-8 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading-4 {
    font-size: 1.13rem;
  }

  .container-13.small-container {
    width: 90%;
  }

  .grid-layout-12.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .section-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h5-heading-2 {
    font-size: 1rem;
  }

  .h4-heading-3 {
    font-size: 1.27rem;
  }

  .container-14.small-container {
    width: 90%;
  }

  .card-body-7 {
    padding: 2rem;
  }

  .paragraph-lg-6 {
    font-size: 1.13rem;
  }

  .h2-heading-2 {
    font-size: 2.26rem;
  }

  .grid-layout-13.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-7 {
    font-size: .9rem;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .marketing-with-us-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-15.small-container {
    width: 90%;
  }

  .h1-heading-4 {
    font-size: 4.52rem;
  }

  .subheading-5 {
    font-size: 1.13rem;
  }

  .h4-heading-4 {
    font-size: 1.27rem;
  }

  .flex-horizontal-6 {
    flex-flow: wrap;
  }

  .our-approach-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h3-heading {
    font-size: 1.6rem;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .flex-horizontal-7 {
    flex-flow: wrap;
  }

  .h1-heading-5 {
    font-size: 4.52rem;
  }

  .section-12 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h3-heading-2 {
    font-size: 1.6rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .paragraph-lg-7 {
    font-size: 1.13rem;
  }

  .section-13 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .card-body-8 {
    padding: 2rem;
  }

  .h2-heading-3 {
    font-size: 2.26rem;
  }

  .subheading-6 {
    font-size: 1.13rem;
  }

  .grid-layout-16.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-8 {
    font-size: .9rem;
  }

  .flex-horizontal-8 {
    flex-flow: wrap;
  }

  .section-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-19.small-container {
    width: 90%;
  }

  .h1-heading-6 {
    font-size: 4.52rem;
  }

  .subheading-7 {
    font-size: 1.13rem;
  }

  .grid-layout-17.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .flex-horizontal-9, .flex-horizontal-10 {
    flex-flow: wrap;
  }

  .section-15 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-20.small-container {
    width: 90%;
  }

  .h1-heading-7 {
    font-size: 4.52rem;
  }

  .subheading-8 {
    font-size: 1.13rem;
  }

  .grid-layout-19.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .flex-horizontal-11 {
    flex-flow: wrap;
  }

  .section-16 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-21.small-container {
    width: 90%;
  }

  .h1-heading-8 {
    font-size: 4.52rem;
  }

  .subheading-9 {
    font-size: 1.13rem;
  }

  .grid-layout-20.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .h4-heading-5 {
    font-size: 1.27rem;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .card-body-9 {
    padding: 2rem;
  }

  .subheading-10 {
    font-size: 1.13rem;
  }

  .grid-layout-21.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-9 {
    font-size: .9rem;
  }

  .signature-package-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .flex-horizontal-1 {
    flex-flow: wrap;
  }

  .container-23.small-container {
    width: 90%;
  }

  .h1-heading-9 {
    font-size: 4.52rem;
  }

  .subheading-11 {
    font-size: 1.13rem;
  }

  .grid-layout-22.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .options-webdesign-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading-12 {
    font-size: 1.13rem;
  }

  .container-24.small-container {
    width: 90%;
  }

  .section-17 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1-heading-10 {
    font-size: 4.52rem;
  }

  .h2-heading-4 {
    font-size: 2.26rem;
  }

  .subheading-13 {
    font-size: 1.13rem;
  }

  .h5-heading-3 {
    font-size: 1rem;
  }

  .section-18 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .eyebrow-10 {
    font-size: .9rem;
  }

  .flex-horizontal-12 {
    flex-flow: wrap;
  }

  .grid-layout-25.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .section-19 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1-heading-11 {
    font-size: 4.52rem;
  }

  .flex-horizontal-13 {
    flex-flow: wrap;
  }

  .our-work-section-1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading-14 {
    font-size: 1.13rem;
  }

  .h2-heading-5 {
    font-size: 2.26rem;
  }

  .our-work-section-2 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .flex-horizontal-14 {
    flex-flow: wrap;
  }

  .grid-layout-28.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .paragraph-sm-6 {
    font-size: .88rem;
  }

  .card-body-10 {
    padding: 2rem;
  }

  .section-20 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .eyebrow-11 {
    font-size: .9rem;
  }

  .flex-horizontal-15 {
    flex-flow: wrap;
  }

  .our-work-section-3 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h4-heading-6 {
    font-size: 1.27rem;
  }

  .section-21 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid-layout-29.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .subheading-15 {
    font-size: 1.13rem;
  }

  .container-37, .image-22 {
    margin-left: 0;
  }

  .menu-button-3 {
    top: 14px;
  }

  .brand-2.w--current {
    left: 295px;
  }

  .container-43 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading {
    flex: 0 auto;
  }

  .container-45 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-50 {
    width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-2 {
    aspect-ratio: auto;
    object-fit: fill;
    padding-right: 10px;
  }

  .team-member-image-two-2 {
    width: clamp(200px, 50vw, 400px);
    max-width: 100%;
    height: auto;
  }

  .team-member-name-two-2 {
    text-align: center;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
  }

  .team-member-text-2 {
    max-width: 65ch;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
  }

  .mask {
    object-fit: scale-down;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    overflow: hidden;
  }

  .button-primary-7 {
    width: 400px;
    height: 50px;
    position: absolute;
    inset: 0 0% 0%;
  }

  .main-header-nav {
    flex-flow: column;
  }

  .nav-right {
    background-color: var(--bespokebackground);
  }

  .logo-left {
    display: none;
  }

  .logo-img {
    width: 15vw;
    height: 130px;
    top: -61%;
    left: 6%;
  }

  .apply-home {
    color: var(--therightgreen);
  }

  .container-51 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .uui-footer02_bottom-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-link-11 {
    color: var(--therightgreen);
  }

  .container-52, .footerbottom1920 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    aspect-ratio: 2;
    object-fit: cover;
    grid-template-rows: 363px 363px 363px;
    grid-template-columns: 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .project-image.shadow-two {
    height: 100%;
  }

  .project-heading {
    object-fit: cover;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    font-size: clamp(1.5rem, 6vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    left: -249px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .solutions-home {
    color: var(--therightgreen);
  }

  .container-54 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .gallery-sticky-3 {
    position: relative;
    top: 0;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-14 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .video-background-section {
    display: flex;
    overflow: hidden;
  }

  .video-wrapper-3 {
    display: flex;
  }

  .video-embed {
    z-index: 1;
    display: flex;
  }

  .the-team-home {
    color: var(--therightgreen);
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-label-jambo {
    margin-bottom: 26px;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

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

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-autofit-2.rt-tab-image-full-width, .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .rt-auto-fit-12.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-highlight-item {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-55 {
    max-width: 728px;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-category-cards-text-3.rt-text-white-2 {
    max-width: none;
  }

  .rt-portfolio-two-row {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-position-relative-2.rt-portfolio-two-content-wrapper {
    cursor: pointer;
    cursor: pointer;
  }

  .rt-portfolio-two-text-wrapper {
    width: 90%;
  }

  .rt-portfolio-two-image {
    width: 100%;
    height: auto;
  }

  .rt-portfolio-two-image.rt-image-small, .rt-portfolio-two-image.rt-image-big, .rt-portfolio-two-image.rt-image-small, .rt-portfolio-two-image.rt-image-big {
    height: 450px;
  }

  .container-56 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .container-57 {
    max-width: 728px;
  }

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
  }

  .footer-form-3 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-3 {
    max-width: 350px;
  }

  .container-58 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .heading-18 {
    width: auto;
  }

  .grid-2 {
    font-size: clamp(.875rem, 1.5vw, 1.25rem);
    display: none;
  }

  .heading-20 {
    letter-spacing: 0;
  }

  .heading-21 {
    letter-spacing: 0;
    width: auto;
  }

  .paragraph-50 {
    max-width: 100%;
    line-height: 2em;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-banner-image-one, .fn-banner-image-two, .fn-banner-image-three {
    display: none;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-8 {
    padding: 12px;
  }

  .menu-button-8.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rt-portfolio-details-link, .rt-portfolio-card-content-block {
    width: 100%;
  }

  .rt-service-two-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-portfolio-name-category-block {
    bottom: 30px;
  }

  .container-59 {
    max-width: 728px;
  }

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

  .gallery-sticky-4 {
    position: relative;
    top: 0;
  }

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

  .container-60 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar {
    order: 1;
  }

  .rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
    max-width: 100%;
  }

  .rt-contact-one-form {
    flex: 0 auto;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .video-background-section-copy, .video-wrapper-copy {
    display: flex;
  }

  .video-embed-copy {
    z-index: 1;
    display: flex;
  }

  .text-block-25 {
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #a18a5a;
    text-align: center;
    font-size: clamp(.875rem, 1.5vw, 1.125rem);
  }

  .container-61 {
    max-width: 728px;
  }

  .text-block-28 {
    margin-top: 20px;
  }

  .container-62 {
    max-width: 728px;
  }

  .margin-bottom-24px-9 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
  }

  .container-63 {
    max-width: 728px;
  }

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

  .gallery-sticky-5 {
    position: relative;
    top: 0;
  }

  .container-64 {
    max-width: 728px;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout91_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-contact-one-hero-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar-2 {
    order: 1;
  }

  .rt-contact-one-side-bar-text-2, .rt-contact-one-side-bar-address-2 {
    max-width: 100%;
  }

  .rt-contact-one-form-2 {
    flex: 0 auto;
  }

  .rt-error-message-2, .rt-success-message-2 {
    padding: 10px;
  }

  .rt-responsive-full-width-4 {
    width: 100%;
  }

  .container-65 {
    max-width: 728px;
  }

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

  .gallery-sticky-6 {
    position: relative;
    top: 0;
  }

  .video-background-section-3 {
    display: flex;
    overflow: clip;
  }

  .grid-section-layout {
    display: flex;
    overflow: visible;
  }

  .image-wrapper-3 {
    display: flex;
  }

  .heading-25, .heading-scope {
    font-size: clamp(2rem, 2.5vw, 4.5rem);
  }

  .rt-team-two-work-process-block-gcc {
    height: auto;
    display: block;
  }

  .rt-team-two-process-block-left-gcc {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .team-member-text-2-copy {
    max-width: 65ch;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
  }

  .text-block-25-copy {
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #a18a5a;
    text-align: center;
    font-size: clamp(.875rem, 1.5vw, 1.125rem);
  }

  .gcc-section-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: 303px;
    justify-content: stretch;
    overflow: hidden;
  }

  .code-embed-5, .code-embed-5-copy {
    overflow: hidden;
  }

  .container-gallery-scroll-2 {
    max-width: 728px;
  }

  .code-embed-7, .code-embed-8, .code-embed-9 {
    overflow: hidden;
  }

  .gcc-section-grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: 303px;
    justify-content: stretch;
    overflow: hidden;
  }

  .fn-label-jambo-copy {
    margin-bottom: 26px;
  }

  .container-63-copy {
    max-width: 728px;
  }

  .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

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

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .rt-price-two-card-wrap {
    box-shadow: 0 10px 20px #98746f14;
  }

  .rt-price-two-hero-wrap, .rt-price-two-hero-wrap-copy {
    padding-bottom: 60px;
  }

  .rt-price-two-card-wrap-copy1 {
    box-shadow: 0 10px 20px #98746f14;
  }

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

  .container-50-copy {
    max-width: 728px;
  }

  .hero-wrapper-2-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .uui-padding-vertical-xhuge-2-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader02_component-copy {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heading-xlarge-copy {
    font-size: 3.25rem;
  }

  .rt-sticky-2.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block-2 {
    height: auto;
    display: block;
  }

  .rt-service-step-info-2 {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left-2 {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container-50-copy-copy1 {
    max-width: 728px;
  }

  .hero-wrapper-2-copy-copy1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .rt-price-two-card-wrap-copy-q {
    box-shadow: 0 10px 20px #98746f14;
  }

  .hero-wrapper-2-copy-copy-q, .hero-wrapper-2-copy-copy-q-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-71 {
    max-width: 728px;
  }

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

  .container-72 {
    max-width: 728px;
  }

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

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .image-46 {
    left: -36px;
  }

  .fn-section-copy-sn {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-team-two-work-process-block-copy-sn {
    height: auto;
    display: block;
  }

  .rt-team-two-process-block-left-copy-sn {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-service-step-info-copy-sn, .rt-service-step-info-copy-snn, .rt-service-step-info-copy-snnn {
    padding: 2rem 6%;
  }

  .fn-section-copy-gc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-team-two-work-process-block-copy-gc {
    height: auto;
    display: block;
  }

  .rt-team-two-process-block-left-copy-gc {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .hide-tablet-2 {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .menu-icon_line-bottom {
    background-color: var(--therightyellow);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: var(--therightyellow);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-icon_line-top {
    background-color: var(--therightyellow);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

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

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-button-secondary-gray-2.show-tablet {
    display: block;
  }

  .uui-navbar01_dropdown-content-heading, .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-cta06_content {
    margin-right: 0;
  }

  .uui-cta06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .link-8 {
    padding: clamp(.5rem, 1.5vw, 1rem);
    font-size: clamp(.875rem, 1.25vw, 1rem);
  }

  .container-73 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .rt-testimonials-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-74 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .main-header-nav-2-0, .main-header-nav-3-0, .main-header-nav-3-0-copy {
    flex-flow: column;
  }

  .grid-2-desktop {
    font-size: clamp(.875rem, 1.5vw, 1.25rem);
  }

  .text-block-66 {
    font-size: 13px;
  }

  .text-block-68 {
    font-size: 12px;
  }

  .bold-text-43 {
    font-size: 13px;
  }

  .text-block-70 {
    margin-top: 0;
    font-size: 12px;
  }

  .text-block-72 {
    font-size: 13px;
  }

  .text-block-74 {
    font-size: 12px;
  }

  .bold-text-44 {
    font-size: 13px;
  }

  .text-block-75 {
    margin-top: 20px;
    font-size: 12px;
  }

  .logo-left-mobile {
    display: flex;
  }

  .container-75 {
    max-width: 728px;
  }

  .nav-container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .link-dropdown {
    text-align: center;
    padding-right: 12px;
    font-size: 20px;
    line-height: 130%;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.mobile {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .dropdown-list.w--open {
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .menu-button-9 {
    padding: 0;
  }

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

  .dropdown {
    display: block;
  }

  .link-cta {
    height: 48px;
  }

  .nav-menu-4 {
    z-index: 11;
    background-color: #fff;
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .nav-mid {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .dropdown-toggle-2 {
    color: #ff3128;
    font-size: 22px;
  }

  .nav-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .navbar-3 {
    border-radius: 0;
  }

  .nav-link-16 {
    padding: 12px 16px;
    font-size: 22px;
  }

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

  .menu-button-10 {
    padding: 0;
  }

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

  .nav-menu-5 {
    z-index: 11;
    background-color: #fff;
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .nav-link-17 {
    padding: 12px 16px;
    font-size: 22px;
  }

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

  .button-19 {
    width: 50%;
    max-width: 100%;
  }

  .section-46.hero-home {
    padding-top: 52px;
  }

  .subtitle-home.scroll-text {
    font-size: 16px;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .master-title-home {
    width: 100%;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    font-size: 90px;
  }

  .flex-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
  }

  .image-logo {
    aspect-ratio: auto;
    object-fit: scale-down;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .big-text {
    font-size: 24px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrap-testimonials-4 {
    width: 100%;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .master-quote-center {
    max-width: 730px;
  }

  .text-manifesto-big {
    font-size: 45px;
  }

  .big-text-2 {
    font-size: 24px;
  }

  .h2-contact {
    font-size: 64px;
  }

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

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
  }

  .text-style-h3, .subtitle {
    font-size: 26px;
  }

  .limit-sutitle-hero-about {
    max-width: 580px;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .section-55.dark.under-hero-studio {
    margin-top: -190px;
    padding-top: 260px;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .text-manifesto-big-2 {
    font-size: 45px;
  }

  .section-56 {
    background-color: var(--keoweehousecream);
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .big-text-3 {
    font-size: 24px;
  }

  .section-61.hero-home {
    padding-top: 52px;
  }

  .single-title-home-2 {
    justify-content: center;
  }

  .button-primary-7-copy {
    width: 400px;
    height: 50px;
    position: absolute;
    inset: 0 0% 0% 23%;
  }

  .link-block-7 {
    width: auto;
  }

  .section-55-copy.dark.under-hero-studio {
    margin-top: 0;
    padding-top: 260px;
  }

  .header.is-align-center {
    margin-top: 0;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid_4-col.tablet-1-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .flex_vertical.gap-large {
    justify-content: flex-end;
    align-items: stretch;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper-11 {
    aspect-ratio: 2;
    object-fit: cover;
    grid-template-rows: 363px 363px 363px;
    grid-template-columns: 1fr;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .rt-team-two-process-block-left-3 {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-team-two-work-process-block-3 {
    height: auto;
    display: block;
  }

  .rt-service-step-info-3 {
    padding: 2rem 6%;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .inside-moving-hero-studio-2 {
    width: 180vw;
  }

  .flex-logos-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
  }

  .link-block-12 {
    width: auto;
  }

  .section-70 {
    background-color: #e3e1d4;
  }

  .big-text-4 {
    font-size: 24px;
  }

  .team-member-image-two-4 {
    width: clamp(200px, 50vw, 400px);
    max-width: 100%;
    height: auto;
  }

  .text-block-122.padding_large.goldtext {
    font-size: 32px;
  }

  .container-97 {
    margin-top: -52px;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.5rem;
  }

  .flex-logos-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
  }

  .link-block-15 {
    width: auto;
  }

  .inside-moving-hero-studio-3 {
    width: 180vw;
  }

  .flex-logos-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
  }

  .link-block-18 {
    width: auto;
  }

  .section-81 {
    background-color: #e3e1d4;
  }

  .big-text-5 {
    font-size: 24px;
  }

  .team-member-image-two-5 {
    width: clamp(200px, 50vw, 400px);
    max-width: 100%;
    height: auto;
  }

  .margin-bottom_none-2, .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .footer-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom_none-4, .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .paragraph_large-4.backgroundbbct {
    margin-top: 20px;
    margin-bottom: 1.6em;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 143px;
  }

  .paragraph_small-3.flex-align_center {
    font-family: Prata, sans-serif;
  }

  .heading_h2-12 {
    font-size: 2rem;
  }

  .video-embed-2 {
    z-index: 1;
  }

  .bbs-results-section.is-inverse {
    height: auto;
  }

  .bbs-results-frame {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .main-header {
    display: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .flex-vertical.flex-gap-lg {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-position-sticky {
    position: static;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .paragraph-lg-2 {
    font-size: 1.1rem;
  }

  .card-body-2 {
    padding: 1.5rem;
  }

  .h2-heading {
    font-size: 1.81rem;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

  .section-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .h4-heading-2 {
    font-size: 1.15rem;
  }

  .grid-layout-3.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow-3 {
    font-size: .8rem;
  }

  .utility-position-sticky-2, .utility-position-sticky-3 {
    position: static;
  }

  .flex-vertical-2.flex-gap-lg {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-lg-3 {
    font-size: 1.1rem;
  }

  .card-body-3 {
    padding: 1.5rem;
  }

  .eyebrow-4 {
    font-size: .8rem;
  }

  .flex-vertical-3.flex-gap-lg {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-lg-4 {
    font-size: 1.1rem;
  }

  .card-body-4 {
    padding: 1.5rem;
  }

  .eyebrow-5 {
    font-size: .8rem;
  }

  .utility-position-sticky-4 {
    position: static;
  }

  .section-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .flex-vertical-4.flex-gap-lg {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-position-sticky-5 {
    position: static;
  }

  .paragraph-lg-5 {
    font-size: 1.1rem;
  }

  .card-body-5 {
    padding: 1.5rem;
  }

  .eyebrow-6 {
    font-size: .8rem;
  }

  .section-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading {
    font-size: 3.62rem;
  }

  .subheading-2 {
    font-size: 1.1rem;
  }

  .card-body-6 {
    padding: 1.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer02_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/68530f75dadb39866150cfb7_a7a6765b73d4236d47e56027de15f557_untitled-ui-logomark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .h1-heading-2 {
    font-size: 3.62rem;
  }

  .section-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-3 {
    font-size: 1.1rem;
  }

  .h1-heading-3 {
    font-size: 3.62rem;
  }

  .section-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-4 {
    font-size: 1.1rem;
  }

  .section-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h5-heading-2 {
    font-size: 1rem;
  }

  .h4-heading-3 {
    font-size: 1.15rem;
  }

  .card-body-7 {
    padding: 1.5rem;
  }

  .paragraph-lg-6 {
    font-size: 1.1rem;
  }

  .h2-heading-2 {
    font-size: 1.81rem;
  }

  .eyebrow-7 {
    font-size: .8rem;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .marketing-with-us-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-4 {
    font-size: 3.62rem;
  }

  .subheading-5 {
    font-size: 1.1rem;
  }

  .h4-heading-4 {
    font-size: 1.15rem;
  }

  .our-approach-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h3-heading {
    font-size: 1.28rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .h1-heading-5 {
    font-size: 3.62rem;
  }

  .section-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h3-heading-2 {
    font-size: 1.28rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-2rem-2 {
    margin-bottom: 1rem;
  }

  .utility-margin-bottom-3rem {
    margin-bottom: 1.5rem;
  }

  .paragraph-lg-7 {
    font-size: 1.1rem;
  }

  .section-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card-body-8 {
    padding: 1.5rem;
  }

  .h2-heading-3 {
    font-size: 1.81rem;
  }

  .subheading-6 {
    font-size: 1.1rem;
  }

  .eyebrow-8 {
    font-size: .8rem;
  }

  .section-14 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-6 {
    font-size: 3.62rem;
  }

  .subheading-7 {
    font-size: 1.1rem;
  }

  .section-15 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-7 {
    font-size: 3.62rem;
  }

  .subheading-8 {
    font-size: 1.1rem;
  }

  .section-16 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-8 {
    font-size: 3.62rem;
  }

  .subheading-9 {
    font-size: 1.1rem;
  }

  .h4-heading-5 {
    font-size: 1.15rem;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .card-body-9 {
    padding: 1.5rem;
  }

  .subheading-10 {
    font-size: 1.1rem;
  }

  .eyebrow-9 {
    font-size: .8rem;
  }

  .signature-package-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-9 {
    font-size: 3.62rem;
  }

  .subheading-11 {
    font-size: 1.1rem;
  }

  .options-webdesign-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-12 {
    font-size: 1.1rem;
  }

  .section-17 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-10 {
    font-size: 3.62rem;
  }

  .h2-heading-4 {
    font-size: 1.81rem;
  }

  .subheading-13 {
    font-size: 1.1rem;
  }

  .h5-heading-3 {
    font-size: 1rem;
  }

  .section-18 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .eyebrow-10 {
    font-size: .8rem;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .section-19 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-11 {
    font-size: 3.62rem;
  }

  .utility-max-width-sm {
    max-width: 100%;
  }

  .our-work-section-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-14 {
    font-size: 1.1rem;
  }

  .h2-heading-5 {
    font-size: 1.81rem;
  }

  .grid-layout-27.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .our-work-section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .paragraph-sm-6 {
    font-size: .88rem;
  }

  .card-body-10 {
    padding: 1.5rem;
  }

  .utility-margin-bottom-2rem-3 {
    margin-bottom: 1rem;
  }

  .section-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .eyebrow-11 {
    font-size: .8rem;
  }

  .flex-horizontal-15.flex-gap-sm.wrap-mobile-landscape {
    flex-wrap: wrap;
  }

  .flex-horizontal-15.mobile-landscape-flex-vertical {
    flex-flow: column;
  }

  .utility-margin-bottom-2rem-4 {
    margin-bottom: 1rem;
  }

  .our-work-section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .utility-margin-top-4rem.mobile-landscape-0 {
    margin-top: 0;
  }

  .h4-heading-6 {
    font-size: 1.15rem;
  }

  .section-21 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading-15 {
    font-size: 1.1rem;
  }

  .image-22 {
    margin-left: 207px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-right, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-slider, .gallery-scroll, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .container-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .team-block-2 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }

  .team-member-name-two-2 {
    margin-top: 20px;
  }

  .mask {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .button-primary-7 {
    top: 0;
    bottom: 0%;
    left: 14%;
  }

  .nav-right {
    background-color: var(--bespokebackground);
    display: block;
  }

  .logo-img {
    width: 17vw;
    height: 100px;
    top: -36%;
    left: 5%;
  }

  .apply-home {
    color: var(--therightgreen);
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .uui-footer02_legal-link-2:hover {
    color: #98a2b3;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #645603;
    border-color: #645603;
  }

  .uui-footer02_link-2:hover {
    color: #ccaf09;
  }

  .uui-footer02_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_social-link-2:hover {
    color: #98a2b3;
  }

  .uui-footer02_left-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .nav-link-11 {
    color: var(--therightgreen);
  }

  .hero-without-image, .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .gallery-wrapper-2 {
    grid-template-rows: 269px 270px 272px;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .project-heading {
    flex-flow: column-reverse;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .solutions-home {
    color: var(--therightgreen);
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll-3 {
    padding: 60px 15px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-14 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .footer-light-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-background-section, .video-wrapper-3, .video-embed {
    display: flex;
  }

  .the-team-home {
    color: var(--therightgreen);
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-label-jambo {
    margin-bottom: 0;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-get-a-demo-shape, .fn-get-a-demo-shape-second {
    display: none;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-auto-fit-12.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-heading-five-34 {
    font-size: 1.3rem;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-position-relative-2.rt-portfolio-two-content-wrapper {
    height: 450px;
  }

  .rt-portfolio-two-image {
    height: 100%;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .rt-home-one-video-button {
    position: static;
  }

  .rt-home-one-video-text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .rt-home-one-video-wrapper {
    flex-flow: column;
  }

  .rt-home-one-video-line {
    background-color: #58585800;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .footer-light-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .footer-social-link-4 {
    margin-left: 20px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .features-table-2 {
    padding: 60px 15px;
  }

  .heading-18 {
    width: auto;
  }

  .grid-2 {
    display: none;
  }

  .fn-heading-4 {
    font-size: 34px;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-15 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .rt-portfolio-two-name-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-portfolio-two-category-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-scroll-4, .gallery-overview, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rt-contact-one {
    flex-flow: column;
  }

  .rt-contact-one-hero-main {
    padding-top: 70px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-without-image-3, .hero-without-image-4, .gallery-scroll-5 {
    padding: 60px 15px;
  }

  .text-block-34 {
    margin-top: 10px;
  }

  .gallery-scroll-5-copy, .hero-without-image-5 {
    padding: 60px 15px;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .uui-button-4.is-button-large {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--therightyellow);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout91_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout91_component {
    align-items: stretch;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-pricing06_plan {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-pricing06_price {
    font-size: 2.25rem;
  }

  .uui-pricing06_price-text {
    font-size: 1.5rem;
  }

  .gallery-image-text-5-copy4-copy {
    font-size: 50px;
  }

  .uui-layout91_component-copy {
    align-items: stretch;
  }

  .uui-heading-xxsmall-copy2 {
    font-size: 1.125rem;
  }

  .rt-contact-one-2 {
    flex-flow: column;
  }

  .rt-contact-one-hero-main-2 {
    padding-top: 70px;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .fs_checkbox-1_group {
    grid-auto-flow: row;
  }

  .gallery-scroll-6 {
    padding: 60px 15px;
  }

  .video-background-section-3, .grid-section-layout, .image-wrapper-3 {
    display: flex;
  }

  .grid-4 {
    overflow: clip;
  }

  .golden-corner-construction-section-2 {
    clear: none;
    display: flex;
    overflow: clip;
  }

  .gcc-gallery-scroll, .gcc-gallery-scroll-2 {
    padding: 60px 15px;
  }

  .fn-label-jambo-copy {
    margin-bottom: 0;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .fn-heading-6 {
    font-size: 18px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-features-card {
    padding: 12px;
  }

  .rt-price-two-card-wrap {
    box-shadow: 0 0 20px #98746f14;
  }

  .rt-price-one-feature-block.rt-price-two-feature-block, .rt-price-one-feature-block.rt-price-two-feature-block-copy, .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block.rt-price-two-feature-block, .rt-price-one-feature-block.rt-price-two-feature-block-copy, .rt-price-one-feature-block.rt-price-two-feature-block-copy-on-qualify {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .rt-price-two-tab-contain-box {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-price-two-card-wrap-copy1 {
    box-shadow: 0 0 20px #98746f14;
  }

  .div-block-22 {
    opacity: 47;
  }

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

  .button-14 {
    width: 65%;
  }

  .hero-heading-center-copy {
    padding: 60px 15px;
  }

  .uui-page-padding-3-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-2-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xlarge-copy {
    font-size: 2.25rem;
  }

  .uui-space-small-copy {
    min-height: 1.25rem;
  }

  .uui-text-size-xlarge-copy {
    font-size: 1.125rem;
  }

  .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy, .rt-price-one-feature-block-copy-on-qualify-1.rt-price-two-feature-block-copy-on-qualify {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .rt-service-step-number-3 {
    font-size: 4rem;
  }

  .fn-heading-7 {
    font-size: 34px;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

  .hero-heading-center-copy3, .hero-heading-center-copy-copy1 {
    padding: 60px 15px;
  }

  .rt-price-two-tab-contain-box-copy-q {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-price-two-card-wrap-copy-q {
    box-shadow: 0 0 20px #98746f14;
  }

  .rt-price-one-feature-block-copy-q.rt-price-two-feature-block, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-copy-q, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-on-qualify, .rt-price-one-feature-block-copy-q.rt-price-two-feature-block-copy-copy-q {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .gallery-overview-2, .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .image-46 {
    left: -141px;
  }

  .fn-section-copy-sn {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .gallery-overview-2-copy-sn {
    padding: 60px 15px;
  }

  .fn-section-copy-gc {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .gallery-overview-2-copy-gc {
    padding: 60px 15px;
  }

  .uui-text-size-small-3.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_link {
    font-size: 1rem;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--charcole);
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--therightyellow);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url("https://cdn.prod.website-files.com/6844d9077660c753a4552705/68530f75dadb39866150cfb7_a7a6765b73d4236d47e56027de15f557_untitled-ui-logomark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-cta06_content {
    margin-right: 0;
  }

  .uui-cta06_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .rt-color-dust.rt-align-center.rt-change-size {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-left-arrow-two, .rt-testimonials-three-line {
    display: none;
  }

  .rt-testimonials-three {
    background-position: 50% 30%;
    background-size: contain;
  }

  .rt-home-three-testimonials-arrow, .rt-right-arrow-two {
    display: none;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-5 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

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

  .text-block-68, .text-block-74 {
    margin-top: 10px;
  }

  .uui-button-3-copy {
    font-size: 1rem;
  }

  .uui-button-3-copy:hover {
    border-color: var(--therightgreen);
    background-color: var(--therightgreen);
  }

  .features-table-3 {
    padding: 60px 15px;
  }

  .brand-navbar {
    display: block;
  }

  .nav-menu-4 {
    margin-top: 0;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .nav-menu-5 {
    margin-top: 0;
  }

  .button-19 {
    width: 70%;
  }

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

  .flex-bottom-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-title-home {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    font-size: 60px;
  }

  .flex-logos {
    object-fit: contain;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image-logo {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

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

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    flex-flow: column;
    margin-bottom: 72px;
  }

  .flex-heading-left.mg-bottom-80.center-landscape {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .abstract-heading-2 {
    width: 48px;
    height: 48px;
  }

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

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .image-wrap-testimonials-4 {
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .grid-testimonials {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .right-person-small.no-image-person {
    justify-content: flex-start;
    align-items: center;
  }

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

  .master-quote-center {
    max-width: 510px;
  }

  .text-manifesto-big {
    font-size: 37px;
  }

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

  .grid-process-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

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

  .utility-padding-all-3rem {
    padding: 1.5rem;
  }

  .grid-layout-30.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .h2-contact {
    font-size: 44px;
  }

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

  .section-53.hero-pricing {
    padding-top: 64px;
  }

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

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .limit-sutitle-hero-about {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .icon-brand-hero-about {
    order: 1;
  }

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

  .text-big-number {
    font-size: 100px;
  }

  .text-manifesto-big-2 {
    font-size: 37px;
  }

  .text-sub-number {
    font-size: 20px;
  }

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

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

  .abstract-heading-3 {
    width: 48px;
    height: 48px;
  }

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

  .grid-team-thirds {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .cell {
    text-align: left;
    font-size: 16px;
  }

  .text-block-93 {
    font-size: 16px;
  }

  .abstract-heading-4 {
    width: 48px;
    height: 48px;
  }

  .section-59, .section-51-process-explained {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-38 {
    font-size: 60px;
  }

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

  .master-title-home-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-39 {
    font-size: 50px;
  }

  .button-primary-7-copy {
    top: 0;
    bottom: 0%;
    left: 14%;
  }

  .link-block-7 {
    object-fit: scale-down;
    width: auto;
  }

  .link-block-8, .link-block-9, .link-block-10 {
    object-fit: scale-down;
  }

  .abstract-heading-5, .abstract-heading-6 {
    width: 48px;
    height: 48px;
  }

  .section-55-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header {
    margin-bottom: 2rem;
  }

  .header.is-2-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .flex_vertical.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_5-col.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .flex_horizontal.flex_vertical_mobile-l {
    flex-flow: column;
  }

  .gallery-scroll-7 {
    padding: 60px 15px;
  }

  .gallery-wrapper-11 {
    grid-template-rows: 269px 270px 272px;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .rt-service-step-number-4 {
    font-size: 4rem;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .padding_small {
    padding: 1rem;
  }

  .inside-moving-hero-studio-2 {
    width: 1280px;
  }

  .master-moving-studio-hero-2 {
    margin-top: 64px;
  }

  .flex-logos-2 {
    object-fit: contain;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .link-block-12 {
    object-fit: scale-down;
    width: auto;
  }

  .link-block-13, .link-block-14 {
    object-fit: scale-down;
  }

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

  .text-expanabdle-botton-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-team-thirds-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom_small {
    margin-bottom: 1rem;
  }

  .container-97 {
    margin-top: -102px;
  }

  .heading_h3.goldtext.padding_small {
    font-size: 1rem;
  }

  .paragraph_large-3-5.margin-bottom_none {
    font-size: .7rem;
  }

  .card_body-2.is-y-center {
    justify-content: center;
    align-items: stretch;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    padding-top: 81px;
    font-size: 1.5rem;
  }

  .flex-logos-3 {
    object-fit: contain;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .link-block-15 {
    object-fit: scale-down;
    width: auto;
  }

  .link-block-16, .link-block-17 {
    object-fit: scale-down;
  }

  .inside-moving-hero-studio-3 {
    width: 1280px;
  }

  .flex-logos-4 {
    object-fit: contain;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .link-block-18 {
    object-fit: scale-down;
    width: auto;
  }

  .link-block-19, .link-block-20, .link-block-21 {
    object-fit: scale-down;
  }

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

  .text-expanabdle-botton-3 {
    font-size: 16px;
    line-height: 140%;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .margin-bottom_small-2, .margin-bottom_small-2-para, .margin-bottom_small-2-para-2 {
    margin-bottom: 1rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    background-color: #00220e;
    border-color: #00220e;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .margin-bottom_none-4, .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .paragraph_large-4 {
    padding-top: 120px;
    padding-bottom: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .paragraph_small-3.flex-align_center {
    margin-top: -140px;
    font-family: Prata, sans-serif;
  }

  .section-95.padding_small {
    padding-bottom: 48.8rem;
  }

  .paragraph_large-3.margin-bottom_none {
    font-size: .7rem;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .main-header {
    border-radius: 0;
    margin-bottom: -109px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: visible;
  }

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

  .container-3 {
    max-width: none;
  }

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

  .body {
    background-color: var(--bespokebackground);
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .hero-title {
    margin-bottom: -67px;
    padding-bottom: 175px;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.2;
  }

  .subheader {
    margin: 198px -126px -136px -123px;
    padding: 234px 130px 41px 138px;
    font-size: 18px;
  }

  .center-logo {
    display: none;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
  }

  .navlink2, .navlink3, .navlink {
    display: none;
  }

  .logo-link.w--current {
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .qualify-link {
    display: none;
  }

  .hero-section1 {
    margin-top: -24px;
    padding-bottom: 266px;
    font-size: 7px;
    line-height: 7px;
  }

  .qualify-button {
    margin-top: 347px;
  }

  .body-2 {
    background-color: var(--bespokebackground);
  }

  .navtext1 {
    margin-bottom: -58px;
    margin-left: 66px;
    margin-right: -46px;
    padding-left: 0;
    padding-right: 8px;
    display: none;
  }

  .navtext3 {
    margin-bottom: 36px;
    margin-left: 20px;
    margin-right: 0;
    padding: 62px 40px 0 0;
    font-size: 10px;
  }

  .heading-what-we-do {
    margin-top: 65px;
    padding-top: 31px;
    padding-bottom: 15px;
  }

  .heading-what-we-do-2 {
    margin-top: -7px;
    margin-right: 86px;
    padding-bottom: 13px;
    font-size: 30px;
    font-weight: 400;
  }

  .code-embed {
    display: none;
  }

  .left-nav {
    margin-top: 101px;
    margin-bottom: 1px;
    display: none;
  }

  .right-nav {
    margin-top: 81px;
    display: none;
  }

  .logo-link-img {
    padding-top: 18px;
    display: none;
  }

  .code-embed-2, .logo-box {
    display: none;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .card-body {
    padding: 1.5rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-4 {
    white-space: nowrap;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .h4-heading {
    font-size: 1.03rem;
  }

  .paragraph-lg-2 {
    font-size: 1.1rem;
  }

  .card-body-2 {
    padding: 1.5rem;
  }

  .h2-heading {
    font-size: 1.45rem;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

  .section-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .h4-heading-2 {
    font-size: 1.03rem;
  }

  .eyebrow-3 {
    font-size: .8rem;
  }

  .paragraph-lg-3 {
    font-size: 1.1rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .card-body-3 {
    padding: 1.5rem;
  }

  .eyebrow-4 {
    font-size: .8rem;
  }

  .paragraph-lg-4 {
    font-size: 1.1rem;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .card-body-4 {
    padding: 1.5rem;
  }

  .eyebrow-5 {
    font-size: .8rem;
  }

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

  .paragraph-lg-5 {
    font-size: 1.1rem;
  }

  .button-group-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .card-body-5 {
    padding: 1.5rem;
  }

  .eyebrow-6 {
    font-size: .8rem;
  }

  .section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-5 {
    white-space: nowrap;
  }

  .button-5.inverse-button {
    margin-bottom: 109px;
  }

  .h1-heading {
    margin-right: 25px;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .subheading-2 {
    margin-bottom: 4.5rem;
    font-size: .5rem;
  }

  .button-group-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .card-body-6 {
    padding: 1.5rem;
  }

  .card-body-6.utility-max-width-lg.utility-text-on-overlay {
    margin-bottom: -162px;
    padding-bottom: 0;
  }

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    text-align: center;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_link-list {
    text-align: center;
    margin-top: 1px;
    padding-left: 0;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-right: -7px;
    padding-left: 0;
  }

  .uui-footer02_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-logo_logomark {
    text-align: left;
    padding-top: 0;
    padding-left: 170px;
  }

  .uui-logo_logotype {
    padding-left: 102px;
  }

  .div-block-6 {
    padding-bottom: 410px;
  }

  .h1-heading-2 {
    font-size: 2.89rem;
  }

  .section-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-3 {
    font-size: 1.1rem;
  }

  .h1-heading-3 {
    font-size: 2.89rem;
  }

  .section-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-4 {
    font-size: 1.1rem;
  }

  .button-6 {
    white-space: nowrap;
  }

  .section-9 {
    margin-bottom: -117px;
    padding-top: 5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h5-heading-2 {
    font-size: 1rem;
  }

  .h4-heading-3 {
    font-size: 1.03rem;
  }

  .card-body-7 {
    padding: 1.5rem;
  }

  .paragraph-lg-6 {
    font-size: 1.1rem;
  }

  .paragraph-lg-6.utility-margin-bottom-0 {
    margin: 23px -130px -47px -6px;
    padding: 10px 145px 31px 32px;
    font-size: .5rem;
  }

  .h2-heading-2 {
    font-size: 1.2rem;
  }

  .eyebrow-7 {
    font-size: .8rem;
  }

  .eyebrow-7.utility-margin-bottom-1rem.utility-text-secondary {
    font-size: .7rem;
  }

  .paragraph-sm-2 {
    text-align: center;
    margin-top: 1px;
    margin-left: -86px;
    margin-right: -41px;
    padding-bottom: 22px;
    padding-left: 55px;
    padding-right: 116px;
    font-size: .5rem;
  }

  .marketing-with-us-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-4 {
    font-size: 2.89rem;
  }

  .subheading-5 {
    font-size: 1.1rem;
  }

  .h4-heading-4 {
    font-size: 1.03rem;
  }

  .our-approach-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .h3-heading {
    font-size: 1.02rem;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .button-12 {
    white-space: nowrap;
  }

  .h1-heading-5 {
    font-size: 2.89rem;
  }

  .h1-heading-5.utility-margin-bottom-4rem {
    margin: 10px -39px 5.2rem -33px;
    padding: 0 3px 31px 0;
    font-weight: 400;
  }

  .section-12 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h3-heading-2 {
    font-size: 1.02rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .paragraph-lg-7 {
    font-size: 1.1rem;
  }

  .section-13 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .card-body-8 {
    padding: 1.5rem;
  }

  .h2-heading-3 {
    font-size: 1.45rem;
  }

  .subheading-6 {
    font-size: 1.1rem;
  }

  .eyebrow-8 {
    font-size: .8rem;
  }

  .section-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-6 {
    font-size: 2.89rem;
  }

  .subheading-7 {
    font-size: 1.1rem;
  }

  .section-15 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-7 {
    font-size: 2.89rem;
  }

  .subheading-8 {
    font-size: 1.1rem;
  }

  .section-16 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-8 {
    font-size: 2.89rem;
  }

  .subheading-9 {
    font-size: 1.1rem;
  }

  .h4-heading-5 {
    font-size: 1.03rem;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .card-body-9 {
    padding: 1.5rem;
  }

  .subheading-10 {
    font-size: 1.1rem;
  }

  .eyebrow-9 {
    font-size: .8rem;
  }

  .signature-package-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-9 {
    font-size: 2.89rem;
  }

  .subheading-11 {
    font-size: 1.1rem;
  }

  .options-webdesign-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-group-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .grid-layout-23.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .button-8 {
    white-space: nowrap;
  }

  .subheading-12 {
    font-size: 1.1rem;
  }

  .section-17 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-10 {
    font-size: 2.89rem;
  }

  .h2-heading-4 {
    font-size: 1.45rem;
  }

  .grid-layout-24.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .subheading-13 {
    font-size: 1.1rem;
  }

  .h5-heading-3 {
    font-size: 1rem;
  }

  .section-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .eyebrow-10 {
    font-size: .8rem;
  }

  .button-group-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-9 {
    white-space: nowrap;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .section-19 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-11 {
    font-size: 2.89rem;
  }

  .body-3 {
    overflow: visible;
  }

  .button-group-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-10 {
    white-space: nowrap;
  }

  .heading-responsive-lg {
    font-size: 12cqw;
    line-height: 1.2;
  }

  .our-work-section-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-14 {
    font-size: 1.1rem;
  }

  .body-4 {
    background-color: var(--untitled-ui--primary50);
  }

  .h2-heading-5 {
    font-size: 1.45rem;
  }

  .our-work-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph-sm-6 {
    font-size: .88rem;
  }

  .avatar-2 {
    margin-bottom: 16px;
  }

  .card-body-10 {
    padding: 1.5rem;
  }

  .section-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .eyebrow-11 {
    font-size: .8rem;
  }

  .our-work-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h4-heading-6 {
    font-size: 1.03rem;
  }

  .section-21 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-15 {
    font-size: 1.1rem;
  }

  .button-11 {
    white-space: nowrap;
  }

  .container-37 {
    aspect-ratio: auto;
    width: 100%;
    max-width: 320px;
    height: 10vh;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-22 {
    margin-left: 79px;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .navbar-2 {
    min-width: 320px;
    max-width: 320px;
    height: 100%;
    display: block;
  }

  .nav-menu {
    display: block;
    left: 0;
  }

  .brand-2.w--current {
    left: 0;
  }

  .code-embed-3 {
    display: none;
  }

  .container-38 {
    min-width: 320px;
    max-width: 320px;
  }

  .container-43 {
    max-width: none;
  }

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

  .hero-container {
    pointer-events: auto;
    overflow: visible;
  }

  .hero-heading {
    margin-top: 140px;
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .hero-cta-button {
    pointer-events: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .hero-cta-button.hover {
    width: auto;
    padding-left: 11vw;
    padding-right: 11vw;
    overflow: visible;
  }

  .container-45 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 40px;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .paragraph-46 {
    text-align: left;
    width: 100%;
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: GFS Didot, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
  }

  .heading-10 {
    font-family: var(--linotype);
    text-align: center;
    margin-top: 201px;
    font-size: 12px;
    font-weight: 500;
  }

  .container-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero-wrapper-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .team-slider-2 {
    padding-bottom: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-weight: 500;
  }

  .team-slider-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-slide-wrapper-2 {
    aspect-ratio: auto;
    vertical-align: baseline;
    width: 100%;
    margin-right: 0;
    top: 0;
    left: auto;
  }

  .team-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .team-member-image-two-2 {
    margin-left: 0;
  }

  .team-block-info-2 {
    margin-left: 0;
    padding-right: 0;
  }

  .team-member-text-2 {
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .team-slider-arrow-2 {
    color: var(--darkmustyyellow);
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .team-slider-nav-2 {
    display: block;
  }

  .mask {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading-center {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading-3 {
    -webkit-text-stroke-width: .5px;
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 1.5em;
  }

  .margin-bottom-24px-4 {
    border-top-color: var(--darkmustyyellow);
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .button-primary-7 {
    width: 85%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    position: relative;
    inset: auto;
  }

  .inquire-now-bar {
    padding-right: 10px;
  }

  .main-header-nav {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    opacity: 1;
    object-fit: contain;
    background-image: linear-gradient(#002c1b4f, #002c1b4f);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .nav-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bespokebackground);
    border-radius: 1px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: absolute;
    left: auto;
    overflow: visible;
  }

  .logo-left {
    float: none;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
    inset: 26px auto auto;
    overflow: visible;
  }

  .logo-img {
    z-index: auto;
    clear: none;
    aspect-ratio: 2;
    vertical-align: middle;
    object-fit: fill;
    flex: none;
    align-self: center;
    width: 40vw;
    height: 40vw;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
    inset: -25px auto auto 17px;
    overflow: visible;
  }

  .container-51 {
    max-width: none;
  }

  .uui-logo_logomark-2 {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
  }

  .uui-text-size-small-2.text-color-gray500 {
    text-align: center;
    text-align: center;
  }

  .uui-footer02_left-wrapper-2 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 103px;
  }

  .hero-without-image {
    justify-content: space-around;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .container-52 {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-two {
    justify-content: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-bottom-24px-6 {
    text-align: left;
    align-self: center;
    width: 100%;
    max-width: none;
    font-family: inotype-didot;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6em;
  }

  .heading-16 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
  }

  .gallery-scroll-2 {
    aspect-ratio: auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .footerbottom1920 {
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    aspect-ratio: 2;
    object-fit: cover;
    grid-template: "." 160px
                   "." 160px
                   "Area" 160px
                   / 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .gallery-image-wrapper-2 {
    align-items: stretch;
  }

  .project-image.shadow-two {
    width: 100%;
  }

  .project-heading {
    clear: none;
    vertical-align: baseline;
    object-fit: cover;
    flex-flow: column-reverse;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: clamp(1.5rem, 6vw, 3rem);
    display: inline-flex;
    position: absolute;
    inset: 0%;
    transform: translate(0);
  }

  .hero-without-image-2 {
    padding-top: 20px;
  }

  .hero-wrapper-two-2 {
    margin-top: 0;
  }

  .margin-bottom-24px-7 {
    max-width: none;
    font-size: 1.5rem;
    line-height: 1.6em;
  }

  .footer-light {
    background-color: var(--therightgreen);
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-54 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

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

  .nav-button-wrapper {
    width: auto;
  }

  .video-background-section {
    pointer-events: auto;
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .video-wrapper-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .video-embed {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-7 {
    z-index: 1000;
    width: 20%;
    height: auto;
    padding: 0;
    top: auto;
  }

  .fn-heading-jambo {
    text-align: left;
    padding-top: 25px;
    font-size: 40px;
  }

  .fn-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bespokebackground);
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .rt-heading-five-34 {
    font-size: 1rem;
  }

  .rt-home-two-video-main {
    height: 380px;
  }

  .container-55 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .rt-category-cards-text-2 {
    width: 100%;
  }

  .rt-body-font-color {
    margin-bottom: 10px;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    color: #00220e;
    margin-top: 0;
    font-size: 50px;
    text-decoration: none;
  }

  .rt-team-two-work-process-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .rt-service-step-info {
    width: 100%;
    padding: 0 0%;
  }

  .rt-team-two-process-block-left.keowee {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-service-process-step-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-process-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .text-block-22 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .rt-component-section-3.keowee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-56 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .rt-home-one-video-button {
    width: 100px;
    height: 100px;
  }

  .rt-home-one-video-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-play-button {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
  }

  .rt-change-padding-3.rt-change-color-white.rt-responsive-align-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .rt-home-one-top-heading-text.rt-responsive-center {
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-top-heading-line {
    display: none;
  }

  .rt-home-one-banner-arrow-wrapper.rt-responsive-align-center {
    justify-content: center;
    align-items: center;
  }

  .container-57 {
    max-width: none;
  }

  .footer-wrapper-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-3 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .container-58 {
    max-width: none;
  }

  .features-table-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: var(--bespokebackground);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .paragraph-48 {
    max-width: 100%;
    font-size: 10px;
    line-height: 2.4em;
  }

  .heading-18 {
    color: var(--darkmustyyellow);
    letter-spacing: .08em;
    text-transform: uppercase;
    width: auto;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-49 {
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    line-height: 2.4em;
  }

  .heading-20 {
    color: var(--darkmustyyellow);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9em;
  }

  .heading-21 {
    color: var(--darkmustyyellow);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .paragraph-50 {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 12px;
    line-height: 2.4em;
    display: flex;
  }

  .navbar-no-shadow-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--therightgreen);
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0%;
  }

  .navbar-wrapper-3 {
    justify-content: space-around;
  }

  .nav-menu-wrapper-4 {
    background-color: var(--bespokebackground);
    color: #000;
  }

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

  .nav-link-15 {
    color: #000;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-8 {
    color: var(--goldtint);
    padding-left: 12px;
  }

  .rt-service-two-portfolio-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-59 {
    max-width: none;
  }

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

  .container-60 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rt-contact-one-hero-main {
    padding-top: 50px;
  }

  .rt-form-block-2 {
    flex-flow: column;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .video-background-section-copy, .video-wrapper-copy {
    aspect-ratio: 2 / 3;
  }

  .video-embed-copy {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .bold-text-3 {
    -webkit-text-stroke-width: .5px;
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.5em;
  }

  .text-block-23 {
    margin-bottom: 0;
    font-weight: 500;
  }

  .text-block-24 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .hero-without-image-3 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    top: -92px;
  }

  .container-61 {
    max-width: none;
  }

  .hero-wrapper-two-3 {
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-8 {
    border-bottom-width: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .heading-22 {
    color: var(--goldtint);
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .section-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-width: 0;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
  }

  .text-block-28 {
    border-right: 0px solid var(--darkmustyyellow);
    border-left: .5px solid var(--darkmustyyellow);
    text-align: left;
    border-radius: 0;
    line-height: 1.6em;
  }

  .text-block-29-right {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    text-align: left;
    margin-bottom: 60px;
  }

  .hero-without-image-4 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-62 {
    max-width: none;
  }

  .margin-bottom-24px-9 {
    border-top-color: var(--darkmustyyellow);
    margin-top: 40px;
    padding-top: 60px;
    font-family: Bodoni Moda SC, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
  }

  .button-primary-15 {
    border-color: var(--untitled-ui--gray600);
    color: var(--untitled-ui--gray600);
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .button-primary-15:hover {
    border-color: var(--goldtint);
  }

  .gallery-scroll-5 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-63 {
    max-width: none;
  }

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

  .gallery-image-text-5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .text-block-33 {
    text-align: left;
    margin-bottom: 60px;
  }

  .text-block-34 {
    border-right: 0px solid var(--darkmustyyellow);
    border-left: .5px solid var(--darkmustyyellow);
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6em;
  }

  .text-block-35 {
    text-align: left;
    font-weight: 500;
  }

  .gallery-image-text-5-copy {
    padding-bottom: 20px;
    font-size: 12px;
  }

  .gallery-image-text-5-copy1 {
    height: 7%;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .text-block-27-copy2 {
    text-align: left;
    width: 100%;
  }

  .bold-text-6 {
    text-align: left;
    width: 100%;
    font-weight: 500;
  }

  .gallery-image-text-5-copy4 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .gallery-scroll-5-copy {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    padding-left: 0;
    padding-right: 0;
  }

  .hero-without-image-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .container-64 {
    max-width: none;
  }

  .hero-wrapper-two-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xlarge {
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
  }

  .uui-text-size-xlarge {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
  }

  .uui-section_heroheader02 {
    margin-top: 0;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
  }

  .body-11 {
    background-color: var(--bespokebackground);
  }

  .gallery-image-text-5-copy4-copy {
    font-size: 25px;
    line-height: 1.2em;
  }

  .italic-text-2 {
    line-height: 30px;
  }

  .rt-contact-one-hero-main-2 {
    padding-top: 50px;
  }

  .rt-form-block-3 {
    flex-flow: column;
  }

  .italic-text-3 {
    width: 100%;
    font-size: 20px;
  }

  .container-65 {
    max-width: none;
  }

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

  .italic-text-4 {
    font-size: 20px;
  }

  .video-background-section-3 {
    display: none;
  }

  .grid-section-layout {
    display: flex;
  }

  .image-wrapper-3 {
    display: none;
  }

  .heading-25, .heading-scope {
    font-size: clamp(1.5rem, 2.5vw, 4.5rem);
  }

  .team-member-text-2-copy {
    max-width: 65ch;
  }

  .container-gallery-scroll-2, .container-63-copy {
    max-width: none;
  }

  .section-32 {
    background-color: var(--bespokebackground);
  }

  .fn-heading-5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .fn-section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-column-2 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fn-paragraph-no-margin-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .image-37 {
    width: 320vw;
    height: 30vh;
  }

  .bold-text-21 {
    font-size: 30px;
    line-height: 20px;
  }

  .rt-price-two-card-wrap, .rt-price-two-card-wrap-copy1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-image-5-copy.shadow-two {
    object-fit: cover;
    object-fit: cover;
  }

  .div-block-22 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-63 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.6em;
    text-decoration: none;
  }

  .paragraph-53 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .button-14 {
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    width: 90%;
    padding-left: 15px;
  }

  .section-24-copy {
    align-items: center;
    overflow: visible;
  }

  .centered-heading-3-copy {
    margin-bottom: 24px;
  }

  .bold-text-22 {
    font-size: 40px;
  }

  .container-50-copy {
    max-width: none;
    margin-top: 0;
  }

  .hero-heading-center-copy {
    padding-top: 0;
  }

  .hero-wrapper-2-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom-24px-4-copy {
    line-height: 1.6em;
  }

  .uui-page-padding-3-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-container-large-3-copy {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-2-copy {
    padding-top: 0;
  }

  .uui-heroheader02_component-copy {
    border-top-width: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .italic-text-copy1234 {
    text-align: center;
    font-family: linotype-didot;
  }

  .text-block-53-copy-qualify {
    line-height: 30px;
  }

  .rt-component-section-8 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .rt-sticky-2.rt-tab-sticky-off.rttext-black {
    color: var(--therightgreen);
    margin-top: 0;
    font-size: 50px;
    text-decoration: none;
  }

  .rt-team-two-work-process-block-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .rt-service-step-info-2 {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-3.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-3 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-4 {
    display: none;
  }

  .hero-heading-center-copy3 {
    padding-top: 0;
    overflow: hidden;
  }

  .hero-heading-center-copy-copy1 {
    margin-top: 0;
  }

  .container-50-copy-copy1 {
    border-top-width: 0;
    max-width: none;
  }

  .centered-heading-3-copy-copy1 {
    border-bottom: .75px solid var(--darkmustyyellow);
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .bold-text-22-copy1 {
    font-family: Bodoni Moda SC, sans-serif;
    font-size: 45px;
    line-height: 1.2em;
  }

  .italic-text-13-copy-copy1 {
    font-size: 16px;
  }

  .rt-price-two-tab-contain-box-copy-q {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-auto-flow: row;
    padding-bottom: 100px;
  }

  .rt-price-two-card-wrap-copy-q {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-price-two-card-wrap-copy-q.glow-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-category-cards-text-6-copy-copy-q.rt-margin-top-fifteen-copy-q {
    text-align: center;
    text-align: center;
  }

  .text-block-57-copy-q {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .bold-text-24 {
    font-size: 27px;
  }

  .section-38 {
    background-image: linear-gradient(180deg, var(--bespokebackground), var(--bespokebackground) 18%, var(--keoweehousecream));
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-cta-button-copy-q {
    text-align: center;
    font-size: 12px;
  }

  .hero-cta-button-copy-q.hover {
    width: auto;
    padding-left: 11vw;
    padding-right: 11vw;
    overflow: visible;
  }

  .gallery-image-5-copy-darker.shadow-two {
    object-fit: cover;
    object-fit: cover;
  }

  .div-block-27 {
    aspect-ratio: auto;
    background-color: var(--bespokebackground);
    flex-flow: column;
    align-items: center;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-12 {
    z-index: auto;
    aspect-ratio: auto;
    object-fit: fill;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-64 {
    z-index: 1;
    font-size: 30px;
  }

  .section-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bespokebackground);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .gallery-overview-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 0;
  }

  .container-71 {
    max-width: none;
  }

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

  .gallery-block-3 {
    max-width: clamp(320px, 90vw, 680px);
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-image-7.shadow-two {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .gallery-slider-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: clip;
  }

  .container-72 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .gallery-wrapper-10 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .heading-31 {
    line-height: 1.2em;
    position: relative;
    left: auto;
  }

  .paragraph-54 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    line-height: 1.6em;
    position: relative;
    left: auto;
  }

  .image-46 {
    width: 100%;
    height: 36%;
    top: auto;
    left: auto;
  }

  .fn-span-color-text-copy-copy {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 35px;
  }

  .div-block-28, .div-block-29, .div-block-28-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fn-section-copy-sn {
    margin-top: 52px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-overview-2-copy-sn {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .div-block-29-copy-sn, .div-block-28-copy-sn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rt-service-process-2-copy-sn {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rt-service-process-step-2-copy-sn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2-copy-sn.rt-team-two, .rt-service-process-step-2-copy-sn.rt-team-two-copy-sn, .rt-service-process-step-2-copy-sn.rt-team-two, .rt-service-process-step-2-copy-sn.rt-team-two-copy-sn {
    display: block;
  }

  .rt-service-step-info-copy-sn {
    padding: 0 0%;
  }

  .rt-service-process-step-2-copy-snn {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rt-service-process-step-2-copy-snn.rt-team-two {
    display: block;
  }

  .rt-service-step-info-copy-snn {
    padding: 0 1%;
  }

  .rt-service-process-step-2-copysn {
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2-copysn.rt-team-two {
    display: block;
  }

  .rt-service-step-info-copy-snnn {
    padding: 0 0%;
  }

  .fn-section-copy-gc {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .gallery-overview-2-copy-gc {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .rt-service-process-2-copy-gc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rt-service-process-step-2-copy-gc {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2-copy-gc.rt-team-two, .rt-service-process-step-2-copy-gc.rt-team-two-copy-gc, .rt-service-process-step-2-copy-gc.rt-team-two, .rt-service-process-step-2-copy-gc.rt-team-two-copy-gc {
    display: block;
  }

  .rt-service-process-step-2-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2-copy.rt-team-two {
    display: block;
  }

  .rt-service-process-step-2-copy-copy-gcc {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rt-service-process-step-2-copy-copy-gcc.rt-team-two {
    display: block;
  }

  .rt-service-process-step-2-copy-gcc {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2-copy-gcc.rt-team-two {
    display: block;
  }

  .fn-span-color-text-copy-copy-copy-gc {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  .div-block-28-copy-gc {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-28-copy-copy-gc {
    margin: 10px 20px 0;
  }

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-28-copy-copy-gc-copy-sn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-circles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-73 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
    line-height: 50px;
  }

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

  .paragraph-55, .paragraph-56, .paragraph-57 {
    text-align: center;
  }

  .rt-testimonials-three-clients-image-main {
    display: none;
  }

  .rt-testimonials-three-main {
    display: block;
  }

  .rt-testimonials-three-slider {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-testimonials-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .fn-paragraph-no-margin-2-copy {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .download-pdf.hover {
    width: auto;
    padding-left: 11vw;
    padding-right: 11vw;
    overflow: visible;
  }

  .container-74 {
    max-width: none;
  }

  .icon-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    margin: 50px 0 auto;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .icon-3 {
    justify-content: flex-end;
    align-items: stretch;
    margin: 50px 0 auto;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .icon-4 {
    font-size: 170%;
  }

  .link-9 {
    color: var(--untitled-ui--white);
    -webkit-text-decoration-color: var(--untitled-ui--white);
    text-decoration-color: var(--untitled-ui--white);
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    text-decoration-thickness: .7px;
  }

  .icon-5 {
    width: 100%;
    height: auto;
    font-size: 35px;
  }

  .nav-wrapper-2-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--therightgreen);
    background-image: none;
    flex-flow: row;
    order: 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 150%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 25px;
    display: flex;
    position: relative;
    top: auto;
  }

  .main-header-nav-2-0 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    opacity: 1;
    object-fit: contain;
    background-image: linear-gradient(#002c1b4f, #002c1b4f);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .main-header-nav-3-0 {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    opacity: 1;
    object-fit: contain;
    background-image: linear-gradient(#002c1b4f, #002c1b4f);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .main-header-nav-3-0-copy {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    opacity: 1;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .main-header-nav-3-0-copy.backgroundformobilenav {
    background-image: linear-gradient(#002c1b4f, #002c1b4f), linear-gradient(#002b1b, #002b1b);
  }

  .section-41 {
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-bottom: 128px;
  }

  .link-13, .link-14, .link-15 {
    color: var(--keoweehousecream);
    text-underline-position: under;
  }

  .grid-2-desktop {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: none;
  }

  .section-42, .section-43, .section-44, .section-45 {
    display: none;
  }

  .logo-left-mobile {
    float: none;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    inset: 27px auto auto;
    overflow: visible;
  }

  .container-75 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .comparison-row-main-3 {
    grid-column-gap: 20px;
  }

  .comparison-title-3 {
    margin-left: 10px;
  }

  .comparison-row-3 {
    grid-column-gap: 20px;
  }

  .comparison-negative-3 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .menu-cta-wrap.mobile {
    display: block;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .brand-navbar {
    height: 100px;
  }

  .nav-menu-4 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link {
    height: 18px;
  }

  .navbar-3 {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-5 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-19 {
    width: 70%;
  }

  .section-46.hero-home {
    padding-top: 40px;
  }

  .master-title-home {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-34.ttile4home, .heading-34.ttile4home-yellow, .heading-34.ttile4home, .heading-34.ttile4home-yellow {
    font-size: 33px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .single-title-home {
    justify-content: center;
    align-items: center;
  }

  .image-logo {
    width: 100%;
    max-width: none;
  }

  .heading-35 {
    font-size: 30px;
    line-height: 50px;
  }

  .big-text {
    font-size: 22px;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

  .image-service-animated {
    display: none;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-100.center-landscape, .flex-heading-left.mg-bottom-80.center-phone, .flex-heading-left.mg-bottom-100.center-landscape, .flex-heading-left.mg-bottom-100.center-landscape, .flex-heading-left.mg-bottom-80.center-phone, .flex-heading-left.mg-bottom-80.center-phone {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .container-medium, .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .text-testimonial {
    font-size: 26px;
  }

  .image-wrap-testimonials-4 {
    height: 250px;
  }

  .carousel-button.testimonial-left, .carousel-button.testimonial-right, .carousel-button.testimonial-left, .carousel-button.testimonial-right {
    width: 48px;
    height: 48px;
  }

  .main-container-4, .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-quote {
    height: 44px;
  }

  .text-manifesto-big {
    font-size: 9.5vw;
  }

  .main-container-6, .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-52 {
    background-color: var(--bespokebackground);
  }

  .big-text-2 {
    font-size: 22px;
  }

  .h2-contact {
    font-size: 9vw;
  }

  .h2-contact.eyebrow.utility-margin-bottom-1rem {
    font-size: 70px;
  }

  .main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-wrap-pricing {
    margin-bottom: 52px;
  }

  .tile-pricing {
    padding: 32px 24px;
  }

  .subtitle {
    padding-top: 10px;
  }

  .main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-54.hero-studio {
    padding-top: 0;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-55.dark.under-hero-studio {
    margin-top: -140px;
    padding-top: 220px;
  }

  .text-big-number {
    font-size: 24vw;
  }

  .icon-quote-2 {
    height: 44px;
  }

  .text-manifesto-big-2 {
    font-size: 9.5vw;
  }

  .main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text-3 {
    font-size: 22px;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .main-container-12, .main-container-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cell {
    padding-right: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .cell.top {
    font-size: 18px;
  }

  .main-container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-item {
    display: none;
  }

  .heading-38 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-61.hero-home {
    padding-top: 80px;
  }

  .master-title-home-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-39 {
    font-size: 40px;
    line-height: 50px;
  }

  .single-title-home-2 {
    justify-content: center;
    align-items: center;
  }

  .button-primary-7-copy {
    width: 85%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    position: relative;
    inset: auto;
  }

  .button-21-copy {
    width: 40%;
  }

  .link-block-7, .link-block-8 {
    object-fit: scale-down;
  }

  .main-container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-10-copy {
    font-family: var(--linotype);
    text-align: center;
    margin-top: 201px;
    font-size: 12px;
    font-weight: 500;
  }

  .section-55-copy.dark.under-hero-studio {
    margin-top: -140px;
    padding-top: 220px;
  }

  .button-group-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .grid_1-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1.5fr;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    padding-top: 64px;
    overflow: hidden;
  }

  .grid_1-col.tablet-1-col.gap-xsmall.text-align_center {
    padding-top: 0;
  }

  .header.is-align-center {
    object-fit: contain;
    object-fit: contain;
    margin-bottom: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-22 {
    white-space: nowrap;
  }

  .card-8.card_body.backdrop-filter_blur {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    aspect-ratio: auto;
    object-fit: fill;
    aspect-ratio: auto;
    object-fit: fill;
    position: relative;
    overflow: hidden;
  }

  .button-23 {
    white-space: nowrap;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_3-col {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .button-24 {
    white-space: nowrap;
  }

  .avatar-3 {
    margin-bottom: 16px;
  }

  .gallery-image-wrapper-7 {
    align-items: stretch;
  }

  .gallery-scroll-7 {
    aspect-ratio: auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .gallery-wrapper-11 {
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    aspect-ratio: 2;
    object-fit: cover;
    grid-template: "." 160px
                   "." 160px
                   "Area" 160px
                   / 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .position_relative.min-height_100dvh {
    object-fit: cover;
    object-fit: cover;
    margin-top: 0;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .button-25 {
    white-space: nowrap;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .rt-service-step-number-block-4 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-component-section-10 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .rt-service-process-step-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-4.rt-team-two {
    display: block;
  }

  .rt-team-two-work-process-block-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .rt-service-step-info-3 {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-step-process-5 {
    display: none;
  }

  .button-26, .button-27 {
    white-space: nowrap;
  }

  .inside-moving-hero-studio-2 {
    width: 1070px;
  }

  .button-28 {
    white-space: nowrap;
  }

  .link-block-12 {
    object-fit: scale-down;
  }

  .tag_group {
    align-content: stretch;
  }

  .big-text-4 {
    font-size: 22px;
  }

  .main-container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-member-image-two-4 {
    margin-left: 0;
  }

  .avatar-4 {
    margin-bottom: 16px;
  }

  .button-29, .button-30 {
    white-space: nowrap;
  }

  .button-30.whitebackgroundbutton.background_inverse {
    margin-top: -45px;
  }

  .heading_h1-5.text-color_on-accent-primary.textsizesmall.allcaps.whitetext.letterspacing {
    font-size: 3rem;
  }

  .eyebrow-18.letterspacing.text-color_on-accent-primary.wedontmarkterbrands {
    font-size: 1rem;
  }

  .section-75.is-accent-secondary {
    margin-top: 0;
  }

  .section-75.is-inverse {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-75.is-accent-primary.blackbackground {
    margin-top: 0;
    padding-top: 8rem;
  }

  .text-block-122.padding_large.goldtext {
    font-size: 24px;
  }

  .container-97 {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    object-fit: fill;
    object-position: 50% 50%;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin-top: -98px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading_h3.goldtext.padding_small.text-align_center {
    font-size: .9rem;
  }

  .paragraph_large-3-5 {
    flex: 0 auto;
    font-size: .8rem;
    position: relative;
    top: 28px;
  }

  .paragraph_large-3-5.margin-bottom_none {
    font-size: .6rem;
  }

  .card_body-2.is-y-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card_body-2.on-inverse.transparent {
    height: 100%;
    min-height: auto;
  }

  .heading_h2-7.monerotfont.goldtext.shadowontext.allcaps.cinzle {
    margin-top: 0;
    font-size: 1rem;
  }

  .button-31 {
    white-space: nowrap;
  }

  .container-98.position_relative.padding-bottom_large.z-index_2 {
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 196px;
  }

  .eyebrow-20 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  }

  .heading_h2-8 {
    color: var(--bespokebackground);
  }

  .link-block-15 {
    object-fit: scale-down;
  }

  .button-32 {
    white-space: nowrap;
  }

  .heading_h1-6 {
    text-align: center;
    font-size: 3rem;
  }

  .inside-moving-hero-studio-3 {
    width: 1070px;
  }

  .link-block-18, .link-block-19 {
    object-fit: scale-down;
  }

  .main-container-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text-5 {
    font-size: 22px;
  }

  .team-member-image-two-5 {
    margin-left: 0;
  }

  .subheading-27 {
    text-align: center;
    width: 300px;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .avatar-5 {
    margin-bottom: 16px;
  }

  .heading_h1-7.whitetext.padding_large {
    font-size: 3rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .button-33 {
    white-space: nowrap;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .heading_h1-8.whitetext.allcaps {
    font-size: 4rem;
  }

  .form_horizontal-wrapper {
    flex-direction: column;
  }

  .button-34 {
    white-space: nowrap;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .button-35 {
    white-space: nowrap;
  }

  .button-35.on-inverse {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    position: static;
  }

  .heading_h1-10.margin-bottom_none {
    font-size: 1rem;
    position: static;
    top: 41px;
  }

  .image_cover-9.position_absolute.radius_all-0 {
    vertical-align: text-top;
    object-fit: fill;
    vertical-align: text-top;
    object-fit: fill;
    vertical-align: text-top;
    object-fit: fill;
    height: 100%;
    display: block;
    position: static;
  }

  .section-90.padding_none.text-color_on-overlay {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    margin-top: -186px;
    overflow: hidden;
  }

  .button-36 {
    white-space: nowrap;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .heading_h1-11 {
    font-size: 3rem;
  }

  .eyebrow-23 {
    font-family: Prata, sans-serif;
  }

  .button-37 {
    white-space: nowrap;
  }

  .gallery-image-text-5-copy5 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .section-94 {
    display: none;
  }

  .paragraph_large-4 {
    padding-top: 450px;
    padding-bottom: 0;
  }

  .paragraph_large-4.backgroundbbct {
    padding-top: 250px;
    padding-bottom: 0;
  }

  .paragraph_small-3.flex-align_center {
    margin-top: -142px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Prata, sans-serif;
  }

  .heading_h2-12 {
    padding-top: 60px;
    font-size: 1.5rem;
  }

  .section-95.padding_small {
    padding-bottom: 46.2rem;
  }

  .eyebrow-24 {
    color: var(--bespokebackground);
    padding-top: 32px;
    font-size: .8rem;
    line-height: 1.6em;
  }

  .image-50 {
    margin-top: -146px;
    display: none;
  }

  .bold-text-57 {
    line-height: 25px;
  }

  .video-wrapper {
    width: 600%;
    height: 100%;
    padding-bottom: 0%;
  }

  .section-75-5.is-accent-secondary {
    margin-top: 0;
  }

  .section-75-5.is-inverse {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-75-5.is-accent-primary.blackbackground {
    margin-top: 0;
    padding-top: 8rem;
  }

  .bbs-results-section.is-accent-secondary {
    margin-top: 0;
  }

  .bbs-results-section.is-inverse {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .bbs-results-section.is-accent-primary.blackbackground {
    margin-top: 0;
    padding-top: 8rem;
  }

  .section-76-5-copy.is-accent-secondary {
    margin-top: 0;
  }

  .section-76-5-copy.is-inverse {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-76-5-copy.is-accent-primary.blackbackground {
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text-58 {
    line-height: 30px;
  }

  .section-26-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-width: 0;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
  }

  .paragraph_large-3 {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 0;
    padding-top: 11px;
    font-size: .5rem;
    line-height: 1.2em;
    position: static;
    top: 50px;
  }

  .paragraph_large-3.margin-bottom_none {
    font-size: .6rem;
  }

  .hero-line {
    align-self: center;
  }
}

#w-node-ed0df957-42e7-0df3-e577-352399b48f14-99b48f11.w-node-_99e4179e-6c38-78cf-8ec6-b35d2016f2a0-8c94bae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167db21a-d877-5196-62ab-8419e304e85a-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f780-f4c1f77b, #w-node-_41801cc1-92f3-3161-de24-433bf4c1f7ae-f4c1f77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_167db21a-d877-5196-62ab-8419e304e881-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f7be-f4c1f77b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_167db21a-d877-5196-62ab-8419e304e85a-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f780-f4c1f77b, #w-node-_167db21a-d877-5196-62ab-8419e304e881-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f7be-f4c1f77b {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_167db21a-d877-5196-62ab-8419e304e85a-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f780-f4c1f77b {
    grid-column: span 2 / span 2;
  }

  #w-node-_167db21a-d877-5196-62ab-8419e304e881-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f7be-f4c1f77b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_167db21a-d877-5196-62ab-8419e304e85a-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f780-f4c1f77b, #w-node-_167db21a-d877-5196-62ab-8419e304e881-e304e857.w-node-_41801cc1-92f3-3161-de24-433bf4c1f7be-f4c1f77b {
    grid-column: span 1 / span 1;
  }
}
