:root {
  --menu_height: 80px;
  --menu_position: relative; }

:root {
  --primary: #fff;
  --secondary: #24221f;
  --xm: 5%;
  --ym: 8%;
  --h1_size: 4rem;
  --h2_size: 4rem;
  --h3_size: 4rem;
  --h4_size: 1.25rem;
  --h5_size: 1.25rem;
  --h6_size: 1.25rem;
  --content_size: 0.9375rem;
  --nav_size: 0.9375rem;
  --button_size: 1.25rem;
  --font_64: 4rem;
  --font_20: 1.25rem;
  --font_18: 1.125rem;
  --font_15: 0.9375rem;
  --bs-body-font-family: 'Instrument Sans Regular', sans-serif;
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #fff;
  --bs-body-bg: #fff;
  --bs-primary: #fff;
  --bs-secondary: #24221f;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-background-color: transparent;
  --wpforms-button-text-color: #bab8b5; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #fff;
  font-family: 'Instrument Sans Regular', sans-serif;
  background: #24221f;
  font-weight: 400;
  zoom: 1;
  cursor: url('../images/cursor_sml.png') 20 20, auto; }

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

#holding-page {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #24221f;
  z-index: 9999; }
  #holding-page .page-top {
    width: 100%;
    padding: 20px 5%; }
    #holding-page .page-top .flex {
      display: flex;
      justify-content: flex-end; }
  #holding-page .page-middle {
    padding: 0px 40px 5% 40px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  #holding-page .page-btm {
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: -10vw;
    padding-bottom: 10vw; }
  #holding-page .holding__logo {
    position: relative;
    display: flex;
    min-height: 650px;
    max-width: 1350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    #holding-page .holding__logo .logo-gradient {
      position: absolute;
      opacity: 0.5;
      background: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(36, 34, 31, 0) 73%);
      width: 100%;
      height: 100%;
      filter: blur(100px); }
    #holding-page .holding__logo .logo-img {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
      #holding-page .holding__logo .logo-img img {
        width: 100%; }
    #holding-page .holding__contact {
      font-size: calc(var(--content_size) + 20%);
      text-align: center;
      padding-top: 80px; }
    #holding-page .holding__social {
      padding-top: 20px;
      font-size: 40px;
      text-align: center; }
  #holding-page .marquee__inner {
    animation: marquee 90s linear infinite;
    -webkit-animation: marquee 90s linear infinite; }
    #holding-page .marquee__inner span {
      font-family: 'NHaasGroteskDSPro-45Lt', serif;
      font-style: normal;
      font-weight: 400;
      font-size: var(--h4_size);
      line-height: 100%;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      padding: 0px !important; }

#loader {
  background: #24221f;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #loader .loader__gradient {
    position: absolute;
    background: #fff;
    background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.65) 35%, rgba(36, 34, 31, 0) 80%);
    width: 40%;
    height: 40%;
    filter: blur(100px);
    animation: pulse 5s ease-in-out 0s infinite normal none; }
    #loader .loader__content {
      color: #24221f;
      text-transform: uppercase;
      font-size: var(--font_18);
      z-index: 9; }

#nav {
  position: relative;
  top: 0px;
  z-index: 999;
  width: 100vw;
  padding: 20px var(--xm); }
  #nav header.menu-open {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow-y: hidden;
    overflow-x: hidden; }
    #nav header.menu-open .mainNavigation {
      opacity: 1; }
  #nav .burger.show {
    display: inline-block;
    width: auto;
    position: relative; }
  #nav .close.show {
    display: inline-block;
    width: auto;
    position: relative; }
  #nav .burger, #nav .close {
    display: none; }
  #nav .burger, #nav .close {
    cursor: pointer;
    position: relative;
    z-index: 99999;
    width: 60px;
    height: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s; }

.mainNavigation {
  opacity: 0;
  position: fixed;
  top: 0px;
  z-index: 5;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #24221f;
  transition: all 0.5s ease; }
  .mainNavigation .nav__menu {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none; }
    .mainNavigation .nav__menu ul {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5% 40px;
      margin: 0px; }
    .mainNavigation .nav__menu li {
      list-style: none;
      padding: 20px 0px; }
    .mainNavigation .nav__menu li a {
      display: block;
      color: #fff;
      font-family: 'NHaasGroteskDSPro-45Lt', serif;
      font-size: var(--font_64);
      text-transform: uppercase;
      line-height: 100%;
      transition: none !important;
      text-align: center; }
      .mainNavigation .nav__menu li a:hover {
        color: #fff !important; }
    .mainNavigation .nav__menu .nav-link {
      display: inline-block;
      position: relative;
      color: #fff; }
    .mainNavigation .nav__menu .nav-link:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: -4px;
      left: 0;
      background-color: #fff;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .mainNavigation .nav__menu .nav-link:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }

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

#home-page #intro {
  padding: var(--ym) var(--xm); }
  #home-page #intro .container-fluid .row {
    display: flex;
    align-items: center; }
  #home-page #intro .intro__logo {
    transition-delay: 0.8s; }
  #home-page #intro .intro__sml {
    transition-delay: 1.2s; }
    #home-page #intro .intro__sml img {
      max-width: 250px; }
  #home-page #intro .intro__lrge {
    transition-delay: 0.4s; }
    #home-page #intro .intro__lrge img {
      max-width: 666px; }
  #home-page #intro .intro__subheading {
    color: #fff;
    font-family: 'Instrument Sans Regular', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #home-page #intro .intro__content {
    margin-bottom: 36px;
    max-width: 660px; }
  #home-page #intro .welcome {
    margin-top: -50px; }
  #home-page #about {
    padding: var(--ym) var(--xm); }
  #home-page #quote {
    padding: var(--ym) var(--xm); }
  #home-page #quote .quote__content {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    text-transform: none !important;
    max-width: 1630px;
    margin: 0 auto; }
  #home-page #approach {
    padding: var(--ym) var(--xm); }
  #home-page #projects {
    padding-bottom: 5%; }
  #home-page #projects .projects__button {
    text-align: center; }

