:root {
  --color-1: #461d1d;
  --body-font: black;
  --color-two: #c9a978;
  --body-font-light: #9a9fb3;
  --body-font-dark: #100303;
  --color-one-light: lightgrey;
  --white: white;
  --color-two-dark: #251d11;
  --color-two-light: #f3dbb7;
  --color-one-dark: #004dc3;
  --dim-grey: #474747;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: #100101;
  flex-direction: column;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Bodoni Moda, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.8;
}

a {
  color: var(--color-1);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  color: var(--body-font);
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.7;
}

blockquote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #535f65;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--color-two);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--color-1);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  font-size: 1.4rem;
}

.button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.is--med {
  font-weight: 400;
}

.heading-large {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large.slide-in {
  text-transform: capitalize;
}

.heading-large.slide-in.tricks {
  text-transform: none;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 70vh;
  position: relative;
}

.z-1.short {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 60vh;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #f4f4f4;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.input {
  border: 1px solid var(--body-font-light);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .2rem;
  height: 2.6rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--body-font-dark);
  color: var(--color-one-light);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is--wide {
  max-width: 80rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  border: .125rem solid var(--color-1);
  color: var(--color-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: var(--color-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 3rem;
}

.padding-large {
  padding: 5rem 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge, .padding-xhuge {
  padding: 10rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.font-color-1 {
  color: var(--color-1);
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large.fix-top, .padding-vertical.padding-huge.fix-top {
  padding-top: 0;
}

.padding-vertical.padding-hero {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.padding-vertical.hero-in-padding {
  padding-top: 7rem;
}

.padding-vertical.padding-hero-simple {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.padding-vertical.hero-landing {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero {
  background-color: var(--body-font);
  color: var(--white);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer_component {
  background-color: var(--body-font-dark);
  color: var(--color-one-light);
  margin-top: auto;
  padding-top: 8rem;
}

.footer_component.landing-footer {
  padding-top: 0;
}

._2-grid-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._2-grid-col.v-align-center {
  align-items: center;
}

._2-grid-col.col-1-bigger {
  grid-template-columns: 1.75fr 1fr;
}

._3-gird-col {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

._3-gird-col.contrast-greay {
  filter: grayscale();
}

._3-gird-col.v-align-center {
  align-items: center;
}

._3-gird-col.pad--bot {
  padding-bottom: 5rem;
}

._4-grid-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._4-grid-col.contrast-gray {
  filter: grayscale();
}

._5-grid-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._6-grid-col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.titular_element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: grid;
}

.titular-element_hldr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-nav-component {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(rgba(35, 38, 50, .8), rgba(35, 38, 50, .8));
  justify-content: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-nav-component {
  z-index: 100;
  position: relative;
}

.main-nav-component.fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav-component.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primary-nav {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.primary-nav_nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-nav_nav-bar.align-center {
  justify-content: center;
}

.brand {
  width: 250px;
  display: block;
}

.primary-nav_desktop-nav-bar {
  grid-column-gap: 1.5rem;
  align-items: center;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.primary-nav_desktop-nav-bar.left {
  justify-content: flex-end;
}

.primary-nav_brgr {
  display: none;
}

.secundary-nav_nav-bar {
  justify-content: space-between;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.mobile-nav_nav-element {
  background-color: var(--color-two-dark);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-element_header {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.nav-element_body {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1.8rem;
  display: block;
}

.nav-element_footer {
  color: var(--color-two);
  text-align: center;
  height: 40px;
  font-size: .8rem;
}

.trgr-close.close {
  width: 2em;
  height: 2em;
}

.trgr-open.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  display: flex;
}

.brgr-pleca {
  background-color: #000;
  height: .2em;
}

.footer_legal {
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: .4rem;
  padding-bottom: 4rem;
  font-size: .8rem;
  display: flex;
}

.system-color-card {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 2rem;
  display: flex;
}

.system-color-card.color-one {
  background-color: var(--color-1);
}

.system-color-card.color-two {
  background-color: var(--color-two);
}

.system-color-card.color-three {
  background-color: #fb8500;
}

.system-color-card.color-four {
  background-color: var(--body-font);
}

.btn {
  border: 1px solid var(--color-1);
  background-color: var(--color-two);
  color: var(--body-font);
  text-align: center;
  padding: .8rem 1.4rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
}

.btn.brdr {
  border-color: var(--color-two-light);
  color: var(--color-two-light);
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr:hover {
  background-color: #4a443a;
}

.btn.brdr.dark {
  border-color: var(--color-two-dark);
  color: var(--color-two-dark);
  margin-bottom: 1rem;
}

.btn.brdr.dark:hover {
  color: var(--color-two-light);
}

.btn.brdr.dark.alt {
  text-align: left;
}

.btn.brdr.dark.alt:hover {
  color: var(--body-font);
  background-color: rgba(0, 0, 0, 0);
}

.btn.contrast {
  border-color: var(--color-two);
  background-color: var(--color-two);
  color: var(--body-font);
}

.btn.small {
  font-size: .8rem;
}

.btn.big {
  font-size: 1.2rem;
}

.btn.full-width {
  margin-right: 0;
  display: block;
}

.btn.just-text {
  color: var(--color-1);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.btn.just-text.small {
  padding: .2rem .5rem .1rem;
}

.btn.send {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.btn.white {
  background-color: var(--white);
  color: var(--color-1);
  border-style: none;
}

.btn.fw {
  width: 100%;
}

.btn-icon {
  background-color: var(--color-1);
  color: #fff;
  padding: .65em .6em .65em 1em;
  text-decoration: none;
  display: inline-block;
}

.btn-icon.brdr {
  border: 2px solid var(--color-one-dark);
  color: var(--color-one-dark);
  background-color: rgba(0, 0, 0, 0);
}

.btn-icon.brdr.small {
  font-size: .8rem;
}

.btn-icon.brdr.stretch {
  padding: .2em 0;
}

.btn-icon.brdr.stretch.small {
  margin-bottom: .4em;
}

.btn-icon.brdr.white {
  border-color: var(--white);
  color: var(--white);
}

.btn-icon.just-text {
  color: var(--color-1);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.btn-icon.just-text.light {
  color: var(--color-two-light);
}

.icon-btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  line-height: 1.6;
  display: flex;
}

.icon-btn_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-font {
  text-align: center;
  text-transform: lowercase;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  text-decoration: none;
}

.icon-font.icon-1x1-small {
  font-size: 1em;
}

.icon-font.icon-1x1-medium {
  font-size: 3em;
}

.icon-font.icon-1x1-large {
  font-size: 4em;
}

.btn-2 {
  text-align: center;
  background-color: #0663cc;
  border: 1px solid #0663cc;
  margin-bottom: 1.4em;
  margin-right: 1.4em;
  padding: .6em 2em;
  font-size: 1em;
  transition: all .2s ease-in-out;
}

.btn-2:hover {
  filter: brightness(80%);
}

.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  display: flex;
}

.close-btn {
  width: 35px;
  height: 35px;
}

.btn-nav {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: .3rem 0;
  font-size: .9rem;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
}

.btn-nav:hover {
  border-bottom-color: var(--white);
}

.btn-nav.w--current {
  border-bottom: 2px solid var(--color-two);
  color: var(--color-two);
}

.btn-nav.dropper {
  color: var(--color-one-light);
  padding-right: 2rem;
}

.btn-nav.cta {
  background-color: var(--color-two);
  color: var(--white);
  border-radius: .2rem;
  margin-left: 1rem;
}

.btn-nav.is--home.w--current {
  color: var(--white);
  border: 1px #000;
}

.accordion_header {
  color: var(--color-one-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  font-size: 1.4rem;
  display: flex;
}

.accordion_display {
  height: 0;
  overflow: hidden;
}

.accordion_content {
  background-color: var(--color-one-light);
  color: var(--body-font);
  padding: 1.4rem;
}

.footer-brand {
  width: 150px;
}

.footer-link {
  color: var(--color-one-light);
  font-size: 1rem;
  transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.shades-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.color-shade {
  min-height: 60px;
}

.color-shade.color-one {
  background-color: var(--color-1);
}

.color-shade.color-two {
  background-color: var(--color-two);
}

.color-shade.color-3 {
  background-color: #fb8500;
}

.color-shade.body-font {
  background-color: var(--body-font);
}

.color-shade.color-one-light {
  background-color: var(--color-one-light);
}

.color-shade.color-one-dark {
  background-color: var(--color-one-dark);
}

.color-shade.color-two-light {
  background-color: var(--color-two-light);
}

.color-shade.color-two-dark {
  background-color: var(--color-two-dark);
}

.color-shade.color-3-light {
  background-color: #ffd09c;
}

.color-shade.color-3-dark {
  background-color: #d06e00;
}

.color-shade.body-font-light {
  background-color: var(--body-font-light);
}

.color-shade.body-font-dark {
  background-color: var(--body-font-dark);
}

.font-color-1 {
  color: var(--color-1);
}

.font-color-2 {
  color: var(--color-two);
}

.font-color-3 {
  color: #fb8500;
}

.font-color-4 {
  color: var(--body-font);
}

.simple-card_image {
  position: relative;
}

.simple-card_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.4rem 1.8rem;
  display: grid;
}

.simple-card_content.align-center {
  text-align: center;
  justify-items: center;
}

.bullet-icon-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.bullet-icon-card_icon {
  background-color: var(--color-one-light);
  color: var(--color-one-dark);
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bullet-icon-card_icon.medium-size {
  width: 50px;
  height: 50px;
}

.btn-dropper_icon {
  margin-right: 10px;
}

.megamenu-dropper.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: fixed;
  left: 0%;
  right: 0%;
}

.megamenu {
  background-color: var(--white);
  border: 1px solid #fafafa;
  border-radius: .4rem;
  width: 100%;
  max-width: 64rem;
  min-height: 200px;
  padding: 1.4rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.form-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.required {
  color: #fb8500;
}

.address {
  background-color: #fafafa;
  border-radius: .2rem;
  padding: .8rem 1.5rem;
  font-style: normal;
}

.map-card {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.g-map {
  height: 100%;
}

.hover {
  z-index: 1;
  color: var(--color-one-light);
  background-color: rgba(37, 29, 17, .3);
  justify-content: center;
  align-items: center;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover_icon {
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3rem;
  font-size: 1.6rem;
  display: flex;
}

.system-modal-nav {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.system-section-bg-color {
  padding: 6rem 190px;
}

.system-section-bg-color.background-color-grey {
  background-color: var(--color-one-light);
}

.background-color-1 {
  background-color: var(--color-two-dark);
  position: relative;
}

.background-color-1.is-test {
  overflow: hidden;
}

.background-color-2 {
  color: var(--white);
  background-color: #1b1010;
  position: relative;
}

.background-color-2.is-test {
  overflow: hidden;
}

.btn-modal-nav {
  color: var(--color-two);
  background-color: rgba(0, 0, 0, 0);
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: 1.4rem;
  display: block;
}

.close.close-btn {
  color: var(--color-two);
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.accordion_icon {
  width: 26px;
  height: 26px;
}

.lightbox {
  cursor: crosshair;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox.small {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.system-botonera-hldr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.botonera {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.botonera.display-block {
  display: block;
}

.element-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.element-content-grid.align-center {
  text-align: center;
  justify-items: center;
}

.element-content-grid.full-widht {
  grid-template-rows: auto;
  justify-items: stretch;
}

.element-content-grid.medium-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.element-content-grid.large-gap {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
}

.element-content-grid.huge-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
}

.simple-card_icon-hldr {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.simple-card_icon {
  font-size: 3rem;
}

.tabs-component_tabs-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tabs-component_tab {
  background-color: var(--color-one-light);
  color: var(--color-1);
  text-align: center;
  margin-right: .8rem;
}

.tabs-component_tab.w--current {
  background-color: var(--color-1);
  color: var(--color-one-light);
}

.tabs-component_content {
  padding-top: 2rem;
}

.main-nav-component_bg-shade {
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-in {
  background-color: var(--color-two-dark);
  color: var(--color-one-light);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.hero-in.gallerybg {
  color: var(--white);
  background-image: linear-gradient(rgba(16, 16, 14, .6), rgba(16, 16, 14, .6)), url('../images/gallery-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-in.contact-us {
  background-image: linear-gradient(rgba(16, 16, 14, .6), rgba(16, 16, 14, .6)), url('../images/audie_team.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-in.v-tours {
  background-image: linear-gradient(rgba(37, 29, 17, .6), rgba(37, 29, 17, .6)), url('../images/Kitchen-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-in.testimonialbg {
  color: var(--white);
  background-image: linear-gradient(rgba(16, 16, 14, .6), rgba(16, 16, 14, .6)), url('../images/034-2763_wheaton_dr-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-label {
  color: var(--color-two);
  font-size: 1rem;
  font-weight: 200;
}

.text-label.light {
  color: var(--white);
}

.flex-element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.flex-element.align-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.icon-button {
  border: 1px solid var(--color-one-light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.icon-button:hover {
  border-color: var(--color-two);
  background-color: var(--color-two);
}

.footer-link-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

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

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-simple {
  background-color: var(--color-two);
  color: var(--color-one-light);
  text-align: center;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--color-1);
  color: var(--color-one-light);
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--color-1);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--color-1);
  color: var(--color-1);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff #4353ff var(--color-1);
  color: var(--color-1);
  background-color: #f5f5f5;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.text-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-content-grid.align-center {
  text-align: center;
  justify-items: center;
}

.text-content-grid.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-content-grid.align-left {
  align-items: start;
  justify-items: start;
}

.hero-bg {
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splash-page-wrapper {
  color: var(--white);
  background-image: url('../images/hero-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.splash-page-container {
  width: 600px;
  min-height: 100px;
}

.splash-page-brand {
  width: 60%;
}

.flex-row-elements {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flex-row-elements.align-center {
  justify-content: center;
}

.hero-landing {
  background-color: var(--color-1);
  color: var(--white);
}

.landing-form-card {
  background-color: var(--white);
  color: var(--body-font);
  padding: 2.25rem;
}

.form-block {
  margin-bottom: 0;
}

.cta-element {
  background-color: var(--color-1);
  color: var(--white);
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.cta-element-content {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.display-none {
  display: none;
}

.progress-bar-component {
  z-index: 110;
  background-color: var(--color-1);
  width: 100%;
  height: 8px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.progress-bar {
  background-color: var(--color-one-dark);
  width: 100%;
  height: 100%;
}

.fix-bottom-bar {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content {
  display: block;
}

.hero-wrapper {
  width: 100%;
}

.home-slider {
  z-index: 1;
  background-color: var(--body-font);
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/pexels-photo-186077.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.two {
  background-image: url('../images/pexels-photo-259588.jpeg');
}

.slide-2 {
  background-image: url('../images/pexels-photo-259588.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.hero-slide-image {
  z-index: 0;
  background-image: url('../images/pexels-photo-186077.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide-image.two {
  background-image: url('../images/pexels-photo-259588.jpeg');
}

.home-slider-shade {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: radial-gradient(circle, rgba(69, 69, 69, 0), #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide-arrow {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-right: 2.5rem;
  font-size: 1.2rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-slide-arrow.left {
  margin-left: 2.5rem;
  margin-right: 0;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  margin-bottom: 1.4rem;
  display: none;
}

.hero-leyend-hldr {
  z-index: 10;
  text-align: center;
  width: 70%;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-big-text {
  font-family: Bodoni Moda, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.hero-text-hldr {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pleca {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.pleca.golg {
  background-image: linear-gradient(135deg, var(--color-two), var(--color-two-light));
}

.lootie-circle {
  color: var(--color-two);
}

.section {
  color: var(--white);
  position: relative;
}

.section.full-height {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.big-welcome {
  text-align: center;
}

.welcome-text {
  font-size: 5rem;
  font-weight: 400;
}

.welcome-text.fade-up.tricks {
  font-size: 6rem;
}

.fw-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.fw-wrapper.is--70vh {
  height: auto;
}

.circle-element {
  border: 1px solid var(--color-1);
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
}

.circle-element.intro-us-location {
  width: 40rem;
  height: 40rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.circle-element.intro-us-location.test {
  background-image: url('../images/Asset-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  border-radius: 0%;
}

.circle-element.intro-us-location.test.high {
  top: 15%;
}

.scroll-nav {
  z-index: 100;
  background-color: #100303;
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cursor-zone {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.cursor-ab {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: relative;
}

.slider-trigger-right {
  z-index: 1;
  cursor: none;
  width: 20vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cursor-ab-icon {
  color: var(--color-two);
  position: absolute;
}

.right-cursor, .left-cursor {
  display: none;
}

.slider-trigger-left {
  z-index: 1;
  width: 20vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle-element-two {
  background-image: url('../images/shape-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #474747;
  border-radius: 0%;
  width: 20rem;
  height: 20rem;
}

.circle-element-two.audie-block-posotion {
  z-index: 0;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: -21%;
  right: auto;
}

.circle-element-two.awward-posotion {
  border-bottom-color: var(--dim-grey);
  position: absolute;
  top: auto;
  bottom: -13%;
  left: auto;
  right: -11%;
}

.circle-element-two.on-slider {
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: 0%;
}

.circle-element-two.testimonial {
  z-index: 1;
  opacity: .4;
  width: 65%;
  height: 35rem;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -15%;
}

.circle-element-two.testimonial.left {
  top: auto;
  left: -15%;
  right: auto;
}

.circle-element-two.testimonial-right-copy {
  z-index: 1;
  width: 50%;
  height: 35rem;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -15%;
}

.image-hldr {
  perspective: 100px;
  perspective-origin: 50%;
  transform-origin: 50%;
  position: relative;
  transform: perspective(100px);
}

.label-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-label-bar {
  background-color: var(--color-two);
  width: 100px;
  height: 1px;
}

.pride-passion-img {
  margin-left: auto;
  margin-right: auto;
}

.pleca-change-color-top {
  background-color: #100303;
  min-height: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pride-passion-text {
  width: 100%;
  max-width: 50%;
  min-height: 200px;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.quote-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 80%;
  margin: 2.6rem auto;
  display: flex;
}

.author-quote-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
}

.author-quote-card.is-right {
  justify-content: flex-end;
}

.auhor-pic {
  background-color: var(--color-1);
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

.auhor-pic.is--gold {
  background-color: var(--color-two);
}

.auhor-pic.is--grey {
  background-color: var(--body-font-light);
}

.qupte-slider-mask {
  width: 100%;
  overflow: visible;
}

.slide-3, .slide-4, .slide-5 {
  cursor: grabbing;
}

.quote-slide {
  cursor: grabbing;
  width: 100%;
}

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

.framed-image {
  box-shadow: 42px 42px #44351e;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.video-lightbox:hover {
  filter: brightness(80%);
}

.play-button {
  z-index: 2;
  border: 4px solid var(--color-two-light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: 1.6rem 1.2rem 1.6rem 1.8rem;
  display: flex;
  position: absolute;
}

.hals-block-background {
  z-index: 0;
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: overlay;
  background-image: url('../images/wheaton_drive.jpg'), url('../images/video-cover.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-big-text {
  font-family: Bodoni Moda, sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
}

.inver {
  filter: invert();
}

.footer-contact {
  color: var(--color-two);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .6rem;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
}

.element-footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-link {
  text-decoration: underline;
}

.heading-hero-in {
  font-size: 6rem;
  font-weight: 400;
}

.lightbox-brief {
  background-color: var(--white);
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.lighbox-img-hover {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.lightbox-zoom {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-zoom.bars-wine {
  background-image: url('../images/pexels-photo-259588.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.desk-team-element {
  position: relative;
}

.desk-team-pics {
  background-color: var(--color-1);
  min-height: 70vh;
  position: relative;
}

.desk-team-pic-1 {
  background-color: #b2ccef;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.desk-team-pic-2 {
  background-color: #e0c6a6;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.desk-team-pic-3 {
  background-color: #d49b9b;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.desk-team-pic-4 {
  background-color: #90eee6;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.desk-team-names {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.desk-team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(243, 219, 183, .26);
  flex-direction: column;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
}

.dt-card-brief {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-name {
  font-size: 3rem;
  font-weight: 400;
}

.dt-one.desk-team-card, .dt-two.desk-team-card, .dt-three.desk-team-card, .dt-four.desk-team-card {
  cursor: pointer;
}

.team-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  border: 1px solid #c9a978;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: .1rem;
  display: flex;
  position: relative;
}

.team-card_avatar {
  background-color: var(--color-two-light);
  filter: grayscale();
  border-radius: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 18.75rem;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  top: -2rem;
  overflow: hidden;
}

.team-card_avatar:hover {
  filter: none;
}

.team-card_brief {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 90%;
  display: flex;
  position: relative;
}

.team-card_job {
  border: 1px solid var(--color-two-light);
  color: var(--color-two-light);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: .4rem 1.6rem;
  font-size: .8rem;
}

.team-card_avatar-circle {
  border: 1px solid var(--color-two-light);
  border-radius: 100%;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-card-flex {
  background-color: #100303;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.4rem;
  display: flex;
}

.team-card-flex.option-b {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 22rem .5rem 2.5rem;
  position: relative;
}

.avatar-bg {
  z-index: 0;
  margin: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.avatar-shade {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #000, #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-avatar {
  position: absolute;
}

.byn-avatar {
  z-index: 1;
  position: absolute;
}

.gallery-card-borrar {
  justify-content: space-between;
  display: flex;
}

.gallery-lightbox {
  display: block;
}

.gallery-header-borrar {
  width: 100%;
  max-width: 50%;
  position: relative;
}

.gallery-title-borrar {
  color: var(--white);
  font-family: Bodoni Moda, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.gallery-body-borrar {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: var(--body-font-dark);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.4rem;
  display: flex;
}

.lightbox-cover {
  object-fit: cover;
  width: 160%;
  max-width: none;
}

.gallery-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-hldr {
  background-color: rgba(201, 169, 120, .3);
  background-image: url('../images/audie-benson.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  min-height: 60vh;
}

.gallery-card {
  background-color: #e1e1e1;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-card-bg {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gallery-card_col-one {
  z-index: 1;
  cursor: zoom-in;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.gallery-card_col-one:hover {
  filter: brightness(50%);
}

.gallery-card-two {
  z-index: 1;
  color: var(--white);
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.gallery-title {
  z-index: 1;
  color: var(--white);
  align-self: flex-start;
  font-size: 3rem;
  font-weight: 400;
  position: relative;
}

.blend-gradient {
  z-index: 0;
  background-color: var(--body-font-light);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-data {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(135deg, var(--color-two), var(--color-two-light));
  color: var(--color-1);
  text-transform: uppercase;
  align-self: flex-end;
  padding: .7rem 1.2rem .6rem;
  display: flex;
}

.gallery-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.gallery-bg.backyard {
  z-index: 0;
  background-image: url('../images/backyard-5.jpg');
  position: relative;
}

.gallery-bg.bar-wine {
  background-image: url('../images/Bar-Wine-1.jpg');
}

.gallery-bg.bedroom {
  background-image: url('../images/Bedroom-1.jpg');
}

.gallery-bg.bathroom {
  background-image: url('../images/Bathroom-1.jpg');
}

.gallery-bg.closet {
  background-image: url('../images/Closet-1.jpg');
}

.gallery-bg.entrance {
  background-image: url('../images/Entrance-1.jpg');
}

.gallery-bg.exterior {
  background-image: url('../images/Exterior-2.jpg');
}

.gallery-bg.fireplace {
  background-image: url('../images/Fireplace-1.jpg');
}

.gallery-bg.garage {
  background-image: url('../images/garage-8.jpg');
}

.gallery-bg.great-room {
  background-image: url('../images/Great-Room-1.jpg');
}

.gallery-bg.home-theatre {
  background-image: url('../images/Home-Theatre-1.jpg');
}

.gallery-bg.kichen {
  background-image: url('../images/Kitchen-1.jpg');
}

.gallery-bg.laundry {
  background-image: url('../images/Laundry.jpg');
}

.gallery-bg.lg-room {
  background-image: url('../images/Lower-Great-Room-1.jpg');
}

.gallery-bg.man-cave {
  background-image: url('../images/Man-Cave-1.jpg');
}

.gallery-bg.office {
  background-image: url('../images/Office-1.jpg');
}

.gallery-bg.staircase {
  background-image: url('../images/Staircase-1.jpg');
}

.gallery-bg.extra {
  background-image: url('../images/extra-2.jpg');
}

.d-forsale {
  align-self: flex-start;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gallery-blend {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--color-two-dark) 15%, white 56%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-vbg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-blending {
  z-index: 2;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(37, 29, 17, .4), rgba(37, 29, 17, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-lb {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vt-lightbox_hover {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  mix-blend-mode: multiply;
  background-image: linear-gradient(225deg, rgba(211, 211, 211, 0), rgba(59, 55, 51, .8) 74%, rgba(13, 9, 3, .95));
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3.4rem;
  padding-left: 3.4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vt-text {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play {
  z-index: 3;
  width: 5rem;
  position: absolute;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.lb-cover {
  z-index: 0;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  transform: scale(1.3);
}

.btn-nav-home {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: .3rem 0;
  font-size: .9rem;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
}

.btn-nav-home.w--current {
  border-bottom: 2px none var(--color-two);
  color: var(--white);
}

.btn-nav-home.dropper {
  color: var(--color-one-light);
  padding-right: 2rem;
}

.btn-nav-home.cta {
  background-color: var(--color-two);
  color: var(--white);
  border-radius: .2rem;
  margin-left: 1rem;
}

.btn-nav-home.is--home.w--current {
  color: var(--white);
  border: 1px #000;
}

._3-grid-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._3-grid-col.v-align-center {
  align-items: center;
}

._3-grid-col.col-1-bigger {
  grid-template-columns: 1.75fr 1fr;
}

._3-grid-col.is-lessgap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.logo-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.logo-holder {
  opacity: .4;
  width: 10%;
  height: auto;
  overflow: hidden;
}

.section-2 {
  background-color: var(--color-one-dark);
  height: 200vh;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 272px;
}

._1-grid-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._1-grid-col.v-align-center {
  align-items: center;
}

._1-grid-col.col-1-bigger {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2 {
  grid-template-rows: auto;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-bottom: 5rem;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-4.is--vert {
  flex-direction: column;
}

.image-alternating {
  width: 60vw;
  position: relative;
  overflow: hidden;
}

.img-dark {
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.web-link {
  font-weight: 500;
}

.gallery-title__wrap {
  width: 70%;
}

.testimonial-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-grid.is-alt {
  text-align: right;
  grid-template-columns: .75fr 3.5fr;
}

.block-quote-small {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.5;
}

.testimonial-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.div-block-7 {
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .8rem;
  }

  h3 {
    text-align: center;
  }

  p {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 3.6rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 8rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    height: 90vh;
  }

  ._5-grid-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .mobile-nav_nav-element {
    max-width: 70%;
  }

  .btn {
    font-size: .9rem;
  }

  .btn-nav {
    font-size: .7rem;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-big-text {
    font-size: 2rem;
  }

  .welcome-text {
    font-size: 3.6rem;
  }

  .fw-wrapper {
    height: auto;
  }

  .pride-passion-text {
    max-width: 80%;
  }

  .team-card {
    justify-content: space-between;
    height: 60vh;
    min-height: auto;
  }

  .team-card_brief {
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 2rem;
  }

  .team-card-flex.option-b {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-hldr {
    min-height: 25vh;
  }

  .gallery-card_col-one {
    padding-bottom: .6rem;
    padding-left: 2rem;
  }

  .gallery-card-two {
    padding-top: 0;
    padding-right: 0;
  }

  .gallery-title {
    font-size: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  ._3-grid-col.is-lessgap {
    align-content: space-around;
    justify-content: space-between;
  }

  .logo-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .logo-holder {
    object-position: 50% 50%;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
  }

  .logo_img {
    width: auto;
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  blockquote {
    font-size: 2rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 3rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.hero-in-padding {
    padding-bottom: 6rem;
  }

  .padding-vertical.hero-landing {
    padding-top: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero {
    height: 80vh;
  }

  ._2-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._3-gird-col {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._6-grid-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titular_element {
    grid-template-columns: 1fr;
  }

  .primary-nav_desktop-nav-bar {
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 80%;
  }

  .nav-element_header {
    justify-content: center;
  }

  .brgr-pleca {
    background-color: var(--color-two-light);
  }

  .brgr-pleca.one, .brgr-pleca.three {
    width: 80%;
  }

  .btn {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
  }

  .btn.mobile-full-width {
    margin-right: 0;
    display: block;
  }

  .btn.fw-mobile {
    width: 100%;
  }

  .brgr {
    height: 20px;
  }

  .footer-brand.w--current {
    order: -1;
    align-self: center;
  }

  .simple-card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .system-section-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-modal-nav {
    text-align: center;
    font-size: 2rem;
  }

  .hero-in.gallerybg, .hero-in.testimonialbg {
    height: auto;
  }

  .flex-element.fix-movile {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .hero-leyend-hldr {
    width: 95%;
  }

  .hero-big-text {
    font-size: 1.6rem;
  }

  .circle-element.intro-us-location {
    width: 30rem;
    height: 30rem;
  }

  .pride-passion-text {
    max-width: 100%;
  }

  .footer-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
  }

  .heading-hero-in {
    font-size: 4rem;
  }

  .team-card {
    height: 55vh;
  }

  .gallery-card_col-one {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: 2.1rem;
  }

  .gallery-card-two {
    flex: 0 auto;
  }

  .gallery-title {
    text-align: left;
  }

  .vt-text {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

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

  .testimonial-image-four {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._3-grid-col.is-lessgap {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._1-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .block-quote-small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 1.4rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.hero-landing {
    padding-top: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  ._2-grid-col, ._3-gird-col {
    grid-template-columns: 1fr;
  }

  ._4-grid-col {
    grid-template-columns: 1fr 1fr;
  }

  ._5-grid-col, ._6-grid-col {
    grid-template-columns: 1fr;
  }

  .primary-nav {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .brand {
    width: 160px;
  }

  .mobile-nav_nav-element {
    max-width: 100%;
  }

  .footer_legal {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.2em;
    font-weight: 500;
  }

  .btn-icon {
    font-size: 1rem;
  }

  .btn-2 {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.1em;
  }

  .btn-modal-nav {
    font-size: 1.8rem;
  }

  .botonera {
    grid-template-columns: auto;
  }

  .tabs-component_tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-component_tab {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .hero-big-text {
    font-size: 1.4rem;
  }

  .circle-element.intro-us-location {
    width: 20rem;
    height: 20rem;
  }

  .heading-hero-in {
    font-size: 3rem;
  }

  .gallery-hldr {
    min-height: 30vh;
  }

  .gallery-card_col-one {
    align-items: center;
    padding: 0 0 1.4rem;
  }

  .gallery-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 1.4rem;
  }

  .photo-data {
    color: var(--color-two-light);
    background-color: rgba(37, 29, 17, .6);
    background-image: none;
    justify-content: center;
    width: 100%;
  }

  .gallery-trigger {
    width: 100%;
  }

  .d-forsale, .div-block-2 {
    align-self: stretch;
  }

  .play {
    width: 3rem;
  }

  .container {
    max-width: none;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  ._3-grid-col {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  ._1-grid-col {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    padding-right: 2rem;
  }

  .testimonial-grid.is-alt {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 0;
  }

  .block-quote-small {
    font-size: 1.5rem;
  }
}

#w-node-b3bf62f0-ef73-71d3-5648-f595683d627b-2ef418d7, #w-node-ebd77f45-2cec-2f02-40d5-deb704134cdc-2ef418d7, #w-node-ebd77f45-2cec-2f02-40d5-deb704134cdd-2ef418d7, #w-node-f7f4d561-6a50-5736-aa7c-db96b5ee85bc-2ef418d7, #scroll-in-container.w-node-ebd77f45-2cec-2f02-40d5-deb704134ce0-2ef418d7, #w-node-_42a741fe-4c1a-ce23-8dc6-18eb2408a60a-2ef418d7, #w-node-b50d7c82-5eef-bd56-f2af-6b3238553f42-2ef418d7, #w-node-eaff7250-df78-f961-6b8d-c02ffc92267d-2ef418d7, #w-node-_662696e0-d239-3392-3f13-7ebcca47721b-2ef418d7, #w-node-_40f07f20-37f2-05b4-284b-8a7bc8c93d0a-2ef418d7, #w-node-cb62221b-0998-9b34-4713-1736af0d0ade-2ef418d7, #scroll-in-container.w-node-_40f07f20-37f2-05b4-284b-8a7bc8c93d0d-2ef418d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3157cdfe-a340-74cc-9871-03ee44c2e8ff-2ef418d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a058ad0d-c2de-0c78-d7b7-935645421401-2ef418d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_62725b8a-e95b-6b58-abd1-113218aea1ee-2ef418d7, #w-node-f562dd38-c869-20f4-c56b-67a998422efc-2ef418d7, #w-node-_2bf98489-eaad-562e-e97a-2c6159f3299e-2ef418d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_129d12bc-09b9-855e-fd60-d948b4c32e86-2ef418d7, #w-node-_129d12bc-09b9-855e-fd60-d948b4c32e87-2ef418d7, #scroll-in-container.w-node-_129d12bc-09b9-855e-fd60-d948b4c32e8b-2ef418d7, #w-node-_129d12bc-09b9-855e-fd60-d948b4c32e96-2ef418d7, #w-node-_129d12bc-09b9-855e-fd60-d948b4c32e97-2ef418d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35132e06-ea5b-490a-dfa5-81cd556efa79-2ef418d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35132e06-ea5b-490a-dfa5-81cd556efa7a-2ef418d7, #scroll-in-container.w-node-_35132e06-ea5b-490a-dfa5-81cd556efa7e-2ef418d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77499d15-9f44-f39a-df05-c723ae398a6a-2ef418d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac979d29-6a73-8aa0-7fd6-74a6a0757ae1-2ef418d7, #w-node-_9128e74b-cd0e-477d-adcc-c8775f87d685-2ef418d7, #w-node-_50325a0a-12dd-a15c-85e3-85a0a1b7f0e9-2ef418d7, #w-node-b1fc9a82-8e7f-77f6-8269-72c8789e54b1-2ef418d7, #w-node-_9c92811c-7092-be1e-65ab-d975c5555d6b-2ef418d7, #w-node-_28b836f3-49c5-cd91-f5bb-ae2775c1d65d-2ef418d7, #w-node-a65c7907-0f42-ac64-f84a-2e858cab0692-2ef418d7, #w-node-fbd37543-a295-ed7c-ffc4-dd2945af7e14-2ef418d7, #w-node-_2093edb1-bf61-3368-ca15-8443b932b578-2ef418d7, #w-node-_1919025f-7928-2a03-c9ef-fe97e3f895fc-2ef418d7, #w-node-_744eac97-62d7-05f0-078c-f1fb570cec39-2ef418d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3658676-eb99-d412-447c-d689e1fa0508-2ef418d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-e5005326-9037-56b4-bf2a-ca06b8728767-94e77f99, #w-node-e1ae69f2-1e14-1fa5-f544-2f2fcada15ff-94e77f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af56b4c6-f7e9-3a21-6df5-bfc092f04bfe-aaf418da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43070b7e-6697-8dd2-d47c-0f1d0c3575a5-aaf418da, #w-node-_11ba3e22-365e-7f10-f913-d22329f3a350-aaf418da, #w-node-_71baf278-0eea-199e-1449-63539cdb4848-aaf418da, #w-node-c5daf8d7-29d9-582f-1cf5-2d457a8d99e7-aaf418da, #w-node-_927003e1-fb89-3e45-6b39-8ba97b6936e3-aaf418da, #w-node-cea5c021-1dbc-05b8-40fb-e956dca5eda5-aaf418da, #w-node-c951f246-72a7-2452-3672-2a13a3aad321-aaf418da, #w-node-c951f246-72a7-2452-3672-2a13a3aad322-aaf418da, #w-node-_0e6a27ce-c503-72b1-7873-12f05bd29506-aaf418da, #w-node-_8d725f5f-26d7-6a32-ff32-a3828300b272-aaf418da, #w-node-_94f1e7d3-d591-5f86-7835-010beefabcab-aaf418da, #w-node-e2e714d4-43de-5901-b4a9-80e914c9e372-aaf418da, #w-node-b2ca788f-6eaf-3942-253b-f711c46b7008-aaf418da, #w-node-_1bf4d7dc-c804-7089-c80c-13fe4c22e323-aaf418da, #w-node-b846c8db-9a4d-b262-3cb7-bca0cf15070a-80f418db, #w-node-_26c6368b-bdfb-d52c-c120-a8fed94a48c3-80f418db, #w-node-caeec8a9-ba46-f667-ae0e-52056461bb0e-83f418dc, #w-node-e10551c4-b55d-d6d5-8eba-ca291c85b387-83f418dc, #w-node-_988d5d84-e236-b657-1590-e77f7e7552bd-83f418dc, #w-node-_014c7f12-6911-1442-3fe8-0f18e5109346-83f418dc, #w-node-_61b7bdcd-c787-85d7-c07f-81c713e29ce0-83f418dc, #w-node-ed821805-d179-4f47-c00c-246f322f69c0-83f418dc, #w-node-b1ec3422-7177-ec8e-6803-988ad3ce538b-83f418dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcca-83f418dc, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd0-83f418dc, #w-node-_8b8c4c21-353d-00c3-581e-6c4b922edcd6-83f418dc, #w-node-_99aba75a-ddf7-e29b-e984-a7daeaf659e3-83f418dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee1-83f418dc, #w-node-_090a2100-fa87-99a1-e336-45acef394bb8-83f418dc, #w-node-ddbbf711-20c2-5587-23a3-5a16501ff7da-83f418dc, #w-node-e81c0715-5d50-c28f-3cba-eb66cce21ee0-83f418dc, #w-node-f8248e99-068a-db40-b013-5a14569ea6c2-83f418dc, #w-node-_83946ab7-6250-d482-e922-244550ea4aca-83f418dc, #w-node-_83946ab7-6250-d482-e922-244550ea4acd-83f418dc, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffdea-83f418dc, #w-node-_5d96f85e-22b2-0016-a8e2-4901a06ffded-83f418dc, #w-node-_7b71d404-a807-926d-ede1-46949ab4e884-83f418dc, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f28c-83f418dc, #w-node-_3b668e10-80d5-3daa-ffad-beaaadaf668f-83f418dc, #w-node-e11cec5f-e03a-3ba6-0d39-addbb3581b39-83f418dc, #w-node-_99a044af-e5f4-df49-1082-518487983e43-83f418dc, #w-node-_97cf4d3d-b2d9-34fb-1cb5-810ca61968ed-83f418dc, #w-node-_57872768-dc98-85d0-fd39-1c9aeaa73ad7-83f418dc, #w-node-aaed85ab-9fef-67cb-e3b8-1778eca0f295-83f418dc, #w-node-e60aa262-1a66-736a-e8eb-6896371b7064-83f418dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-83f418dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08a39fab-9048-1306-fe14-144abb07c7fd-83f418dc, #w-node-_38937516-b5fd-046f-27b2-ef80968d09c4-83f418dc, #w-node-_4000eafc-4ace-50ca-3ceb-bc87f6c3cabc-83f418dc, #w-node-ff214ab4-a7d4-483b-d715-a9c956a8f372-83f418dc, #w-node-_290834a0-617a-4c45-26f4-8e71e5877a5e-83f418dc, #w-node-_98da05e5-af2c-824b-0757-4870697cc986-83f418dc, #w-node-_194f375f-8e58-eefe-c854-2a7f6c02e1e7-83f418dc, #w-node-_3f1ae1a8-bbe9-1720-42fb-bdc48e58c7a5-83f418dc, #w-node-_26181c85-623b-99ec-1c7e-7ddcc2cd2730-83f418dc, #w-node-_01be828e-2129-9994-ae57-51bd4539b0f3-83f418dc, #w-node-ff9275c1-4ff3-a440-d803-6512541634de-83f418dc, #w-node-ee13054c-7c29-26a0-365a-e21d7ed8b4b1-83f418dc, #w-node-f0e12622-cc47-e275-7eb1-4dfae5b3d4e4-a2f418dd, #w-node-f98c639b-6e6d-1b24-9b0f-7ed6892ea4f8-a2f418dd, #w-node-f38ca997-52b8-fbdf-7f1d-f267419bcb60-a2f418dd, #w-node-_1858de75-c223-c124-b937-57e41796fc5b-a2f418dd, #w-node-_7b47482f-f37d-406f-3a84-571b561b2472-78f418de, #w-node-_31506f22-a94b-aa2b-d309-955e9d82aebe-05f418e0, #w-node-_723aaaee-6ccd-bddb-07bf-2ed2c0bee48c-05f418e0, #w-node-_5300ea2f-801c-f29f-ba49-80ef5786c289-05f418e0, #w-node-_42f3d9f1-bc46-406e-1165-a061aa4bfc55-05f418e0, #w-node-_0824f59f-e005-5fbd-5a47-d2574da7d6e7-05f418e0, #w-node-a6f22e9f-65a1-114a-801b-464c612da599-05f418e0, #w-node-ee3ec7be-38b9-7719-2a74-5928dffac693-05f418e0, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb58-05f418e0, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb59-05f418e0, #w-node-f3fc8e39-f40c-6ca7-f6b6-692b0e23cb5a-05f418e0, #w-node-a3010ea2-c7fb-28f0-52d2-bbd36c1552ed-05f418e0, #w-node-_43d1c9e6-e120-eb80-c11f-fcfa552f53ea-05f418e0, #w-node-_22eb192a-80f1-cc95-b53a-bc3b67b4c892-05f418e0, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d6-05f418e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4d7-05f418e0, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4df-05f418e0, #w-node-_5c51ddf4-4288-caa1-a3ca-762fc480a4e7-05f418e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5acd2148-cfca-5a6b-e873-4ac94a43b6ea-05f418e0, #w-node-_0387630c-0de7-8a7d-b608-2f16157ce335-05f418e0, #w-node-_63881cc4-475f-2695-5fc1-d5c39e05adce-05f418e0, #w-node-a0f27b05-0dcc-dc98-defa-6964227c54d0-05f418e0, #w-node-_7dbba0b5-9cd5-5308-df75-6ab74307e2ca-05f418e0, #w-node-e676d4de-b8aa-815a-6814-1188162b89ce-05f418e0, #w-node-bef14f26-d0d5-9d60-8459-c06f5716fb0b-5716fb0b, #w-node-d980ae38-0b9e-6584-e258-79aacaa62c00-5716fb0b, #w-node-_8fa82d00-4a41-0802-7ad5-d2cff9cb9e99-f9cb9e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1245fad-0179-628b-d7f9-3d3986e9f826-267eabe7, #w-node-_149a618d-ff0f-4454-1e4b-959a86cf2612-267eabe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe95f05c-a6ac-5a0e-ad25-0a60e13ccf8f-267eabe7, #w-node-c430ca4a-c3af-3296-d6a2-2864a05e329d-267eabe7, #w-node-_328523f2-ca49-bc1e-7ad0-65cc4c54f8f7-267eabe7, #w-node-_39b96daa-756b-cfc5-ac79-0675c2c0e320-267eabe7, #w-node-_273be49c-a5a6-8efe-7648-7a995b6fb86d-267eabe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2020d45-6766-0962-2d73-9309c42322b0-267eabe7, #w-node-_47f133ed-0142-26be-81f9-656da263adab-267eabe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97a80e24-80d9-7eac-d769-09f76cc5c101-267eabe7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c026f9cb-4561-f8d3-9b15-ce25b297cbd7-267eabe7, #w-node-_3f728052-f5e3-d84f-9ebb-ab021581a30d-267eabe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_833c14f9-db38-c62c-c537-28dd04e0c108-267eabe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9a09320-b2da-c4ad-62c2-c84bcf27fbe7-267eabe7, #w-node-_3df7ae1a-7847-17fb-7049-394ca55e11b1-267eabe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ae1627d-6e4b-9b15-2de1-b6abd5dc97aa-267eabe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e05904e-46c2-bd6c-fb44-de48b9dd547d-267eabe7, #w-node-ed9b1490-c6f5-b3ab-f7fa-3ea7fb8f6313-267eabe7, #w-node-_457da547-9bc2-df4e-4dd1-797710f41575-267eabe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83ed02b4-6c89-d664-417f-54722b69b226-ccb4f48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890b5819-973c-9604-2bfe-1528b01e2df4-ccb4f48c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8695e03-cd1f-90b4-7e29-366d045ce930-ccb4f48c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4428d7a8-846a-f528-dc9c-89ed80520cb5-ccb4f48c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7ab6d236-3c2e-45e2-c074-29a3616645b7-ccb4f48c {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1f337471-7d5a-409f-8a8d-b2d2c4808c99-ccb4f48c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1558e52-90fd-47c5-b205-7085dbdf4bbf-ccb4f48c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bf9206d3-e98d-a20a-1bf3-af08d91c6518-ccb4f48c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_69bd9e89-eb89-8254-701d-e93731fee449-ccb4f48c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1dab2e1a-c3b9-456d-ed40-d63dbaba2254-ccb4f48c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b476aa-0814-6478-55ef-01d041fec886-ccb4f48c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_982004c2-b64e-3462-0a31-a86a74233fa5-ccb4f48c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_451ec1f2-a22d-cb0b-45e4-f313ca706107-ccb4f48c {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-b1245fad-0179-628b-d7f9-3d3986e9f826-00c78d4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c0c1760-114e-47f7-5bba-ae8a3efb0561-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75d69691-8d61-9715-c6e1-18e4d89cc41d-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f0d9c92-6e34-26dd-65f7-c20160974972-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd3a013-4028-2ddd-2cd8-133e4419058f-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_607641b1-1cb3-c205-e995-33f8e925a797-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fdbc489-369c-0053-f8f6-7d5780fbe16c-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e46ec043-d401-3ae6-9df4-dfd8bcc668e6-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f55c8a2-f112-d1aa-6d39-9e4860a7445d-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e17b43f4-a646-41f6-bacf-f06306514c58-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51e21c2-1fa2-be15-16f6-efdaf6532407-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41cd02dc-2b6a-8ded-f2e5-e2144f7f6860-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c173d121-9549-ea38-0bc9-b34c88d16618-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40c6e1a3-430f-7863-28cb-b54ce75707ca-00c78d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5593827f-b3f9-9a87-ce06-4e0b8ca11528-00c78d4f {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a058ad0d-c2de-0c78-d7b7-935645421401-2ef418d7, #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-83f418dc, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c430ca4a-c3af-3296-d6a2-2864a05e329d-267eabe7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_328523f2-ca49-bc1e-7ad0-65cc4c54f8f7-267eabe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_39b96daa-756b-cfc5-ac79-0675c2c0e320-267eabe7, #w-node-_273be49c-a5a6-8efe-7648-7a995b6fb86d-267eabe7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97a80e24-80d9-7eac-d769-09f76cc5c101-267eabe7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3f728052-f5e3-d84f-9ebb-ab021581a30d-267eabe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_833c14f9-db38-c62c-c537-28dd04e0c108-267eabe7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3df7ae1a-7847-17fb-7049-394ca55e11b1-267eabe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ae1627d-6e4b-9b15-2de1-b6abd5dc97aa-267eabe7, #w-node-_1e05904e-46c2-bd6c-fb44-de48b9dd547d-267eabe7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed9b1490-c6f5-b3ab-f7fa-3ea7fb8f6313-267eabe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8695e03-cd1f-90b4-7e29-366d045ce930-ccb4f48c {
    grid-column-end: 4;
  }

  #w-node-_4428d7a8-846a-f528-dc9c-89ed80520cb5-ccb4f48c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_7ab6d236-3c2e-45e2-c074-29a3616645b7-ccb4f48c {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d1558e52-90fd-47c5-b205-7085dbdf4bbf-ccb4f48c {
    grid-column-end: 4;
  }

  #w-node-bf9206d3-e98d-a20a-1bf3-af08d91c6518-ccb4f48c, #w-node-_69bd9e89-eb89-8254-701d-e93731fee449-ccb4f48c {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-b5b476aa-0814-6478-55ef-01d041fec886-ccb4f48c {
    grid-column-end: 4;
  }

  #w-node-_982004c2-b64e-3462-0a31-a86a74233fa5-ccb4f48c {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_451ec1f2-a22d-cb0b-45e4-f313ca706107-ccb4f48c {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a058ad0d-c2de-0c78-d7b7-935645421401-2ef418d7, #w-node-c87c9fbd-6f42-be5f-bd70-a913e1534d83-83f418dc, #w-node-_5686c67e-5df6-90cf-fb18-4b160bd5b965-0bd5b964 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_273be49c-a5a6-8efe-7648-7a995b6fb86d-267eabe7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_97a80e24-80d9-7eac-d769-09f76cc5c101-267eabe7 {
    grid-row: span 1 / span 1;
  }

  #w-node-d8695e03-cd1f-90b4-7e29-366d045ce930-ccb4f48c {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4428d7a8-846a-f528-dc9c-89ed80520cb5-ccb4f48c {
    grid-row: 3 / 3;
    grid-column-end: 3;
  }

  #w-node-_7ab6d236-3c2e-45e2-c074-29a3616645b7-ccb4f48c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d1558e52-90fd-47c5-b205-7085dbdf4bbf-ccb4f48c {
    grid-column: span 2 / span 2;
  }

  #w-node-bf9206d3-e98d-a20a-1bf3-af08d91c6518-ccb4f48c, #w-node-_69bd9e89-eb89-8254-701d-e93731fee449-ccb4f48c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5b476aa-0814-6478-55ef-01d041fec886-ccb4f48c {
    grid-column-end: 3;
  }

  #w-node-_982004c2-b64e-3462-0a31-a86a74233fa5-ccb4f48c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_451ec1f2-a22d-cb0b-45e4-f313ca706107-ccb4f48c {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1ae69f2-1e14-1fa5-f544-2f2fcada15ff-94e77f99 {
    justify-self: center;
  }

  #w-node-fe95f05c-a6ac-5a0e-ad25-0a60e13ccf8f-267eabe7, #w-node-c430ca4a-c3af-3296-d6a2-2864a05e329d-267eabe7, #w-node-_39b96daa-756b-cfc5-ac79-0675c2c0e320-267eabe7, #w-node-_273be49c-a5a6-8efe-7648-7a995b6fb86d-267eabe7, #w-node-_97a80e24-80d9-7eac-d769-09f76cc5c101-267eabe7, #w-node-c026f9cb-4561-f8d3-9b15-ce25b297cbd7-267eabe7, #w-node-_833c14f9-db38-c62c-c537-28dd04e0c108-267eabe7, #w-node-c9a09320-b2da-c4ad-62c2-c84bcf27fbe7-267eabe7, #w-node-_0ae1627d-6e4b-9b15-2de1-b6abd5dc97aa-267eabe7, #w-node-_1e05904e-46c2-bd6c-fb44-de48b9dd547d-267eabe7, #w-node-_457da547-9bc2-df4e-4dd1-797710f41575-267eabe7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_75d69691-8d61-9715-c6e1-18e4d89cc41d-00c78d4f {
    grid-column: 1 / 2;
  }

  #w-node-_6fd3a013-4028-2ddd-2cd8-133e4419058f-00c78d4f, #w-node-_3fdbc489-369c-0053-f8f6-7d5780fbe16c-00c78d4f, #w-node-a51e21c2-1fa2-be15-16f6-efdaf6532407-00c78d4f, #w-node-c173d121-9549-ea38-0bc9-b34c88d16618-00c78d4f, #w-node-_5593827f-b3f9-9a87-ce06-4e0b8ca11528-00c78d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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