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

body {
  color: #111;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.025em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
}

.form_text-field {
  border: 1px solid #e6e6f3;
  border-radius: 5px;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: 1.1rem;
  font-size: .875rem;
  line-height: 1.5;
}

.form_text-field:focus {
  border-color: #d3d3d3;
}

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

.footer-images_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem;
  display: grid;
}

.button-payment {
  color: #111;
  background-color: #fecb4c;
  border-radius: 5px;
  margin-top: 30px;
  margin-right: 48px;
  padding: 14px 18px;
  font-size: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form_block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.brand {
  z-index: 25;
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.page-wrapper {
  background-color: #fff;
}

.link-text {
  z-index: 10;
  position: relative;
}

.footer-list_height {
  width: 100%;
  padding-top: 100%;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding-top: 152px;
  padding-bottom: 92px;
  display: flex;
  position: relative;
}

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

.number-title {
  color: #fecb4c;
  font-size: 2.85rem;
  font-weight: 600;
  line-height: 1;
}

.number-title.dark {
  color: #111;
}

.text-white {
  color: #fcfcff;
}

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

.clip {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  display: grid;
  position: relative;
}

.two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
}

.page_arrow {
  background-color: #232952;
  border: 1px solid #ededed;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
  position: relative;
}

.footer-content {
  background-color: #f7f7f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

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

.section-regular {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.accent {
  letter-spacing: -.05em;
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
}

.central-america-map {
  z-index: 0;
  background-image: url('../images/world_map_with_points.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  min-height: 600px;
  position: absolute;
  inset: auto 8vw auto auto;
}

.home-grid-intro-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  max-width: 841px;
  display: grid;
}

.logo-loop-image {
  width: auto;
  height: auto;
}

.banner-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22rem;
  margin-bottom: 6rem;
  display: flex;
}

.grey-link {
  color: #111;
  background-color: #ededed;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  min-height: 3.75rem;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.other-page_link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #111;
  border-top: 1px solid #ededed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: grid;
}

.home-hero {
  background-color: #fff;
  background-image: linear-gradient(#23295259, #111), url('../images/home-content-1.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-base {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 40rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.accent-yellow {
  color: #fecb4c;
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.location-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

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

.tag {
  z-index: 10;
  color: #fff;
  background-color: #232952;
  border-radius: 5px;
  padding: .1rem .5rem;
  position: relative;
}

.social-list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #111;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  font-weight: 700;
}

.collection-item {
  flex: none;
  min-width: 20%;
  padding: 0 .5rem;
}

.mobile-navigation-shade {
  display: none;
}

.grey-link_text {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sidebar-icon {
  background-color: #232952;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  background-color: #516381;
}

.arrow-cover {
  background-color: #232952;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.home-articles_title {
  font-size: 2rem;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.nav-button-toggle {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 18px;
  display: flex;
}

.site-logo {
  height: 28px;
}

.site-logo.icon {
  display: none;
}

.home-uni-logos {
  width: auto;
  height: 50px;
}

.home-uni-logos.long {
  width: 100%;
  height: auto;
}

.benefits-component {
  background-image: url('../images/home-content-7.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 12px;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
}

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

.home-articles_banner {
  border-radius: 5px;
  width: 100%;
  min-height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xxl-heading {
  font-size: 68px;
  line-height: 1.1em;
}

.banner-image {
  background-image: linear-gradient(#0000, #0000 67%, #0003), url('../images/home-content-6.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer_bottom {
  background-image: url('../images/footer-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-top: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.form_submit-button {
  background-color: #232952;
  border-radius: 5px;
  width: 100%;
  padding: 1rem .5rem;
  font-size: 1rem;
  transition: background-color .2s;
}

.form_submit-button:hover {
  background-color: #3d488f;
}

.main_form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.banner-card {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 25rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #111;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.overline-text {
  letter-spacing: .1em;
  font-size: 1.36rem;
}

.outline-tag {
  color: #fff;
  background-color: #232952;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .2rem .6rem;
  display: flex;
}

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

.form_stack {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

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

.map-title-grid {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.link-shade {
  background-color: #3d488f;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.otherpage-link-content {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 28ch;
  display: flex;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.flyout-heading {
  padding-left: 80px;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.indicator {
  background-color: #232952;
  border-radius: 100px;
  width: 100%;
  height: 20%;
}

.nav-menu {
  z-index: 40;
  justify-content: center;
  max-width: 850px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.icon-1x1-tiny {
  width: .5rem;
  height: .5rem;
}

.footer_column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.page_intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hover-text {
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.hover-text.bottom-text {
  position: absolute;
  inset: auto 0% -100%;
}

.loader-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.long-link {
  color: #fff;
  background-color: #232952;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button {
  z-index: 10;
  color: #fff;
  background-color: #232952;
  border: 1px solid #232952;
  border-radius: 5px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.nav-button:hover {
  background-color: #3d488f;
  border-color: #3d488f;
}

.nav-button.outline {
  color: #232952;
  background-color: #23295200;
  border-color: #232952;
}

.nav-button.outline:hover {
  color: #111;
  background-color: #fecb4c;
  border-color: #fecb4c;
}

.flyout-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #111;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.loader-circle {
  mix-blend-mode: difference;
}

.three-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
}

.menu-card-arrow {
  width: 14px;
}

.dual-intro_text {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 35ch;
  padding-bottom: 1rem;
  display: flex;
}

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

.about-banner-text {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.footer_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem 1rem 6rem;
  display: grid;
}

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

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.1;
}

.side-link-shade {
  background-color: #3d488f;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  width: 100%;
  padding-left: 80px;
}

.margin-bottom {
  margin-bottom: 2.5rem;
}

.menu-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-arrow.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-logo {
  z-index: 1;
  height: 7vw;
  position: relative;
}

.indicator-fill {
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-cover {
  background-color: #efeff7;
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.category-shade {
  z-index: 2;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.benefits-strip {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.medium-width {
  max-width: 585px;
}

.vertical-divider {
  background-color: #ffffff4d;
  width: 1px;
  height: 60px;
}

.vertical-divider.dark {
  background-color: #0000004d;
}

.footer_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 23rem;
  display: flex;
}

.left-nav {
  z-index: 25;
  background-color: #232952;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.left-nav:hover {
  background-color: #3d488f;
}

.home-hero_list {
  flex: 1;
  width: 100%;
  display: flex;
}

.text-size-medium {
  font-size: 1.4rem;
  line-height: 1.5;
}

.other-pages_stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-container {
  width: 100%;
  padding-left: 80px;
}

.subscribe_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.home-logos-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  margin-bottom: 100px;
  display: grid;
}

.scroll-indicator {
  z-index: 49;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #c0c0d333;
  flex-direction: column;
  grid-template-rows: minmax(200px, 620px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  padding-top: 80px;
  padding-bottom: 24px;
  display: grid;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-small {
  margin-bottom: 0;
  font-size: 1rem;
}

.text-size-small.muted {
  opacity: .8;
}

.indicator-wrapper {
  background-color: #a5a9c154;
  border-radius: 100px;
  flex: 1;
  width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.banner-component {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  min-height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  display: grid;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.preloader-map {
  z-index: -1;
  background-image: radial-gradient(circle, #fff9, #ffffffe0 7%, #fff), url('../images/loader-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 60%;
  position: absolute;
  inset: 0%;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle.large {
  font-size: 14px;
}

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

.home-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-image_card {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-articles-wrapper {
  flex-flow: column;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.service-social-icon {
  background-color: #232952;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.home-intro-paragraph {
  letter-spacing: -.03em;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer_link {
  color: #111;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category-link {
  color: #111;
  border: 1px solid #ececec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

.subscribe_card {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.section-loop_text {
  background-color: #ececec;
  overflow: hidden;
}

.menu-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-new_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.categories_strip {
  padding: 1rem .5rem 1rem 80px;
  overflow: auto;
}

.right-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.map-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.home-hero_item {
  width: 100%;
}

.post-card_top {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.overlay-001 {
  z-index: 2;
  pointer-events: none;
  background-color: #2222221a;
  position: absolute;
  inset: 0%;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_bottom-bar {
  color: #fff;
  text-align: center;
  background-color: #232952;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.location-card-background {
  opacity: 0;
  background-color: #fecb4c;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.other-pages_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flyout-menu-wrapper {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2329528c;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.banner-strip {
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 4.5vw;
  line-height: 1;
  display: flex;
}

.loader-icon {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.pages-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #ededed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card_bottom {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.page_image {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.navigation-shade {
  background-color: #fcfcff;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.post-card_over {
  z-index: 5;
  padding: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.post-card_over.bottom-right {
  inset: auto 0% 0% auto;
}

.footer_shade {
  background-color: #ededed;
  border-radius: 5px;
  margin: -.1rem -.6rem;
  position: absolute;
  inset: 0%;
}

.baner-description {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1544px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.grey {
  background-color: #f7f7f7;
}

.form_base {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.page-image_height {
  padding-top: 80%;
}

.dot {
  background-color: #d1d1d1;
  border-radius: 100rem;
  width: 3px;
  height: 3px;
}

.subscribe_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section-home-intro {
  padding: 80px 0;
  position: relative;
}

.subscribe_text {
  max-width: 40ch;
}

.service-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.grey-link_icon {
  outline-offset: 0px;
  background-color: #232952;
  border-radius: 5px;
  outline: 1px #111;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-logo-container {
  align-items: center;
  width: 70px;
  height: 100%;
  margin-right: 15px;
  padding-bottom: 2vw;
  display: flex;
}

.subscribe_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ededed;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.benefits-text-strip {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.banner_content {
  z-index: 1;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -.1rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15vw;
  font-size: 9.8vw;
  font-weight: 500;
  display: flex;
}

.logo-loop {
  letter-spacing: -.25rem;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.home-numbers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.home-numbers-grid.map {
  justify-items: stretch;
}

.dual-intro {
  justify-content: space-between;
  display: flex;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.card-arrow-icon.black {
  border-color: #111;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #232952;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 11px 18px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  color: #111;
  background-color: #fecb4c;
}

.button.transparent {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.transparent:hover {
  color: #111;
  background-color: #fff;
}

.button.bg2 {
  color: #111;
  background-color: #fecb4c;
}

.button.bg3 {
  color: #111;
  background-color: #fff;
  border: 1px solid #aaa;
}

.button.bg3:hover {
  background-color: #fecb4c;
}

.post-card_meta {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-link-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fcfcff;
  background-color: #232952;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.menu-link-card:hover {
  color: #111;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.about-tabs-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.university-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #111;
  border: 1px solid #ededed;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.university-card:hover {
  border-color: #aaa;
  transform: translate(0, -3px);
}

.about-tabs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 80px;
  margin-right: auto;
  padding: 1rem 3rem;
  display: flex;
}

.content-intro {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px 48px 0;
  display: grid;
}

.content-intro._2 {
  grid-template-rows: auto;
  margin-left: 0;
}

.prloader-fill {
  background-color: #232952;
  width: 20%;
  height: 100%;
}

.card_bottom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner-page-hero {
  color: #fff;
  justify-content: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values_text {
  max-width: 30ch;
}

.grey-cover {
  background-color: #ececec;
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.pdf_embed {
  width: 100%;
  overflow: clip;
}

.pdf_embed.wide {
  width: 75vw;
}

.preloader-indicator {
  z-index: 25;
  background-color: #c0c0d333;
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.values_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #ededed;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.about-content-wrapper {
  background-color: #ededed;
  position: relative;
}

.tabs-container {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.intro-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-page-intro {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  color: #fff;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_top-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.about-hero-background {
  background-image: url('../images/about-hero-bg.png');
  background-position: 50%;
}

.hero-background-image.journal-hero-background {
  background-image: url('../images/footer-image-4.svg');
  background-position: 50%;
  background-size: cover;
}

.contact-team-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.values_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  width: 100%;
  display: grid;
}

.university-logo {
  height: 80%;
}

.body-display {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: #929292;
  font-size: 19px;
}

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

.feature_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 0;
  display: grid;
  position: relative;
}

.tabs-content-panel {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
}

.section-about {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-logo-image {
  width: 100%;
  height: 80px;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.tabs-link {
  text-align: center;
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 1px solid #3540751a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tabs-link:hover, .tabs-link.w--current {
  color: #fff;
  background-color: #232952;
}

.paralax-background {
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.team-banner-background {
  background-image: url('../images/about-hero-bg-2.jpg');
}

.paralax-background.two {
  background-image: url('../images/group-122.svg');
  background-size: cover;
}

.mission-vission-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
}

.mission-vision-container {
  background-color: #d4d4d4;
  justify-content: center;
  align-items: center;
  padding: 4rem 3rem;
  display: flex;
}

.mission-vision-container.left {
  background-color: #232952;
  background-image: url('../images/left-pattern.svg');
  background-position: 50%;
  background-size: cover;
}

.mission-vision-container.right {
  background-color: #353f7f;
  background-image: url('../images/left-pattern.svg');
  background-position: 50%;
  background-size: cover;
}

.mission-vision-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 80px;
  padding-right: 80px;
  display: grid;
}

.preloader-top {
  background-color: #fcfcff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.overlay {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #1414148c;
}

.overlay.light {
  background-color: #00000059;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  padding-left: 0;
  display: grid;
}

.preloader-bottom {
  background-color: #fcfcff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  max-height: 85vh;
  overflow: scroll;
}

.bold {
  font-weight: 700;
}

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

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.team-member-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #111;
  flex-flow: column;
  max-width: 18rem;
  display: flex;
}

.tabs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.center-content {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 1.5rem;
}

.user-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.team-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  display: flex;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
  position: relative;
}

.junta-directiva-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fcfcff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.user-card-description-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: .875rem;
  display: flex;
}

.tabs-content-wrapper {
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 3rem;
}

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

.column-4x-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.subtitle-small {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.junta-directiva-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.user-image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.content-wrapper-blue-bg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #232952;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  padding: 4rem 1rem;
  display: flex;
}

.user-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.estructura-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.submit-button {
  letter-spacing: 0;
  background-color: #232952;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #3d488f;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #232952;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.faq-9-content {
  padding-bottom: 24px;
}

.text-field {
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #e6e6f3;
  padding-left: 24px;
}

.text-field.large {
  min-height: 175px;
}

.faq-9-answer {
  color: #50555f;
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-9-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-block {
  background-color: #f1f1f1;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.form-block.full {
  width: 80%;
}

.faq-9-icon {
  background-color: #f5f7f8;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.field-label {
  margin-bottom: 0;
}

.faq-9-accordion {
  border: 1px solid #c9d2d9;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px;
  display: grid;
}

.contact-quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-9-footnote {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-9-question {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.error-state {
  color: #fcfcff;
  background-color: #c02c2f;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
}

.faq-content {
  color: #707070;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.success-message {
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.text-link-primary {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 0;
  display: grid;
}

.featured-journal-wrapper {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  min-height: 400px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-bottom: 60px;
  margin-left: 80px;
  padding: 36px 36px 0;
  display: grid;
  position: relative;
}

.featured-journal-wrapper.full-width {
  margin-left: 36px;
}

.journal-list-image {
  border-radius: 5px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.journal-right-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-journal-list {
  height: 100%;
}

.large-journal-content {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -12px;
  display: grid;
}

.journal-list-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  display: grid;
}

.journal-category-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ededed;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 12px;
  font-size: 8px;
  line-height: 1.2em;
  display: flex;
}

.journal-list-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  display: grid;
}

.large-journal-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.large-journal-image {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.recent-journal-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-post-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 150px;
  margin-bottom: -60px;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #0003;
}

.journal-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #111;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 6px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.journal-list-item:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

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

.team-banner {
  color: #fff;
  padding-top: 140px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.journal-content {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.journal-post {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(275px, .5fr);
  grid-auto-columns: 1fr;
  min-height: 500px;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px;
  display: flex;
}

.arrow-shade {
  z-index: 1;
  background-color: #f1f1f1;
  position: absolute;
  inset: 0%;
}

.convenios-link {
  color: #111;
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 3.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.convenios-link:hover {
  color: #fff;
  background-color: #232952;
}

.convenios_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.convenios_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.convenios-grid {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 80px;
  display: flex;
}

.hover-icon {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-icon.icon-left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.arrow-wrapper {
  border: 1px solid #eee;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 2.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-icon {
  height: 30px;
}

.sistema-tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-menu-vertical {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.sistema-graph {
  max-width: 600px;
}

.spacer-large {
  width: 100%;
  height: 4rem;
}

.list-item-medium {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  font-weight: 500;
  display: flex;
}

.spacer-regular {
  width: 100%;
  height: 2rem;
}

.preview-portada {
  border: 1px solid #d4d4d4;
  max-height: 20%;
}

.tabs-content-sistema {
  width: 100%;
  height: 100%;
}

.sistema-icon {
  width: 20px;
  height: 20px;
}

.sistema-tabs-wrap {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 80px;
}

.tabs-sistema-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.documentos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(70px, 1fr) minmax(70px, 1fr) minmax(70px, 1fr) minmax(70px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 40rem;
  display: grid;
}

.item-description {
  margin-top: 16px;
}

.tabs-sistema-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  width: 100%;
  display: grid;
}

.programas-tab-content-wrapper {
  width: 100%;
  height: 100%;
}

.mission-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.promise-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  display: grid;
}

.about-us-section {
  overflow: hidden;
}

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

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._404-page-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-image {
  object-fit: cover;
  background-image: linear-gradient(#ffeecd80, #ffeecd80);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-post {
  display: flex;
}

.cms-content-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.empty-state {
  color: #fff;
  background-color: #1c2142;
  border-radius: 4px;
}

@media screen and (min-width: 1280px) {
  .categories_strip {
    padding-left: 80px;
  }

  .form-block {
    padding: 60px;
  }

  .featured-journal-wrapper {
    grid-column-gap: 60px;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .journal-post {
    grid-column-gap: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .home-uni-logos {
    height: 60px;
  }

  .tabs-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .featured-journal-wrapper {
    grid-column-gap: 80px;
  }

  .journal-post {
    padding: 60px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Inter, sans-serif;
  }

  .home-uni-logos {
    height: 65px;
  }

  .categories_strip {
    padding-left: .5rem;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .about-tabs-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  .form-dual_fields {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .footer-images_container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

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

  .home-hero-intro {
    margin-bottom: 140px;
  }

  .two-column {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
  }

  .central-america-map {
    right: 4vw;
  }

  .home-grid-intro-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-top {
    max-width: 30rem;
    margin-bottom: 1.5rem;
  }

  .home-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .nav-link {
    color: #111;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .collection-item {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #1f1f1f8c;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .home-uni-logos {
    object-fit: contain;
  }

  .benefits-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-articles_banner {
    padding: 1rem;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .banner-image {
    display: none;
  }

  .map-title-grid {
    grid-template-columns: 4fr;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .three-column {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
  }

  .menu-button {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .about-banner-text {
    font-size: 3rem;
  }

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

  .content-wrapper {
    padding-left: 65px;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .navigation-content {
    height: 65px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .vertical-divider {
    display: none;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .other-pages_stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-container {
    padding-left: 65px;
  }

  .home-logos-flex {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    display: flex;
  }

  .scroll-indicator {
    width: 65px;
    padding-top: 65px;
  }

  .page-loader-wrapper {
    background-size: auto, 70vw;
  }

  .nav-menu-links {
    z-index: 20;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f1f1f1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .flyout-menu {
    display: none;
  }

  .subscribe_card {
    max-width: none;
  }

  .home-new_wrap {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .categories_strip {
    padding-left: 36px;
  }

  .right-nav {
    z-index: 20;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    position: relative;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .pages-list {
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(30px, 1fr);
  }

  .form_base {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .home-numbers-grid.map {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .dual-intro {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
  }

  .about-tabs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-intro {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

  .grey-cover {
    margin-left: 65px;
  }

  .tabs-container {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

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

  .inner-page-intro {
    justify-items: stretch;
    width: 100%;
  }

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

  .section-intro {
    padding-left: 36px;
  }

  .tabs-content-panel {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mission-vision-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-right: 0;
  }

  .values_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-tabs {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .junta-directiva-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-4x-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .estructura-content-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-9-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 36px;
  }

  .form-block.full {
    width: 100%;
  }

  .success-message-content {
    padding: 12px;
  }

  .contact-form-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .featured-journal-wrapper {
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    margin-top: -48px;
    margin-left: 36px;
    padding: 24px 24px 0;
  }

  .featured-journal-wrapper.full-width {
    padding: 24px 24px 0;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  .large-journal-post {
    min-height: 375px;
  }

  .team-banner {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .journal-post {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 36px 36px 0;
  }

  .convenios-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-menu-vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
    top: 0;
  }

  .sistema-tabs-wrap {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-sistema-wrapper {
    padding-left: 0;
  }

  .tabs-sistema-container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: flex;
  }

  .programas-tab-content-wrapper {
    overflow: auto;
  }

  .mission-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .number-title.dark {
    font-size: 2.5rem;
  }

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

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .central-america-map {
    min-height: 500px;
    right: 2vw;
  }

  .home-grid-intro-container {
    grid-template-columns: 1fr 1fr;
  }

  .banner-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 23rem;
    margin-bottom: 0;
  }

  .other-page_link {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr auto;
  }

  .home-hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .nav-button-toggle {
    padding-right: 12px;
  }

  .site-logo.nav {
    display: none;
  }

  .site-logo.icon {
    width: 36px;
    height: 36px;
    display: block;
  }

  .home-uni-logos {
    width: 100%;
  }

  .banner-post-meta {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .home-articles_banner {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 20%;
  }

  .xxl-heading {
    font-size: 48px;
  }

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

  .banner-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
    padding: 1.5rem;
  }

  .overline-text {
    font-size: 1.1rem;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .long-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    padding-left: 0;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .footer-logo {
    height: 10vw;
  }

  .benefits-strip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .left-nav {
    z-index: 30;
  }

  .footer-container {
    padding-left: 0;
  }

  .scroll-indicator {
    display: none;
  }

  .home-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe_card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1.5rem;
  }

  .categories_strip {
    padding-left: 0;
  }

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

  .section.no-top-padding {
    padding-bottom: 48px;
  }

  .loader-icon {
    height: 6rem;
  }

  .grid-wrapper, .grid-wrapper.grey {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .subscribe_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .looping-text {
    font-size: 12vw;
  }

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

  .home-numbers-grid.map {
    justify-items: start;
  }

  .about-tabs-wrapper {
    margin-left: auto;
  }

  .content-intro {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .inner-page-hero {
    min-height: 550px;
    padding-top: 65px;
  }

  .grey-cover {
    margin-left: 0;
  }

  .pdf_embed.wide {
    width: 100%;
  }

  .section-intro {
    padding: 80px 0 140px;
  }

  .tabs-content-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mission-vission-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mission-vision-container {
    padding: 3rem 2rem;
  }

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

  .tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .user-card {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .junta-directiva-grid {
    grid-template-columns: 1fr;
  }

  .column-4x-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper-blue-bg {
    margin-left: 0;
  }

  .estructura-content-wrapper {
    grid-row-gap: 4rem;
  }

  .contact-field-wrapper {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 24px;
  }

  .featured-journal-wrapper {
    grid-row-gap: 100px;
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .featured-journal-wrapper.full-width {
    margin-left: 0;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  .large-journal-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dual-buttons {
    grid-template-columns: 1fr;
  }

  .team-banner {
    padding-bottom: 160px;
  }

  .journal-post {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .convenios-link {
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .convenios_right {
    justify-content: space-around;
    width: 100%;
  }

  .convenios-grid {
    padding-left: 0;
  }

  .sistema-graph {
    max-width: 100%;
  }

  .mission-wrapper {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .number-title.dark {
    font-size: 2rem;
  }

  .home-hero-intro {
    margin-bottom: 0;
  }

  .central-america-map {
    min-height: 400px;
    top: 50px;
  }

  .home-hero {
    min-height: 93vh;
  }

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

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-logo {
    padding-top: 2px;
    font-size: 18px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .nav-menu {
    margin-right: 0;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .footer-logo {
    height: 12vw;
  }

  .benefits-strip {
    grid-template-rows: auto;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .home-column {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .dropdown-text {
    display: flex;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .looping-text {
    font-size: 18vw;
  }

  .home-numbers-grid.map {
    grid-template-columns: 1fr;
  }

  .menu-link-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .content-intro {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .inner-page-hero {
    min-height: 525px;
  }

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

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

  .mission-vission-card {
    padding: 1.5rem 1rem;
  }

  .mission-vision-container {
    padding: 2rem 1.5rem;
  }

  .form-block {
    padding: 20px;
  }

  .success-message-content {
    padding: 6px;
  }

  .featured-journal-wrapper {
    margin-bottom: 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .featured-journal-wrapper.full-width {
    grid-row-gap: 120px;
    padding: 12px 12px 0;
  }

  .journal-list-image {
    min-height: 140px;
  }

  .journal-right-wrapper, .large-journal-content {
    grid-row-gap: 18px;
  }

  .journal-list-item-content {
    z-index: 10;
    grid-row-gap: 18px;
    margin-top: -12px;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .large-journal-post {
    padding-left: 12px;
    padding-right: 12px;
  }

  .journal-list-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .team-banner {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .journal-post {
    padding: 18px;
  }

  .convenios_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08f81-5499b2c8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08f82-5499b2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08f8d-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd08f90-5499b2c8 {
  align-self: center;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08fae-5499b2c8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08fb7-5499b2c8 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: center;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08fbe-5499b2c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08fc5-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd08fd7-5499b2c8 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: center;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd08fe2-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd09006-5499b2c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b9958b9-e42d-cdca-6509-8a729cdd5437-5499b2c8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09066-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd090da-5499b2c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#FNAME.w-node-f9828111-608c-7ef6-4d38-71f58cd090f5-5499b2c8, #LNAME.w-node-f9828111-608c-7ef6-4d38-71f58cd090f6-5499b2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#EMAIL.w-node-f9828111-608c-7ef6-4d38-71f58cd090f7-5499b2c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09101-5499b2c8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09105-5499b2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd0910f-5499b2c8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09136-5499b2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09140-5499b2c8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd0914c-5499b2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd09158-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd091c1-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd0921e-5499b2c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9828111-608c-7ef6-4d38-71f58cd0922e-5499b2c8 {
  align-self: center;
}

#w-node-_4cdf0de8-4aa2-e987-b642-b85db88b72b0-b88b72ae {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4cdf0de8-4aa2-e987-b642-b85db88b72d7-b88b72ae {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_4cdf0de8-4aa2-e987-b642-b85db88b72df-b88b72ae {
  align-self: center;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d319d-1a8d3194 {
  place-self: start stretch;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d319e-1a8d3194 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31a1-1a8d3194 {
  place-self: center stretch;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31a2-1a8d3194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31ab-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31b5-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31bf-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31c9-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31d3-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31dd-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31e7-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31f1-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d31fb-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3205-1a8d3194 {
  align-self: center;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3208-1a8d3194 {
  place-self: start stretch;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3209-1a8d3194 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d320c-1a8d3194 {
  place-self: center stretch;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d320f-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3211-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3214-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3219-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d321e-1a8d3194 {
  align-self: center;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3220-1a8d3194 {
  justify-self: start;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d322c-1a8d3194 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3233-1a8d3194 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3252-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3256-1a8d3194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d325b-1a8d3194 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6664ebab-3f31-1db9-cbe2-8d680cd5d893-0cd5d892 {
  place-self: stretch center;
}

#w-node-_6664ebab-3f31-1db9-cbe2-8d680cd5d896-0cd5d892 {
  place-self: end center;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f19-15e458c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f1a-15e458c0 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f1d-15e458c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f25-15e458c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f26-15e458c0 {
  justify-self: center;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f29-15e458c0 {
  align-self: stretch;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961467f33-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468027-15e458c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961468036-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468041-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-09796146804c-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468057-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468062-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-09796146806d-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468078-15e458c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-0979614680fd-15e458c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-097961468100-15e458c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2ebb4206-1f8c-b77d-1d42-09796146810a-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-09796146810d-15e458c0 {
  align-self: center;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a39-2b1eae87 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a3a-2b1eae87 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a3d-2b1eae87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a46-2b1eae87 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a47-2b1eae87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5a4c-2b1eae87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5bd0-2b1eae87 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5bf6-2b1eae87 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c3eaca3-f697-cccb-be4d-18fa9f4e5c1a-2b1eae87 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28213-c3dec1e9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28214-c3dec1e9 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28217-c3dec1e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28220-c3dec1e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28221-c3dec1e9 {
  justify-self: center;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28228-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f2822a-c3dec1e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f2822f-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28231-c3dec1e9, #Correo.w-node-f727bd8c-9750-9dc8-69fa-b88746f28233-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28236-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28238-c3dec1e9, #Pa-s.w-node-f727bd8c-9750-9dc8-69fa-b88746f2823a-c3dec1e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f2823d-c3dec1e9, #Phone-number.w-node-f727bd8c-9750-9dc8-69fa-b88746f2823f-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28241-c3dec1e9, #Mensaje.w-node-f727bd8c-9750-9dc8-69fa-b88746f28243-c3dec1e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28244-c3dec1e9 {
  justify-self: stretch;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f2824e-c3dec1e9 {
  align-self: stretch;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28250-c3dec1e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28251-c3dec1e9 {
  place-self: center start;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28253-c3dec1e9 {
  place-self: center stretch;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28256-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28258-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f2825b-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28260-c3dec1e9 {
  align-self: center;
}

#w-node-f727bd8c-9750-9dc8-69fa-b88746f28268-c3dec1e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f16039583-96fa8288 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f16039584-96fa8288 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f16039587-96fa8288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f42170b-e3fb-2f0d-de87-15f2d8d2ba51-96fa8288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f160395d8-96fa8288 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f16039619-96fa8288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f160396e2-96fa8288 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f160396e6-96fa8288 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4af1d103-5bef-a056-d21c-0d9f160396f0-96fa8288, #w-node-_4af1d103-5bef-a056-d21c-0d9f160396f3-96fa8288 {
  align-self: center;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2dd-a1348e3e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2de-a1348e3e {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2df-a1348e3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2e8-a1348e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af31e-a1348e3e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af325-a1348e3e {
  justify-self: center;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af331-a1348e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b22911ab-99b5-7fb0-5f62-7bc3925af332-a1348e3e, #w-node-b22911ab-99b5-7fb0-5f62-7bc3925af390-a1348e3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da4f03be-4e6e-88d2-f6f9-e909727499a4-16fc06fc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-da4f03be-4e6e-88d2-f6f9-e909727499a5-16fc06fc {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-da4f03be-4e6e-88d2-f6f9-e909727499a6-16fc06fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4f03be-4e6e-88d2-f6f9-e909727499af-16fc06fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da4f03be-4e6e-88d2-f6f9-e909727499bc-16fc06fc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e6f6-167dbd76 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e6f7-167dbd76 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e6fa-167dbd76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e703-167dbd76 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e704-167dbd76 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b36189f5-07bf-9e2d-f2f3-4444a996e705-167dbd76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ba2-6fd9242c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ba3-6fd9242c {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ba6-6fd9242c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105baf-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105bb0-6fd9242c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105bb2-6fd9242c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c7a-6fd9242c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c7f-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c81-6fd9242c, #Correo.w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c83-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c86-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c88-6fd9242c, #Pa-s.w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c8a-6fd9242c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c8d-6fd9242c, #Phone-number.w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c8f-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c91-6fd9242c, #Mensaje.w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c93-6fd9242c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c94-6fd9242c {
  justify-self: stretch;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105cd5-6fd9242c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105cd9-6fd9242c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ce3-6fd9242c, #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ce6-6fd9242c {
  align-self: center;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d88642273e-4e899209 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d88642273f-4e899209 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d886422742-4e899209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d88642274b-4e899209 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d88642274c-4e899209 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d88642274f-4e899209 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d886422772-4e899209 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d886422776-4e899209 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-a3d86dda-84c3-95fc-b09e-14d886422780-4e899209, #w-node-a3d86dda-84c3-95fc-b09e-14d886422783-4e899209 {
  align-self: center;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379a3-2d149604 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379ae-2d149604 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379af-2d149604 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379b0-2d149604 {
  place-self: center;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379b2-2d149604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379be-2d149604 {
  align-self: center;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379c2-2d149604 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379c5-2d149604 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379c6-2d149604, #w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379cd-2d149604 {
  justify-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83518-0ad61597 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83523-0ad61597 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83524-0ad61597 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83525-0ad61597 {
  place-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83526-0ad61597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e8352e-0ad61597 {
  align-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83530-0ad61597 {
  place-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83531-0ad61597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83539-0ad61597 {
  align-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e8353d-0ad61597 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83540-0ad61597 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0d9fb404-ffab-ea24-f409-a50570e83541-0ad61597, #w-node-_0d9fb404-ffab-ea24-f409-a50570e83548-0ad61597, #w-node-_68fecad7-5163-459d-e65b-c73f56ecb317-0c4bb33f {
  justify-self: center;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c413c-06a4f870 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c413d-06a4f870 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c413e-06a4f870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c4147-06a4f870 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c417d-06a4f870 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c4184-06a4f870 {
  justify-self: center;
}

#w-node-_64f28c63-ec29-760d-79b2-0575653c4190-06a4f870 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c98e33b4-4b16-a08b-fbd3-e7f7e63a1a9f-06a4f870, #w-node-_64f28c63-ec29-760d-79b2-0575653c41ef-06a4f870 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b47c9-7b01faef {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b47ca-7b01faef {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b47cc-7b01faef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e23d3ad1-bf5b-b0b4-a7fe-2f291b0c0de8-7b01faef, #w-node-_38037aff-a930-ccf4-2602-6fa0af8b481d-7b01faef, #w-node-_38037aff-a930-ccf4-2602-6fa0af8b485e-7b01faef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b4927-7b01faef {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b492b-7b01faef {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_38037aff-a930-ccf4-2602-6fa0af8b4935-7b01faef, #w-node-_38037aff-a930-ccf4-2602-6fa0af8b4938-7b01faef {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3233-1a8d3194 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379c5-2d149604, #w-node-_0d9fb404-ffab-ea24-f409-a50570e83540-0ad61597 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6b279cd3-b7e9-5f34-a64e-b7340e8379c5-2d149604, #w-node-_0d9fb404-ffab-ea24-f409-a50570e83540-0ad61597 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9828111-608c-7ef6-4d38-71f58cd08f81-5499b2c8 {
    align-self: end;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd08f82-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd08f8b-5499b2c8 {
    justify-self: start;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd08fb0-5499b2c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4cdf0de8-4aa2-e987-b642-b85db88b72d8-b88b72ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3233-1a8d3194 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d325b-1a8d3194 {
    grid-column-end: 3;
  }

  #w-node-_2ebb4206-1f8c-b77d-1d42-097961468027-15e458c0 {
    grid-column: 2 / 4;
  }

  #w-node-_2ebb4206-1f8c-b77d-1d42-097961468028-15e458c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ebb4206-1f8c-b77d-1d42-097961468108-15e458c0 {
    justify-self: start;
  }

  #w-node-f727bd8c-9750-9dc8-69fa-b88746f28214-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28219-c3dec1e9 {
    justify-self: center;
  }

  #w-node-f727bd8c-9750-9dc8-69fa-b88746f28228-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f2822a-c3dec1e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4af1d103-5bef-a056-d21c-0d9f16039584-96fa8288, #w-node-_4af1d103-5bef-a056-d21c-0d9f16039589-96fa8288 {
    justify-self: center;
  }

  #w-node-_4af1d103-5bef-a056-d21c-0d9f160396ee-96fa8288 {
    justify-self: start;
  }

  #w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2de-a1348e3e, #w-node-b22911ab-99b5-7fb0-5f62-7bc3925af2e1-a1348e3e, #w-node-da4f03be-4e6e-88d2-f6f9-e909727499a5-16fc06fc, #w-node-da4f03be-4e6e-88d2-f6f9-e909727499a8-16fc06fc, #w-node-b36189f5-07bf-9e2d-f2f3-4444a996e6f7-167dbd76, #w-node-b36189f5-07bf-9e2d-f2f3-4444a996e6fc-167dbd76 {
    justify-self: center;
  }

  #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105bb0-6fd9242c {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ce1-6fd9242c {
    justify-self: start;
  }

  #w-node-a3d86dda-84c3-95fc-b09e-14d886422750-4e899209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3d86dda-84c3-95fc-b09e-14d88642277e-4e899209 {
    justify-self: start;
  }

  #w-node-_64f28c63-ec29-760d-79b2-0575653c413d-06a4f870, #w-node-_64f28c63-ec29-760d-79b2-0575653c4140-06a4f870, #w-node-_38037aff-a930-ccf4-2602-6fa0af8b47ca-7b01faef, #w-node-_38037aff-a930-ccf4-2602-6fa0af8b47ce-7b01faef {
    justify-self: center;
  }

  #w-node-_38037aff-a930-ccf4-2602-6fa0af8b4933-7b01faef {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9828111-608c-7ef6-4d38-71f58cd08f81-5499b2c8 {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd08f8b-5499b2c8 {
    justify-self: center;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd0910f-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd09140-5499b2c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd091d2-5499b2c8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd091e4-5499b2c8 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-f9828111-608c-7ef6-4d38-71f58cd091f5-5499b2c8, #w-node-f9828111-608c-7ef6-4d38-71f58cd09206-5499b2c8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2ebb4206-1f8c-b77d-1d42-097961467f33-15e458c0, #w-node-_2ebb4206-1f8c-b77d-1d42-097961468027-15e458c0 {
    grid-column-start: 1;
  }

  #w-node-_2ebb4206-1f8c-b77d-1d42-097961468108-15e458c0 {
    justify-self: center;
  }

  #w-node-f727bd8c-9750-9dc8-69fa-b88746f28228-c3dec1e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-f727bd8c-9750-9dc8-69fa-b88746f2822a-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28231-c3dec1e9, #w-node-f727bd8c-9750-9dc8-69fa-b88746f28238-c3dec1e9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4af1d103-5bef-a056-d21c-0d9f160395d8-96fa8288 {
    grid-column-start: 2;
  }

  #w-node-_4af1d103-5bef-a056-d21c-0d9f160396ee-96fa8288 {
    justify-self: center;
  }

  #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105c7a-6fd9242c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3b63e0d6-9831-52b2-b452-3fb0ab105ce1-6fd9242c, #w-node-a3d86dda-84c3-95fc-b09e-14d88642277e-4e899209 {
    justify-self: center;
  }

  #w-node-_38037aff-a930-ccf4-2602-6fa0af8b481d-7b01faef {
    grid-column-start: 2;
  }

  #w-node-_38037aff-a930-ccf4-2602-6fa0af8b4933-7b01faef {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9828111-608c-7ef6-4d38-71f58cd08f81-5499b2c8 {
    align-self: end;
  }

  #w-node-_4cdf0de8-4aa2-e987-b642-b85db88b72d8-b88b72ae, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d319e-1a8d3194, #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d3209-1a8d3194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24cd79bc-3712-8f21-7dd3-0ba41a8d325b-1a8d3194 {
    grid-column-end: 3;
  }
}


