:root {
  --white: white;
  --fonts--body: Roboto, sans-serif;
  --body-text-dark: rgba(10, 10, 10, .7);
  --fonts--headings: Roboto, sans-serif;
  --neutral-800: #2c2c2c;
  --neutral-900: #0a0a0a;
  --primary-light: #fff8ee;
  --neutral-600: #5c5c5c;
  --red-400: #d92525;
  --body-text-light: rgba(245, 245, 245, .7);
  --neutral-50: whitesmoke;
  --neutral-500: #838383;
  --primary-dark: #494239;
  --red-100: #ffebed;
  --black-shade-80: rgba(0, 0, 0, .8);
  --primary-darker: #050300;
  --black-shade-40: rgba(0, 0, 0, .4);
  --broders: rgba(131, 131, 131, .25);
  --white-shade-80: rgba(255, 255, 255, .8);
  --neutral-300: #cacaca;
  --shadow-10: rgba(131, 131, 131, .1);
  --primary-brand: #a27a62;
  --primary-lighter: #fdfbfa;
  --neutral-700: #494949;
  --shadow-40: rgba(131, 131, 131, .4);
  --neutral-400: #a4a4a4;
  --neutral-200: #dedede;
  --neutral-100: #ebebeb;
  --orange-400: #f28022;
  --orange-300: #fd9b27;
  --orange-200: #fecd88;
  --orange-100: #fff3e2;
  --blue-400: #069adf;
  --blue-300: #0aa8ee;
  --blue-200: #81d3f6;
  --blue-100: #e1f5fd;
  --red-300: #f93c2a;
  --red-200: #eb706d;
  --green-400: #17903a;
  --green-300: #2eb14e;
  --green-200: #74c984;
  --green-100: #e8f5e6;
  --white-shade-40: rgba(255, 255, 255, .4);
  --black-shade-60: rgba(0, 0, 0, .6);
  --black-shade-20: rgba(0, 0, 0, .2);
  --black: black;
  --white-shade-60: rgba(255, 255, 255, .6);
  --white-shade-20: rgba(255, 255, 255, .2);
  --shadow-70: rgba(131, 131, 131, .7);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--white);
  font-family: var(--fonts--body);
  color: var(--body-text-dark);
  letter-spacing: .02rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

h6 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral-900);
  padding: 0;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xs {
  align-self: flex-end;
  padding: .5rem;
}

.padding-sm {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  padding: 1rem;
  position: static;
}

.padding-md {
  padding: 2rem;
}

.padding-lg {
  padding: 3rem;
}

.padding-xl {
  padding: 4rem;
}

.padding-xxl {
  padding: 5rem;
}

.padding-hg {
  padding: 6rem;
}

.padding-xhg {
  padding: 8rem;
}

.padding-xxh {
  padding: 12rem;
}

.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 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-lg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
}

.padding-vertical.padding-sm, .padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-sm {
  margin: 1rem;
}

.margin-md {
  margin: 2rem;
}

.margin-lg {
  margin: 3rem;
}

.margin-xl {
  margin: 4rem;
}

.margin-xxl {
  margin: 5rem;
}

.margin-hg {
  margin: 6rem;
}

.margin-xh {
  margin: 8rem;
}

.margin-xxh {
  margin: 12rem;
}

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

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

.show {
  display: block;
}

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

.position-fixed {
  position: fixed;
}

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

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

.hide {
  display: none;
}