#studio-page #intro {
  padding: var(--ym) var(--xm); }
  #studio-page #intro .container-fluid .row {
    display: flex;
    align-items: center; }
  #studio-page #intro .intro__logo {
    transition-delay: 0.4s; }
  #studio-page #intro .intro__sml {
    transition-delay: 1.2s;
    text-align: center; }
    #studio-page #intro .intro__sml img {
      max-width: 250px; }
  #studio-page #intro .intro__lrge {
    transition-delay: 0.8s; }
    #studio-page #intro .intro__lrge img {
      max-width: 666px; }
  #studio-page #quote {
    padding: var(--ym) var(--xm); }
  #studio-page #quote .quote__content {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    text-transform: none !important;
    max-width: 1630px;
    margin: 0 auto; }
  #studio-page #approach {
    padding: var(--ym) var(--xm); }
  #studio-page #services {
    padding: var(--ym) var(--xm); }
  #studio-page #services .services__subheading {
    color: #fff;
    font-family: 'Instrument Sans Regular', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #studio-page #services .services__image {
    max-width: 390px;
    margin: 0 auto; }
  #studio-page #services .services__button {
    text-align: center;
    padding-top: 25px; }
  #studio-page #services .row {
    display: flex;
    align-items: center; }
  #studio-page #services .accordion-button {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18); }
  #studio-page #services .accordion-body {
    max-width: 495px;
    margin: 0 auto;
    font-size: var(--font_15);
    padding-bottom: 40px !important; }
  #studio-page #gallery {
    padding: var(--ym) var(--xm); }
  #studio-page #gallery .gal-1 {
    width: 75%; }
  #studio-page #gallery .gal-2 {
    width: 23%; }
  #studio-page #gallery #gallery-1 img {
    width: 100%; }
  #studio-page #gallery #gallery-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #studio-page #gallery #gallery-2 img {
    width: 100%;
    max-width: 250px; }
  #studio-page #gallery .row {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #studio-page #accolades {
    padding: var(--ym) var(--xm); }
  #studio-page #accolades .container-fluid {
    max-width: 666px;
    margin: 0 auto; }
  #studio-page #accolades .accolades__heading {
    color: #fff;
    font-family: 'Instrument Sans Regular', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }
  #studio-page #accolades .accolades__list {
    columns: 2;
    column-gap: 100px; }
  #studio-page #accolades .accolades__item {
    display: flex;
    column-gap: 40px;
    margin-bottom: 30px; }
  #studio-page #accolades .accolades__name {
    line-height: 100%; }
  #studio-page #projects {
    padding: var(--ym) var(--xm); }
  #studio-page #projects .projects__button {
    text-align: center; }
  #studio-page #projects .projects__subheading {
    color: #fff;
    font-family: 'Instrument Sans Regular', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #studio-page #projects #projects-slider .projects__item {
    padding: 5% 0px; }
    #studio-page #projects #projects-slider .projects__item:first-child {
      padding-top: 0px; }
  #studio-page #team {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #studio-page #team .team__subheading {
    color: #fff;
    font-family: 'Instrument Sans Regular', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-transform: none !important;
    font-size: var(--font_15); }
  #studio-page #team .team__heading {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%; }
  #studio-page #team .team__member {
    display: flex; }
  #studio-page #team .team__image {
    max-width: 390px;
    width: 100%; }
  #studio-page #team .team__details {
    width: 33%;
    padding-left: 24px; }
  #studio-page #team .team__name {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    padding: 4px 0px; }
  #studio-page #team .team__description {
    padding-top: 50px;
    line-height: 130%; }
  #studio-page #team .col-xl-6 {
    padding-bottom: 12%; }
  #studio-page #team .col-xl-6:last-child {
    padding-bottom: 0px; }
  #studio-page #team .col-xl-6:nth-last-child(2) {
    padding-bottom: 0px; }

#projects-page {
  padding: 0px var(--xm) var(--ym) var(--xm); }
  #projects-page #header .header__heading {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
    padding-bottom: 40px; }
  #projects-page #filter {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    padding: 10px 0px; }
  #projects-page #filter .filter__label {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    min-width: 15.5%;
    line-height: 250%; }
  #projects-page #filter .filter__cats {
    color: #bab8b5;
    display: block;
    width: 100%;
    line-height: 250%; }
  #projects-page #filter .filter__cat {
    padding-right: 7%;
    display: inline-block; }
    #projects-page #filter .filter__cat a {
      color: #bab8b5; }
    #projects-page #filter .filter__cat a.active {
      color: #fff;
      font-family: 'Instrument Sans Bold', sans-serif; }
  #projects-page .projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 62px;
    grid-auto-flow: column;
    min-width: 0;
    margin-top: 62px; }
  #projects-page .projects__item {
    padding: 0px; }
  #projects-page .slider__heading {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    line-height: 120%;
    margin-bottom: 5px; }
  #projects-page .slider__image {
    padding-bottom: 24px; }
  #projects-page .slider__image img {
    width: 100%;
    object-fit: cover; }
  #projects-page .slider__desc {
    columns: 1;
    column-gap: 0px;
    padding-top: 20px; }
  #projects-page .slider__buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #projects-page .slider__buttons .previous {
    margin-right: 12px; }
  #projects-page .slider__buttons .next, #projects-page .slider__buttons .previous {
    cursor: pointer;
    z-index: 9;
    position: relative; }
  #projects-page .slick-slider {
    max-width: 30vw !important; }
  #projects-page .item-1 {
    grid-area: 1 / 1 / 2 / 2; }
  #projects-page .item-1 .slider__image img {
    min-height: 36vw; }
  #projects-page .item-2 {
    grid-area: 1 / 2 / 2 / 3; }
  #projects-page .item-2 .slider__image img {
    min-height: 18vw; }
  #projects-page .item-3 {
    grid-area: 2 / 3 / 3 / 4; }
  #projects-page .item-3 .slider__image img {
    min-height: 36vw; }
  #projects-page .item-4 {
    grid-area: 3 / 1 / 4 / 2; }
  #projects-page .item-4 .slider__image img {
    min-height: 18vw; }
  #projects-page .item-5 {
    grid-area: 3 / 2 / 4 / 3; }
  #projects-page .item-5 .slider__image img {
    min-height: 36vw; }
  #projects-page .item-6 {
    grid-area: 3 / 3 / 4 / 4; }
  #projects-page .item-6 .slider__image img {
    min-height: 36vw; }
  #projects-page .item-7 {
    grid-area: 4 / 1 / 5 / 2; }
  #projects-page .item-7 .slider__image img {
    min-height: 36vw; }
  #projects-page .slick-slider {
    max-width: 30vw;
    width: 100%; }

