:root {
  --menu_height: 130px;
  --menu_position: fixed; }

:root {
  --menu_height: 100px;
  --primary: #cac7b9;
  --secondary: #64a70b;
  --xm: 5%;
  --ym: 5%;
  --font_120: 7.5rem;
  --font_70: 4.375rem;
  --font_60: 3.75rem;
  --font_50: 3.125rem;
  --font_40: 2.5rem;
  --font_30: 1.875rem;
  --font_25: 1.5625rem;
  --font_24: 1.5rem;
  --font_22: 1.375rem;
  --font_18: 1.125rem;
  --font_16: 1rem;
  --h1_size: 7.5rem;
  --h2_size: 7.5rem;
  --h3_size: 4.375rem;
  --h4_size: 2.5rem;
  --h5_size: 1.5625rem;
  --h6_size: 1.5rem;
  --content_size: 1.5625rem;
  --nav_size: 1rem;
  --button_size: 1.125rem;
  --bs-body-font-family: 'Figtree', sans-serif;
  --bs-body-font-size: 1.5625rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 120%;
  --bs-body-color: #cac7b9;
  --bs-body-bg: #cac7b9;
  --bs-primary: #cac7b9;
  --bs-secondary: #64a70b;
  --wpforms-button-background-color-alt: #64a70b;
  --wpforms-button-background-color: #64a70b;
  --wpforms-button-text-color: #cac7b9; }

.btn-primary-inner, .btn-secondary-inner {
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, calc(100% - 19px) 0%, 100% 19px, 100% 100%, 0% 100%);
  transition: 0.5s ease; }
  .btn-primary-inner a, .btn-secondary-inner a {
    display: block;
    width: 100%;
    padding: 10px 40px !important; }

.btn-primary-inner {
  background: #64a70b; }

.btn-primary-inner:hover {
  background: #64a70b; }
  .btn-primary-inner:hover a {
    color: #2d2d2e; }

.btn-secondary-inner {
  background: #2d2d2e; }

.btn-secondary-inner:hover {
  background: #64a70b; }
  .btn-secondary-inner:hover a {
    color: #2d2d2e; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 120%;
  color: #cac7b9;
  font-family: 'Figtree', sans-serif;
  background: #2d2d2e;
  font-weight: 300;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

#wrap {
  position: relative;
  margin-top: var(--menu_height); }

body.admin-bar #primary-nav {
  top: 62px; }
  body.admin-bar .notification-bar {
    top: 32px; }

.notification-bar {
  position: fixed;
  top: 0px; }
  .notification-bar p {
    margin-bottom: 0; }

#primary-nav {
  position: var(--menu_position);
  top: 30px; }

#header-wrap {
  position: fixed;
  top: 0px; }

#header-wrap {
  left: 0px;
  width: 100%;
  z-index: 99999;
  height: var(--menu_height);
  transition: all 0.5s ease; }

#header-wrap.sticky #primary-nav {
  background-color: #2d2d2e; }

#header-wrap.menu-open {
  background-color: #2d2d2e; }

.notification-bar {
  background: #64a70b;
  color: #2d2d2e;
  padding: 0px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  width: 100%;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#primary-nav {
  background-image: url(../images/menu-gradient.png);
  background-repeat: repeat-x;
  color: #cac7b9 !important;
  z-index: 999;
  width: 100%;
  padding: 0px 50px;
  height: var(--menu_height) !important;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease; }
  #primary-nav a, #primary-nav a.nav-link {
    color: #cac7b9 !important; }
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: var(--nav_size) !important; }
  #primary-nav .nav-btn .btn-primary-inner a {
    padding: 10px 20px !important;
    font-size: 15px !important; }
    #primary-nav .nav-btn .btn-primary-inner:hover {
      color: #2d2d2e !important; }
      #primary-nav .nav-btn .btn-primary-inner:hover a {
        color: #2d2d2e !important; }
  #primary-nav #menu-item-1670 {
    display: none;
    visibility: hidden; }

#menu-primary-navigation {
  height: 60px;
  margin-left: 5%;
  border-bottom: 1px solid transparent; }
  #menu-primary-navigation > li.menu-item {
    padding: 0px 40px 0px 0px; }
    #menu-primary-navigation > li.menu-item a {
      border-bottom: 2px solid transparent; }
    #menu-primary-navigation > li.menu-item a:hover {
      border-bottom: 2px solid #64a70b;
      height: 58px; }
  #menu-primary-navigation > li.gm-open > a {
    border-bottom: 2px solid #64a70b;
    height: 58px; }
  #menu-primary-navigation li:first-child a {
    margin-left: 0px; }
    #menu-primary-navigation li:first-child .gm-dropdown-menu-wrapper li {
      padding-left: 0px; }
  #menu-primary-navigation li:last-child {
    padding-right: 0px; }
    #menu-primary-navigation li:last-child a {
      margin-right: 0px; }

.gm-custom-hamburger {
  display: none; }

.hamburger {
  display: flex; }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    border-radius: 0px !important;
    height: 2px; }

nav#gm-main-menu {
  padding-top: 20px; }

.gm-navbar {
  width: 87%; }

.gm-inner {
  height: var(--menu_height) !important;
  border-bottom: none !important; }

.gm-inner .gm-container, .gm-navbar {
  height: var(--menu_height) !important; }

.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner {
  min-height: var(--menu_height) !important; }

.gm-dropdown-menu.gm-minicart-dropdown {
  background: #2d2d2e; }

.gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {
  opacity: 1; }

.gm-navbar .gm-main-menu-wrapper {
  opacity: 1; }

.gm-dropdown-menu-wrapper {
  top: 60px !important; }
  .gm-dropdown-menu-wrapper .menu-item {
    background: transparent !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu {
    border-top-color: #2d2d2e !important;
    background: transparent !important;
    color: #cac7b9 !important; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu li:first-child {
      padding-top: 20px; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt {
      color: #cac7b9 !important;
      text-transform: none;
      border-bottom: none !important;
      padding: 3px 0px; }
      .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link:hover, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt:hover {
        color: #64a70b !important; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu li.menu-item a:hover {
      height: unset !important; }

.gm-navigation-drawer--mobile {
  background: #2d2d2e !important; }
  .gm-navigation-drawer--mobile a.gm-anchor, .gm-navigation-drawer--mobile .gm-menu-item__txt {
    color: #cac7b9 !important; }

#primary-nav .gm-navigation-drawer--mobile .gm-menu-item__txt, #primary-nav .gm-navigation-drawer--mobile a.gm-anchor {
  font-size: var(--font_24) !important;
  font-weight: 400 !important; }
  #primary-nav .gm-navigation-drawer--mobile .gm-menu-item__txt:hover, #primary-nav .gm-navigation-drawer--mobile a.gm-anchor:hover {
    color: #64a70b !important; }
  #primary-nav .gm-navigation-drawer--mobile .gm-dropdown-menu .gm-menu-item__txt, #primary-nav .gm-navigation-drawer--mobile .gm-dropdown-menu a.gm-anchor {
    font-size: var(--font_22) !important; }
  #primary-nav .gm-navigation-drawer--mobile .gm-dropdown-menu li:first-child {
    padding-top: 0px; }
  #primary-nav .gm-navigation-drawer--mobile .gm-search, #primary-nav .gm-navigation-drawer--mobile .gm-search__txt, #primary-nav .gm-navigation-drawer--mobile .gmi-zoom-search {
    color: #cac7b9 !important; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {
  background-color: #cac7b9 !important;
  opacity: 1 !important; }

.gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
  background-color: #64a70b !important;
  opacity: 1 !important; }

.gm-minicart .gm-minicart-icon-wrapper {
  position: relative;
  padding-right: 20px; }
  .gm-minicart .gm-minicart-icon-wrapper i {
    font-size: 0px; }
  .gm-minicart .gm-minicart__txt {
    font-size: 0px !important;
    display: block !important; }
  .gm-minicart .gm-minicart__txt:after {
    content: "CART" !important;
    font-size: var(--nav_size) !important;
    text-transform: uppercase;
    display: inline-block; }
  .gm-minicart .gm-cart-counter {
    background-color: #cac7b9 !important;
    color: #cac7b9 !important;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    border-radius: 50% !important;
    font-size: 0px !important;
    top: 0px;
    left: 66px; }
  .gm-minicart .gm-cart-counter:empty {
    display: block !important;
    border: 1px solid #cac7b9 !important;
    background: #cac7b9 !important; }

.gm-search__fullscreen-container .gm-search-btn {
  padding: 0px !important; }

.gm-search__fullscreen-container {
  z-index: 99999 !important; }

.gm-search__input {
  color: #cac7b9 !important;
  text-transform: none !important;
  font-weight: 300 !important; }

.gm-search__input:-webkit-autofill, .gm-search__input:-webkit-autofill:hover, .gm-search__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #cac7b9 inset !important;
  -webkit-text-fill-color: #2d2d2e !important; }

#page-wrap {
  padding: 0px 40px; }

#header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
  overflow: hidden; }

#home-page {
  position: relative; }
  #home-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #home-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #home-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #home-page #intro {
    padding: 8% var(--xm) 3%; }
  #home-page #intro .intro__heading {
    max-width: 1350px;
    font-size: var(--font_40);
    line-height: 120%;
    padding-bottom: 3%; }
  #home-page #intro .intro__buttons {
    display: flex;
    gap: 50px;
    zoom: 0.9; }
  #home-page #why_choose {
    position: relative;
    top: 0px;
    z-index: 1;
    background: #cac7b9;
    color: #2d2d2e; }
  #home-page #why_choose .fixed {
    position: relative; }
  #home-page #why_choose .scroll {
    position: relative; }
  #home-page #why_choose .fixed-scroll__wrap {
    position: sticky;
    top: var(--menu_height); }
  #home-page #why_choose .fixed-scroll__image {
    height: 100vh; }
    #home-page #why_choose .fixed-scroll__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #home-page #why_choose .fixed-scroll__text {
    padding: 10% 10% 20% 10%;
    position: relative;
    color: #2d2d2e; }
  #home-page #why_choose .fixed-scroll__heading {
    color: #2d2d2e;
    font-size: var(--font_70);
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    padding-bottom: 40px; }
  #home-page #badges {
    display: flex;
    border-bottom: 1px solid #cac7b9; }
  #home-page #badges .badge__item {
    width: 33.333%;
    padding: 60px 5%; }
  #home-page #badges .badge__heading {
    font-size: var(--font_24);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #home-page #badges .badge__content {
    font-size: var(--font_16);
    font-weight: 300;
    line-height: 130%; }
  #home-page #badges .badge__image {
    padding-bottom: 50px; }
    #home-page #badges .badge__image img {
      width: auto; }
  #home-page #badges .badge-2 {
    border-left: 1px solid #cac7b9;
    border-right: 1px solid #cac7b9; }
  #home-page #customisation {
    padding: var(--ym) var(--xm); }
  #home-page #customisation .customisation__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #home-page #customisation .customisation__left {
    width: 65%; }
  #home-page #customisation .customisation__right {
    width: 35%; }
  #home-page #customisation .customisation__title {
    font-size: var(--font_120); }
  #home-page #customisation .customisation__heading {
    font-size: var(--font_40);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 420px; }
  #home-page #customisation .customisation__text {
    font-size: var(--font_24);
    font-weight: 300;
    max-width: 420px;
    margin-bottom: 0px;
    padding-bottom: 40px; }
  #home-page #customisation .customisation__image {
    width: 100%;
    height: 100%; }
    #home-page #customisation .customisation__image img {
      max-width: 920px;
      width: 100%; }
  #home-page #feature-video {
    position: relative; }
  #home-page #feature-video video {
    width: 100%;
    height: 100%;
    margin-bottom: -6px;
    object-fit: cover; }
  #home-page #feature-video .feature-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: var(--ym) var(--xm); }
  #home-page #feature-video .feature-video__heading {
    text-transform: none;
    font-size: var(--font_70);
    font-weight: 300 !important;
    text-align: center;
    line-height: 110%;
    width: 80%; }
  #home-page #sheds {
    padding: var(--ym) var(--xm) 3%; }
  #home-page #sheds .sheds__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #home-page #sheds .sheds__left {
    width: 45%; }
  #home-page #sheds .sheds__right {
    width: 55%; }
  #home-page #sheds .sheds__caption {
    font-size: var(--font_40); }
  #home-page #sheds .sheds__heading {
    font-size: calc(var(--font_120) - 30%);
    margin-bottom: 5px; }
  #home-page #sheds .sheds__subheading {
    line-height: 120%; }
  #home-page #sheds .sheds__text {
    font-size: var(--font_24);
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 40px;
    max-width: 875px; }
  #home-page #sheds .sheds__image {
    width: 100%;
    height: 100%;
    padding-right: 60px; }
    #home-page #sheds .sheds__image img {
      max-width: 700px;
      width: 100%; }
  #home-page #sheds .sheds__buttons {
    padding-top: 60px;
    display: flex;
    gap: 40px; }
  #home-page #sheds #shed-tabs {
    padding-top: 40px; }
  #home-page #sheds #shed-tabs .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: var(--font_18);
    border-bottom: 1px solid #cac7b9; }
  #home-page #sheds #shed-tabs .tab {
    cursor: pointer;
    padding-bottom: 16px; }

#our-story-page #header {
  padding: var(--ym) var(--xm); }
  #our-story-page #header .header__wrap {
    display: flex; }
  #our-story-page #header .header__col-1 {
    width: 90%; }
  #our-story-page #header .header__col-2 {
    width: 10%;
    text-align: right; }
  #our-story-page #header .header__heading {
    margin-bottom: 70px; }
  #our-story-page #header .header__content {
    max-width: 1320px;
    font-size: var(--font_40);
    line-height: 120%;
    font-weight: 300; }
  #our-story-page #hero {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #our-story-page #hero img, #our-story-page #hero video {
    width: 100%;
    height: auto;
    object-fit: cover; }
  #our-story-page #quote {
    padding: 0px var(--xm) var(--ym) var(--xm);
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 120%;
    text-align: center; }
  #our-story-page #quote p {
    max-width: 1360px;
    margin: 0 auto; }
  #our-story-page .timeline-heading {
    padding: var(--ym) var(--xm) 40px var(--xm);
    text-align: center; }
  #our-story-page #team {
    padding: var(--ym) var(--xm); }
  #our-story-page #media img, #our-story-page #media video {
    width: 100%;
    height: auto;
    object-fit: cover; }

#why-choose-page #header {
  padding: var(--ym) var(--xm); }
  #why-choose-page #header .header__wrap {
    display: flex; }
  #why-choose-page #header .header__col-1 {
    width: 100%; }
  #why-choose-page #header .header__heading {
    margin-bottom: 70px; }
  #why-choose-page #header .header__content {
    max-width: 1320px;
    font-size: var(--font_40);
    line-height: 120%;
    font-weight: 300; }
  #why-choose-page #faqs {
    padding: 0px var(--xm) 40px var(--xm); }
  #why-choose-page #faqs .faqs__wrap {
    display: flex;
    align-items: flex-start; }
  #why-choose-page #faqs .faqs__col-1, #why-choose-page #faqs .faqs__col-2 {
    width: 50%; }
  #why-choose-page #faqs .faqs__col-2 {
    position: sticky;
    top: var(--menu_height); }
  #why-choose-page #faqs .faqs__image {
    display: flex;
    justify-content: flex-end; }
    #why-choose-page #faqs .faqs__image img {
      width: 100%;
      max-width: 700px; }
  #why-choose-page .marquee {
    padding-bottom: 40px; }

