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

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

@font-face {
  font-family: Materialiconssharp;
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsround;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconstwotone;
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsoutlined;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
}

a {
  flex-flow: column;
  display: flex;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-style-h3.v2 {
  color: #fff;
  font-weight: 700;
}

.heading-style-h3.v3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.heading-style-h3.v4 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.padding-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.option-2 {
  padding-bottom: 0;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  color: #fff;
  font-size: 1rem;
}

.text-size-tiny.parrafo-calendar {
  text-align: right;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: #505050;
  text-align: justify;
  font-weight: 600;
}

.text-size-regular.white {
  color: #fff;
}

.text-size-regular.white.ligh {
  text-align: justify;
  font-weight: 300;
}

.text-size-regular.bold {
  color: #171a33;
  font-size: 1.25rem;
  font-weight: 700;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

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

.text-size-small.white {
  color: #fff;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.super {
  max-width: 100rem;
}

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  background-color: #171a33;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button.is-large:hover {
  background-color: #767f86;
}

.button.is-large.secondary {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
}

.button.is-secondary.w--current {
  color: #171a33;
  background-color: #fff;
}

.button.is-secondary.plant {
  color: #171a33;
  border-color: #171a33;
}

.button.is-secondary.plant.w--current {
  color: #fff;
  background-color: #171a33;
  border-color: #171a33;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon.wt {
  background-color: #49c557;
  border-radius: 50px;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium.white {
  color: #fff;
}

.text-size-medium.bold {
  color: #171a33;
  font-weight: 700;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.pading-top {
  padding-top: 0;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.navbar1_component {
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #00000003 95%, #0000);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar1_container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-small {
  background-image: linear-gradient(#dba942, #dba942);
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.dropdown-chevron {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  width: auto;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar1_link.w--current, .text-block, .text-block-2 {
  color: #fff;
}

.svg {
  color: #fff;
  width: 9.1em;
}

.image {
  object-fit: contain;
  width: 100%;
}

.section_conpany {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-small-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.company_component {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-company.text-eventos {
  z-index: 2;
  justify-content: flex-start;
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.title-company.text-formulario {
  display: block;
}

.title-company.text-v3 {
  position: absolute;
  top: 79%;
}

.title-company.text-v4 {
  position: absolute;
  top: 52%;
}

.title-company.text-v5 {
  position: absolute;
  top: 44%;
}

.title-company.central {
  align-items: center;
}

.title-company.pading {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-size-medium-2 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dba942;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.content-company {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f2wf-small-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.card-company {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.author-company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-company.parrafo {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
}

.author_image-company {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  border: 1px solid #001d41;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.author_content-company {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author_content-company.author_name {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.author_name {
  color: #fff;
  font-size: 1em;
}

.card-company-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  display: flex;
}

.icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #001d41;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.author_content-company-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author_name-2 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.icon-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #001d41;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.heading-style-h2-0 {
  color: #171a33;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h2-0.white {
  color: #fff;
}

.heading-style-h2-1 {
  color: #767f86;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h2-1.yellow {
  color: #fff;
  font-weight: 600;
}

.heading-style-h2-1.font-color {
  color: #fff;
}

.heading-style-h2-1.color-green {
  color: #767f86;
}

.heading-style-h2-1.type-2, .heading-style-h2-1.type-3 {
  color: #171a33;
}

.text-block-3 {
  font-family: Materialiconsoutlined, sans-serif;
}

.icon-text {
  color: #001d41;
  font-family: Materialiconsoutlined, sans-serif;
  font-size: 2rem;
}

.slider_component {
  width: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/slider-galia-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 380px;
}

.slider.slider-medida {
  display: none;
}

.slide-2 {
  background-image: url('../images/6-slider-coral-lake.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.link-block {
  width: 100%;
  height: 100%;
}

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

.grid.destacados {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.image-banner {
  width: 100%;
  position: relative;
}

.image-global {
  width: 100%;
  height: auto;
}

.img-project {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-project.ocultar {
  display: none;
}

.item-projects {
  position: relative;
  overflow: hidden;
}

.item-projects.line-destacado {
  border: 2px solid #fff;
  border-radius: 5px;
}

.content-home {
  width: 100%;
  margin-top: 2rem;
}

.content-home.amenities {
  width: 100%;
  display: flex;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-blog {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.item-blog-secondary {
  position: relative;
  overflow: hidden;
}

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

.image-3, .image-4 {
  width: 100%;
}

.eventos {
  position: relative;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
  position: relative;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_main_field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  border: 0 solid #6c6c6c;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 42px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form_main_field::placeholder, .text-2 {
  color: #979797;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-text-input-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  border: 0 solid #6c6c6c;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-text-input-2::placeholder {
  color: #979797;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 694px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.form-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block-label {
  color: #979797;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.form-text-input-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #6c6c6c;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15px;
  height: 15px;
  padding: 12px;
  display: flex;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  border: 1px solid #6c6c6c;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-textarea::placeholder {
  color: #979797;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  background-color: #171a33;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.text-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.formulario {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.footer {
  background-color: #171a33;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_bottom {
  border: 0 solid #f5f5f5;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer_logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-blanco-2 {
  object-fit: cover;
}

.footer_logo-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.9687px;
  height: 20px;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.7904px;
  height: 20px;
  display: flex;
}

.footer_top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f2wf-columns-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer_navigation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f2wf-small-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.footer_coluimn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer_links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.footer_link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.logo-owly {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-2 {
  border: 0 solid #f5f5f5;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-2 {
  background-color: #001d41;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.padding-section-medium-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer_component-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_bottom-3 {
  border: 0 solid #f5f5f5;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer_logo-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subtitulo {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.7904px;
  height: 20px;
  display: flex;
}

.titulo {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gradient {
  background-image: linear-gradient(#fff0 47%, #000000ab 78%);
  position: absolute;
  inset: 0;
}

.gradient.slider-destino {
  z-index: 3;
}

.gradient.hide-color {
  display: block;
}

.author_content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.author_content.current {
  opacity: 0;
}

.author_name-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.author_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .75em;
  font-weight: 500;
  line-height: 150%;
}

.svg-2 {
  width: 5em;
  position: absolute;
  inset: auto;
}

.svg-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo {
  width: 8em;
  padding: .5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.svg-4 {
  color: #fff;
}

.logo-proyecto {
  width: 8.6em;
  padding: .5em 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-proyecto.current {
  opacity: 0;
}

.logo-proyecto.destacado-card.dom {
  width: 6.7em;
}

.svg-logo {
  color: #fff;
}

.card-project {
  text-decoration: none;
}

.hober-card {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hober-card.show {
  opacity: 1;
}

.item-hober {
  background-color: #dba942;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.team_card_blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.team_card_blog.horizontal {
  flex-direction: row;
}

.item-datos-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item-datos-blog.nombre-canlendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.team_card_name {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.team_card_description {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.calendar-blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  display: flex;
}

.calendar-blog.item-calendar {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}

.etiqueta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.etiqueta.line-calendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-width: 1px;
  border-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.team_card_description-2 {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.fecha {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.card-blog {
  text-decoration: none;
}

.team_card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 463px;
  padding: 24px;
  display: flex;
  position: absolute;
}

.frame-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.team_card_description-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.frame-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.frame-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card-ubicacion {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.titulo-destino {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}

.descripcion-destinos {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dba942;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.heading {
  color: #000;
}

.item-eventos {
  position: relative;
}

.team-card-eventos {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.team-card-eventos.calendar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.item-datos-eventos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-small-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.pricing_title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.calendar-evento {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.author_content-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ubicacion-evento {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-datos-blog {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-5, .image-form {
  width: 100%;
}

.footer_copyright {
  border-top: 1px solid #fff;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.destacados {
  color: #171a33;
}

.destacados.company {
  color: #d7d7d7;
  background-image: linear-gradient(#171a3380, #171a3380);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 6.25rem;
  font-weight: 500;
  position: absolute;
  top: 13%;
}

.destacados.text-v2 {
  z-index: 2;
  position: absolute;
  top: 0%;
}

.destacados.text-v3 {
  position: absolute;
}

.section_projects-destacados {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.section-team-job {
  background-color: #171a33;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.slider-2 {
  background-color: #1a1a1a;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.mask-2 {
  text-align: center;
  width: 80vw;
  display: block;
  overflow: visible;
}

.slide-3 {
  text-align: center;
  cursor: grab;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.img {
  display: inline-block;
}

.left-arrow-2, .right-arrow-2 {
  width: 25%;
}

.slide-nav-2 {
  font-size: 9px;
  line-height: 20px;
}

.section_testimonial {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-global-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.testimonial_component-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.company_column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.company_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #171a33;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 48px 32px;
  display: flex;
}

.copany_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.author_content-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author_name-4 {
  color: #ca9d75;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.text-company {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-medium-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.testimonial_card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 48px 32px;
  display: flex;
}

.text-10 {
  color: #ca9d75;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 150%;
  position: absolute;
  top: 0%;
}

.company-content {
  width: 100%;
}

.card-job {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-job {
  object-fit: cover;
  background-image: linear-gradient(#0000, #000);
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-job {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-11 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.text-12 {
  color: #fff;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.card-job-component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section_logos {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.padding-section-medium-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.card-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos_component {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos_image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 62px;
  display: flex;
}

.logos_image-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.logo-galia-at-cap-cana-1 {
  object-fit: cover;
}

.logos_image-wrap-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 154.396px;
  padding: 16px 24px;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 122.396px;
  display: flex;
}

.section_destacados {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.padding-global-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.padding-section-small-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.destacados_component {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f2wf-columns-6 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.destacado_card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 118px;
  padding: 20px;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 50px;
  display: flex;
}

.line {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 60px;
  padding: 0;
  display: flex;
}

.features_metric-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.features_value {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.frame-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features_description {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.section_header {
  background-color: #e4f9ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.title-company-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.frame-95 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 828px;
  display: flex;
}

.frame-96 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-size-medium-4 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.heading-style-h2-3 {
  color: #001d41;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h2-4 {
  color: #ca9d75;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.header_image-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mapa-zoemar {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pricing_item {
  background-color: #ebebeb;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 228px;
  padding: 16px 16px 14px;
  display: flex;
  position: absolute;
  top: 69px;
  left: 851px;
}

.pricing_image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 198px;
  padding: 32px 16px;
  display: flex;
}

.pricing_label {
  color: #001d41;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.pricing_info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.pricing_title-2 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.frame-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 306px;
  left: 1139px;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.header_content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.features_component {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.features_metric {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.logo-1 {
  object-fit: cover;
}

.features_description-2 {
  color: #505050;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.section_features {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.features_component-2 {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.features_metric-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 118px;
  padding: 32px;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 67.7063px;
  display: flex;
}

.features_metric-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 60px;
  padding: 32px;
  display: flex;
}

.features_metric-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.card-item-destacados {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.features_description-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.features_metric-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 23px 32px;
  display: flex;
}

.item-conted-destacados {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  height: 80vh;
  margin-bottom: 3rem;
}

.slide-4 {
  background-image: url('../images/CATALONIA_EXTERIOR_DIA_FIJA_011.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  display: flex;
}

.planta-1 {
  background-image: url('../images/CORE-PLANTA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
}

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

.tab-pane-tab-2 {
  background-image: url('../images/CORE-PLANTA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
}

.tab-pane-tab-3 {
  background-image: url('../images/CORE-PLANTA-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
}

.tab-pane-tab-4 {
  background-image: url('../images/CORE-PLANTA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
}

.tab-pane-tab-5 {
  background-image: url('../images/CORE-PLANTA-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
}

.section-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #191919;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.card-team {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pexels-august-de-richelieu-4427622-1 {
  object-fit: cover;
  background-image: linear-gradient(#0000 38%, #000 89%);
}

.button-wt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 470px;
  padding: 24px;
  display: flex;
}

.info-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.item-butuon {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #dba94200;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-13 {
  color: #fff0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-is-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #49c557;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-size-medium-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.info-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.frame-42 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-14 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-15 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-16 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.frame-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-team-item {
  position: relative;
}

.section_team {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 25%;
}

.padding-global-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-small-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.team_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-company-3 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.titulo-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.text-size-medium-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.heading-style-h2-5 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h2-6 {
  color: #ca9d75;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.title-team {
  width: 100%;
  display: flex;
}

.section_heade {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_heade.background-color-black {
  background-color: #191919;
}

.padding-global-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.header_conten {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.header_image-wra {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.destacado-1 {
  object-fit: cover;
}

.heading-style-h2-7 {
  position: absolute;
  top: auto;
  left: auto;
}

.header_content-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: flex;
}

.item-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-medium-7 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.heading-style-h2-8 {
  color: #ca9d75;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  top: 311px;
  left: 0;
}

.heading-style-h2-9 {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  top: 311px;
  left: 0;
}

.testimonial_component {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-company-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.content-company-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-company-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-company-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.author-company-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.author_content-company-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author_name-5 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.line-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: .3px;
  padding: 24px 32px;
  display: flex;
}

.author_content-company-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-h2-11 {
  color: #001d41;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}

.heading-style-h2-12 {
  color: #767f86;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}

.content-company-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.accordion-answer {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  position: relative;
}

.question {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.special-heading-wrap {
  color: #203492;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 310px;
  display: flex;
}

.special-heading {
  color: #fff;
  text-shadow: 0 1px #203492, -1px 0 #203492, 0 -1px #203492, 1px 0 #203492;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
  font-weight: 900;
  line-height: 1em;
  transform: rotate(-90deg);
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.accordion-wrapper {
  overflow: hidden;
}

.accordion-faq {
  cursor: pointer;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.container-3 {
  width: 95%;
  max-width: 1350px;
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.answer-wrap {
  display: block;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.background-color-black {
  background-color: #171a33;
}

.line-horizontal {
  background-color: #383838;
  height: .3px;
}

.logo-banner {
  color: #fff;
  width: 7.7em;
}

.svg-5 {
  color: #fff;
}

.btn-map {
  color: #fff;
  width: 1.5%;
  position: absolute;
  inset: auto 5.5% 36% auto;
}

.btn-map.capcana {
  bottom: 40%;
  right: 4.7%;
}

.map-destacado {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-map {
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.card-map.show {
  display: flex;
}

.card-map.current {
  background-color: #fff;
  display: flex;
}

.card-map.cap-cana-card {
  display: none;
  bottom: 13%;
  right: 6.5%;
}

.f2wf-small-columns-7 {
  position: absolute;
  inset: auto 10% 41% auto;
}

.map-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-group-29-1-1 {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 16px;
  display: flex;
}

.pricing_label-2 {
  color: #001d41;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.pricing_info-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.pricing_title-3 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.map-detalle {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  transform: scale(1.2);
}

.map-detalle.show {
  opacity: 1;
  display: flex;
  transform: scale(1);
}

.div-block-6, .div-block-7 {
  width: 100%;
}

.btn-map-destacado {
  color: #fff;
  width: 2.3%;
  position: absolute;
  inset: auto 19% 36% auto;
}

.card-map-destacado {
  display: none;
  position: absolute;
  inset: auto 22% 26% auto;
}

.card-map-destacado.current {
  display: flex;
}

.map-detalle-item {
  opacity: 0;
  display: none;
  position: absolute;
}

.map-detalle-item.show {
  opacity: 1;
  display: flex;
}

.btn-slider {
  background-color: #171a339e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .7em;
  display: flex;
}

.catalog-rotate_img {
  width: 100%;
}

.small-icon {
  width: 3em;
  height: 3em;
  transition: all .3s linear;
  position: relative;
  left: 4%;
}

.catalog-rotate {
  border-radius: 50%;
  width: 7em;
  height: 7em;
  position: absolute;
}

.catalog-btn-wrapper {
  z-index: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.catalog-btn-wrapper.greeting-btn {
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
}

.column-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 129px;
  display: flex;
}

.owly {
  align-self: center;
  position: static;
  inset: auto 0% 3%;
}

.content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-owly-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-team-job-agentes {
  width: 100%;
  position: relative;
}

.slider-agentes {
  background-color: #ddd0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

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

.section_clima {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.pricing_component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-company-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.frame-99 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-medium-8 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.clima_item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.item-clima {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 290px;
  display: flex;
}

.clima_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #171a33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 290px;
  padding: 32px;
  display: flex;
}

.icon_image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 290px;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.info-conten {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clima_info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_title-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.clima_details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-small-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.heading-style-h2-14 {
  color: #171a33;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h2-15 {
  color: #ca9d75;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.section_infraestructura {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.padding-global-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.padding-section-medium-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.infraestructura_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.infraestructura_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.infraestructura_content-header {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-style-h3-2 {
  color: #171a33;
  text-transform: uppercase;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
}

.error-80fdbecf-6087-e73c-4c2c-1f181a6c55ab {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.infraestructura_grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.infraestructura_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features_description-4 {
  flex-direction: column;
  display: flex;
}

.features_description-0 {
  color: #505050;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.features_description-1 {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.features_description-5 {
  color: #505050;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

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

.slider-4 {
  width: 100%;
  height: 100vh;
}

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

.slide-5 {
  background-image: url('../images/BANNER-HOME-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-6 {
  background-image: url('../images/BANNER-HOME-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.svg-6 {
  width: 11em;
}

.svg-7 {
  width: 14em;
}

.svg-8 {
  width: 9em;
}

.svg-9 {
  width: 11em;
}

.div-block-9 {
  display: block;
  position: relative;
}

.div-block-10 {
  width: 100%;
  position: absolute;
  bottom: -24%;
}

.slide-7 {
  background-image: url('../images/CoreResidencesExteriorView1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/CoreResidencesExteriorView2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/CoreResidencesExteriorView3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/Core-Residences-Farallon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/ExterioresCore_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/ExterioresCore_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/ExterioresCore_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/ExterioresCore_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1 {
  background-image: url('../images/RoofTopCoreCapCana.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/TerrazaSocial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/VerExterioresCore.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/VerInterioresCore.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-5 {
  background-image: url('../images/VolverInicio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/VerInterioresCore.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/LobbyCore_1-scaled.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/LobbyCore_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/MainRoom_Nivel1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/PasilloInteriorCore.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-20 {
  background-image: url('../images/SecondRoom_Nivel1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-21 {
  background-image: url('../images/Terraza_Nivel1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-22 {
  background-image: url('../images/terraza-sala-comedor-cocina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-23 {
  background-image: url('../images/VolverInicioCore.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-preguntas {
  background-color: #171a33;
}

.tabs-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.slider-5 {
  height: 100vh;
  position: relative;
}

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

.slide-24 {
  background-image: url('../images/BANNER-DETINO-FINAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/BANNER-CAP-CANA-FINAL-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-3 {
  z-index: 8;
}

.right-arrow-3 {
  z-index: 7;
}

.gradient-horizontal {
  background-image: linear-gradient(103deg, #000000a8, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.whatsapp {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-51 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
  position: fixed;
  inset: auto 0% 8% auto;
}

.comming-soon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 4% auto auto;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 127px;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 118px;
  display: flex;
  position: absolute;
  top: 3px;
  left: 3px;
}

.comming-soon-2 {
  position: absolute;
  top: 0;
}

.comming-soon-0 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: 33px;
  left: 12px;
}

.comming-soon-1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: 33px;
  left: 12px;
}

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

.company-amenidades {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-trabajo {
  background-color: #171a33;
  align-items: center;
  height: 200px;
  display: flex;
}

.author-trabajo {
  padding: 1rem 2rem;
}

.content-capcana {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-capcana {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.heading-style-h2-16 {
  color: #171a33;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h2-17 {
  text-align: center;
}

.card-capcana {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-capcana {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.heading-style-h2-18 {
  color: #171a33;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

.text-card-date {
  color: #001d41;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.heading-style-h2-19 {
  color: #767f86;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

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

.slider-6 {
  background-color: #ddd0;
  height: 80vh;
}

.slide-26 {
  background-image: url('../images/ZC-GALIA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-27 {
  background-image: url('../images/ZC-GALIA-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-28 {
  background-image: url('../images/ZC-GALIA-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-29 {
  background-image: url('../images/ZC-GALIA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-30 {
  background-image: url('../images/ZC-GALIA-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-31 {
  background-image: url('../images/ZC-GALIA-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-32 {
  background-image: url('../images/ZC-GALIA-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-33 {
  background-image: url('../images/ZC-GALIA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-34 {
  background-image: url('../images/ZC-GALIA-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-7 {
  height: 100vh;
}

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

.slide-35 {
  background-image: url('../images/1-BANNER-PUNTA-CANA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-menu-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  display: flex;
}

.tab-pane-tab-1 {
  background-image: url('../images/GALIA-PLANTA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.tab-pane-tab-2-2 {
  background-image: url('../images/GALIA-PLANTA-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.tab-pane-tab-3-2 {
  background-image: url('../images/GALIA-PLANTA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.comming-soon-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 3% auto auto;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 74px;
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
}

.comming-soon-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.comming-soon-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.comming-soon-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.comming-soon-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.cap-cana-card {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 1% 47% auto;
}

.cap-cana-card.show, .cap-cana-card.current {
  display: flex;
}

.capcana-btn {
  color: #fff;
  width: 1.5%;
  position: absolute;
  inset: auto 4.5% 40% auto;
}

.title-card {
  position: absolute;
  inset: auto 0% -25%;
}

.content-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: flex-end;
  display: flex;
}

.text-span {
  color: #fff;
}

.div-block-53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.link-block-3 {
  z-index: 100;
  position: relative;
}

.whatsapp-2 {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  font-size: 1.5rem;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.whatsapp-2:hover {
  color: #a1a1a1;
  transform: scale(1.1);
}

.whatsapp-2.bc3--br3 {
  z-index: 6;
}

.slider-8 {
  height: 100vh;
}

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

.slide-36 {
  background-image: url('../images/BANNER-CAP-CANA-FINAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/BANNER-CAP-CANA-FINAL-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/BANNER-CAP-CANA-FINAL-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
  display: flex;
}

.lottie-animation {
  z-index: 100;
}

.whatsapp-button {
  z-index: 50;
  position: relative;
}

.whatsaap-btn {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.tab-pane-tab-4-2 {
  background-image: url('../images/GALIA-PLANTA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.img-project-dos.img-ocultar {
  display: none;
}

.img-project-dos.img-ocultar.current {
  display: block;
}

.form-text {
  width: 100%;
}

.form-buttom {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form_main_field--fs7-2-fc1-bw1b {
  z-index: 2;
  background-color: #0000;
  border-style: solid;
  border-width: 0 0 1px;
  border-bottom-color: #c5c5c5;
  border-radius: 0;
  width: 90%;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form_main_field--fs7-2-fc1-bw1b.center {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-color: #d1d1d1;
  width: 80%;
}

.form_main_field--fs7-2-fc1-bw1b.center {
  text-align: center;
  width: 80%;
}

.form_main_field--fs7-2-fc1-bw1b.center.phone {
  width: 100%;
}

.radio-button-label {
  color: #9a9c9e;
}

.radio-button-label-2 {
  color: #767676;
}

.copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.slide-39 {
  background-image: url('../images/slider-galia-ingles.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.slide-40 {
  background-image: url('../images/7-slider-coral-lake-ingles.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-small {
  padding: .5rem 1.25rem;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.navbar1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_component-2 {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_dropdown-list-2.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.checkbox {
  margin-top: 0;
}

.form_main_success--br1-bc2-bw1 {
  background-color: #fff;
  padding: 1.2rem;
}

.fs6--fw3--fc1 {
  text-align: left;
  font-size: 2vh;
}

.fs6--fw3--fc1.center {
  text-align: center;
}

.content-form {
  width: 100%;
  margin-top: 3rem;
}

.submit {
  background-color: #171a33;
  border-radius: 50px;
  width: 7rem;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.pd2.form {
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  display: block;
}

.content-home-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.paragraph--fc2 {
  text-align: justify;
  font-size: 1.6vh;
}

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

.paragraph--fc2.fs7-3.center {
  text-align: left;
  width: 100%;
  font-size: 1.2vh;
}

.d-none {
  display: none;
}

.form--br2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-55 {
  width: 100%;
  display: flex;
}

.fs7-1--fw3--fc1 {
  text-align: left;
}

.form_main_error--br1-bca-ac3-fcoa {
  background-color: #fff;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.checkbox-label {
  margin-left: .5rem;
  font-size: .7rem;
}

.div-block-56 {
  width: 100%;
  display: flex;
}

.div-block-57, .div-block-58 {
  width: 100%;
}

.paragrap--fc1 {
  text-align: justify;
  font-size: 1.6vh;
}

.paragrap--fc1.fs7-3.center {
  font-size: 1.2vh;
}

.form_main_success--br1-bc2-bw1-2 {
  padding: 1.2rem;
}

.submit--bca--fcoa--oc1--br2-2 {
  width: 7rem;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

.fs7-2--fw3--fc1 {
  text-align: left;
  margin-left: .4rem;
  font-size: .7rem;
}

.form_main_error--br1-bca-ac3-fcoa-2 {
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_field--fs7-2-fc1-bw1b-2 {
  z-index: 2;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form_main_field--fs7-2-fc1-bw1b-2.center {
  text-align: center;
  width: 80%;
}

.form_main_field--fs7-2-fc1-bw1b-2.center.phone {
  width: 100%;
}

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

.form_main_error--br1-bca-ac3-fcoa-3 {
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.submit--bca--fcoa--oc1--br2 {
  background-color: #171a33;
  border-radius: 50px;
  width: 7rem;
}

.div-block-59 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-62 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-63, .div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.html-embed-5 {
  position: absolute;
}

.div-block-65 {
  z-index: 99;
  width: 100%;
  position: relative;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.div-block-66 {
  z-index: 99;
  position: relative;
}

.logo-copy-owly {
  width: 6em;
}

.tabs-menu-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  display: flex;
}

.tab-pane-tab-1-2 {
  background-image: url('../images/tipologia-ab-nivel-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.tab-pane-tab-2-3 {
  background-image: url('../images/tipologia-a-nivel-2-3-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.tab-pane-tab-3-3 {
  background-image: url('../images/tipologia-b-nivel-2-3-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.tab-pane-tab-4-3 {
  background-image: url('../images/penthouse-nivel-5-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.slide-41 {
  background-image: linear-gradient(261deg, #0006, #fff0), url('../images/banner-slider-galia.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-42 {
  background-image: linear-gradient(265deg, #fff0, #0006), url('../images/banner-slider-coral-lake.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-9 {
  height: 310px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  width: 100%;
  height: 100%;
}

.card-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.card-slider.text-slider {
  margin-left: 6.1em;
}

.div-block-67 {
  width: 6em;
  position: absolute;
  inset: auto 1% 3% auto;
}

.link-block-6, .link-block-7 {
  width: 100%;
  height: 100%;
}

.link-block-8 {
  width: 100%;
}

.slider-link {
  width: 100%;
  height: 100%;
}

.slide-43 {
  background-image: url('../images/CATALONIA_EXTERIOR_AEREO_FIJA_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-2 {
  color: #fff;
}

.instagram {
  width: 1.5em;
}

.link-instagram {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.card-locatiion {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.slide-44 {
  background-image: url('../images/PROYECTO-CORAL-LAKE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video {
  width: 100%;
  min-height: 100svh;
  overflow: visible;
}

.play-state {
  display: none;
}

.hs-form-frame {
  width: 100%;
  margin-top: 0;
  margin-left: -40px;
  padding-left: 0;
}

@media screen and (min-width: 1440px) {
  .catalog-rotate_img {
    border-radius: 50%;
  }

  .whatsapp {
    z-index: 4;
    width: 100vw;
    position: relative;
  }

  .div-block-51 {
    width: 6%;
    inset: auto 0% 0% auto;
  }

  .whatsapp-button {
    z-index: 4;
    width: 100vw;
    position: relative;
  }

  .whatsaap-btn {
    width: 6%;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .padding-global.pading-mobile, .padding-global.mobile-form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .text-size-regular.left.white.text-mobile {
    font-size: .7rem;
  }

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

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

  .button.is-secondary.plant {
    font-size: .7rem;
  }

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

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

  .padding-section-medium.top-margin {
    padding-top: 4rem;
  }

  .navbar1_container {
    justify-content: space-between;
    width: 100%;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    border: 1px solid #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-image: linear-gradient(#000c, #000c);
    width: 100%;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    border: 1px solid #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .company_component {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-company.text-eventos, .title-company.text-v3, .title-company.text-v5, .title-company.text-v6 {
    position: static;
  }

  .content-company {
    width: 100%;
  }

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

  .heading-style-h2-0 {
    font-size: 3rem;
  }

  .heading-style-h2-0.white {
    color: #171a33;
    font-size: 3rem;
  }

  .heading-style-h2-1 {
    font-size: 3rem;
  }

  .slide {
    background-size: contain;
  }

  .slider {
    height: 200px;
  }

  .slider.slider-medida {
    display: block;
  }

  .slide-2 {
    background-size: contain;
  }

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

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

  .img-project.hide.mostrar {
    display: block;
  }

  .img-project.mostrar.current-img {
    display: none;
  }

  .img-project.ocultar.mostrar {
    display: block;
  }

  .item-projects.vacio {
    display: none;
  }

  .content-home {
    width: 100%;
  }

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

  .contact-form {
    padding-top: 0;
  }

  .form, .input-wrapper, .formulario {
    flex-direction: column;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer_logo-wrapper, .footer_logo-wrapper-2 {
    align-items: center;
  }

  .f2wf-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer_links, .footer_logo-wrapper-3 {
    align-items: center;
  }

  .gradient.hide-color {
    display: none;
  }

  .logo-proyecto.destacado-card {
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: .5rem;
  }

  .card-ubicacion {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .titulo-destino {
    font-size: 40px;
  }

  .descripcion-destinos {
    font-size: 16px;
  }

  .destacados.company {
    top: 65px;
  }

  .destacados.tipologia {
    top: 0;
  }

  .section-team-job {
    height: auto;
  }

  .f2wf-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .company_column {
    flex-direction: column;
  }

  .card-job {
    width: 100%;
  }

  .f2wf-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .section_destacados {
    position: absolute;
  }

  .destacados_component {
    justify-content: center;
    align-items: center;
  }

  .f2wf-columns-6, .f2wf-columns-7, .f2wf-columns-8 {
    flex-direction: column;
    align-items: center;
  }

  .item-conted-destacados {
    flex-flow: column;
  }

  .slider-3 {
    height: 30vh;
  }

  .planta-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
    height: 60vh;
  }

  .section-team-card {
    flex-direction: column;
    align-items: center;
  }

  .section_team {
    position: static;
  }

  .text-team {
    width: 100%;
  }

  .title-team {
    flex-direction: column;
  }

  .header_conten {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .header_content-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .f2wf-columns-9 {
    flex-direction: column;
    align-items: center;
  }

  .content-company-item {
    flex-direction: column;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .special-heading-wrap {
    width: auto;
    height: auto;
  }

  .special-heading {
    transform: none;
  }

  .btn-map {
    bottom: 36%;
    right: 5.5%;
  }

  .card-map {
    position: static;
  }

  .btn-slider {
    font-size: .5em;
  }

  .content-2 {
    align-items: center;
  }

  .f2wf-small-columns-9 {
    flex-direction: column;
  }

  .f2wf-columns-10 {
    flex-direction: column;
    align-items: center;
  }

  .infraestructura_content-header {
    flex-direction: column;
  }

  .heading-style-h3-2 {
    font-size: 40px;
  }

  .infraestructura_grid {
    flex-direction: column;
  }

  .slider-4 {
    height: 90vh;
  }

  .div-block-10 {
    position: static;
  }

  .slider-5 {
    height: 90vh;
  }

  .div-block-51 {
    width: 15%;
    inset: auto 0% 0% auto;
  }

  .heading-style-h2-16 {
    font-size: 40px;
  }

  .heading-style-h2-17 {
    text-align: center;
  }

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

  .heading-style-h2-19 {
    font-size: 40px;
  }

  .slider-6 {
    height: 30vh;
  }

  .slider-7 {
    height: 90vh;
  }

  .tab-pane-tab-1, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
    height: 60vh;
  }

  .div-block-52 {
    height: 60px;
  }

  .cap-cana-card, .title-card {
    position: static;
  }

  .content-title.text-top {
    flex-direction: column;
  }

  .text-span {
    color: #171a33;
  }

  .slider-8 {
    height: 90vh;
  }

  .div-block-54 {
    justify-content: space-around;
    display: flex;
  }

  .whatsaap-btn {
    width: 15%;
    inset: auto 0% 0% auto;
  }

  .tab-pane-tab-4-2 {
    height: 60vh;
  }

  .img-project-dos.hide {
    display: inline-block;
  }

  .img-project-dos.img-ocultar.current {
    display: block;
  }

  .menu-icon1_line-top-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron-2 {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-2 {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .content-form {
    margin-top: 0;
  }

  .paragraph--fc2 {
    font-size: 1.2vh;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .paragrap--fc1 {
    font-size: 1.2vh;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2-3, .tab-pane-tab-3-3, .tab-pane-tab-4-3 {
    height: 60vh;
  }

  .slider-9 {
    display: none;
  }

  .image-6 {
    width: 100px;
  }

  .hs-form-frame {
    margin-top: 0;
    margin-left: -15px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.left.white.text-mobile {
    font-size: .6rem;
  }

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

  .text-size-small.white {
    font-size: .7rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-secondary.plant {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .7rem;
  }

  .button.is-secondary.plant.w--current {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium.white {
    color: #171a33;
    font-size: 1rem;
  }

  .text-size-medium.white.text-banner {
    color: #fff;
  }

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .padding-section-medium.top-margin {
    padding-top: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .title-company.text-v6 {
    position: static;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .content-home.amenities {
    flex-direction: column;
  }

  .f2wf-small-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .logo-proyecto.destacado-card {
    font-size: .4rem;
  }

  .card-ubicacion {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .card-ubicacion.text-mobile {
    position: static;
  }

  .titulo-destino.text-color {
    color: #171a33;
  }

  .f2wf-small-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .destacados.company {
    font-size: 4.7rem;
  }

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

  .f2wf-small-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .destacado_card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f2wf-small-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .planta-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
    height: 40vh;
  }

  .f2wf-small-columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .card-map {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: stretch;
  }

  .f2wf-small-columns-7, .f2wf-small-columns-8 {
    flex-direction: column;
    align-items: center;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .f2wf-small-columns-9, .f2wf-small-columns-10 {
    flex-direction: column;
    align-items: center;
  }

  .gradient-horizontal {
    display: none;
  }

  .div-block-51 {
    inset: auto 0% 0% auto;
  }

  .tab-pane-tab-1, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
    height: 40vh;
  }

  .vectors-wrapper-17 {
    width: 49px;
    height: 60px;
  }

  .vectors-wrapper-18 {
    width: 45px;
    height: 54px;
  }

  .comming-soon-4 {
    font-size: 6px;
  }

  .comming-soon-5 {
    font-size: 10px;
  }

  .comming-soon-6 {
    font-size: 8px;
  }

  .div-block-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .whatsaap-btn {
    inset: auto 0% 0% auto;
  }

  .tab-pane-tab-4-2 {
    height: 40vh;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2-3, .tab-pane-tab-3-3, .tab-pane-tab-4-3 {
    height: 40vh;
  }

  .background-video {
    min-height: 80svh;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global.pading-mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-global.mobile-form {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-size-regular.white {
    font-size: .6rem;
  }

  .text-size-regular.white.ligh, .text-size-regular.white.text-broker, .text-size-regular.bold {
    font-size: 1rem;
  }

  .text-size-regular.left.white.text-mobile {
    font-size: .4rem;
  }

  .text-size-small.white {
    font-size: .6rem;
  }

  .button.is-secondary.plant {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .4rem;
  }

  .button.is-secondary.plant.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium.white {
    font-size: 1rem;
  }

  .text-size-medium.white.text-banner {
    text-align: left;
    font-size: .7rem;
  }

  .text-size-medium.bold {
    font-size: 1rem;
  }

  .title-company.text-v3 {
    position: static;
  }

  .author-company {
    flex-direction: row;
    align-items: center;
  }

  .heading-style-h2-0 {
    font-size: 1.7rem;
  }

  .heading-style-h2-0.white {
    color: #000;
    font-size: 1.3rem;
  }

  .heading-style-h2-1 {
    font-size: 1.7rem;
  }

  .heading-style-h2-1.type-2, .heading-style-h2-1.type-3 {
    font-size: 1.3rem;
  }

  .slider {
    height: 120px;
  }

  .contact-form {
    padding-top: 0;
  }

  .footer_bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-proyecto {
    width: 5.5em;
  }

  .logo-proyecto.destacado-card {
    font-size: .2rem;
  }

  .team_card_name {
    font-size: 16px;
  }

  .calendar-blog.item-calendar {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .etiqueta.line-calendar {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-end;
  }

  .fecha {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-end;
  }

  .card-ubicacion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .card-ubicacion.text-mobile {
    position: static;
  }

  .titulo-destino {
    font-size: 1.5rem;
  }

  .titulo-destino.text-color {
    color: #171a33;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.3rem;
  }

  .descripcion-destinos {
    font-size: .7rem;
  }

  .card-datos-blog.mobile-text {
    flex-direction: column;
    width: 60%;
  }

  .destacados.company {
    color: #171a33;
    background-image: linear-gradient(#171a3300, #171a3300);
    padding-top: 1rem;
    font-size: 2.7rem;
    position: static;
    top: auto;
  }

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

  .content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    bottom: 20%;
  }

  .info-job {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-11 {
    font-size: 13px;
  }

  .text-12 {
    font-size: 12px;
  }

  .destacado_card {
    height: 100px;
    padding: 5px;
  }

  .vectors-wrapper-8 {
    width: 80px;
  }

  .features_value, .features_description {
    font-size: .6rem;
  }

  .item-conted-destacados {
    flex-direction: column;
  }

  .slider-3 {
    height: 20vh;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .planta-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
    height: 25vh;
  }

  .header_conten {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-style-h2-11, .heading-style-h2-12 {
    font-size: 25px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .special-heading {
    font-size: 90px;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .logo-banner {
    width: 3em;
  }

  .btn-map {
    bottom: 32%;
    right: 5.5%;
  }

  .btn-slider {
    font-size: .5em;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
  }

  .slider-agentes {
    height: 70vh;
  }

  .pricing_title-4 {
    font-size: 15px;
  }

  .infraestructura_content {
    padding-top: 0;
  }

  .heading-style-h3-2 {
    font-size: 1.3rem;
  }

  .error-80fdbecf-6087-e73c-4c2c-1f181a6c55ab {
    color: #000;
    font-size: 14px;
  }

  .features_description-0 {
    font-size: 20.8px;
  }

  .div-block-51 {
    width: 25%;
    inset: auto 0% 0% auto;
  }

  .slider-6 {
    height: 20vh;
  }

  .tabs-menu-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
    height: 25vh;
  }

  .vectors-wrapper-17 {
    width: 29px;
    height: 40px;
  }

  .vectors-wrapper-18 {
    width: 25px;
    height: 34px;
  }

  .comming-soon-4 {
    font-size: 3px;
  }

  .comming-soon-6 {
    font-size: 5px;
  }

  .capcana-btn {
    bottom: 36%;
    right: 5%;
  }

  .title-card {
    position: static;
    bottom: 0%;
  }

  .content-title.text-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .text-span {
    color: #171a33;
  }

  .whatsapp-2 {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp-2:hover {
    color: #5fccc5;
  }

  .whatsapp-2.bc3--br3 {
    z-index: 5;
  }

  .whatsaap-btn {
    width: 25%;
    inset: auto 0% 0% auto;
  }

  .tab-pane-tab-4-2 {
    height: 25vh;
  }

  .gradient-top {
    background-image: linear-gradient(#00000091, #fff0);
    position: absolute;
    inset: 0;
  }

  .paragraph--fc2, .paragrap--fc1 {
    font-size: 1.5vh;
  }

  .div-block-62 {
    flex-flow: column;
  }

  .tabs-menu-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2-3, .tab-pane-tab-3-3, .tab-pane-tab-4-3 {
    height: 25vh;
  }
}

#w-node-_301118e8-8ccc-d235-b5d9-59631c0b8542-20c76a60, #w-node-_301118e8-8ccc-d235-b5d9-59631c0b856b-20c76a60, #w-node-_301118e8-8ccc-d235-b5d9-59631c0b8594-20c76a60, #w-node-_8ae34be5-5f69-67c4-306d-358b2ba0af4c-20c76a60, #w-node-_0c398d4f-a53d-e8c9-ef4b-5a0a413d8991-20c76a60, #w-node-a0e32f4e-5ba7-5d0d-fa6c-71f53990d0d2-20c76a60, #w-node-_8e3d998d-4e33-21b2-6554-69d19c1784ad-20c76a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70523aeb-c34d-1b23-b62a-73e6f912c213-20c76a60, #w-node-ada314a9-4cff-7144-ea50-0bfec24daff7-20c76a60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8cd9fd0-7943-ba07-fd02-2e14776db219-20c76a60, #w-node-_87166cf8-4b99-b065-c4fd-30c831bdc65f-20c76a60 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_36e7b980-3e60-e1b0-9723-e87b78039f79-20c76a60, #w-node-e33ad4be-457e-858b-4ea8-3aad0a2d5c52-20c76a60, #w-node-_70b8eccb-c64a-e2bb-4ac6-0327bb3c1468-20c76a60, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985510-20c76a60, #w-node-_0161adf9-8742-db08-5089-8bb099a62b93-20c76a60, #w-node-_220a85f9-5315-5924-7044-e29b8ad899d3-20c76a60, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985514-20c76a60, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985515-20c76a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-20c76a63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-20c76a63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-20c76a63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-20c76a63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-20c76a63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-20c76a63, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-20c76a63 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-20c76a63 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-20c76a63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-20c76a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-20c76a63 {
  justify-self: start;
}

#w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d62-d458fa19, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d65-d458fa19, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d8c-d458fa19, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d8e-d458fa19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8dc2-d458fa19, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8dc4-d458fa19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98c12fe0-8f83-d158-fa1e-ff38d8ffcb18-d458fa19, #w-node-_98c12fe0-8f83-d158-fa1e-ff38d8ffcb19-d458fa19 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_98c12fe0-8f83-d158-fa1e-ff38d8ffcb2e-d458fa19, #w-node-_98c12fe0-8f83-d158-fa1e-ff38d8ffcb44-d458fa19, #w-node-_98c12fe0-8f83-d158-fa1e-ff38d8ffcb45-d458fa19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-5fad4640 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-5fad4640, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-5fad4640, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-5fad4640, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-5fad4640 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88b995a-9260-a4bf-042c-2b298e106c78-5fad4640 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e88b995a-9260-a4bf-042c-2b298e106c7a-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7c-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7e-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c80-5fad4640, #w-node-a58e524e-5060-b2e6-7696-9744fe386637-5fad4640, #w-node-b43c91b5-0d55-26ac-a4ac-4651aa060d37-5fad4640, #w-node-_9c2537bd-a360-9fab-3e19-550190946e79-5fad4640, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61cb-02dddfdd, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61ce-02dddfdd, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61f5-02dddfdd, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61f7-02dddfdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04ddc331-b7ad-a604-bc61-855ab9cd622b-02dddfdd, #w-node-_438eb6cb-0830-5fee-0031-29811b109959-02dddfdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4b952d5-2150-2ecd-32a1-0aaccdd22e53-be440fbb, #w-node-_5f7bbe20-0a2b-9f25-2b1b-26e77378ee36-be440fbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-be440fbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-8ee38d51, #w-node-eb09db08-08af-731e-218b-c6603f65a155-8ee38d51, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-8ee38d51, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-8ee38d51, #w-node-deb3b0d9-3c32-00fc-f330-510aa202706c-93dd0ff3, #w-node-f38ba1d7-cc48-a22a-ebde-39e5c40635a7-93dd0ff3, #w-node-_2869d372-888f-9b38-1b71-deee9c1ff812-93dd0ff3, #w-node-b6125a4a-7a3d-2fc1-7cfd-ce6dc9e1678e-93dd0ff3, #w-node-e5df51ee-4447-e8f6-5fc0-14e92c8d9398-93dd0ff3, #w-node-_3ca7939e-31c7-cb0b-17cb-d87cce9a1dac-93dd0ff3, #w-node-_692780eb-affb-2fc6-75e7-f04a6e7452b3-7e51f4fd, #w-node-cb1a5537-01f0-9f1d-30ab-f51f4125f1ec-7e51f4fd, #w-node-d7f41f15-960d-934e-575d-b6685bf8e4b0-7e51f4fd, #w-node-e7f5cd5e-f66f-1379-fa67-1afb69efe1f5-7e51f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70d5d994-61d7-fb4f-d8d8-cf7c1708d69f-39c7dcc0, #w-node-_5aa97ac7-5560-ad83-672f-8d80d86506ff-39c7dcc0, #w-node-_3b25c6a4-f534-e02b-6ccc-e08154bea63f-39c7dcc0, #w-node-_294e7a41-17e6-d74e-4dcf-a7a4271cbb87-39c7dcc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-f0f26603 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-f0f26603, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-f0f26603, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-f0f26603, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-f0f26603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-f0f26603 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-f0f26603, #w-node-a58e524e-5060-b2e6-7696-9744fe386637-f0f26603, #w-node-b43c91b5-0d55-26ac-a4ac-4651aa060d37-f0f26603, #w-node-_9c2537bd-a360-9fab-3e19-550190946e79-f0f26603, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-91097299, #w-node-eb09db08-08af-731e-218b-c6603f65a155-91097299, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-91097299, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-91097299, #w-node-_301118e8-8ccc-d235-b5d9-59631c0b8542-c4b869dc, #w-node-_301118e8-8ccc-d235-b5d9-59631c0b856b-c4b869dc, #w-node-_301118e8-8ccc-d235-b5d9-59631c0b8594-c4b869dc, #w-node-_8ae34be5-5f69-67c4-306d-358b2ba0af4c-c4b869dc, #w-node-_0c398d4f-a53d-e8c9-ef4b-5a0a413d8991-c4b869dc, #w-node-a0e32f4e-5ba7-5d0d-fa6c-71f53990d0d2-c4b869dc, #w-node-_8e3d998d-4e33-21b2-6554-69d19c1784ad-c4b869dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70523aeb-c34d-1b23-b62a-73e6f912c213-c4b869dc, #w-node-ada314a9-4cff-7144-ea50-0bfec24daff7-c4b869dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8cd9fd0-7943-ba07-fd02-2e14776db219-c4b869dc, #w-node-_87166cf8-4b99-b065-c4fd-30c831bdc65f-c4b869dc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_36e7b980-3e60-e1b0-9723-e87b78039f79-c4b869dc, #w-node-e33ad4be-457e-858b-4ea8-3aad0a2d5c52-c4b869dc, #w-node-_70b8eccb-c64a-e2bb-4ac6-0327bb3c1468-c4b869dc, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985510-c4b869dc, #w-node-_0161adf9-8742-db08-5089-8bb099a62b93-c4b869dc, #w-node-_220a85f9-5315-5924-7044-e29b8ad899d3-c4b869dc, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985514-c4b869dc, #w-node-dda4de1d-9e26-4b58-a037-fe68ce985515-c4b869dc, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453a5-aa694c92, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453a8-aa694c92, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453cf-aa694c92, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453d1-aa694c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6e737da-6fcb-753a-52b4-82d51f345405-aa694c92 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1917d787-6743-c161-974f-329374a5fc7c-aa694c92, #w-node-_1917d787-6743-c161-974f-329374a5fc7d-aa694c92 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1917d787-6743-c161-974f-329374a5fc92-aa694c92, #w-node-_1917d787-6743-c161-974f-329374a5fca8-aa694c92, #w-node-_1917d787-6743-c161-974f-329374a5fca9-aa694c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-63ab7f6f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-63ab7f6f, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-63ab7f6f, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-63ab7f6f, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-63ab7f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88b995a-9260-a4bf-042c-2b298e106c78-63ab7f6f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e88b995a-9260-a4bf-042c-2b298e106c7a-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7c-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7e-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c80-63ab7f6f, #w-node-a58e524e-5060-b2e6-7696-9744fe386637-63ab7f6f, #w-node-b43c91b5-0d55-26ac-a4ac-4651aa060d37-63ab7f6f, #w-node-_9c2537bd-a360-9fab-3e19-550190946e79-63ab7f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-94585395 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-94585395, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-94585395, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-94585395, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-94585395 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-94585395 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-94585395, #w-node-f4ff7243-b6d7-c802-5002-4b7521c0b2f6-94585395, #w-node-f4ff7243-b6d7-c802-5002-4b7521c0b308-94585395, #w-node-f4ff7243-b6d7-c802-5002-4b7521c0b31a-94585395, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef2631-748bc65a, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef2634-748bc65a, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef265b-748bc65a, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef265d-748bc65a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_528dfd69-a15b-58f7-22c7-5068c8ef2691-748bc65a, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef2693-748bc65a, #w-node-_438eb6cb-0830-5fee-0031-29811b109959-748bc65a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4b952d5-2150-2ecd-32a1-0aaccdd22e53-2f6fd4d2, #w-node-_5f7bbe20-0a2b-9f25-2b1b-26e77378ee36-2f6fd4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-2f6fd4d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-731f0989, #w-node-eb09db08-08af-731e-218b-c6603f65a155-731f0989, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-731f0989, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-731f0989, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-9ca81e32, #w-node-eb09db08-08af-731e-218b-c6603f65a155-9ca81e32, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-9ca81e32, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-9ca81e32, #w-node-deb3b0d9-3c32-00fc-f330-510aa202706c-f5487909, #w-node-f38ba1d7-cc48-a22a-ebde-39e5c40635a7-f5487909, #w-node-_2869d372-888f-9b38-1b71-deee9c1ff812-f5487909, #w-node-b6125a4a-7a3d-2fc1-7cfd-ce6dc9e1678e-f5487909, #w-node-e5df51ee-4447-e8f6-5fc0-14e92c8d9398-f5487909, #w-node-_3ca7939e-31c7-cb0b-17cb-d87cce9a1dac-f5487909, #w-node-_692780eb-affb-2fc6-75e7-f04a6e7452b3-a86c2793, #w-node-cb1a5537-01f0-9f1d-30ab-f51f4125f1ec-a86c2793, #w-node-d7f41f15-960d-934e-575d-b6685bf8e4b0-a86c2793, #w-node-e7f5cd5e-f66f-1379-fa67-1afb69efe1f5-a86c2793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-dfa4fddd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-dfa4fddd, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-dfa4fddd, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-dfa4fddd, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-dfa4fddd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-dfa4fddd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-dfa4fddd, #w-node-a58e524e-5060-b2e6-7696-9744fe386637-dfa4fddd, #w-node-b43c91b5-0d55-26ac-a4ac-4651aa060d37-dfa4fddd, #w-node-_9c2537bd-a360-9fab-3e19-550190946e79-dfa4fddd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-6ce815d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52a8934-6c87-b74a-bb12-61744a575efe-6ce815d7, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-6ce815d7, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-6ce815d7, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-6ce815d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-6ce815d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-6ce815d7, #w-node-a58e524e-5060-b2e6-7696-9744fe386637-6ce815d7, #w-node-b43c91b5-0d55-26ac-a4ac-4651aa060d37-6ce815d7, #w-node-_9c2537bd-a360-9fab-3e19-550190946e79-6ce815d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8ae34be5-5f69-67c4-306d-358b2ba0af4c-20c76a60, #w-node-a0e32f4e-5ba7-5d0d-fa6c-71f53990d0d2-20c76a60, #w-node-_70523aeb-c34d-1b23-b62a-73e6f912c213-20c76a60, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d62-d458fa19, #w-node-_98ad1c3f-43e5-7779-23ff-c3a4c14a8d8c-d458fa19, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61cb-02dddfdd, #w-node-_04ddc331-b7ad-a604-bc61-855ab9cd61f5-02dddfdd, #w-node-_438eb6cb-0830-5fee-0031-29811b109959-02dddfdd, #w-node-e4b952d5-2150-2ecd-32a1-0aaccdd22e53-be440fbb, #w-node-_5f7bbe20-0a2b-9f25-2b1b-26e77378ee36-be440fbb, #w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-be440fbb, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-8ee38d51, #w-node-eb09db08-08af-731e-218b-c6603f65a155-8ee38d51, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-8ee38d51, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-8ee38d51, #w-node-deb3b0d9-3c32-00fc-f330-510aa202706c-93dd0ff3, #w-node-f38ba1d7-cc48-a22a-ebde-39e5c40635a7-93dd0ff3, #w-node-_2869d372-888f-9b38-1b71-deee9c1ff812-93dd0ff3, #w-node-b6125a4a-7a3d-2fc1-7cfd-ce6dc9e1678e-93dd0ff3, #w-node-e5df51ee-4447-e8f6-5fc0-14e92c8d9398-93dd0ff3, #w-node-_3ca7939e-31c7-cb0b-17cb-d87cce9a1dac-93dd0ff3, #w-node-_692780eb-affb-2fc6-75e7-f04a6e7452b3-7e51f4fd, #w-node-cb1a5537-01f0-9f1d-30ab-f51f4125f1ec-7e51f4fd, #w-node-d7f41f15-960d-934e-575d-b6685bf8e4b0-7e51f4fd, #w-node-e7f5cd5e-f66f-1379-fa67-1afb69efe1f5-7e51f4fd, #w-node-_70d5d994-61d7-fb4f-d8d8-cf7c1708d69f-39c7dcc0, #w-node-_5aa97ac7-5560-ad83-672f-8d80d86506ff-39c7dcc0, #w-node-_3b25c6a4-f534-e02b-6ccc-e08154bea63f-39c7dcc0, #w-node-_294e7a41-17e6-d74e-4dcf-a7a4271cbb87-39c7dcc0, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-91097299, #w-node-eb09db08-08af-731e-218b-c6603f65a155-91097299, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-91097299, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-91097299, #w-node-_8ae34be5-5f69-67c4-306d-358b2ba0af4c-c4b869dc, #w-node-a0e32f4e-5ba7-5d0d-fa6c-71f53990d0d2-c4b869dc, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453a5-aa694c92, #w-node-b6e737da-6fcb-753a-52b4-82d51f3453cf-aa694c92, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef2631-748bc65a, #w-node-_528dfd69-a15b-58f7-22c7-5068c8ef265b-748bc65a, #w-node-_438eb6cb-0830-5fee-0031-29811b109959-748bc65a, #w-node-e4b952d5-2150-2ecd-32a1-0aaccdd22e53-2f6fd4d2, #w-node-_5f7bbe20-0a2b-9f25-2b1b-26e77378ee36-2f6fd4d2, #w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-2f6fd4d2, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-731f0989, #w-node-eb09db08-08af-731e-218b-c6603f65a155-731f0989, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-731f0989, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-731f0989, #w-node-_8029eab0-206d-011a-929e-1cfb6342d5b0-9ca81e32, #w-node-eb09db08-08af-731e-218b-c6603f65a155-9ca81e32, #w-node-b93aec99-7fbf-b4eb-e248-9bf88621d248-9ca81e32, #w-node-fe737828-305c-0830-18b3-cfefead22ad6-9ca81e32, #w-node-deb3b0d9-3c32-00fc-f330-510aa202706c-f5487909, #w-node-f38ba1d7-cc48-a22a-ebde-39e5c40635a7-f5487909, #w-node-_2869d372-888f-9b38-1b71-deee9c1ff812-f5487909, #w-node-b6125a4a-7a3d-2fc1-7cfd-ce6dc9e1678e-f5487909, #w-node-e5df51ee-4447-e8f6-5fc0-14e92c8d9398-f5487909, #w-node-_3ca7939e-31c7-cb0b-17cb-d87cce9a1dac-f5487909, #w-node-_692780eb-affb-2fc6-75e7-f04a6e7452b3-a86c2793, #w-node-cb1a5537-01f0-9f1d-30ab-f51f4125f1ec-a86c2793, #w-node-d7f41f15-960d-934e-575d-b6685bf8e4b0-a86c2793, #w-node-e7f5cd5e-f66f-1379-fa67-1afb69efe1f5-a86c2793 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-5fad4640 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-5fad4640, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-5fad4640, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-5fad4640, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-5fad4640 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e88b995a-9260-a4bf-042c-2b298e106c78-5fad4640 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-e88b995a-9260-a4bf-042c-2b298e106c7a-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7c-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7e-5fad4640, #w-node-e88b995a-9260-a4bf-042c-2b298e106c80-5fad4640 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_438eb6cb-0830-5fee-0031-29811b109959-02dddfdd, #w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-be440fbb, #w-node-_70d5d994-61d7-fb4f-d8d8-cf7c1708d69f-39c7dcc0, #w-node-_5aa97ac7-5560-ad83-672f-8d80d86506ff-39c7dcc0, #w-node-_3b25c6a4-f534-e02b-6ccc-e08154bea63f-39c7dcc0, #w-node-_294e7a41-17e6-d74e-4dcf-a7a4271cbb87-39c7dcc0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-f0f26603 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-f0f26603, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-f0f26603, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-f0f26603, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-f0f26603 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-f0f26603 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-f0f26603, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-f0f26603 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-63ab7f6f {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-63ab7f6f, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-63ab7f6f, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-63ab7f6f, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-63ab7f6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e88b995a-9260-a4bf-042c-2b298e106c78-63ab7f6f {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-e88b995a-9260-a4bf-042c-2b298e106c7a-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7c-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c7e-63ab7f6f, #w-node-e88b995a-9260-a4bf-042c-2b298e106c80-63ab7f6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-94585395 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-94585395, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-94585395, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-94585395, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-94585395 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-94585395 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-94585395, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-94585395 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_438eb6cb-0830-5fee-0031-29811b109959-748bc65a, #w-node-_53a2e6cf-f1d4-91ad-7a6f-27df5f738c0a-2f6fd4d2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-dfa4fddd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-dfa4fddd, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-dfa4fddd, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-dfa4fddd, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-dfa4fddd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-dfa4fddd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-dfa4fddd, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-dfa4fddd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3318826f-e1d0-f156-e0c2-084d4618f2b0-6ce815d7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d52a8934-6c87-b74a-bb12-61744a575efe-6ce815d7, #w-node-_0c49dc12-fc7d-5031-f251-d8a697f2ff25-6ce815d7, #w-node-_02f8902c-367d-e409-d01b-2b9e0140d47b-6ce815d7, #w-node-_6b3d812e-2089-4540-f5e7-0bf1519485c4-6ce815d7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8559-6ce815d7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855b-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855d-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a855f-6ce815d7, #w-node-_1ee8eecb-5da3-3f78-c6bb-5533144a8561-6ce815d7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Icons';
  src: url('../fonts/icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconssharp';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconstwotone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}