#news-page {
  padding: 0px var(--xm) var(--ym) var(--xm); }
  #news-page #header .header__heading {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
    padding-bottom: 40px; }
  #news-page #filter {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    padding: 15px 0px; }
  #news-page #filter .filter__label {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    min-width: 15.5%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #news-page #filter .filter__cats {
    color: #bab8b5;
    display: block;
    width: 100%; }
  #news-page #filter .filter__dropdown {
    padding-right: 7%;
    display: inline-block; }
    #news-page #filter .filter__dropdown a {
      color: #bab8b5; }
    #news-page #filter .filter__dropdown a.active {
      color: #fff;
      font-family: 'Instrument Sans Bold', sans-serif; }
    #news-page #filter .filter__dropdown .form-control {
      font-size: var(--content_size) !important;
      color: #bab8b5 !important; }
  #news-page .news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 62px;
    grid-auto-flow: column;
    min-width: 0;
    margin-top: 62px; }
  #news-page .news__item {
    padding: 0px; }
  #news-page .news__title {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    line-height: 100%;
    margin-bottom: 5px; }
  #news-page .news__image {
    padding-bottom: 24px;
    display: block; }
  #news-page .news__image img {
    width: 100%;
    object-fit: cover; }
  #news-page .news__excerpt {
    padding-top: 20px; }
  #news-page .item-1 {
    grid-area: 1 / 2 / 2 / 3; }
  #news-page .item-1 .news__image img {
    min-height: 36vw; }
  #news-page .item-2 {
    grid-area: 1 / 3 / 2 / 4; }
  #news-page .item-2 .news__image img {
    min-height: 18vw; }
  #news-page .item-3 {
    grid-area: 2 / 1 / 3 / 2; }
  #news-page .item-3 .news__image img {
    min-height: 18vw; }
  #news-page .item-4 {
    grid-area: 2 / 3 / 3 / 4; }
  #news-page .item-4 .news__image img {
    min-height: 36vw; }
  #news-page .item-5 {
    grid-area: 3 / 2 / 4 / 3; }
  #news-page .item-5 .news__image img {
    min-height: 36vw; }
  #news-page .item-6 {
    grid-area: 3 / 3 / 4 / 4; }
  #news-page .item-6 .news__image img {
    min-height: 36vw; }
  #news-page .item-7 {
    grid-area: 4 / 1 / 5 / 2; }
  #news-page .item-7 .news__image img {
    min-height: 36vw; }
  #news-page .slick-slider {
    max-width: 30vw;
    width: 100%; }

body.category #news-page #filter #filter-category {
  color: #fff !important;
  font-family: 'Instrument Sans Bold', sans-serif; }

body.tag #news-page #filter #filter-tag {
  color: #fff !important;
  font-family: 'Instrument Sans Bold', sans-serif; }

#contact-page {
  padding: 5% var(--xm) 0px var(--xm); }
  #contact-page .contact__label {
    color: #bab8b5;
    padding-bottom: 18px; }
  #contact-page .contact__image {
    padding: 10% 0px; }
  #contact-page .contact__image img {
    max-width: 390px; }
  #contact-page .contact__wrap {
    max-width: 530px; }
  #contact-page .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, #contact-page .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, #contact-page .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #bab8b5 !important; }
  #contact-page textarea::placeholder {
    color: #bab8b5 !important; }
  #contact-page .wpforms-submit {
    font-size: var(--font_15) !important; }

#projects-slider .projects__item {
  padding: 5% var(--xm); }
  #projects-slider .projects__heading {
    font-family: 'Instrument Sans Bold', sans-serif;
    font-size: var(--font_18);
    line-height: 100%;
    margin-bottom: 10px; }
  #projects-slider .projects__footer {
    padding-top: 10px; }
  #projects-slider .slider__image img {
    width: 100%; }
  #projects-slider .slider__desc {
    columns: 2;
    column-gap: 40px; }
  #projects-slider .slider__buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #projects-slider .slider__buttons .previous {
    margin-right: 12px; }
  #projects-slider .slider__buttons .next, #projects-slider .slider__buttons .previous {
    cursor: pointer;
    z-index: 9;
    position: relative; }

.section__subheading {
  color: #fff;
  font-family: 'Instrument Sans Regular', sans-serif;
  font-size: var(--font_20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .section__heading {
    color: #fff;
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 15px; }
  .section__content {
    margin-bottom: 45px;
    max-width: 600px; }
  .section__image {
    text-align: center; }
  .section__image img {
    width: 100%;
    max-width: 250px; }
  .section__row {
    display: flex;
    align-items: center; }
  .section__image-left .row {
    flex-direction: row; }
  .section__image-right .row {
    flex-direction: row-reverse; }

#gallery-1, #gallery-2 {
  position: relative; }
  #gallery-1 img, #gallery-2 img {
    position: absolute;
    z-index: 1; }
  #gallery-1 img.active, #gallery-2 img.active {
    z-index: 3; }

#footer {
  padding: 20px;
  font-size: var(--content_size);
  background: #24221f;
  color: #fff; }
  #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer li {
    list-style: none;
    padding: 0px 10px;
    display: inline-block; }
  #footer a {
    color: #fff; }

#footer-logo {
  position: relative;
  display: flex;
  min-height: 600px;
  max-width: 1350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  #footer-logo .logo-gradient {
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(50% 30% at 50% 50%, #fff 0%, rgba(36, 34, 31, 0) 73%);
    width: 100%;
    height: 100%;
    filter: blur(100px); }
  #footer-logo .logo-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  #footer-logo .logo-img img {
    width: 100%;
    padding: 0px 40px; }

.show_desktop {
  display: block; }

.show_mobile {
  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: #fff !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: #fff; }
  a:hover {
    color: #fff; }

.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: 40px;
  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 {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #24221f; }
  .slick-dots li.slick-active button {
    background: #24221f !important; }

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

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 2s all ease; }

.reveal.active {
  transform: translateY(0);
  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; }

.marquee__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@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); } }