#customer-stories-page {
  position: relative; }
  #customer-stories-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #customer-stories-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #customer-stories-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #customer-stories-page #header img, #customer-stories-page #header video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #customer-stories-page #intro {
    padding: 3% var(--xm);
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 120%; }

#single-story .subheading {
  padding: 60px var(--xm) 40px var(--xm);
  font-size: var(--font_40);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #cac7b9; }
  #single-story #header {
    padding: 60px var(--xm); }
  #single-story #header .header__wrap {
    display: flex;
    align-items: center; }
  #single-story #header .header__col-1 {
    width: 70%; }
  #single-story #header .header__col-2 {
    width: 30%;
    text-align: right;
    font-size: var(--font_40);
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase; }
  #single-story #featured-image {
    padding: 0px var(--xm) 60px var(--xm); }
  #single-story #featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  #single-story #main-content {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #single-story #main-content .main__wrap {
    display: flex;
    flex-direction: row-reverse; }
  #single-story #main-content .main__col-1 {
    width: 50%; }
  #single-story #main-content .main__col-2 {
    width: 50%; }
  #single-story #main-content .main__images {
    padding-right: 100px;
    padding-bottom: 50px; }
  #single-story #main-content .main__heading {
    font-size: var(--font_40);
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 80px; }
  #single-story #main-content .shed__model strong, #single-story #main-content .shed__specs strong {
    font-weight: 600; }

#shed-range-page {
  position: relative; }
  #shed-range-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #shed-range-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #shed-range-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #shed-range-page #header .header__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #shed-range-page #header .header__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #shed-range-page #intro {
    padding: var(--ym) var(--xm); }
  #shed-range-page #intro .intro__heading {
    max-width: 1350px;
    font-size: var(--font_40);
    line-height: 120%;
    margin-bottom: 0; }
  #shed-range-page #intro .intro__content {
    max-width: 730px; }
  #shed-range-page #intro .intro__wrap {
    display: flex;
    gap: 190px; }
  #shed-range-page #intro .intro__col-1 {
    width: 70%; }
  #shed-range-page #intro .intro__col-2 {
    width: 30%;
    display: flex;
    justify-content: flex-end; }
  #shed-range-page #intro .intro__buttons {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 20px;
    margin-top: 15px; }
    #shed-range-page #intro .intro__buttons a {
      width: 100%; }
  #shed-range-page #intro .intro__btn {
    max-width: 350px; }
    #shed-range-page #intro .intro__btn .btn-primary {
      display: block;
      width: 100%; }
  #shed-range-page #shed-range {
    padding-top: var(--ym); }
  #shed-range-page #shed-range .shed__wrap {
    padding: 0px 40px 100px 40px; }
  #shed-range-page #shed-range .shed__caption {
    margin-bottom: 60px;
    padding: 0px var(--xm);
    line-height: 120%; }
  #shed-range-page #shed-range .shed__model {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: 2px solid #64a70b;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  #shed-range-page #shed-range .shed__specs {
    font-size: var(--font_16);
    line-height: 110%;
    margin-bottom: 20px; }
  #shed-range-page #shed-range .shed__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    zoom: 0.9;
    padding: 0px;
    margin: 0px;
    gap: 20px; }
  #shed-range-page #shed-range .shed__image {
    padding-bottom: 20px; }
  #shed-range-page #shed-grid #filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px var(--xm);
    border-bottom: 1px solid #cac7b9;
    position: relative; }
  #shed-range-page #shed-grid #filters button {
    background: transparent;
    corner-shape: unset;
    border: none;
    margin: 0px;
    font-size: var(--font_24) !important;
    padding-bottom: 30px !important;
    font-weight: 400 !important;
    min-width: unset !important;
    clip-path: unset !important; }
    #shed-range-page #shed-grid #filters button:hover {
      color: #64a70b; }
    #shed-range-page #shed-grid #filters button:first-child {
      padding-left: 0px !important; }
    #shed-range-page #shed-grid #filters button:last-child {
      padding-right: 0px !important; }
  #shed-range-page #shed-grid #filters .filter-indicator {
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: #64a70b;
    transition: left 0.3s ease, width 0.3s ease;
    pointer-events: none; }
  #shed-range-page #shed-grid .gallery {
    padding: var(--ym) 3%; }
  #shed-range-page #shed-grid .grid-sizer, #shed-range-page #shed-grid .grid-item {
    width: 33%; }
  #shed-range-page #shed-grid .grid-item--width2 {
    width: 66%; }
  #shed-range-page #shed-grid .grid .grid-item {
    overflow: hidden; }
  #shed-range-page #shed-grid .grid .shed__model-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #shed-range-page #shed-grid .grid .shed__model-wrapper ul.icons-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      column-gap: 20px;
      position: relative;
      top: -5px; }
      #shed-range-page #shed-grid .grid .shed__model-wrapper ul.icons-list img {
        width: 25px; }
  #shed-range-page #storm_series {
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9; }
  #shed-range-page #storm_series .ss__grid {
    display: flex;
    width: 100%; }
  #shed-range-page #storm_series .ss__grid .ss__left {
    width: 50%;
    height: 100%; }
    #shed-range-page #storm_series .ss__grid .ss__left .ss__image {
      margin-bottom: 40px; }
  #shed-range-page #storm_series .ss__grid .ss__right {
    width: 50%;
    height: 100%;
    padding-left: 5%; }
  #shed-range-page #storm_series .accordion-body {
    max-width: 100%; }
  #shed-range-page #frames {
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9; }
  #shed-range-page #frames .intro__heading {
    font-size: var(--font_70);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 110%; }
  #shed-range-page #frames img.frame-logo {
    width: 400px; }
  #shed-range-page #frames .accordion {
    max-width: 100%; }
  #shed-range-page #frames .accordion .accordion-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 80px;
    max-width: 100%; }
    #shed-range-page #frames .accordion .accordion-body .content-wrapper {
      width: 90%; }
      #shed-range-page #frames .accordion .accordion-body .content-wrapper .frames_acc__heading {
        color: #64a70b;
        text-transform: uppercase;
        font-weight: 500;
        font-size: var(--font_40);
        line-height: 110%; }
      #shed-range-page #frames .accordion .accordion-body .content-wrapper .frames_acc__intro strong {
        text-transform: uppercase; }
        #shed-range-page #frames .accordion .accordion-body .content-wrapper .frames_acc__intro ul {
          margin-bottom: 40px; }
    #shed-range-page #frames .accordion .accordion-body .btn-primary {
      margin-right: 20px; }
  #shed-range-page #accessories {
    border-top: 1px solid #cac7b9;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  #shed-range-page #accessories .acc__left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%; }
  #shed-range-page #accessories .acc__right {
    padding: 10% var(--xm) 10% var(--xm); }
  #shed-range-page #accessories .acc__heading {
    font-size: var(--font_70);
    margin-bottom: 60px;
    line-height: 110%; }
  #shed-range-page #accessories .acc__content {
    font-size: var(--font_24);
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 40px;
    max-width: 540px; }
  #shed-range-page #accessories .acc__image {
    width: 100%;
    height: 100%; }
    #shed-range-page #accessories .acc__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #shed-range-page #accessories .acc__buttons {
    display: flex;
    flex-direction: column;
    gap: 25px; }
  #shed-range-page #accessories .acc__btn .btn-primary, #shed-range-page #accessories .acc__btn .btn-secondary {
    min-width: 350px; }
  #shed-range-page #durability {
    display: flex;
    border-top: 1px solid #cac7b9;
    border-bottom: 1px solid #cac7b9;
    margin-bottom: var(--ym); }
  #shed-range-page #durability .dur__grid {
    display: flex;
    width: 100%; }
  #shed-range-page #durability .dur__grid .dur__left {
    width: 50%;
    height: 100%; }
    #shed-range-page #durability .dur__grid .dur__left .dur__image {
      width: 100%;
      height: 100%; }
      #shed-range-page #durability .dur__grid .dur__left .dur__image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #shed-range-page #durability .dur__grid .dur__right {
    width: 50%;
    height: 100%;
    padding: 5%; }
    #shed-range-page #durability .dur__grid .dur__right .intro__heading {
      font-size: var(--font_70);
      text-transform: uppercase;
      font-weight: 500;
      line-height: 110%; }
    #shed-range-page #durability .dur__grid .dur__right .intro__content h4 {
      color: var(--secondary);
      font-size: var(--content_size);
      line-height: 120%;
      font-weight: 300; }
    #shed-range-page #durability .dur__grid .dur__right h3.slogan {
      font-size: var(--font_40);
      width: 70%;
      line-height: 47px;
      margin-bottom: 40px; }
    #shed-range-page #durability .dur__grid .dur__right .action-buttons-wrapper {
      display: flex;
      flex-direction: row;
      column-gap: 20px; }
  #shed-range-page #shed-model {
    padding: 0 var(--xm) var(--ym);
    border-bottom: 1px solid #cac7b9; }
  #shed-range-page #shed-model .intro__heading {
    font-size: var(--font_70);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 110%; }
  #shed-range-page #shed-model .shed-model__grid {
    display: flex;
    flex-direction: row;
    margin-top: var(--ym);
    justify-content: space-between; }
  #shed-range-page #shed-model .shed-model__grid .shed-model__left {
    width: 100%; }
    #shed-range-page #shed-model .shed-model__grid .shed-model__left .sub-heading {
      font-weight: 700;
      text-transform: uppercase; }
    #shed-range-page #shed-model .shed-model__grid .shed-model__left ul.options {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: row;
      column-gap: 50px;
      align-items: center; }
      #shed-range-page #shed-model .shed-model__grid .shed-model__left ul.options img {
        width: 35px;
        margin-left: 15px; }
  #shed-range-page #shed-model .shed-model__grid .shed-model__right {
    text-align: right; }
    #shed-range-page #shed-model .shed-model__grid .shed-model__right .btn-primary {
      width: 318px;
      margin-bottom: 20px; }

#customise-shed-page #header {
  padding: var(--ym) var(--xm); }
  #customise-shed-page #header .header__heading {
    font-size: var(--font_120);
    margin-bottom: 70px; }
  #customise-shed-page #header .header__content {
    max-width: 980px;
    font-size: var(--font_40);
    line-height: 120%;
    font-weight: 300; }
  #customise-shed-page #colours {
    scroll-margin-top: 130px;
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9;
    display: flex; }
  #customise-shed-page #colours .colours__left {
    width: 50%; }
  #customise-shed-page #colours .colours__right {
    width: 50%; }
  #customise-shed-page #colours .colours__heading {
    font-size: var(--font_70);
    margin-bottom: var(--ym); }
  #customise-shed-page #colours .colours__content {
    max-width: 570px;
    font-size: var(--font_24);
    line-height: 120%;
    margin-bottom: var(--ym); }
  #customise-shed-page #colours .colours__swatches {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 570px; }
  #customise-shed-page #colours .colours__swatch {
    width: 94px;
    height: 67px;
    border-radius: 0px 0px 0px 20px;
    corner-shape: bevel;
    margin-right: 15px;
    margin-bottom: 45px;
    cursor: pointer; }
  #customise-shed-page #colours .colours__name {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: -35px;
    font-size: 13px;
    left: 0;
    right: 0; }
  #customise-shed-page #colours .swatch-ebony {
    border: 1px solid #cac7b9; }
  #customise-shed-page #colours .colours__swatch.selected {
    border: 2px solid #64a70b; }
  #customise-shed-page #doors {
    scroll-margin-top: 130px;
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9;
    display: flex; }
  #customise-shed-page #doors .doors__left {
    width: 50%; }
  #customise-shed-page #doors .doors__right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #customise-shed-page #doors .doors__heading {
    font-size: var(--font_70);
    margin-bottom: var(--ym); }
  #customise-shed-page #doors .doors__content {
    max-width: 570px;
    font-size: var(--font_24);
    line-height: 120%;
    margin-bottom: var(--ym); }
  #customise-shed-page #doors .doors__type {
    font-size: var(--font_24);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer; }
    #customise-shed-page #doors .doors__type .marker {
      width: 80px;
      height: 3px;
      background: #64a70b;
      display: inline-block;
      margin-top: 10px;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.4s ease; }
  #customise-shed-page #doors .doors__buttons {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 40px; }
  #customise-shed-page #doors .doors__type.selected .marker {
    transform: scaleX(1); }
  #customise-shed-page #accessories {
    scroll-margin-top: 130px;
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9;
    display: flex; }
  #customise-shed-page #accessories .accs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
  #customise-shed-page #accessories .accs__heading {
    font-size: var(--font_70);
    margin-bottom: 60px; }
  #customise-shed-page #accessories .accs__content {
    max-width: 860px;
    font-size: var(--font_24);
    line-height: 120%;
    margin-bottom: var(--ym); }
  #customise-shed-page #accessories .accs__name {
    font-size: var(--font_40);
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin: 50px 0px 30px 0px; }
  #customise-shed-page #accessories .accs__button {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 40px; }
  #customise-shed-page #accessories .accs__item:hover .accs__button {
    opacity: 1; }
  #customise-shed-page #customisation {
    padding: 40px var(--xm);
    border-top: 1px solid #cac7b9; }
  #customise-shed-page #customisation .customisation__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #customise-shed-page #customisation .customisation__left {
    width: 50%; }
  #customise-shed-page #customisation .customisation__right {
    width: 50%; }
  #customise-shed-page #customisation .customisation__heading {
    font-size: var(--font_70);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase; }
  #customise-shed-page #customisation .customisation__image {
    width: 100%;
    height: 100%; }
    #customise-shed-page #customisation .customisation__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #customise-shed-page #customisation .customisation__buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 10px; }
  #customise-shed-page #customisation .customisation__buttons__mobile {
    display: none; }

#faqs-page {
  position: relative; }
  #faqs-page #header {
    padding: var(--ym) var(--xm); }
  #faqs-page #header .header__heading {
    font-size: var(--font_120);
    margin-bottom: 70px; }
  #faqs-page #faqs {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #faqs-page #faqs .accordion {
    max-width: 100%;
    margin: 0; }
  #faqs-page #faqs .accordion-body {
    max-width: 100%;
    padding-left: 0px !important; }
  #faqs-page #faqs .accordion-button {
    padding: 35px 0px !important; }
  #faqs-page #call-to-action {
    border-top: 1px solid #cac7b9; }

.load-more-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  .load-more-wrapper .btn-secondary-inner i {
    position: absolute;
    top: 12px;
    right: 23px;
    display: none;
    color: #cac7b9 !important; }
  .load-more-wrapper .btn-secondary-inner i.show {
    display: inline-block; }

#videos .load-more-wrapper {
  margin-bottom: 50px; }

