@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: Berlingskeslabcn xbd;
  src: url('../fonts/BerlingskeSlabCn-XBd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Berlingskeslabcn md;
  src: url('../fonts/BerlingskeSlabCn-Md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --steel-blue: #0083c1;
  --lime-green: #6cc04a;
  --white: white;
  --black: #1d1f2eb3;
  --khaki: #f5e456;
  --pale-turquoise: #bff6ff;
}

.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(--steel-blue);
  text-align: left;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--steel-blue);
  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: #123a5e;
}

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(--lime-green);
  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-medium.edit {
  color: var(--steel-blue);
}

.heading-medium.text-color-green {
  color: var(--lime-green);
}

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

.text-weight-bold {
  color: var(--white);
  font-weight: 700;
}

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

.text-size-large.text-color-white.is-centered {
  text-align: left;
}

.icon-medium {
  height: 3rem;
}

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

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

.bd-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: #e6e7e8;
}

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

.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-size-small.text-weight-bold {
  color: var(--steel-blue);
}

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

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

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

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

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

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

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

.text-rich-text li {
  color: var(--black);
  background-image: url('../images/check-verde.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.25rem;
  font-size: 1rem;
  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.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 #123a5e;
}

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

.container-small.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-secondary {
  border: 2px solid var(--steel-blue);
  color: var(--steel-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-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall {
  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-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.heading-xsmall {
  font-size: 1.3rem;
  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;
  font-style: normal;
  display: flex;
}

.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 {
  background-color: var(--white);
  color: var(--steel-blue);
  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: 1.125rem;
  text-decoration: none;
}

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

.top-bar_component.hide-tablet {
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.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: #123a5e;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-dropdown_cta {
  background-color: var(--steel-blue);
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.nav-dropdown_cta:hover {
  background-color: var(--lime-green);
  color: var(--white);
}

.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(--steel-blue);
  border-bottom: 3px solid #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  border-bottom: 3px solid #cbe880;
}

.nav_link.w--current {
  border-bottom: 3px solid #0000;
}

.nav_link.w--current:hover {
  border-bottom: 3px solid #cbe880;
}

.nav-dropdown_main-link {
  color: #fff;
  background-color: #005aa6cc;
  background-image: linear-gradient(#123a5ecc, #123a5ecc);
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.nav-dropdown_link {
  color: #123a5e;
  background-color: #f6f6f6;
  border: 1px #fdda46;
  flex-direction: row;
  align-items: center;
  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_dropdown-item.is-hidden {
  display: none;
}

.nav-dropdpwn_wrapper {
  flex-direction: column;
  width: 100%;
  height: 12rem;
  text-decoration: none;
  display: flex;
}

.nav-dropdpwn_wrapper:hover {
  color: #123a5e;
  background-color: #cbe880;
}

.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: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.nav_dropdown {
  color: var(--steel-blue);
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-family: Messinasans, sans-serif;
  font-size: 1.125rem;
  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 {
  z-index: 2;
  max-width: 60px;
  position: relative;
}

.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 {
  align-self: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

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

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

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

.nav-dropdown-levels_component {
  width: 100%;
}

.nav-dropdown-levels_title-wrapper {
  justify-content: 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;
  box-shadow: 0 6px 6px #00000012;
}

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

.home-about_content-right.background-color-blue {
  color: var(--white);
  padding: 2.5rem;
}

.button-cta {
  color: var(--steel-blue);
  text-align: left;
  background-color: #fff;
  border: 1px #fff;
  justify-content: space-between;
  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: #123a5e;
  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 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-color-white.header-style.text-size-regular {
  font-size: 2rem;
}

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

.text-span {
  transform-style: preserve-3d;
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 20rem;
  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: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-line.all-blue {
  background-color: var(--steel-blue);
}

.home-levels_image {
  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: #123a5e;
  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: 100%;
}

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

.home-facilities-image_slider.smaller {
  height: 25rem;
}

.home-facilities-image_right-arrow {
  -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;
}

.home-facilities-image_icon-circle {
  background-color: var(--lime-green);
  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;
  grid-template-columns: 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;
  align-content: stretch;
  align-items: stretch;
}

.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-duplicate {
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 2.75rem;
}

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

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

.title-line-bg.green {
  background-color: var(--lime-green);
  color: var(--lime-green);
}

.section-form.background-color-whitesmoke {
  display: block;
}

.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(--steel-blue);
  align-items: center;
  width: 100%;
}

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

.footer-links_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
}

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

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

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

.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: #cbe880;
}

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

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

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

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

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

.header-style {
  font-family: Duplicateslab;
  font-size: 3rem;
}

.header-style.text-color-white {
  text-transform: uppercase;
  font-family: Berlingskeslabcn xbd, sans-serif;
}

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

.block-quote {
  border-left-color: var(--lime-green);
  background-color: var(--steel-blue);
  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;
}

.block-quote.edit {
  color: var(--steel-blue);
  background-color: #0000;
}

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

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

.background-color-green {
  background-color: #cbe880;
}

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

.about-cta_component.background-color-blue {
  color: var(--white);
}

.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;
  align-items: center;
}

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

.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 {
  background-color: var(--steel-blue);
  border-top: 5px solid #cbe880;
  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_content {
  flex: 0 auto;
  overflow: visible;
}

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

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

.icon-box {
  background-color: var(--steel-blue);
  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: #123a5e;
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

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

.why-us-tabs_tab-link.w--current {
  z-index: 5;
  background-color: var(--lime-green);
  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;
}

.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;
  align-content: start;
  align-items: start;
}

.model-intro_columns.center-midle {
  align-items: center;
}

.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-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: 1rem 2.5rem 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;
  min-height: 35.5rem;
}

.levels-intro_content.background-color-blue {
  display: flex;
}

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

.level-tabs_tab-pane {
  background-color: #fafafa;
  border-left: 3px solid #cbe880;
  height: 100%;
}

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

.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: #123a5e;
  background-color: #f5f5f5;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .6s;
  display: flex;
}

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

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

.badge-1 {
  background-color: #cbe880;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.badge-1.background-color-darkgreen {
  background-color: var(--pale-turquoise);
}

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

.levels-gallery_image.bambolino {
  object-position: 26% 50%;
}

.section-levels-cta {
  position: relative;
  overflow: hidden;
}

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

.levels-cta_lockup {
  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-left {
  height: 100%;
  position: relative;
}

.admissions_content-right {
  display: flex;
}

.admissions_content-right.background-color-blue {
  position: relative;
}

.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 {
  background-color: var(--lime-green);
}

.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: url('../images/Frame-1-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 20rem;
  position: sticky;
}

.home-facilities-image_icon {
  color: var(--pale-turquoise);
  width: .75rem;
  display: flex;
}

.div-block-227 {
  z-index: 1;
  color: #cbe880;
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 100%;
  margin-left: .5rem;
  display: flex;
}

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

.footer-form_icon {
  color: var(--white);
  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;
}

.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-soon_icon {
  color: var(--white);
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.levels-intro_image-wrapper.background-preschool {
  background-image: url('../images/generica-25-1-min.jpg');
  background-position: 50% 2%;
  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;
}

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

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

.section-blog {
  overflow: hidden;
}

.section-blog.background-color-whitesmoke {
  display: flex;
}

.section-blog.background-color-whitesmoke.is-hidden {
  display: none;
}

.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(--lime-green);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

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

.blog54_button-wrapper {
  border-top: 1px solid var(--lime-green);
  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 {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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;
}

.breadcrumb-divider.hide {
  display: none;
}

.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(--lime-green);
  border-radius: 20px;
  padding: .25rem;
}

.blogpost3_social-icon {
  color: var(--white);
  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(--lime-green);
  justify-content: center;
  align-items: center;
  width: 1rem;
  margin-left: .5rem;
  display: flex;
}

.heading-small-copy {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small-copy.text-color-white {
  color: var(--white);
}

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

.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: #0083c1cc;
  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: Berlingskeslabcn xbd, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  inset: auto 3% 0% auto;
}

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

.modal-form-visit {
  z-index: 5000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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-wrapper.background-color-white.calendly {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: scroll;
}

.modal-visit_close-icon {
  background-color: var(--steel-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: var(--khaki);
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  transform: rotate(45deg);
}

.modal-close-icon_line-2 {
  background-color: var(--khaki);
  align-self: auto;
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.grove-text-transparent {
  color: #6cc04a33;
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  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 {
  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_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;
}

.button-copy {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.div-block-233 {
  flex-direction: column;
  display: flex;
}

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

.button-arrow-relative {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav-dropdown-cta_link-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  margin-left: 1rem;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  width: 100%;
}

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

.section-thank-you {
  background-image: linear-gradient(#f6f6f6e6, #f6f6f6e6), url('../images/highlandsmx-instalaciones2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.thank-you_brand {
  width: 6rem;
  max-width: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.levels-image-bg {
  width: 100%;
  position: absolute;
}

.levels-cta_parallax-wrapper {
  background-image: linear-gradient(#0083c1de, #0083c1de);
  height: 100%;
  text-decoration: underline;
  position: absolute;
  inset: 0%;
}

.levels-cta_button-wrapper {
  grid-template-rows: auto;
}

.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: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 0 8px 24px #1c7f2a52;
}

.icon-whatsapp-floating {
  height: 2rem;
}

.footer-top-brand_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  width: 100%;
}

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

.jobs_form-wrapper {
  padding: 2.5rem;
}

.model-intro-columns_content-right.align-right {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.model-intro-columns_image {
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown_main-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dropdown_main-link-image.botom {
  object-position: 50% 29%;
}

.nav-dropdown_main-link-text {
  z-index: 2;
  font-family: Berlingskeslabcn xbd, sans-serif;
  position: relative;
}

.nav-dropdown_main-link-overlay {
  z-index: 1;
  background-color: #0083c1cc;
  position: absolute;
  inset: 0%;
}

.div-block-237 {
  position: sticky;
  top: 14rem;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header36_image.smaller {
  height: 80vh;
}

.header36_content {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.right-arrow, .left-arrow, .slide-nav-2 {
  display: none;
}

.div-block-238 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-70 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.image-70.left {
  object-position: 100% 50%;
}

.modal-folleto_info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 100px) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta_image-2 {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  max-width: 38ch;
}

.image-71 {
  object-fit: cover;
  height: 25rem;
}

.title-line-2 {
  background-color: var(--lime-green);
  width: 6rem;
  height: 3px;
}

.title-line-bg-2 {
  background-color: #025572;
  width: 1rem;
  height: 3px;
  position: absolute;
}

.process-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: static;
}

.text-color-blue-2 {
  color: var(--steel-blue);
}

.box-number {
  color: var(--lime-green);
  font-size: 3rem;
  font-weight: 700;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  display: flex;
}

.block_wrap {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.content_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.levels-info-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.etiqueta-blanca {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

.levels-info-container {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.level-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.levels-background-color-blue-copy {
  background-color: var(--steel-blue);
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.levels-background-green {
  background-color: #6cc04a;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.levels-call-action {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.levels-background-img {
  background-image: url('../images/Instalaciones-2-2-min.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.levels-background-img.bambolino {
  background-image: url('../images/generica-3-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.levels-background-img.kinder {
  background-image: url('../images/generica-6-min.jpg');
  background-size: cover;
}

.section-academias {
  border-top: 2px solid var(--lime-green);
  border-bottom: 2px none var(--lime-green);
}

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

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

.academias_content-right-copy {
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.ambientes-formativos_bullets {
  max-width: 48px;
}

.text-span-2 {
  color: var(--black);
}

.model-intro_lightbox-2 {
  background-color: var(--lime-green);
  object-fit: cover;
  background-image: linear-gradient(#6cc04abd, #6cc04abd), url('../images/kinder-grove-sello.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 220px;
}

.button-call {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proceso-admisiones_sticky-wrapper {
  position: sticky;
  top: 0;
}

.lightbox-link-3 {
  cursor: zoom-in;
  background-image: url('../images/kinder-grove-principios-max.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 100%;
  height: 24.8rem;
  margin-bottom: 35px;
  padding-bottom: 0;
  transition: height .2s, width .2s, font-size .2s, background-color .2s;
  display: flex;
  position: relative;
}

.icon, .icon-2, .icon-3, .icon-4 {
  color: var(--steel-blue);
}

.academias_image-wrapper {
  justify-content: center;
  display: flex;
}

.boton-imagen_principios-educativos_wrapper {
  background-color: var(--steel-blue);
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.colaboradores_layout {
  border: 1px solid var(--pale-turquoise);
  color: #fff;
  background-color: #bff6ff2b;
  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;
  text-decoration: none;
}

.colaboradores_icon {
  width: 2.5rem;
}

.text-block-82 {
  text-decoration: none;
}

.blog-button {
  background-color: var(--lime-green);
  color: var(--white);
}

.image-72 {
  position: sticky;
  top: 12rem;
}

.link-5, .text-span-3, .link-6 {
  text-decoration: underline;
}

.html-embed {
  color: var(--steel-blue);
}

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

.title-line-3 {
  background-color: #c82640;
  width: 6rem;
  height: 3px;
}

.title-line-bg-3 {
  background-color: #025572;
  width: 1rem;
  height: 3px;
  position: absolute;
}

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

.top-bar_hub.right {
  margin-left: 40px;
}

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

.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_logo {
  position: sticky;
  top: 240px;
}

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

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

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

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

.image-77 {
  height: 1rem;
}

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

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

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

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

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

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

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

.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_title-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.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_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

.text-block-85 {
  text-decoration: none;
}

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

.image-78 {
  width: 6rem;
}

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

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

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

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

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

.header-style-2 {
  font-size: 3rem;
}

.header-style-2.text-color-white {
  text-transform: uppercase;
  font-family: Berlingskeslabcn xbd, sans-serif;
}

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

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

.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_image-wrapper {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

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

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

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

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

.tag.hide {
  display: none;
}

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

.text-block-88 {
  text-decoration: none;
}

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

.image-79 {
  width: 6rem;
}

@media screen and (min-width: 1280px) {
  .section-form.background-color-whitesmoke {
    display: block;
  }

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

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

  .section-form.background-color-whitesmoke {
    display: block;
  }

  .admissions_content-right.background-color-blue {
    align-items: flex-start;
  }

  .ambientes-seguros-number-wrap {
    align-items: center;
  }

  .about-number-wrap-2.background-color-green {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
  }

  .section-blog.background-color-whitesmoke {
    justify-content: center;
  }

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

  .levels-info-layout {
    grid-column-gap: 0px;
    height: auto;
  }

  .levels-background-green {
    background-color: #6cc04af0;
  }

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

  .academias_content-right-copy {
    justify-content: center;
    align-items: center;
    height: 288px;
    display: flex;
    overflow: hidden;
  }

  .proceso-admisiones_sticky-wrapper {
    top: 11rem;
  }
}

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

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

  .show-tablet {
    display: block;
  }

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

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

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

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

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

  .top-bar_component.hide-tablet {
    display: flex;
  }

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

  .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;
    padding-bottom: 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;
    display: none;
  }

  .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: #123a5e;
    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 {
    color: #e6e7e8;
    background-color: #123a5e;
    flex: 0 auto;
    width: 100%;
    height: 4rem;
    position: absolute;
  }

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

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

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

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

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

  .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;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
    position: static;
  }

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

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

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

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

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

  .why-us-tabs_tab {
    top: 95px;
  }

  .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 {
    flex-direction: row-reverse;
    display: flex;
  }

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

  .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: #123a5e;
    justify-content: center;
    min-width: 24rem;
    padding-right: 2rem;
  }

  .levels-gallery_image {
    object-position: 50% 35%;
  }

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

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

  .levels-intro_image-wrapper.background-preschool {
    height: 24rem;
  }

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

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

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

  .section-ambientes-seguros {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-thank-you, .section-jobs {
    margin-top: 100px;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cta_image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .process-wrap {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-color-blue-2 {
    text-align: center;
  }

  .block_wrap {
    width: auto;
  }

  .content_wrap {
    height: auto;
  }

  .levels-info-layout {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .level-info-wrapper {
    height: auto;
  }

  .levels-background-img {
    object-position: 50% 0%;
    max-height: 350px;
  }

  .levels-background-img.kinder {
    object-position: 50% 38%;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .model-intro_lightbox-2 {
    height: 300px;
  }

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

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

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

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

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

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

  .main-wrapper-3 {
    margin-top: 6rem;
  }

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

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

@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-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;
    justify-items: center;
  }

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

  .top-bar_component {
    padding-left: 0;
    display: none;
  }

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

  .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-left: 1.25rem;
  }

  .footer-top-brand_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta_content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .education-model-pont {
    flex-direction: column;
  }

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

  .icon-box {
    margin-bottom: 20px;
  }

  .parrafo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .levels-tabs_logo {
    display: none;
  }

  .levels-cta_content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .levels-cta_lockup {
    left: 30px;
  }

  .ambientes-seguros-number-wrap {
    align-items: flex-start;
  }

  .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: 2rem;
  }

  .ambientes-seguros_bullet-wrapper {
    align-items: flex-start;
  }

  .footer-credits_by-bd {
    padding-left: 1.25rem;
  }

  .floating-button-whatsapp {
    z-index: 100;
  }

  .header36_component {
    padding-top: 4rem;
  }

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

  .levels-info-layout {
    flex-direction: column;
    display: flex;
  }

  .levels-info-container {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .model-intro_lightbox-2 {
    position: static;
  }

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

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

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

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

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

  .heading-style-h5 {
    font-size: .875rem;
  }
}

@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;
    font-size: 1.2rem;
  }

  .text-rich-text figure {
    margin-left: 0;
  }

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

  .main-wrapper {
    margin-top: 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: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-bar_list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-bar_link-icon {
    margin-left: 0;
    margin-right: 5px;
  }

  .nav_data-link {
    font-size: .75rem;
    line-height: 10px;
  }

  .top-bar_component {
    padding-left: 0;
    display: none;
  }

  .top-bar_component.hide-tablet {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .top-bar_link-icons-wrapper {
    justify-content: flex-start;
    inset: 0% auto auto 0%;
  }

  .nav_brand-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 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: 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;
  }

  .nav-dropdown-about_image-wrapper {
    align-items: center;
  }

  .nav_brand-component {
    flex: 1;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
  }

  .nav_wrapper {
    height: 5rem;
    max-height: 5rem;
  }

  .home-about_content-right {
    padding: 20px;
  }

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

  .button-cta {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .home-about_content-left {
    border-top-right-radius: 0;
    width: 100%;
    height: 16rem;
  }

  .home-about_component {
    flex-direction: column;
    display: flex;
  }

  .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-duplicate {
    margin-bottom: 1rem;
  }

  .footer_bottom-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
  }

  .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-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_button {
    margin-left: 1rem;
  }

  .nav_lottie {
    width: 30px;
  }

  .section-header {
    margin-top: 4rem;
  }

  .section-header.background-color-blue {
    margin-top: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-style {
    font-size: 2rem;
  }

  .header-style.text-color-white {
    font-size: 1.75rem;
  }

  .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-tabs_menu {
    top: 0;
  }

  .why-us-tabs_video-wrapper {
    z-index: 9;
  }

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

  .why-us-tabs_tab-link.w--current {
    padding-top: 15px;
  }

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

  .levels-cta_content-wrapper {
    padding: 50px 20px 40px;
  }

  .levels-cta_lockup {
    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;
  }

  .admissions_lightbox-wrapper {
    background-position: 33%;
    background-repeat: no-repeat;
  }

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

  .levels-intro_image-wrapper.background-preschool {
    height: 16rem;
  }

  .home-form_adress-links {
    grid-template-columns: min-content 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 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .section-ambientes-seguros {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-heading {
    font-size: 24px;
  }

  .ambientes-seguros_number-square.background-color-green {
    margin-bottom: 1rem;
  }

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

  .section-thank-you {
    margin-top: 60px;
  }

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

  .floating-button-whatsapp {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    bottom: 30px;
  }

  .icon-whatsapp-floating {
    height: 1.75rem;
  }

  .footer-top-brand_component {
    grid-template-columns: 1fr;
  }

  .section-jobs {
    margin-top: 60px;
  }

  .jobs_form-wrapper {
    padding: 1.5rem;
  }

  .header36_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .header36_content {
    max-width: none;
  }

  .modal-folleto_info-wrapper {
    display: block;
  }

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

  .process-wrap {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .block_wrap {
    width: 100%;
  }

  .levels-info-layout {
    flex-direction: column;
    min-height: 581px;
    display: flex;
  }

  .model-intro_lightbox-2 {
    height: 200px;
    max-height: 200px;
  }

  .heading {
    font-size: 2rem;
  }

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

  .image-76 {
    min-width: 3rem;
  }

  .hub_hub-logo {
    max-width: 12rem;
  }

  .logo-ambientes-seguros {
    width: auto;
    min-width: auto;
    max-width: 12rem;
  }

  .image-77 {
    min-width: 3rem;
  }

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

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }

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

  .main-wrapper-3 {
    margin-top: 5rem;
  }

  .header-style-2 {
    font-size: 2rem;
  }

  .header-style-2.text-color-white {
    font-size: 1.75rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-_5e31b845-9ad5-79e1-d7af-407d7d94669f-0a060f28 {
  justify-self: end;
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b19-0a060f28 {
  justify-self: stretch;
}

#w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-0a060f28 {
  order: 9999;
}

#w-node-d7ec75ab-788e-ca6c-ed10-8aaf94e49301-0a060f28 {
  align-self: auto;
}

#w-node-_5bb62dc2-c084-fbef-59a6-f2e0bd2104d3-f98c1d63, #w-node-_5bb62dc2-c084-fbef-59a6-f2e0bd2104d4-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63, #w-node-c2fac590-f550-865d-d03b-58eaf74b1f75-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_5304f9ee-7411-d99d-b4be-a49e016bc68a-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, #w-node-_35cc71c2-a5a9-90c2-eef2-e77038519371-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, #w-node-ed1394d3-b19b-625a-ad5a-05452971116f-3851935c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193e1-3851935c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3bb13313-af65-379b-8e52-8776590e4e0d-3851935c, #w-node-e21c7189-8ff3-abb5-8977-37b11f572b1a-3851935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_573e147e-4608-34a5-1452-8ad62ca4d224-3851935c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_573e147e-4608-34a5-1452-8ad62ca4d228-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d235-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d242-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d24f-3851935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_573e147e-4608-34a5-1452-8ad62ca4d25c-3851935c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56d34e8c-d342-6e8d-567c-38e860f3aade-0a060f2b {
  align-self: auto;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d4d2-0a060f2e {
  place-self: auto start;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d4da-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d4e0-0a060f2e {
  justify-self: start;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d4e8-0a060f2e {
  justify-self: stretch;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d4f3-0a060f2e {
  align-self: center;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d512-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d518-0a060f2e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d51e-0a060f2e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d522-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d526-0a060f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d53a-0a060f2e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d53e-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d54b-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d558-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d565-0a060f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d572-0a060f2e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b2-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b3-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b5-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5bd-0a060f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d5c9-0a060f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2ec910a-650a-4d33-309a-c4882fb0d5d3-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5d9-0a060f2e, #w-node-_2f79fe64-6c66-d350-72dd-1ca0fcb2e459-0a060f33, #w-node-_46d486dc-fd56-bed2-c719-d93ddec01fda-0a060f33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97a72380-33de-2e9c-b6f1-6c0ef510134d-0a060f33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_97a72380-33de-2e9c-b6f1-6c0ef5101377-0a060f33 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-0a060f34 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-0a060f34 {
  align-self: stretch;
}

#w-node-_93176ca8-0913-d844-76bf-938607eec318-0a060f34, #w-node-_3de2cc79-3ca9-6365-77a7-815f10ddb294-0a060f34, #w-node-ee6ac8b7-eed4-4442-a6aa-2fb969258c45-0a060f34, #w-node-ee6ac8b7-eed4-4442-a6aa-2fb969258c54-0a060f34, #w-node-_30ffba3a-bf79-a618-74b1-1c9ba0948987-0a060f34, #w-node-_30ffba3a-bf79-a618-74b1-1c9ba0948996-0a060f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff50bb9a-5da7-293a-51c3-4eb9e40023ea-0a060f34 {
  justify-self: auto;
}

#w-node-_64523162-2c2e-e912-7cf7-3f89d3dacbd3-0a060f34, #w-node-_5f915d89-5962-4130-3fc7-53e772a7b299-0a060f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551af-0a060f38 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551b6-0a060f38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551da-0a060f38 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_1d76cfca-8cba-6953-5d54-801527a6d014-0a060f38, #w-node-b6901efa-9836-ceb4-7d38-88f156a395ef-0a060f38, #w-node-b3a71709-f373-3605-3dea-547dd15b59c9-0a060f38, #w-node-aa5abd22-9b8a-4539-d332-f60af1b455f1-0a060f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ff50bb9a-5da7-293a-51c3-4eb9e40023ea-0a060f34, #w-node-_5f915d89-5962-4130-3fc7-53e772a7b28c-0a060f34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5e31b845-9ad5-79e1-d7af-407d7d94669f-0a060f28 {
    justify-self: start;
  }

  #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 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_573e147e-4608-34a5-1452-8ad62ca4d228-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d235-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d242-3851935c, #w-node-_573e147e-4608-34a5-1452-8ad62ca4d24f-3851935c, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d53e-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d54b-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d558-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d565-0a060f2e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5a8-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b5-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5bd-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5c9-0a060f2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3de2cc79-3ca9-6365-77a7-815f10ddb294-0a060f34, #w-node-ee6ac8b7-eed4-4442-a6aa-2fb969258c54-0a060f34, #w-node-_30ffba3a-bf79-a618-74b1-1c9ba0948996-0a060f34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f915d89-5962-4130-3fc7-53e772a7b299-0a060f34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49517880-71d5-8520-ed63-59c36de7db22-0a060f35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_650e9299-68e0-a50a-09d6-3380072d0049-0a060f28, #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-0a060f28, #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-c2ec910a-650a-4d33-309a-c4882fb0d5a8-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b5-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5bd-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5c9-0a060f2e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_97a72380-33de-2e9c-b6f1-6c0ef5101377-0a060f33 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_34fbdbca-7157-97d6-b92f-344f19a7d108-0a060f34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_650e9299-68e0-a50a-09d6-3380072d0049-0a060f28, #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-0a060f28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d79-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d85-f98c1d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_5304f9ee-7411-d99d-b4be-a49e016bc68a-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-_40cc5308-2e45-1c83-a6a9-e344ba8bfe27-3851935c, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d4f6-0a060f2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5b9-0a060f2e, #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5c1-0a060f2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2ec910a-650a-4d33-309a-c4882fb0d5d3-0a060f2e, #w-node-_34fbdbca-7157-97d6-b92f-344f19a7d108-0a060f34 {
    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: 'Berlingskeslabcn xbd';
  src: url('../fonts/BerlingskeSlabCn-XBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlingskeslabcn md';
  src: url('../fonts/BerlingskeSlabCn-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}