@keyframes pulse {
  0% {
    transform: scale(0.8); }

  50% {
    transform: scale(1.6); }

  100% {
    transform: scale(0.8); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'NHaasGroteskDSPro-45Lt', serif; }

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: #fff;
  line-height: 1.5em;
  font-weight: 400;
  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 {
  font-family: 'Instrument Sans Regular', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #bab8b5; }

.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 {
  font-family: 'Instrument Sans Regular', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Instrument Sans Regular', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #bab8b5; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Instrument Sans Regular', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-primary, .link {
  position: relative;
  text-decoration: none;
  display: inline-block; }
  .btn-primary::before, .link::before, .btn-primary::after, .link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 2px;
    background: #bab8b5;
    transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-primary::before, .link::before {
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0); }
  .btn-primary::after, .link::after {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right; }
  .btn-primary:hover::before, .link:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; }
  .btn-primary:hover::after, .link:hover::after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.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;
  border-bottom: 2px solid #fff; }

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

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

.accordion-body {
  background-color: transparent;
  color: #fff;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: var(--content_size);
  border-top: 2px solid #fff;
  font-family: 'Instrument Sans Regular', sans-serif;
  padding: 15px 0px !important; }

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

.accordion-button:focus {
  border: none;
  border-top: 2px solid #fff;
  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; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: #24221f !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important;
  cursor: pointer; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #fff !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: #24221f !important;
  border-color: #fff !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #fff !important;
    border-color: #fff !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #fff;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #24221f; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #24221f !important;
  border-color: #fff !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #24221f !important;
    border-color: #fff !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #fff;
    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] {
  font-family: 'Instrument Sans Regular', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #bab8b5;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer; }
  button[type=submit]:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    transition: 0.5s ease; }

select {
  background-color: #24221f !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important;
  cursor: pointer;
  border-bottom: 1px solid #24221f !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #fff !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: #24221f !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important;
  cursor: pointer;
  border-bottom: 1px solid #24221f !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #fff !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: #fff; }

.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: #24221f !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important;
  cursor: pointer; }
  .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: #fff !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: #24221f !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 5px 0px !important;
    cursor: pointer; }
  .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: #fff !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Instrument Sans Regular', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 0px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #bab8b5;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    transition: 0.5s ease; }
  .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 #fff !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: #fff !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: #24221f !important;
  color: #fff !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: #fff !important;
    color: #24221f !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: center; }
  .wpforms-submit-container button.button {
    font-family: 'Instrument Sans Regular', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 0px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #bab8b5;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #bab8b5; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    transition: 0.5s ease; }

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: transparent !important;
  color: #bab8b5 !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: transparent !important;
  color: #fff !important; }

.blog-list__item {
  margin-bottom: 20px; }
  .blog-list__image {
    width: 100%; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    margin-bottom: 10px;
    line-height: 120% !important; }
  .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; }

.pagination .page-link {
  color: #fff !important;
  background-color: #24221f !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #fff !important;
    background-color: #24221f !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #fff !important;
    background-color: #24221f !important;
    border: none !important; }