#assembly-page {
  position: realtive; }
  #assembly-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #assembly-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #assembly-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #assembly-page #header .header__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #assembly-page #header .header__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #assembly-page #intro {
    padding: var(--ym) var(--xm);
    border-bottom: 1px solid #cac7b9; }
  #assembly-page #intro .intro__heading {
    max-width: 1350px;
    font-size: var(--font_70);
    line-height: 120%;
    margin-bottom: 60px;
    text-transform: uppercase; }
  #assembly-page #intro .intro__content {
    max-width: 900px; }
  #assembly-page #intro .intro__wrap {
    display: flex;
    gap: 190px;
    align-items: flex-end; }
  #assembly-page #intro .intro__col-1 {
    width: 80%; }
  #assembly-page #intro .intro__col-2 {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #assembly-page #intro .intro__buttons {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 20px;
    margin-top: 15px; }
    #assembly-page #intro .intro__buttons a {
      width: 100%; }
    #assembly-page #intro .intro__buttons .btn-primary, #assembly-page #intro .intro__buttons .btn-secondary {
      display: block; }
    #assembly-page #intro .intro__buttons .btn-primary-inner a, #assembly-page #intro .intro__buttons .btn-secondary-inner a {
      padding: 10px 20px !important; }
  #assembly-page #tools {
    padding: 40px var(--xm); }
  #assembly-page #tools .tools__heading {
    font-size: var(--font_24);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #assembly-page #tools .tools__grid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between; }
  #assembly-page #tools .tools__item {
    text-align: center; }
  #assembly-page #tools .tools__image {
    padding: 20px;
    min-height: 114px; }
  #assembly-page #tools .tools__name {
    font-size: var(--font_22); }
  #assembly-page #steps {
    display: flex;
    background: #cac7b9; }
  #assembly-page #steps .steps__left {
    width: 50%;
    height: 100%;
    background: #2d2d2e; }
  #assembly-page #steps .steps__right {
    width: 50%;
    height: 100%;
    padding: 5% 8%; }
  #assembly-page #steps .steps__grid {
    display: flex;
    width: 100%; }
  #assembly-page #steps .steps__list {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  #assembly-page #steps .steps__heading {
    font-size: var(--font_70);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5%;
    color: #2d2d2e; }
  #assembly-page #steps .steps__text {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: #2d2d2e; }
  #assembly-page #steps .steps__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #assembly-page #steps .steps__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #assembly-page #steps .steps__item.selected {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px; }
  #assembly-page #videos .videos__left {
    width: 50%;
    background: #2d2d2e; }
  #assembly-page #videos .videos__right {
    width: 50%;
    padding: 7% 3%; }
  #assembly-page #videos .videos__header {
    padding: var(--ym) var(--xm);
    border-bottom: 1px solid #cac7b9; }
  #assembly-page #videos .videos__grid {
    display: flex;
    width: 100%; }
  #assembly-page #videos .videos__subheading {
    font-size: var(--font_40);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px; }
  #assembly-page #videos .videos__title {
    font-size: var(--font_120);
    text-transform: uppercase; }
  #assembly-page #videos .videos__caption {
    font-size: var(--font_40);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 120%; }
  #assembly-page #videos .videos__heading {
    font-size: var(--font_70);
    text-transform: uppercase;
    font-weight: 500; }
  #assembly-page #videos .videos__video {
    position: relative;
    width: 100%;
    margin-bottom: -6px; }
    #assembly-page #videos .videos__video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #assembly-page #videos .videos__video span.play {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
  #assembly-page #videos .videos__grid.odd {
    flex-direction: row; }
  #assembly-page #videos .videos__grid.even {
    flex-direction: row-reverse; }
  #assembly-page #tips {
    padding: var(--ym) var(--xm);
    border-top: 1px solid #cac7b9; }
  #assembly-page #tips .tips__title {
    font-size: var(--font_50);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 100px; }
  #assembly-page #tips .tips__heading a:hover {
    color: #64a70b; }
  #assembly-page #tips .tips__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
    #assembly-page #tips .tips__grid .fa-play {
      margin-right: 10px; }
  #assembly-page #quote {
    padding: 5% var(--xm);
    border-top: 1px solid #cac7b9; }
  #assembly-page #quote .quote__heading {
    font-size: var(--font_40);
    line-height: 120%;
    margin-bottom: 0; }
  #assembly-page #call-to-action {
    border-top: 1px solid #cac7b9; }

#assembly-pdf-page #intro {
  padding: var(--ym) var(--xm); }
  #assembly-pdf-page #intro .intro__heading {
    max-width: 1350px;
    font-size: var(--font_120);
    margin-bottom: 40px;
    text-transform: uppercase; }
  #assembly-pdf-page #intro .intro__content {
    max-width: 900px;
    margin-bottom: 70px; }
  #assembly-pdf-page #intro .intro__buttons {
    display: flex;
    gap: 20px; }
    #assembly-pdf-page #intro .intro__buttons a {
      width: 100%; }
    #assembly-pdf-page #intro .intro__buttons .btn-primary-inner a, #assembly-pdf-page #intro .intro__buttons .btn-secondary-inner a {
      padding: 10px 20px !important; }
  #assembly-pdf-page #intro .intro__model_heading {
    font-size: var(--font_40);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 120%; }
  #assembly-pdf-page #intro .intro__model_subheading {
    font-size: var(--font_26);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #assembly-pdf-page #pdfs {
    border-top: 1px solid #cac7b9;
    border-bottom: 1px solid #cac7b9;
    padding: var(--ym) var(--xm); }
  #assembly-pdf-page #pdfs .pdfs__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
  #assembly-pdf-page #pdfs .pdfs__name a:hover {
    color: #64a70b !important; }

#assembly-partners-page {
  position: realtive; }
  #assembly-partners-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #assembly-partners-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #assembly-partners-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #assembly-partners-page #header .header__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #assembly-partners-page #header .header__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #assembly-partners-page #intro {
    background: #cac7b9;
    padding: 3% var(--xm); }
  #assembly-partners-page #intro .intro__content {
    color: #2d2d2e;
    font-size: var(--font_40);
    line-height: 120%;
    max-width: 1460px; }
  #assembly-partners-page #partners {
    padding: var(--ym) var(--xm); }
  #assembly-partners-page #partners .partners__content {
    max-width: 1100px;
    padding-bottom: 10vw; }
  #assembly-partners-page #partners .partners__heading {
    font-size: var(--font_70);
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #assembly-partners-page #locations .accordion {
    max-width: 100%; }
  #assembly-partners-page #locations .accordion-body {
    max-width: 100%;
    padding: 0px 10vw !important; }
  #assembly-partners-page #locations .accordion-button {
    padding: 30px 0px !important; }
  #assembly-partners-page #locations .business__item {
    border-bottom: 1px solid #cac7b9;
    padding: var(--ym) 0px; }
    #assembly-partners-page #locations .business__item:first-child {
      padding-top: 0px; }
    #assembly-partners-page #locations .business__item:last-child {
      border-bottom: none !important; }
  #assembly-partners-page #locations .business__name {
    font-size: var(--font_40);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #assembly-partners-page #locations .business__group {
    display: flex;
    padding-bottom: 20px; }
    #assembly-partners-page #locations .business__group .label {
      min-width: 220px; }
    #assembly-partners-page #locations .business__group span {
      line-height: 180%; }
    #assembly-partners-page #locations .business__group .email {
      text-decoration: underline; }
    #assembly-partners-page #locations .business__group .website {
      font-weight: 500; }

#choose-shed-page #header {
  padding: var(--ym) var(--xm); }
  #choose-shed-page #header .header__heading {
    font-size: var(--font_120);
    margin-bottom: 3vw; }
  #choose-shed-page #header .header__content {
    font-size: var(--font_40);
    line-height: 120%; }
  #choose-shed-page .header__image {
    width: 100%;
    height: 100%; }
  #choose-shed-page .header__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #choose-shed-page #intro {
    padding: 8% var(--xm);
    background: #cac7b9;
    color: #2d2d2e; }
  #choose-shed-page #intro .intro__heading {
    font-size: var(--font_60);
    line-height: 120%;
    margin-bottom: 5vw; }
  #choose-shed-page #intro .intro__content {
    font-size: var(--font_40);
    line-height: 120%; }
  #choose-shed-page #sections .sections__left {
    width: 50%;
    background: #2d2d2e; }
  #choose-shed-page #sections .sections__right {
    width: 50%;
    padding: 4%; }
  #choose-shed-page #sections .sections__grid {
    display: flex;
    width: 100%; }
  #choose-shed-page #sections .sections__heading {
    font-size: var(--font_70);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5vw; }
  #choose-shed-page #sections .sections__content {
    max-width: 700px; }
  #choose-shed-page #sections .sections__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #choose-shed-page #sections .sections__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #choose-shed-page #sections .sections__buttons {
    padding-top: 5vw;
    display: flex;
    flex-direction: column;
    gap: 25px; }
  #choose-shed-page #sections .sections__grid.odd {
    flex-direction: row; }
  #choose-shed-page #sections .sections__grid.even {
    flex-direction: row-reverse; }
  #choose-shed-page #sections td {
    padding: 10px 0px; }
  #choose-shed-page #testimonials {
    border-top: 1px solid #cac7b9; }

#store-locator-page #header {
  padding: var(--ym) var(--xm); }
  #store-locator-page #header .header__heading {
    font-size: var(--font_120); }
  #store-locator-page .store-locator-wrapper {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #store-locator-page #location-search {
    display: flex;
    justify-content: space-between;
    padding: 0px var(--xm) var(--ym) var(--xm);
    column-gap: 100px; }
  #store-locator-page #location-search .location-search__content {
    width: 50%; }
  #store-locator-page #location-search .location-search__content > div {
    max-width: 680px; }
  #store-locator-page #location-search .store-locator-search {
    width: 50%;
    max-width: 760px;
    margin-top: 10px; }
  #store-locator-page .marquee-images {
    overflow: hidden; }
  #store-locator-page .marquee-images__inner {
    display: flex;
    white-space: nowrap; }
  #store-locator-page .marquee-images__text {
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important; }
  #store-locator-page .marquee-images img, #store-locator-page .marquee-images a {
    width: auto !important;
    height: 80px;
    min-height: 80px;
    min-width: 200px; }
  #store-locator-page #carousel {
    background: #fff;
    padding: 60px 0px; }
  #store-locator-page #carousel h4 {
    text-align: center;
    color: #2d2d2e;
    padding-bottom: 70px;
    margin-bottom: 0px;
    font-size: var(--font_40); }
  #store-locator-page #carousel .carouselTicker__list {
    display: flex;
    align-items: center;
    gap: 120px; }
    #store-locator-page #carousel .carouselTicker__list li {
      list-style-type: none;
      flex-shrink: 0; }
  #store-locator-page #carousel .carouselTicker__item {
    border: none; }

#contact-page {
  padding-bottom: var(--ym); }
  #contact-page .contact__heading {
    font-size: var(--font_16);
    margin-bottom: 10px;
    line-height: 110%; }
  #contact-page .contact__content {
    font-size: calc(var(--font_40) - 10%); }
  #contact-page .contact__content a {
    color: #cac7b9; }
  #contact-page .contact__content a:hover {
    color: #64a70b; }
  #contact-page .contact__block {
    padding-bottom: 40px; }
  #contact-page .contact__form {
    max-width: 860px; }
  #contact-page #header {
    padding: var(--ym) var(--xm); }
  #contact-page #header .header__heading {
    font-size: var(--font_120); }
  #contact-page #form .contact__block {
    padding-bottom: 0px; }
  #contact-page #columns {
    padding: 0px var(--xm);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5%; }

#build-shed-page #header {
  padding: var(--ym) var(--xm); }
  #build-shed-page #header .header__heading {
    font-size: var(--font_120); }
  #build-shed-page .shed__content {
    padding: 0px var(--xm) var(--ym) var(--xm); }

.tips-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  align-items: center;
  justify-content: center; }
  .tips-popup.is-open {
    display: flex; }
  .tips-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer; }
  .tips-popup__inner {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 1200px; }
  .tips-popup__inner video {
    width: 100%;
    height: auto;
    display: block; }
  .tips-popup__close {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: none;
    color: #cac7b9;
    font-size: 28px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    z-index: 2;
    transition: opacity 0.2s ease; }
  .tips-popup__close:hover {
    opacity: 0.7; }

body.popup-open {
  overflow: hidden; }

#call-to-action.light {
  background: #cac7b9; }
  #call-to-action.light .cta__heading {
    color: #2d2d2e; }
  #call-to-action.light .cta__content {
    color: #2d2d2e; }
  #call-to-action.light .cta__button .btn-secondary {
    color: #2d2d2e !important; }
  #call-to-action.light .cta__button .btn-secondary-inner {
    background: #cac7b9;
    color: #2d2d2e !important; }
    #call-to-action.light .cta__button .btn-secondary-inner a {
      color: #2d2d2e !important; }
  #call-to-action.light .cta__button .btn-secondary-inner:hover {
    background: #64a70b; }

#call-to-action.dark {
  background: #2d2d2e; }
  #call-to-action.dark .cta__heading {
    color: #cac7b9; }
  #call-to-action.dark .cta__content {
    color: #cac7b9; }

#call-to-action {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  #call-to-action .cta__left {
    padding: 10%; }
  #call-to-action .cta__right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #call-to-action .cta__heading {
    font-size: var(--font_70);
    margin-bottom: 30px; }
  #call-to-action .cta__content {
    font-size: var(--font_24);
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 40px;
    max-width: 540px; }
  #call-to-action .cta__image {
    width: 100%;
    height: 100%; }
  #call-to-action .cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#stories .story__item {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #cac7b9; }
  #stories .story__item.even {
    flex-direction: row-reverse; }
  #stories .story__col-1 {
    width: 50%; }
  #stories .story__col-2 {
    width: 50%;
    padding: var(--ym) var(--xm); }
  #stories .story__title {
    font-size: calc(var(--font_40) - 15%);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #stories .story__heading {
    font-size: calc(var(--font_70) - 15%);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #stories .story__excerpt {
    font-size: var(--font_24);
    font-weight: 300;
    margin-bottom: 40px; }
  #stories .story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  @media (min-width: 991.98px) {
