@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BookItalic.otf') format("opentype"), url('../fonts/MessinaSans-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans book;
  src: url('../fonts/MessinaSans-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newslab;
  src: url('../fonts/NewslabBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newslab;
  src: url('../fonts/NewslabBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-grey: #5b7f95;
  --dodger-blue: #009ade;
  --dark-slate-blue-2: #1f355e;
  --gainsboro: #e6e7e8;
  --dark-slate-blue: #123a5e;
  --khaki-2: #fcf081;
  --dark-slate-grey: #126676;
  --khaki: #cbe880;
  --midnight-blue: #082a44;
}

.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-layout-hflex {
  flex-direction: row;
  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: var(--slate-grey);
  text-align: left;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition-property: none;
}

h1 {
  color: var(--slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  color: #1d1f2eb3;
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  color: #fff;
  text-decoration: none;
}

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

li {
  color: #1d1f2eb3;
  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: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.button.hide-desktop {
  display: none;
}

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

.heading-large {
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.text-weight-bold.text-color-blue {
  color: var(--dark-slate-blue-2);
}

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

.text-size-large.text-color-white.is-centered {
  text-align: left;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
}

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: var(--gainsboro);
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text blockquote {
  border-left-color: var(--dodger-blue);
  background-color: #fafafa;
  margin-bottom: .75rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
  padding-left: 0;
}

.text-rich-text img {
  border: 1.25rem solid #fff;
}

.text-rich-text li {
  background-image: url('../images/check-azul-cumbres.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.25rem;
  list-style-type: none;
}

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

.icon-large {
  height: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-large.relative {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-large.is-rel {
  z-index: 1;
  position: relative;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

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

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

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

.show-tablet {
  display: none;
}

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

.max-width-large.align-center.border-color-blue {
  border: 1px solid var(--dark-slate-blue);
}

.max-width-large.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  margin-top: 12rem;
}

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

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

.button-secondary {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-large, .padding-vertical.padding-huge {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.heading-small.text-color-white {
  font-weight: 400;
}

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

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

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

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

.nav_component {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.top-bar_content-wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-bar_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: grid;
}

.top-bar-icon-item {
  margin-right: .5rem;
}

.top-bar_item {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-block-33 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.top-bar_link-icon {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.nav_data-link {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.top-bar_component {
  background-color: var(--slate-grey);
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.top-bar_link-icons-wrapper {
  justify-content: space-between;
  display: flex;
}

.div-block-224 {
  display: flex;
}

.nav_brand-wrapper {
  background-color: #fff;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav_logo-link {
  border: 1px #000;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  padding-left: 0;
}

.nav_logo-link.w--current {
  background-color: #fff0;
  border-radius: 100%;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.nav_logo {
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.nav_links-wrapper {
  color: var(--dark-slate-blue);
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-dropdown_cta {
  background-color: var(--dodger-blue);
  color: #fff;
  padding: 30px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  position: relative;
}

.nav-dropdown_cta:hover {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
}

.nav_dropdown-list {
  min-width: 100%;
  display: none;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #5b7f9533;
  flex: 0 auto;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  inset: 3rem 0 auto;
  box-shadow: 0 20px 20px #00000012;
}

.dropdown-arrow {
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.nav_link {
  color: var(--dark-slate-blue);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.nav-dropdown_main-link {
  background-color: var(--slate-grey);
  color: #fff;
  background-image: linear-gradient(#5b7f95cc, #5b7f95cc), url('../images/cumbresoaxaca-instalaciones8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-dropdown_main-link:hover {
  border: 2px #fdda46;
}

.nav_link-cta {
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-dropdown_link {
  color: var(--dark-slate-blue);
  background-color: #f6f6f6;
  border: 1px #fdda46;
  flex-direction: row;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.nav-dropdown_link:hover {
  color: #fff;
  border: 2px #fdda46;
  box-shadow: 1px 1px 16px #0000001a;
}

.nav-dropdown_link.w--current {
  padding-bottom: 10px;
}

.nav-dropdown_container {
  background-color: #fff;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_dropdown-item {
  border-right: 1px #5b7f9533;
  flex: 1;
  justify-content: center;
  display: flex;
  position: static;
}

.nav-dropdpwn_wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-dropdpwn_wrapper:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.nav-dropdown_image-wrapper {
  border-radius: 0;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown_link-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 12rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.nav_dropdown {
  color: var(--dark-slate-blue);
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-family: Messinasans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .6s;
  display: flex;
}

.nav_dropdown:hover {
  color: #123a5e80;
}

.nav_dropdown.w--open {
  background-color: #123a5e1a;
}

.nav-dropdown_brand-image {
  max-width: 60px;
}

.nav-dropdown-about_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-block-79 {
  display: none;
}

.nav_container {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #5b7f9533;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.top-bar_icon {
  color: #fff;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.top-bar_icon.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.top-bar_icon.blue {
  color: var(--dodger-blue);
}

.nav-dropdown-about_link {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-dropdown-about_link:hover {
  border: 1px solid #0000;
  box-shadow: 1px 1px 16px #00000012;
}

.nav-dropdown-about_image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  width: 100%;
  height: 170px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-dropdown-about_image.is-contain {
  object-fit: contain;
}

.nav-dropdown-about_image-wrapper {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-about_image-mask {
  border-radius: 0;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-levels_component {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.nav-dropdown-levels_title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav_brand-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.button-arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.nav_wrapper {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.home-about_content-right {
  padding: 3.5rem;
}

.button-cta {
  color: var(--dark-slate-blue-2);
  text-align: left;
  background-color: #fff;
  border: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  font-family: Messinasans, sans-serif;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.button-cta:hover {
  color: var(--dark-slate-blue);
  border-style: none;
  box-shadow: 0 1px 16px #1d1f2e33;
}

.lottie-play-icon {
  align-self: center;
  width: 48px;
}

.text-block-download-button {
  flex: 0 auto;
  align-self: auto;
}

.home-about_content-left {
  background-image: url('../images/cumbres-oaxaca-about.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.home-about_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

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

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

.home-about_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.text-span {
  transform-style: preserve-3d;
  font-family: Newslab, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  transform: rotateX(-11deg)rotateY(-134deg)rotateZ(0);
}

.home-levels_title-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.home-levels_image-wrapper {
  background-image: linear-gradient(to bottom, var(--slate-grey), var(--slate-grey));
  flex: none;
  width: 100%;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.home-levels_link-wrapper {
  background-color: #fafafa;
  text-decoration: none;
}

.level-box {
  color: #0f3f65;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px #000;
  border-bottom: 2px #ef4b48;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.level-box:hover {
  color: #fff;
  background-color: #0000;
  border-top-color: #24cd7f;
  box-shadow: 1px 1px 12px 3px #0003;
}

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

.title-line {
  background-color: var(--slate-grey);
  width: 6rem;
  height: 3px;
}

.home-levels_image {
  background-color: var(--slate-grey);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.home-facilities-image_feature-wrapper {
  align-items: center;
  display: flex;
}

.home-facilities-image_content-left {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-facilities-image_text-wrapper {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.home-facilities-image_logo {
  z-index: 3;
  max-width: 150px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  display: none;
}

.home-facilities-image_left-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-slate-blue);
  background-color: #fff9;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  inset: auto auto 0% 0%;
}

.home-facilities-image_image {
  object-fit: cover;
  width: 100%;
  height: 30rem;
}

.home-facilities-image_slider {
  background-color: #0000;
  height: 100%;
}

.home-facilities-image_right-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-slate-blue);
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home-facilities-image_icon-circle {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home-facilities-image_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.home-facilities-image_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.home-cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.home-cta_image {
  object-fit: cover;
  width: 100%;
}

.home-cta_content-right {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.home-cta_content-right.background-color-blue {
  justify-content: center;
}

.text-style-newslab {
  text-transform: uppercase;
  font-family: Newslab, sans-serif;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 2.75rem;
}

.title-line_wrapper {
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.title-line-bg {
  background-color: var(--dodger-blue);
  width: 1rem;
  height: 3px;
  position: absolute;
}

.form_content-right {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.form_content-right.background-color-white {
  align-items: stretch;
  position: relative;
}

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

.background-color-blue {
  background-color: var(--slate-grey);
}

.footer_bottom-link {
  color: #ffffffa6;
  text-align: right;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-links_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  place-content: start space-between;
}

.footer_link-image {
  object-fit: contain;
  background-color: #fff;
  border-radius: 6px;
  width: 6rem;
  height: 6rem;
  padding: .5rem;
}

.footer_logo {
  width: 200px;
  position: static;
  inset: 0% auto auto 0%;
}

.footer_links-col {
  flex-direction: column;
  display: flex;
}

.footer_links-col.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: center end;
  display: grid;
}

.footer_brand-wrapper {
  flex-direction: column;
  margin-right: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--dodger-blue);
}

.footer {
  border-bottom: 20px #fdda46;
  padding-top: 0;
}

.footer_top-brand {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_credits {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
}

.footer_credits-wrapper {
  background-color: #507185;
  padding-left: 2.5rem;
}

.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.header-style {
  font-family: Newslab, sans-serif;
  font-size: 3rem;
}

.header-style.text-color-white {
  text-transform: uppercase;
  font-weight: 900;
}

.header-style.text-color-white.line-height-small {
  line-height: .8;
}

.text-block-74 {
  color: #fff;
  max-width: 600px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.about-model_video-lightbox {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dimensiones-personalizadas-1200x800-px.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  height: 24rem;
  display: flex;
  position: sticky;
  top: 0;
}

.block-quote {
  border-left-color: var(--dodger-blue);
  background-color: var(--slate-grey);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.25rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.about-model-component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.about-model_content-right {
  height: 100%;
}

.why-us_faq-content {
  background-color: #fff;
  border-top: 1px #ebecf0;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.why-us_faq-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  max-height: 3rem;
  padding: 1.5rem 3.4rem 1.5rem 5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_icon {
  align-self: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  display: block;
  position: absolute;
  right: 0;
}

.why-us_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-number-wrap {
  color: #183b66;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-right: 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-number-wrap.background-color-blue {
  color: #fff;
  margin-bottom: 0;
}

.about-number-wrap.background-color-green {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.background-color-green {
  background-color: var(--dodger-blue);
}

.background-color-yellow {
  background-color: var(--khaki-2);
}

.background-color-darkgreen {
  background-color: var(--dark-slate-grey);
}

.cta_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
}

.about-facilities_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
}

.why-us-tabs_list {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: 0;
  display: grid;
}

.why-us-tabs_content-wrapper {
  width: 100%;
  position: relative;
}

.sidebar-link {
  line-height: 1.5em;
  display: flex;
}

.why-us-tabs_menu {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.why-us-tabs_video-wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.play-lottie-animation {
  width: 48px;
}

.why-us-tabs_brand-wrapper {
  border-top: 5px solid var(--dodger-blue);
  background-color: var(--slate-grey);
  color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  display: flex;
}

.education-model-pont {
  display: flex;
}

.image-65 {
  width: 32px;
}

.why-us-tabs_lightbox {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cumbresoaxaca-instalaciones6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 20rem;
  display: flex;
}

.why-us-tabs_content {
  flex: 0 auto;
  overflow: visible;
}

.why-us-tabs_content-box {
  z-index: 999;
  background-color: #fff;
  margin-top: -26rem;
  margin-right: 0;
  padding: 3.5rem;
  position: relative;
}

.why-us-tabs_tab {
  width: 100%;
}

.icon-box {
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 20px;
  display: flex;
}

.why-us-tabs_tab-link {
  color: var(--dark-slate-blue);
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.why-us-tabs_tab-link:hover {
  background-color: #009ade1a;
}

.why-us-tabs_tab-link.w--current {
  z-index: 5;
  background-color: var(--dodger-blue);
  color: #fff;
  padding-bottom: 15px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.why-us-tabs_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.text-color-blue {
  color: var(--dark-slate-blue);
}

.why-us-tabs_methodologys-component {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.model-intro_columns {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.model-intro_lightbox {
  background-color: #2d3153;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dimensiones-personalizadas-1200x800-px.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-height: 360px;
  display: flex;
  position: sticky;
  top: 220px;
}

.model-intro_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.model-intro_content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
}

.parrafo {
  color: #1d1f2eb3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.check {
  color: #ef4b48;
  margin-right: 6px;
}

.model-intro_image {
  object-fit: cover;
  width: 100%;
  max-height: 35rem;
}

.model-profile_box {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #123a5e1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.5rem;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.levels-intro_columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: stretch;
}

.levels-tabs_logo {
  position: absolute;
  inset: 0% 20px auto auto;
}

.level-tabs_tab-pane {
  border-left: 3px solid var(--dodger-blue);
  background-color: #fafafa;
  height: 100%;
}

.levels-tabs_content-box {
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.level-tabs_component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.level-tabs_tabs {
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.level-tabs_tabs-content {
  flex: 1;
}

.level-tabs_menu {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: grid;
}

.levels-tabs_link-wrapper {
  color: var(--dark-slate-blue);
  background-color: #f5f5f5;
  padding: 1.5rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .6s;
}

.levels-tabs_link-wrapper:hover {
  background-color: #009ade1a;
}

.levels-tabs_link-wrapper.w--current {
  z-index: 5;
  background-color: var(--slate-grey);
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.badge-1 {
  background-color: var(--dodger-blue);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.badge-1.background-color-darkgreen {
  background-color: var(--dark-slate-blue-2);
}

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

.levels-gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-levels-cta {
  background-image: linear-gradient(#123a5ecc, #123a5ecc), url('../images/cumbres-oaxaca_cta-visita-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.levels-cta_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3.5rem 5rem;
  display: flex;
  position: relative;
}

.image-52 {
  height: 3rem;
  position: absolute;
  inset: 0% auto auto 60px;
}

.admissions_columns {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.admissions_content-right {
  display: flex;
}

.ambientes-seguros-number-wrap {
  z-index: 1;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-number-wrap-2 {
  color: #0f3f65;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
  position: static;
}

.about-number-wrap-2.background-color-green {
  color: var(--gainsboro);
}

.admissions_lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.admissions_lightbox-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/preview-crece-siempre.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 20rem;
}

.home-facilities-image_icon {
  width: .75rem;
  display: flex;
}

.div-block-227 {
  z-index: 1;
  background-color: var(--gainsboro);
  color: var(--khaki);
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-form_icon-circle {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
}

.footer-form_icon {
  align-items: center;
  width: 1rem;
  display: flex;
}

.footer-form_data-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.coming-soon_data-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-bottom: 1px solid #ffffff0d;
  border-radius: 1rem;
  padding: 1.5rem;
}

.home-form_data-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.coming-next-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#123a5ee6, #123a5ee6), url('../images/bg-coming-soon.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coming-soon_component {
  background-color: #123a5e4d;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-embed {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coming-soon-data_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.footer-form_data-wrapper-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.coming-soon_icon-wrapper {
  background-color: var(--khaki);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.coming-soon_icon {
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.levels-intro_image-wrapper {
  align-items: center;
  position: relative;
}

.levels-intro_image-wrapper.backgroud-highschool {
  background-image: url('../images/highschool-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-form_adress-links {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-row-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.section-blog {
  overflow: hidden;
}

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

.blog_item {
  background-color: #fff;
  border: 1px #fff;
  height: 100%;
}

.blog_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 4.5rem;
  display: flex;
  position: relative;
}

.blog_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_category {
  background-color: var(--dodger-blue);
  color: #fff;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog54_title-wrapper {
  margin-bottom: .5rem;
}

.blog54_button-wrapper {
  border-top: 1px solid var(--dodger-blue);
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

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

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

.blogpost3_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blogpost_title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.breadcrumb-link {
  color: #0000;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  border-bottom: 2px solid #000;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost1_category-link {
  color: #0000;
  margin-right: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost1_category-link.w--current {
  border-bottom: 2px solid #000;
}

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

.blogpost_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blogpost3_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost3_social-link {
  background-color: var(--dodger-blue);
  border-radius: 20px;
  padding: .25rem;
}

.blogpost3_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost_content {
  margin-bottom: 4rem;
}

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

.nav_arrow {
  color: var(--dodger-blue);
  justify-content: center;
  align-items: center;
  width: 1rem;
  margin-left: .5rem;
  display: flex;
}

.heading-small-copy {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blogpost_logo-image {
  width: 8rem;
  margin-right: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.divider-email {
  background-color: #e6e7e84d;
  width: 1px;
  height: 100%;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.blog_image-overlay {
  background-color: #5b7f95cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_image-button {
  border: 1px solid #ffffff4d;
  padding: .5rem 1rem;
}

.text-block-80 {
  color: #ffffff1a;
  text-align: center;
  font-family: Newslab, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  inset: auto 3% 0% auto;
}

.lightbox-link {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-230 {
  background-color: #5b7f95cc;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-231 {
  position: relative;
  overflow: hidden;
}

.modal-form-visit {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-visit-wrapper.background-color-white {
  min-width: 40rem;
  position: relative;
  box-shadow: 1px 1px 36px 20px #0000000d;
}

.modal-visit_close-icon {
  background-color: var(--dodger-blue);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-icon_line-1 {
  background-color: #fff;
  width: 2rem;
  min-width: 2rem;
  height: 1px;
  transform: rotate(45deg);
}

.modal-close-icon_line-2 {
  background-color: #fff;
  align-self: auto;
  width: 2rem;
  min-width: 2rem;
  height: 1px;
  transform: rotate(-45deg);
}

.highlands-text-transparent {
  color: #123a5e1a;
  font-family: Newslab, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 12rem;
}

.div-block-232 {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.modal-form-preschool {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pagintation {
  margin-top: 2rem;
}

.modal-form-general, .modal-form-download, .modal-form-elementary, .modal-form-middle, .modal-form-high {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.ambientes-seguros_bullet-wrapper {
  z-index: 1;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.pdf-ambientes-seguros {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-ambientes-seguros {
  display: block;
}

.page-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.5em;
}

.f01_logo {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  margin-right: 15px;
  display: flex;
}

.ambientes-seguros_number-square {
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.ambientes-seguros_number-square.background-color-green {
  color: var(--gainsboro);
}

.ambientes_embed {
  max-width: 48rem;
  margin-bottom: 0;
}

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

.home-facilities-image_left-arrow-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #123a5e;
  background-color: #fff9;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  inset: auto auto 0% 0%;
}

.home-facilities-image_right-arrow-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #123a5e;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.levels-intro_brand-wrapper {
  border-right: 1px solid var(--slate-grey);
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.levels-intro_rotate-text {
  color: #fff;
  font-family: Newslab, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  transform: rotate(-90deg);
}

.levels-intro_content-left {
  background-color: #fafafa;
  height: 100%;
  position: relative;
}

.levels-intro_content-left.preescolar {
  background-image: url('../images/cumbres-oaxaca-preescolar_portada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.levels-intro_content-left.primaria {
  background-image: url('../images/cumbres-oaxaca-primaria_portada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.levels-intro_content-left.secundaria {
  background-image: url('../images/cumbres-oaxaca-secundaria_portada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bamb-intro_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.margin-bottom-2.margin-small {
  margin: 0 0 1rem;
}

.background-color-red {
  z-index: 1;
  background-color: #68d2df;
  position: relative;
}

.bamb-hero-image {
  z-index: 10;
  width: 36rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-16 {
  font-size: 1.5rem;
}

.bamb_form {
  z-index: 9999;
  justify-content: space-between;
  position: relative;
}

.bamb-item_number {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.section-bamb-stages {
  z-index: 10;
  position: relative;
}

.section-bamb-stages.background-color-purple {
  z-index: 12;
  background-color: #f4f6f9;
  position: relative;
}

.bamb-features_content-right {
  justify-content: center;
  display: flex;
}

.padding-vertical-2.padding-xhuge {
  padding: 8rem 0;
}

.bamb-stages_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.bamb-hero_tree-image {
  z-index: 10;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.bamb-stages_column-3 {
  border-top-left-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bamb-images-component {
  grid-column-gap: 0rem;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -16rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.bamb-hero_subtitle {
  z-index: 10;
  color: #fff;
  text-shadow: 1px 1px 12px #0003;
  align-self: center;
  max-width: 48rem;
  margin-left: 3rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.image-72 {
  object-fit: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 100%;
}

.page-padding-2 {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-78 {
  z-index: 10;
  min-width: 64rem;
  position: absolute;
  left: -50px;
}

.text-block-99 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.bamb-stages_column-2 {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 30px #0000;
}

.bamb-activities_image-wrapper {
  border-radius: 32px 32px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-bamb-intro {
  z-index: 10;
  position: relative;
}

.section-bamb-intro.backgorund-color-white {
  background-color: #fff;
}

.image-73 {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #abc7ea;
  width: 100%;
  height: 100%;
}

.bamb-stages_column {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.bamb-stages_item {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
}

.bamb-stages_item._5 {
  color: #ff8200;
}

.bamb-stages_item._1 {
  color: #008eaa;
}

.bamb-stages_item._3 {
  color: #e31c79;
}

.bamb-stages_item._2 {
  color: #f3d54e;
}

.bamb-stages_item._4 {
  color: #78d64b;
}

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

.bamb-hero-clouds {
  position: absolute;
  inset: 4% auto 0% 25%;
}

.footer-image_sun {
  position: absolute;
  left: 65%;
}

.bamb-stages_image {
  object-fit: cover;
  border-radius: 50%;
  width: 32rem;
  height: 32rem;
}

.bamb-activities_content-wrapper {
  color: #fff;
  background-color: #e31c79;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 6.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.bamb-activities_component {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
}

.div-block-294 {
  background-color: #abc7ea;
  width: 100%;
  height: 32rem;
}

.section-bamb-features {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.div-block-291 {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.bamb-features_left-arrow {
  background-color: #f3d54e;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  inset: auto auto 20% 5%;
  box-shadow: 1px 1px 30px #f3d54e33;
}

.section-bamb-banner.background-color-whitesmoke {
  z-index: 10;
  background-image: url('../images/banner-convenio-preescolares.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.section-bamb-hero {
  height: 100vh;
}

.section-bamb-hero.background-color-sky {
  z-index: 10;
  background-image: radial-gradient(circle at 50% 100%, #fff, #f6f9fd 0%, #abc7ea);
  position: relative;
  overflow: hidden;
}

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

.bamb-number {
  font-size: 3rem;
  line-height: 3rem;
}

.video-3 {
  width: 100%;
}

.div-block-288 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 12rem;
  display: flex;
}

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

.bamb-hero_title {
  color: #fff;
  text-shadow: 1px 1px 12px #0003;
  font-size: 6rem;
  line-height: .9em;
}

.bamb-hero-sun {
  position: absolute;
  inset: 5% 25% auto auto;
}

.bamb-item_icon {
  display: flex;
}

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

.slider-6 {
  background-color: #0000;
  height: 100%;
}

.bamb-features_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bamb_video-wrapper {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 1px 1px 16px #0000000d;
}

.div-block-301 {
  z-index: 100;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 2rem 0%;
}

.bamb-activities_name-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #004b87;
  background-color: #fff9;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-self: center;
  width: 70%;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.section-bamb-footer {
  background-image: radial-gradient(circle, #fff, #abc7ea);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 16rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bamb-button {
  background-color: #e31c79;
  border-radius: 26px;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  box-shadow: 1px 1px 16px #e31c7940;
}

.bamb-intro_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.bab-stages_icon {
  height: 3rem;
}

.bamb-features_right-arrow {
  background-color: #f3d54e;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 1.5rem;
  inset: auto 5% 20% auto;
  box-shadow: 1px 1px 30px #f3d54e33;
}

.section-bamb-footer-spacer {
  z-index: 0;
  width: 100%;
  height: 16rem;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero_clouds-2 {
  width: 150%;
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 0%;
}

.section-bamb-images {
  z-index: 10;
  position: relative;
}

.hero_clouds-1 {
  z-index: 12;
  width: 130vw;
  max-width: 150%;
  margin-bottom: -10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.text-color-blue-bamb {
  color: #004b87;
}

._360-embed.mobile {
  display: none;
}

.dashboard-embed-desktop {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.dashboard-embed-mobile {
  width: 100%;
  max-width: 1140px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-79 {
  z-index: 100;
  max-width: 12rem;
  position: relative;
}

.floating-button-whatsapp {
  z-index: 20;
  background-image: linear-gradient(#5ac864, #28b43c);
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 0 8px 24px #1c7f2a52;
}

.icon-whatsapp-floating {
  height: 24px;
}

.about-model_certifications-item {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.about-model_certifications-image {
  color: #082a44;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdpwn_link-box {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 12rem;
  text-decoration: none;
  display: flex;
}

.nav-dropdpwn_link-box:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.grid-9 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-419 {
  padding: 1.5rem;
}

.seguridad_gallery-images {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-80 {
  width: 100%;
}

.grid-9-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.background-color-lightblue {
  background-color: var(--dodger-blue);
}

.html-embed-11 {
  color: #fff;
  width: 3rem;
}

.logo-oak {
  width: 180px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-bottom-bar {
  background-color: var(--dodger-blue);
  color: #fff;
  border: 1px solid #deebf7;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.demo-wrapper-copy {
  flex-flow: column-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-162 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-divider {
  border-bottom: 1px solid #c7dbf0;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.div-block-161 {
  background-image: url('../images/prepa-anahuacjpg-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-161.oak {
  background-image: url('../images/oak.jpg');
  background-position: 50%;
  margin-bottom: 0;
  position: relative;
}

.div-block-161.red-anahuac {
  background-image: url('../images/red-anahuac.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.div-block-161.prepa-anahuac {
  border: 1px solid #deebf7;
  margin-bottom: 0;
}

.div-block-234 {
  background-color: #fff;
  border: 1px solid #deebf7;
  border-top-style: none;
  flex: 1;
  padding: 3rem 2rem 5rem;
}

.div-block-161-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.counter {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: Messinasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  display: flex;
  position: absolute;
  inset: 100px 0% auto;
}

.counter.small {
  font-size: 42px;
  line-height: 42px;
  position: absolute;
  inset: 110px 0% auto;
}

.text-block-21-copy {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.number-box-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-card {
  color: var(--dark-slate-blue-2);
  background-color: #2d3153;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.card-icon {
  opacity: .15;
  width: 48px;
  margin-bottom: 10px;
  position: absolute;
  inset: 40px auto auto;
}

.directory-international_map-wrapper {
  width: 60%;
  padding-left: 40px;
}

.textlink-rcsa {
  color: #2d3153;
}

.paragraph-dark {
  color: #1d1f2eb3;
  text-align: left;
  margin-top: 20px;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.directory-international_map-component {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.benefit-title {
  color: #2b3052;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.image-53 {
  margin-bottom: 20px;
}

.directory-international_text-wrapper {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.div-block-281 {
  width: 33%;
}

.content_paragraph {
  color: #4e5d78;
  text-align: justify;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-header-hero {
  background-image: linear-gradient(71deg, var(--dark-slate-blue-2), #fff0), url('../images/Hero-4-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 70vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-credits_by-bd {
  background-color: #ffffff1a;
  padding: .5rem;
}

.foter-credits_by-bd-list {
  grid-column-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  align-content: center;
  align-items: center;
}

.image-68 {
  width: 6rem;
}

.colaboradores_link-block {
  margin-top: 1rem;
  text-decoration: none;
}

.colaboradores_link-block.w--current {
  display: none;
}

.colaboradores_layout {
  color: #fff;
  background-color: #507286;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: min-content max-content;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.colaboradores_icon {
  width: 2.5rem;
}

.html-embed-15 {
  height: auto;
}

.section-rh-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  position: relative;
}

.div-block-368 {
  position: sticky;
  top: 12rem;
}

.rh-form_content-right {
  border: 2px solid #deebf7;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.rh-form_component {
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rh-form_content-left {
  height: 100%;
  position: relative;
}

.heading-label {
  color: var(--gainsboro);
  text-transform: uppercase;
  font-family: Newslab, sans-serif;
  font-size: 1.5rem;
}

.header-style-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
}

.ajustes-h1 {
  letter-spacing: 2px;
  font-size: 2rem;
}

.adaptacion-heading-largo {
  font-size: 1.8rem;
  line-height: 1.1;
}

.text-span-6 {
  font-family: Newslab, sans-serif;
  font-size: 2.5rem;
}

.hub-topbar {
  background-color: #ececec26;
  border: 1px solid #ececec38;
  border-radius: 6px;
  align-items: center;
  height: 2rem;
  padding: .125rem .5rem;
  display: flex;
}

.image-76 {
  height: 1rem;
}

.top-bar_itemhub {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-block {
  grid-column-gap: 2rem;
  align-items: stretch;
}

.footer_link-image-2 {
  background-color: #fff;
  border-radius: 6px;
  max-width: 150px;
  max-height: 8rem;
}

.hub-link {
  object-fit: contain;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  max-width: 6rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.hub_hub-logo {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.hub_hub-logo.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ambientes-seguros_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-rich-text-2 {
  text-align: justify;
}

.logo-ambientes-seguros {
  width: 18rem;
  min-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.ambientes-seguros_logo {
  position: sticky;
  top: 240px;
}

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

.blog44_image-wrapper {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #5b7f95;
  background-color: #21469c1a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_item-link:hover {
  box-shadow: 0 2px 5px #0003;
}

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

.blog44_item.blog-article:hover {
  box-shadow: 0 2px 20px #0000001a;
}

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

.blog44_item-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

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

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

.breadcrumb-link-2 {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.section_blog-post3-header {
  background-color: #5b7f950d;
  padding-top: 5rem;
  position: relative;
}

.blog-post3-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.div-block-421 {
  background-image: url('../images/cumbressaltillo_bachillerato20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post3-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

.main-wrapper-2 {
  margin-top: 12rem;
}

.main-wrapper-2.blog-article:hover {
  box-shadow: 0 2px 20px #0000001a;
}

.blog-post3-header_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.block-quote-3 {
  border-left-color: #5b7f95;
}

.blog-post3-header_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post3-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog-post3-header_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post3-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.blog-post3-header_author-text {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .nav_links-wrapper {
    max-width: none;
  }

  .nav_dropdown-list.w--open {
    flex: 0 auto;
  }

  .div-block-230 {
    background-color: #123a5ecc;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .text-size-medium.mobile {
    font-size: 1rem;
  }

  .container-large.relative {
    height: 60vh;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    margin-top: 9rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .margin-top.margin-medium.mobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top.margin-medium {
    margin: 1.5rem 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav_component {
    justify-content: space-between;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    box-shadow: 1px 1px 12px 8px #0000000d;
  }

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

  .top-bar_item.right {
    display: none;
  }

  .top-bar_link-icon {
    margin-left: 10px;
  }

  .nav_data-link {
    font-size: 14px;
  }

  .top-bar_link-icons-wrapper {
    justify-content: flex-end;
  }

  .nav_brand-wrapper {
    flex-direction: row-reverse;
    flex: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .nav_logo-link {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .nav_logo-link.w--current {
    padding-left: 0;
  }

  .icon-mobile-menu {
    align-items: center;
    font-size: 32px;
    display: flex;
    position: absolute;
    inset: 0% 5% 0% auto;
    overflow: visible;
  }

  .nav_links-wrapper {
    background-color: #fafafa;
    border-top: 1px solid #5b7f9533;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 6rem;
    position: absolute;
  }

  .nav-dropdown_cta {
    display: none;
  }

  .nav_dropdown-list {
    margin-top: 0;
    display: none;
    position: relative;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    border-bottom: 1px solid #5b7f9533;
    width: 100%;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 60px;
  }

  .nav_link {
    color: #0f3f65;
    justify-content: flex-start;
    height: 4rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    position: relative;
  }

  .nav_link.w--current {
    height: 50px;
  }

  .nav-dropdown_main-link {
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .nav_link-cta {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-dropdown_link {
    color: #5b7f95;
    justify-content: center;
    width: 100%;
    max-height: 60px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown_container {
    flex-direction: row;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav_dropdown-item {
    flex-direction: column;
    justify-content: flex-start;
    position: static;
  }

  .nav-dropdpwn_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4rem;
    padding-left: 2.5rem;
    display: flex;
  }

  .nav-dropdown_image-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    display: none;
  }

  .nav-dropdown_link-image {
    max-width: 160px;
    display: none;
  }

  .nav_dropdown {
    color: var(--dark-slate-blue);
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .nav_dropdown.w--open {
    background-color: var(--dodger-blue);
    color: var(--gainsboro);
    flex: 0 auto;
    width: 100%;
    height: 4rem;
    position: absolute;
  }

  .nav-dropdown-about_component {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .nav_container {
    background-color: #fff;
    border-top-style: none;
  }

  .nav-dropdown-about_link {
    flex-direction: row;
    align-items: center;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5rem;
    display: flex;
  }

  .nav-dropdown-about_image {
    max-width: 160px;
    display: none;
  }

  .nav-dropdown-about_image-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown-about_image-mask {
    margin-bottom: 0;
    margin-right: 20px;
    display: none;
  }

  .nav-dropdown-levels_component {
    grid-row-gap: 0px;
  }

  .button-arrow.mobile {
    color: var(--dodger-blue);
    bottom: auto;
  }

  .home-about_content-right {
    width: 100%;
    padding-top: 40px;
  }

  .home-about_content-right.background-color-blue {
    padding: 2.5rem;
  }

  .home-about_content-left {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 400px;
  }

  .home-about_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .home-levels_image-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 10rem;
  }

  .home-levels_link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .level-box {
    flex-direction: column-reverse;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

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

  .title-underline-wrapper {
    margin-bottom: 40px;
  }

  .home-levels_image {
    width: 100%;
  }

  .home-facilities-image_component {
    grid-template-columns: 1fr;
  }

  .home-cta_component {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer_credits-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_button {
    background-color: #fff;
    padding: 0;
  }

  .nav_button.w--open {
    background-color: #fff;
  }

  .nav_lottie {
    width: 32px;
    display: flex;
  }

  .section-header.background-color-blue {
    margin-top: 6rem;
  }

  .about-model-component {
    grid-template-columns: 1fr;
  }

  .why-usa_faq {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .why-us_faq-content {
    border-bottom-color: #deebf7;
  }

  .why-us_component {
    grid-template-columns: 1fr;
  }

  .cta_content {
    flex-direction: column;
    grid-template-columns: max-content;
    align-items: flex-start;
    display: flex;
  }

  .about-facilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .why-us-tabs_list {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: static;
  }

  .why-us-tabs_content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sidebar-link {
    font-size: 12px;
  }

  .why-us-tabs_menu {
    flex-direction: row;
    width: 100%;
    position: sticky;
    top: 100px;
    overflow: scroll;
    box-shadow: 0 1px 16px -14px #000;
  }

  .why-us-tabs_video-wrapper {
    width: 100%;
    max-height: none;
  }

  .why-us-tabs_lightbox {
    height: 300px;
  }

  .why-us-tabs_content {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .why-us-tabs_content-box {
    margin-top: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-us-tabs_tab-link {
    border-right: 1px solid #93d8f7;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    display: flex;
  }

  .why-us-tabs_tab-link:hover {
    background-color: #f6f6f6;
  }

  .why-us-tabs_tab-link.w--current {
    justify-content: center;
  }

  .why-us-tabs_component {
    display: flex;
  }

  .model-intro_columns {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .model-intro_lightbox {
    height: 300px;
  }

  .model-intro_list {
    grid-template-columns: 1fr;
  }

  .model-intro_content-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    height: auto;
  }

  .model-profile_box {
    width: auto;
  }

  .levels-intro_columns {
    grid-template-columns: 1fr;
  }

  .levels-tabs_logo {
    display: none;
  }

  .levels-tabs_content-box {
    height: 400px;
  }

  .level-tabs_tabs {
    flex-direction: column;
  }

  .level-tabs_menu {
    flex-direction: row;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .levels-tabs_link-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 24rem;
    display: flex;
  }

  .levels-tabs_link-wrapper:hover {
    background-color: #f6f6f6;
  }

  .levels-tabs_link-wrapper.w--current {
    background-color: var(--dark-slate-blue);
    justify-content: center;
    min-width: 24rem;
    padding-right: 2rem;
  }

  .gallery_component {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .preschool-gallery_image-wrapper {
    max-height: 16rem;
  }

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

  .coming-next-wrapper {
    height: auto;
  }

  .coming-soon-data_list {
    grid-template-columns: 1fr;
  }

  .levels-intro_image-wrapper {
    height: 32rem;
  }

  .cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .blogpost3_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-xlarge-2 {
    font-size: 2.75rem;
  }

  .blogpost_content {
    margin-bottom: 3rem;
  }

  .modal-visit-wrapper.background-color-white {
    min-width: auto;
  }

  .section-ambientes-seguros {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .levels-intro_brand-wrapper {
    display: none;
    inset: 0% auto 0% 0%;
  }

  .levels-intro_content-left {
    height: 24rem;
  }

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

  .bamb-hero-image {
    z-index: 30;
    width: 24rem;
  }

  .bamb_form {
    z-index: 50;
    position: relative;
  }

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

  .padding-vertical-2.padding-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .bamb-stages_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bamb-hero_tree-image {
    height: 60vh;
    inset: auto 0% 0% auto;
  }

  .bamb-images-component {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bamb-hero_subtitle {
    max-width: 36rem;
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 2rem;
    font-size: 1.25rem;
  }

  .image-72 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .image-78 {
    width: 100%;
    min-width: auto;
  }

  .bamb-stages_column-2 {
    flex-direction: column;
  }

  .bamb-stages_column, .grid-7 {
    width: 100%;
  }

  .bamb-activities_content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bamb-activities_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .div-block-291 {
    width: 100%;
  }

  .section-bamb-hero.background-color-sky {
    height: 60vh;
  }

  .div-block-288 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bamb-hero_title {
    font-size: 4rem;
  }

  .bamb-features_component {
    grid-template-columns: 1fr;
  }

  .div-block-301 {
    width: 90%;
  }

  .bamb-intro_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .hero_clouds-1 {
    z-index: 40;
  }

  ._360-embed.desktop {
    display: none;
  }

  ._360-embed.mobile {
    display: flex;
  }

  .dashboard-embed-desktop {
    margin-top: 0;
  }

  .dashboard-embed-mobile {
    margin-top: 140px;
    display: none;
  }

  .nav-dropdpwn_link-box {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4rem;
    padding-left: 2.5rem;
    display: flex;
  }

  .grid-9, .grid-9-copy {
    grid-template-columns: 1fr;
  }

  .demo-wrapper-copy {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .div-block-162 {
    grid-template-columns: 1fr;
  }

  .title-divider {
    margin-top: 0;
  }

  .number-box-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .number-card {
    width: auto;
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-header-hero {
    height: auto;
  }

  .section-rh-form {
    position: relative;
  }

  .rh-form_component {
    grid-template-columns: 1fr;
  }

  .top-bar_itemhub.right {
    display: none;
  }

  .ambientes-seguros_wrapper {
    flex-direction: column-reverse;
  }

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

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

  .blog_list-wrapper-2 {
    padding-left: 2rem;
  }

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

  .div-block-421 {
    height: 300px;
  }

  .main-wrapper-2 {
    margin-top: 9rem;
  }

  .blog-post3-content_content {
    margin-bottom: 3rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .page-wrapper {
    margin-left: 0;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-top.margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_component {
    height: 6rem;
  }

  .top-bar_list {
    grid-template-columns: 1fr;
    display: flex;
  }

  .top-bar_component {
    padding-left: 40px;
  }

  .top-bar_link-icons-wrapper {
    justify-content: space-around;
  }

  .nav_brand-wrapper {
    height: 6rem;
  }

  .nav_logo-link {
    flex: none;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav_logo-link.w--current {
    margin-top: 0;
    margin-left: 20px;
  }

  .nav_links-wrapper {
    border-top: 3px #fdda46;
  }

  .nav_dropdown-list {
    display: none;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .home-about_content-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-about_content-left {
    width: 100%;
    height: 300px;
  }

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

  .home-about_buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .home-levels_image-wrapper {
    height: 24rem;
  }

  .home-levels_link-wrapper {
    width: 100%;
  }

  .level-box {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer_bottom-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1.25rem;
  }

  .footer_links-col.grid {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .footer_top-brand {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_credits {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .why-us_faq-wrapper {
    min-width: auto;
  }

  .cta_content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .education-model-pont {
    flex-direction: column;
  }

  .why-us-tabs_lightbox {
    height: 150px;
  }

  .why-us-tabs_content-box {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-box {
    margin-bottom: 20px;
  }

  .why-us-tabs_component {
    grid-template-columns: 1fr;
  }

  .model-intro_lightbox {
    position: static;
  }

  .parrafo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .levels-tabs_logo {
    display: none;
  }

  .gallery_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .levels-cta_content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-52 {
    left: 30px;
  }

  .ambientes-seguros-number-wrap {
    align-items: flex-start;
  }

  .cta_component {
    grid-row-gap: 3rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blogpost3_header {
    grid-row-gap: 3rem;
  }

  .heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .blogpost_content {
    margin-bottom: 2rem;
  }

  .heading-small-copy {
    text-align: left;
    font-size: 1rem;
  }

  .ambientes-seguros_bullet-wrapper {
    align-items: flex-start;
  }

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

  .bamb-hero-image {
    width: 20rem;
    inset: auto -86px 0% auto;
  }

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

  .padding-vertical-2.padding-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bamb-hero_tree-image {
    right: -15%;
  }

  .bamb-images-component {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bamb-hero_subtitle {
    font-size: 1.25rem;
  }

  .image-72 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }

  .page-padding-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-78 {
    min-width: 40rem;
  }

  .bamb-stages_column-2 {
    flex-direction: column;
  }

  .bamb-activities_component {
    grid-template-columns: 1fr;
  }

  .div-block-291 {
    width: 100%;
  }

  .div-block-288 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bamb-activities_name-wrapper {
    width: 70%;
  }

  .bamb-intro_component {
    grid-row-gap: 3rem;
  }

  .dashboard-embed-desktop {
    display: none;
  }

  .dashboard-embed-mobile {
    justify-content: center;
    height: 1800px;
    margin-top: 100px;
    display: flex;
    overflow: scroll;
  }

  .floating-button-whatsapp {
    z-index: 100;
    display: none;
  }

  .demo-wrapper-copy {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-divider {
    margin-bottom: 0;
  }

  .directory-international_map-wrapper {
    width: 100%;
  }

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

  .directory-international_map-component {
    flex-direction: column;
  }

  .directory-international_text-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .link-block {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .footer-credits_by-bd {
    padding-left: 1.25rem;
  }

  .rh-form_content-right {
    max-width: none;
    padding: 10px;
  }

  .top-bar_itemhub.right {
    display: none;
  }

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .blog_list-wrapper-2 {
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

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

@media screen and (max-width: 479px) {
  p {
    text-align: left;
  }

  .button.hide-desktop, .show-mobile-portrait {
    display: block;
  }

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

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

  .container-large.relative {
    height: 100vh;
  }

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

  .main-wrapper {
    margin-top: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_component {
    justify-content: space-between;
    height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-bar_list {
    align-items: center;
  }

  .top-bar_link-icon {
    margin-left: 0;
    margin-right: 5px;
  }

  .nav_data-link {
    font-size: .75rem;
    line-height: 10px;
  }

  .top-bar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-bar_link-icons-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    inset: 0% auto auto 0%;
  }

  .nav_brand-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_logo-link {
    margin-left: 0;
  }

  .nav_logo-link.w--current {
    margin-top: 0;
    margin-left: 0;
  }

  .nav_logo {
    width: 3.5rem;
    height: 3.5rem;
  }

  .nav_links-wrapper {
    z-index: 15;
    width: 100%;
    margin-top: 4.5rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .nav_link {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .nav-dropdpwn_wrapper {
    align-items: center;
    padding-left: 1rem;
  }

  .nav-dropdown_image-wrapper {
    display: none;
  }

  .nav_dropdown {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .top-bar_icon {
    width: 1rem;
  }

  .nav-dropdown-about_link {
    padding-left: 1rem;
  }

  .nav-dropdown-about_image-wrapper {
    align-items: center;
  }

  .nav-dropdown-about_image-mask {
    display: none;
  }

  .nav_brand-component {
    flex: 1;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
  }

  .home-about_content-right {
    padding: 20px;
  }

  .home-about_content-right.background-color-blue {
    flex-direction: column;
    align-self: stretch;
    padding: 1.5rem;
    display: flex;
  }

  .button-cta {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .home-about_content-left {
    width: 100%;
    height: 12rem;
  }

  .home-about_component {
    flex-direction: column;
    display: flex;
  }

  .text-color-white {
    line-height: 1.25;
  }

  .home-about_buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .text-span {
    font-size: 2.5rem;
  }

  .home-levels_image-wrapper {
    height: 12rem;
  }

  .level-box {
    margin-bottom: 10px;
  }

  .home-levels_component {
    grid-template-columns: 1fr;
  }

  .home-facilities-image_image {
    object-fit: cover;
    height: 24rem;
  }

  .home-facilities-image_slide {
    height: 24rem;
  }

  .home-facilities-image_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .home-facilities-image_content-right {
    grid-template-columns: 1fr;
  }

  .home-facilities-image_component {
    grid-row-gap: 4rem;
  }

  .text-style-newslab {
    margin-bottom: 1rem;
  }

  .footer-links_component {
    grid-template-columns: max-content;
  }

  .footer_brand-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .footer {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

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

  .nav_button {
    margin-left: 1rem;
  }

  .nav_lottie {
    width: 30px;
  }

  .section-header {
    margin-top: 4.5rem;
  }

  .section-header.background-color-blue {
    margin-top: 4.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-style {
    font-size: 2rem;
  }

  .header-style.text-color-white {
    font-size: 1.75rem;
  }

  .about-model_video-lightbox {
    height: 14rem;
    position: relative;
  }

  .block-quote {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 20px;
    display: flex;
  }

  .why-usa_faq {
    margin-top: 3rem;
  }

  .why-us_faq-content {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .why-us_faq-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .faq02_icon {
    inset: auto 0% auto auto;
  }

  .why-us_component {
    margin-bottom: 0;
  }

  .about-number-wrap {
    margin-bottom: 20px;
    margin-right: 0;
    top: -3rem;
  }

  .why-us-tabs_menu {
    top: 60px;
  }

  .why-us-tabs_video-wrapper {
    z-index: 9;
  }

  .why-us-tabs_lightbox {
    height: 140px;
  }

  .why-us-tabs_content-box {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-tabs_tab-link.w--current {
    padding-top: 15px;
  }

  .model-intro_lightbox {
    height: 200px;
    max-height: 200px;
  }

  .model-intro_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parrafo {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .model-profile_box {
    width: 100%;
  }

  .levels-tabs_logo {
    display: none;
  }

  .levels-tabs_content-box {
    height: auto;
    padding: 60px 20px;
  }

  .levels-tabs_link-wrapper, .levels-tabs_link-wrapper.w--current {
    min-width: 18rem;
  }

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

  .preschool-gallery_image-wrapper {
    height: 250px;
  }

  .levels-cta_content-wrapper {
    padding: 50px 20px 40px;
  }

  .image-52 {
    max-width: 100px;
    height: auto;
    left: 20px;
  }

  .ambientes-seguros-number-wrap {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .about-number-wrap-2 {
    margin-bottom: 10px;
  }

  .home-facilities-image_icon {
    width: .75rem;
  }

  .footer-form_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .home-form_data-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .coming-soon_icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .home-form_adress-links {
    grid-template-columns: min-content 1fr;
  }

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

  .blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blogpost_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-small-copy {
    font-size: .75rem;
  }

  .ambientes-seguros_bullet-wrapper {
    align-items: flex-start;
    height: auto;
  }

  .section-ambientes-seguros {
    padding: 60px 5%;
  }

  .page-heading {
    font-size: 24px;
  }

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

  .bamb-hero-image {
    object-fit: cover;
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    right: -200px;
  }

  .bamb_form {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
    display: flex;
  }

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

  .bamb-hero_tree-image {
    display: none;
    inset: 0% -11% 0% auto;
  }

  .bamb-hero_subtitle {
    max-width: 18rem;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 1.5rem;
    font-size: 1rem;
  }

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

  .image-78 {
    min-width: 100%;
    height: 100%;
    left: -328px;
  }

  .bamb-hero-clouds {
    left: 10%;
  }

  .footer-image_sun {
    left: 25%;
  }

  .bamb-stages_image {
    width: 16rem;
    height: 16rem;
  }

  .bamb-features_left-arrow {
    width: 3rem;
    height: 3rem;
  }

  .section-bamb-hero.background-color-sky {
    height: 100vh;
  }

  .bamb-hero_title {
    z-index: 30;
    position: relative;
  }

  .bamb-hero-sun {
    width: 8rem;
    right: 5%;
  }

  .div-block-301 {
    width: 250%;
    height: 6rem;
    bottom: 0;
  }

  .bamb-activities_name-wrapper {
    width: 90%;
  }

  .section-bamb-footer {
    height: auto;
  }

  .bamb-button {
    width: 100%;
    font-size: 1rem;
  }

  .bamb-intro_component {
    grid-template-columns: 1fr;
  }

  .bamb-features_right-arrow {
    width: 3rem;
    height: 3rem;
  }

  .hero_clouds-2 {
    bottom: 0%;
  }

  .hero_clouds-1 {
    width: 100%;
    max-width: 100%;
  }

  ._360-embed {
    overflow: scroll;
  }

  .dashboard-embed-mobile {
    height: 1200px;
    margin-top: 60px;
  }

  .floating-button-whatsapp {
    bottom: 30px;
  }

  .about-model_certifications-item {
    grid-template-columns: 1fr;
  }

  .nav-dropdpwn_link-box {
    align-items: center;
    padding-left: 1rem;
  }

  .demo-wrapper-copy {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-divider {
    max-width: none;
  }

  .div-block-234 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-box-container {
    grid-template-columns: 1fr;
  }

  .directory-international_map-wrapper {
    padding-left: 0;
  }

  .directory-international_map-component {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit-title {
    font-size: 14px;
  }

  .content_paragraph {
    text-align: left;
  }

  .home-header-hero {
    height: 70vh;
  }

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

  .footer-credits_by-bd {
    background-color: #0000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .foter-credits_by-bd-list {
    justify-content: start;
  }

  .header-style-2 {
    font-size: 2rem;
  }

  .image-76 {
    min-width: 3rem;
  }

  .hub_hub-logo {
    max-width: 12rem;
  }

  .logo-ambientes-seguros {
    width: auto;
    min-width: auto;
    max-width: 12rem;
  }

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

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-wrapper-2 {
    margin-top: 7rem;
  }

  .block-quote-3 {
    border-left-color: #5b7f95;
  }

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b19-d0799e75 {
  justify-self: stretch;
}

#w-node-_660f9ade-8e37-2181-230c-d5d405a81879-f98c1d63, #w-node-_660f9ade-8e37-2181-230c-d5d405a8187a-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-de3ae6b3-239d-c28d-89a5-13f0cb59dc6c-f98c1d63, #w-node-_8ed6f7c9-6fea-f765-446a-b4eb137dddba-f98c1d63, #w-node-_3ad2b6f4-94b9-4810-5a9b-8a3b0df85d57-f98c1d63, #w-node-_3ad2b6f4-94b9-4810-5a9b-8a3b0df85d5d-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53, #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0441-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519360-3851935c {
  place-self: auto start;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519369-3851935c {
  place-self: center start;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e7703851936b-3851935c {
  align-self: stretch;
}

#w-node-_4c664d4d-928f-0e8e-f832-5b30dd2c805b-3851935c {
  justify-self: start;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519376-3851935c {
  justify-self: stretch;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519384-3851935c {
  align-self: center;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c1-3851935c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c5-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193cc-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193d3-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193da-3851935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193e1-3851935c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56d34e8c-d342-6e8d-567c-38e860f3aade-d0799e79 {
  align-self: stretch;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-d0799e80 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-d0799e80 {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e80, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e80, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e80, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-d0799e81 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-d0799e81 {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e81, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e81, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e81, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-d0799e82 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-d0799e82 {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e82, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e82, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e82, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#propositos-formativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-d0799e83 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#propositos-formativos.w-node-e2fbe9a4-4814-cd58-e1a0-7b405b9108c8-d0799e83 {
  justify-self: auto;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-d0799e85 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-d0799e85 {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e85, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e85, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e85, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551af-d0799e88 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551b6-d0799e88 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551da-d0799e88 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-b91bf1da-8c82-5e85-cd28-bb16d53e2940-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e2951-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e295c-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e2967-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e2972-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e297d-d0799e89, #w-node-b91bf1da-8c82-5e85-cd28-bb16d53e29cc-d0799e89 {
  align-self: center;
}

#w-node-a96104a5-5d68-d2d1-653d-860bbcd8e621-d0799e8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7da30069-58b5-c548-ec78-c4d4909b968a-d0799e8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-e31b5223-a3e0-a629-778d-b657c03c9eb2-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334ce2-58334cc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c5-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193cc-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193d3-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193da-3851935c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e80, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e80, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e80, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e80, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e81, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e81, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e81, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e81, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e82, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e82, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e82, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e82, #propositos-formativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-d0799e83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-d0799e83 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e85, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e85, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e85, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c25-d0799e86 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c32-d0799e86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c3f-d0799e86 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c5a-d0799e86 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c73-d0799e86 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_49517880-71d5-8520-ed63-59c36de7db22-d0799e86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-d0799e75, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_481222e0-dd43-263a-d401-b66aa6a0adc0-a6a0adc0, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-e31b5223-a3e0-a629-778d-b657c03c9eb2-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334ce2-58334cc4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e80, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e80, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e80, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e80, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e81, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e81, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e81, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e81, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e82, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e82, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e82, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-d0799e83 {
    grid-row: 1 / 2;
  }

  #w-node-_64ce234e-9d14-d51e-425d-846bddabd932-d0799e83 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e85, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e85, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e85, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-d0799e75, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d79-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7b-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7d-f98c1d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d85-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d87-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d89-f98c1d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3ad2b6f4-94b9-4810-5a9b-8a3b0df85d57-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53, #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0446-35238f53, #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0448-35238f53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_481222e0-dd43-263a-d401-b66aa6a0adc0-a6a0adc0, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-e31b5223-a3e0-a629-778d-b657c03c9eb2-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334ce2-58334cc4, #w-node-_40cc5308-2e45-1c83-a6a9-e344ba8bfe27-3851935c, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e80, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e80, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e80, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e80, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e81, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e81, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e81, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e81, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e82, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e82, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e82, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e82, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-d0799e85, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-d0799e85, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-d0799e85, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-d0799e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BookItalic.otf') format('opentype'), url('../fonts/MessinaSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newslab';
  src: url('../fonts/NewslabBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newslab';
  src: url('../fonts/NewslabBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}