.card {
  background-color: #24221f !important;
  border: 1px solid #fff !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: #fff !important;
  --bs-table-striped-bg: #24221f !important;
  --bs-table-active-color: #24221f !important;
  --bs-table-active-bg: #fff !important;
  --bs-table-hover-color: #24221f !important;
  --bs-table-hover-bg: #fff !important;
  --bs-table-bg-type: #24221f !important;
  color: #fff;
  border-color: #fff; }

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

#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: #24221f !important;
  color: #fff; }
  #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: #fff !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: #fff;
    border: 2px solid #fff;
    color: #24221f; }
  #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: #24221f;
    border: 2px solid #fff;
    color: #fff; }
  #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: #fff; }
  #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 #fff; }
  #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: #fff; }
  #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: #fff;
    border-top: 2px solid #fff; }
  #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: #fff; }
  #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 #fff; }
  #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: #fff !important;
    color: #24221f; }
  #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: #24221f !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: transparent;
    border: 2px solid #24221f;
    color: #24221f; }
  #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: #24221f;
    border: 2px solid #24221f;
    color: #fff; }
  #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: #24221f; }
  #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 #24221f; }
  #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: #24221f; }
  #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: #24221f;
    border-top: 2px solid #24221f; }
  #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: #24221f; }
  #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 #24221f; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #testimonials.brand3, #custom-page #html.brand3, #custom-page #wysiwyg.brand3, #custom-page #spacer.brand3, #custom-page #specialties.brand3, #custom-page #header.brand3, #custom-page #banner.brand3 {
    background-color: #24221f !important;
    color: #24221f; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #testimonials.brand3 h1, #custom-page #html.brand3 h1, #custom-page #wysiwyg.brand3 h1, #custom-page #spacer.brand3 h1, #custom-page #specialties.brand3 h1, #custom-page #header.brand3 h1, #custom-page #banner.brand3 h1, #custom-page #cta.brand3 h2, #custom-page #accordion_split.brand3 h2, #custom-page #split-column.brand3 h2, #custom-page #marquee.brand3 h2, #custom-page #testimonials.brand3 h2, #custom-page #html.brand3 h2, #custom-page #wysiwyg.brand3 h2, #custom-page #spacer.brand3 h2, #custom-page #specialties.brand3 h2, #custom-page #header.brand3 h2, #custom-page #banner.brand3 h2, #custom-page #cta.brand3 h3, #custom-page #accordion_split.brand3 h3, #custom-page #split-column.brand3 h3, #custom-page #marquee.brand3 h3, #custom-page #testimonials.brand3 h3, #custom-page #html.brand3 h3, #custom-page #wysiwyg.brand3 h3, #custom-page #spacer.brand3 h3, #custom-page #specialties.brand3 h3, #custom-page #header.brand3 h3, #custom-page #banner.brand3 h3, #custom-page #cta.brand3 h4, #custom-page #accordion_split.brand3 h4, #custom-page #split-column.brand3 h4, #custom-page #marquee.brand3 h4, #custom-page #testimonials.brand3 h4, #custom-page #html.brand3 h4, #custom-page #wysiwyg.brand3 h4, #custom-page #spacer.brand3 h4, #custom-page #specialties.brand3 h4, #custom-page #header.brand3 h4, #custom-page #banner.brand3 h4, #custom-page #cta.brand3 h5, #custom-page #accordion_split.brand3 h5, #custom-page #split-column.brand3 h5, #custom-page #marquee.brand3 h5, #custom-page #testimonials.brand3 h5, #custom-page #html.brand3 h5, #custom-page #wysiwyg.brand3 h5, #custom-page #spacer.brand3 h5, #custom-page #specialties.brand3 h5, #custom-page #header.brand3 h5, #custom-page #banner.brand3 h5, #custom-page #cta.brand3 h6, #custom-page #accordion_split.brand3 h6, #custom-page #split-column.brand3 h6, #custom-page #marquee.brand3 h6, #custom-page #testimonials.brand3 h6, #custom-page #html.brand3 h6, #custom-page #wysiwyg.brand3 h6, #custom-page #spacer.brand3 h6, #custom-page #specialties.brand3 h6, #custom-page #header.brand3 h6, #custom-page #banner.brand3 h6, #custom-page #cta.brand3 p, #custom-page #accordion_split.brand3 p, #custom-page #split-column.brand3 p, #custom-page #marquee.brand3 p, #custom-page #testimonials.brand3 p, #custom-page #html.brand3 p, #custom-page #wysiwyg.brand3 p, #custom-page #spacer.brand3 p, #custom-page #specialties.brand3 p, #custom-page #header.brand3 p, #custom-page #banner.brand3 p {
    color: #24221f !important; }
  #custom-page #cta.brand3 .btn-primary, #custom-page #accordion_split.brand3 .btn-primary, #custom-page #split-column.brand3 .btn-primary, #custom-page #marquee.brand3 .btn-primary, #custom-page #testimonials.brand3 .btn-primary, #custom-page #html.brand3 .btn-primary, #custom-page #wysiwyg.brand3 .btn-primary, #custom-page #spacer.brand3 .btn-primary, #custom-page #specialties.brand3 .btn-primary, #custom-page #header.brand3 .btn-primary, #custom-page #banner.brand3 .btn-primary {
    background-color: transparent;
    border: 2px solid #24221f;
    color: #24221f; }
  #custom-page #cta.brand3 .btn-primary:hover, #custom-page #accordion_split.brand3 .btn-primary:hover, #custom-page #split-column.brand3 .btn-primary:hover, #custom-page #marquee.brand3 .btn-primary:hover, #custom-page #testimonials.brand3 .btn-primary:hover, #custom-page #html.brand3 .btn-primary:hover, #custom-page #wysiwyg.brand3 .btn-primary:hover, #custom-page #spacer.brand3 .btn-primary:hover, #custom-page #specialties.brand3 .btn-primary:hover, #custom-page #header.brand3 .btn-primary:hover, #custom-page #banner.brand3 .btn-primary:hover {
    background-color: #24221f;
    border: 2px solid #24221f;
    color: #24221f; }
  #custom-page #cta.brand3 .service__link a, #custom-page #accordion_split.brand3 .service__link a, #custom-page #split-column.brand3 .service__link a, #custom-page #marquee.brand3 .service__link a, #custom-page #testimonials.brand3 .service__link a, #custom-page #html.brand3 .service__link a, #custom-page #wysiwyg.brand3 .service__link a, #custom-page #spacer.brand3 .service__link a, #custom-page #specialties.brand3 .service__link a, #custom-page #header.brand3 .service__link a, #custom-page #banner.brand3 .service__link a {
    color: #24221f; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #testimonials.brand3 .accordion, #custom-page #html.brand3 .accordion, #custom-page #wysiwyg.brand3 .accordion, #custom-page #spacer.brand3 .accordion, #custom-page #specialties.brand3 .accordion, #custom-page #header.brand3 .accordion, #custom-page #banner.brand3 .accordion {
    border-bottom: 2px solid #24221f; }
  #custom-page #cta.brand3 .accordion-body, #custom-page #accordion_split.brand3 .accordion-body, #custom-page #split-column.brand3 .accordion-body, #custom-page #marquee.brand3 .accordion-body, #custom-page #testimonials.brand3 .accordion-body, #custom-page #html.brand3 .accordion-body, #custom-page #wysiwyg.brand3 .accordion-body, #custom-page #spacer.brand3 .accordion-body, #custom-page #specialties.brand3 .accordion-body, #custom-page #header.brand3 .accordion-body, #custom-page #banner.brand3 .accordion-body {
    color: #24221f; }
  #custom-page #cta.brand3 .accordion-button, #custom-page #accordion_split.brand3 .accordion-button, #custom-page #split-column.brand3 .accordion-button, #custom-page #marquee.brand3 .accordion-button, #custom-page #testimonials.brand3 .accordion-button, #custom-page #html.brand3 .accordion-button, #custom-page #wysiwyg.brand3 .accordion-button, #custom-page #spacer.brand3 .accordion-button, #custom-page #specialties.brand3 .accordion-button, #custom-page #header.brand3 .accordion-button, #custom-page #banner.brand3 .accordion-button {
    color: #24221f;
    border-top: 2px solid #24221f; }
  #custom-page #cta.brand3 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand3 .accordion-button:not(.collapsed), #custom-page #split-column.brand3 .accordion-button:not(.collapsed), #custom-page #marquee.brand3 .accordion-button:not(.collapsed), #custom-page #testimonials.brand3 .accordion-button:not(.collapsed), #custom-page #html.brand3 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand3 .accordion-button:not(.collapsed), #custom-page #spacer.brand3 .accordion-button:not(.collapsed), #custom-page #specialties.brand3 .accordion-button:not(.collapsed), #custom-page #header.brand3 .accordion-button:not(.collapsed), #custom-page #banner.brand3 .accordion-button:not(.collapsed) {
    color: #24221f; }
  #custom-page #cta.brand3 .accordion-button:focus, #custom-page #accordion_split.brand3 .accordion-button:focus, #custom-page #split-column.brand3 .accordion-button:focus, #custom-page #marquee.brand3 .accordion-button:focus, #custom-page #testimonials.brand3 .accordion-button:focus, #custom-page #html.brand3 .accordion-button:focus, #custom-page #wysiwyg.brand3 .accordion-button:focus, #custom-page #spacer.brand3 .accordion-button:focus, #custom-page #specialties.brand3 .accordion-button:focus, #custom-page #header.brand3 .accordion-button:focus, #custom-page #banner.brand3 .accordion-button:focus {
    border-top: 2px solid #24221f; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .header__heading {
    font-size: var(--h1_size);
    font-family: 'NHaasGroteskDSPro-45Lt', serif;
    line-height: 120%;
    padding: 0px;
    margin: 0px; }
  #custom-page #header .header__content {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #header .header__image {
    padding-top: 40px; }
    #custom-page #header .header__image img {
      width: 100%; }
  #custom-page #header .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #banner-wrap {
    width: 100vw;
    position: relative; }
  #custom-page #banner-wrap .banner-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; }
  #custom-page #banner-wrap .banner-video-bg {
    width: 100vw;
    overflow: hidden; }
  #custom-page #banner-wrap .banner-video-bg video {
    object-fit: cover;
    width: 100vw; }
  #custom-page #banner-wrap .banner-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%; }
  #custom-page #banner-wrap .banner-text {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #banner-wrap .banner-btn {
    margin-top: 40px; }
  #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(--h2_size);
    font-family: 'NHaasGroteskDSPro-45Lt', 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 #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
    #custom-page #marquee .marquee__inner span {
      font-family: 'NHaasGroteskDSPro-45Lt', serif !important;
      font-size: var(--h3_size);
      line-height: 100%;
      text-transform: none !important;
      padding: 0 10px !important;
      min-height: 60px; }
  #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: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--h2_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 #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: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--h2_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 #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-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: 'NHaasGroteskDSPro-45Lt', serif;
    font-size: var(--h2_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 #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: 'NHaasGroteskDSPro-45Lt', 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: 'NHaasGroteskDSPro-45Lt', 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 #fff !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: #fff; }
  #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: 1400px) {
  #home-page #intro .intro__logo, #studio-page #intro .intro__logo {
    padding-bottom: 40px; }
    #home-page #intro .welcome, #studio-page #intro .welcome {
      margin-top: 50px; }

  #studio-page #gallery .col-xl-9 {
    width: 70%; }
    #studio-page #gallery .col-xl-3 {
      width: 30%; }
    #studio-page #team .team__image {
      max-width: 43%; }
      #studio-page #team .team__details {
        width: 56%; }
      #studio-page #team .team__description {
        padding-top: 20px; }
    #studio-page #team .col-xl-6 {
      padding-bottom: 7%; } }