#timeline {
  position: relative;
  padding: 0px var(--xm);
  color: #cac7b9; }
  #timeline .timeline__track {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(45, 45, 46, 0.12);
    pointer-events: none;
    z-index: 0; }
    #timeline .timeline__track .timeline__fill {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: #cac7b9;
      transform-origin: top center; }
  #timeline .timeline__items {
    position: relative;
    z-index: 1; }
  #timeline .timeline__item {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    margin-bottom: 120px; }
    #timeline .timeline__item:last-child {
      margin-bottom: 0; }
  #timeline .timeline__item:nth-child(odd) .timeline__col--left {
    order: 1; }
    #timeline .timeline__item:nth-child(odd) .timeline__col--center {
      order: 2; }

    #timeline .timeline__item:nth-child(odd) .timeline__col--right {
      order: 3; }

    #timeline .timeline__item:nth-child(odd) .timeline__dot-label {
      transform: translateX(-50px) translateY(-32px); }

    #timeline .timeline__item:nth-child(odd) .timeline__image {
      justify-content: flex-end; }
  #timeline .timeline__item:nth-child(even) .timeline__col--left {
    order: 3; }
    #timeline .timeline__item:nth-child(even) .timeline__col--center {
      order: 2; }

    #timeline .timeline__item:nth-child(even) .timeline__col--right {
      order: 1; }

    #timeline .timeline__item:nth-child(even) .timeline__dot-label {
      transform: translateX(50px) translateY(-32px); }

    #timeline .timeline__item:nth-child(even) .timeline__text {
      padding-left: 5vw; }

    #timeline .timeline__item:nth-child(even) .timeline__image {
      justify-content: flex-start; }
  #timeline .item-4.timeline__item .timeline__col--left {
    order: 1 !important; }
    #timeline .item-4.timeline__item .timeline__col--center {
      order: 2 !important; }

    #timeline .item-4.timeline__item .timeline__col--right {
      order: 3 !important; }

    #timeline .item-4.timeline__item .timeline__dot-label {
      transform: translateX(-50px) translateY(-32px) !important; }

    #timeline .item-4.timeline__item .timeline__image {
      justify-content: flex-end !important; }
  #timeline .timeline__col--left {
    padding-right: 60px; }
    #timeline .timeline__col--center {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      z-index: 2;
      gap: 10px; }

    #timeline .timeline__col--right {
      padding-left: 60px; }
  #timeline .timeline__dot {
    width: 14px;
    height: 14px;
    background: #cac7b9;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.4s ease, transform 0.4s ease; }
    #timeline .timeline__dot.is-visible {
      opacity: 1;
      transform: scale(1); }
  #timeline .timeline__dot-label {
    display: block;
    font-size: var(--font_16);
    font-weight: 700;
    color: #cac7b9;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease 0.2s; }
    #timeline .timeline__dot-label.is-visible {
      opacity: 1; }
  #timeline .timeline__content {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s ease; }
    #timeline .timeline__content.is-visible {
      opacity: 1;
      transform: translateX(0); }
  #timeline .timeline__col--right .timeline__content {
    transform: translateX(40px); }
    #timeline .timeline__col--right .timeline__content.is-visible {
      transform: translateX(0); }
  #timeline .timeline__image {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    display: flex;
    flex-direction: row; }
    #timeline .timeline__image.is-visible {
      opacity: 1;
      transform: translateX(0); }

    #timeline .timeline__image img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 600px; }
  #timeline .timeline__col--left .timeline__image {
    transform: translateX(-40px); }
    #timeline .timeline__col--left .timeline__image.is-visible {
      transform: translateX(0); }
  #timeline .timeline__year {
    display: block;
    font-size: var(--font_16);
    font-weight: 700;
    color: #cac7b9;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 16px; }
  #timeline .timeline__heading {
    font-size: var(--font_40);
    line-height: 110%;
    margin-bottom: 20px; }
  #timeline .timeline__text {
    font-size: var(--font_18);
    line-height: 150%;
    font-weight: 300; }
  #timeline .type-quote .timeline__text {
    font-size: var(--font_60);
    line-height: 120%; }
  #timeline .timeline__end-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    z-index: 1; }
  #timeline .timeline__end-line {
    height: 2px;
    width: 2px;
    background: #cac7b9;
    transform-origin: center; }
  #timeline .item-1 .timeline__text {
    max-width: 590px; }
  #timeline .item-2 .timeline__text {
    max-width: 670px; }
  #timeline .item-2 .timeline__image img {
    transform: translateY(-200px); }
  #timeline .item-3 .timeline__image img {
    transform: translateY(-200px); }
  #timeline .item-3 .timeline__content {
    transform: translateY(-100px); }
  #timeline .item-4.timeline__item {
    transform: translateY(-400px);
    margin-bottom: -400px !important; }
  #timeline .item-4.timeline__item:nth-child(even) .timeline__text {
    padding-left: 0px !important;
    padding-right: 5vw !important;
    max-width: 600px !important; } }

#team {
  padding: var(--ym) var(--xm); }
  #team .team-heading {
    margin-bottom: 60px; }
  #team .team__members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px; }
  #team .team__member {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  #team .team__member:hover .team__content {
    transform: translateY(0);
    bottom: 0px; }
  #team .team__image {
    display: block;
    width: 100%; }
  #team .team__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  #team .team__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px 36px 30px;
    background-color: #2d2d2e;
    background-image: url(../images/shed_overlay.png);
    background-position: center center;
    background-size: cover;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #cac7b9; }
  #team .team__name {
    font-size: var(--font_26);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #cac7b9; }
  #team .team__role {
    font-size: var(--font_16);
    color: #cac7b9;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px; }
  #team .team__bio {
    font-size: var(--font_16);
    font-weight: 300;
    line-height: 150%;
    color: #cac7b9; }

#newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #cac7b9;
  padding: 20px 0; }
  #newsletter .newsletter__left {
    width: auto; }
  #newsletter .newsletter__heading {
    font-size: calc(var(--font_40) - 30%);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #2d2d2e;
    margin-bottom: 20px;
    max-width: 900px; }
  #newsletter .newsletter__content {
    font-size: calc(var(--font_30) - 25%);
    margin-bottom: 40px;
    color: #2d2d2e;
    max-width: 1100px;
    line-height: 120%; }
  #newsletter .newsletter__note {
    font-size: calc(var(--font_16) - 25%);
    font-weight: 300;
    color: #2d2d2e;
    line-height: 110%; }
  #newsletter .newsletter__image {
    width: 100%;
    height: 100%;
    padding-left: 20px; }
  #newsletter .newsletter__image img {
    max-height: 250px; }
  #newsletter .newsletter__form .mc-field-group {
    display: flex;
    margin-bottom: 20px;
    max-width: 1070px; }
  #newsletter .newsletter__form input[type=text], #newsletter .newsletter__form input[type=email] {
    width: 100%;
    padding: 20px 20px !important;
    background: #cac7b9 !important;
    border: 2px solid #2d2d2e !important;
    border-radius: 0px;
    color: #2d2d2e !important;
    text-transform: uppercase;
    font-size: var(--font_24);
    font-weight: 700; }
    #newsletter .newsletter__form input[type=text]::placeholder, #newsletter .newsletter__form input[type=email]::placeholder {
      color: #2d2d2e !important; }
  #newsletter .newsletter__form button, #newsletter .newsletter__form input[type=submit] {
    width: 300px;
    padding: 20px 20px !important;
    background: #2d2d2e !important;
    color: #cac7b9 !important;
    border: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: var(--font_24);
    font-weight: 700; }
    #newsletter .newsletter__form button:hover, #newsletter .newsletter__form input[type=submit]:hover {
      color: #64a70b !important; }

#newsletter.newsletter-stories .newsletter__right {
  width: 40%; }
  #newsletter.newsletter-stories .newsletter__image img {
    max-height: 400px; }

#testimonials {
  padding: 60px var(--xm) 40px; }
  #testimonials .testimonial-slider .slick-slide {
    transform: scale(0.7);
    transition: transform 0.4s ease; }
  #testimonials .testimonial-slider .slick-center {
    transform: scale(1); }
  #testimonials .testimonial__item {
    background: #cac7b9;
    padding: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70px 100%, 0% calc(100% - 70px)); }
  #testimonials .testimonial__inner {
    background: #2d2d2e;
    padding: 40px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 69px 100%, 0% calc(100% - 69px)); }
  #testimonials .testimonial__heading {
    text-align: center;
    font-size: var(--font_70);
    margin-bottom: 50px; }
  #testimonials .testimonial__content {
    color: #cac7b9;
    font-size: var(--font_18); }
  #testimonials .testimonial__name {
    font-size: var(--font_18);
    text-align: right;
    font-weight: 500;
    padding-top: 30px; }
  #testimonials .testimonial__location {
    font-weight: 300; }

.marquee {
  overflow: hidden; }
  .marquee__inner {
    display: flex;
    white-space: nowrap; }
  .marquee__text {
    color: #a9aba7;
    font-family: 'Figtree', serif;
    font-size: calc(8vw - 20%);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0.5; }

.wind-testing-modal {
  position: fixed;
  z-index: 999999;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .wind-testing-modal .modal-content {
    margin: 0 auto;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0 #000 4D;
    border: 0;
    padding: 40px;
    position: relative;
    width: 50%;
    align-self: center; }
  .wind-testing-modal .modal-content .close-modal {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 99; }

.wind-testing-modal.show {
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

#footer-wrap {
  background: #2d2d2e;
  color: #cac7b9; }
  #footer-wrap #footer {
    padding: 50px var(--xm);
    font-size: var(--font_16); }
  #footer-wrap #footer h6 {
    font-size: var(--font_16);
    font-weight: 700; }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 0px 0px 5px 0px;
    display: block;
    font-size: var(--font_16); }
  #footer-wrap #footer li a:hover {
    color: #64a70b; }
  #footer-wrap #footer li:last-child {
    padding-bottom: 0px;
    margin-bottom: -5px; }
  #footer-wrap #footer a {
    color: #cac7b9; }
  #footer-wrap #copyright {
    padding: 20px var(--xm);
    font-size: var(--font_16);
    border-top: 1px solid #cac7b9; }
  #footer-wrap #copyright ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #copyright li {
    list-style: none;
    padding: 0px 0px 5px 0px;
    display: block;
    font-size: var(--font_16); }
  #footer-wrap #copyright li a:hover {
    color: #64a70b; }
  #footer-wrap #copyright .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #footer-wrap .footer__socials {
    gap: 10px;
    display: flex;
    padding-top: 20px; }
  #footer-wrap .footer__socials img {
    width: 26px; }
  #footer-wrap .footer__socials a:hover svg, #footer-wrap .footer__socials a:hover path, #footer-wrap .footer__socials a:hover rect {
    fill: #64a70b !important; }
  #footer-wrap .footer__phone {
    color: #cac7b9;
    font-weight: 300; }
  #footer-wrap .footer__phone a {
    font-size: calc(var(--font_40) - 15%); }
  #footer-wrap .footer__phone a:hover {
    color: #64a70b !important; }
  #footer-wrap .footer__logo a {
    display: inline-block; }
    #footer-wrap .footer__logo a img {
      width: auto;
      height: 50px; }
  #footer-wrap .flex-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.show_desktop {
  display: block; }