.padding-global {
  width: 100%;
  height: 100%;
  flex: 1;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

.show-tablet {
  display: none;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-auto {
  overflow: auto;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.show-mobile {
  display: none;
}

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

.position-absolute {
  position: absolute;
}

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

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

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

.position-relative {
  position: relative;
}

.max-width-lg {
  width: 100%;
  max-width: none;
  align-self: flex-start;
  padding-right: 0;
}

.container-full {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  min-height: auto;
  flex-direction: row;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-full.frame {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.header {
  z-index: 500;
  margin-top: -5rem;
  margin-bottom: 3rem;
}

.style---classes {
  display: none;
}

.section-padding-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-padding-md {
  flex: 1;
  align-self: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading-sm {
  color: var(--neutral-900);
  text-transform: none;
  order: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
}

.style---column-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.display-xl {
  min-width: 40px;
  color: var(--primary-light);
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 94px;
  line-height: 1.1;
}

.text-size-md {
  width: 100%;
  color: var(--neutral-600);
  flex: 0 auto;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
}

.subtitle {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: .75rem;
}

.subtitle.text-color-primary {
  width: auto;
  color: var(--red-400);
  -webkit-text-stroke-color: var(--red-400);
}

.heading-md {
  color: var(--red-400);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-md.color-primary {
  color: var(--red-400);
}

.heading-md.text-color-white {
  padding-right: 0;
}

.heading-lg {
  color: var(--neutral-900);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-lg.text-color-white, .heading-lg.text-color-white2 {
  width: 61%;
  margin-left: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.section-padding-xl {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-padding-xxl {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.section-padding-hg {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

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

.text-size-xs {
  font-size: .75rem;
  font-weight: 400;
}

.text-size-tiny {
  font-size: .625rem;
  font-weight: 400;
}

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

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

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

.heading-xs {
  color: var(--neutral-900);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

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

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

.text-muted {
  opacity: .4;
}

.text-all-caps {
  letter-spacing: .2rem;
  text-transform: uppercase;
}

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

.text-underline {
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.rich-text {
  padding: 2rem;
}

.rich-text h6 {
  font-weight: 600;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text.max-width-lg img {
  border-radius: 1rem;
}

.rich-text.max-width-lg blockquote {
  border-left-style: none;
  font-weight: 500;
}

.rich-text p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.rich-text.on-dark {
  color: var(--body-text-light);
}

.rich-text.on-dark img {
  border-radius: 1rem;
}

.rich-text.on-dark h2 {
  color: var(--neutral-50);
}

.rich-text.on-dark blockquote {
  background-color: var(--body-text-light);
  color: var(--neutral-900);
  border-left-style: none;
  border-radius: 1rem;
  padding: 4rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.text-color-black {
  color: var(--neutral-900);
}

.text-color-grey {
  color: var(--neutral-500);
}

.text-color-white {
  color: var(--neutral-50);
}

._3-column-grid {
  height: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 30px;
  display: grid;
}

.btn-primary {
  width: 30%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--neutral-800);
  text-transform: capitalize;
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: .75rem 2rem;
  transition: none;
  display: flex;
}

.btn-primary:hover {
  width: 30%;
  min-width: auto;
  background-color: var(--red-400);
  -webkit-text-stroke-color: var(--red-400);
  transform: scale(.95);
}

.btn-primary.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary.is-white:hover {
  background-color: var(--primary-light);
}

.btn-primary.form-button {
  align-self: center;
  position: relative;
}

.btn-primary-thin {
  width: 3rem;
  height: 5rem;
  background-color: var(--neutral-800);
  color: var(--neutral-50);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.btn-primary-thin:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.btn-primary-thin.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary-thin.is-white:hover {
  background-color: var(--primary-light);
}

.btn-primary-lg {
  width: 7rem;
  height: 7rem;
  background-color: var(--neutral-800);
  color: var(--neutral-50);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-lg:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.btn-primary-lg.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary-lg.is-white:hover {
  background-color: var(--primary-light);
}

.bg-is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.border-white {
  border: 1px solid var(--neutral-50);
  color: var(--neutral-50);
}

.btn-secondary-thin {
  width: 3rem;
  height: 5rem;
  border: 1px solid var(--neutral-800);
  color: var(--neutral-900);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.btn-secondary-thin:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-secondary-thin.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
  align-items: center;
}

.btn-secondary-thin.border-white:hover {
  background-color: var(--red-100);
  color: var(--neutral-900);
}

.btn-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--red-400);
  color: var(--neutral-900);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-secondary:hover {
  border-color: var(--red-400);
  background-color: var(--red-400);
  color: var(--neutral-50);
  -webkit-text-stroke-color: var(--primary-light);
  transform: scale(.95);
}

.btn-secondary.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
  align-self: flex-start;
}

.btn-secondary.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.btn-secondary-lg {
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--neutral-800);
  color: var(--neutral-900);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
}

.btn-secondary-lg:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-secondary-lg.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
}

.btn-secondary-lg.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.icons-outlined {
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Icons Oulined, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icons-outlined.is-large {
  -webkit-text-stroke-color: var(--red-400);
  font-size: 1.5rem;
}

.navbar-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pre-loader {
  z-index: 500;
  max-width: 100vw;
  min-width: 100%;
  background-color: var(--neutral-50);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-items {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}

.brand {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1.75rem;
  display: flex;
}

.brand.large {
  z-index: 200;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
}

.menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.button {
  cursor: pointer;
}

.button.scroll {
  color: var(--neutral-50);
  align-self: flex-start;
  margin-top: -410px;
  margin-right: 10rem;
  position: relative;
  top: -35px;
}

.nav-items {
  display: flex;
}

.pre-loader-content {
  z-index: 20;
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 15;
  height: 770px;
  flex-direction: column;
  padding-top: 10rem;
  position: relative;
}

.background {
  z-index: -10;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bg-image.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/cover-automotriz.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image.cta {
  min-width: 100vw;
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image.about {
  background-image: url('../images/nosotros.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.bg-image.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image.projects {
  transform: none;
}

.bg-image.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.hero-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar {
  min-width: 100%;
  border: .5px solid var(--broders);
  background-color: var(--white-shade-80);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .5s;
  overflow: hidden;
}

.navbar:hover {
  border-color: var(--primary-dark);
  background-color: var(--white);
  box-shadow: 0 3px 15px -5px var(--broders);
}

.grid-lines-wrapper {
  z-index: 15;
  width: 100%;
  height: 100%;
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  justify-content: space-between;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-color: var(--broders);
}

.grid-lines {
  width: 100%;
  height: 100%;
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  opacity: .5;
  justify-content: space-between;
  display: flex;
}

.background-layout {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.brands-slider {
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  border-top: 1px solid var(--broders);
  border-bottom: 1px solid var(--broders);
  background-color: var(--neutral-50);
  position: relative;
}

.brands-list {
  z-index: 20;
  max-width: 100%;
  color: var(--neutral-800);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-card {
  min-height: 8rem;
  min-width: 22rem;
  color: var(--neutral-800);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.brand-single {
  width: 8rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 6rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.logo.dark {
  color: var(--neutral-900);
  transition: all .3s;
}

.logo.dark:hover {
  color: var(--neutral-800);
}

.top-bar {
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-button {
  width: 2.25rem;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.hero-items-wrapper {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column-reverse;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding-bottom: 30px;
  display: flex;
}

.hero-items-wrapper.min-height-xl {
  flex-direction: column;
  margin-bottom: -13rem;
  padding-bottom: 0;
}

.preloader-background {
  z-index: 15;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pre-loader-bg-color {
  width: 100%;
  height: 100%;
  border: .5px solid var(--broders);
  background-color: var(--neutral-900);
}

.pre-loader-bg-color._1, .pre-loader-bg-color._2, .pre-loader-bg-color._3, .pre-loader-bg-color._4, .pre-loader-bg-color._5 {
  background-color: var(--neutral-300);
}

.section {
  z-index: 10;
  width: 100%;
  max-width: none;
  min-height: 0;
  background-color: var(--neutral-50);
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.section.min-height-hg {
  height: auto;
  min-height: 40rem;
  flex-direction: column;
  display: none;
}

.section.border-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.section.position-relative {
  display: block;
}

._2-column-grid {
  width: 100%;
  min-height: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.padding-standard {
  width: 100%;
  height: 100%;
  min-height: auto;
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.style---header {
  z-index: 500;
}

.content-wrapper {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: -30px;
  margin-bottom: -31px;
}

.card-wrapper {
  z-index: 50;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  align-self: stretch;
  overflow: hidden;
}

.card-wrapper.dotted {
  border: 1px dashed var(--broders);
}

.trust-card {
  width: 100%;
  height: 100%;
  min-height: 8rem;
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  padding: 1rem;
  font-size: .75rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  width: 4rem;
  height: 3rem;
  border: .5px solid var(--broders);
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.position-absolute {
  z-index: 20;
  background-color: var(--red-400);
  border-radius: 8rem;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.column-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.column-list.spacing-bottom {
  margin-bottom: 2rem;
}

.content-heading {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -118px;
  padding: 6rem 1rem;
  display: grid;
  position: relative;
}

.borders-on {
  border: 1px solid var(--broders);
}

.border-top {
  border-top: 1px solid var(--broders);
}

.border-bottom {
  border-bottom: 1px solid var(--broders);
}

.border-left {
  border-left: 1px solid var(--broders);
}

.border-right {
  border-right: 1px solid var(--broders);
}

.line-separator {
  width: 5rem;
  height: 1px;
  background-color: var(--neutral-800);
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.line-separator.neutral-50 {
  flex: none;
  align-self: center;
}

.card-content {
  z-index: 1;
  color: var(--body-text-dark);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.infinite-slider {
  height: 100%;
  max-height: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .875rem;
  display: flex;
}

.infinite-slider.text-color-white {
  color: var(--body-text-light);
}

.top-bar-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.icons-filled {
  text-transform: none;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Icons Filled, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icons-filled.small {
  font-size: .5rem;
}

.icons-filled.huge {
  font-size: 4rem;
}

.top-bar-text {
  white-space: nowrap;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-title {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 300px;
  position: relative;
  top: -118px;
}

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

.subheading {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  align-self: stretch;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.card-items {
  z-index: 2;
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.card-items.projects {
  color: var(--body-text-light);
  flex: none;
}

.card-items.services {
  height: 252px;
  background-color: var(--white);
  flex: none;
  padding: 2rem;
}

.card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--broders);
  text-transform: capitalize;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.main {
  display: block;
}

.loading-bar {
  z-index: 25;
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: var(--primary-brand);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.split-content {
  z-index: 25;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-slider {
  min-height: 40rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--body-text-light);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.slider-arrow {
  z-index: 10;
  width: 100%;
  min-height: 5rem;
  border: 1px solid var(--broders);
  color: var(--body-text-dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.slider-arrow:hover {
  background-color: var(--primary-lighter);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  opacity: 1;
  transform: scale(.95);
}

.slide-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.pre-loading-bar {
  min-width: 20rem;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale3d(1, 2, 1);
}

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

.slide-items {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--broders);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.clients-quotes {
  color: var(--neutral-900);
  border-left-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.slider-mask {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-icon {
  width: 4rem;
  height: 4rem;
  color: var(--primary-brand);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.quote-info {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--body-text-dark);
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.slider-slide {
  margin-right: 1rem;
}

.quote-wrapper {
  overflow: hidden;
}

.call-to-action {
  z-index: 10;
  width: 100%;
  max-height: none;
  max-width: 100vw;
  min-height: 0;
  background-color: var(--neutral-800);
  position: relative;
}

.testimonials {
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  background-color: var(--white);
  position: relative;
}

.min-height-xxs {
  width: 100%;
  min-height: 10rem;
}

.min-height-xs {
  width: 100%;
  min-height: 15rem;
}

.min-height-sm {
  width: 100%;
  min-height: 20rem;
}

.min-height-md {
  width: 100%;
  min-height: 25rem;
}

.min-height-lg {
  width: 100%;
  min-height: 30rem;
}

.min-height-xl {
  width: 100%;
  min-height: 35rem;
}

.min-height-xxl {
  width: 100%;
  min-height: 40rem;
}

.min-height-hg {
  width: 100%;
  min-height: 45rem;
}

.min-height-xh {
  width: 100%;
  min-height: 50rem;
}

.card {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.line-bar {
  z-index: 25;
  width: 0%;
  height: .0625rem;
  background-color: var(--primary-dark);
  margin-bottom: -.5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newsletter {
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  background-color: var(--neutral-800);
  position: relative;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.form-text-field {
  height: 50px;
  color: var(--neutral-800);
  -webkit-text-stroke-color: var(--neutral-700);
  object-fit: fill;
  border-radius: .5rem;
  flex: 1;
  order: 0;
  align-self: auto;
  margin: 10px 0 20px;
  padding: .25rem 1.5rem;
  font-size: 1rem;
  display: block;
}

.form-text-field.is-large {
  min-height: 12rem;
  border-radius: 1rem;
  padding-top: 1rem;
}

.form-text-field.is-newsletter {
  width: 100%;
  height: 100%;
  align-self: center;
  padding-right: 8rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newletter-form {
  justify-content: flex-end;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: relative;
}

.newsletter-info-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--body-text-light);
  font-weight: 500;
  display: flex;
}

.collection-list-wrapper {
  z-index: 25;
  max-width: 100%;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.collection-grid-list {
  grid-template-rows: auto;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-columns: 33.33%;
  grid-auto-flow: column;
  display: grid;
}

.image-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-shade-40);
}

.collection-item {
  z-index: 25;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.collection-2-col-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style---footer {
  z-index: 20;
  position: relative;
}

.footer {
  z-index: 10;
}

.footer-top {
  color: var(--body-text-light);
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--broders);
  border-bottom: 1px solid var(--broders);
  opacity: 1;
  color: var(--body-text-light);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .2);
  background-clip: border-box;
  justify-content: space-between;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
}

.footer-item {
  width: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: 3rem;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.social-media-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.footer-menu {
  width: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  display: flex;
}

.footer-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--neutral-50);
  font-weight: 500;
  display: none;
}

.footer-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.card-text-block {
  min-width: 110%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--broders);
  background-color: var(--primary-lighter);
  border-radius: 1rem;
  flex-direction: column;
  align-self: center;
  padding: 2rem;
  display: flex;
}

.card-text-block.max-width-full {
  min-width: auto;
}

.card-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.style---layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 22rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.style---sidebar {
  z-index: 1;
  height: 100vh;
  max-height: 100vh;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.stye---menu-link {
  min-height: 2rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: .75rem;
  transition: all .3s;
  display: flex;
}

.stye---menu-link:hover {
  border-color: var(--broders);
  box-shadow: none;
  transform: scale(.95);
}

.stye---menu-link.w--current {
  border: 1px solid var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.contact-info-icon {
  width: 3rem;
  height: 3rem;
  color: var(--primary-dark);
  border: 1px rgba(136, 136, 136, .25);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.style---sidebar-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .5px solid var(--broders);
  background-color: var(--primary-lighter);
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.style---sidebar-top {
  padding: 1rem;
}

.style---logo {
  max-height: 4rem;
  max-width: 5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.style---sidebar-button {
  font-weight: 500;
}

.style---sidebar-content {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  overflow: auto;
  box-shadow: 3px 0 15px rgba(136, 136, 136, .25);
}

.style---nav-brand {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: .0625rem solid var(--broders);
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.style---button-large {
  background-color: var(--neutral-800);
  border-radius: 10rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1.5rem 4.5rem;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.style---button-large:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.social-icon {
  width: 2rem;
  height: 2rem;
  border: 1.5px solid var(--neutral-50);
  background-color: var(--neutral-50);
  color: var(--neutral-800);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.social-icon:hover {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--neutral-900);
  transform: translate(0, -.25rem);
}

.bg-space-2 {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.social-link-icon {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.style---section-heading {
  border-bottom: 1px solid var(--broders);
  box-shadow: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.style---stacked-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.style---subheading {
  padding-bottom: .5rem;
}

.style---content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 20px rgba(136, 136, 136, .25);
}

.color-card-top {
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style---main-content {
  z-index: 20;
  max-width: 100%;
  position: relative;
}

.style---main-nav {
  z-index: 100;
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem solid var(--broders);
  background-color: var(--primary-lighter);
  box-shadow: 0 1px 10px 0 var(--shadow-40);
  border-radius: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: .5rem;
}

.style---main-heading {
  z-index: 20;
  background-color: var(--primary-darker);
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.style---button-block {
  border-radius: 1rem;
  padding: 2rem;
}

.style---button-block.black {
  color: var(--body-text-light);
  justify-content: flex-start;
}

.white {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.black-knight {
  background-color: #050505;
  flex: 1;
}

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

.color-card-bottom {
  background-color: #fff;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.style---section-menu {
  border: .0625rem solid rgba(0, 0, 0, 0);
  border-radius: 10rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  transition: all .3s;
  display: flex;
}

.style---section-menu:hover {
  border-color: var(--broders);
  transform: scale(.95);
}

.style---section-menu.w--current {
  border-color: var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.color-card-wrapper {
  background-color: #fff;
  border: 1px solid rgba(136, 136, 136, .25);
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 15px rgba(136, 136, 136, .25);
}

.style---section-wrapper {
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.black {
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.style---icons-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(2rem, 4.5rem));
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  display: grid;
}

.style---icons-block.black {
  color: var(--neutral-50);
  justify-content: stretch;
}

.style---items-block {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: .25fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.style---heading-content {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.style---section-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.style---main {
  max-width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding: .5rem;
  display: flex;
  position: relative;
}

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

._3-col-grid.auto {
  grid-template-columns: auto auto auto;
}

.neutral-900 {
  background-color: var(--neutral-900);
  color: var(--broders);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.neutral-800 {
  background-color: var(--neutral-800);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-clip: border-box;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-700 {
  background-color: var(--neutral-700);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral-600);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral-500);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-400 {
  background-color: var(--neutral-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-300 {
  background-color: var(--neutral-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-200 {
  background-color: var(--neutral-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-100 {
  background-color: var(--neutral-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-50 {
  background-color: var(--neutral-50);
  opacity: 1;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-brand {
  background-color: var(--primary-brand);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-light {
  background-color: var(--primary-light);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-dark {
  background-color: var(--primary-dark);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-dark-shades {
  background-color: var(--primary-darker);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-light-shades {
  background-color: var(--primary-lighter);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-400 {
  background-color: var(--orange-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-300 {
  background-color: var(--orange-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-200 {
  background-color: var(--orange-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-100 {
  background-color: var(--orange-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-400 {
  background-color: var(--blue-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-300 {
  background-color: var(--blue-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-200 {
  background-color: var(--blue-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-100 {
  background-color: var(--blue-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-400 {
  background-color: var(--red-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-300 {
  background-color: var(--red-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-200 {
  background-color: var(--red-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-100 {
  background-color: var(--red-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-400 {
  background-color: var(--green-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-300 {
  background-color: var(--green-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-200 {
  background-color: var(--green-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-100 {
  background-color: var(--green-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-menu-link {
  width: auto;
  opacity: 1;
  color: var(--body-text-light);
  letter-spacing: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.footer-menu-link:hover {
  color: var(--red-400);
  letter-spacing: 0;
}

.footer-menu-link.w--current {
  color: var(--neutral-200);
  font-weight: 500;
}

.footer-menu-link:lang(en) {
  color: var(--primary-light);
  -webkit-text-stroke-color: var(--red-400);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-2-col {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 2rem;
}

.sticky-content {
  width: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  flex: 0 auto;
  padding: 1rem 1rem 1rem 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.flex-sm {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
  padding: 0;
  display: block;
}

.flex-md {
  max-width: 60%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.flex-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
  display: flex;
}

.flex-tiny {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  display: flex;
}

.flex-start-start {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.style---flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-start-between {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-start-around {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.flex-start-end {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.flex-start-end.flex-md {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.flex-center-start.flex-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 40px;
}

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

.flex-end-end {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-lg {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.flex-xxs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.flex-xl {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

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

.flex-center-around {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

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

.flex-end-around {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.flex-stretch-start {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.flex-stretch-end {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.flex-stretch-between {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.titles {
  text-transform: none;
  margin-bottom: 20px;
  padding-right: 45px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.breadcrumb {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--body-text-light);
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

._1x1-small-wrapper {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.breadcrum-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: default;
  align-items: center;
  display: none;
}

.breadcrum-link.w--current, .breadcrum-link.show {
  display: flex;
}

.body-display {
  margin-top: -40px;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
}

.body-display.body-text-light {
  margin-bottom: -4.7rem;
}

.menu-link {
  width: auto;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  mix-blend-mode: normal;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding: .125rem 0;
  font-weight: 400;
  list-style-type: none;
  transition: all .2s;
  display: flex;
}

.menu-link:hover {
  color: var(--red-400);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--red-400);
}

.menu-link:visited {
  color: var(--primary-darker);
}

.menu-link.w--current {
  color: var(--red-400);
  font-weight: 500;
  transition: none;
}

.menu-link:lang(en) {
  color: var(--primary-darker);
}

.nav-content {
  max-height: 100%;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.menu-button {
  text-transform: capitalize;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding: .125rem .25rem;
  list-style-type: none;
  display: flex;
}

.menu-button.w--current {
  color: var(--primary-darker);
  font-weight: 500;
}

.nav-menu {
  max-height: 100%;
  align-items: center;
  display: flex;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.form-field-wrap {
  min-height: 5.5rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.form-wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary-lighter);
  box-shadow: 0 3px 15px 0 var(--shadow-40);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding: 4rem 2rem;
  display: flex;
}

.info-items-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.contact-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding: 4rem 2rem;
}

.detail-block {
  min-height: 2rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--broders);
  background-color: var(--white);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  text-align: center;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: .75rem;
  transition: all .3s;
  display: flex;
}

.detail-block:hover {
  border-color: var(--broders);
  box-shadow: none;
  transform: scale(.95);
}

.detail-block.w--current {
  border: 1px solid var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.detail-block.spacing {
  border-color: var(--white-shade-40);
  background-color: var(--black-shade-60);
  color: var(--body-text-light);
  text-align: left;
  padding: 2rem;
}

.success-message {
  background-color: var(--green-100);
  padding: 1.25rem;
}

.error-message {
  background-color: var(--red-100);
  margin-top: .75rem;
  padding: .75rem;
}

.pre-loadbar-wrap {
  width: 15rem;
  max-height: 1rem;
  -webkit-text-stroke-color: var(--red-300);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.color-code {
  text-transform: uppercase;
}

.text-block {
  width: auto;
  color: var(--primary-darker);
  text-align: center;
  text-transform: none;
  flex: 0 auto;
}

.text-block:hover {
  color: var(--red-400);
}

.text-block:lang(en) {
  color: var(--primary-darker);
}

.image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: auto;
  height: 60px;
  max-width: none;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  text-align: center;
  mix-blend-mode: normal;
}

.text-block-2:hover {
  color: var(--red-400);
}

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

.text-block-3:hover {
  color: var(--red-400);
}

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

.text-block-4:hover {
  color: var(--red-400);
}

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

.text-block-5:hover {
  color: var(--red-400);
  text-align: center;
}

.image-3 {
  max-width: 40%;
  opacity: 1;
  object-fit: contain;
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline;
  position: relative;
  top: -144px;
  left: auto;
  right: auto;
}

.heading-lg-copy {
  color: var(--neutral-900);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-lg-copy.text-color-white, .heading-lg-copy.text-color-white-copy {
  width: auto;
  height: auto;
  max-width: 90%;
  color: var(--primary-lighter);
  letter-spacing: .02rem;
  -webkit-text-stroke-color: var(--primary-lighter);
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 52px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.image-4 {
  width: 30%;
  max-height: none;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.heading-sm-copy {
  width: 60%;
  height: auto;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.div-block {
  width: 100%;
  border-top: .5px solid #4f4f4f;
  border-bottom: .5px solid rgba(245, 245, 245, .17);
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-2 {
  width: auto;
  min-width: 0;
  margin-left: -321px;
  margin-right: auto;
}

.heading-md-copy {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-md-copy.color-primary {
  color: var(--primary-brand);
}

.heading-md-copy.text-color-white {
  width: 40%;
  color: var(--primary-lighter);
  padding-right: 0;
}

.content-heading-copy {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1rem;
  display: grid;
  position: relative;
}

.section-padding-lg-copy {
  padding-top: 8rem;
  padding-bottom: 0;
}

.heading-sm-copy {
  width: auto;
  color: var(--neutral-900);
  text-transform: none;
  order: 0;
  margin-top: -28px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
}

.field-label {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin: 0 auto 0;
  font-size: 14px;
}

.text-field {
  height: 40px;
  min-height: 0;
}

.heading-sm-copy-copy {
  width: 60%;
  height: auto;
  color: var(--primary-light);
  text-align: left;
  -webkit-text-stroke-color: var(--primary-light);
  text-transform: none;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  justify-items: start;
  display: block;
}

.form-text-field-copy {
  height: auto;
  max-height: none;
  min-height: 255px;
  clear: none;
  color: var(--neutral-800);
  column-count: 0;
  white-space: break-spaces;
  word-break: break-all;
  overflow-wrap: break-word;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: .5rem;
  flex: 1;
  order: 0;
  align-self: auto;
  margin: 10px auto 20px;
  padding: .25rem 1.5rem;
  display: inline-block;
}

.form-text-field-copy.is-large {
  min-height: 12rem;
  border-radius: 1rem;
  padding-top: 1rem;
}

.form-text-field-copy.is-newsletter {
  width: 100%;
  height: 100%;
  align-self: center;
  padding-right: 8rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  height: auto;
  max-height: none;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
}

.submit-button {
  margin: 0 0 0 auto;
  display: block;
  position: static;
}

.text-block-6 {
  padding-left: 160px;
  padding-right: 160px;
  font-size: 1.8rem;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, 0);
}

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

.textarea {
  min-height: 250px;
  color: var(--neutral-700);
  -webkit-text-stroke-color: var(--neutral-700);
  border-radius: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-padding-lg-copy {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.div-block-3 {
  height: auto;
  max-height: none;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.cintillo {
  max-height: none;
  min-height: 80px;
  background-color: #f0f0f0;
  margin: auto;
  display: flex;
}

.columns {
  max-height: none;
  min-height: 260px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column-2 {
  max-height: 290px;
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.heading {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: auto 0;
  display: inline;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block {
  max-height: 100%;
  min-height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
}

.subheading-copy {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: auto 0;
  padding-left: 0;
  display: block;
}

.text-block-8 {
  text-align: right;
  flex: 0 auto;
}

.image-6 {
  flex: none;
  align-self: auto;
}

.paragraph {
  min-width: 390px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px 0 0;
  font-size: 12px;
  display: flex;
}

.image-7 {
  background-image: url('../images/footer.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.background-footer {
  z-index: -10;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-layout-footer {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.sticky-content-copy {
  max-height: none;
  min-height: auto;
  min-width: auto;
  padding: 1rem 1rem 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.div-block-5 {
  height: auto;
  max-width: 50%;
  flex-direction: row;
  align-items: center;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.heading-copy {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: auto 0;
  display: inline;
}

.text-span {
  color: var(--red-400);
  -webkit-text-stroke-color: var(--red-400);
}

.link {
  color: var(--primary-light);
  -webkit-text-stroke-color: var(--orange-200);
}

.text-span-2 {
  font-size: 3.6rem;
}

.image-8 {
  max-height: none;
  max-width: 100%;
  flex: none;
  align-self: stretch;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.grid-2 {
  flex-direction: column;
  grid-template-rows: auto;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  margin-bottom: 50px;
  display: flex;
}

.image-9 {
  height: 170px;
  max-width: 40%;
  min-height: auto;
  padding-right: 20px;
}

.heading-2 {
  align-self: center;
  line-height: 1.3;
}

.image-10 {
  mix-blend-mode: normal;
  flex: 0 auto;
  margin-left: 0;
}

.sticky-content-copy {
  width: 34%;
  max-height: none;
  min-height: auto;
  min-width: auto;
  flex: 0 auto;
  padding: 1rem 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.split-content-copy {
  z-index: 25;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.flex-xl-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.image-11 {
  width: 47%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 47px;
  margin-left: 0;
  margin-right: 0;
}

.body-display-copy {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
  overflow: visible;
}

.body-display-copy.body-text-light {
  margin-bottom: -4.7rem;
}

.flex-lg-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-self: stretch;
  display: flex;
}

.flex-xl-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.flex-xl-copy-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.body-display-copy {
  margin-top: 0;
  margin-bottom: 2.2rem;
  font-size: 1.1rem;
  line-height: 1.7;
  display: block;
}

.body-display-copy.body-text-light {
  margin-bottom: -4.7rem;
}

.bold-text {
  font-size: 1.6rem;
}

._2-column-grid-copy {
  width: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.flex-xs-copy {
  width: 80%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.flex-sm-copy {
  width: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.text-size-md-copy {
  color: var(--neutral-600);
  color: var(--neutral-600);
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.column-4 {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5 {
  padding-left: 0;
  padding-right: 10px;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  display: block;
}

.columns-2 {
  margin-top: 35px;
}

.column-6 {
  padding-right: 0;
}

.body-display-copy {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
}

.body-display-copy.body-text-light {
  margin-bottom: -4.7rem;
}

.background-copy {
  z-index: -10;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-layout-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.padding-standard-copy {
  width: 100%;
  height: 100%;
  min-height: auto;
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-copy {
  z-index: 10;
  width: 100%;
  max-width: none;
  min-height: 0;
  background-color: var(--neutral-50);
  padding-top: 0;
  position: relative;
}

.section-copy.min-height-hg {
  height: auto;
  min-height: 40rem;
  flex-direction: column;
  display: flex;
}

.section-copy.border-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.section-copy.position-relative {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.container-full-copy {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  min-height: auto;
  flex-direction: row;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-full-copy.frame {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.section-padding-lg-copy {
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.content-wrapper-copy {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: -30px;
  margin-bottom: -31px;
}

.content-items-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}

.flex-start-end-copy {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.flex-start-end-copy.flex-md, .flex-start-end-copy.flex-md-copy {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.card-wrapper-copy {
  z-index: 50;
  width: 100%;
  height: auto;
  min-height: auto;
  border-radius: 1rem;
  align-self: stretch;
  overflow: hidden;
}

.card-wrapper-copy.dotted {
  border: 1px dashed var(--broders);
}

.column-list-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.column-list-copy.spacing-bottom {
  margin-bottom: 2rem;
}

.subheading-copy {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  align-self: stretch;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.line-separator-copy {
  width: 5rem;
  height: 1px;
  background-color: var(--red-400);
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.line-separator-copy.neutral-50 {
  flex: none;
  align-self: center;
}

.subtitle-copy {
  color: var(--primary-lighter);
  letter-spacing: .2rem;
  -webkit-text-stroke-color: var(--primary-lighter);
  text-transform: uppercase;
  font-size: .75rem;
}

.subtitle-copy.text-color-primary {
  width: auto;
  color: var(--red-400);
  -webkit-text-stroke-color: var(--red-400);
}

.subtitle-copy.text-color-primary-copy {
  width: auto;
  color: var(--red-400);
  -webkit-text-stroke-color: var(--primary-lighter);
}

.slider {
  height: 100%;
  max-height: none;
  min-height: 520px;
}

.slide-nav {
  display: none;
}

.mask {
  min-height: auto;
  min-width: auto;
}

.slide {
  width: 100%;
  height: 100%;
  min-height: auto;
  background-image: url('../images/infraestructura-01.webp');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-3 {
  color: var(--body-text-dark);
  font-size: 1rem;
  font-weight: 400;
}

.bold-text-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-auto-flow: column;
}

.flex-center-start-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-center-start-copy.flex-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 30px;
}

.flex-center-start-copy.flex-xs-copy {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
}

.div-block-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-12 {
  max-width: 35px;
}

.heading-4 {
  color: var(--body-text-dark);
  font-size: 1.2rem;
  line-height: 1.3;
}

.heading-5 {
  color: var(--body-text-dark);
  line-height: 1.3;
}

.heading-6 {
  font-size: 1.7rem;
  line-height: 1.4;
}

.flex-lg-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-auto-flow: row;
  align-self: stretch;
}

._01 {
  min-height: 250px;
  background-image: url('../images/01.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

.background-copy {
  z-index: -10;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-layout-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.color---white-copy {
  width: 100%;
  height: 100%;
  background-color: var(--neutral-900);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
}

.bold-text-3 {
  color: var(--primary-lighter);
  -webkit-text-stroke-color: var(--primary-lighter);
}

.line-separator-copy {
  width: 5rem;
  height: 1px;
  background-color: var(--neutral-800);
  -webkit-text-stroke-color: var(--primary-light);
  border: 1px solid #919191;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.line-separator-copy.neutral-50 {
  flex: none;
  align-self: center;
}

.heading-2-copy {
  color: var(--neutral-200);
  align-self: center;
  line-height: 1.3;
}

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

.bg-image-copy.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-60), var(--black-shade-60)), url('../images/pexels-max-rahubovskiy-6969780.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-copy.cta {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-gustavo-galeano-maz-12998902-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-copy.about {
  background-image: linear-gradient(to bottom, var(--black-shade-20), var(--black-shade-20)), url('../images/pexels-max-rahubovskiy-6969785.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image-copy.services {
  opacity: 1;
  background-image: url('../images/img4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.bg-image-copy.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-copy.projects {
  transform: none;
}

.bg-image-copy.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover_1.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

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

.bg-image-copy.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-60), var(--black-shade-60)), url('../images/pexels-max-rahubovskiy-6969780.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-copy.cta {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-gustavo-galeano-maz-12998902-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-copy.about {
  background-image: linear-gradient(to bottom, var(--black-shade-20), var(--black-shade-20)), url('../images/pexels-max-rahubovskiy-6969785.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image-copy.services {
  opacity: 1;
  background-image: url('../images/img4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.bg-image-copy.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-copy.projects {
  transform: none;
}

.bg-image-copy.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover_1.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.services-copy {
  opacity: 1;
  background-image: url('../images/img4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.image-13 {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}

.image-14 {
  width: 100%;
  max-width: none;
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.body-display-copy {
  margin-top: -15px;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
}

.body-display-copy.body-text-light {
  margin-bottom: -4.7rem;
}

.text-span-3 {
  font-size: 4rem;
}

.div-block-9 {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: url('../images/img66.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
}

.titles-copy {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.grid-4-copy {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: column;
  margin-top: -40px;
}

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

.bg-image-copy.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-60), var(--black-shade-60)), url('../images/cover-residencial.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-copy.cta {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/cover_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-copy.about {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-copy.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image-copy.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-copy.projects {
  transform: none;
}

.bg-image-copy.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

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

.bg-image-copy.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/cover-automotriz.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-copy.cta {
  min-width: 100vw;
  background-image: url('../images/banner2.jpg'), url('../images/banner.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-copy.about {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-copy.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image-copy.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-copy.projects {
  transform: none;
}

.bg-image-copy.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.image-15 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
}

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

.bg-image-copy.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/cover-automotriz.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-copy.cta {
  min-width: 100vw;
  background-image: url('../images/banner3.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-copy.about {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-copy.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image-copy.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-copy.projects {
  transform: none;
}

.bg-image-copy.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-copy.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.background-copy {
  z-index: -10;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-layout-copy {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.container-full-copy {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  min-height: auto;
  flex-direction: row;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-full-copy.frame {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.div-hero {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/cover.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 0 auto;
}

.hero-section-int {
  z-index: 15;
  height: 660px;
  flex-direction: column;
  padding-top: 10rem;
  position: relative;
}

.hero-items-int {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.bg-image-infra.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-60), var(--black-shade-60)), url('../images/infraestructura-hero.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-infra.cta {
  min-width: 100vw;
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-infra.about {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-infra.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image-infra.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-infra.projects {
  transform: none;
}

.bg-image-infra.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-infra.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.hero-title-int {
  max-width: 60rem;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.line-separator-int {
  width: 6.8rem;
  height: 1px;
  background-color: var(--red-400);
  letter-spacing: .2rem;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 56px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.line-separator-int.neutral-50 {
  flex: none;
  align-self: center;
}

.hero-title-copy {
  max-width: 60rem;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  background-image: url('../images/automotriz.webp');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.div-block-10-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/residencial_1.webp'), url('../images/residencial.webp');
  background-position: 50%, 50%;
  background-size: cover, cover;
  display: block;
}

.div-block-10-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/urbanizacion.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.grid-6 {
  min-height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px;
}

.div-block-11 {
  max-height: 100px;
}

.image-16 {
  width: 90%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-lg-copy {
  color: var(--neutral-900);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-lg-copy.text-color-white {
  margin-left: 10px;
  line-height: 1.1;
}

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

.bg-image-residencial.hero {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-60), var(--black-shade-60)), url('../images/cover-residencial_1.webp');
  opacity: 1;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  transform: none;
}

.bg-image-residencial.cta {
  min-width: 100vw;
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg-image-residencial.about {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-residencial.services {
  background-color: var(--primary-darker);
  opacity: 1;
  background-image: none;
}

.bg-image-residencial.newsletter {
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/pexels-rachel-claire-8112856-1.jpg');
  direction: ltr;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: static;
}

.bg-image-residencial.projects {
  transform: none;
}

.bg-image-residencial.landing {
  height: 90%;
  min-width: 100vw;
  background-image: linear-gradient(to bottom, var(--black-shade-40), var(--black-shade-40)), url('../images/cover.jpg');
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bg-image-residencial.projects {
  min-width: 100vw;
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transform: none;
}

.bold-text-2-copy {
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  display: block;
}

.padding-standard-proyectos {
  width: 100%;
  height: 100%;
  min-height: auto;
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-proyectos {
  z-index: 10;
  width: 100%;
  max-width: none;
  min-height: 0;
  background-color: var(--neutral-50);
  padding-top: 0;
  position: relative;
}

.section-proyectos.min-height-hg {
  height: auto;
  min-height: 40rem;
  flex-direction: column;
  display: flex;
}

.section-proyectos.border-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.section-proyectos.position-relative {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.image-17 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  align-self: stretch;
}

.heading-lg-2 {
  color: var(--neutral-900);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-lg-2.text-color-white {
  width: 61%;
  margin-left: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-lg-2.text-color-white2 {
  width: 65%;
  color: var(--primary-light);
  margin-left: 0;
  font-size: 4.3rem;
  font-weight: 300;
  line-height: 1.1;
}

._02 {
  min-height: 250px;
  background-image: url('../images/02.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

._03 {
  min-height: 250px;
  background-image: url('../images/03.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

._04 {
  min-height: 250px;
  background-image: url('../images/04.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

._05 {
  min-height: 250px;
  background-image: url('../images/05.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

._06 {
  min-height: 250px;
  background-image: url('../images/06.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

._07 {
  min-height: 250px;
  background-image: url('../images/07.webp');
  background-position: 50%;
  background-size: cover;
  padding-right: 0;
}

.image-20, .image-20-copy {
  max-width: none;
}

.slide-4 {
  background-image: url('../images/residencial-03.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-5, .slide-6, .slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/residencial-02.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/residencial-03.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/residencial-02.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-items-wrapper-int {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding-bottom: 30px;
  display: flex;
}

.hero-items-wrapper-int.min-height-xl {
  flex-direction: column;
  margin-bottom: -13rem;
  padding-bottom: 0;
}

.slider-2 {
  height: 100%;
  max-height: none;
  min-height: 520px;
}

.slide-12 {
  background-image: url('../images/infraestructura-01.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/infraestructura-02.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/infraestructura-03.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/infraestructura-04.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/infraestructura-05.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-17, .slide-18, .slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-25 {
  background-image: url('../images/residencial-01.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/residencial-03.webp');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .padding-sm {
    margin-left: 0;
  }

  .padding-md {
    padding: 1.5rem;
  }

  .padding-lg {
    padding: 2.5rem;
  }

  .padding-xl {
    padding: 3rem;
  }

  .padding-xxl {
    padding: 4rem;
  }

  .padding-hg {
    padding: 5rem;
  }

  .padding-xhg {
    padding: 6rem;
  }

  .padding-xxh {
    padding: 8rem;
  }

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

  .margin-md {
    margin: 1.5rem;
  }

  .margin-lg {
    margin: 2.5rem;
  }

  .margin-xl {
    margin: 3rem;
  }

  .margin-xxl {
    margin: 4rem;
  }

  .margin-hg {
    margin: 5rem;
  }

  .margin-xh {
    margin: 6rem;
  }

  .margin-xxh {
    margin: 8rem;
  }

  .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-md {
    width: auto;
    align-self: auto;
  }

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

  .hide-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

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

  .container-full.frame {
    height: 100%;
    max-width: 90rem;
  }

  .section-padding-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .display-xl {
    margin-top: 4.7rem;
    font-size: 9vw;
  }

  .heading-md {
    flex-direction: row;
    flex: 1;
    align-self: auto;
    align-items: flex-start;
    font-size: 2.25rem;
    display: block;
  }

  .heading-lg {
    font-size: 3.5rem;
  }

  .heading-lg.text-color-white {
    width: 80%;
    font-weight: 500;
  }

  .heading-lg.text-color-white2 {
    font-weight: 500;
  }

  .section-padding-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding-xxl, .section-padding-hg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-xs {
    font-size: 1.25rem;
  }

  .button-wrapper {
    align-self: flex-start;
  }

  .rich-text.max-width-lg h2, .rich-text.on-dark h2 {
    font-size: 2.5rem;
  }

  .rich-text.on-dark blockquote {
    font-size: 1.5rem;
  }

  ._3-column-grid {
    align-items: center;
    justify-items: end;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .content-items {
    height: 100%;
    align-self: flex-start;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand.w--current {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.large {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu {
    z-index: 50;
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
    font-size: 1rem;
  }

  .button.scroll {
    margin-top: -299px;
    margin-right: 5rem;
  }

  .nav-items {
    width: 100%;
    max-height: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .bg-image.services {
    height: auto;
    flex: 1;
    align-self: stretch;
  }

  .bg-image.landing {
    height: 90%;
  }

  .hero-items {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    height: 5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-layout {
    height: 100%;
  }

  .logo.large {
    width: 10rem;
  }

  .nav-button {
    align-self: center;
    display: flex;
  }

  .nav-lottie {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-lottie.dark {
    filter: invert();
  }

  .hero-items-wrapper.min-height-xl {
    flex-direction: column;
  }

  .section {
    margin-top: 0;
  }

  .section.min-height-hg {
    min-height: 30rem;
  }

  ._2-column-grid {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column-list {
    flex-direction: column;
    display: flex;
  }

  .column-list.spacing-bottom {
    display: block;
  }

  .content-heading {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 4rem;
    display: block;
  }

  .card-content.min-height-lg {
    min-height: 25rem;
  }

  .infinite-slider {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-title {
    margin-right: 0;
    top: -187px;
  }

  .subheading {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .split-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    justify-items: stretch;
    display: flex;
  }

  .pre-loading-bar {
    min-width: 16rem;
  }

  .min-height-xxl {
    min-height: 25rem;
  }

  .collection-list-wrapper {
    overflow: auto;
  }

  .collection-grid-list {
    grid-template-columns: 66.66% 66.66% 66.66%;
    grid-auto-columns: 66.66%;
  }

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

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

  .footer-item {
    width: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    grid-template-rows: 3rem;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: start;
    justify-items: start;
    margin-bottom: 4.4rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-menu {
    width: auto;
    border-top: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    align-self: stretch;
    align-items: flex-end;
    margin-top: -36px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .style---layout {
    max-width: 100vw;
    grid-template-columns: 1fr;
  }

  .style---sidebar {
    z-index: 200;
    width: 100%;
    background-color: rgba(136, 136, 136, .25);
    padding-left: .5rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .style---sidebar-content {
    max-width: 22rem;
  }

  .style---button-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button-group {
    flex-direction: row-reverse;
    display: none;
  }

  .style---section-menu {
    flex: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .footer-menu-link {
    width: 190%;
    text-align: right;
    flex: 1;
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-content {
    width: auto;
    max-width: 70%;
    flex: 0 auto;
    align-self: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .flex-md {
    max-width: none;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

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

  .menu-link {
    width: 100%;
    border-bottom: 1px solid var(--broders);
    justify-content: flex-start;
    padding: 1.75rem .5rem;
  }

  .nav-content {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto 35rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .menu-button {
    width: auto;
    justify-content: flex-start;
    align-self: stretch;
    padding: 1.75rem .5rem;
  }

  .nav-menu {
    z-index: 50;
    height: 100%;
    flex: 1;
    align-items: flex-end;
    overflow: hidden;
  }

  .pre-loadbar-wrap {
    width: 13rem;
  }

  .image-2 {
    width: auto;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 196px;
    display: none;
    top: -19px;
    right: -380px;
  }

  .heading-lg-copy {
    font-size: 3.5rem;
  }

  .heading-lg-copy.text-color-white, .heading-lg-copy.text-color-white-copy {
    width: auto;
    max-width: none;
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    margin-right: 40px;
    font-size: 40px;
  }

  .heading-sm-copy {
    font-size: 1.5rem;
  }

  .div-block, .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-md-copy {
    font-size: 2.25rem;
  }

  .heading-md-copy.text-color-white {
    width: auto;
  }

  .content-heading-copy {
    justify-items: start;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section-padding-lg-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-sm-copy, .heading-sm-copy-copy {
    font-size: 1.5rem;
  }

  .form-block-2 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-padding-lg-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph {
    width: auto;
    min-width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .image-7 {
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sticky-content-copy {
    width: auto;
    max-width: 40%;
    flex: 0 auto;
    align-self: auto;
    margin-right: 0;
  }

  .div-block-5 {
    max-width: none;
  }

  .sticky-content-copy {
    width: auto;
    max-width: none;
    flex: 0 auto;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .split-content-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .flex-xl-copy-copy {
    flex-direction: row;
  }

  ._2-column-grid-copy {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-layout-copy {
    height: 100%;
  }

  .section-copy.min-height-hg {
    min-height: 30rem;
  }

  .container-full-copy.frame {
    height: 100%;
    max-width: 90rem;
  }

  .section-padding-lg-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .content-items-copy {
    height: 100%;
  }

  .flex-start-end-copy.flex-md-copy {
    flex-direction: column;
  }

  .card-wrapper-copy {
    height: 100%;
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 35px;
    display: block;
  }

  .column-list-copy {
    flex-direction: row;
  }

  .slider {
    height: 100%;
    max-height: none;
    min-height: 420px;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin: 0;
    display: flex;
    position: relative;
  }

  .mask {
    width: auto;
    height: 420px;
    max-height: none;
    min-height: auto;
    clear: none;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .slide {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .background-layout-copy {
    height: 100%;
  }

  .bg-image-copy.landing {
    height: 90%;
    height: 90%;
  }

  .image-14 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .titles-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-image-copy.landing {
    height: 90%;
    height: 90%;
    height: 90%;
  }

  .background-layout-copy {
    height: 100%;
  }

  .container-full-copy.frame {
    height: 100%;
    max-width: 90rem;
  }

  .div-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/cover.webp');
    background-position: 0 0, 60%;
  }

  .hero-items-int {
    grid-template-columns: 1fr 1fr;
  }

  .bg-image-infra.landing {
    height: 90%;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-10-2 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .heading-lg-copy {
    font-size: 3.5rem;
  }

  .bg-image-residencial.landing {
    height: 90%;
  }

  .section-proyectos.min-height-hg {
    min-height: 30rem;
  }

  .heading-lg-2 {
    font-size: 3.5rem;
  }

  .heading-lg-2.text-color-white {
    font-weight: 500;
  }

  .heading-lg-2.text-color-white2 {
    color: var(--white-shade-80);
    font-size: 3.2rem;
    font-weight: 300;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-10, .slide-11 {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 12%;
    height: 100%;
  }

  .hero-items-wrapper-int.min-height-xl {
    flex-direction: column;
  }

  .slider-2 {
    height: 100%;
    max-height: none;
    min-height: 420px;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin: 0;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .padding-md {
    padding: 1.25rem;
  }

  .padding-lg {
    padding: 1.5rem;
  }

  .padding-xl {
    padding: 2rem;
  }

  .padding-xxl {
    padding: 3rem;
  }

  .padding-hg {
    padding: 3.5rem;
  }

  .padding-xhg {
    padding: 4rem;
  }

  .padding-xxh {
    padding: 4.5rem;
  }

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

  .margin-md {
    margin: 1.25rem;
  }

  .margin-lg {
    margin: 1.5rem;
  }

  .margin-xl {
    margin: 2rem;
  }

  .margin-xxl {
    margin: 3rem;
  }

  .margin-hg {
    margin: 3.5rem;
  }

  .margin-xh {
    margin: 4rem;
  }

  .margin-xxh {
    margin: 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;
  }

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

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

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .section-padding-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .display-xl {
    font-size: 4rem;
  }

  .heading-md {
    align-self: auto;
    font-size: 2rem;
  }

  .heading-lg {
    font-size: 3rem;
  }

  .heading-lg.text-color-white {
    text-align: left;
    font-size: 2.6rem;
  }

  .heading-lg.text-color-white2 {
    font-size: 2.6rem;
  }

  .section-padding-xl, .section-padding-xxl, .section-padding-hg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .rich-text.max-width-lg h2, .rich-text.on-dark h2 {
    font-size: 2.25rem;
  }

  .rich-text.on-dark blockquote {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
  }

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

  ._3-column-grid.position-relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-primary-lg {
    padding: 1.5rem 2.75rem;
  }

  .btn-secondary-thin {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .btn-secondary-lg {
    padding: 1.5rem 2.75rem;
  }

  .brand.large {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .bg-image.about {
    height: 100%;
  }

  .hero-items {
    grid-auto-rows: auto;
    align-items: end;
  }

  .navbar {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .background-layout {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .brands-list {
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .brands-card {
    min-width: 15rem;
  }

  .brand-single {
    width: 5rem;
    height: 1.5rem;
  }

  .logo {
    width: 5rem;
  }

  .logo.large {
    width: 8rem;
  }

  .top-bar {
    height: 2rem;
  }

  .hero-items-wrapper {
    padding-top: 0;
  }

  .hero-items-wrapper.min-height-xl {
    flex-direction: column;
  }

  .preloader-background {
    grid-template-columns: 1.25rem 1fr 1fr 1fr 1.25rem;
  }

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

  .card-wrapper {
    height: auto;
  }

  .trust-card {
    max-width: 15rem;
  }

  .content-heading {
    grid-template-columns: 1fr;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .line-separator {
    width: 2rem;
  }

  .card-content.min-height-lg {
    min-height: 20rem;
  }

  .infinite-slider {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .split-content {
    grid-template-columns: 2fr;
  }

  .testimonial-slider {
    flex-direction: row;
    align-items: flex-end;
  }

  .slider-arrow {
    align-self: flex-end;
    padding: 1.5rem 2.75rem;
  }

  .slide-content {
    grid-template-columns: 1fr;
  }

  .pre-loading-bar {
    min-width: 14rem;
  }

  .clients-quotes {
    font-size: 1.25rem;
  }

  .min-height-xxs {
    min-height: 1rem;
  }

  .min-height-xxl {
    min-height: 19rem;
  }

  .form-text-field.is-newsletter {
    padding-right: 7rem;
  }

  .collection-grid-list {
    grid-template-columns: 50% 50% 50%;
    grid-auto-columns: 50%;
  }

  .footer-top {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .footer-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style---sidebar {
    max-width: 20rem;
  }

  .style---button-large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .color-card-top {
    min-height: 30vw;
  }

  .style---section-menu {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .style---icons-block {
    grid-template-columns: repeat(auto-fit, minmax(2rem, 3rem));
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  ._3-col-grid.auto {
    grid-template-columns: auto auto;
  }

  .footer-menu-link {
    width: auto;
    margin-bottom: 10px;
  }

  .sticky-content {
    position: static;
  }

  .menu-link, .menu-link.w--current {
    font-size: 1.2rem;
  }

  .pre-loadbar-wrap {
    width: 11rem;
  }

  .image-3 {
    padding-left: 110px;
    top: 44px;
    right: -270px;
  }

  .heading-lg-copy {
    font-size: 3rem;
  }

  .heading-md-copy {
    font-size: 2rem;
  }

  .content-heading-copy {
    grid-template-columns: 1fr;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .section-padding-lg-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form-text-field-copy.is-newsletter {
    padding-right: 7rem;
  }

  .section-padding-lg-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .columns {
    flex-direction: column;
  }

  .column-2 {
    height: auto;
    max-height: none;
    min-height: 220px;
    flex: 1;
  }

  .column-3 {
    min-height: 240px;
    flex: 1;
  }

  .background-layout-footer {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .sticky-content-copy {
    position: static;
  }

  .div-block-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-2 {
    font-size: 3.3rem;
  }

  .sticky-content-copy {
    position: static;
  }

  .split-content-copy {
    grid-template-columns: 2fr;
  }

  .flex-xl-copy {
    margin-top: 130px;
  }

  .text-size-md-copy {
    width: 100%;
    margin-left: 0;
  }

  .column-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .div-block-7 {
    max-height: 320px;
    min-height: 280px;
  }

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .column-6 {
    margin-top: 35px;
    padding-left: 0;
    display: none;
  }

  .background-layout-copy {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .padding-standard-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-padding-lg-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card-wrapper-copy {
    max-height: none;
    min-height: 290px;
    margin-top: 32px;
  }

  .line-separator-copy {
    width: 2rem;
  }

  .slider {
    max-height: none;
    min-height: 290px;
  }

  .mask {
    height: 290px;
    max-height: none;
    min-height: 290px;
  }

  .slide {
    max-height: none;
    min-height: 320px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-2, .slide-3 {
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._01 {
    min-height: 280px;
  }

  .background-layout-copy {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .line-separator-copy {
    width: 2rem;
  }

  .image-14 {
    width: auto;
    flex: 1;
    order: 0;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .background-layout-copy {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .hero-section-int {
    height: 440px;
  }

  .hero-items-int {
    grid-auto-rows: auto;
    align-items: end;
  }

  .hero-title-int {
    text-align: center;
    flex-direction: column;
    margin-top: -120px;
  }

  .line-separator-int {
    width: 7rem;
    margin-top: 0;
    margin-bottom: -133px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title-copy {
    align-self: auto;
    margin: -81px 0 0;
    font-size: 1rem;
  }

  .grid-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-lg-copy {
    font-size: 3rem;
  }

  .heading-lg-copy.text-color-white {
    font-size: 2.6rem;
  }

  .bold-text-2-copy {
    font-size: 1.8rem;
  }

  .padding-standard-proyectos {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-lg-2 {
    font-size: 3rem;
  }

  .heading-lg-2.text-color-white {
    font-size: 2.6rem;
  }

  .heading-lg-2.text-color-white2 {
    width: 75%;
    font-size: 2.9rem;
  }

  ._02, ._03, ._04, ._05, ._06, ._07 {
    min-height: 280px;
  }

  .image-19 {
    height: 100%;
    max-height: none;
    max-width: 100%;
    display: none;
  }

  .hero-items-wrapper-int {
    padding-top: 0;
  }

  .hero-items-wrapper-int.min-height-xl {
    flex-direction: column;
  }

  .slider-2 {
    max-height: none;
    min-height: 290px;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .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-sm {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hide-tablet {
    display: block;
  }

  .show-mobile {
    display: none;
  }

  .display-xl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.3rem;
  }

  .text-size-md {
    font-size: .9rem;
  }

  .heading-md {
    align-self: auto;
  }

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

  .heading-lg.text-color-white {
    width: 90%;
    margin-top: -150px;
    margin-left: 0;
    font-size: 2.9rem;
    font-weight: 500;
  }

  .heading-lg.text-color-white2 {
    margin-top: -150px;
    margin-left: 0;
    font-size: 3rem;
    font-weight: 700;
  }

  .rich-text.max-width-lg h2 {
    font-size: 2rem;
  }

  .rich-text.max-width-lg blockquote {
    font-size: 1.125rem;
  }

  .rich-text.on-dark h2 {
    font-size: 2rem;
  }

  .rich-text.on-dark blockquote {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-column-grid.position-relative {
    justify-content: center;
  }

  .btn-primary {
    width: 30%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-primary.form-button {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }

  .btn-primary-thin {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .btn-primary-lg {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .btn-secondary-thin.border-white {
    width: 2rem;
    height: 4rem;
  }

  .btn-secondary {
    width: 100%;
  }

  .content-items {
    height: 100%;
    max-width: 100%;
  }

  .menu {
    padding-right: 0;
  }

  .button.scroll {
    align-self: auto;
    margin-top: -229px;
    margin-right: 0;
  }

  .hero-section {
    height: 100%;
    min-height: 630px;
  }

  .bg-image.services {
    width: auto;
    height: auto;
    flex: 1;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-items {
    justify-content: center;
    align-self: center;
  }

  .hero-items-wrapper {
    height: 360px;
  }

  .hero-items-wrapper.min-height-xl {
    height: 320px;
    min-height: 29rem;
    flex-direction: column;
  }

  .section {
    margin-top: 0;
  }

  .content-wrapper {
    justify-content: center;
  }

  .column-list.spacing-bottom {
    font-size: 1rem;
  }

  .content-heading {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .card-content.min-height-md {
    min-height: 18rem;
  }

  .hero-title {
    flex: 0 auto;
  }

  .card-items {
    padding-bottom: 1rem;
  }

  .testimonial-slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-arrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pre-loading-bar {
    min-width: 13rem;
  }

  .slide-items {
    padding-left: 0;
    padding-right: 0;
  }

  .min-height-xxl {
    min-height: 16rem;
  }

  .form-text-field.is-newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newletter-form {
    min-height: 2.75rem;
  }

  .collection-grid-list {
    grid-template-columns: 100% 100% 100%;
    grid-auto-columns: 100%;
  }

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

  .footer-item {
    width: auto;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu {
    align-items: flex-end;
    margin-top: -24px;
    padding-right: 0;
  }

  .style---layout {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .style---sidebar {
    max-width: 80vw;
  }

  .style---button-large {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .bg-space-2 {
    display: none;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .style---content-wrapper {
    max-width: 100%;
    border-radius: .5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .color-card-top {
    min-height: 40vw;
  }

  .style---main-nav {
    max-width: 95vw;
    border-radius: 1rem;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    font-size: .75rem;
  }

  .style---main-heading {
    max-width: 95vw;
    align-self: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style---button-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style---section-menu {
    border-color: rgba(136, 136, 136, .25);
    border-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .style---section-menu.w--current {
    background-color: #fff;
  }

  .style---section-wrapper {
    max-width: 100%;
  }

  .style---icons-block {
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(2rem, 2.5rem));
    align-items: flex-start;
  }

  .style---items-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    justify-content: start;
    align-self: flex-start;
    justify-items: start;
  }

  ._4-column-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-auto-columns: 1fr;
  }

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

  .neutral-800 {
    flex-direction: row;
  }

  .paragraph-2-col {
    column-count: 1;
  }

  .sticky-content {
    max-width: none;
  }

  .flex-sm {
    margin-bottom: 60px;
  }

  .flex-md {
    max-width: none;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-xl {
    margin-bottom: 40px;
  }

  .titles {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-content {
    width: 100%;
  }

  .form-field-wrap {
    min-height: 5rem;
  }

  .form-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-info {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 0;
  }

  .detail-block {
    padding: .5rem;
  }

  .pre-loadbar-wrap {
    width: 10rem;
  }

  .image-2 {
    width: auto;
    min-height: auto;
    min-width: auto;
    flex: 1;
    align-self: center;
  }

  .image-3 {
    padding-left: 116px;
    display: none;
    top: -24px;
    right: -236px;
  }

  .heading-lg-copy {
    font-size: 2.5rem;
  }

  .heading-lg-copy.text-color-white {
    text-align: left;
    font-size: 30px;
  }

  .heading-lg-copy.text-color-white-copy {
    text-align: left;
    font-size: 33px;
  }

  .image-4 {
    width: 70%;
    max-height: none;
    max-width: none;
  }

  .div-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-heading-copy {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .heading-sm-copy {
    width: auto;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-sm-copy-copy {
    width: auto;
    text-align: center;
    align-self: center;
    margin-top: 15px;
    margin-right: 0;
  }

  .form-text-field-copy.is-newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column-2 {
    min-height: 190px;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .subheading-copy {
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    width: auto;
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-7 {
    flex: 0 auto;
  }

  .background-layout-footer {
    justify-items: stretch;
  }

  .div-block-5 {
    max-width: none;
  }

  .heading-copy {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 50%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    align-self: center;
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .heading-2 {
    width: auto;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sticky-content-copy {
    max-width: none;
  }

  .flex-xl-copy {
    margin-top: 0;
  }

  .div-block-7 {
    min-height: auto;
  }

  .content-wrapper-copy {
    justify-content: center;
  }

  .content-items-copy {
    max-width: 100%;
  }

  .card-wrapper-copy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    min-height: 290px;
  }

  .mask {
    width: auto;
    height: 290px;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide {
    min-height: auto;
  }

  .grid-5 {
    grid-auto-flow: row;
    display: block;
  }

  ._01 {
    min-height: 220px;
  }

  .heading-2-copy {
    text-align: center;
  }

  .image-13 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-14 {
    width: auto;
    height: auto;
    flex: 1;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .text-span-3 {
    font-size: 2.1rem;
  }

  .div-block-9 {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-image: url('../images/img66.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  .titles-copy {
    width: 100%;
    margin-bottom: -200px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-copy {
    flex-direction: column;
    flex: 0 auto;
    grid-auto-flow: column;
    display: flex;
  }

  .image-15 {
    width: 100%;
  }

  .div-hero {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/cover.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-int {
    height: 560px;
  }

  .hero-items-int {
    justify-content: center;
    align-self: center;
  }

  .bg-image-infra.hero {
    width: auto;
    height: auto;
    min-width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/urbanizacion.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .hero-title-int {
    flex-direction: column;
    align-self: stretch;
  }

  .line-separator-int {
    width: 6rem;
    margin-top: 0;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    background-image: url('../images/automotriz.webp');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-10-2 {
    width: 100%;
    height: 100%;
    background-image: url('../images/residencial.webp');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-10-3 {
    width: 100%;
    height: 100%;
    background-image: url('../images/urbanizacion.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: stretch;
    margin: 40px 60px;
    display: flex;
  }

  .div-block-11 {
    flex: 1;
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-16 {
    width: 70%;
    height: auto;
    max-width: none;
  }

  .heading-lg-copy {
    font-size: 2.5rem;
  }

  .heading-lg-copy.text-color-white {
    margin-top: 0;
    margin-left: 0;
    font-size: 3rem;
  }

  .bg-image-residencial.hero {
    width: auto;
    height: auto;
    min-width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/residencial_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .heading-lg-2 {
    font-size: 2.5rem;
  }

  .heading-lg-2.text-color-white {
    margin-top: -150px;
    margin-left: 0;
    font-size: 3rem;
    font-weight: 700;
  }

  .heading-lg-2.text-color-white2 {
    width: 88%;
    color: var(--primary-light);
    margin-top: 0;
    margin-left: 0;
    font-size: 2.6rem;
    font-weight: 300;
  }

  ._02, ._03, ._04, ._05, ._06, ._07 {
    min-height: 220px;
  }

  .slide-10 {
    height: 100%;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-items-wrapper-int {
    height: 360px;
  }

  .hero-items-wrapper-int.min-height-xl {
    height: 320px;
    min-height: 29rem;
    flex-direction: column;
  }

  .slider-2 {
    min-height: 290px;
  }
}

#w-node-f46105e1-0cea-288f-d685-3935dbe69942-45264a5c, #w-node-f46105e1-0cea-288f-d685-3935dbe69945-45264a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f46105e1-0cea-288f-d685-3935dbe69947-45264a5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_54166ae9-8668-d51e-5452-1909e624b779-45264a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-f46105e1-0cea-288f-d685-3935dbe6994f-45264a5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: end;
}

#w-node-e412c185-a5d9-a208-f05a-18f65fee2987-45264a5c {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_670abe86-4015-6327-2aa9-9686660900a2-45264a5c {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-e9482435-f9f9-4384-bf4d-3252ef3bb18a-45264a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e20e2b1-6635-2815-33ec-5b419c36022b-45264a5c {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_7026803e-a1ec-0fda-505a-a28c8a7d5187-45264a5c {
  align-self: start;
}

#w-node-_2acbc03e-cf16-6508-a148-f775bdaa1c06-45264a5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e11f53f6-93a4-8967-d780-1b533127d5e0-45264a5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_9ec12fed-08e3-e492-b786-cd99dacfc7a0-45264a5c {
  justify-self: auto;
}

#w-node-e11f53f6-93a4-8967-d780-1b533127d60b-45264a5c {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_6ea6310b-4fd8-622d-42a3-51d5c5aa80aa-45264a5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e11f53f6-93a4-8967-d780-1b533127d5fe-45264a5c {
  align-self: start;
}

#w-node-a41c81d4-059f-ea93-f547-0ed8dfa689ad-45264a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#email-form.w-node-c61e212c-0cba-618b-aa96-312e497e8960-45264a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ea6310b-4fd8-622d-42a3-51d5c5aa80e6-45264a5c {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592683b-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#Footer-Logo.w-node-_3de06a9b-423c-0a5a-6965-ded2c592683e-c5926836 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e6100087-bffe-9c50-99c6-7156a90b4b66-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70706-c5926836 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f67a9d5-c300-3291-9383-fdc2b118676e-c5926836 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70709-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926879-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c592687b-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926881-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926888-c5926836 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-db8049fa-208b-c153-254e-7c87ea11bbed-ea11bbe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-db8049fa-208b-c153-254e-7c87ea11bbf9-ea11bbe7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-db8049fa-208b-c153-254e-7c87ea11bbfa-ea11bbe7 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-db8049fa-208b-c153-254e-7c87ea11bbfb-ea11bbe7 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-f1f9bf04-8b76-fe36-5022-041755c22c85-55c22c84 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aced7-45264a62, #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aceda-45264a62 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acedb-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aceed-45264a62 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a0-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a2-45264a62 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a9-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508bf-45264a62 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda86801699-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda868016a2-45264a62 {
  align-self: center;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda868016a3-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda868016a7-45264a62 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda868016a8-45264a62 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_56e508a1-30ee-87ad-5788-bdda868016a9-45264a62 {
  grid-area: 1 / 1 / 3 / 5;
}

#sticky.w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c36c5-45264a62 {
  align-self: start;
}

#w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c36dd-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c371a-45264a62 {
  grid-area: 1 / 1 / 3 / 6;
}

#sticky.w-node-c49404cf-204f-4ff8-d309-1bae94f7094d-45264a62 {
  align-self: start;
}

#w-node-c49404cf-204f-4ff8-d309-1bae94f70957-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b58eed5e-8a78-818c-dcbc-12050953d951-45264a62, #w-node-b58eed5e-8a78-818c-dcbc-12050953d955-45264a62, #w-node-e3e250aa-2b29-6e26-e301-f5a3f7f33ec0-45264a62, #w-node-e3e250aa-2b29-6e26-e301-f5a3f7f33ec4-45264a62, #w-node-_32b8cb01-66aa-2895-718c-81e760dd21f2-45264a62, #w-node-_32b8cb01-66aa-2895-718c-81e760dd21f6-45264a62, #w-node-c62f8613-da9d-88bd-b688-21f08208776d-45264a62, #w-node-c62f8613-da9d-88bd-b688-21f082087771-45264a62, #w-node-cf450526-19db-7aa5-2cca-355f37a31e36-45264a62, #w-node-cf450526-19db-7aa5-2cca-355f37a31e3a-45264a62, #w-node-_160c90c0-4b28-e3e7-9460-4d5deb8f42f0-45264a62, #w-node-_160c90c0-4b28-e3e7-9460-4d5deb8f42f4-45264a62, #w-node-_93cafe92-9d4a-8558-7af3-568158d6bd87-45264a62, #w-node-_93cafe92-9d4a-8558-7af3-568158d6bd8b-45264a62, #w-node-_97d8aa1e-5720-6366-c0e5-657ebfd2cfd7-45264a62, #w-node-_97d8aa1e-5720-6366-c0e5-657ebfd2cfdb-45264a62, #w-node-_5a225d3b-d486-09ef-bc69-20e82d358d88-45264a62, #w-node-_5a225d3b-d486-09ef-bc69-20e82d358d8c-45264a62, #w-node-_923139f2-05e4-3a9e-cfec-cdff31d74274-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49404cf-204f-4ff8-d309-1bae94f709a5-45264a62 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a62 {
  align-self: start;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c5889a1e-a596-5e10-6b8e-503b86b6e3c1-45264a62 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a62 {
  align-self: start;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b5-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#email-form.w-node-b39b1536-27e0-d3ed-a365-344d051152b7-45264a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152d1-45264a62 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aced7-45264a63, #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aceda-45264a63 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acedb-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7aceed-45264a63 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_0ced4c27-d949-a7a2-b6b4-69b8ce02547b-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ceb3dc-0915-510d-16b9-e49c93b769a6-45264a63 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a63, #w-node-_84020bd0-209a-a5f5-8b48-456036369dcf-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c08f35b-0a85-5af2-1770-26b0d604b343-45264a63, #w-node-_91f11e33-a66f-0b75-2508-8d29814ad2cb-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acefa-45264a63 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb3ffb-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb4004-45264a63 {
  align-self: center;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb4005-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb4009-45264a63 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb400a-45264a63 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb400b-45264a63 {
  grid-area: 1 / 1 / 3 / 5;
}

#sticky.w-node-baf1b14c-393e-c85b-9f47-10b6aeab96fe-45264a63 {
  align-self: start;
}

#w-node-baf1b14c-393e-c85b-9f47-10b6aeab9709-45264a63, #w-node-baf1b14c-393e-c85b-9f47-10b6aeab970e-45264a63, #w-node-baf1b14c-393e-c85b-9f47-10b6aeab9713-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf1b14c-393e-c85b-9f47-10b6aeab9715-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e76596c-6439-346d-1158-28f4eb4699c7-45264a63, #w-node-_5e76596c-6439-346d-1158-28f4eb4699cc-45264a63, #w-node-d334cd9b-56e9-1d7f-b93c-890f600934fc-45264a63, #w-node-d334cd9b-56e9-1d7f-b93c-890f60093501-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf1b14c-393e-c85b-9f47-10b6aeab973e-45264a63 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a63 {
  align-self: start;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c5889a1e-a596-5e10-6b8e-503b86b6e3c1-45264a63 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a63 {
  align-self: start;
  justify-self: start;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b5-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#email-form.w-node-b39b1536-27e0-d3ed-a365-344d051152b7-45264a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152d1-45264a63 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_4f682439-35c1-4133-e289-fc84adb38186-45264a66, #w-node-_4f682439-35c1-4133-e289-fc84adb38189-45264a66 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f682439-35c1-4133-e289-fc84adb3818a-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f682439-35c1-4133-e289-fc84adb3818b-45264a66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f682439-35c1-4133-e289-fc84adb38194-45264a66 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_0ced4c27-d949-a7a2-b6b4-69b8ce02547b-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ceb3dc-0915-510d-16b9-e49c93b769a6-45264a66 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_647122e8-4f4f-99a2-5284-52a1dd1a8ce7-45264a66, #w-node-_647122e8-4f4f-99a2-5284-52a1dd1a8ceb-45264a66, #w-node-dc3b717b-e480-379d-b041-2d6cd7eb01c8-45264a66, #w-node-dc3b717b-e480-379d-b041-2d6cd7eb01cc-45264a66, #w-node-_93ae974c-d6af-102e-7a21-7ec07a70315a-45264a66, #w-node-_93ae974c-d6af-102e-7a21-7ec07a70315e-45264a66, #w-node-_05e990c6-82d9-992a-afd8-245683d7e02e-45264a66, #w-node-_05e990c6-82d9-992a-afd8-245683d7e032-45264a66, #w-node-e8b70303-dea3-ac41-a32e-df63c63ba65d-45264a66, #w-node-e8b70303-dea3-ac41-a32e-df63c63ba661-45264a66, #w-node-_383c93bc-9c45-bdae-ad81-91da81c93740-45264a66, #w-node-_383c93bc-9c45-bdae-ad81-91da81c93744-45264a66, #w-node-_59c1488d-ba35-4bc0-2195-84b4011120f8-45264a66, #w-node-_59c1488d-ba35-4bc0-2195-84b4011120fc-45264a66, #w-node-_1f35387c-f30e-f889-c603-10a346f34209-45264a66, #w-node-_1f35387c-f30e-f889-c603-10a346f3420d-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acefa-45264a66 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-bb60406e-130c-cc75-0ce5-ed08b2f7844d-45264a66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb60406e-130c-cc75-0ce5-ed08b2f78450-45264a66 {
  align-self: center;
}

#w-node-d2ea6386-3ad9-d134-8ace-7284b715ebe2-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb60406e-130c-cc75-0ce5-ed08b2f78459-45264a66 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-bb60406e-130c-cc75-0ce5-ed08b2f7845a-45264a66 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-bb60406e-130c-cc75-0ce5-ed08b2f7845b-45264a66 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a66 {
  align-self: start;
}

#w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c5889a1e-a596-5e10-6b8e-503b86b6e3c1-45264a66 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a66 {
  align-self: start;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152b5-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#email-form.w-node-b39b1536-27e0-d3ed-a365-344d051152b7-45264a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b39b1536-27e0-d3ed-a365-344d051152d1-45264a66 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_31586f95-f648-3946-7987-6cf1063879d4-45264a68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31586f95-f648-3946-7987-6cf1063879db-45264a68, #w-node-_31586f95-f648-3946-7987-6cf1063879f8-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387a00-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387a1a-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387a52-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387abc-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b63-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b6b-45264a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31586f95-f648-3946-7987-6cf106387b70-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b75-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b79-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b7e-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b81-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b86-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b89-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b8e-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b91-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387b96-45264a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387b99-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387b9e-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387ba1-45264a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_31586f95-f648-3946-7987-6cf106387ba6-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bab-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bae-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bb3-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bb6-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bbb-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bbe-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bc3-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bc6-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bcb-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387bce-45264a68, #w-node-d36cd6b7-b94b-404f-9bab-ab8688105a56-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bd6-45264a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bdb-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387be1-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387be5-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387beb-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bef-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bf5-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bf9-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387bff-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387c03-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387c09-45264a68 {
  align-self: center;
}

#w-node-_31586f95-f648-3946-7987-6cf106387c0d-45264a68 {
  align-self: stretch;
}

#w-node-_31586f95-f648-3946-7987-6cf106387c17-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387c34-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387c94-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387cab-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387cc3-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387cc7-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387cfc-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d04-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d08-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d1c-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d31-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d35-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d49-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d5e-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d62-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d6b-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d76-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d7e-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387dc9-45264a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_54166ae9-8668-d51e-5452-1909e624b779-45264a5c {
    order: 9999;
  }

  #w-node-f46105e1-0cea-288f-d685-3935dbe6994f-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: end;
  }

  #w-node-e412c185-a5d9-a208-f05a-18f65fee2987-45264a5c {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_670abe86-4015-6327-2aa9-9686660900a2-45264a5c {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_17d6eef6-a708-d8bc-c1c7-74fd20ba6e28-45264a5c, #w-node-_21fdbe46-e9f8-9102-42d5-a7c260f43766-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9482435-f9f9-4384-bf4d-3252ef3bb18a-45264a5c {
    grid-column: span 3 / span 3;
  }

  #w-node-_7026803e-a1ec-0fda-505a-a28c8a7d5187-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_203875a9-7644-904e-7e92-90900259dfbd-45264a5c, #w-node-_2acbc03e-cf16-6508-a148-f775bdaa1c06-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e11f53f6-93a4-8967-d780-1b533127d5e0-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_9ec12fed-08e3-e492-b786-cd99dacfc7a0-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_6ea6310b-4fd8-622d-42a3-51d5c5aa80aa-45264a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #Footer-Logo.w-node-_3de06a9b-423c-0a5a-6965-ded2c592683e-c5926836 {
    justify-self: auto;
  }

  #w-node-e6100087-bffe-9c50-99c6-7156a90b4b66-c5926836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70706-c5926836 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_1f67a9d5-c300-3291-9383-fdc2b118676e-c5926836 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: end;
  }

  #w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70709-c5926836 {
    justify-self: auto;
  }

  #w-node-db8049fa-208b-c153-254e-7c87ea11bbf9-ea11bbe7 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_8d5f5c86-ab0d-4172-cc45-f434f530d2d0-f530d2cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-e35ceec0-54cf-2fdf-d497-a93efbd933e7-f530d2cc {
    align-self: stretch;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a0-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a2-45264a62 {
    justify-self: stretch;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a8-45264a62, #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a9-45264a62 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_56e508a1-30ee-87ad-5788-bdda868016a2-45264a62 {
    align-self: center;
    justify-self: end;
  }

  #w-node-_56e508a1-30ee-87ad-5788-bdda868016a8-45264a62 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a62 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a62, #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a62, #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a62 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0ced4c27-d949-a7a2-b6b4-69b8ce02547b-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49ceb3dc-0915-510d-16b9-e49c93b769a6-45264a63 {
    justify-self: stretch;
  }

  #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a63, #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a63, #w-node-_84020bd0-209a-a5f5-8b48-456036369dcf-45264a63 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb4004-45264a63 {
    align-self: center;
    justify-self: end;
  }

  #w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb400a-45264a63 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a63 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a63, #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a63, #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a63 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0ced4c27-d949-a7a2-b6b4-69b8ce02547b-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49ceb3dc-0915-510d-16b9-e49c93b769a6-45264a66 {
    justify-self: stretch;
  }

  #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a66, #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a66 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bb60406e-130c-cc75-0ce5-ed08b2f78450-45264a66 {
    align-self: center;
    justify-self: end;
  }

  #w-node-bb60406e-130c-cc75-0ce5-ed08b2f7845a-45264a66 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a66 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a66, #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a66, #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a66 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_31586f95-f648-3946-7987-6cf1063879d4-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d16-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d2a-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d43-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d57-45264a68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f46105e1-0cea-288f-d685-3935dbe69947-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f46105e1-0cea-288f-d685-3935dbe6994f-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-e412c185-a5d9-a208-f05a-18f65fee2987-45264a5c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_670abe86-4015-6327-2aa9-9686660900a2-45264a5c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_17d6eef6-a708-d8bc-c1c7-74fd20ba6e28-45264a5c, #w-node-_21fdbe46-e9f8-9102-42d5-a7c260f43766-45264a5c {
    grid-column: span 2 / span 2;
  }

  #w-node-e9482435-f9f9-4384-bf4d-3252ef3bb18a-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7026803e-a1ec-0fda-505a-a28c8a7d5187-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_203875a9-7644-904e-7e92-90900259dfbd-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2acbc03e-cf16-6508-a148-f775bdaa1c06-45264a5c, #w-node-e11f53f6-93a4-8967-d780-1b533127d5e0-45264a5c, #w-node-_9ec12fed-08e3-e492-b786-cd99dacfc7a0-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ea6310b-4fd8-622d-42a3-51d5c5aa80aa-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e11f53f6-93a4-8967-d780-1b533127d5fe-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836, #w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70706-c5926836 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db8049fa-208b-c153-254e-7c87ea11bbf9-ea11bbe7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-db8049fa-208b-c153-254e-7c87ea11bbfa-ea11bbe7 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f1f9bf04-8b76-fe36-5022-041755c22c8b-55c22c84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a62, #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a8-45264a62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a9-45264a62 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56e508a1-30ee-87ad-5788-bdda868016a7-45264a62 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_56e508a1-30ee-87ad-5788-bdda868016a8-45264a62 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #sticky.w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c36c5-45264a62, #sticky.w-node-c49404cf-204f-4ff8-d309-1bae94f7094d-45264a62, #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a63, #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a63 {
    grid-column: span 2 / span 2;
  }

  #w-node-_84020bd0-209a-a5f5-8b48-456036369dcf-45264a63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb4009-45264a63 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb400a-45264a63 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #sticky.w-node-baf1b14c-393e-c85b-9f47-10b6aeab96fe-45264a63, #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_4f682439-35c1-4133-e289-fc84adb3818b-45264a66, #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a66 {
    grid-column: span 2 / span 2;
  }

  #w-node-bb60406e-130c-cc75-0ce5-ed08b2f78459-45264a66 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bb60406e-130c-cc75-0ce5-ed08b2f7845a-45264a66 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916169-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152a8-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_31586f95-f648-3946-7987-6cf106387d16-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d2a-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d43-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d57-45264a68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f46105e1-0cea-288f-d685-3935dbe69947-45264a5c {
    justify-self: center;
  }

  #w-node-f46105e1-0cea-288f-d685-3935dbe6994f-45264a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_670abe86-4015-6327-2aa9-9686660900a2-45264a5c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_17d6eef6-a708-d8bc-c1c7-74fd20ba6e28-45264a5c, #w-node-_21fdbe46-e9f8-9102-42d5-a7c260f43766-45264a5c, #w-node-e9482435-f9f9-4384-bf4d-3252ef3bb18a-45264a5c {
    grid-column: span 1 / span 1;
  }

  #w-node-d589d59e-f53e-4d09-b770-103fa885f7e5-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7026803e-a1ec-0fda-505a-a28c8a7d5187-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2acbc03e-cf16-6508-a148-f775bdaa1c06-45264a5c, #w-node-e11f53f6-93a4-8967-d780-1b533127d5e0-45264a5c, #w-node-_9ec12fed-08e3-e492-b786-cd99dacfc7a0-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e11f53f6-93a4-8967-d780-1b533127d5fe-45264a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: auto;
  }

  #Footer-Logo.w-node-_3de06a9b-423c-0a5a-6965-ded2c592683e-c5926836 {
    justify-self: start;
  }

  #w-node-e6100087-bffe-9c50-99c6-7156a90b4b66-c5926836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: start;
  }

  #w-node-bfaf4bd6-1d10-2c3e-e697-c411fee70706-c5926836, #w-node-_1f67a9d5-c300-3291-9383-fdc2b118676e-c5926836 {
    justify-self: end;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926888-c5926836 {
    justify-self: auto;
  }

  #w-node-db8049fa-208b-c153-254e-7c87ea11bbf9-ea11bbe7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8d5f5c86-ab0d-4172-cc45-f434f530d2d0-f530d2cc {
    align-self: auto;
  }

  #w-node-f1f9bf04-8b76-fe36-5022-041755c22c8b-55c22c84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a62 {
    justify-self: center;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a8-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f9c4470-6e35-7bdf-ebfc-38ba4e1508a9-45264a62 {
    grid-column: span 1 / span 1;
  }

  #w-node-_56e508a1-30ee-87ad-5788-bdda86801699-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #sticky.w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c36c5-45264a62, #w-node-d46a7b2b-bea0-35a2-1fac-500f9f1c36dd-45264a62, #sticky.w-node-c49404cf-204f-4ff8-d309-1bae94f7094d-45264a62, #w-node-c49404cf-204f-4ff8-d309-1bae94f70957-45264a62 {
    grid-column: span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916166-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_0da6c0f4-fda8-2a17-2e8e-ea225c7acee1-45264a63 {
    justify-self: center;
  }

  #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a63, #w-node-_84020bd0-209a-a5f5-8b48-456036369dcf-45264a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3a2b29f-a888-2ef1-9c38-aeafadeb3ffb-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #sticky.w-node-baf1b14c-393e-c85b-9f47-10b6aeab96fe-45264a63, #w-node-baf1b14c-393e-c85b-9f47-10b6aeab9715-45264a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916166-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_4f682439-35c1-4133-e289-fc84adb3818b-45264a66 {
    justify-self: center;
  }

  #w-node-e8ffed8f-dcda-4477-ea31-3185f5963611-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4449fbe-1ff2-1cb3-0ee9-3b5a6003933a-45264a66 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb60406e-130c-cc75-0ce5-ed08b2f7844d-45264a66, #w-node-_38c9cdbb-546d-1b37-f851-854f65916166-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916168-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_38c9cdbb-546d-1b37-f851-854f65916173-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b39b1536-27e0-d3ed-a365-344d051152b0-45264a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_31586f95-f648-3946-7987-6cf106387b6b-45264a68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31586f95-f648-3946-7987-6cf106387bdb-45264a68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_31586f95-f648-3946-7987-6cf106387be0-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387c12-45264a68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31586f95-f648-3946-7987-6cf106387d0a-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d10-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d16-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d1e-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d24-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d2a-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d37-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d3d-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d43-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d4b-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d51-45264a68, #w-node-_31586f95-f648-3946-7987-6cf106387d57-45264a68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Icons Filled';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Oulined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanka';
  src: url('../fonts/Blanka.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}