@media (max-width: 1200px) {
  :root {
    --font_64: calc(4rem - 100%); }

  #primary-nav .col-xl-4 {
    width: 33% !important; }
    #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt, #primary-nav .gm-menu-item__txt-wrapper {
      font-size: var(--font_64) !important; }
    #primary-nav .gm-navbar-nav .menu-item a.gm-anchor {
      padding: 20px 0px; }
    #primary-nav .gm-navbar-nav .menu-item a.gm-anchor:after {
      bottom: 23px; }

  #studio-page #services .services__image {
    margin: 0px !important; }
    #studio-page .col-xl-6:first-child {
      padding-left: 0px; }
    #studio-page .col-xl-6:last-child {
      padding-right: 0px; }
    #studio-page #gallery .col-xl-9 {
      width: 70%; }
      #studio-page #gallery .col-xl-3 {
        width: 30%; }
      #studio-page #gallery #gallery-2 img {
        max-width: 200px; }

  #contact-page .col-xl-5, #contact-page .col-xl-7 {
    width: 49%; } }

@media (max-width: 1023px) {
  #projects-slider .slider__desc, #projects-slider .col-xl-7 {
    display: none; }
    #projects-slider .slider__desc.show_mobile {
      display: block;
      padding-top: 10px; }
    #projects-slider .slider__year.show_mobile {
      display: block; }
    #projects-slider .col-xl-4 {
      width: 83% !important; } }