.show_mobile, .show_tablet {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

.page-title {
  color: #cac7b9 !important; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  color: #cac7b9; }
  a:hover {
    color: #cac7b9; }

.adminbar-input {
  display: none !important; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

.error404 .wrapper {
  padding: 10% 0px 5% 0px; }
  .error404 h1 {
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1920px;
  padding: var(--ym) var(--xm);
  margin: 0px auto; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 80%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots li button:before {
  color: #fff !important; }

.slick-dots {
  bottom: unset;
  position: relative;
  margin-top: 20px; }
  .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 1px solid #cac7b9;
    border-radius: 100%; }
  .slick-dots li button:before {
    font-size: 0px; }
  .slick-dots li.slick-active button {
    background: #cac7b9 !important; }
  .slick-dots li:only-child {
    display: none; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.underlined {
  display: inline-block;
  position: relative;
  color: #cac7b9; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #cac7b9;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.play-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .play-wrap .ripple {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    animation: ripple-out 2.8s ease-out infinite;
    pointer-events: none; }
  .play-wrap .ripple:nth-child(1) {
    animation-delay: 0s; }
  .play-wrap .ripple:nth-child(2) {
    animation-delay: 0.15s; }
  .play-wrap .ripple:nth-child(3) {
    animation-delay: 0.3s; }
  .play-wrap .play-btn {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease; }
  .play-wrap .play-btn:hover {
    transform: scale(1.06); }
  .play-wrap .fa-play {
    font-size: 40px;
    opacity: 0.9; }

@keyframes ripple-out {
  0% {
    transform: scale(1);
    opacity: 0.8; }

  64% {
    transform: scale(2);
    opacity: 0; }

  100% {
    transform: scale(2);
    opacity: 0; } }

.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  opacity: 1; }

.stagger-children > * {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .stagger-children.active > *:nth-child(1) {
    transition-delay: 0.2s; }
  .stagger-children.active > *:nth-child(2) {
    transition-delay: 0.4s; }
  .stagger-children.active > *:nth-child(3) {
    transition-delay: 0.6s; }
  .stagger-children.active > *:nth-child(4) {
    transition-delay: 0.8s; }
  .stagger-children.active > *:nth-child(5) {
    transition-delay: 1s; }
  .stagger-children.active > *:nth-child(6) {
    transition-delay: 1.2s; }
  .stagger-children.active > *:nth-child(7) {
    transition-delay: 1.4s; }
  .stagger-children.active > *:nth-child(8) {
    transition-delay: 1.6s; }
  .stagger-children.active > *:nth-child(9) {
    transition-delay: 1.8s; }
  .stagger-children.active > *:nth-child(10) {
    transition-delay: 2s; }
  .stagger-children.active > *:nth-child(11) {
    transition-delay: 2.2s; }
  .stagger-children.active > *:nth-child(12) {
    transition-delay: 2.4s; }
  .stagger-children.active > *:nth-child(13) {
    transition-delay: 2.6s; }
  .stagger-children.active > *:nth-child(14) {
    transition-delay: 2.8s; }
  .stagger-children.active > *:nth-child(15) {
    transition-delay: 3s; }
  .stagger-children.active > *:nth-child(16) {
    transition-delay: 3.2s; }
  .stagger-children.active > *:nth-child(17) {
    transition-delay: 3.4s; }
  .stagger-children.active > *:nth-child(18) {
    transition-delay: 3.6s; }
  .stagger-children.active > *:nth-child(19) {
    transition-delay: 3.8s; }
  .stagger-children.active > *:nth-child(20) {
    transition-delay: 4s; }
  .stagger-children.active > *:nth-child(21) {
    transition-delay: 4.2s; }
  .stagger-children.active > *:nth-child(22) {
    transition-delay: 4.4s; }
  .stagger-children.active > *:nth-child(23) {
    transition-delay: 4.6s; }
  .stagger-children.active > *:nth-child(24) {
    transition-delay: 4.8s; }
  .stagger-children.active > *:nth-child(25) {
    transition-delay: 5s; }
  .stagger-children.active > *:nth-child(26) {
    transition-delay: 5.2s; }
  .stagger-children.active > *:nth-child(27) {
    transition-delay: 5.4s; }
  .stagger-children.active > *:nth-child(28) {
    transition-delay: 5.6s; }
  .stagger-children.active > *:nth-child(29) {
    transition-delay: 5.8s; }
  .stagger-children.active > *:nth-child(30) {
    transition-delay: 6s; }
  .stagger-children.active > *:nth-child(31) {
    transition-delay: 6.2s; }
  .stagger-children.active > *:nth-child(32) {
    transition-delay: 6.4s; }
  .stagger-children.active > *:nth-child(33) {
    transition-delay: 6.6s; }
  .stagger-children.active > *:nth-child(34) {
    transition-delay: 6.8s; }
  .stagger-children.active > *:nth-child(35) {
    transition-delay: 7s; }
  .stagger-children.active > *:nth-child(36) {
    transition-delay: 7.2s; }
  .stagger-children.active > *:nth-child(37) {
    transition-delay: 7.4s; }
  .stagger-children.active > *:nth-child(38) {
    transition-delay: 7.6s; }
  .stagger-children.active > *:nth-child(39) {
    transition-delay: 7.8s; }
  .stagger-children.active > *:nth-child(40) {
    transition-delay: 8s; }
  .stagger-children.active > *:nth-child(41) {
    transition-delay: 8.2s; }
  .stagger-children.active > *:nth-child(42) {
    transition-delay: 8.4s; }
  .stagger-children.active > *:nth-child(43) {
    transition-delay: 8.6s; }
  .stagger-children.active > *:nth-child(44) {
    transition-delay: 8.8s; }
  .stagger-children.active > *:nth-child(45) {
    transition-delay: 9s; }
  .stagger-children.active > *:nth-child(46) {
    transition-delay: 9.2s; }
  .stagger-children.active > *:nth-child(47) {
    transition-delay: 9.4s; }
  .stagger-children.active > *:nth-child(48) {
    transition-delay: 9.6s; }
  .stagger-children.active > *:nth-child(49) {
    transition-delay: 9.8s; }
  .stagger-children.active > *:nth-child(50) {
    transition-delay: 10s; }
  .stagger-children.active > * {
    opacity: 1; }

.reveal-top {
  animation: fadein 2s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #cac7b9;
  line-height: 100%;
  font-weight: 500;
  font-family: 'Figtree', serif;
  text-transform: uppercase; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #cac7b9;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size); }

h2, .h2 {
  font-size: var(--h2_size); }

h3, .h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.button, .readmore a, .btn-primary, .btn-default {
  position: relative;
  font-family: 'Figtree', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: 0.5s ease;
  min-width: 200px;
  padding: 2px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
  color: #cac7b9; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  position: relative;
  font-family: 'Figtree', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: 0.5s ease;
  min-width: 200px;
  padding: 2px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
  color: #2d2d2e;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  position: relative;
  font-family: 'Figtree', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: 0.5s ease;
  min-width: 200px;
  padding: 2px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
  background: #64a70b;
  color: #cac7b9; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  position: relative;
  font-family: 'Figtree', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: 0.5s ease;
  min-width: 200px;
  padding: 2px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
  color: #64a70b;
  text-decoration: none;
  outline: none; }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.accordion-header {
  font-size: var(--font_22) !important; }

.accordion-body {
  background-color: transparent;
  font-size: var(--font_22);
  padding: 10px 20px 60px 50px !important;
  max-width: 500px; }

.accordion-button {
  background-color: transparent;
  font-size: var(--font_22);
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 45px 0px !important;
  line-height: 120%; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f067";
  font-size: 18px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f068";
  font-size: 18px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion.dark {
  border-bottom: 1px solid #2d2d2e; }
  .accordion.dark .accordion-body {
    color: #2d2d2e; }
  .accordion.dark .accordion-button {
    color: #2d2d2e;
    border-top: 1px solid #2d2d2e; }
  .accordion.dark .accordion-button:not(.collapsed) {
    color: #2d2d2e; }
  .accordion.dark .accordion-button:focus {
    border-top: 1px solid #2d2d2e; }
  .accordion.light {
    border-bottom: 1px solid #cac7b9; }
  .accordion.light .accordion-body {
    color: #cac7b9; }
  .accordion.light .accordion-button {
    color: #cac7b9;
    border-top: 1px solid #cac7b9; }
  .accordion.light .accordion-button:not(.collapsed) {
    color: #cac7b9; }
  .accordion.light .accordion-button:focus {
    border-top: 1px solid #cac7b9; }
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
    background-color: #2d2d2e !important;
    border-radius: 0px !important;
    color: #cac7b9 !important;
    font-size: var(--font_22) !important;
    border: 2px solid #cac7b9 !important;
    padding: 40px 30px !important;
    font-weight: 400; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #cac7b9 !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #2d2d2e !important;
  border-color: #cac7b9 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #cac7b9 !important;
    border-color: #cac7b9 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #cac7b9;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #2d2d2e; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #2d2d2e !important;
  border-color: #cac7b9 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #2d2d2e !important;
    border-color: #cac7b9 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #cac7b9;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  background: #cac7b9 !important;
  color: #2d2d2e !important;
  border: none !important;
  font-size: var(--font_24) !important;
  corner-shape: none !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  padding: 40px 30px !important;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  button[type=submit]:hover {
    background: #64a70b !important;
    color: #cac7b9 !important; }

select {
  background-color: #2d2d2e !important;
  border-radius: 0px !important;
  color: #cac7b9 !important;
  font-size: var(--font_22) !important;
  border: 2px solid #cac7b9 !important;
  padding: 40px 30px !important;
  font-weight: 400;
  border-bottom: 1px solid #64a70b !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #cac7b9 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: #2d2d2e !important;
  border-radius: 0px !important;
  color: #cac7b9 !important;
  font-size: var(--font_22) !important;
  border: 2px solid #cac7b9 !important;
  padding: 40px 30px !important;
  font-weight: 400;
  border-bottom: 1px solid #64a70b !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #cac7b9 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #cac7b9; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: #2d2d2e !important;
  border-radius: 0px !important;
  color: #cac7b9 !important;
  font-size: var(--font_22) !important;
  border: 2px solid #cac7b9 !important;
  padding: 40px 30px !important;
  font-weight: 400; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #cac7b9 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: #2d2d2e !important;
    border-radius: 0px !important;
    color: #cac7b9 !important;
    font-size: var(--font_22) !important;
    border: 2px solid #cac7b9 !important;
    padding: 40px 30px !important;
    font-weight: 400; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #cac7b9 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    background: #cac7b9 !important;
    color: #2d2d2e !important;
    border: none !important;
    font-size: var(--font_24) !important;
    corner-shape: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    padding: 40px 30px !important;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #64a70b !important;
    color: #cac7b9 !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #cac7b9 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #cac7b9 !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #2d2d2e !important;
  color: #cac7b9 !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #cac7b9 !important;
    color: #2d2d2e !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

.wpforms-submit-container {
  text-align: left; }
  .wpforms-submit-container .wpforms-submit {
    background: #cac7b9;
    color: #2d2d2e;
    padding: 40px; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #cac7b9 !important;
  color: #2d2d2e !important;
  border: none !important;
  font-size: var(--font_24) !important;
  corner-shape: none !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  padding: 40px 30px !important;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover, div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover, div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover, .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover, .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover {
    background: #64a70b !important;
    color: #cac7b9 !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: #64a70b !important;
  color: #cac7b9 !important; }

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px; }
  .blog-list__item {
    margin-bottom: 20px; }
  .blog-list__image {
    width: 100%; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    margin-bottom: 0px;
    padding: 15px 0px;
    line-height: 120% !important;
    font-size: var(--font_30); }
  .blog-list__title a {
    line-height: 120% !important; }
  .blog-list__excerpt {
    padding: 20px 0px 40px 0px; }
  .blog-list__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

body.blog #page-wrap {
  padding-top: 5%;
  padding-bottom: 5%; }

body.single-post #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

body.search #page-wrap {
  padding: var(--ym) var(--xm); }
  body.search .search-header .search__heading {
    font-size: var(--font_50);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px; }

.pagination .page-link {
  color: #cac7b9 !important;
  background-color: #2d2d2e !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #cac7b9 !important;
    background-color: #2d2d2e !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #cac7b9 !important;
    background-color: #2d2d2e !important;
    border: none !important; }

.card {
  background-color: #2d2d2e !important;
  border: 1px solid #cac7b9 !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #cac7b9 !important;
  --bs-table-striped-bg: #2d2d2e !important;
  --bs-table-active-color: #2d2d2e !important;
  --bs-table-active-bg: #cac7b9 !important;
  --bs-table-hover-color: #2d2d2e !important;
  --bs-table-hover-bg: #cac7b9 !important;
  --bs-table-bg-type: #2d2d2e !important;
  color: #cac7b9;
  border-color: #cac7b9; }

.table > :not(caption) > * > * {
  color: #cac7b9; }

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1, #custom-page #header.brand1, #custom-page #banner.brand1 {
  background-color: #2d2d2e !important;
  color: #cac7b9; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #testimonials.brand1 h1, #custom-page #html.brand1 h1, #custom-page #wysiwyg.brand1 h1, #custom-page #spacer.brand1 h1, #custom-page #specialties.brand1 h1, #custom-page #header.brand1 h1, #custom-page #banner.brand1 h1, #custom-page #cta.brand1 h2, #custom-page #accordion_split.brand1 h2, #custom-page #split-column.brand1 h2, #custom-page #marquee.brand1 h2, #custom-page #testimonials.brand1 h2, #custom-page #html.brand1 h2, #custom-page #wysiwyg.brand1 h2, #custom-page #spacer.brand1 h2, #custom-page #specialties.brand1 h2, #custom-page #header.brand1 h2, #custom-page #banner.brand1 h2, #custom-page #cta.brand1 h3, #custom-page #accordion_split.brand1 h3, #custom-page #split-column.brand1 h3, #custom-page #marquee.brand1 h3, #custom-page #testimonials.brand1 h3, #custom-page #html.brand1 h3, #custom-page #wysiwyg.brand1 h3, #custom-page #spacer.brand1 h3, #custom-page #specialties.brand1 h3, #custom-page #header.brand1 h3, #custom-page #banner.brand1 h3, #custom-page #cta.brand1 h4, #custom-page #accordion_split.brand1 h4, #custom-page #split-column.brand1 h4, #custom-page #marquee.brand1 h4, #custom-page #testimonials.brand1 h4, #custom-page #html.brand1 h4, #custom-page #wysiwyg.brand1 h4, #custom-page #spacer.brand1 h4, #custom-page #specialties.brand1 h4, #custom-page #header.brand1 h4, #custom-page #banner.brand1 h4, #custom-page #cta.brand1 h5, #custom-page #accordion_split.brand1 h5, #custom-page #split-column.brand1 h5, #custom-page #marquee.brand1 h5, #custom-page #testimonials.brand1 h5, #custom-page #html.brand1 h5, #custom-page #wysiwyg.brand1 h5, #custom-page #spacer.brand1 h5, #custom-page #specialties.brand1 h5, #custom-page #header.brand1 h5, #custom-page #banner.brand1 h5, #custom-page #cta.brand1 h6, #custom-page #accordion_split.brand1 h6, #custom-page #split-column.brand1 h6, #custom-page #marquee.brand1 h6, #custom-page #testimonials.brand1 h6, #custom-page #html.brand1 h6, #custom-page #wysiwyg.brand1 h6, #custom-page #spacer.brand1 h6, #custom-page #specialties.brand1 h6, #custom-page #header.brand1 h6, #custom-page #banner.brand1 h6, #custom-page #cta.brand1 p, #custom-page #accordion_split.brand1 p, #custom-page #split-column.brand1 p, #custom-page #marquee.brand1 p, #custom-page #testimonials.brand1 p, #custom-page #html.brand1 p, #custom-page #wysiwyg.brand1 p, #custom-page #spacer.brand1 p, #custom-page #specialties.brand1 p, #custom-page #header.brand1 p, #custom-page #banner.brand1 p {
    color: #cac7b9 !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary, #custom-page #header.brand1 .btn-primary, #custom-page #banner.brand1 .btn-primary {
    background-color: #64a70b;
    border: 2px solid #64a70b;
    color: #cac7b9; }
  #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover, #custom-page #header.brand1 .btn-primary:hover, #custom-page #banner.brand1 .btn-primary:hover {
    background-color: #64a70b;
    border: 2px solid #64a70b;
    color: #2d2d2e; }
  #custom-page #cta.brand1 .service__link a, #custom-page #accordion_split.brand1 .service__link a, #custom-page #split-column.brand1 .service__link a, #custom-page #marquee.brand1 .service__link a, #custom-page #testimonials.brand1 .service__link a, #custom-page #html.brand1 .service__link a, #custom-page #wysiwyg.brand1 .service__link a, #custom-page #spacer.brand1 .service__link a, #custom-page #specialties.brand1 .service__link a, #custom-page #header.brand1 .service__link a, #custom-page #banner.brand1 .service__link a {
    color: #cac7b9; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #testimonials.brand1 .accordion, #custom-page #html.brand1 .accordion, #custom-page #wysiwyg.brand1 .accordion, #custom-page #spacer.brand1 .accordion, #custom-page #specialties.brand1 .accordion, #custom-page #header.brand1 .accordion, #custom-page #banner.brand1 .accordion {
    border-bottom: 2px solid #cac7b9; }
  #custom-page #cta.brand1 .accordion-body, #custom-page #accordion_split.brand1 .accordion-body, #custom-page #split-column.brand1 .accordion-body, #custom-page #marquee.brand1 .accordion-body, #custom-page #testimonials.brand1 .accordion-body, #custom-page #html.brand1 .accordion-body, #custom-page #wysiwyg.brand1 .accordion-body, #custom-page #spacer.brand1 .accordion-body, #custom-page #specialties.brand1 .accordion-body, #custom-page #header.brand1 .accordion-body, #custom-page #banner.brand1 .accordion-body {
    color: #cac7b9; }
  #custom-page #cta.brand1 .accordion-button, #custom-page #accordion_split.brand1 .accordion-button, #custom-page #split-column.brand1 .accordion-button, #custom-page #marquee.brand1 .accordion-button, #custom-page #testimonials.brand1 .accordion-button, #custom-page #html.brand1 .accordion-button, #custom-page #wysiwyg.brand1 .accordion-button, #custom-page #spacer.brand1 .accordion-button, #custom-page #specialties.brand1 .accordion-button, #custom-page #header.brand1 .accordion-button, #custom-page #banner.brand1 .accordion-button {
    color: #cac7b9;
    border-top: 2px solid #cac7b9; }
  #custom-page #cta.brand1 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand1 .accordion-button:not(.collapsed), #custom-page #split-column.brand1 .accordion-button:not(.collapsed), #custom-page #marquee.brand1 .accordion-button:not(.collapsed), #custom-page #testimonials.brand1 .accordion-button:not(.collapsed), #custom-page #html.brand1 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand1 .accordion-button:not(.collapsed), #custom-page #spacer.brand1 .accordion-button:not(.collapsed), #custom-page #specialties.brand1 .accordion-button:not(.collapsed), #custom-page #header.brand1 .accordion-button:not(.collapsed), #custom-page #banner.brand1 .accordion-button:not(.collapsed) {
    color: #cac7b9; }
  #custom-page #cta.brand1 .accordion-button:focus, #custom-page #accordion_split.brand1 .accordion-button:focus, #custom-page #split-column.brand1 .accordion-button:focus, #custom-page #marquee.brand1 .accordion-button:focus, #custom-page #testimonials.brand1 .accordion-button:focus, #custom-page #html.brand1 .accordion-button:focus, #custom-page #wysiwyg.brand1 .accordion-button:focus, #custom-page #spacer.brand1 .accordion-button:focus, #custom-page #specialties.brand1 .accordion-button:focus, #custom-page #header.brand1 .accordion-button:focus, #custom-page #banner.brand1 .accordion-button:focus {
    border-top: 2px solid #cac7b9; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2, #custom-page #header.brand2, #custom-page #banner.brand2 {
    background-color: #cac7b9 !important;
    color: #2d2d2e; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #testimonials.brand2 h1, #custom-page #html.brand2 h1, #custom-page #wysiwyg.brand2 h1, #custom-page #spacer.brand2 h1, #custom-page #specialties.brand2 h1, #custom-page #header.brand2 h1, #custom-page #banner.brand2 h1, #custom-page #cta.brand2 h2, #custom-page #accordion_split.brand2 h2, #custom-page #split-column.brand2 h2, #custom-page #marquee.brand2 h2, #custom-page #testimonials.brand2 h2, #custom-page #html.brand2 h2, #custom-page #wysiwyg.brand2 h2, #custom-page #spacer.brand2 h2, #custom-page #specialties.brand2 h2, #custom-page #header.brand2 h2, #custom-page #banner.brand2 h2, #custom-page #cta.brand2 h3, #custom-page #accordion_split.brand2 h3, #custom-page #split-column.brand2 h3, #custom-page #marquee.brand2 h3, #custom-page #testimonials.brand2 h3, #custom-page #html.brand2 h3, #custom-page #wysiwyg.brand2 h3, #custom-page #spacer.brand2 h3, #custom-page #specialties.brand2 h3, #custom-page #header.brand2 h3, #custom-page #banner.brand2 h3, #custom-page #cta.brand2 h4, #custom-page #accordion_split.brand2 h4, #custom-page #split-column.brand2 h4, #custom-page #marquee.brand2 h4, #custom-page #testimonials.brand2 h4, #custom-page #html.brand2 h4, #custom-page #wysiwyg.brand2 h4, #custom-page #spacer.brand2 h4, #custom-page #specialties.brand2 h4, #custom-page #header.brand2 h4, #custom-page #banner.brand2 h4, #custom-page #cta.brand2 h5, #custom-page #accordion_split.brand2 h5, #custom-page #split-column.brand2 h5, #custom-page #marquee.brand2 h5, #custom-page #testimonials.brand2 h5, #custom-page #html.brand2 h5, #custom-page #wysiwyg.brand2 h5, #custom-page #spacer.brand2 h5, #custom-page #specialties.brand2 h5, #custom-page #header.brand2 h5, #custom-page #banner.brand2 h5, #custom-page #cta.brand2 h6, #custom-page #accordion_split.brand2 h6, #custom-page #split-column.brand2 h6, #custom-page #marquee.brand2 h6, #custom-page #testimonials.brand2 h6, #custom-page #html.brand2 h6, #custom-page #wysiwyg.brand2 h6, #custom-page #spacer.brand2 h6, #custom-page #specialties.brand2 h6, #custom-page #header.brand2 h6, #custom-page #banner.brand2 h6, #custom-page #cta.brand2 p, #custom-page #accordion_split.brand2 p, #custom-page #split-column.brand2 p, #custom-page #marquee.brand2 p, #custom-page #testimonials.brand2 p, #custom-page #html.brand2 p, #custom-page #wysiwyg.brand2 p, #custom-page #spacer.brand2 p, #custom-page #specialties.brand2 p, #custom-page #header.brand2 p, #custom-page #banner.brand2 p {
    color: #2d2d2e !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary, #custom-page #header.brand2 .btn-primary, #custom-page #banner.brand2 .btn-primary {
    background-color: #64a70b;
    border: 2px solid #64a70b;
    color: #cac7b9; }
  #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover, #custom-page #header.brand2 .btn-primary:hover, #custom-page #banner.brand2 .btn-primary:hover {
    background-color: #64a70b;
    border: 2px solid #64a70b;
    color: #2d2d2e; }
  #custom-page #cta.brand2 .service__link a, #custom-page #accordion_split.brand2 .service__link a, #custom-page #split-column.brand2 .service__link a, #custom-page #marquee.brand2 .service__link a, #custom-page #testimonials.brand2 .service__link a, #custom-page #html.brand2 .service__link a, #custom-page #wysiwyg.brand2 .service__link a, #custom-page #spacer.brand2 .service__link a, #custom-page #specialties.brand2 .service__link a, #custom-page #header.brand2 .service__link a, #custom-page #banner.brand2 .service__link a {
    color: #2d2d2e; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #testimonials.brand2 .accordion, #custom-page #html.brand2 .accordion, #custom-page #wysiwyg.brand2 .accordion, #custom-page #spacer.brand2 .accordion, #custom-page #specialties.brand2 .accordion, #custom-page #header.brand2 .accordion, #custom-page #banner.brand2 .accordion {
    border-bottom: 2px solid #2d2d2e; }
  #custom-page #cta.brand2 .accordion-body, #custom-page #accordion_split.brand2 .accordion-body, #custom-page #split-column.brand2 .accordion-body, #custom-page #marquee.brand2 .accordion-body, #custom-page #testimonials.brand2 .accordion-body, #custom-page #html.brand2 .accordion-body, #custom-page #wysiwyg.brand2 .accordion-body, #custom-page #spacer.brand2 .accordion-body, #custom-page #specialties.brand2 .accordion-body, #custom-page #header.brand2 .accordion-body, #custom-page #banner.brand2 .accordion-body {
    color: #2d2d2e; }
  #custom-page #cta.brand2 .accordion-button, #custom-page #accordion_split.brand2 .accordion-button, #custom-page #split-column.brand2 .accordion-button, #custom-page #marquee.brand2 .accordion-button, #custom-page #testimonials.brand2 .accordion-button, #custom-page #html.brand2 .accordion-button, #custom-page #wysiwyg.brand2 .accordion-button, #custom-page #spacer.brand2 .accordion-button, #custom-page #specialties.brand2 .accordion-button, #custom-page #header.brand2 .accordion-button, #custom-page #banner.brand2 .accordion-button {
    color: #2d2d2e;
    border-top: 2px solid #2d2d2e; }
  #custom-page #cta.brand2 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand2 .accordion-button:not(.collapsed), #custom-page #split-column.brand2 .accordion-button:not(.collapsed), #custom-page #marquee.brand2 .accordion-button:not(.collapsed), #custom-page #testimonials.brand2 .accordion-button:not(.collapsed), #custom-page #html.brand2 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand2 .accordion-button:not(.collapsed), #custom-page #spacer.brand2 .accordion-button:not(.collapsed), #custom-page #specialties.brand2 .accordion-button:not(.collapsed), #custom-page #header.brand2 .accordion-button:not(.collapsed), #custom-page #banner.brand2 .accordion-button:not(.collapsed) {
    color: #2d2d2e; }
  #custom-page #cta.brand2 .accordion-button:focus, #custom-page #accordion_split.brand2 .accordion-button:focus, #custom-page #split-column.brand2 .accordion-button:focus, #custom-page #marquee.brand2 .accordion-button:focus, #custom-page #testimonials.brand2 .accordion-button:focus, #custom-page #html.brand2 .accordion-button:focus, #custom-page #wysiwyg.brand2 .accordion-button:focus, #custom-page #spacer.brand2 .accordion-button:focus, #custom-page #specialties.brand2 .accordion-button:focus, #custom-page #header.brand2 .accordion-button:focus, #custom-page #banner.brand2 .accordion-button:focus {
    border-top: 2px solid #2d2d2e; }
  #custom-page #split-column.brand2 .btn-secondary {
    background: #64a70b !important;
    color: #2d2d2e !important; }
  #custom-page #split-column.brand2 .btn-secondary a {
    color: #2d2d2e !important; }
  #custom-page #split-column.brand2 .btn-secondary-inner {
    background: #cac7b9 !important; }
  #custom-page #split-column.brand2 .btn-secondary-inner:hover {
    background: #64a70b !important; }
  #custom-page #header {
    position: relative;
    margin-top: calc(var(--menu_height) * -1); }
  #custom-page #header .header__overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #custom-page #header .header__title {
    font-size: var(--font_120);
    font-weight: 500;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    margin-bottom: 0px;
    padding: 40px 90px 70px 90px; }
  #custom-page #header img, #custom-page #header video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #custom-page #cta {
    padding: var(--ym) var(--xm); }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-family: 'Figtree', serif;
    font-size: var(--h3_size);
    line-height: 120%;
    text-align: center; }
  #custom-page #cta .cta__content {
    text-align: center;
    padding: 40px 0px; }
  #custom-page #cta .cta__button {
    text-align: center; }
  #custom-page #marquee {
    padding: 60px 0px 40px 0px; }
  #custom-page #marquee .marquee {
    overflow: hidden; }
  #custom-page #marquee .marquee__inner {
    display: flex;
    white-space: nowrap; }
  #custom-page #marquee .marquee__text {
    color: #a9aba7;
    font-family: 'Figtree', serif;
    font-size: calc(8vw - 20%);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0.5; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
    #custom-page #split-column .split__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #custom-page #split-column .split__wrap {
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--h3_size);
    font-family: 'Figtree', serif;
    line-height: 120%; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-1 .accordion_split__heading {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__content {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__button {
    padding-top: 60px;
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion-body {
    max-width: 80%; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Figtree', serif;
    font-size: var(--h3_size);
    line-height: 120%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #html {
    padding: var(--ym) var(--xm); }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-family: 'Figtree', serif;
    font-size: var(--h3_size);
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #testimonials {
    padding: var(--ym) 20px; }
  #custom-page #testimonials .excimg .testimonial-slider__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    padding-left: 0px; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 60%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h2_size);
    font-family: 'Figtree', serif;
    padding-bottom: 40px;
    line-height: 120%; }
  #custom-page #testimonials .testimonial-section__content {
    text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 0px; }
    #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  #custom-page #testimonials .testimonial-slider__wrap {
    padding: 0px 0px 0px 5%; }
  #custom-page #testimonials .testimonial-slider__img {
    text-align: center;
    margin: 0 auto 0px auto;
    width: 100%; }
  #custom-page #testimonials .testimonial-slider__content {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 60px 40px 60px; }
  #custom-page #testimonials .testimonial-slider__heading {
    text-align: center;
    font-family: 'Figtree', serif;
    font-size: var(--h4_size);
    padding-bottom: 40px;
    line-height: 110%; }
  #custom-page #testimonials .testimonial-slider__name {
    text-transform: uppercase;
    font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
  #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
    font-size: 40px; }
  #custom-page #testimonials .slider-buttons .previous {
    padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
  #custom-page #testimonials .slick-dots li {
    list-style-type: none;
    margin: 0 25px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #cac7b9 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    #custom-page #testimonials .slick-dots li:first-child {
      margin-left: 0; }
    #custom-page #testimonials .slick-dots li:last-child {
      margin-right: 0; }
    #custom-page #testimonials .slick-dots li.slick-active {
      background-color: #cac7b9; }
  #custom-page #testimonials .slick-dots button {
    display: none !important; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #custom-page #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }

@media (max-width: 1850px) {
  #shed-range-page #shed-range .shed__buttons {
    zoom: 0.8; } }

@media (max-width: 1700px) {
  #shed-range-page #shed-range .shed__buttons {
    zoom: 0.7; } }

@media (max-width: 1650px) {
  .nav-btn {
    zoom: 0.9; } }

@media (max-width: 1500px) {
  #menu-primary-navigation > li.menu-item {
    padding: 0px 20px 0px 0px; }

  .nav-btn {
    min-width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }

  #timeline .type-quote .timeline__text {
    font-size: 3rem; }

  #shed-range-page #shed-range .shed__buttons {
    zoom: 0.8;
    flex-direction: column; }
    #shed-range-page #shed-range .sheds__btn, #shed-range-page #shed-range .sheds__btn a {
      width: 100%; }
    #shed-range-page #shed-range .sheds__btn .btn-primary, #shed-range-page #shed-range .sheds__btn .btn-secondary {
      display: block;
      width: 100%; } }

