@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-DemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #0a0a0a;
  --primary-color: #c8a04b;
  --white: white;
  --font-color-2: #121418;
  --font-color: #0a0a0a;
  --text-color: #5a5a5a;
  --bg-color-2: #161618;
  --secondary-green: #c8a04b;
}

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

.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;
}

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

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

.body {
  font-family: Work Sans, sans-serif;
}

.cf-navbar-6 {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.cf-navbar-6.navvv {
  background-color: #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-navbar-6.navvv.hideeeeee {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  display: block;
}

.cf-navbar-6.navvv.hideeeeee.homeee.xmas {
  background-color: #1a1a1a;
}

.cf-nav-4 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 26px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.cf-nav-4.subpages {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
}

.image {
  margin-top: 40px;
  position: relative;
}

.image.regular {
  margin-top: 0;
}

.cf-brand-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.cf-brand-4.w--current {
  padding-left: 0;
}

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

.phone-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wbs-button-primary-1 {
  color: #1a1a1a;
  text-align: center;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 8px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.82px;
  transition: all .3s;
}

.wbs-button-primary-1.ghost {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.wbs-button-primary-1.ghost:hover {
  color: #1a1a1a;
  background-color: #c8a04b;
  border-color: #c8a04b;
}

.wbs-nav-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.code-embed {
  color: #fff;
  font-size: 16px;
}

.cf-nav-shadow-wrapper-3 {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-nav-shadow-wrapper-3._100 {
  background-color: #0000;
  width: 100%;
}

.uui-dropdown-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.top-banner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: linear-gradient(125deg, #c8a04b, #c8a04b 62%, #c8a04b 62%, #2b2b2b 62%, #0a0a0a 62%, #0a0a0a);
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
  position: relative;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.banner-container {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-container.other-pages {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 400px;
}

.cf-navbar-main-white-div-4 {
  z-index: 10;
  width: 100%;
  padding-top: 0;
  position: relative;
}

.cf-nav-menu-4 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-nav-menu-4.v2 {
  display: none;
}

.map-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-navbar07_dropdown-list {
  z-index: 99;
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  background-color: #c8a04b;
  border-radius: .75rem;
  width: 8rem;
  padding: 4px;
}

.wbs-nav-right-dark {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.wbs-nav-right-dark.dark {
  display: none;
}

.wbs-button-primary-1-dark {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  height: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  align-self: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
}

.uui-navbar07_dropdown-toggle {
  color: #0a0a0a;
  letter-spacing: 1px;
  align-items: center;
  margin-left: -21px;
  margin-right: -21px;
  padding: 15px 2.5rem 15px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cf-nav-links-wrapper-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-nav-links-wrapper-4.hide, .cf-nav-button-wrapper-2.dekstop-hide {
  display: none;
}

.nav-section {
  width: 100%;
}

.cf-nav-links-3 {
  opacity: .5;
  color: #fff;
  padding: 0 0 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links-3.w--current {
  opacity: 1;
  color: #fff;
  border-bottom: 2px #1de1da;
}

.cf-nav-links-3.opacity-100 {
  opacity: 1;
  font-weight: 600;
}

.cf-nav-links-3.opacity-100._123 {
  color: #000;
  text-transform: capitalize;
  cursor: pointer;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.cf-nav-links-3.opacity-100._123.mobile {
  display: none;
}

.cf-nav-links-3.opacity-100._123.xmas, .cf-nav-links-3.opacity-100._123.xmas.w--current {
  color: var(--white);
}

.cf-navigation-logo-4 {
  object-fit: contain;
  width: 174px;
}

.cf-navigation-logo-4.regular {
  width: 185px;
}

.cf-navigation-logo-4.regular.sub {
  display: none;
}

.primary-btn-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #a8842f;
  border: 1px #a8842f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.4px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-btn-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 2px #1de1da;
}

.cf-nav-links-3-black {
  opacity: .5;
  padding: 0 0 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links-3-black.w--current {
  opacity: 1;
  color: #fff;
  border-bottom: 2px #1de1da;
}

.cf-nav-links-3-black.opacity-100 {
  opacity: 1;
  font-weight: 600;
}

.cf-nav-links-3-black.opacity-100._123 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
}

.cf-nav-links-3-black.opacity-100._123.w--current {
  color: #c8a04b;
}

.code-embed-2 {
  color: #fff;
  height: 24px;
  padding-top: 2.25px;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.righttt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.lefttt2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.lefttt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rating-4 {
  background-color: #0000;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 0;
  display: flex;
}

.image-1599 {
  width: 105px;
  position: relative;
  top: 2px;
}

.hero-section {
  padding: 0 32px 32px;
  overflow: hidden;
}

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

.info-content-3 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
  margin-right: 0;
  display: flex;
}

.div-block-167 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-1631 {
  width: 20px;
}

.div-block-416 {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  display: flex;
  position: relative;
}

.div-block-416.landingpage {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

.text-block-1289 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  margin-right: 2px;
  font-weight: 500;
  line-height: 100%;
}

.page-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page-wrap.wcu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.page-wrap.testimonials {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.page-wrap.testimonials.xmas {
  z-index: 1;
  position: relative;
}

.page-wrap.cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.page-wrap.cta.xmas {
  z-index: 1;
  position: relative;
}

.rating-logo_wrap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
  position: static;
  top: 3px;
}

.hero-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 8px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.hero-btn:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.hero-btn.green {
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 120%;
  display: flex;
}

.hero-btn.green:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hero-btn.green.svcs {
  color: var(--white);
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.hero-btn.green.svcs:hover {
  border-color: var(--white);
  color: var(--white);
}

.hero-btn.green._55 {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-btn.asf {
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-btn.asf.fa:hover {
  border-color: var(--bg-color);
  color: var(--bg-color);
}

.hero-btn.asf.fa.vv {
  text-align: center;
  width: 100%;
}

.hero-btn._55 {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-btn._55:hover {
  border-color: var(--font-color-2);
  color: var(--font-color-2);
}

.hero-btn._55.xmas:hover {
  border-color: var(--white);
  color: var(--white);
}

.star-wrap-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  display: flex;
}

.rating-text-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  width: 862px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  top: -8px;
}

.paragraph-2.lp {
  text-align: center;
  letter-spacing: -.9px;
  width: 720px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  top: 0;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.heading.mobile {
  display: none;
}

.heading.desktop {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
}

.heading.desktop.lp {
  text-align: center;
  text-transform: uppercase;
  width: 1100px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.image-7 {
  width: 13px;
}

.secondary-btn {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.secondary-btn:hover {
  color: #fff;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
}

.secondary-btn.hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-container {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1368px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.hero-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hero-button.lp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.div-block-389 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
}

.div-block-371 {
  background-color: #57343400;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: var(--primary-color);
}

.info-content-4 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.info-content-4.auu {
  grid-row-gap: 8px;
}

.link-block-24 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.rating-logo_wrap-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: -4px;
  display: flex;
  position: static;
  top: 3px;
}

.rating-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f7f03b;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.rating-3.cta._1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.rating-3.faf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
  line-height: 120%;
}

.text-block-4.black {
  color: var(--font-color);
}

.text-block-4.black.xmas {
  color: var(--white);
}

.image-1630 {
  width: 105px;
  position: relative;
}

.rating-text-4 {
  color: var(--font-color);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.rating-text-4.fa {
  font-weight: 600;
}

.rating-text-4.fa.xmas, .rating-text-4.white {
  color: var(--white);
}

.div-block-417 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.star-wrap-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: auto;
  display: flex;
}

.ghost-button {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.ghost-button:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.ghost-button.svcs {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  line-height: 120%;
}

.ghost-button.black {
  color: #000;
  border-color: #000;
  line-height: 120%;
}

.ghost-button.black:hover {
  border-style: solid;
  border-color: var(--primary-color);
  color: #fff;
}

.page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-container.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-container.no-padding {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-bag-begun {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f5f5f3;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-bag-begun.auu {
  background-color: var(--white);
  border-radius: 0;
}

.p-about-strong {
  color: #1a1a1a;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.p-about-strong.brazos {
  color: #464646;
  font-size: 18px;
  line-height: 24px;
}

.div-bag-begun-3 {
  border-right: 2px #fff;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-block-226 {
  color: #ddd;
  background-color: #c8c7c7;
  width: 1px;
  height: 110%;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.div-division-negative {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-self: auto;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-division-negative.au {
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-items: center stretch;
}

.div-division-negative.au._1 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-division-negative.au._1._24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.h3-child-more {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-decoration: none;
}

.h3-child-more.brazos {
  color: #464646;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.h3-child-more.xmas {
  color: #1a1a1a;
}

.text-orange-span {
  font-family: Oswald, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.counter-section.au {
  background-color: #f2f2f2;
}

.container-125 {
  max-width: 1200px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.span-quarter-river {
  color: #000;
  padding: 0;
  font-size: 80px;
  font-weight: 400;
  text-decoration: none;
}

.span-quarter-river.counterup {
  color: #333;
  text-align: center;
  font-family: Oswald, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.span-quarter-river.counterup.brazos {
  color: #464646;
  font-size: 48px;
  line-height: 120%;
}

.span-quarter-river.counterup.xmas {
  color: #1a1a1a;
}

.wcu-section {
  position: relative;
  overflow: hidden;
}

.div-block-418 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.div-block-418.hide {
  display: none;
}

.div-block-419 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-419.v2 {
  cursor: pointer;
  justify-content: flex-start;
  width: 100%;
  min-height: 336px;
  max-height: 100%;
}

.div-block-420 {
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 12px;
}

.div-block-421 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.wcu-heading {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-3 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.code-embed-3 {
  color: #fff;
}

.code-embed-3.green {
  color: var(--primary-color);
  display: none;
}

.div-block-422 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-green.filtered {
  filter: brightness(500%);
}

.header-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-div.center {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  position: relative;
}

.header-div.left {
  justify-content: flex-end;
  align-items: flex-start;
}

.header-div.left.hww {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.subheader {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.subheader.left {
  align-self: flex-start;
}

.subheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.subheading.white {
  color: #fff;
}

.subheading.xmas, .subheading.text-white {
  color: var(--white);
}

.component-gray-left {
  z-index: -1;
  width: 565px;
  height: 83px;
  position: absolute;
  inset: 2% auto auto -265px;
}

.component-gray-left.tt {
  width: 384px;
  height: auto;
  top: 10%;
  left: -149.5px;
}

.component-gray-left.tt.svcs {
  top: 5%;
}

.component-gray-left.xmas {
  inset: 0% auto auto 0%;
}

.component-gray-right {
  z-index: -1;
  width: 565px;
  height: 83px;
  position: absolute;
  inset: 2% -265px auto auto;
}

.component-gray-right.tt {
  width: 384px;
  height: auto;
  top: 10%;
  right: -149.5px;
}

.component-gray-right.tt.svcs {
  top: 5%;
}

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

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

.h1.center.wcu {
  width: auto;
  line-height: 120%;
}

.h1.center.wcu.left {
  text-align: left;
  width: auto;
}

.h1.center.wcu.left.areas1 {
  text-align: center;
  font-size: 32px;
}

.h1.center.wcu.left.areas1.xma {
  color: var(--white);
}

.h1.center.wcu.giving {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
}

.h1.center.wcu.fiancial.financial-heading {
  text-align: left;
  font-size: 64px;
}

.h1.center.wcu.fiancial.financial-heading.financial-3 {
  letter-spacing: -.96px;
  font-size: 32px;
}

.h1.center.wcu.fiancial.financial-heading.financial-3.fiancial-4 {
  color: #161618;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.h1.center.wcu.xmas {
  color: var(--white);
}

.h1.center.svcs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -2px;
  flex-flow: row;
  width: 990px;
  line-height: 120%;
  display: block;
}

.h1.center.svcs.xmas {
  color: var(--white);
}

.h1.white {
  color: #fff;
  line-height: 120%;
}

.h1.white.center {
  font-size: 56px;
  line-height: 120%;
}

.h1.white.wcu {
  line-height: 150%;
}

.h1.cta {
  letter-spacing: -.4px;
  line-height: 74px;
}

.h1.xmas {
  color: var(--white);
}

.h1.stories-heading2 {
  letter-spacing: -3px;
  width: auto;
  font-size: 64px;
  line-height: 120%;
}

.p-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

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

.p-text.center.wcu {
  letter-spacing: 0;
  width: 840px;
}

.p-text.center.wcu.left {
  text-align: left;
  letter-spacing: -.36px;
  width: auto;
}

.p-text.center.wcu.left.areas {
  text-align: center;
  width: 794px;
}

.p-text.center.wcu.xmas {
  color: var(--white);
}

.p-text.center.svcs {
  letter-spacing: -.25px;
  width: 840px;
}

.p-text.center.svcs.charity-text {
  text-align: left;
  width: auto;
}

.p-text.center.svcs.charity-text.job-text {
  font-size: 14px;
}

.p-text.center.svcs.charity-text.sol-text {
  color: #565656;
  letter-spacing: 0;
  font-size: 16px;
}

.p-text.center.svcs.financial-text {
  text-align: left;
  letter-spacing: -.18px;
  width: auto;
}

.p-text.center.svcs.xmas {
  color: var(--white);
}

.p-text.left {
  text-align: left;
}

.p-text.left.wcu {
  text-align: left;
  width: 831px;
}

.p-text.left.abt {
  color: #565656;
}

.p-text.left.abt.xmas {
  color: var(--white);
}

.p-text.white {
  color: #fff;
  letter-spacing: -.9px;
}

.p-text.white.center.cta {
  width: 720px;
}

.p-text.white.center.svcs {
  width: 640px;
}

.div-block-423 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-423.af {
  justify-content: center;
  align-self: center;
  align-items: stretch;
}

.about-us {
  z-index: 1;
  background-color: #f5f5f3;
  position: relative;
  overflow: hidden;
}

.about-us.auu {
  background-color: var(--white);
}

.div-block-424 {
  z-index: -1;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% -18% auto auto;
}

.text-block-8 {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
}

.ghost-btn {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.ghost-btn:hover {
  background-color: #a8842f;
  border-color: #a8842f;
}

.ghost-btn:focus {
  box-shadow: none;
  border-style: solid;
}

.ghost-btn.sections {
  border-style: none;
  padding: 0;
}

.ghost-btn.sections:hover {
  background-color: #0000;
}

.paragraph-24 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.starrr {
  color: #c8a04b;
  height: 16px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph.left {
  text-align: left;
}

.paragraph.left.auu {
  margin-bottom: 24px;
}

.text-block-1294 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.about-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: 40% auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about-left.auu {
  display: flex;
}

.about-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-block-1308-copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.header-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-div-2.wcu {
  margin-bottom: 26px;
}

.header-div-2.wcu.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.image-1635 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  height: 100%;
}

.image-1635.fa {
  width: 100%;
}

.button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-wrap.center {
  z-index: 5;
  z-index: 5;
  align-self: center;
  position: relative;
}

.button-wrap.center.agag {
  align-self: auto;
}

.button-wrap.svcs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-415 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-415.fa {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-425 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c8a04b;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-426 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 20vh;
}

.div-block-426.asf, .div-block-426.saf {
  position: static;
}

.image-1612 {
  width: 40px;
  height: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.heading-2.left {
  text-align: left;
  text-align: left;
  line-height: 74px;
}

.code-embed-4 {
  color: #e3cd8f;
  width: 23px;
  height: 24px;
}

.code-embed-4.fafa {
  color: #a8842f;
}

.subheader-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-427 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.wbs-button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 12px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .3s;
}

.wbs-button-primary-2:hover {
  background-color: #0000;
  border-color: #fff;
}

.wbs-button-primary-2.fafa {
  background-color: #a8842f;
  border-color: #a8842f;
}

.wbs-button-primary-2.fafa:hover {
  background-color: #0000;
  border-color: #fff;
}

.image-1634 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 355px;
}

.image-1634._241 {
  height: 100%;
}

.div-block-350 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  position: static;
  inset: 8% 7% auto auto;
}

.div-block-428 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.about-wrap {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-429 {
  height: 278px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.grid.faf {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-430 {
  width: 100%;
}

.div-block-431 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lines {
  width: 565px;
  height: auto;
  position: relative;
  left: 130px;
  right: 0;
}

.lines.l {
  left: 190px;
}

.lines.l.af {
  position: absolute;
  inset: 9% auto auto -27%;
}

.lines.l.faq {
  position: absolute;
  inset: 9% -27% auto auto;
}

.lines.m {
  width: 384px;
  left: 50px;
}

.lines.sm {
  width: 262px;
  left: -38px;
}

.lines.sm.ff {
  left: -79px;
}

.lines.sm.ff.ga {
  position: absolute;
  inset: 5% auto auto -8%;
}

.lines.sm.ff.faq {
  position: absolute;
  inset: 5% -8% auto auto;
}

.lines.lleft {
  left: -110px;
}

.lines.mleft {
  width: 527px;
  left: -172px;
}

.lines.smleft {
  width: 458px;
  left: -167px;
}

.lines.ttsm {
  width: 262px;
  left: -38px;
}

.lines.ttsm.top-right {
  position: absolute;
  inset: 23% -170px auto auto;
}

.lines.ttsm.top-right.v2 {
  top: 30%;
}

.lines.ttsm.top-right.v2.svcs {
  top: 13%;
}

.lines.ttsm.top-right.v2.svcs.det {
  top: 10%;
}

.lines.ttsm.top-left {
  position: absolute;
  inset: 23% auto auto -170px;
}

.lines.ttsm.top-left.v2 {
  top: 30%;
}

.lines.ttsm.top-left.v2.svcs {
  top: 13%;
}

.lines.ttsm.top-left.v2.svcs.det {
  top: 10%;
}

.lines.sm-copy {
  width: 262px;
  left: -38px;
}

.lines.sm-copy.ff {
  left: -79px;
}

.lines.sm-copy.ff.ga {
  position: absolute;
  inset: 5% auto auto -8%;
}

.lines.sm-copy.ff.faq {
  position: absolute;
  inset: 5% -8% auto auto;
}

.lines.faqqq {
  width: 262px;
  left: -38px;
}

.lines.faqqq.ff {
  left: -79px;
}

.lines.faqqq.ff.ga {
  position: absolute;
  inset: 5% auto auto -8%;
}

.lines.faqqq.ff.faq {
  position: absolute;
  inset: 5% -8% auto auto;
}

.lines.asdasdas {
  left: 190px;
}

.lines.asdasdas.af {
  position: absolute;
  inset: 9% auto auto -27%;
}

.lines.asdasdas.af.sa {
  top: 2%;
}

.lines.asdasdas.faq {
  position: absolute;
  inset: 9% -27% auto auto;
}

.medium {
  width: 384px;
  position: relative;
  left: 45px;
}

.small {
  width: 262px;
  position: relative;
  left: -30px;
}

.div-block-432 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-432.left {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 49% auto 0% 0%;
}

.div-block-432.asf {
  position: absolute;
  inset: 2% -27% auto auto;
}

.div-block-432.asf.lll {
  position: absolute;
  inset: 2% auto auto -27%;
}

.div-block-432.hide {
  display: none;
}

.hww-section {
  background-color: var(--bg-color);
  position: relative;
}

.hww-section.white {
  background-color: var(--bg-color);
}

.paragraph-25 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-25.left {
  text-align: left;
}

.paragraph-25.left.wcu {
  color: #aaa;
  margin-bottom: 32px;
}

.wcu-r-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f8f8f8;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 60px 24px 24px;
  display: flex;
  position: sticky;
  top: 32%;
}

.wcu-r-content._2 {
  background-color: #f5f5f3;
  border-color: #ddd;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  top: 10%;
}

.wcu-r-content._4 {
  background-color: #f5f5f3;
  border-color: #ddd;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  top: 20%;
}

.wcu-r-content._1 {
  background-color: #f5f5f3;
  border-color: #ddd;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  top: 5%;
}

.wcu-r-content._3 {
  background-color: #f5f5f3;
  border-color: #ddd;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  top: 15%;
}

.div-block-433 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.wbs-button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 12px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .3s;
}

.wbs-button-primary-3:hover {
  background-color: #0000;
  border-color: #fff;
}

.wbs-button-primary-3.wcu {
  font-weight: 700;
}

.header-div-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-div-3.wcu {
  margin-bottom: 26px;
}

.header-div-3.wcu.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.wcu-wrap {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-435 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-435.asf {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.paragraph-5 {
  color: #000;
  letter-spacing: -.9px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.code-embed-5 {
  color: #e3cd8f;
  width: 23px;
  height: 24px;
}

.code-embed-5.black {
  color: #c8a04b;
}

.subheader-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wcu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.wcu-c-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wcu-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-3 {
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.image-1632 {
  object-fit: cover;
  border-radius: 16px;
  height: 360px;
}

.div-block-436 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-1295 {
  color: #0a0a0a;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}

.left-arrow {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: none;
  inset: -30% 12% auto auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #a8842f;
  border-color: #a8842f;
}

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

.image-1636 {
  width: 50px;
}

.slide {
  margin-right: 16px;
}

.paragraph-23 {
  color: #000;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-349 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 293px;
  padding: 24px;
  display: flex;
  position: relative;
}

.starrr-2 {
  color: #c8a04b;
  height: 16px;
}

.slider {
  background-color: #0000;
  width: 1200px;
  display: block;
}

.right-arrow {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: none;
  inset: -30% 7% auto auto;
}

.right-arrow:hover {
  color: #fff;
  background-color: #a8842f;
  border-color: #a8842f;
}

.text-block-1304 {
  color: #0c0c0c;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-413 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-411.separate {
  width: 100%;
}

.div-block-437 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.slide-nav {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
}

.div-block-412 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.paragraph-22 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 125%;
}

.code-embed-7 {
  border: 15px solid #fff;
  border-radius: 16px;
  height: 100%;
  display: none;
}

.div-block-438 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.cta-section {
  background-image: linear-gradient(#1a1a1ab3, #1a1a1ab3), url('../images/cta.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.div-block-439 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-section {
  position: relative;
  overflow: hidden;
}

.uui-faq04_question-2 {
  color: #0c0c0c;
  cursor: pointer;
  border: 1px #ccc;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.uui-faq04_accordion-2 {
  background-color: #f5f5f3;
  border: 1px solid #5a5a5a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-348 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-space-medium-10 {
  width: 100%;
  min-height: 24px;
}

.p-2 {
  color: #000;
  letter-spacing: 0;
  width: 640px;
  font-size: 16px;
  line-height: 150%;
}

.p-2.v2 {
  width: auto;
}

.uui-faq04_list.first-col.real-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.uui-faq04_heading-2 {
  color: #000;
  letter-spacing: -.5px;
  text-transform: uppercase;
  width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.uui-faq04_heading-2.v2 {
  width: auto;
}

.accordion-icon_component-4 {
  color: #0c0c0c;
  -webkit-text-stroke-color: #0c0c0c;
  border: 2px #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq04_answer-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.uui-faq04_icon-wrapper {
  color: #7f56d9;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
}

.uui-faq04_number {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.code-embed-8 {
  color: #000;
  width: 20px;
  height: 20px;
}

.contact-section {
  background-color: #f2f2f2;
  overflow: hidden;
}

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

.contact-wrap.xmas {
  z-index: 1;
  position: relative;
}

.contact-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-378 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.text-block-143 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-143.xmas {
  color: var(--white);
}

.div-block-379 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

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

.div-block-440 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.text-block-1305 {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-383 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-383.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
}

.div-block-441 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-441.message {
  margin-bottom: 0;
}

.contact-right {
  border-radius: 16px;
}

.success-message {
  background-color: var(--primary-color);
  border-radius: 16px;
  height: 344px;
}

.text-field {
  color: #1a1a1a;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
}

.text-field:focus {
  border-color: var(--primary-color);
}

.text-field::placeholder {
  color: #1a1a1a;
}

.text-block-1310 {
  color: #1a1a1a;
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  width: 494px;
  font-size: 16px;
  line-height: 24px;
}

.textarea {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  min-height: 144px;
  margin-bottom: 32px;
}

.textarea:focus {
  border-color: var(--primary-color);
}

.textarea::placeholder {
  color: #1a1a1a;
}

.submit-button {
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-393 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-form-wrap {
  background-color: #e1e8ec;
  border-radius: 16px;
  padding: 24px;
}

.footer-section {
  background-color: #0a0a0a;
  overflow: hidden;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #cec7c7;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .6fr 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 32px;
  font-weight: 300;
  display: grid;
  position: relative;
}

.container-96 {
  border-top-left-radius: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.footer-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-menu-title {
  color: #fff;
  letter-spacing: -.005em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}

.footer-wrap-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.image-202 {
  border-radius: 0;
  padding: 0;
}

.footer-logo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: none;
}

.footer-logo.hide-mobile {
  display: flex;
}

.div-block-264 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-15:hover {
  transform: translate(8px);
}

.link-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-block-26.red {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
}

.link-block-26.red:hover {
  transform: translate(10px);
}

.text-block-1263 {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.div-block-397 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-384 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0e0f18;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.footer-menu-list.red {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-1614 {
  width: 80px;
}

.text-block-1311 {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.text-block-1311:hover {
  transform: translate(8px);
}

.text-block-1311.maps {
  color: var(--white);
  text-decoration: underline;
}

.link-block-27 {
  align-self: flex-start;
  text-decoration: none;
}

.text-block-1264 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.link-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-443 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

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

.div-block-444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-444.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
}

.div-block-263 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-445 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-1312 {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-446 {
  align-self: center;
  position: relative;
}

.heading-5 {
  opacity: .07;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.services-section {
  position: relative;
  overflow: hidden;
}

.services-slide {
  z-index: 0;
  opacity: .2;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.xmas {
  position: static;
}

.slider-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  color: #000;
  text-align: center;
  flex-flow: column;
  padding: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  transition: opacity .3s;
  display: flex;
}

.slider-text.v2 {
  padding: 12px;
}

.services-next {
  z-index: 1;
  background-color: var(--primary-color);
  color: #0a0a0a;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 50% 2% 50% auto;
}

.services-prev {
  z-index: 1;
  background-color: var(--primary-color);
  color: #0a0a0a;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 50% auto 50% 2%;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  border-radius: 1.5rem;
  transition: opacity .5s;
}

.services-wrapper {
  display: flex;
}

.div-block-447 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  height: 560px;
  padding: 16px 16px 24px;
  display: flex;
}

.div-block-447._2 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/25f3609f1e39f001d6503321353345e8aa0311eb.jpg');
}

.div-block-447._2._22 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-4.jpg');
}

.div-block-447._3 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/e885b45da98797046cb3fb097ce3a643a0ce4382.jpg');
}

.div-block-447._3._33 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-5.jpg');
}

.div-block-447._4 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/234ed8e9cc2c6b0b5dd6d599ae73220d39517d3d.jpg');
}

.div-block-447._4._44 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-6.jpg');
}

.div-block-447._5 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/e4f23a65b8fad5fa2003a9c119b11aac185218a2.jpg');
}

.div-block-447._5._55 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-7.jpg');
}

.div-block-447._6 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-1.jpg');
}

.div-block-447._7 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/9a43e1e596fab252280e9860974b59674bce5520.jpg');
}

.div-block-447._8 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/e1288b866a96613cf77e4702a4cc8463426376d6.jpg');
}

.div-block-447._9 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/cf2d9e08a63f17f9c43abe6c207cba13f96eea0b.png');
}

.div-block-447.maintenance {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/roof-slide-3.jpg');
}

.text-block-1313 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.button-wrap-svcs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-wrap-svcs.center {
  z-index: 5;
  z-index: 5;
  align-self: center;
  position: relative;
}

.button-wrap-svcs.center.agag {
  align-self: auto;
}

.button-wrap-svcs.svcs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-448 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-449 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-450 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 4% auto auto 0%;
}

.div-block-450.right {
  inset: 4% 0% auto auto;
}

.compservtop {
  width: 384px;
  position: relative;
  left: -263px;
}

.compservtop.right {
  position: relative;
  left: auto;
  right: -453px;
}

.compservmid {
  width: 565px;
  position: relative;
  left: -406px;
}

.compservmid.right {
  left: auto;
  right: -406px;
}

.image-1637 {
  width: 262px;
  position: relative;
  left: -172px;
}

.image-1637.right {
  left: 477px;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem;
  display: flex;
}

.uui-logos04_wrapper._9 {
  margin-right: 10px;
}

.uui-logos04_logo {
  width: 100px;
  max-width: none;
}

.uui-logos04_logo._2 {
  width: 250px;
  min-width: auto;
  max-width: none;
  height: auto;
}

.uui-logos04_logo._2._22 {
  width: 100px;
}

.uui-logos04_logo._3 {
  width: 250px;
}

.uui-logos04_logo._4 {
  width: 106px;
}

.uui-logos04_logo._5 {
  width: 173px;
}

.uui-logos04_logo._5._55 {
  width: 200px;
}

.uui-logos04_logo._6 {
  width: 250px;
}

.uui-logos04_logo._6._66 {
  width: 80px;
}

.uui-logos04_logo.div-block-371 {
  width: 293px;
}

.uui-logos04_logo._7 {
  width: 200px;
}

.uui-logos04_logo._8 {
  width: 90px;
}

.uui-logos04_logo._8.hayward {
  width: 250px;
  height: auto;
}

.uui-logos04_logo._8.chamber {
  width: 120px;
}

.uui-logos04_logo._8.bbb, .uui-logos04_logo._8.greateer {
  width: 150px;
}

.uui-logos04_logo._9 {
  width: 300px;
  margin-right: 10px;
}

.uui-logos04_logo._9._99 {
  width: 200px;
}

.uui-logos04_logo._9._100 {
  width: 100px;
}

.uui-logos04_logo._10 {
  border-radius: 8px;
  width: 293px;
}

.uui-logos04_logo._11 {
  width: 210px;
}

.uui-logos04_logo._12 {
  width: 114px;
}

.uui-logos04_logo._13 {
  width: 480px;
}

.uui-logos04_logo._14 {
  width: 200px;
}

.container-126 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.clients-inner {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.clients-padding {
  width: 100%;
}

.uui-logo-loop_inner {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.clients-wrap {
  position: relative;
}

.uui-logo-loop_component {
  margin-top: 0;
}

.clients {
  background-color: var(--white);
  overflow: hidden;
}

.clients.og {
  background-color: #f5f5f3;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  display: flex;
  position: relative;
  left: auto;
}

.uui-logos04_list.giving-logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-right: 0;
}

.preloader-3 {
  z-index: 2147483647;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-main-bg {
  background-color: #f5f5f3;
  position: absolute;
  inset: 0%;
}

.preloader-bg-line-3 {
  background-color: #101010;
  width: 33.3333%;
}

.preloader-bg-line-3.themed {
  background-color: var(--primary-color);
}

.preloader-logo-4 {
  width: 350px;
  display: inline-block;
  position: relative;
}

.form.hide {
  display: none;
}

.div-block-451 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 25px;
}

.link-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-29.lp {
  padding-left: 8px;
  padding-right: 8px;
}

.image-1638 {
  width: 24px;
}

.div-block-452 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-wrapper.hide {
  display: block;
}

.image-1639 {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.uui-layout32_content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  padding-top: 30px;
  padding-right: 40px;
  display: flex;
}

.uui-layout32_content-right.images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-right: 0;
}

.div-block-81 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.uui-layout32_component-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f5f5f3;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 0;
  display: grid;
  position: relative;
}

.uui-layout32_timeline-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-wrapper-3.blank-space {
  border-radius: 16px;
  height: 280px;
}

.uui-layout32_timeline-wrapper-3.blank-space.oppp {
  height: 320px;
}

.uui-icon-featured-outline-large-8 {
  color: #0c0c0c;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper-3 {
  z-index: 1;
  background-color: #e6e6e6;
  border-radius: 100%;
  position: relative;
}

.uui-layout32_timeline-left-3 {
  z-index: 1;
  background-color: var(--bg-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  top: 0;
}

.uui-layout32_timeline-left-3._2._4, .uui-layout32_timeline-left-3._3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.uui-layout32_progress-bar-wrapper-3 {
  color: #fff;
  background-color: #d4d4d4;
  border: 4px #d4d4d4;
  width: 4px;
  height: 95%;
  display: block;
  position: absolute;
}

.paragraph-21 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-1292 {
  border: 1px solid var(--white);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0a0a0a;
  border: 1px solid #5a5a5a;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 277px;
  padding: 24px;
  display: flex;
}

.uui-layout32_progress-bar-3 {
  background-color: #d4d4d4;
  border: 2px solid #c8a04b;
  width: 2px;
  height: 100%;
}

.process-mid {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-left: 80px;
  display: flex;
}

.div-block-82 {
  background-color: #d4d4d4;
  width: 100%;
  height: 4px;
}

.timeline_date-text-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.right-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-1640 {
  object-fit: cover;
  border-radius: 8px;
  width: 320px;
  min-width: 320px;
  height: 100%;
}

.paragraph-26 {
  color: var(--white);
  text-align: left;
  overflow-wrap: break-word;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-1314 {
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-419-non-animate {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-453 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0006, #0006), url('../images/a52ceaff2a4c50b5b6bf7e8161f60c7414751684.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end stretch;
  height: 560px;
  padding: 48px;
  display: grid;
}

.div-block-454 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-455 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.faq-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#0000, #1b182c), url('../images/b93ed0bebffd08b848c013a1d44ab6aa8277c640.png');
  background-position: 0 0, 58%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.paragraph-27 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.banner-section {
  background-image: linear-gradient(#00000073, #00000073);
  height: 400px;
}

.banner-section.cu {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-roofer-branded.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.cu.xmas {
  position: relative;
}

.banner-section.faq {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.banner-section.faq.xmas {
  position: relative;
}

.banner-section.svcs {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs.ow {
  background-image: linear-gradient(#00000073, #00000073), url('../images/work-onyx.jpg');
  background-position: 0 0, 50% 45%;
}

.banner-section.svcs.ow.xmas {
  position: relative;
}

.banner-section.svcs.og {
  background-image: linear-gradient(#00000073, #00000073), url('../images/98f0ffe1e74a045740757d2445837dbda733d3ba.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ld3r {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ld3r.landsacpe {
  background-image: linear-gradient(#00000073, #00000073), url('../images/landscape-architect.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ld3r.landsacpe.xmas {
  position: relative;
}

.banner-section.svcs-template.cc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/80f97a0caeaa796bca4c906ed477b014b55e0f29.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.cc.xmas {
  position: relative;
}

.banner-section.svcs-template.ppw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/2c747d665faf1f230817cf040d16a1a7e402c0c6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ppw.xmas {
  position: relative;
}

.banner-section.svcs-template.fnsw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/fb5cc3573c471d2d951dd63637bae12dfe8c5929.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.fnsw.xmas {
  position: relative;
}

.banner-section.svcs-template.rw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/0cefa8beb941d8597a8715b86b0117634184f218.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.rw.xmas {
  position: relative;
}

.banner-section.svcs-template.ok {
  background-image: linear-gradient(#00000073, #00000073), url('../images/outdoorkitchecn.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ok.xmas {
  position: relative;
}

.banner-section.svcs-template.papc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/25f3609f1e39f001d6503321353345e8aa0311eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.papc.xmas {
  position: relative;
}

.banner-section.svcs-template.fpof {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b7c4dd09d7eded2d9401cea4db06fa1bf1c17e17.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.fpof.xmas {
  position: relative;
}

.banner-section.svcs-template.pdc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/916db6220c7dab66eca69e7738ccf644e01f424c.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.pdc.xmas {
  position: relative;
}

.banner-section.svcs-template.ati {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b9426c0e2d1699cf772212dc781d48f123ed6284.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ati.xmas {
  position: relative;
}

.banner-section.svcs-template.ds {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e4f23a65b8fad5fa2003a9c119b11aac185218a2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ds.xmas {
  position: relative;
}

.banner-section.svcs-template.is {
  background-image: linear-gradient(#00000073, #00000073), url('../images/75e233b9c88c512c484561380c70fa4182275ea0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.is.xmas {
  position: relative;
}

.banner-section.svcs-template.ll {
  background-image: linear-gradient(#00000073, #00000073), url('../images/856455c4023445d654967697e1b3fd396dbbc470.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ll.xmas {
  position: relative;
}

.banner-section.svcs-template.si {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b995dd92c9367b85d581eb33d548dd23cc3fc35d_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.si.xmas {
  position: relative;
}

.banner-section.svcs-template.tp {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e45afe321ce54aba47ef8517b0dbaf40d643dbc8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.tp.xmas {
  position: relative;
}

.banner-section.svcs-template.rgb {
  background-image: linear-gradient(#00000073, #00000073), url('../images/c77f865f362ca273a7f50713d303689e270989d2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.rgb.xmas {
  position: relative;
}

.banner-section.svcs-template.ms {
  background-image: linear-gradient(#00000073, #00000073), url('../images/5f618860c1bf43943a75ae9ad06abb5c58aad250.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.ms.xmas {
  position: relative;
}

.banner-section.svcs-template.fc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/0ba8397cde41e73a6366503b562c22a570156127.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.fc.xmas {
  position: relative;
}

.banner-section.svcs-template.dto {
  background-image: linear-gradient(#00000073, #00000073), url('../images/acfee98b4d9a32a862dc7499f1008bef91ef74af.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.banner-section.svcs-template.dto.xmas {
  position: relative;
}

.banner-section.svcs-template.fbi {
  background-image: linear-gradient(#00000073, #00000073), url('../images/fac1f9c51d1e5cf9c4dc40b22232a6d7fd0086e5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.fbi.xmas {
  position: relative;
}

.banner-section.svcs-template.cd {
  background-image: linear-gradient(#00000073, #00000073), url('../images/4fa1f30efe06ee43889113fb53d5af7019973fa5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.cd.xmas {
  position: relative;
}

.banner-section.svcs-template.sfa {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e698dd91116b894a0ff216fd2ee7d90d218830d2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.sfa.xmas {
  position: relative;
}

.banner-section.svcs-template.maintenance-serv {
  background-image: linear-gradient(#00000073, #00000073);
}

.banner-section.svcs-template.maintenance-serv.xmas, .banner-section.svcs-template.maintenance-serv.video {
  position: relative;
}

.banner-section.svcs-template.dwc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/decking.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.svcs-template.dwc.xmas {
  position: relative;
}

.banner-section.sss {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e7621d6bb2953945445b8c51495ac6a46ba68541.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.banner-section.blogs {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e7621d6bb2953945445b8c51495ac6a46ba68541.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.blogs.xmas {
  position: relative;
}

.banner-section.des {
  background-image: linear-gradient(#00000073, #00000073), url('../images/design.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.des.xmas {
  position: relative;
}

.banner-section.career {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-team-women.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.career.xmas {
  position: relative;
}

.heading-6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 70px;
  line-height: 95px;
}

.heading-6.cha {
  position: relative;
}

.about-img {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-1642 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 560px;
}

.div-block-456 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-1643 {
  object-fit: cover;
  border-radius: 16px;
  height: 268px;
}

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

.au-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.heading-7 {
  color: #0a0a0a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

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

.image-1644 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.au-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.paragraph-28 {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-28.xmas {
  color: var(--white);
}

.mv-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-457 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-1645 {
  border-radius: 16px;
}

.span-green {
  color: var(--primary-color);
}

.div-block-458 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-459 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-29 {
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-29.xmas {
  color: var(--white);
}

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

.crew-wrap {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.div-block-460 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-460.jose, .div-block-460.oscar, .div-block-460.hide {
  display: none;
}

.image-1646 {
  border-radius: 16px;
}

.image-1647 {
  object-fit: cover;
  background-color: #d8d6d0;
  border-radius: 16px;
  min-width: 216px;
  height: 285px;
}

.div-block-461 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 16px;
  display: flex;
}

.text-block-1315 {
  color: #464646;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-1315.xmas {
  color: var(--white);
}

.text-block-1316 {
  color: #19191980;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-1316.xmas {
  color: var(--white);
}

.paragraph-30 {
  color: #464646;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-30.xmas {
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f2f2f2;
  border: 1px solid #cbd1d2;
  border-radius: 24px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 16px;
  display: flex;
}

.tabs-menu.xmas {
  background-color: #1a1a1a;
}

.tab-link-tab-1 {
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-1.w--current {
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-1.job.w--current, .tab-link-tab-1.job.center {
  width: 420px;
}

.tab-link-tab-1.job.center.w--current {
  text-align: center;
}

.tab-link-tab-2 {
  background-color: var(--white);
  color: var(--font-color-2);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.tab-link-tab-2.job {
  width: 420px;
}

.tab-link-tab-3 {
  background-color: var(--white);
  color: var(--font-color-2);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-3.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.tab-link-tab-3.job {
  width: 420px;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-462 {
  background-image: url('../images/c8d4f2b74a9f7624db765bccc7001cb1dc52cfa3.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 16px;
}

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

.collection-list._222 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-463 {
  flex-flow: column;
  justify-content: flex-end;
  height: 480px;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-464 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.div-block-465 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--bg-color-2);
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.text-block-1317 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-31 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.div-block-466 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.int-svcs-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-467 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-block-1318 {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-1318.xmas {
  color: var(--white);
}

.paragraph-32 {
  color: #565656;
  letter-spacing: -.75px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 165%;
}

.paragraph-32.xmas {
  color: var(--white);
}

.div-block-468 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-469 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-470 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-1319 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-1319.xmas {
  color: var(--white);
}

.paragraph-33 {
  color: #565656;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 165%;
}

.paragraph-33.xmas {
  color: var(--white);
}

.div-block-471 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.int-svcs-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-1648 {
  object-fit: cover;
  border-radius: 8px;
  height: 400px;
}

.div-block-472 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f3;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.heading-8 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-34 {
  color: #161618;
  text-align: center;
  font-size: 16px;
  line-height: 165%;
}

.image-1649 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-2 {
  color: var(--white);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-1650 {
  background-image: linear-gradient(125deg, #c8a04b 55%, #0a0a0a 55%, #c8a04b 55%, #c8a04b 55%, #2b2b2b 55%, #0a0a0a);
}

.image-1650.asdas {
  background-image: none;
  width: 115px;
}

.image-1650.xmas {
  background-image: linear-gradient(125deg, #c8a04b 55%, #0a0a0a 55%, #c8a04b 55%, #c8a04b 55%, #0a0a0a 55%, #0a0a0a);
}

.image-1651 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 360px;
}

.link-block-30 {
  padding-top: 5px;
}

.main-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.main-btn:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.main-btn.green {
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 120%;
  display: flex;
}

.main-btn.green:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.main-btn.green.svcs {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.main-btn.green.svcs:hover {
  border-color: var(--white);
  color: var(--white);
}

.main-btn.asf {
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-btn.asf.fa:hover {
  border-color: var(--bg-color);
  color: var(--bg-color);
}

.main-btn.asf.fa.vv {
  text-align: center;
  width: 100%;
}

.main-btn.asf._55.svcs {
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Work Sans, sans-serif;
  line-height: 120%;
}

.main-btn.cta {
  align-self: auto;
  display: none;
}

.main-btn.cta.hide-mobile {
  display: block;
}

.div-block-473 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-1652 {
  border-radius: 8px;
  width: 145px;
}

.image-1653 {
  width: 100%;
  height: 41px;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.xmas {
  background-image: linear-gradient(#0000008c, #0000008c);
}

.link-block-31 {
  width: 145px;
}

.img-wrap {
  position: absolute;
  inset: 0%;
}

.gradient-div {
  z-index: 1;
  background-image: linear-gradient(#00000073, #00000073);
  position: absolute;
  inset: 0%;
}

.text-block-1320 {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-1320.xmas {
  color: var(--white);
}

.div-block-474 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper._2 {
  margin-top: -24px;
}

.lightbox-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.upper-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.upper-grid-2._241 {
  grid-template-columns: 1fr;
}

.upper-grid-2._55 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.upper-grid-2.mobile {
  display: none;
}

.div-block-352 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  height: 400px;
  display: flex;
}

.div-block-352._42 {
  width: 100%;
  height: auto;
}

.image-1564 {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.image-1564._50 {
  height: 234px;
}

.wbs-button-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 12px;
  align-self: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.wbs-button-primary-4:hover {
  background-color: #0000;
  border-color: #fff;
}

.wbs-button-primary-4.fafa:hover {
  border-color: var(--bg-color);
  color: var(--bg-color);
  background-color: #0000;
}

.wbs-button-primary-4.fafa.xmas:hover {
  border-color: var(--white);
  color: var(--white);
}

.darkify {
  z-index: 999;
  position: fixed;
  inset: auto 2% 2% auto;
}

.toggle {
  z-index: 10000000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.lottie-animation-2 {
  filter: contrast(200%) saturate(0%);
  width: 100px;
  height: 100px;
}

.subheading-white {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.subheading-white.white {
  color: #fff;
}

.h1-white {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.h1-white.center {
  text-align: center;
}

.h1-white.center.wcu {
  width: 831px;
  line-height: 120%;
}

.h1-white.center.svcs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -2px;
  flex-flow: row;
  width: 990px;
  line-height: 120%;
  display: block;
}

.h1-white.white {
  color: #fff;
  line-height: 120%;
}

.h1-white.white.center {
  font-size: 56px;
  line-height: 120%;
}

.h1-white.white.wcu {
  line-height: 150%;
}

.h1-white.cta {
  letter-spacing: -.4px;
  line-height: 74px;
}

.p-text-white {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.p-text-white.center {
  text-align: center;
}

.p-text-white.center.wcu {
  letter-spacing: 0;
  width: 840px;
}

.p-text-white.center.svcs {
  letter-spacing: -.25px;
  width: 840px;
}

.p-text-white.left {
  text-align: left;
}

.p-text-white.left.wcu {
  text-align: left;
  width: 831px;
}

.p-text-white.left.abt {
  color: #565656;
}

.p-text-white.white {
  color: #fff;
  letter-spacing: -.9px;
}

.p-text-white.white.center.cta {
  width: 720px;
}

.p-text-white.white.center.svcs {
  width: 640px;
}

.subheader-logo-white {
  display: none;
}

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

.cf-navigation-logo-white {
  object-fit: contain;
  width: 174px;
}

.cf-navigation-logo-white.regular {
  width: 185px;
}

.cf-navigation-logo-white.regular.sub {
  display: none;
}

.hero-btn-white {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  align-self: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.hero-btn-white:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.hero-btn-white.green {
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 120%;
  display: flex;
}

.hero-btn-white.green:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hero-btn-white.green.svcs {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.hero-btn-white.green.svcs:hover {
  border-color: var(--white);
  color: var(--white);
}

.hero-btn-white.asf {
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.hero-btn-white.asf.fa:hover {
  border-color: var(--white);
  color: var(--white);
  display: none;
}

.hero-btn-white.asf.fa.vv {
  text-align: center;
  width: 100%;
}

.hero-btn-white.asf.job {
  margin-top: 0;
}

.hero-btn-black {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.hero-btn-black:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.hero-btn-black.green {
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 120%;
  display: flex;
}

.hero-btn-black.green:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hero-btn-black.green.svcs {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.hero-btn-black.green.svcs:hover {
  border-color: var(--white);
  color: var(--white);
}

.hero-btn-black.asf {
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-btn-black.asf.fa:hover {
  border-color: var(--bg-color);
  color: var(--bg-color);
}

.hero-btn-black.asf.fa.vv {
  text-align: center;
  width: 100%;
}

.hero-btn-black.asf.fa.xmas:hover, .hero-btn-black.asf.fa.xma:hover {
  border-color: var(--white);
  color: var(--white);
}

.hero-btn-black.asf.fa.job {
  margin-top: 0;
}

.wbs-button-primary-4-white {
  color: #fff;
  text-align: center;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 12px;
  align-self: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.wbs-button-primary-4-white:hover {
  background-color: #0000;
  border-color: #fff;
}

.wbs-button-primary-4-white.fafa {
  display: none;
}

.wbs-button-primary-4-white.fafa:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.asf {
  margin-top: 16px;
}

.text-block-1321 {
  color: var(--white);
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  inset: auto auto 30px 0;
}

.div-block-475 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.text-block-1297 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.link-3 {
  color: var(--white);
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.testi-embed-code.xmas {
  z-index: 999;
  position: relative;
}

.text-block-1322.center, .text-block-1323.center, .text-block-1324.center {
  text-align: center;
}

.ghost-button-svcs {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.ghost-button-svcs:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.ghost-button-svcs.svcs {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Work Sans, sans-serif;
  line-height: 120%;
}

.ghost-button-svcs.black {
  color: #000;
  border-color: #000;
  line-height: 120%;
}

.ghost-button-svcs.black:hover {
  border-style: solid;
  border-color: var(--primary-color);
  color: #fff;
}

.code-embed-9 {
  margin-bottom: 0;
}

.services-areas-section {
  position: relative;
}

.services-areas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.services-areas-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.services-areas-content.area {
  align-items: center;
}

.div-block-476 {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.service-areas-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.image-1654 {
  border-radius: 16px;
  height: auto;
}

.grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.grid-4.areas {
  flex-flow: column;
  place-items: center;
}

.code-embed-10 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.client-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.div-block-477 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-478 {
  background-color: #f5f5f3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 218px;
  min-width: 218px;
  height: 285px;
  display: flex;
}

.image-1655 {
  border-radius: 12px;
  height: 100px;
}

.image-1655._2 {
  height: 120px;
}

.image-1655._2.new {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0;
  height: 39px;
}

.image-1655._2.amr {
  height: 93px;
}

.image-1655._3 {
  height: 64px;
}

.image-1655._4 {
  height: 80px;
}

.image-1655.brazos {
  object-fit: cover;
  width: 140px;
  height: 65px;
}

.image-1655.brazos2, .image-1655.nfib {
  border-radius: 0;
}

.image-1655.isf {
  border-radius: 0;
  width: 200px;
  height: 200px;
}

.div-block-479 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  padding: 16px;
  display: flex;
}

.heading-9 {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.heading-9.charity-heading {
  color: #000;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
}

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

.paragraph-35 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-36 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-36.xmas {
  color: var(--white);
}

.h1-copy {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.h1-copy.center {
  text-align: center;
}

.h1-copy.center.wcu {
  width: auto;
  line-height: 120%;
}

.h1-copy.center.wcu.left {
  text-align: left;
  width: 576px;
}

.h1-copy.center.wcu.giving {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
}

.h1-copy.center.wcu.giving.xmas {
  color: var(--white);
}

.h1-copy.center.svcs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -2px;
  flex-flow: row;
  width: 990px;
  line-height: 120%;
  display: block;
}

.h1-copy.white {
  color: #fff;
  line-height: 120%;
}

.h1-copy.white.center {
  font-size: 56px;
  line-height: 120%;
}

.h1-copy.white.wcu {
  line-height: 150%;
}

.h1-copy.cta {
  letter-spacing: -.4px;
  line-height: 74px;
}

.uui-logos04_list-2 {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  display: flex;
  position: relative;
  left: auto;
}

.uui-logos04_list-2.giving-logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-right: 0;
}

.background-video-2 {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.div-block-480 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.areas {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.areas.areas-mobile {
  display: none;
}

.div-block-481, .div-block-482 {
  border-radius: 16px;
}

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

.blog-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.image-160368 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 280px;
}

.blog-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-1325 {
  color: var(--font-color);
  letter-spacing: 0;
  line-height: 150%;
}

.heading-40 {
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.link-block-44 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-1326 {
  color: var(--secondary-green);
  letter-spacing: -.48px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.code-embed-17 {
  width: 24px;
  height: 24px;
  color: var(--secondary-green);
}

.blog-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-41 {
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-1327 {
  color: var(--font-color);
  font-size: 24px;
  line-height: 120%;
}

.rich-text-block {
  color: var(--font-color);
  font-size: 18px;
  line-height: 120%;
}

.quote-text-wrapper-4 {
  background-color: var(--secondary-green);
  border-radius: 8px;
  align-self: stretch;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 45px 80px;
}

.quote-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.quote-image {
  border-radius: 0;
}

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

.rich-text-block-5 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.image-1573 {
  border-radius: 8px;
  width: 65%;
  margin: 40px auto;
  display: inline-block;
}

.cta3-section {
  background-color: #fff;
  overflow: hidden;
}

.cta3-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.cta3-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-42 {
  width: 629px;
  color: var(--bg-color);
  letter-spacing: -.24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

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

.green {
  color: var(--primary-color);
}

.text-block-1328 {
  line-height: 20%;
}

.text-block-1329 {
  color: #5a5a5a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-1329.xmas {
  color: var(--white);
}

.charity-new-section {
  position: relative;
  overflow: hidden;
}

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

.charity-grid-news {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.charity-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.charity-div.charity {
  border-style: none;
}

.image-160369 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 426px;
}

.charity-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.brazos-section {
  position: relative;
  overflow: hidden;
}

.brazos-section.hide {
  display: none;
}

.brazos-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.brazos-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brazos-grid.brazos2, .brazos-grid.brazos-valley {
  grid-template-columns: 1fr 1fr 1fr;
}

.charity-div-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.brazos-div-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px 16px;
  display: flex;
}

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

.brazzos-valley-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.brazzos-img {
  justify-content: center;
  align-items: center;
  width: 543px;
  display: flex;
}

.div-block-484 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-160370 {
  object-fit: cover;
  width: 100%;
  height: 516px;
}

.brazos-valley-section {
  position: relative;
  overflow: hidden;
}

.brazos-valley-section.hide {
  display: none;
}

.financials-section {
  position: relative;
  overflow: hidden;
}

.financials-section.hide {
  display: none;
}

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

.financials-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.img-financial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.content-financial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.financial-green {
  color: #c8a04b;
}

.financial-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #b9b9b9;
  padding: 0;
}

.financial-text-grid.grid {
  border-style: solid;
  padding: 12px 16px;
}

.financial-text-grid.grid.center {
  align-items: center;
}

.financial-text-grid.grid.center.white-bg, .financial-text-grid.grid.white-bg {
  background-color: #f5f5f3;
}

.financial-text-grid.grid.xmas {
  background-color: var(--white);
}

.image-160371 {
  object-fit: cover;
  border-radius: 16px;
  width: 304px;
  height: 600px;
}

.image-160371.flexible {
  width: 100%;
}

.img-div2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-160372 {
  object-fit: cover;
  border-radius: 16px;
  width: 304px;
  height: 288px;
}

.brazos-hover {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.brazos-hover.dark {
  display: none;
}

.charity-div-img {
  overflow: hidden;
}

.testimonial-google {
  color: #fff;
  text-align: center;
  letter-spacing: -.28px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.mask-3 {
  max-width: 365px;
  overflow: visible;
}

.testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #a8842f;
  border: 0 solid #ddd;
  border-radius: 16px;
  flex-flow: column;
  width: 365px;
  padding: 24px;
  display: flex;
}

.image-1585 {
  color: #fff;
  width: 24px;
}

.testimonial-name {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.slide-2 {
  width: 365px;
  margin-right: 24px;
  position: relative;
}

.right-arrow-3 {
  background-color: #a8842f;
  border: 1px solid #a8842f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: auto;
  height: 48px;
  min-height: auto;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  inset: 350px -65% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.slide-nav-2 {
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -70px;
}

.rev-cont {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-1589 {
  width: 24px;
}

.slider-2 {
  background-color: #ddd0;
  height: 350px;
  overflow: visible;
}

.star-rating {
  width: 16px;
  height: 16px;
}

.testimonial-right {
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.testimonial-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.left-arrow-2 {
  background-color: #a8842f;
  border: 1px solid #a8842f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: auto;
  height: 48px;
  min-height: auto;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  inset: 350px -45% 0% auto;
  box-shadow: 0 2px 12px #14142b14;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  box-shadow: 0 4px 14px #2427291a;
}

.split-content---brix.testimonial-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-content---brix.avatar-content---brix {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix.au {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
}

.reviews {
  width: 50px;
  height: auto;
}

.carousel-img {
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.testimonial-text-2 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 150%;
}

.uui-testimonial15_slide-2 {
  width: 100%;
  padding-right: 16px;
}

.img {
  background-image: url('../images/img1_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 120px;
  width: 68px;
  height: 68px;
}

.img.img3 {
  background-image: url('../images/img3.png');
}

.img.img5 {
  background-image: url('../images/img5.png');
}

.img.img4 {
  background-image: url('../images/img4-1.png');
}

.img.img4.testimonial-img {
  object-fit: cover;
  background-image: url('../images/img2.png');
}

.img.img7 {
  background-image: url('../images/img7.png');
}

.img.img6 {
  background-image: url('../images/img6_1.png');
}

.img.img8 {
  background-image: url('../images/img8.png');
}

.testimonial-star {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.uui-testimonial15_arrow-2 {
  color: #0a0a0a;
  background-color: #c8a04b;
  border: 1px solid #c8a04b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto -6% -10% 0%;
}

.uui-testimonial15_arrow-2:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.uui-testimonial15_arrow-2.rr {
  background-color: #c8a04b;
  border-color: #c8a04b;
  border-radius: 16px;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow-2.left {
  color: #0a0a0a;
  background-color: #c8a04b;
  border-color: #c8a04b;
  display: flex;
  inset: auto 0% -10% -6%;
}

.uui-testimonial15_arrow-2.left:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.uui-testimonial15_arrow-2.left.rr {
  background-color: #c8a04b;
  border-color: #c8a04b;
  inset: auto auto 0% 0%;
}

.testimonial-lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial-upper-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-hide {
  display: block;
  position: relative;
}

.white-btn-text {
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.uui-button-icon-11 {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-btn-less {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.white-btn-less:hover {
  background-color: #c8a04b;
}

.image-div {
  background-color: #141414;
  border: 1px solid #505050;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 6px;
  display: flex;
  position: absolute;
  top: -40px;
}

.white-btn-wrap {
  justify-content: flex-start;
  width: auto;
  height: 48px;
  display: flex;
}

.testimonial-lower-text {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.uui-testimonial15_component-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.testimonial-upper {
  border-bottom: 1px solid #505050;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.testimonial-lower-text-popup {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.reviews-inner {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-show {
  position: relative;
}

.review-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.star {
  width: 18px;
}

.uui-testimonial15_mask-2 {
  width: 50%;
  overflow: visible;
}

.uui-testimonial15_mask-2.testimonial-home {
  width: 100%;
}

.testimonial-title {
  color: #c8a04b;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.white-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.white-btn:hover {
  background-color: #c8a04b;
}

.uui-testimonial15_slide-nav-2 {
  height: 1.75rem;
  margin-top: 40px;
  font-size: .5rem;
  position: static;
  inset: auto auto 0% 0%;
}

.testimonial-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #505050;
  border-radius: 8px;
  flex-flow: column;
  align-items: stretch;
  height: auto;
  margin-right: 32px;
  padding: 40px 16px 16px;
  display: flex;
  position: relative;
}

.img-chartity {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.img-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #505050;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.image-160373 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 700px;
}

.image-160373.xmas {
  object-fit: contain;
  height: 640px;
}

.xmas-theme {
  display: none;
}

.hero-section-xmas {
  padding: 0 32px 32px;
  overflow: hidden;
}

.hero-section-xmas.xmas {
  z-index: 0;
  background-color: #0a0a0a;
  position: relative;
}

.xmas-span {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Lobster, sans-serif;
  font-weight: 400;
}

.cloud {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.cloud.mobile.hide {
  display: none;
}

.left-gift {
  position: absolute;
  inset: auto auto 0% 4%;
}

.right-gift {
  position: absolute;
  inset: auto 4% 0% auto;
}

.counter-section-xmas {
  background-color: #1a1a1a;
}

.counter-section-xmas.au {
  background-color: #f2f2f2;
}

.services-section-xmas {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.left-gloves {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-gloves {
  position: absolute;
  inset: 0% 0% auto auto;
}

.hww-section-xmas {
  background-color: var(--bg-color);
  position: relative;
}

.hww-section-xmas.white {
  background-color: var(--bg-color);
}

.left-lights {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-lights {
  position: absolute;
  inset: 0% 0% auto auto;
}

.clouds.mobile.hide {
  display: none;
}

.clouds.hide {
  display: block;
}

.wcu-section-xmas {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.left-balls {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-balls {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-us-section-xmas {
  z-index: 1;
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.about-us-section-xmas.auu {
  background-color: var(--white);
}

.right-left {
  position: absolute;
  inset: 0% 0% auto auto;
}

.clients-section-xmas {
  background-color: var(--white);
  overflow: hidden;
}

.clients-section-xmas.og {
  background-color: #0a0a0a;
}

.client-section2-xmas {
  background-color: var(--white);
  overflow: hidden;
}

.client-section2-xmas.og {
  background-color: #f5f5f3;
}

.testimonial-section-xmas {
  z-index: 0;
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.left-xmas {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-xmas {
  position: absolute;
  inset: 0% 0% auto auto;
}

.cta-section-xmas {
  background-image: linear-gradient(#1a1a1ab3, #1a1a1ab3), url('../images/cta.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.rights-balls {
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-snow {
  position: absolute;
  inset: auto auto 0% 0%;
}

.services-areas-section-xmas {
  background-color: #1a1a1a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.left-salbabida {
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-section-xmas {
  position: relative;
  overflow: hidden;
}

.left-leaf {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-leaf {
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-section-xmas {
  background-color: #1a1a1a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.xmas-tree {
  position: absolute;
  inset: auto auto -1% 0%;
}

.image-160374 {
  width: 400px;
}

.footer-section-xmas {
  background-color: #0a0a0a;
  overflow: hidden;
}

.image-160375, .image-160376, .image-160377 {
  width: 100%;
}

.image-160378 {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.image-160379, .image-160380, .image-160383, .image-160384 {
  width: 180px;
}

.darkify-xmas {
  z-index: 999;
  position: fixed;
  inset: auto 2% 2% auto;
}

.code-embed-18 {
  margin-bottom: 0;
}

.original.hide {
  display: block;
}

.banner-section-xmas {
  background-image: linear-gradient(#00000073, #00000073);
  height: 400px;
}

.banner-section-xmas.cu {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-roofer-branded.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.faq {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs.ow {
  background-image: linear-gradient(#00000073, #00000073), url('../images/our-work-bg.png');
}

.banner-section-xmas.svcs.og {
  background-image: linear-gradient(#00000073, #00000073), url('../images/98f0ffe1e74a045740757d2445837dbda733d3ba.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ld3r {
  background-image: linear-gradient(#00000073, #00000073), url('../images/trophy-crew-install.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ld3r.landsacpe {
  background-image: linear-gradient(#00000073, #00000073), url('../images/landscapedesign.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.cc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/80f97a0caeaa796bca4c906ed477b014b55e0f29.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ppw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/2c747d665faf1f230817cf040d16a1a7e402c0c6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.fnsw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/fb5cc3573c471d2d951dd63637bae12dfe8c5929.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.rw {
  background-image: linear-gradient(#00000073, #00000073), url('../images/0cefa8beb941d8597a8715b86b0117634184f218.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ok {
  background-image: linear-gradient(#00000073, #00000073), url('../images/outdoor-kitchen-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.papc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/25f3609f1e39f001d6503321353345e8aa0311eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.fpof {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b7c4dd09d7eded2d9401cea4db06fa1bf1c17e17.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.pdc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/916db6220c7dab66eca69e7738ccf644e01f424c.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ati {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b9426c0e2d1699cf772212dc781d48f123ed6284.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ds {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e4f23a65b8fad5fa2003a9c119b11aac185218a2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.is {
  background-image: linear-gradient(#00000073, #00000073), url('../images/75e233b9c88c512c484561380c70fa4182275ea0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ll {
  background-image: linear-gradient(#00000073, #00000073), url('../images/856455c4023445d654967697e1b3fd396dbbc470.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.si {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b995dd92c9367b85d581eb33d548dd23cc3fc35d_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.tp {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e45afe321ce54aba47ef8517b0dbaf40d643dbc8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.rgb {
  background-image: linear-gradient(#00000073, #00000073), url('../images/c77f865f362ca273a7f50713d303689e270989d2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.ms {
  background-image: linear-gradient(#00000073, #00000073), url('../images/5f618860c1bf43943a75ae9ad06abb5c58aad250.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.fc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/0ba8397cde41e73a6366503b562c22a570156127.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.dwc {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e135066ac85e10bb79350c15eea539cfa0b45d90.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.dto {
  background-image: linear-gradient(#00000073, #00000073), url('../images/acfee98b4d9a32a862dc7499f1008bef91ef74af.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.fbi {
  background-image: linear-gradient(#00000073, #00000073), url('../images/fac1f9c51d1e5cf9c4dc40b22232a6d7fd0086e5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.cd {
  background-image: linear-gradient(#00000073, #00000073), url('../images/4fa1f30efe06ee43889113fb53d5af7019973fa5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.svcs-template.sfa {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e698dd91116b894a0ff216fd2ee7d90d218830d2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section-xmas.sss {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e7621d6bb2953945445b8c51495ac6a46ba68541.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.banner-section-xmas.blogs {
  background-image: linear-gradient(#00000073, #00000073), url('../images/e7621d6bb2953945445b8c51495ac6a46ba68541.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-copy {
  z-index: 1;
  background-color: #f5f5f3;
  position: relative;
  overflow: hidden;
}

.about-us-copy.auu {
  background-color: var(--white);
}

.aboutus-section-xmas {
  z-index: 1;
  background-color: #f5f5f3;
  position: relative;
  overflow: hidden;
}

.aboutus-section-xmas.auu {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-485 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.xmas-about-section {
  z-index: 1;
  background-color: #f5f5f3;
  position: relative;
  overflow: hidden;
}

.xmas-about-section.auu {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
}

.xmas-client-section {
  background-color: #1a1a1a;
  overflow: hidden;
}

.xmas-client-section.og {
  background-color: #f5f5f3;
}

.xmas-client2-section {
  background-color: #1a1a1a;
  overflow: hidden;
}

.xmas-client2-section.og {
  background-color: #f5f5f3;
}

.xmas-mission-section {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
}

.xmas-team-section {
  background-color: #0a0a0a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.xmas-cta3-section {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.xmas-services2-section {
  background-color: #0a0a0a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.xmas-charity-section, .xmas-financial-section {
  background-color: #0a0a0a;
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.xmas-services3-section {
  background-color: #0a0a0a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.xmas-our-work-section {
  background-color: #1a1a1a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.xmas-blog-section {
  background-color: #0a0a0a;
  background-image: url('../images/Stars.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.xmas-int-services-section {
  background-color: #1a1a1a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.image-160396 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 280px;
}

.text-block-1330 {
  color: var(--font-color);
  letter-spacing: 0;
  line-height: 150%;
}

.heading-43 {
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.link-block-45 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-1331 {
  color: #c8a04b;
  letter-spacing: -.48px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.code-embed-19 {
  color: #c8a04b;
  width: 24px;
  height: 24px;
}

.flexible-financing-section {
  position: relative;
  overflow: hidden;
}

.flexible-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.flexible-financing-section-xmas {
  position: relative;
  overflow: hidden;
}

.flexible-financing-section-xmas.xmas-bg {
  background-color: #0a0a0a;
  background-image: url('../images/Stars_1.png');
  background-position: 50%;
  background-size: cover;
}

.image-160397 {
  width: 100%;
}

.div-block-486 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: grid;
}

.text-block-1332 {
  font-size: 16px;
  font-weight: 600;
}

.link-block-46 {
  color: #000;
}

.stories-section {
  position: relative;
  overflow: hidden;
}

.stories-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.stories-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.stories-left.charity {
  border-style: none;
}

.stories-img {
  overflow: hidden;
}

.stories-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stories-header.wcu {
  margin-bottom: 26px;
}

.stories-header.wcu.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.stories-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.stories-content.stories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.design-landscape-section {
  position: relative;
  overflow: hidden;
}

.design-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.design-grid.des {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.design-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.design-left.charity {
  border-style: none;
}

.design-left.charity.des {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
}

.design-right {
  overflow: hidden;
}

.image-160398 {
  object-fit: cover;
  border-radius: 16px;
  width: 632px;
  height: 600px;
}

.career-section {
  position: relative;
  overflow: hidden;
}

.career-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.career-grid.des {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.career-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cbd1d2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.career-left.charity {
  border-style: none;
}

.career-left.charity.des {
  justify-content: center;
  align-items: flex-start;
}

.career-right {
  overflow: hidden;
}

.career-position-section {
  position: relative;
  overflow: hidden;
}

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

.job-grid._3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.job-div {
  border: 1px solid #7d7d7d;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.job-desc {
  border: 1px solid #d3cece;
  border-radius: 50px;
  padding: 6px 12px;
}

.job-desc-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.job-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.job-h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.job-h3.center {
  text-align: center;
}

.job-h3.center.wcu {
  width: auto;
  line-height: 120%;
}

.job-h3.center.wcu.left {
  text-align: left;
  width: auto;
}

.job-h3.center.wcu.left.areas1 {
  text-align: center;
  font-size: 32px;
}

.job-h3.center.wcu.left.areas1.xma {
  color: var(--white);
}

.job-h3.center.wcu.giving {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
}

.job-h3.center.wcu.fiancial.financial-heading {
  text-align: left;
  font-size: 64px;
}

.job-h3.center.wcu.fiancial.financial-heading.financial-3 {
  letter-spacing: -.96px;
  font-size: 32px;
}

.job-h3.center.wcu.fiancial.financial-heading.financial-3.fiancial-4 {
  color: #161618;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.job-h3.center.wcu.xmas {
  color: var(--white);
}

.job-h3.center.svcs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -2px;
  flex-flow: row;
  width: 990px;
  line-height: 120%;
  display: block;
}

.job-h3.center.svcs.xmas {
  color: var(--white);
}

.job-h3.white {
  color: #fff;
  line-height: 120%;
}

.job-h3.white.center {
  font-size: 56px;
  line-height: 120%;
}

.job-h3.white.wcu {
  line-height: 150%;
}

.job-h3.cta {
  letter-spacing: -.4px;
  line-height: 74px;
}

.job-h3.xmas {
  color: var(--white);
}

.job-h3.stories-heading2 {
  letter-spacing: -3px;
  width: auto;
  font-size: 64px;
  line-height: 120%;
}

.job-h3.stories-heading2.job-heading3 {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 150%;
}

.heading-44 {
  margin-top: 0;
  margin-bottom: 0;
}

.solution-h3 {
  color: #000;
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.solution-divs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sol-desc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.sol-text-title {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-1334 {
  color: #565656;
  font-size: 16px;
  line-height: 165%;
}

.div-block-487 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sol-icon {
  color: #c8a04b;
}

.maintenance-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-488, .maintenance-heading-div {
  z-index: 2;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .cf-nav-4.subpages {
    height: 95px;
  }

  .wbs-button-primary-1:hover, .wbs-button-primary-1-dark:hover {
    color: #fff;
  }

  .hero-btn.green:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }

  .heading.desktop.lp {
    font-size: 80px;
  }

  .div-block-423 {
    text-align: center;
  }

  .div-block-424 {
    right: -15%;
  }

  .wbs-button-primary-2:hover, .wbs-button-primary-3:hover {
    color: #fff;
  }

  .uui-faq04_list.first-col.real-faq {
    justify-content: flex-start;
    align-items: stretch;
  }

  .services-wrapper {
    padding-left: 360px;
  }

  .container-126 {
    z-index: 25;
  }

  .uui-logos04_list {
    left: -35px;
  }

  .uui-layout32_progress-bar-wrapper-3 {
    left: auto;
    right: auto;
  }

  .tab-link-tab-2 {
    font-size: 23px;
  }

  .main-btn.green:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }

  .wbs-button-primary-4:hover {
    color: #fff;
  }

  .hero-btn-white.green:hover, .hero-btn-black.green:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }

  .wbs-button-primary-4-white:hover {
    color: #fff;
  }

  .uui-logos04_list-2 {
    left: -35px;
  }

  .image-160373._333 {
    width: 80%;
  }

  .image-160373._999, .image-160373._111 {
    width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  .cf-navbar-6 {
    background-color: #0000;
  }

  .cf-nav-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cf-nav-4.subpages {
    padding-left: 20px;
    padding-right: 0;
  }

  .wbs-button-primary-1 {
    line-height: 21.79px;
  }

  .wbs-nav-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cf-nav-shadow-wrapper-3._100 {
    max-width: 1400px;
  }

  .banner-container {
    width: 90%;
    display: flex;
  }

  .banner-container.other-pages.maintenance {
    width: 100%;
  }

  .wbs-button-primary-1-dark {
    line-height: 21.79px;
  }

  .cf-nav-links-wrapper-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .cf-nav-links-3 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cf-nav-links-3.opacity-100 {
    font-size: 20px;
  }

  .cf-nav-links-3.opacity-100._123 {
    padding-top: 0;
  }

  .cf-nav-links-3-black {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cf-nav-links-3-black.opacity-100 {
    font-size: 20px;
  }

  .cf-nav-links-3-black.opacity-100._123 {
    padding-top: 0;
  }

  .code-embed-2 {
    width: 24px;
    height: 24px;
  }

  .hero-section {
    margin-left: 0;
  }

  .div-block-416.landingpage {
    padding-left: 0;
  }

  .hero-btn {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .hero-btn.green.svcs {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .secondary-btn {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .hero-container {
    width: 100%;
    max-width: 1376px;
    height: 80vh;
  }

  .hero-button {
    display: flex;
  }

  .div-block-389 {
    grid-template-rows: auto;
  }

  .ghost-button {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .ghost-button.svcs {
    padding-left: 11px;
    padding-right: 11px;
  }

  .page-container {
    max-width: 1312px;
  }

  .page-container.services {
    max-width: 1650px;
  }

  .page-container.no-padding {
    max-width: 1312px;
  }

  .div-bag-begun {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .p-about-strong {
    text-transform: none;
  }

  .div-division-negative {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-division-negative.au {
    grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
  }

  .div-division-negative.au._1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3-child-more {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-125 {
    max-width: 1312px;
  }

  .component-gray-left, .component-gray-right {
    top: 5%;
  }

  .h1.cta {
    letter-spacing: -.4px;
  }

  .h1.stories-heading2 {
    letter-spacing: -3px;
  }

  .p-text.center.wcu {
    width: 720px;
  }

  .p-text.center.wcu.left {
    letter-spacing: -.36px;
  }

  .p-text.left.abt {
    letter-spacing: 0;
  }

  .div-block-424 {
    right: -17%;
  }

  .about-right {
    justify-content: center;
    align-items: flex-start;
  }

  .wbs-button-primary-2 {
    line-height: 21.79px;
  }

  .about-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .lines {
    left: 74px;
  }

  .lines.l {
    left: 100px;
  }

  .lines.l.af {
    top: 10%;
    left: -25%;
  }

  .lines.l.faq {
    top: 10%;
    right: -25%;
  }

  .lines.m {
    width: 384px;
    left: -25px;
  }

  .lines.sm {
    width: 262px;
    left: -74px;
  }

  .lines.sm.ff.ga {
    left: -130px;
  }

  .lines.sm.ff.faq {
    right: -130px;
  }

  .lines.ttsm {
    width: 262px;
    left: -74px;
  }

  .lines.ttsm.top-left {
    transform: none;
  }

  .lines.sm-copy {
    width: 262px;
    left: -74px;
  }

  .lines.sm-copy.ff.ga {
    left: -130px;
  }

  .lines.sm-copy.ff.faq {
    right: -130px;
  }

  .lines.faqqq {
    width: 262px;
    left: -74px;
  }

  .lines.faqqq.ff.ga {
    left: -130px;
  }

  .lines.faqqq.ff.faq {
    right: -130px;
  }

  .lines.asdasdas {
    left: 100px;
  }

  .lines.asdasdas.af {
    top: 10%;
    left: -25%;
  }

  .lines.asdasdas.af.sa {
    height: auto;
    top: 2%;
    left: -25%;
  }

  .lines.asdasdas.faq {
    top: 10%;
    right: -25%;
  }

  .medium {
    left: -25px;
  }

  .small {
    left: -57px;
  }

  .div-block-432.left {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    left: 0%;
  }

  .div-block-432.asf.lll {
    left: -22%;
  }

  .wbs-button-primary-3 {
    line-height: 21.79px;
  }

  .text-block-1310 {
    letter-spacing: -.4px;
  }

  .footer-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr .25fr .5fr 1fr .6fr;
  }

  .container-96 {
    max-width: 1320px;
  }

  .div-block-264 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block-15 {
    text-decoration: none;
  }

  .text-block-1263 {
    line-height: 20.16px;
  }

  .div-block-397 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-1311 {
    line-height: 20.16px;
  }

  .link-block-28 {
    text-decoration: none;
  }

  .heading-5 {
    font-size: 135px;
  }

  .container {
    width: 100%;
  }

  .services-wrapper {
    padding-left: 420px;
  }

  .clients-padding {
    padding-left: 80px;
    padding-right: 80px;
  }

  .uui-logos04_list {
    left: -130px;
  }

  .preloader-3 {
    display: none;
  }

  .preloader-bg-line-3.themed {
    background-color: #c8a04b;
  }

  .uui-layout32_timeline-left-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-layout32_progress-bar-wrapper-3 {
    top: 60px;
  }

  .div-block-25 {
    padding-left: 0;
  }

  .tab-link-tab-1 {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 24px;
  }

  .tab-link-tab-1.w--current {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 24px;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
  }

  .main-btn {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .main-btn.green.svcs {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .wbs-button-primary-4 {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 21.79px;
  }

  .h1-white.cta {
    letter-spacing: -.4px;
  }

  .p-text-white.center.wcu {
    width: 720px;
  }

  .p-text-white.left.abt {
    letter-spacing: 0;
  }

  .hero-btn-white {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .hero-btn-white.green.svcs {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .hero-btn-black {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .hero-btn-black.green.svcs {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .wbs-button-primary-4-white {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 21.79px;
  }

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

  .text-block-1297 {
    line-height: 24px;
  }

  .ghost-button-svcs {
    padding: 12px 32px;
    transition: opacity .2s;
  }

  .ghost-button-svcs.svcs {
    padding-left: 11px;
    padding-right: 11px;
  }

  .service-areas-img {
    background-image: none;
    height: auto;
  }

  .image-1654 {
    height: auto;
  }

  .image-1655._2.new {
    opacity: 1;
  }

  .heading-9.charity-heading, .heading-9.charity-heading.charity1 {
    width: auto;
  }

  .h1-copy.cta {
    letter-spacing: -.4px;
  }

  .uui-logos04_list-2 {
    left: -130px;
  }

  .left-nav {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-160368 {
    height: 280px;
  }

  .charity-div {
    justify-content: space-between;
  }

  .brazos-grid {
    width: 100%;
  }

  .charity-div-copy {
    justify-content: space-between;
  }

  .brazos-div-wrap {
    justify-content: space-between;
    display: flex;
  }

  .brazzos-img {
    width: 543px;
  }

  .image-160370 {
    width: auto;
  }

  .testimonial-google, .testimonial-name {
    color: #fff;
  }

  .right-arrow-3 {
    top: 350px;
    right: -100%;
  }

  .testimonial-text {
    letter-spacing: -.32px;
  }

  .left-arrow-2 {
    right: -80%;
  }

  .uui-testimonial15_slide-2 {
    padding-right: 0;
  }

  .uui-testimonial15_arrow-2, .uui-testimonial15_arrow-2.left {
    bottom: -10%;
  }

  .uui-testimonial15_component-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .review-block {
    justify-content: center;
    width: 100%;
  }

  .uui-testimonial15_mask-2 {
    width: 36%;
  }

  .uui-testimonial15_mask-2.testimonial-home {
    width: 100%;
  }

  .testimonial-wrap-2, .img-slider {
    margin-right: 32px;
  }

  .image-160373 {
    height: 700px;
  }

  .hero-section-xmas {
    margin-left: 0;
  }

  .image-160396 {
    height: 280px;
  }

  .stories-left, .design-left, .career-left {
    justify-content: space-between;
  }

  .job-h3.cta {
    letter-spacing: -.4px;
  }

  .job-h3.stories-heading2 {
    letter-spacing: -3px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-container {
    width: 1360px;
  }

  .page-wrap {
    justify-content: center;
    align-items: stretch;
  }

  .page-container.no-padding {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-bag-begun {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .p-about-strong {
    aspect-ratio: auto;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    font-weight: 400;
    line-height: 32px;
    position: static;
  }

  .div-block-226 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-division-negative {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .div-division-negative.au {
    place-items: center stretch;
  }

  .div-division-negative.au._1 {
    justify-items: stretch;
    width: auto;
  }

  .container-125 {
    max-width: 1312px;
  }

  .span-quarter-river.counterup {
    font-family: Oswald, Arial, sans-serif;
    line-height: 56.7px;
  }

  .div-block-418.hide {
    display: none;
  }

  .div-block-424 {
    right: -11%;
  }

  .lines.l.af {
    left: -17%;
    right: 0;
  }

  .lines.l.faq {
    right: -17%;
  }

  .lines.sm.ff {
    left: 0;
  }

  .lines.sm.ff.ga {
    left: -130px;
  }

  .lines.sm-copy.ff {
    left: 0;
  }

  .lines.sm-copy.ff.ga {
    left: -130px;
  }

  .lines.faqqq.ff {
    left: 0;
  }

  .lines.faqqq.ff.ga {
    left: -130px;
  }

  .lines.asdasdas.af {
    left: -17%;
    right: 0;
  }

  .lines.asdasdas.faq {
    right: -17%;
  }

  .div-block-432.asf {
    right: -4%;
  }

  .div-block-432.asf.lll {
    left: -4%;
  }

  .container-126 {
    background-color: #0000;
  }

  .clients-inner {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-wrap {
    position: sticky;
  }

  .uui-logos04_list {
    left: -360px;
  }

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

  .preloader-logo-4 {
    width: 400px;
  }

  .uui-logos04_list-2 {
    left: -360px;
  }

  .image-160375, .image-160376 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cf-navbar-6 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .cf-navbar-6.navvv.hideeeeee {
    margin-top: 0;
    display: block;
  }

  .cf-nav-4 {
    border-style: solid;
    border-radius: 0;
    width: 100%;
    height: 70px;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-nav-4.subpages {
    width: auto;
    height: 60px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-brand-4.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .wbs-button-primary-1.ghost.mobile.gagi {
    width: 50%;
  }

  .wbs-nav-right {
    display: none;
  }

  .cf-nav-shadow-wrapper-3 {
    width: 100%;
  }

  .uui-navbar07_menu-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .cf-nav-5-menu-button-4 {
    background-color: var(--bg-color);
    color: #000;
    border-radius: 12px;
    padding: 10px;
  }

  .cf-nav-5-menu-button-4.w--open {
    background-color: var(--primary-color);
    color: #fff;
  }

  .cf-menu-button-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .uui-dropdown-icon {
    color: #667085;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: 0% auto 0% 110px;
  }

  .banner-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-5 {
    color: var(--white);
  }

  .cf-navbar-main-white-div-4 {
    border-bottom: 1px #fff;
  }

  .cf-nav-menu-4 {
    z-index: auto;
    background-color: #080808;
    border-radius: 0 0 16px 16px;
    justify-content: flex-start;
    padding: 10px 12px 20px;
  }

  .map-wrap {
    display: none;
  }

  .map-wrap.mobile {
    display: flex;
  }

  .uui-navbar07_dropdown-list {
    display: block;
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 12px;
  }

  .wbs-nav-right-dark, .wbs-button-primary-1-dark {
    display: none;
  }

  .wbs-button-primary-1-dark.nav {
    width: 95%;
    display: block;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar07_dropdown-toggle.w--open {
    padding: 0;
  }

  .cf-nav-links-wrapper-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-nav-links-wrapper-4.hide {
    display: flex;
  }

  .cf-nav-button-wrapper-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .cf-nav-button-wrapper-2.dekstop-hide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .cf-nav-links-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-links-3.opacity-100._123 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 24px;
  }

  .cf-nav-links-3.opacity-100._123.mobile {
    display: block;
  }

  .cf-navigation-logo-4.regular {
    width: 150px;
    height: 60px;
  }

  .cf-navigation-logo-4.regular.sub {
    display: none;
  }

  .primary-btn-3 {
    text-transform: uppercase;
  }

  .primary-btn-3.nav {
    border-style: solid;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    width: 100%;
    color: var(--bg-color);
    text-transform: capitalize;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 21.82px;
  }

  .primary-btn-3.nav:hover {
    border-color: #d4b15f;
  }

  .cf-nav-links-3-black {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-links-3-black.opacity-100._123 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 24px;
  }

  .cf-nav-links-3-black.opacity-100._123.black {
    color: #1a1a1a;
    padding-left: 12px;
  }

  .uui-navbar07_dropdown-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .uui-navbar07_dropdown-link {
    color: #1a1a1a;
    padding: 0;
  }

  .hero-section {
    z-index: 1;
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-416.landingpage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .page-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .page-wrap.wcu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-btn.asf._55 {
    margin-top: 0;
  }

  .paragraph-2 {
    width: auto;
    position: static;
  }

  .paragraph-2.lp {
    text-align: center;
    width: auto;
  }

  .heading.mobile {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 58px;
    display: block;
  }

  .heading.mobile.lp {
    text-transform: uppercase;
    font-family: Oswald, Arial, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
  }

  .heading.mobile.lp._3 {
    text-transform: uppercase;
    line-height: 70px;
  }

  .heading.desktop {
    display: none;
  }

  .heading.desktop.lp {
    width: auto;
    font-size: 55px;
    font-weight: 600;
    display: block;
  }

  .hero-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 95%;
    max-width: none;
    height: 100%;
    padding: 60px 15px;
  }

  .hero-button {
    margin-top: 0;
  }

  .div-block-389 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .link-block-24 {
    margin-bottom: 24px;
  }

  .link-block-24._44 {
    margin-bottom: 0;
  }

  .rating-3.cta {
    margin-top: 16px;
  }

  .page-container {
    max-width: 95%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-container.no-padding {
    max-width: 95%;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-bag-begun {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-style: none;
    justify-content: center;
    align-items: center;
  }

  .p-about-strong {
    text-align: center;
    line-height: 24px;
  }

  .div-bag-begun-3 {
    text-align: center;
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-226 {
    display: none;
  }

  .div-division-negative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-division-negative.au {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    place-items: center stretch;
  }

  .div-division-negative.au._1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .text-orange-span {
    font-size: 50px;
  }

  .container-125 {
    max-width: 95%;
    padding-top: 10px;
  }

  .span-quarter-river.counterup {
    font-size: 50px;
  }

  .div-block-418 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-419.v2 {
    min-height: 250px;
  }

  .header-div.center {
    z-index: 1;
  }

  .header-div.left.hww {
    justify-content: flex-start;
    align-items: center;
  }

  .subheader.left {
    align-self: auto;
  }

  .subheader.left.flexible {
    justify-content: flex-start;
  }

  .component-gray-left {
    width: 350px;
    inset: 1% auto auto -25%;
  }

  .component-gray-left.tt {
    top: 2%;
  }

  .component-gray-left.tt.svcs {
    display: none;
  }

  .component-gray-right {
    width: 350px;
    inset: 1% -25% auto auto;
  }

  .component-gray-right.tt {
    top: 2%;
  }

  .component-gray-right.tt.svcs {
    display: none;
  }

  .h1 {
    font-size: 55px;
    line-height: 70px;
  }

  .h1.center.wcu {
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1.center.svcs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1.white, .h1.white.center {
    font-size: 55px;
    line-height: 70px;
  }

  .h1.white.wcu {
    text-align: center;
  }

  .h1.cta {
    line-height: 70px;
  }

  .p-text.center.wcu, .p-text.center.wcu.left.areas, .p-text.center.svcs, .p-text.center.svcs.financial-text.white, .p-text.left.wcu, .p-text.white.center.cta {
    width: auto;
  }

  .p-text.white.center.svcs.left {
    text-align: center;
    width: auto;
  }

  .image-1635 {
    width: 100%;
  }

  .button-wrap.center.agag {
    margin-top: 0;
  }

  .heading-2.left {
    font-size: 50px;
  }

  .image-1634 {
    width: 100%;
  }

  .about-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .lines.l.faq {
    width: 450px;
    top: 6%;
    right: -35%;
  }

  .lines.m {
    left: 55px;
  }

  .lines.sm.ff.faq {
    top: 1%;
    right: -20%;
  }

  .lines.ttsm.top-right {
    top: 14%;
  }

  .lines.ttsm.top-right.v2.svcs.det {
    display: none;
  }

  .lines.ttsm.top-left {
    top: 14%;
  }

  .lines.ttsm.top-left.v2.svcs.det {
    display: none;
  }

  .lines.faqqq.ff.ga {
    top: 1%;
    left: -20%;
  }

  .lines.asdasdas.af {
    z-index: 0;
    width: 450px;
    top: 6%;
    left: -35%;
  }

  .div-block-432, .wcu-r-content._2, .wcu-r-content._4, .wcu-r-content._1, .wcu-r-content._3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-div-3.wcu.left {
    margin-bottom: 14px;
  }

  .wcu-wrap {
    flex-flow: column;
    display: flex;
  }

  .div-block-439 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .uui-faq04_question-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
  }

  .uui-faq04_list.first-col.real-faq {
    width: auto;
  }

  .uui-faq04_heading-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
  }

  .uui-faq04_number {
    font-weight: 600;
  }

  .contact-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    display: flex;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
    / 1fr;
    place-items: stretch stretch;
  }

  .container-96 {
    border-top-left-radius: 0;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-title {
    font-weight: 700;
  }

  .footer-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo.hide-mobile, .div-block-442 {
    display: none;
  }

  .heading-4 {
    line-height: 60px;
  }

  .services-next, .services-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .services-wrapper {
    padding-left: 0;
  }

  .button-wrap-svcs.center.agag {
    margin-top: 0;
  }

  .div-block-450 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-126 {
    max-width: 95%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .clients-inner {
    padding-top: 20px;
  }

  .clients-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .preloader-logo-4 {
    width: 250px;
  }

  .page-wrapper.hide {
    display: block;
  }

  .uui-layout32_content-right {
    margin-left: -28px;
    padding-top: 0;
    padding-right: 0;
  }

  .uui-layout32_component-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
    place-items: center stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout32_timeline-wrapper-3.blank-space {
    height: 30px;
  }

  .uui-icon-featured-outline-large-8 {
    justify-content: center;
    align-items: center;
  }

  .timeline-wrap {
    display: block;
  }

  .uui-layout32_timeline-left-3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: -120px;
  }

  .uui-layout32_timeline-left-3._2 {
    top: -115px;
  }

  .uui-layout32_timeline-left-3._2._4 {
    top: -105px;
  }

  .uui-layout32_timeline-left-3._3 {
    margin-top: 0;
    top: -105px;
  }

  .div-block-25 {
    z-index: 5;
  }

  .process-mid {
    margin-left: -55px;
    padding-left: 0;
  }

  .image-1640 {
    display: none;
  }

  .div-block-453 {
    grid-template-columns: 2.3fr;
    height: auto;
    padding: 32px;
  }

  .div-block-455 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .faq-left {
    height: 400px;
  }

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

  .about-inner {
    grid-template-columns: 1fr;
  }

  .au-mid {
    height: 500px;
  }

  .au-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mv-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .crew-wrap {
    grid-template-columns: 1fr;
  }

  .image-1647 {
    width: 265px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .collection-list, .collection-list._222, .div-block-466 {
    grid-template-columns: 1fr;
  }

  .image-1650 {
    background-image: linear-gradient(125deg, #c8a04b 25%, #0a0a0a 25%, #c8a04b 25%, #c8a04b 25%, #2b2b2b 25%, #0a0a0a);
  }

  .lightbox-link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .upper-grid-2.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .h1-white {
    font-size: 55px;
    line-height: 70px;
  }

  .h1-white.center.wcu {
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1-white.center.svcs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1-white.white, .h1-white.white.center {
    font-size: 55px;
    line-height: 70px;
  }

  .h1-white.white.wcu {
    text-align: center;
  }

  .h1-white.cta {
    line-height: 70px;
  }

  .p-text-white.center.wcu, .p-text-white.center.svcs, .p-text-white.left.wcu, .p-text-white.white.center.cta {
    width: auto;
  }

  .p-text-white.white.center.svcs.left {
    text-align: center;
    width: auto;
  }

  .cf-navigation-logo-white.regular {
    width: 150px;
    height: 60px;
  }

  .cf-navigation-logo-white.regular.sub {
    display: none;
  }

  .asf {
    margin-top: 16px;
  }

  .text-block-1322, .text-block-1323, .text-block-1324 {
    text-align: center;
  }

  .services-areas-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-areas-content {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    margin-right: 0;
    position: relative;
  }

  .image-1654 {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .og-wrap {
    grid-template-columns: 1fr;
  }

  .h1-copy {
    font-size: 55px;
    line-height: 70px;
  }

  .h1-copy.center.wcu {
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1-copy.center.svcs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .h1-copy.white, .h1-copy.white.center {
    font-size: 55px;
    line-height: 70px;
  }

  .h1-copy.white.wcu {
    text-align: center;
  }

  .h1-copy.cta {
    line-height: 70px;
  }

  .areas {
    flex-flow: column;
  }

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

  .image-160368 {
    height: 280px;
  }

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

  .heading-42 {
    width: auto;
  }

  .charity-grid-news, .brazos-div, .brazos-grid, .brazos-grid.brazos2, .brazos-grid.brazos-valley {
    grid-template-columns: 1fr;
  }

  .brazzos-img {
    width: auto;
  }

  .div-block-484 {
    grid-template-columns: 1fr;
  }

  .image-160370 {
    height: auto;
  }

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

  .img-financial {
    justify-content: center;
    width: 100%;
  }

  .img-div1, .image-160371, .img-div2, .image-160372 {
    width: 100%;
  }

  .right-arrow-3 {
    display: none;
    top: 390px;
  }

  .slide-nav-2 {
    max-width: 900px;
  }

  .slider-2 {
    height: auto;
    display: block;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .testimonial-right {
    padding-top: 0;
  }

  .left-arrow-2 {
    display: none;
    top: 390px;
  }

  .carousel-img {
    padding-top: 0;
  }

  .uui-testimonial15_slide-2 {
    padding-right: 0;
  }

  .uui-testimonial15_arrow-2 {
    display: none;
  }

  .uui-testimonial15_arrow-2.rr {
    display: flex;
  }

  .uui-testimonial15_arrow-2.left {
    display: none;
  }

  .uui-testimonial15_arrow-2.left.rr {
    display: flex;
  }

  .uui-testimonial15_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial15_mask-2 {
    width: 50%;
  }

  .img-chartity {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-160373 {
    width: 100%;
    height: 600px;
  }

  .image-160373.xmas {
    width: 100%;
    height: 100%;
  }

  .image-160373._111 {
    height: 100%;
  }

  .image-160373._444, .image-160373._777, .image-160373._888, .image-160373._100 {
    height: 60%;
  }

  .hero-section-xmas {
    z-index: 1;
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-160374 {
    width: 300px;
  }

  .image-160379, .image-160380 {
    width: 150px;
  }

  .image-160381, .image-160382 {
    width: 200px;
  }

  .image-160383, .image-160384, .image-160385, .image-160386, .image-160387, .image-160388, .image-160389, .image-160390, .image-160391, .image-160392, .image-160393 {
    width: 150px;
  }

  .image-160394 {
    width: 200px;
  }

  .image-160396 {
    height: 280px;
  }

  .flexible-grid, .stories-grid, .design-grid, .career-grid {
    grid-template-columns: 1fr;
  }

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

  .job-h3 {
    font-size: 55px;
    line-height: 70px;
  }

  .job-h3.center.wcu {
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .job-h3.center.svcs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    font-size: 55px;
    line-height: 70px;
  }

  .job-h3.white, .job-h3.white.center {
    font-size: 55px;
    line-height: 70px;
  }

  .job-h3.white.wcu {
    text-align: center;
  }

  .job-h3.cta {
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cf-nav-4.subpages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wbs-button-primary-1 {
    display: none;
  }

  .wbs-button-primary-1.ghost.mobile {
    display: block;
  }

  .cf-nav-shadow-wrapper-3 {
    width: 100%;
  }

  .uui-dropdown-icon {
    left: 110px;
  }

  .wbs-button-primary-1-dark {
    display: none;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .cf-nav-button-wrapper-2.dekstop-hide {
    margin-top: 10px;
  }

  .cf-navigation-logo-4.regular {
    width: 100px;
  }

  .primary-btn-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

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

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .div-block-416.landingpage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-btn {
    align-self: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-btn.green.svcs {
    width: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 55px;
  }

  .heading.mobile {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.mobile.lp {
    font-size: 50px;
    line-height: 120%;
  }

  .heading.desktop.lp {
    font-size: 50px;
  }

  .secondary-btn.hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-389 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .link-block-24 {
    align-self: center;
    margin-bottom: 0;
  }

  .rating-3.cta {
    margin-top: 0;
  }

  .rating-text-4 {
    text-align: center;
  }

  .ghost-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ghost-button.svcs {
    width: 100%;
  }

  .page-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-container.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-bag-begun {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-bag-begun-3 {
    border-right-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-division-negative {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-orange-span {
    font-size: 45px;
    line-height: 55px;
  }

  .container-125 {
    width: 95%;
    max-width: none;
  }

  .span-quarter-river {
    font-size: 60px;
  }

  .span-quarter-river.counterup {
    font-size: 45px;
    line-height: 55px;
  }

  .div-block-418 {
    grid-template-columns: 1fr;
  }

  .component-gray-left {
    left: -35%;
  }

  .component-gray-right {
    right: -35%;
  }

  .h1 {
    font-size: 50px;
    line-height: 120%;
  }

  .h1.center.wcu {
    font-size: 50px;
  }

  .h1.center.wcu.left {
    text-align: center;
  }

  .h1.center.svcs {
    font-size: 36px;
    line-height: 150%;
  }

  .h1.white, .h1.white.center {
    font-size: 50px;
  }

  .h1.cta {
    line-height: 120%;
  }

  .p-text.center.wcu.left {
    width: 500px;
  }

  .p-text.center.svcs {
    width: auto;
  }

  .ghost-btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .ghost-btn:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-wrap.svcs {
    flex-flow: column;
  }

  .div-block-415 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2.left {
    font-size: 35px;
  }

  .wbs-button-primary-2 {
    display: none;
  }

  .lines.l {
    left: 55%;
  }

  .lines.l.faq {
    right: -57%;
  }

  .lines.m {
    left: 34%;
  }

  .lines.sm {
    left: 18%;
  }

  .lines.sm.ff.faq {
    right: -30%;
  }

  .lines.ttsm.top-right, .lines.ttsm.top-left {
    top: 15%;
  }

  .lines.faqqq.ff.ga {
    left: -33%;
  }

  .lines.asdasdas.af {
    left: -60%;
  }

  .div-block-432 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wcu-r-content._2 {
    top: 20%;
  }

  .wcu-r-content._4 {
    position: sticky;
    top: 28%;
  }

  .wcu-r-content._1 {
    top: 16%;
  }

  .wcu-r-content._3 {
    position: sticky;
    top: 24%;
  }

  .wbs-button-primary-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-439 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .uui-faq04_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-space-medium-10 {
    min-height: 1.5rem;
  }

  .p-2 {
    width: auto;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 20px;
  }

  .uui-faq04_list.first-col.real-faq {
    margin-bottom: 0;
  }

  .contact-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-441 {
    flex-flow: column;
    margin-bottom: 8px;
  }

  .success-message {
    height: 300px;
  }

  .paragraph-11 {
    width: auto;
  }

  .footer-columns {
    flex-flow: column;
    grid-template-rows: auto;
    padding-bottom: 24px;
    display: flex;
  }

  .container-96 {
    width: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .footer-wrap-2 {
    padding-bottom: 40px;
  }

  .footer-logo {
    padding-bottom: 40px;
    display: flex;
  }

  .footer-logo.hide-mobile {
    padding-bottom: 0;
  }

  .div-block-445 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 120%;
  }

  .div-block-446 {
    width: 100%;
  }

  .heading-5 {
    text-align: center;
    font-size: 50px;
  }

  .services-slide {
    width: 50%;
  }

  .services-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .services-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .div-block-447 {
    height: 400px;
  }

  .button-wrap-svcs.svcs {
    flex-flow: column;
  }

  .div-block-448 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-450 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    top: 3%;
    left: -3%;
  }

  .div-block-450.right {
    top: 3%;
    right: -3%;
  }

  .compservtop {
    width: 280px;
    left: -44%;
  }

  .compservtop.right {
    width: 280px;
    left: auto;
    right: -75%;
  }

  .compservmid.right {
    width: 400px;
    right: -70%;
  }

  .compservmid.asdasd {
    width: 400px;
    left: -285px;
  }

  .image-1637.right {
    left: 320px;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    width: 90px;
  }

  .uui-logos04_logo._2 {
    width: 200px;
  }

  .uui-logos04_logo._3 {
    width: 200px;
    height: auto;
  }

  .uui-logos04_logo._5 {
    width: 150px;
    height: auto;
  }

  .uui-logos04_logo._6._66 {
    width: 70px;
  }

  .uui-logos04_logo._7._77 {
    width: 150px;
  }

  .uui-logos04_logo._9._99 {
    width: 180px;
  }

  .uui-logos04_logo._10 {
    width: 200px;
  }

  .uui-logos04_logo._11 {
    width: 150px;
  }

  .uui-logos04_logo._12 {
    width: 80px;
  }

  .uui-logos04_logo._13 {
    width: 250px;
  }

  .uui-logos04_logo._14 {
    width: 150px;
  }

  .clients-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clients-padding {
    padding-left: 15px;
  }

  .uui-logo-loop_component {
    height: auto;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    left: auto;
  }

  .page-wrapper.hide {
    display: block;
  }

  .uui-layout32_content-right {
    margin-left: -60px;
  }

  .uui-layout32_component-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-25 {
    height: auto;
  }

  .process-mid {
    margin-left: -20px;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 120%;
  }

  .div-block-460 {
    flex-flow: column;
  }

  .image-1647 {
    height: 350px;
  }

  .div-block-461 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-1318 {
    font-size: 24px;
    line-height: 150%;
  }

  .link-2 {
    display: none;
  }

  .image-1650 {
    background-image: linear-gradient(125deg, #c8a04b 50%, #0a0a0a 50%, #c8a04b 50%, #c8a04b 50%, #2b2b2b 50%, #0a0a0a);
  }

  .main-btn {
    align-self: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-btn.green.svcs, .main-btn.asf._55.svcs {
    width: 100%;
  }

  .main-btn.cta {
    display: block;
  }

  .main-btn.cta.hide-mobile {
    display: none;
  }

  .div-block-473 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .upper-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .upper-grid-2.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .upper-grid-2.hide {
    display: none;
  }

  .div-block-352, .image-1564 {
    height: 300px;
  }

  .wbs-button-primary-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-white {
    font-size: 50px;
    line-height: 120%;
  }

  .h1-white.center.wcu {
    font-size: 50px;
  }

  .h1-white.center.svcs {
    font-size: 36px;
    line-height: 150%;
  }

  .h1-white.white, .h1-white.white.center {
    font-size: 50px;
  }

  .h1-white.cta {
    line-height: 120%;
  }

  .p-text-white.center.svcs, .p-text-white.white.center.svcs {
    width: auto;
  }

  .cf-navigation-logo-white.regular {
    width: 100px;
  }

  .hero-btn-white {
    align-self: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-btn-white.green.svcs {
    width: 100%;
  }

  .hero-btn-black {
    align-self: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-btn-black.green.svcs {
    width: 100%;
  }

  .wbs-button-primary-4-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-475 {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 8px;
  }

  .ghost-button-svcs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ghost-button-svcs.svcs, .services-areas-content, .service-areas-img {
    width: 100%;
  }

  .image-1654 {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .grid-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .og-wrap {
    grid-template-columns: 1fr;
  }

  .h1-copy {
    font-size: 50px;
    line-height: 120%;
  }

  .h1-copy.center.wcu {
    font-size: 50px;
  }

  .h1-copy.center.wcu.giving {
    line-height: 120%;
  }

  .h1-copy.center.svcs {
    font-size: 36px;
    line-height: 150%;
  }

  .h1-copy.white, .h1-copy.white.center {
    font-size: 50px;
  }

  .h1-copy.cta {
    line-height: 120%;
  }

  .uui-logos04_list-2 {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    left: auto;
  }

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

  .heading-41 {
    font-size: 40px;
  }

  .quote-text-wrapper-4 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
  }

  .heading-42 {
    width: auto;
  }

  .image-160369 {
    width: 100svh;
  }

  .testimonial-wrap {
    width: auto;
  }

  .right-arrow-3, .left-arrow-2 {
    display: none;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .uui-testimonial15_slide-2 {
    padding-right: 0;
  }

  .uui-testimonial15_arrow-2:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow-2.left {
    right: 3.5rem;
  }

  .uui-testimonial15_component-2 {
    margin-top: 0;
  }

  .reviews-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial15_mask-2 {
    width: 40%;
  }

  .img-chartity {
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-slider {
    height: 100%;
  }

  .image-160373 {
    height: 60%;
  }

  .image-160373._999 {
    height: 100%;
  }

  .image-160373._111 {
    width: 100%;
    height: 100%;
  }

  .hero-section-xmas {
    padding-bottom: 0;
  }

  .image-160398 {
    height: 400px;
  }

  .job-h3 {
    font-size: 50px;
    line-height: 120%;
  }

  .job-h3.center.wcu {
    font-size: 50px;
  }

  .job-h3.center.wcu.left {
    text-align: center;
  }

  .job-h3.center.svcs {
    font-size: 36px;
    line-height: 150%;
  }

  .job-h3.white, .job-h3.white.center {
    font-size: 50px;
  }

  .job-h3.cta {
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  .cf-nav-4 {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 14px;
    position: relative;
  }

  .cf-nav-4.subpages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cf-brand-4.w--current {
    top: -3px;
  }

  .wbs-button-primary-1 {
    display: none;
  }

  .cf-nav-shadow-wrapper-3 {
    width: 100%;
  }

  .cf-menu-button-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .uui-dropdown-icon {
    left: 100px;
  }

  .banner-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-button-primary-1-dark {
    display: none;
  }

  .cf-nav-links-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cf-nav-links-3.opacity-100._123 {
    padding-left: 14px;
  }

  .cf-navigation-logo-4 {
    width: 100%;
    margin-top: 8px;
    padding-top: 0;
  }

  .cf-navigation-logo-4.regular {
    width: 120px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-nav-links-3-black {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cf-nav-links-3-black.opacity-100._123 {
    padding-left: 14px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .lefttt2 {
    padding-left: 5px;
  }

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

  .lefttt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 5px;
  }

  .rating-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-1599 {
    width: 95px;
  }

  .hero-section {
    height: 87vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-content-3 {
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .image-1631 {
    width: 18px;
  }

  .div-block-416 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .div-block-416.landingpage {
    margin-top: 8px;
  }

  .div-block-416.landingpage.xmas {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .page-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .rating-logo_wrap-3 {
    margin-right: 0;
  }

  .hero-btn {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .hero-btn.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .star-wrap-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: flex-start;
  }

  .rating-text-3 {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading {
    font-size: 35px;
  }

  .heading.mobile {
    font-size: 40px;
    line-height: 45px;
  }

  .heading.mobile.lp {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .heading.mobile.lp._3 {
    font-weight: 600;
    line-height: 52px;
  }

  .heading.desktop.lp {
    font-size: 42px;
  }

  .secondary-btn {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }

  .secondary-btn.hero {
    font-size: 14px;
  }

  .hero-container {
    width: 100%;
    max-width: none;
    padding: 0 10px 60px;
  }

  .hero-button {
    flex-flow: column;
  }

  .hero-button.lp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .div-block-389.xmas {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-371 {
    border-radius: 30px;
  }

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

  .info-content-4 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .rating-logo_wrap-4 {
    margin-right: 0;
  }

  .rating-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
  }

  .rating-3.cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
  }

  .rating-3.faf.xmas {
    margin-top: 0;
  }

  .rating-text-4 {
    text-align: left;
    font-size: 14px;
  }

  .star-wrap-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
  }

  .ghost-button {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .ghost-button.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-container.services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-bag-begun {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-right-style: solid;
    border-right-width: 1px;
    height: 134.398px;
    padding: 7px;
  }

  .p-about-strong {
    margin-top: 0;
  }

  .div-bag-begun-3 {
    border-right-style: none;
  }

  .div-block-226 {
    color: #0000;
    background-color: #0000;
    border: 1px solid #ddd;
    width: 195px;
    height: 50%;
    display: none;
  }

  .div-division-negative {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-division-negative.au {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .5fr .5fr;
    place-items: center start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-division-negative.au._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3-child-more {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    line-height: 20px;
  }

  .h3-child-more.brazos {
    font-weight: 700;
  }

  .text-orange-span {
    font-size: 32px;
    line-height: 38.4px;
  }

  .container-125 {
    width: 95%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .span-quarter-river {
    font-size: 80px;
    line-height: 50px;
  }

  .span-quarter-river.counterup {
    font-size: 32px;
    line-height: 38.4px;
  }

  .component-gray-left {
    width: 320px;
    height: auto;
    display: none;
    top: 1%;
    left: -55%;
  }

  .component-gray-left.tt {
    width: 320px;
    display: none;
    left: -55%;
  }

  .component-gray-right {
    width: 320px;
    height: auto;
    display: none;
    top: 1%;
    right: -55%;
  }

  .component-gray-right.tt {
    width: 320px;
    display: none;
    right: -55%;
  }

  .h1 {
    font-size: 35px;
  }

  .h1.center.wcu {
    font-size: 40px;
    line-height: 120%;
  }

  .h1.center.wcu.left {
    width: 300px;
  }

  .h1.center.wcu.left.areas1 {
    font-size: 24px;
  }

  .h1.center.wcu.giving {
    font-size: 40px;
  }

  .h1.center.wcu.fiancial.financial-heading.financial-mobile {
    font-size: 44px;
  }

  .h1.center.svcs {
    font-size: 40px;
  }

  .h1.white {
    font-size: 40px;
    line-height: 120%;
  }

  .h1.white.center {
    font-size: 35px;
    line-height: 120%;
  }

  .h1.stories-heading2 {
    font-size: 40px;
  }

  .p-text.center.wcu.left {
    width: 300px;
  }

  .p-text.center.svcs.financial-text.white {
    width: auto;
  }

  .ghost-btn {
    padding-left: .95rem;
    padding-right: .95rem;
  }

  .ghost-btn:hover {
    color: #fff;
    background-color: #ffffff36;
  }

  .paragraph-24 {
    line-height: 24px;
  }

  .button-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrap.center.charity-btn.left-charity {
    align-items: flex-start;
  }

  .button-wrap.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-wrap.center.agag.wcu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .div-block-425 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-2.left {
    font-size: 38px;
  }

  .wbs-button-primary-2 {
    display: none;
  }

  .about-wrap.auu {
    flex-flow: column;
  }

  .grid.faf {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .lines.l {
    opacity: .8;
  }

  .lines.l.faq {
    opacity: .32;
    display: none;
  }

  .lines.m, .lines.sm {
    opacity: .8;
  }

  .lines.sm.ff.faq {
    opacity: .8;
    display: none;
  }

  .lines.ttsm.top-right {
    display: none;
    top: 13%;
    right: -203px;
  }

  .lines.ttsm.top-right.v2 {
    display: none;
  }

  .lines.ttsm.top-left {
    display: none;
    top: 13%;
    left: -203px;
  }

  .lines.ttsm.top-left.v2 {
    display: none;
  }

  .lines.faqqq.ff.ga {
    opacity: .8;
    display: none;
  }

  .lines.asdasdas.af {
    opacity: .32;
    display: none;
  }

  .wcu-r-content._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    top: 10%;
  }

  .wcu-r-content._4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    top: 18%;
  }

  .wcu-r-content._1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: flex-end;
    top: 6%;
  }

  .wcu-r-content._3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    top: 14%;
  }

  .wbs-button-primary-3.wcu {
    display: block;
  }

  .div-block-435 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wcu-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .code-embed-7 {
    width: 100%;
  }

  .uui-faq04_question-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-348 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .uui-faq04_list.first-col {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .uui-faq04_answer-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-441 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 8px;
    display: flex;
  }

  .success-message {
    height: 344px;
  }

  .footer-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-96 {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-title {
    margin-bottom: 12px;
    font-weight: 700;
  }

  .footer-wrap-2 {
    padding: 40px 0;
  }

  .footer-logo {
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-menu-list.red {
    padding-bottom: 10px;
  }

  .image-1614 {
    width: 175px;
  }

  .div-block-445 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 40px;
  }

  .services-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .services-next, .services-prev {
    width: 2.4rem;
    height: 2.4rem;
    top: 43%;
  }

  .slider-image {
    height: 350px;
  }

  .button-wrap-svcs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrap-svcs.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-wrap-svcs.center.agag.wcu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .compservtop, .compservtop.right, .compservmid.right, .compservmid.asdasd, .image-1637 {
    opacity: .8;
    display: none;
  }

  .image-1637.right {
    opacity: .8;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_logo {
    width: 100px;
    height: auto;
  }

  .uui-logos04_logo._4 {
    width: 80px;
  }

  .uui-logos04_logo._6 {
    width: 100px;
  }

  .uui-logos04_logo._8 {
    width: 90px;
  }

  .container-126 {
    padding-top: 40px;
  }

  .clients-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clients-padding {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-logo-loop_component {
    height: auto;
  }

  .clients, .clients.og {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-logos04_list {
    justify-content: center;
    width: auto;
    left: auto;
  }

  .preloader-logo-4 {
    width: 230px;
    overflow: clip;
  }

  .link-block-29 {
    font-size: 16px;
  }

  .image-1638 {
    width: 18px;
  }

  .page-wrapper.hide {
    display: block;
  }

  .uui-layout32_content-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout32_component-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .uui-layout32_timeline-wrapper-3 {
    padding-right: 0;
  }

  .uui-layout32_progress-bar-wrapper-3 {
    top: 59px;
  }

  .process-mid {
    margin-left: -10px;
  }

  .about-img {
    flex-flow: column-reverse;
    grid-template-columns: 2.5fr;
    display: flex;
  }

  .image-1642 {
    height: 200px;
  }

  .div-block-456 {
    flex-flow: column-reverse;
  }

  .image-1643 {
    height: 200px;
  }

  .heading-7 {
    font-size: 35px;
  }

  .au-right {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .image-1647 {
    width: 100%;
    min-width: auto;
  }

  .image-1650.asdas {
    display: none;
  }

  .main-btn {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .main-btn.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-btn.asf._55 {
    margin-top: 0;
  }

  .lightbox-link {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .upper-grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .upper-grid-2._241 {
    grid-template-columns: 1fr 1fr;
  }

  .upper-grid-2.mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .upper-grid-2.hide {
    display: none;
  }

  .div-block-352 {
    height: 240px;
  }

  .image-1564 {
    height: 100%;
  }

  .wbs-button-primary-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggle {
    height: 50px;
  }

  .lottie-animation-2 {
    width: 80px;
  }

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

  .h1-white.center.wcu {
    font-size: 40px;
    line-height: 120%;
  }

  .h1-white.center.svcs {
    font-size: 40px;
  }

  .h1-white.white, .h1-white.white.center {
    font-size: 40px;
    line-height: 120%;
  }

  .cf-navigation-logo-white {
    width: 100%;
    margin-top: 8px;
    padding-top: 0;
  }

  .cf-navigation-logo-white.regular {
    width: 120px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-navigation-logo-white.regular.sub {
    display: none;
  }

  .hero-btn-white {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .hero-btn-white.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-btn-black {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .hero-btn-black.green, .wbs-button-primary-4-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ghost-button-svcs {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .ghost-button-svcs.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-areas-img, .image-1654 {
    height: auto;
  }

  .grid-4.areas {
    display: flex;
  }

  .code-embed-10 {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-477 {
    flex-flow: column;
  }

  .div-block-478 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-479 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-copy {
    font-size: 35px;
  }

  .h1-copy.center.wcu {
    font-size: 40px;
    line-height: 120%;
  }

  .h1-copy.center.wcu.left {
    width: 300px;
  }

  .h1-copy.center.wcu.giving, .h1-copy.center.svcs {
    font-size: 40px;
  }

  .h1-copy.white {
    font-size: 40px;
    line-height: 120%;
  }

  .h1-copy.white.center {
    font-size: 35px;
    line-height: 120%;
  }

  .uui-logos04_list-2 {
    justify-content: center;
    width: auto;
    left: auto;
  }

  .areas, .areas.areas-mobile {
    display: flex;
  }

  .areas.hide-desktop {
    display: none;
  }

  .div-block-481 {
    justify-content: center;
    display: flex;
  }

  .div-block-482 {
    justify-content: center;
    height: 300px;
    display: flex;
  }

  .blog-box {
    height: auto;
    padding: 16px;
  }

  .quote-text-wrapper-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .image-1573 {
    width: 100%;
  }

  .cta3-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-42 {
    font-size: 40px;
  }

  .image-160369 {
    height: auto;
  }

  .brazzos-img {
    width: auto;
  }

  .image-160370 {
    height: auto;
  }

  .img-financial {
    flex-flow: column;
  }

  .img-div1 {
    width: 100%;
  }

  .image-160371 {
    width: 100%;
    height: 500px;
  }

  .img-div2 {
    flex-flow: column;
  }

  .image-160372 {
    width: 100%;
    height: 300px;
  }

  .mask-3 {
    max-width: none;
    left: 0;
  }

  .testimonial-wrap {
    width: auto;
  }

  .slide-2 {
    width: auto;
    margin-right: 0;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .slider-2 {
    max-width: 100%;
    height: auto;
  }

  .testimonial-right {
    flex-flow: row;
  }

  .testimonial-text {
    margin-bottom: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 0;
    margin-right: 0;
  }

  .split-content---brix.testimonial-bottom, .split-content---brix.avatar-content---brix {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-flow: column;
    align-items: center;
  }

  .carousel-img {
    flex-flow: row;
  }

  .white-btn-less, .white-btn-wrap {
    width: 100%;
  }

  .uui-testimonial15_component-2 {
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .testimonial-upper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 100%;
  }

  .reviews-inner {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .review-block {
    justify-content: flex-start;
    width: auto;
    display: block;
  }

  .uui-testimonial15_mask-2 {
    z-index: 0;
    width: 50%;
    position: relative;
    inset: 0%;
    overflow: hidden;
  }

  .white-btn {
    width: 100%;
  }

  .uui-testimonial15_slide-nav-2 {
    margin-top: 32px;
  }

  .testimonial-wrap-2 {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    margin-right: 4px;
  }

  .img-chartity {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .image-160373 {
    height: 500px;
  }

  .image-160373.xmas {
    object-fit: contain;
    height: 400px;
  }

  .hero-section-xmas {
    height: 87vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cloud.hide {
    display: none;
  }

  .cloud.mobile.hide {
    display: block;
    inset: auto 0% 0%;
  }

  .clouds {
    display: none;
  }

  .clouds.mobile.hide {
    display: block;
  }

  .clouds.hide {
    display: none;
  }

  .wcu-section-xmas {
    background-position: 100%;
  }

  .clients-section-xmas, .clients-section-xmas.og, .client-section2-xmas, .client-section2-xmas.og {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-section-xmas {
    background-position: 100%;
  }

  .rights-balls {
    inset: 0% 0% auto auto;
  }

  .services-areas-section-xmas, .contact-section-xmas {
    background-position: 100%;
  }

  .xmas-tree {
    position: relative;
    inset: 8px 0% 0%;
  }

  .image-160379, .image-160380, .image-160383, .image-160384, .image-160385, .image-160386, .image-160387, .image-160388 {
    width: 100px;
  }

  .image-160389 {
    width: 130px;
  }

  .image-160390, .image-160391, .image-160392 {
    width: 100px;
  }

  .image-160393 {
    width: 120px;
  }

  .image-160395 {
    width: 80px;
  }

  .xmas-client-section, .xmas-client-section.og, .xmas-client2-section, .xmas-client2-section.og {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xmas-team-section {
    background-position: 50%;
  }

  .flexible-grid.mobile {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-486 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .design-grid.des {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-160398 {
    height: 300px;
  }

  .career-grid.des.car {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .job-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .job-h3 {
    font-size: 35px;
  }

  .job-h3.center.wcu {
    font-size: 40px;
    line-height: 120%;
  }

  .job-h3.center.wcu.left {
    width: 300px;
  }

  .job-h3.center.wcu.left.areas1 {
    font-size: 24px;
  }

  .job-h3.center.wcu.giving {
    font-size: 40px;
  }

  .job-h3.center.wcu.fiancial.financial-heading.financial-mobile {
    font-size: 44px;
  }

  .job-h3.center.svcs {
    font-size: 40px;
  }

  .job-h3.white {
    font-size: 40px;
    line-height: 120%;
  }

  .job-h3.white.center {
    font-size: 35px;
    line-height: 120%;
  }

  .job-h3.stories-heading2 {
    font-size: 40px;
  }
}

#w-node-_8acf8ac4-693c-5db5-1bde-b98d6a9bc3d1-e0a1eb78, #w-node-_8acf8ac4-693c-5db5-1bde-b98d6a9bc3db-e0a1eb78, #w-node-_8acf8ac4-693c-5db5-1bde-b98d6a9bc3e5-e0a1eb78 {
  place-self: center;
}

#w-node-_60c38aa1-ae0a-33b1-b94c-1672e9b54b3a-e0a1eb78, #w-node-_3a4b7190-9267-2254-f529-df9066ea1337-e0a1eb78, #w-node-_3a4b7190-9267-2254-f529-df9066ea1347-e0a1eb78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_750d01c4-0a2b-b154-5ebe-0e8dd1f87b89-e0a1eb78, #w-node-_750d01c4-0a2b-b154-5ebe-0e8dd1f87b8b-e0a1eb78, #w-node-_49789c75-3ccd-5a46-ab69-d79b6c7b52e9-e0a1eb78, #w-node-_49789c75-3ccd-5a46-ab69-d79b6c7b52eb-e0a1eb78, #w-node-b2198243-0d27-0724-b2df-492dd830a849-e0a1eb78, #w-node-b2198243-0d27-0724-b2df-492dd830a84b-e0a1eb78, #w-node-_432e5934-848c-41c4-7bcd-e9467732cae9-e0a1eb78, #w-node-_432e5934-848c-41c4-7bcd-e9467732caeb-e0a1eb78 {
  justify-self: center;
}

#w-node-_6e92e95e-f30d-d795-d081-9ed91ffdd50e-e0a1eb78, #w-node-_6e92e95e-f30d-d795-d081-9ed91ffdd510-e0a1eb78, #w-node-_6e92e95e-f30d-d795-d081-9ed91ffdd520-e0a1eb78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd9d906-3ae9-397b-0846-0a10558b3ceb-e0a1eb78, #w-node-cdd9d906-3ae9-397b-0846-0a10558b3ced-e0a1eb78, #w-node-cdd9d906-3ae9-397b-0846-0a10558b3cfe-e0a1eb78, #w-node-cdd9d906-3ae9-397b-0846-0a10558b3d00-e0a1eb78, #w-node-cdd9d906-3ae9-397b-0846-0a10558b3d11-e0a1eb78, #w-node-cdd9d906-3ae9-397b-0846-0a10558b3d13-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421b6b-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421b6d-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421b9e-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421ba0-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421bd1-e0a1eb78, #w-node-_713c297a-d80f-bb8a-7fdf-964976421bd3-e0a1eb78, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0025-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0035-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0052-ebef000c {
  justify-self: center;
}

#w-node-a5b9f380-5dc7-833c-66b7-ee3aec93cf6c-ec93cf62, #w-node-a5b9f380-5dc7-833c-66b7-ee3aec93cf74-ec93cf62, #w-node-a5b9f380-5dc7-833c-66b7-ee3aec93cf7c-ec93cf62 {
  place-self: center;
}

#w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdbe-1fd1fda5, #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdc8-1fd1fda5, #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fddf-1fd1fda5 {
  justify-self: center;
}

#w-node-f9d1d94e-bc0a-f977-7a9e-d972280b1d5a-e0a1eb79, #w-node-f9d1d94e-bc0a-f977-7a9e-d972280b1d5c-e0a1eb79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ba773c-eb53-d66e-df76-674de536a7c0-e0a1eb79, #w-node-c8ba773c-eb53-d66e-df76-674de536a7ca-e0a1eb79, #w-node-c8ba773c-eb53-d66e-df76-674de536a7d4-e0a1eb79 {
  place-self: center;
}

#w-node-_533c2823-d0e7-2429-e844-23e418f8d842-e0a1eb79, #w-node-_533c2823-d0e7-2429-e844-23e418f8d844-e0a1eb79, #w-node-fbf48c87-8b33-f638-dfca-0c62c263c095-e0a1eb79, #w-node-fbf48c87-8b33-f638-dfca-0c62c263c097-e0a1eb79, #w-node-_9f1e5d94-29d9-42f5-3388-c6a4bf5f2da5-e0a1eb79, #w-node-_9f1e5d94-29d9-42f5-3388-c6a4bf5f2da7-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d5f5-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d5f7-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d62a-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d62c-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d65f-e0a1eb79, #w-node-_8a7f9ee3-bc74-18e3-17e4-1456c947d661-e0a1eb79 {
  justify-self: center;
}

#w-node-c9428169-4734-e575-22ac-4c9b085f4fbe-e0a1eb79, #w-node-c9428169-4734-e575-22ac-4c9b085f4fc1-e0a1eb79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e3272-e0a1eb79, #w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e3274-e0a1eb79, #w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e3285-e0a1eb79, #w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e3287-e0a1eb79, #w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e3298-e0a1eb79, #w-node-_8cebde08-f3ac-57f1-0ec0-38db1c4e329a-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545a71-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545a73-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545aa4-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545aa6-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545ad7-e0a1eb79, #w-node-_01bc1eaf-7095-595f-47a9-bd3ccb545ad9-e0a1eb79 {
  justify-self: center;
}

#w-node-_05e09d6b-217c-f4b2-a684-2c8c054ec983-e0a1eb7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc6deb7-3d08-9590-684d-91de16cd9360-e0a1eb7f, #w-node-acc6deb7-3d08-9590-684d-91de16cd9368-e0a1eb7f, #w-node-acc6deb7-3d08-9590-684d-91de16cd9370-e0a1eb7f {
  place-self: center;
}

#w-node-_60c38aa1-ae0a-33b1-b94c-1672e9b54b3a-e0a1eb7f, #w-node-_3a4b7190-9267-2254-f529-df9066ea1337-e0a1eb7f, #w-node-_3a4b7190-9267-2254-f529-df9066ea1347-e0a1eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1d2d772-9de8-7417-cce6-25882535439c-e0a1eb7f, #w-node-a1d2d772-9de8-7417-cce6-25882535439e-e0a1eb7f, #w-node-a1d2d772-9de8-7417-cce6-2588253543af-e0a1eb7f, #w-node-a1d2d772-9de8-7417-cce6-2588253543b1-e0a1eb7f, #w-node-a1d2d772-9de8-7417-cce6-2588253543c2-e0a1eb7f, #w-node-a1d2d772-9de8-7417-cce6-2588253543c4-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c37727a-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c37727c-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c37727e-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c377295-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c377297-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c377299-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c3772b0-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c3772b2-e0a1eb7f, #w-node-a1580faa-ae82-b423-4d6c-b5b55c3772b4-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d3a-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d4a-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d61-e0a1eb7f {
  justify-self: center;
}

#w-node-_73e3d2d2-30b8-663d-53c3-884f54c3df93-e0a1eb80, #w-node-b3d9d99e-9ba5-ec6d-b8db-ae96f480c748-e0a1eb80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ba-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ca-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ea-e0a1eb85 {
  justify-self: center;
}

#w-node-b3d9d99e-9ba5-ec6d-b8db-ae96f480c748-e0a1eb89, #w-node-b3d9d99e-9ba5-ec6d-b8db-ae96f480c748-e0a1eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c74b3d2f-66c8-34ba-4d07-b910be40b84d-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f38-e0a1eb7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8acf8ac4-693c-5db5-1bde-b98d6a9bc3e7-e0a1eb78 {
    justify-self: auto;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0017-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0024-ebef000c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0025-ebef000c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0035-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0052-ebef000c {
    justify-self: auto;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef005e-ebef000c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5b9f380-5dc7-833c-66b7-ee3aec93cf7e-ec93cf62 {
    justify-self: auto;
  }

  #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdb0-1fd1fda5, #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdbc-1fd1fda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdbe-1fd1fda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdc8-1fd1fda5, #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fddf-1fd1fda5 {
    justify-self: auto;
  }

  #w-node-_9f6065b6-69ca-c28f-dfee-51f6f14135c4-1fd1fda5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ba773c-eb53-d66e-df76-674de536a7d6-e0a1eb79 {
    justify-self: auto;
  }

  #w-node-ac7580eb-ae33-6c97-526d-fa14fa0e8cb3-e0a1eb79, #w-node-_272147ba-1457-d1d7-2784-95ec6fb9a592-e0a1eb79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acc6deb7-3d08-9590-684d-91de16cd9372-e0a1eb7f {
    justify-self: auto;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d2e-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d39-e0a1eb7f, #w-node-ea7cd814-ec5d-8a22-b1e6-34581d85c336-e0a1eb7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d3a-e0a1eb7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d4a-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d61-e0a1eb7f {
    justify-self: auto;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d6d-e0a1eb7f, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ac-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85b9-e0a1eb85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ba-e0a1eb85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ca-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ea-e0a1eb85 {
    justify-self: auto;
  }

  #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85f6-e0a1eb85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93f812bd-c499-60ce-479a-17a00524c5fa-e0a1eb78, #w-node-_76ac9b8e-eb9b-1c96-ec5f-6f6561a74fb2-e0a1eb78, #w-node-_7ed8ccdb-011d-3b09-1097-318371cf1266-e0a1eb78, #w-node-_7ed8ccdb-011d-3b09-1097-318371cf1267-e0a1eb78, #w-node-_90de41fb-0103-d1bf-ae47-d2c47db3f5a5-e0a1eb78, #w-node-_90de41fb-0103-d1bf-ae47-d2c47db3f5a6-e0a1eb78, #w-node-_90de41fb-0103-d1bf-ae47-d2c47db3f5b0-e0a1eb78, #w-node-_90de41fb-0103-d1bf-ae47-d2c47db3f5b1-e0a1eb78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0017-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef005e-ebef000c, #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdb0-1fd1fda5, #w-node-_9f6065b6-69ca-c28f-dfee-51f6f14135c4-1fd1fda5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_283fcab1-929d-0f14-3c23-ba8478fa6e19-e0a1eb7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d2e-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d6d-e0a1eb7f, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ac-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85f6-e0a1eb85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8acf8ac4-693c-5db5-1bde-b98d6a9bc3d1-e0a1eb78 {
    place-self: center;
  }

  #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef0017-ebef000c, #w-node-_7dc6f688-b0f6-1c67-3852-86f9ebef005e-ebef000c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5b9f380-5dc7-833c-66b7-ee3aec93cf6c-ec93cf62 {
    place-self: center;
  }

  #w-node-fd255c6a-7bd1-8d5e-da08-2c8d1fd1fdb0-1fd1fda5, #w-node-_9f6065b6-69ca-c28f-dfee-51f6f14135c4-1fd1fda5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ba773c-eb53-d66e-df76-674de536a7c0-e0a1eb79 {
    place-self: center;
  }

  #w-node-c74b3d2f-66c8-34ba-4d07-b910be40b851-e0a1eb7e, #w-node-_4f33fd52-9af0-5323-929e-79075cc5d522-e0a1eb7e, #w-node-_15c2c3dc-8072-7b2a-8cce-207aff0c0937-e0a1eb7e, #w-node-_5fb648b2-20d1-ab37-4591-b661bc369111-e0a1eb7e, #w-node-c2273469-969f-6427-4bde-21c4be117f45-e0a1eb7e, #w-node-a18cf6bd-6bbd-f836-a5c8-931612b97612-e0a1eb7e, #w-node-_935c67db-28fa-38ae-e0a3-dd1334e27472-e0a1eb7e, #w-node-c74b3d2f-66c8-34ba-4d07-b910be40b85d-e0a1eb7e, #w-node-_7c14388f-336e-72ce-3020-be9809a2187d-e0a1eb7e, #w-node-_87abfd2d-248d-66ae-532f-0e58b7f37262-e0a1eb7e, #w-node-c50d6d3e-d0c3-ffb8-9807-60a2c1d6e5bc-e0a1eb7e, #w-node-_54a39d59-5240-9ae7-e8d0-bb354c18d7e6-e0a1eb7e, #w-node-_52c51a5a-8702-ccd7-dca6-00a401bafe0b-e0a1eb7e, #w-node-c101f324-616e-915f-bd59-cc2d7204044a-e0a1eb7e, #w-node-f6eac6cb-4620-7a2b-6ac6-e59e765adfe9-e0a1eb7e, #w-node-f6eac6cb-4620-7a2b-6ac6-e59e765adfeb-e0a1eb7e, #w-node-f6eac6cb-4620-7a2b-6ac6-e59e765adfed-e0a1eb7e, #w-node-a0f0d871-9a63-b612-509a-64c3a122a8ad-e0a1eb7e, #w-node-_2536cef9-ab15-bb52-cbfc-5a38b41af2da-e0a1eb7e, #w-node-d3467344-a3d4-3b43-cd96-aa828d586ced-e0a1eb7e, #w-node-_9ef77529-a6d1-1705-e941-71e6e0bf0de9-e0a1eb7e, #w-node-_6167807b-e88e-e78a-ba06-b222259727c2-e0a1eb7e, #w-node-_99e26efd-61d2-c42b-979f-6abaada529a7-e0a1eb7e, #w-node-_3b0d7628-ec76-3402-087a-7959f6fdd87a-e0a1eb7e, #w-node-_50bf47fb-11ba-ac0c-c6a3-f873d6c5bb02-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f3c-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f4c-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f4f-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f51-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f53-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f55-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f57-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f59-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f5b-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f5d-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f5f-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f61-e0a1eb7e, #w-node-_7a462b95-789d-3500-6e54-72db66338f63-e0a1eb7e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acc6deb7-3d08-9590-684d-91de16cd9360-e0a1eb7f {
    place-self: center;
  }

  #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d2e-e0a1eb7f, #w-node-_0c625fc9-2f34-6bf0-8e62-a426230f7d6d-e0a1eb7f, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85ac-e0a1eb85, #w-node-f4c842f0-dca6-fe54-644f-edf7b41b85f6-e0a1eb85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* TROPHY-GLOBAL-XMAS-HIDE: hide every seasonal xmas duplicate section site-wide (kept landscaping/charity leftovers out of view) */
section[class*="xmas"]{display:none !important;}

/* TROPHY-LOCATION-BRAND: per-location antler emblem in the nav */
.trophy-loc-brand{ display:inline-flex !important; align-items:center; text-decoration:none; padding:6px 0; }
.trophy-loc-brand .tlb-emblem{ height:78px !important; width:auto !important; display:block !important; opacity:1 !important; }
.trophy-loc-brand .cf-navigation-logo-white{ display:none !important; }
@media (max-width:1100px){ .trophy-loc-brand .tlb-emblem{ height:68px !important; } }
@media (max-width:991px){ .trophy-loc-brand .tlb-emblem{ height:58px !important; } }
@media (max-width:600px){ .trophy-loc-brand .tlb-emblem{ height:50px !important; } }

/* TROPHY-SERVICES-CAROUSEL-IMAGES */
#services-scope .div-block-447._5._55,
.div-block-447._5._55 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/svc-weather-damage.jpg') !important;
  background-position: 0 0, 50% 50% !important;
  background-size: auto, cover !important;
}
#services-scope .div-block-447._6,
.div-block-447._6 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/svc-ventilation.jpg') !important;
  background-position: 0 0, 50% 45% !important;
  background-size: auto, cover !important;
}
#services-scope .div-block-447.rd-design,
.div-block-447.rd-design {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/svc-roof-design.jpg') !important;
  background-position: 0 0, 50% 45% !important;
  background-size: auto, cover !important;
}
#services-scope .div-block-447.maintenance,
.div-block-447.maintenance {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/svc-maintenance.jpg') !important;
  background-position: 0 0, 50% 40% !important;
  background-size: auto, cover !important;
}

/* TROPHY-LOCATION-CTA: center + breathe */
.loc-cta{ text-align:center !important; padding:86px 6% 90px !important; }
.loc-cta h2{
  display:block !important; float:none !important;
  width:100% !important; max-width:900px !important;
  margin:0 auto 20px !important;
  text-align:center !important;
  line-height:1.38 !important;
  letter-spacing:.4px !important;
  word-spacing:.06em;
  text-wrap:balance;
  font-family:'Libre Baskerville',Georgia,serif !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
  font-size:clamp(26px,3.2vw,40px) !important;
}
.loc-cta p{ text-align:center !important; margin:0 auto 34px !important; max-width:620px !important; line-height:1.7 !important; }
.loc-cta .loc-btns{ display:flex !important; flex-wrap:wrap; justify-content:center !important; align-items:center; gap:16px; }
@media(max-width:600px){ .loc-cta h2{ line-height:1.45 !important; } }

/* TROPHY-LOCATION-HEADINGS: match the site heading font */
.loc-h2,
.loc-sec h2,
.loc-hero h1,
.loc-split-text h2{
  font-family:'Libre Baskerville',Georgia,serif !important;
  font-weight:700 !important;
  letter-spacing:.4px;
  line-height:1.35 !important;
}

/* TROPHY-HERO-TITLE-FONT: hero headline matches the site heading font */
.trophy-hero-title,
.trophy-hero-title .thl-white,
.trophy-hero-title .thl-gold,
.hero-section .heading.desktop.lp.trophy-hero-title{
  font-family:'Libre Baskerville', Georgia, serif !important;
  font-weight:700 !important;
}

/* TROPHY-NAV-CTA-GOLD: "Get a Free Estimate" gold on every page (incl. locations) */
.wbs-button-primary-1-dark,
.wbs-button-primary-1-dark.nav,
.wbs-nav-right .wbs-button-primary-1-dark,
.nav-section .wbs-button-primary-1-dark{
  background-color:#c8a04b !important;
  border:1px solid #c8a04b !important;
  color:#0a0a0a !important;
}
.wbs-button-primary-1-dark:hover,
.wbs-button-primary-1-dark.nav:hover,
.nav-section .wbs-button-primary-1-dark:hover{
  background-color:#a8842f !important;
  border-color:#a8842f !important;
  color:#0a0a0a !important;
}

/* TROPHY-LOCATION-HEADINGS-CAPS */
.loc-h2,
.loc-sec h2,
.loc-cta h2,
.lt-h2,
.lt-split .lt-h2,
.lt-team .lt-h2{
  text-transform:uppercase !important;
}

/* TROPHY-NAV-PHONE-SMALLER: shrink the nav phone button on every page */
.link-block-29{
  gap:6px !important;
  padding:6px 10px !important;
  line-height:1 !important;
}
.link-block-29 img,
.link-block-29 img.image-1638{
  width:14px !important;
  height:auto !important;
}
.link-block-29 .num-link,
.num-link{
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:.4px !important;
}
@media (max-width:1100px){
  .link-block-29 .num-link, .num-link{ font-size:12px !important; }
  .link-block-29 img, .link-block-29 img.image-1638{ width:13px !important; }
}

/* TROPHY-SVC-ROOF-REPAIR-SLIDE */
#services-scope .div-block-447._3._33,
.div-block-447._3._33 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/svc-roof-repair.jpg') !important;
  background-position: 0 0, 50% 45% !important;
  background-size: auto, cover !important;
}

/* TROPHY-BUTTONS-GOLD: kill the Webflow default blue (#3898EC) site-wide */
.w-button,
.main-btn,
.main-btn.asf,
.main-btn.asf._55.svcs,
input[type="submit"].w-button,
button.w-button{
  background-color:#c8a04b !important;
  border-color:#c8a04b !important;
  color:#0a0a0a !important;
}
.w-button:hover,
.main-btn:hover,
input[type="submit"].w-button:hover,
button.w-button:hover{
  background-color:#a8842f !important;
  border-color:#a8842f !important;
  color:#0a0a0a !important;
}
/* outlined buttons must stay outlined */
.ghost-button,
.ghost-button-svcs,
.ghost-button-svcs.svcs,
.loc-btn-ghost,
.ghost-button.w-button,
.ghost-button-svcs.w-button{
  background-color:transparent !important;
  border:1px solid #fff !important;
  color:#fff !important;
}
.ghost-button:hover,
.ghost-button-svcs:hover,
.loc-btn-ghost:hover{
  background-color:#fff !important;
  color:#0a0a0a !important;
}

/* TROPHY-NAV-FIT: nav never exceeds the viewport; scales down instead of overflowing.
   At desktop widths the clamps resolve to the original values, so presentation is unchanged. */
.cf-navbar-6{ overflow-x:clip; max-width:100vw; }
.cf-navbar-main-white-div-4,
.cf-nav-shadow-wrapper-3,
.cf-nav-4,
.cf-nav-4.subpages{
  max-width:100% !important;
  box-sizing:border-box !important;
}
.cf-nav-4 .left-nav,
.cf-nav-menu-4,
.cf-nav-links-wrapper-4{ min-width:0 !important; }
.cf-nav-links-wrapper-4{
  flex-wrap:nowrap !important;
  column-gap:clamp(9px, 1.05vw, 20px) !important;
  grid-column-gap:clamp(9px, 1.05vw, 20px) !important;
}
.cf-nav-links-3, .trophy-loc-toggle{
  white-space:nowrap !important;
  font-size:clamp(12px, .92vw, 16px) !important;
}
.cf-brand-4.trophy-loc-brand{ flex:0 0 auto !important; width:auto !important; }
.trophy-loc-brand .tlb-emblem{ height:clamp(44px, 4.6vw, 78px) !important; width:auto !important; }
.wbs-nav-right{ flex:0 0 auto !important; min-width:0 !important; }
.wbs-nav-right .wbs-button-primary-1-dark{
  white-space:nowrap;
  font-size:clamp(11px, .82vw, 16px) !important;
  padding:clamp(8px,.8vw,12px) clamp(10px,1.1vw,20px) !important;
}
@media (max-width:991px){
  .trophy-loc-brand .tlb-emblem{ height:56px !important; }
}

/* TROPHY-NAV-NO-OVERLAP: nav items never shrink below their text, so nothing overlaps. */
.cf-nav-4, .cf-nav-4.subpages{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  column-gap:clamp(8px, 1vw, 20px);
  padding-left:clamp(10px, 1.4vw, 20px) !important;
  padding-right:clamp(10px, 1.4vw, 20px) !important;
}
.cf-nav-4 .left-nav{
  flex:1 1 auto !important;
  min-width:0 !important;
  align-items:center !important;
  column-gap:clamp(10px, 1.5vw, 24px) !important;
  grid-column-gap:clamp(10px, 1.5vw, 24px) !important;
  overflow:visible !important;
}
.cf-nav-menu-4{ flex:1 1 auto !important; min-width:0 !important; overflow:visible !important; }
.cf-nav-links-wrapper-4{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  overflow:visible !important;
  margin-left:auto !important;
  margin-right:0 !important;
  column-gap:clamp(7px, .95vw, 20px) !important;
  grid-column-gap:clamp(7px, .95vw, 20px) !important;
}
/* each link keeps its own width — this is what stops the text stacking on itself */
.cf-nav-links-wrapper-4 > a,
.cf-nav-links-wrapper-4 > .trophy-loc-dropdown,
.cf-nav-links-3,
.trophy-loc-toggle{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}
.trophy-loc-dropdown{ position:relative !important; }
.trophy-loc-menu{ position:absolute !important; top:100% !important; left:0 !important; z-index:1200 !important; }

.cf-brand-4, .cf-brand-4.trophy-loc-brand{ flex:0 0 auto !important; }
.trophy-loc-brand .tlb-emblem{ height:clamp(40px, 4vw, 66px) !important; width:auto !important; }
.wbs-nav-right{ flex:0 0 auto !important; align-items:center !important; column-gap:clamp(8px,.9vw,16px) !important; }

/* tight desktop widths: keep the phone number, just make it compact */
@media (min-width:992px) and (max-width:1300px){
  .wbs-nav-right .link-block-29{ display:inline-flex !important; padding:4px 6px !important; gap:4px !important; }
  .wbs-nav-right .link-block-29 .num-link, .wbs-nav-right .num-link{ font-size:11.5px !important; letter-spacing:0 !important; }
  .wbs-nav-right .link-block-29 img{ width:12px !important; }
}
@media (max-width:991px){
  .cf-nav-links-wrapper-4{ flex-wrap:wrap !important; }
  .trophy-loc-brand .tlb-emblem{ height:54px !important; }
}