@media (max-width: 991.98px) {
  html {
    --wp-admin--admin-bar--height: 0px;
    margin-top: 0px !important; }

  #wpadminbar {
    display: none; }

  .admin-bar .gm-navigation-drawer {
    top: 0px;
    height: calc(100% - 0px); }

  #primary-nav {
    display: flex;
    flex-direction: row-reverse; }
    #primary-nav .col-xl-6, #primary-nav .col-xl-4 {
      width: 100% !important;
      margin: 0px;
      padding: 0px; }
    #primary-nav .phone {
      margin-bottom: 10px;
      display: inline-block; }
    #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt, #primary-nav .gm-menu-item__txt-wrapper {
      font-size: 5vw !important; }
    #primary-nav .gm-navbar-nav .menu-item a.gm-anchor {
      padding: 10px 0px; }
    #primary-nav .gm-navbar-nav .menu-item a.gm-anchor:after {
      bottom: 13px; }

  #home-page #intro, #studio-page #intro {
    padding-top: 100px; }
    #home-page #intro .intro__logo, #studio-page #intro .intro__logo {
      transition-delay: 0.4s;
      padding-bottom: 0px;
      text-align: center; }
      #home-page #intro .intro__sml, #studio-page #intro .intro__sml {
        transition-delay: 0.8s;
        text-align: center;
        padding: 100px 0px; }
      #home-page #intro .intro__lrge, #studio-page #intro .intro__lrge {
        transition-delay: 0s;
        margin: 0px calc(-1 * var(--xm) - 10px); }
        #home-page #intro .intro__lrge img, #studio-page #intro .intro__lrge img {
          width: 100%; }
      #home-page #intro .intro__content, #studio-page #intro .intro__content {
        max-width: 100%; }
    #home-page #intro .container-fluid .row, #studio-page #intro .container-fluid .row {
      flex-direction: column; }
      #home-page #intro .container-fluid .col-xl-6, #studio-page #intro .container-fluid .col-xl-6 {
        width: 100%; }
    #home-page #intro .welcome, #studio-page #intro .welcome {
      margin-top: 50px; }

  #studio-page #approach .section__heading {
    max-width: 75%; }
    #studio-page #approach .col-xl-6 {
      width: 100% !important; }
    #studio-page #services .container-fluid {
      max-width: 85%;
      margin: 0 auto; }
    #studio-page #services .services__image {
      margin: 0px auto !important;
      padding-bottom: 60px; }
      #studio-page #services .services__image img {
        width: 100%; }
    #studio-page #services .col-xl-6 {
      width: 100%; }
    #studio-page #gallery .col-xl-9 {
      width: 75%; }
    #studio-page #gallery .col-xl-3 {
      width: 25%; }
    #studio-page #gallery #gallery-2 img {
      max-width: 150px; }
    #studio-page #team {
      padding-top: 0px; }
    #studio-page #team .team__image {
      max-width: 50%; }
      #studio-page #team .team__details {
        width: 50%; }
      #studio-page #team .team__description {
        padding-top: 50px; }
    #studio-page #team .col-xl-6 {
      width: 100%;
      padding-bottom: 7%; }
      #studio-page #team .col-xl-6:last-child {
        padding-bottom: 7%; }
      #studio-page #team .col-xl-6:nth-last-child(2) {
        padding-bottom: 7%; }

  #projects-page {
    padding-top: var(--ym); }
    #projects-page #filter .filter__label {
      min-width: 20%; }
      #projects-page #filter .filter__cats {
        columns: 6; }
      #projects-page #filter .filter__cat {
        padding-right: 0px;
        min-width: 100px; }
    #projects-page .projects__footer .container-fluid .row {
      display: flex;
      flex-direction: column-reverse; }
    #projects-page .projects__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 14px;
      grid-row-gap: 40px;
      margin-top: 40px;
      grid-auto-flow: unset; }
    #projects-page .slider__image {
      padding-bottom: 5px; }
    #projects-page .slider__buttons {
      margin-top: -40px;
      margin-right: 10px; }
    #projects-page .col-xl-3 {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
    #projects-page .col-xl-9 {
      width: 100%; }
    #projects-page .item-1 {
      grid-area: unset; }
    #projects-page .item-2 {
      grid-area: unset; }
    #projects-page .item-3 {
      grid-area: unset; }
    #projects-page .item-4 {
      grid-area: unset; }
    #projects-page .item-5 {
      grid-area: unset; }
    #projects-page .item-6 {
      grid-area: unset; }
    #projects-page .item-7 {
      grid-area: unset; }
    #projects-page .slick-slider {
      max-width: 30vw;
      width: 100%; }

  #news-page {
    padding-top: var(--ym); }
    #news-page #filter .filter__label {
      min-width: 20%; }
      #news-page #filter .filter__cat {
        padding-right: 0px;
        min-width: 100px; }
    #news-page .news__footer .container-fluid .row {
      display: flex;
      flex-direction: column-reverse; }
    #news-page .news__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 14px;
      grid-row-gap: 40px;
      margin-top: 40px;
      grid-auto-flow: unset; }
    #news-page .item-1 {
      grid-area: unset; }
    #news-page .item-2 {
      grid-area: unset; }
    #news-page .item-3 {
      grid-area: unset; }
    #news-page .item-4 {
      grid-area: unset; }
    #news-page .item-5 {
      grid-area: unset; }
    #news-page .item-6 {
      grid-area: unset; }
    #news-page .item-7 {
      grid-area: unset; }

  #contact-page #contact.show_desktop {
    display: none; }
    #contact-page #contact.show_mobile {
      display: block; }
    #contact-page #contact .contact__wrap {
      max-width: 100%; }
    #contact-page #contact .details {
      padding-top: 100px; }
    #contact-page .col-xl-6, #contact-page .col-xl-12 {
      padding: 0px; }

  .section__content {
    max-width: 100%; }
    .section__image {
      text-align: center; }
    .section__image img {
      width: 100%;
      max-width: 250px; }
    .section__image-left .section__image {
      text-align: left; }
    .section__image-right .section__image {
      text-align: right; }

  #footer-logo {
    min-height: 55vw; }
    #footer-logo .logo-gradient {
      filter: blur(80px);
      width: 150%;
      height: 150%; } }

@media (max-width: 767px) {
  html {
    font-size: 16px; }

  :root {
    --font_64: calc(4rem - 150%);
    --ym: 60px;
    --xm: 40px; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt, #primary-nav .gm-menu-item__txt-wrapper {
    font-size: 7vw !important; }

  #home-page #intro, #studio-page #intro {
    padding-top: 100px; }
    #home-page #intro .intro__logo, #studio-page #intro .intro__logo {
      padding-left: 20px;
      padding-right: 20px; }
      #home-page #intro .intro__sml img, #studio-page #intro .intro__sml img {
        width: 100%;
        max-width: 72%;
        margin: 0 auto; }
      #home-page #intro .intro__subheading, #studio-page #intro .intro__subheading {
        margin-bottom: 10px; }
      #home-page #intro .intro__content, #studio-page #intro .intro__content {
        margin-bottom: 25px; }

  #studio-page #approach .section__heading {
    max-width: 100%; }
    #studio-page #services .container-fluid {
      max-width: 100%;
      margin: 0 auto; }
    #studio-page #services .services__image {
      margin: 0px auto !important;
      padding-bottom: 60px;
      max-width: 75%; }
      #studio-page #services .services__image img {
        width: 100%; }
    #studio-page #gallery .col-xl-9 {
      width: 100%; }
    #studio-page #gallery .col-xl-3 {
      width: 100%; }
    #studio-page #gallery .row {
      flex-direction: column-reverse; }
    #studio-page #gallery .gal-2 {
      padding-bottom: var(--ym); }
    #studio-page #gallery #gallery-2 {
      justify-content: center; }
      #studio-page #gallery #gallery-2 img {
        max-width: 30%; }
    #studio-page #accolades .accolades__list {
      columns: 1;
      column-gap: 0px; }
      #studio-page #accolades .accolades__item {
        justify-content: center; }
    #studio-page #team {
      padding-top: 0px; }
    #studio-page #team .team__image {
      max-width: 50%; }
      #studio-page #team .team__details {
        width: 50%; }
      #studio-page #team .team__description {
        padding-top: 30px; }

  #projects-page #header .header__heading {
    padding-bottom: 20px; }
    #projects-page #filter {
      flex-direction: column; }
    #projects-page #filter .filter__label {
      min-width: 100%; }
      #projects-page #filter .filter__cats {
        columns: 4; }
    #projects-page .projects__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 14px;
      grid-row-gap: 40px; }
    #projects-page .slick-slider {
      max-width: 43vw !important; }
    #projects-page .item-1 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-2 .slider__image img {
      min-height: 36vw; }
    #projects-page .item-3 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-4 .slider__image img {
      min-height: 36vw; }
    #projects-page .item-5 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-6 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-7 .slider__image img {
      min-height: 60vw; }

  #news-page #filter .filter__label {
    min-width: 30%; }
    #news-page #header .header__heading {
      padding-bottom: 20px; }
    #news-page .news__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 14px;
      grid-row-gap: 40px; }
    #news-page .item-1 .news__image img {
      min-height: 60vw; }
    #news-page .item-2 .news__image img {
      min-height: 36vw; }
    #news-page .item-3 .news__image img {
      min-height: 60vw; }
    #news-page .item-4 .news__image img {
      min-height: 36vw; }
    #news-page .item-5 .news__image img {
      min-height: 60vw; }
    #news-page .item-6 .news__image img {
      min-height: 60vw; }
    #news-page .item-7 .news__image img {
      min-height: 60vw; }

  #contact-page #contact .col-xl-6 {
    width: 50%; }

  .section__image {
    padding-bottom: 40px;
    text-align: center; }
    .section__image img {
      width: 100%;
      max-width: 100%; }
    .section__image-left .section__image {
      text-align: center; }
    .section__image-right .section__image {
      text-align: center; }
    .section__content {
      margin-bottom: 25px; }

  #projects-slider .col-xl-4 {
    width: 83% !important; }
    #projects-slider .col-xl-1 {
      width: 16% !important; }

  #footer .col-xl-6 {
    width: 50%; }

  #holding-page .page-btm {
    padding-bottom: 60px; }

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

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