@media (max-width: 1400px) {
  html {
    font-size: 14px; }

  #home-page #header .header__title {
    font-size: 7vw;
    padding: var(--ym) var(--xm); }

  #shed-range-page #shed-range .shed__buttons {
    zoom: 0.9; }

  #assembly-page #tools .tools__grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 80px; }
    #assembly-page #tools .tools__item {
      width: 22%; }

  #customise-shed-page #header .header__heading {
    font-size: 7vw; } }

@media (max-width: 1299px) {
  .gm-custom-hamburger {
    display: flex; }

  #primary-nav {
    padding: 0px !important; }
    #primary-nav #menu-item-mobile-1670 {
      display: none;
      visibility: hidden; }

  .nav-btn {
    min-width: 30%; }

  #shed-range-page #intro .intro__wrap, #assembly-page #intro .intro__wrap {
    flex-direction: column;
    gap: 20px; }
    #shed-range-page #intro .intro__col-1, #assembly-page #intro .intro__col-1, #shed-range-page #intro .intro__col-2, #assembly-page #intro .intro__col-2 {
      width: 100%; }
    #shed-range-page #intro .intro__col-2, #assembly-page #intro .intro__col-2 {
      flex-direction: row;
      justify-content: flex-start; }
    #shed-range-page #intro .intro__heading, #assembly-page #intro .intro__heading {
      max-width: 100%; }
    #shed-range-page #intro .intro__content, #assembly-page #intro .intro__content {
      max-width: 100%; }
    #shed-range-page #intro .intro__buttons, #assembly-page #intro .intro__buttons {
      flex-direction: row; } }

@media (max-width: 1200px) {
  html {
    font-size: 13px; }

  :root {
    --font_120: 5.5rem;
    --font_70: 4rem;
    --font_60: 3.5rem; }

  #timeline .item-4.timeline__item {
    transform: translateY(-100px);
    margin-bottom: -100px !important; }

  #team .team__members {
    grid-template-columns: repeat(3, 1fr); }

  #customer-stories-page #header .header__title, #shed-range-page #header .header__title, #assembly-page #header .header__title, #assembly-partners-page #header .header__title {
    font-size: 8vw;
    padding: var(--ym) var(--xm) !important; }

  #shed-range-page #shed-grid .grid-sizer, #shed-range-page #shed-grid .grid-item {
    width: 50%; }

  #customise-shed-page #accessories .accs__grid {
    grid-template-columns: repeat(2, 1fr); }

  #assembly-page #tips .tips__grid {
    grid-template-columns: repeat(3, 1fr); }

  #shed-range-page #durability .dur__grid .dur__right h3.slogan {
    width: 100%; }

  #shed-range-page #durability .dur__grid .dur__right .action-buttons-wrapper {
    flex-direction: column;
    width: 300px;
    gap: 20px; }

  #shed-range-page #durability .dur__grid .dur__left .dur__image img {
    object-fit: fill; }

  #shed-range-page #shed-model .shed-model__grid .shed-model__right .btn-primary {
    width: 260px; } }

@media (max-width: 1100px) {
  #assembly-page #tools .tools__grid {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 80px; }
    #assembly-page #tools .tools__item {
      width: 21%; } }

@media (max-width: 991.98px) {
  html {
    font-size: 12px; }

  :root {
    --font_120: 5rem;
    --font_70: 3.8rem; }

  #home-page #header .header__title {
    font-size: 8vw; }
    #home-page #intro .intro__buttons {
      zoom: 1; }
    #home-page #sheds .sheds__left, #home-page #sheds .sheds__right {
      width: 100%; }
      #home-page #sheds .sheds__wrap {
        flex-direction: column; }
      #home-page #sheds .sheds__text, #home-page #sheds .sheds__subheading {
        max-width: 100%; }
      #home-page #sheds .sheds__heading {
        margin-bottom: 20px; }
      #home-page #sheds .sheds__image {
        max-width: 50%;
        margin: 0 auto 40px auto; }
      #home-page #sheds .sheds__buttons {
        padding-top: 40px; }
      #home-page #sheds #shed-tabs {
        padding-top: 20px; }
      #home-page #sheds .show_tablet {
        display: block !important; }
      #home-page #sheds .show_desktop {
        display: none !important; }

  #why-choose-page #header .header__heading {
    font-size: 9vw; }
    #why-choose-page #header .header__heading br {
      display: none; }
    #why-choose-page #header .header__content {
      font-size: calc(var(--font_40) - 20%); }

  #customer-stories-page #header .header__title, #shed-range-page #header .header__title, #assembly-page #header .header__title, #assembly-partners-page #header .header__title {
    font-size: 10vw;
    padding: var(--ym) var(--xm) !important; }
    #customer-stories-page #header .header__image, #shed-range-page #header .header__image, #assembly-page #header .header__image, #assembly-partners-page #header .header__image {
      height: 50vh;
      min-height: 600px; }

  #shed-range-page #shed-grid #filters button {
    padding: 0px 10px 20px 10px !important; }
    #shed-range-page #shed-range .shed__buttons {
      zoom: 1; }

  #customise-shed-page #colours {
    flex-direction: column; }
    #customise-shed-page #colours .colours__left, #customise-shed-page #colours .colours__right {
      width: 100%; }
    #customise-shed-page #colours .colours__wrap {
      flex-direction: column; }
    #customise-shed-page #colours .colours__heading {
      margin-bottom: 40px; }
    #customise-shed-page #colours .colours__content {
      max-width: 100%;
      margin-bottom: 10%; }
    #customise-shed-page #colours .colours__swatches {
      max-width: 100%; }
    #customise-shed-page #colours .swatch-image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #customise-shed-page #doors {
      flex-direction: column; }
    #customise-shed-page #doors .doors__left, #customise-shed-page #doors .doors__right {
      width: 100%; }
    #customise-shed-page #doors .doors__right {
      flex-direction: column; }
    #customise-shed-page #doors .doors__wrap {
      flex-direction: column; }
    #customise-shed-page #doors .doors__heading {
      margin-bottom: 40px; }
    #customise-shed-page #doors .doors__content {
      max-width: 100%; }
    #customise-shed-page #doors .doors__types {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 60px; }
    #customise-shed-page #doors .doors__buttons__mobile {
      gap: 40px;
      width: 100%;
      justify-content: center;
      padding-top: 40px; }
    #customise-shed-page #doors .show_tablet {
      display: flex !important; }
    #customise-shed-page #doors .show_desktop {
      display: none !important; }
    #customise-shed-page #accessories .accs__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 60px;
      grid-row-gap: 60px; }
    #customise-shed-page #accessories .accs__item {
      width: 40vw; }
    #customise-shed-page #accessories .accs__button {
      opacity: 1 !important; }
    #customise-shed-page #accessories .accs__heading {
      margin-bottom: 40px; }

  #assembly-pdf-page #intro .intro__heading {
    margin-bottom: 40px; }
    #assembly-pdf-page #pdfs .pdfs__grid {
      grid-template-columns: repeat(4, 1fr); }

  #choose-shed-page #sections .sections__grid.odd, #choose-shed-page #sections .sections__grid.even {
    flex-direction: column !important; }
    #choose-shed-page #sections .sections__left, #choose-shed-page #sections .sections__right {
      width: 100% !important; }
    #choose-shed-page #sections .sections__right {
      padding: var(--ym) var(--xm) !important; }

  #store-locator-page #header .header__heading {
    margin-bottom: 0px; }
    #store-locator-page #location-search {
      column-gap: 0px;
      flex-direction: column;
      padding-bottom: 0px; }
    #store-locator-page #location-search .location-search__content {
      width: 100%; }
    #store-locator-page #location-search .location-search__content > div {
      max-width: 100%; }
    #store-locator-page #location-search .store-locator-search {
      width: 100%;
      max-width: 100%; }
    #store-locator-page #location-search .store-locator-search {
      padding-left: 0px;
      padding-right: 0px; }
    #store-locator-page #stockist-location-btn {
      justify-content: flex-start;
      font-size: 18px; }
    #store-locator-page #stockist-search-btn {
      font-size: var(--font_22); }
    #store-locator-page .store-locator-wrapper {
      flex-direction: column; }
    #store-locator-page .store-locator-sidebar {
      width: 100%; }
    #store-locator-page #stockist-results {
      padding-left: 0px;
      padding-right: 0px; }
    #store-locator-page .stockist-results__location, #store-locator-page .stockist-result__name, #store-locator-page .stockist-result__dist, #store-locator-page .stockist-result__addr, #store-locator-page .stockist-result__phone, #store-locator-page .stockist-result__website, #store-locator-page .stockist-results__prompt, #store-locator-page .stockist-result__website a {
      font-size: 16px; }
    #store-locator-page #carousel .carouselTicker__list {
      gap: 60px; }

  #single-story #header .header__wrap {
    flex-direction: column; }
    #single-story #header .header__col-1, #single-story #header .header__col-2 {
      width: 100% !important; }
    #single-story #header .header__col-2 {
      text-align: left; }
    #single-story #main-content .main__wrap {
      flex-direction: column; }
    #single-story #main-content .main__col-1, #single-story #main-content .main__col-2 {
      width: 100% !important; }
    #single-story #main-content .main__images {
      padding-right: 0px; }

  #contact-page #columns {
    grid-template-columns: repeat(1, 1fr); }
    #contact-page #form {
      padding-top: var(--ym); }

  #timeline {
    padding: 0px var(--xm); }
    #timeline .timeline__item {
      display: flex;
      flex-direction: column;
      margin-bottom: 5%; }
    #timeline .timeline__image {
      max-width: 50%;
      margin: 0px auto; }
    #timeline .timeline__col--left {
      order: 3; }
    #timeline .timeline__col--center {
      order: 2; }
    #timeline .timeline__col--right {
      order: 1; }
    #timeline .timeline__dot-label {
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px;
      display: block; }
    #timeline .type-quote .timeline__text {
      font-size: 3rem;
      line-height: 120%; }
    #timeline .item-4.timeline__item {
      transform: translateY(0px);
      margin-bottom: 0px !important; }
    #timeline .timeline__item.type-quote {
      margin-bottom: 0px; }
    #timeline .timeline__item.type-quote .timeline__content {
      padding-top: 40px !important; }

  #newsletter {
    flex-direction: column-reverse;
    padding: var(--ym) var(--xm); }
    #newsletter .newsletter__left {
      width: 100%; }
    #newsletter .newsletter__right {
      width: 100%; }
    #newsletter .newsletter__image {
      text-align: center; }
    #newsletter .newsletter__image img {
      max-width: 300px; }
    #newsletter .newsletter__content {
      text-align: center; }

  #shed-range-page #durability .dur__grid .dur__right h3.slogan {
    line-height: 35px; }

  #shed-range-page #durability .dur__grid {
    flex-direction: column; }

  #shed-range-page #durability .dur__grid .dur__left {
    width: 100%; }

  #shed-range-page #durability .dur__grid .dur__right {
    width: 100%; }

  .wind-testing-modal .modal-content {
    width: 80%; }

  .wind-testing-modal .modal-content {
    width: 100%; }

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

@media (max-width: 850px) {
  #assembly-page #tools {
    padding-bottom: 60px; }
    #assembly-page #tools .tools__item {
      width: 26%; } }

@media (max-width: 767.98px) {
  :root {
    --font_120: 4.5rem;
    --font_70: 3.5rem;
    --font_60: 3rem;
    --menu_height: 60px;
    --ym: 60px;
    --xm: 40px; }

  html {
    --wp-admin--admin-bar--height: 0px;
    margin-top: 0px !important; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #wpadminbar {
    display: none; }

  body.admin-bar #primary-nav {
    top: 30px; }
    body.admin-bar .notification-bar {
      top: 0px; }

  #primary-nav {
    background-size: contain; }

  #wrap {
    margin-top: calc(var(--menu_height) + 30px) !important; }

  .gm-navbar .gm-logo > a img {
    height: 33px; }

  #home-page #header .header__title {
    font-size: 7vw;
    padding: var(--ym) var(--xm) 20px var(--xm); }
    #home-page #header .header__image {
      height: 50vh !important; }
      #home-page #header .header__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #home-page #why_choose .fixed-scroll__text {
      padding: var(--ym) var(--xm); }
    #home-page #why_choose .fixed-scroll__heading {
      padding-bottom: 20px; }
    #home-page #why_choose .fixed-scroll__image {
      height: 50vh; }
    #home-page #badges {
      flex-direction: column; }
    #home-page #badges .badge__item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    #home-page #badges .badge-2 {
      border-left: none;
      border-right: none;
      border-top: 1px solid #cac7b9;
      border-bottom: 1px solid #cac7b9; }
    #home-page #customisation .customisation__wrap {
      flex-direction: column; }
    #home-page #customisation .customisation__left, #home-page #customisation .customisation__right {
      width: 100%; }
    #home-page #customisation .customisation__title {
      padding-bottom: 20px; }
    #home-page #customisation .customisation__heading {
      max-width: 100%;
      padding-top: 40px; }
      #home-page #customisation .customisation__heading br {
        display: none; }
    #home-page #customisation .customisation__text {
      max-width: 100%;
      padding-bottom: 40px; }
    #home-page #sheds .sheds__image {
      max-width: 80%; }
    #home-page #sheds .sheds__caption {
      font-size: var(--font_30); }
    #home-page #feature-video {
      min-height: 60vh; }
    #home-page #feature-video video {
      min-height: 60vh; }

  #why-choose-page #faqs .faqs__wrap {
    flex-direction: column; }
    #why-choose-page #faqs .faqs__col-1, #why-choose-page #faqs .faqs__col-2 {
      width: 100% !important; }

  #customer-stories-page #header .header__title, #shed-range-page #header .header__title, #assembly-page #header .header__title, #assembly-partners-page #header .header__title {
    font-size: 11vw; }

  #shed-range-page #shed-grid #filters {
    flex-wrap: wrap;
    justify-content: flex-start; }
    #shed-range-page #shed-grid #filters button {
      padding: 0px 10px 40px 10px !important;
      width: 25%; }
    #shed-range-page #shed-grid #filters button.is-checked {
      color: #64a70b !important; }
    #shed-range-page #shed-grid #filters .filter-indicator {
      display: none; }
    #shed-range-page #shed-range {
      padding-top: 40px; }
    #shed-range-page #shed-range .shed__buttons {
      zoom: 0.9; }
    #shed-range-page .btn-secondary-inner a, #shed-range-page .btn-primary-inner a {
      padding: 10px 20px !important; }
    #shed-range-page #accessories {
      grid-template-columns: repeat(1, 1fr); }
    #shed-range-page #accessories .acc__left, #shed-range-page #accessories .acc__right {
      width: 100%; }
    #shed-range-page #accessories .acc__left {
      order: 1;
      height: 50vh; }
    #shed-range-page #accessories .acc__right {
      order: 2;
      padding: var(--ym) var(--xm); }
    #shed-range-page #accessories .acc__heading {
      margin-bottom: 40px; }
    #shed-range-page #accessories .acc__content {
      max-width: 100%; }

  #customise-shed-page #header .header__heading {
    margin-bottom: 40px; }
    #customise-shed-page #header .header__heading br {
      display: none; }
    #customise-shed-page #header .header__content {
      font-size: var(--font_30); }
    #customise-shed-page #accessories .accs__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px; }
    #customise-shed-page #accessories .accs__item {
      width: 100%; }
    #customise-shed-page #customisation .customisation__wrap {
      flex-direction: column; }
    #customise-shed-page #customisation .customisation__left, #customise-shed-page #customisation .customisation__right {
      width: 100%; }
    #customise-shed-page #customisation .customisation__heading {
      margin-bottom: 20px;
      text-align: center; }
    #customise-shed-page #customisation .customisation__heading br {
      display: none; }
    #customise-shed-page #customisation .customisation__buttons {
      display: flex;
      flex-direction: row;
      gap: 25px;
      justify-content: center;
      padding-bottom: 40px; }

  #assembly-page #intro .intro__buttons {
    flex-direction: column; }
    #assembly-page #tools .tools__item {
      width: 28%; }
    #assembly-page #steps .steps__grid {
      flex-direction: column; }
    #assembly-page #steps .steps__left, #assembly-page #steps .steps__right {
      width: 100%; }
    #assembly-page #steps .steps__right {
      padding: var(--ym) var(--xm); }
    #assembly-page #steps .steps__list {
      gap: 20px; }
    #assembly-page #steps .steps__heading {
      margin-bottom: 40px; }
    #assembly-page #videos .videos__grid.odd {
      flex-direction: column-reverse; }
    #assembly-page #videos .videos__grid.even {
      flex-direction: column-reverse; }
    #assembly-page #videos .videos__item {
      width: 100%; }
    #assembly-page #videos .videos__left, #assembly-page #videos .videos__right {
      width: 100%; }
    #assembly-page #videos .videos__title {
      margin-bottom: 0px; }
    #assembly-page #tips .tips__title {
      margin-bottom: 40px; }
    #assembly-page #tips .tips__grid {
      grid-template-columns: repeat(2, 1fr); }

  #assembly-pdf-page #pdfs .pdfs__grid {
    grid-template-columns: repeat(3, 1fr); }

  #single-story #header .header__heading {
    font-size: 5rem; }
    #single-story #header .header__col-2 {
      font-size: 2rem; }

  #call-to-action {
    grid-template-columns: repeat(1, 1fr); }
    #call-to-action .cta__left, #call-to-action .cta__right {
      width: 100%; }
    #call-to-action .cta__left {
      padding: var(--ym) var(--xm);
      order: 2; }
    #call-to-action .cta__right {
      height: 50vh;
      order: 1; }
    #call-to-action .cta__heading {
      margin-bottom: 40px; }
    #call-to-action .cta__content {
      max-width: 100%; }

  #team .team__members {
    grid-template-columns: repeat(2, 1fr);
    position: relative; }
    #team .team__content {
      position: relative;
      transform: translateY(0px);
      background: #2d2d2e !important;
      padding: 15px 0px 0px 0px;
      border: none; }
    #team .team__name {
      margin-bottom: 0px; }
    #team .team__role {
      margin-bottom: 5px; }
    #team .team__bio {
      font-size: 16px;
      line-height: 120%; }

  #stories .story__item {
    flex-direction: column; }
    #stories .story__col-1, #stories .story__col-2 {
      width: 100% !important; }
    #stories .story__image {
      height: 50vh; }
    #stories .story__item.even {
      flex-direction: column; }

  #newsletter.newsletter-stories .newsletter__right {
    width: 100%;
    padding-bottom: 20px; }

  #newsletter .newsletter__heading {
    text-align: center;
    font-size: var(--font_40); }
    #newsletter .newsletter__heading br {
      display: none; }
    #newsletter .newsletter__image {
      padding-left: 0px; }

  .accordion-button {
    padding: 25px 0px !important; }

  .accordion-body {
    padding: 0px 20px 30px 0px !important;
    max-width: 100% !important; }

  #socials .text-start, #socials .text-end {
    text-align: center !important; }

  #copyright .text-start, #copyright .text-end {
    text-align: center !important; }

  #footer-wrap #footer {
    padding: var(--ym) var(--xm); }
    #footer-wrap .footer__phone {
      text-align: center !important; }
    #footer-wrap .footer__socials {
      margin-bottom: 40px;
      justify-content: center; }
    #footer-wrap .footer__logo {
      text-align: center !important;
      padding-bottom: 40px; }
    #footer-wrap .footer__logo img {
      max-width: 200px;
      height: 100% !important; }
    #footer-wrap #menu-legal {
      display: flex;
      gap: 20px;
      justify-content: center; }
    #footer-wrap .website-by {
      padding-top: 20px; }
    #footer-wrap .website-by img {
      max-width: 60px !important; }
    #footer-wrap .flex-y {
      flex-direction: column-reverse; }

  #page-wrap {
    padding: 20px !important; }

  #shed-range-page #shed-model .shed-model__grid {
    flex-direction: column; }

  #shed-range-page #shed-model .shed-model__grid .shed-model__right {
    text-align: left;
    margin-top: 40px; }

  #shed-range-page #shed-range .shed__wrap {
    padding-left: 20px;
    padding-right: 20px; }

  #shed-range-page #storm_series .ss__grid {
    flex-direction: column; }

  #shed-range-page #storm_series .ss__grid .ss__left {
    width: 100%; }

  #shed-range-page #storm_series .ss__grid .ss__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }

  #shed-range-page #frames .accordion .accordion-body {
    flex-direction: column; }

  #shed-range-page #shed-model .shed-model__grid .shed-model__right .btn-primary {
    width: 100%; }

  #shed-range-page #shed-model .shed-model__grid .shed-model__right .btn-secondary {
    width: 100%; }

  .wind-testing-modal .modal-content {
    padding: 0; }

  .wind-testing-modal .modal-content .close-modal {
    right: 5px;
    top: -25px; }

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