@media (max-width: 575.98px) {
  #projects-slider .slider__desc {
    columns: 1;
    column-gap: 0px; }

  #home-page #projects .projects__button {
    padding-top: 60px; }

  #studio-page #team .team__heading {
    margin-bottom: 40px; }
    #studio-page #team .team__heading br {
      display: none; }
    #studio-page #team .team__member {
      display: flex;
      flex-direction: column;
      padding-bottom: 40px; }
    #studio-page #team .team__image {
      max-width: 100%;
      padding-bottom: 20px; }
    #studio-page #team .team__image img {
      width: 100%; }
    #studio-page #team .team__details {
      width: 100%;
      padding-left: 0px; }
    #studio-page #team .team__description {
      padding-top: 30px;
      line-height: 150%; }
    #studio-page #team .col-xl-6 {
      padding: 0px; }

  #projects-page #filter {
    flex-direction: column; }
    #projects-page #filter .filter__cats {
      columns: 3; }
    #projects-page .projects__grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px; }
    #projects-page .slick-slider {
      max-width: 85vw !important; }
    #projects-page .item-1 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-2 .slider__image img {
      min-height: 36vw; }
    #projects-page .item-3 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-4 .slider__image img {
      min-height: 36vw; }
    #projects-page .item-5 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-6 .slider__image img {
      min-height: 60vw; }
    #projects-page .item-7 .slider__image img {
      min-height: 60vw; }

  #news-page .news__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px; }
    #news-page .item-1 .news__image img {
      min-height: 60vw; }
    #news-page .item-2 .news__image img {
      min-height: 36vw; }
    #news-page .item-3 .news__image img {
      min-height: 60vw; }
    #news-page .item-4 .news__image img {
      min-height: 36vw; }
    #news-page .item-5 .news__image img {
      min-height: 60vw; }
    #news-page .item-6 .news__image img {
      min-height: 60vw; }
    #news-page .item-7 .news__image img {
      min-height: 60vw; }

  #holding-page .page-top.show_mobile .col-sm-6 {
    width: 50%; }

  #footer-logo {
    min-height: 55vw; }
    #footer-logo .logo-gradient {
      filter: blur(50px);
      width: 150%;
      height: 100%; } }

@media (max-width: 460px) {
  html {
    font-size: 15px; }

  :root {
    --font_64: calc(4rem - 200%);
    --ym: 80px;
    --xm: 20px; }

  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt, #primary-nav .gm-menu-item__txt-wrapper {
    font-size: 9vw !important; }
    #primary-nav .gm-navbar-nav .menu-item a.gm-anchor {
      padding: 10px 0px; }

  #home-page #intro, #studio-page #intro {
    padding-top: 60px; }
    #home-page #intro .intro__sml, #studio-page #intro .intro__sml {
      padding: 60px 0px; }
      #home-page #intro .intro__lrge, #studio-page #intro .intro__lrge {
        transition-delay: 0s; }

  #studio-page #services {
    padding-top: 0px; }
    #studio-page #services .services__image {
      margin: 0px !important;
      padding-bottom: 40px;
      max-width: 100%; }
    #studio-page #gallery #gallery-2 img {
      max-width: 45%; }
    #studio-page #accolades {
      padding: 40px var(--xm); }

  #projects-page {
    padding-top: 60px; }
    #projects-page #filter .filter__cats {
      columns: 2;
      line-height: 200%; }
    #projects-page .slick-slider {
      max-width: 91vw !important; }

  #footer-logo {
    min-height: 75vw; }
    #footer-logo .logo-gradient {
      filter: blur(40px);
      width: 150%;
      height: 150%; }

  #footer .col-xl-6 {
    width: 100%;
    text-align: center !important; }
    #footer .col-xl-6 br {
      display: none; } }

@media (max-width: 400px) {
  #holding-page .page-top.show_mobile .col-sm-6 {
    width: 100%; }
    #holding-page .page-top.show_mobile .text-end {
      text-align: left !important; } }

@media (max-width: 380px) {
  #contact-page #contact .col-xl-6, #contact-page #contact .col-xl-12 {
    width: 100%;
    padding: 0px; }
    #contact-page #contact .contact__phone {
      padding-bottom: 30px; }
    #contact-page #contact .contact__label {
      padding-bottom: 5px; } }