@media (max-width: 575.98px) {
  :root {
    --font_120: 4rem; }

  #home-page #intro .intro__buttons {
    flex-direction: column;
    gap: 20px; }
    #home-page #intro .intro__buttons button {
      width: 100%;
      max-width: 300px; }
    #home-page #sheds .sheds__image {
      max-width: 100%; }
    #home-page #sheds .sheds__buttons {
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
      gap: 20px; }
    #home-page #sheds .sheds__subheading {
      text-align: center; }
    #home-page #sheds #shed-tabs .tabs {
      border-bottom: none;
      flex-wrap: wrap; }
    #home-page #sheds #shed-tabs .tab {
      width: 33%;
      text-align: center; }
    #home-page #sheds #shed-tabs .tab-indicator {
      display: none; }
    #home-page #sheds #shed-tabs .tab.active {
      color: #64a70b; }

  #why-choose-page #header .header__heading {
    font-size: 10vw; }
    #why-choose-page #header .header__heading br {
      display: none; }
    #why-choose-page #header .header__content {
      font-size: calc(var(--font_40) - 25%); }

  #shed-range-page #intro .intro__buttons {
    flex-direction: column;
    gap: 20px; }
    #shed-range-page #shed-range .shed__wrap {
      padding: 0px 20px 80px 20px; }
    #shed-range-page #shed-range .shed__buttons {
      zoom: 1; }
    #shed-range-page #shed-grid .grid-sizer, #shed-range-page #shed-grid .grid-item {
      width: 100%; }

  #assembly-page #tools {
    padding-bottom: 60px; }
    #assembly-page #tools .tools__item {
      width: 25%; }

  #assembly-pdf-page #pdfs .pdfs__grid {
    grid-template-columns: repeat(2, 1fr); }
    #assembly-pdf-page #pdfs .pdfs__item {
      text-align: center; }

  #assembly-partners-page #locations .accordion-body {
    padding: 0px !important; }
    #assembly-partners-page #locations .business__name {
      margin-bottom: 20px;
      font-size: var(--font_30); }
    #assembly-partners-page #locations .business__item {
      padding: 20px 0px; }
    #assembly-partners-page #locations .business__group .label {
      min-width: 160px; }

  #contact-page .contact__content {
    font-size: var(--font_30);
    white-space: break-spaces;
    word-break: break-all; }
    #contact-page .contact__content a {
      font-size: var(--font_30); }

  .marquee {
    padding: 30px 0px; }
    .marquee p {
      margin-bottom: 0px; }
    .marquee__text {
      font-size: 10vw; }

  #footer-wrap #footer li {
    text-align: center; }
    #footer-wrap .footer__logo {
      padding-top: 0px; }

  .col-xl-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; }

  #newsletter .newsletter__form .mc-field-group {
    flex-direction: column; }
    #newsletter .newsletter__form button, #newsletter .newsletter__form input[type=submit] {
      width: 60%;
      margin: 20px auto 0px auto; }
    #newsletter .newsletter__note {
      text-align: center; }

  #newsletter .newsletter__heading {
    margin-bottom: 20px; }
    #newsletter .newsletter__image img {
      max-width: 200px; }

  .blog-list {
    grid-template-columns: repeat(1, 1fr); }

  #frames .action-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  #frames .accordion-button::after {
    margin-left: -15px; }

  #home-page #feature-video .feature-video__heading {
    font-size: 35px;
    width: 90%; } }

@media (max-width: 460px) {
  :root {
    --ym: 40px;
    --xm: 20px;
    --font_120: 3.5rem; }

  .nav-btn {
    display: none; }

  #primary-nav #menu-item-mobile-1670 {
    display: block;
    visibility: visible; }

  #why-choose-page #header {
    padding: 60px var(--xm) var(--ym) var(--xm); }

  #home-page #header .header__title {
    font-size: 9vw; }
    #home-page #intro .intro__buttons .btn-primary, #home-page #intro .intro__buttons .btn-secondary {
      width: 100%;
      display: block; }
    #home-page #customisation .customisation__button .btn-primary, #home-page #customisation .customisation__button .btn-secondary {
      width: 100%;
      display: block; }
    #home-page #sheds .sheds__btn {
      width: 100%;
      display: block; }
      #home-page #sheds .sheds__btn .btn-primary, #home-page #sheds .sheds__btn .btn-secondary {
        width: 100%;
        display: block; }

  #our-story-page #header .header__heading {
    margin-bottom: 40px;
    font-size: 5rem !important; }
    #our-story-page #header .header__wrap {
      flex-direction: column;
      align-items: center; }
    #our-story-page #header .header__col-1 {
      order: 2;
      width: 100%; }
    #our-story-page #header .header__col-2 {
      order: 1;
      width: 100%; }
    #our-story-page #header .header__image {
      max-width: 100%;
      margin-bottom: 20px;
      text-align: center; }
    #our-story-page #header .header__image img {
      max-width: 100px;
      margin: 0 auto; }

  #single-story #header .header__heading {
    font-size: 4rem; }
    #single-story #header .header__col-2 {
      font-size: 2rem; }
    #single-story #main-content .main__heading {
      font-size: var(--font_30); }
    #single-story #main-content .main__buttons .btn-primary, #single-story #main-content .main__buttons .btn-secondary {
      width: 100%;
      display: block; }

  #why-choose-page #header .header__heading {
    margin-bottom: 40px; }
    #why-choose-page #header .header__content {
      font-size: calc(var(--font_40) - 35%); }

  #customer-stories-page #header .header__title, #shed-range-page #header .header__title, #assembly-page #header .header__title, #assembly-partners-page #header .header__title {
    font-size: 12vw; }
    #customer-stories-page #header .header__image, #shed-range-page #header .header__image, #assembly-page #header .header__image, #assembly-partners-page #header .header__image {
      min-height: 500px; }

  #shed-range-page #intro .intro__wrap {
    gap: 0px; }
    #shed-range-page #intro .intro__heading {
      font-size: var(--font_30);
      margin-bottom: 40px; }
    #shed-range-page #intro .intro__buttons {
      width: 100%; }
    #shed-range-page #intro .intro__buttons .btn-primary, #shed-range-page #intro .intro__buttons .btn-secondary {
      width: 100%;
      display: block; }
    #shed-range-page #intro .intro__btn {
      max-width: 100%; }
    #shed-range-page #shed-grid #filters button {
      width: 33%; }
    #shed-range-page #shed-grid .grid-sizer, #shed-range-page #shed-grid .grid-item {
      width: 100%; }
    #shed-range-page #shed-grid .grid-item:last-child .shed__wrap {
      padding-bottom: 0px; }
    #shed-range-page #shed-grid .gallery {
      padding: var(--ym) var(--xm); }
    #shed-range-page #shed-range .shed__buttons {
      zoom: 1; }
    #shed-range-page #shed-range .shed__wrap {
      padding: 0px 10px 60px 10px; }
    #shed-range-page #accessories .acc__btn .btn-primary, #shed-range-page #accessories .acc__btn .btn-secondary {
      width: 100%;
      display: block; }

  #customise-shed-page #colours .colours__swatch {
    zoom: 0.8; }
    #customise-shed-page #colours .colours__heading {
      font-size: var(--font_60); }
    #customise-shed-page #doors .doors__types {
      flex-direction: column;
      gap: 20px; }
    #customise-shed-page #doors .doors__type {
      margin-bottom: 0px; }
    #customise-shed-page #doors .doors__buttons__mobile {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      width: 100%;
      justify-content: center;
      padding-top: 40px; }
    #customise-shed-page #doors .doors__btn {
      width: 100%;
      display: block; }
    #customise-shed-page #doors .doors__btn .btn-primary, #customise-shed-page #doors .doors__btn .btn-secondary {
      width: 100%;
      display: block; }
    #customise-shed-page #doors .doors__heading {
      font-size: var(--font_60); }
    #customise-shed-page #accessories .accs__grid {
      row-gap: 50px; }
    #customise-shed-page #accessories .accs__heading {
      font-size: var(--font_60); }
    #customise-shed-page #accessories .accs__name {
      margin: 20px 0px 20px 0px; }
    #customise-shed-page #accessories .accs__button {
      margin-top: 30px;
      width: 100%;
      display: block; }
    #customise-shed-page #accessories .accs__button .btn-primary, #customise-shed-page #accessories .accs__button .btn-secondary {
      width: 100%;
      display: block; }
    #customise-shed-page #customisation .customisation__buttons {
      display: none; }
    #customise-shed-page #customisation .customisation__buttons__mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 1 !important;
      gap: 20px;
      padding-top: 40px;
      width: 100%; }
    #customise-shed-page #customisation .customisation__btn {
      width: 100% !important; }
    #customise-shed-page #customisation .customisation__btn .btn-primary, #customise-shed-page #customisation .customisation__btn .btn-secondary {
      display: block;
      width: 100%; }

  #faqs-page #header .header__heading {
    margin-bottom: 0px; }

  #assembly-page #intro .intro__buttons {
    width: 100%;
    display: block; }
    #assembly-page #intro .intro__buttons .btn-primary, #assembly-page #intro .intro__buttons .btn-secondary {
      width: 100%;
      margin-bottom: 20px; }
    #assembly-page #tools {
      padding-bottom: 60px; }
    #assembly-page #tools .tools__item {
      width: 40%; }
    #assembly-page #tips .tips__title {
      margin-bottom: 40px; }
    #assembly-page #tips .tips__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 20px; }
    #assembly-page #videos .videos__caption {
      font-size: 16px; }
    #assembly-page #videos .videos__heading {
      font-size: var(--font_40); }

  #assembly-pdf-page #intro .intro__buttons {
    flex-direction: column; }
    #assembly-pdf-page #intro .intro__buttons .btn-primary, #assembly-pdf-page #intro .intro__buttons .btn-secondary {
      width: 100%;
      display: block; }

  #choose-shed-page .reveal {
    opacity: 1; }
    #choose-shed-page #intro .intro__content {
      font-size: var(--font_30); }
    #choose-shed-page #header .header__content {
      font-size: var(--font_30); }
    #choose-shed-page #sections .sections__buttons {
      padding-top: 40px; }
    #choose-shed-page #sections .sections__buttons .btn-primary, #choose-shed-page #sections .sections__buttons .btn-secondary {
      width: 100%;
      display: block; }
    #choose-shed-page #sections table {
      display: block;
      width: 100%; }
    #choose-shed-page #sections table thead {
      display: none; }
    #choose-shed-page #sections table tbody {
      display: block; }
    #choose-shed-page #sections table tr {
      display: block;
      margin-bottom: 15px; }
    #choose-shed-page #sections table td {
      display: block;
      width: 100% !important;
      padding: 0px;
      text-align: left; }
    #choose-shed-page #sections table td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block; }

  #store-locator-page #carousel h4 {
    padding-bottom: 40px; }
    #store-locator-page #carousel .carouselTicker__list {
      gap: 40px; }
    #store-locator-page #stockist-search-input {
      font-size: 18px !important; }

  #call-to-action .cta__button {
    width: 100%;
    display: block; }
    #call-to-action .cta__button .btn-primary, #call-to-action .cta__button .btn-secondary {
      width: 100%;
      display: block; }

  #stories .story__btn {
    width: 100%;
    display: block; }
    #stories .story__btn .btn-primary, #stories .story__btn .btn-secondary {
      width: 100%;
      display: block; }
    #stories .story__title {
      margin-bottom: 40px;
      font-size: var(--font_30); }

  #timeline .timeline__image {
    max-width: 80%;
    margin: 0px auto; }
    #timeline .timeline__col--right {
      padding-bottom: 40px; }
    #timeline .timeline__item.type-quote .timeline__content {
      padding-top: 0px !important; }

  #team .team__members {
    grid-template-columns: repeat(1, 1fr); }
    #team .team__members.stagger-children > * {
      opacity: 1; }

  .content__animated {
    font-size: 2.4rem !important;
    line-height: 120% !important; }

  #footer-wrap #menu-legal {
    flex-direction: column;
    gap: 0px; } }
