:root {
  --background-color: #eceff1;
  --black: #1b1b1b;
  --primary: #2b52d9;
  --white: white;
  --accent: #afd3f6;
  --yellow-darken: #ffe300;
  --card-post-hover: #b4bfff;
  --lighteen-blue: #d4ddff;
  --summary-text: #5b6b79;
  --chip-background: #eceff1;
  --background-grey: #cfd8dc;
  --divisor: #cfd8dc;
  --deep-blue: #00154e;
  --transparent: transparent;
  --lighteen-blue-5: #eef5fc;
  --guides-bg: #fafafa;
  --stories-authors: #7e8295;
  --divisor-footer: #737373;
  --dialog: #00000073;
  --_apps---colors--background-dark: #0a0a0a;
  --bg-404: #e8f0ff;
  --_apps---typography--heading-font: "Satoshi Variable", Arial, sans-serif;
  --_apps---typography--body-font: "Satoshi Variable", Arial, sans-serif;
  --_apps---typography--button-font: "Satoshi Variable", Arial, sans-serif;
  --_apps---sizes--radius: 16px;
  --_apps---colors--background: var(--background-color);
  --_apps---colors--foreground: #255075;
  --accent-selected: #335c86;
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #e1e1e1;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--primary);
  --_apps---colors--primary-foreground: #f5f8ff;
  --_apps---colors--secondary: #cfe5ff;
  --_apps---colors--secondary-foreground: #0a0d13;
  --_apps---colors--muted: #e8e8e8;
  --orange-darken: #d3611e;
  --_apps---colors--muted-foreground: #6f6b6c;
  --_apps---colors--accent: #d4d4d4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: var(--background-grey);
  --_apps---colors--input: #d2dbdf;
  --_apps---colors--ring: #395bbc;
  --_apps---charts--chart-1: var(--primary);
  --_apps---charts--chart-2: #577bd8;
  --_apps---charts--chart-3: #1b3bd3;
  --_apps---charts--chart-4: #1b38a6;
  --_apps---charts--chart-5: #080e8b;
  --_apps---sidebar--sidebar: #e8e8e8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--primary);
  --_apps---sidebar--sidebar-primary-foreground: #f5f8ff;
  --_apps---sidebar--sidebar-accent: #d4d4d4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--background-grey);
  --_apps---sidebar--sidebar-ring: #395bbc;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1e1e1e;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1e1e1e;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #4a79ff;
  --_apps---colors--primary-foreground-dark: #090d16;
  --_apps---colors--secondary-dark: #0a1a4f;
  --_apps---colors--secondary-foreground-dark: #f5f8ff;
  --_apps---colors--muted-dark: #040404;
  --_apps---colors--muted-foreground-dark: #949393;
  --_apps---colors--accent-dark: #343434;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #d34440;
  --_apps---colors--border-dark: #cfd8dc1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #6a93f9;
  --_apps---charts--chart-1-dark: #4a79ff;
  --_apps---charts--chart-2-dark: #88b0ff;
  --_apps---charts--chart-3-dark: #2e59f1;
  --_apps---charts--chart-4-dark: #739eff;
  --_apps---charts--chart-5-dark: #2c51c8;
  --_apps---sidebar--sidebar-dark: #111010;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #4a79ff;
  --_apps---sidebar--sidebar-primary-foreground-dark: #090d16;
  --_apps---sidebar--sidebar-accent-dark: #343434;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #6a93f9;
}

body {
  background-color: var(--background-color);
  color: #255075;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

img {
  width: auto;
  max-width: 100%;
  line-height: 4px;
  display: inline-block;
}

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

.navbar-container {
  z-index: 2;
  background-color: var(--primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 64px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar-logo {
  width: auto;
  height: 36%;
  display: flex;
}

.navbar-container-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--white);
  border-radius: 34px;
  height: 100%;
  padding: 3px;
  display: flex;
}

.navbar-links {
  color: var(--white);
  text-transform: capitalize;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.navbar-links:hover {
  color: var(--accent);
}

.navbar-links:lang(es) {
  display: block;
}

.navbar-links.w--current {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 34px;
  font-weight: 700;
}

.navbar-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  letter-spacing: .25px;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.btn.btn-primary {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--primary);
  text-transform: none;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.btn.btn-primary:hover {
  background-color: var(--black);
  pointer-events: auto;
  color: var(--white);
}

.btn.btn-primary.email-form-input {
  letter-spacing: 1.25px;
  text-indent: 1.25px;
  text-transform: uppercase;
  width: 100%;
  height: 56px;
  margin-left: 0;
  margin-right: 0;
}

.btn.yellow-btn {
  background-color: var(--yellow-darken);
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  transition: background-color .2s, color .2s;
}

.btn.yellow-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.yellow-btn.partners {
  margin-top: 15px;
}

.btn.yellow-btn.university {
  margin-top: 10px;
}

.btn.yellow-btn.university:lang(es) {
  margin-top: 0;
}

.btn.yellow-btn.university.companies {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn.yellow-btn.companies {
  margin-left: auto;
  margin-right: auto;
}

.btn.outlined {
  border: 1px solid var(--white);
  height: 34px;
  color: var(--white);
  background-color: #0000;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 140%;
}

.btn.color-secondary {
  background-color: var(--black);
  text-transform: capitalize;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition: color .2s, background-color .2s;
}

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

.dropdown-language {
  height: 36px;
  display: none;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
  overflow: visible;
}

.dropdown-text {
  color: var(--white);
  margin-top: -11px;
  padding-bottom: 0;
}

.navbar-desk {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navbar-mobile {
  display: none;
}

.post-card {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-width: 402px;
  height: 560px;
  margin-top: 0;
  padding-bottom: 0;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.post-card:hover {
  background-color: var(--card-post-hover);
  opacity: 1;
}

.post-card.single-article {
  cursor: auto;
  height: 100%;
  transition-property: none;
}

.post-card.single-article:hover {
  background-color: var(--white);
}

.post-card.form-info {
  background-color: var(--lighteen-blue);
  width: 33.333%;
  height: 590px;
  margin-top: 10px;
  padding-bottom: 0;
}

.post-card.form-info.tags {
  height: 583px;
}

.post-card.form-info.article {
  width: 100%;
  min-height: 100%;
}

.post-card-image {
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  width: 100%;
  height: 256px;
}

.post-card-container {
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  height: 310px;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.post-card-container.single-article {
  cursor: auto;
  height: 100%;
}

.post-card-container.single-article.neight {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.post-card-summary {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.footer-content {
  margin-top: 0;
}

.footer-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.html-embed-2 {
  display: flex;
}

.icon {
  color: var(--white);
}

.posr-card-container {
  color: var(--deep-blue);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.html-embed-5 {
  width: 22px;
  height: 22px;
}

.author-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.author-image.big {
  border-radius: 96px;
  width: 96px;
  height: 96px;
  margin-right: 16px;
}

.author-link {
  height: 100%;
  color: var(--black);
  letter-spacing: .25px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 12px;
  display: block;
}

.author-link.sub {
  text-decoration: underline;
}

.section-guides {
  padding: 64px;
}

.section-guides.show-on-scroll {
  background-color: #fafafa;
  background-color: var(--yellow-darken);
}

.section-guides.show-on-scroll.color-bg-grey {
  background-color: var(--background-color);
  background-color: var(--background-color);
}

.section-guides.show-on-scroll {
  background-color: #fafafa;
}

.section-guides-container {
  margin-top: 32px;
  display: flex;
  overflow: auto;
}

.collection-list-wrapper-6 {
  display: flex;
}

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

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

.accordion-wrapper-partner {
  display: flex;
  overflow: hidden;
}

.carousel-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.expert-chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  background-color: #fcefe3;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  padding: 4px 8px 4px 4px;
}

.expert-chip.post {
  margin-top: 0;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.expert-text {
  color: #523314;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.code-embed-9 {
  height: 16px;
}

.university-item-carousel {
  width: auto;
  min-width: auto;
}

.university-item-carousel:lang(es), .first-testimony-cards:lang(es) {
  display: flex;
}

.section-6 {
  background-color: var(--background-color);
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 64px;
  display: flex;
}

.div-block-118 {
  width: 50%;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-22 {
  color: var(--primary);
  padding-bottom: 20px;
  padding-left: 0;
}

.section-7 {
  box-sizing: border-box;
  background-color: var(--background-color);
  width: 1000px;
  padding: 40px 60px 64px;
}

.heading-23 {
  color: var(--primary);
  padding-left: 0;
}

.div-block-120 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-121 {
  width: 50%;
  height: 250px;
}

.div-block-122 {
  background-color: var(--white);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding: 20px 40px;
  display: flex;
}

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

.heading-24 {
  color: var(--stories-authors);
}

.heading-25 {
  font-weight: 700;
}

.section-8 {
  width: 1000px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-8:lang(es) {
  padding-bottom: 20px;
}

.div-block-124, .div-block-125 {
  width: 100%;
}

.image-59 {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.div-block-126 {
  background-color: var(--white);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 24px 48px;
}

.section-9 {
  width: 1000px;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  padding: 30px 60px 60px;
  display: flex;
}

.div-block-128 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-129, .div-block-130 {
  width: 100%;
}

.heading-26 {
  color: var(--_apps---colors--background-dark);
  margin-top: 0;
  font-size: 21px;
  text-decoration: none;
}

.image-60 {
  object-fit: cover;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  max-height: 150px;
  font-size: 25px;
  line-height: 10px;
}

.div-block-132 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  opacity: 1;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 30px;
  display: flex;
}

.text-block-12 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.text-block-12.pd-b16 {
  padding-bottom: 18px;
}

.section-11 {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 64px 60px;
  display: flex;
}

.heading-28 {
  color: var(--white);
  padding-bottom: 10px;
}

.div-block-133 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-134 {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-135 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.image-61 {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 30%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-136 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  justify-content: center;
  width: 70%;
  padding: 10px 20px;
  display: flex;
}

.text-block-13 {
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 700;
}

.text-block-14 {
  color: var(--stories-authors);
  font-weight: 600;
}

.section-12 {
  width: 1000px;
  padding: 64px;
}

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

.div-block-138 {
  width: 50%;
}

.div-block-139 {
  background-color: var(--white);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding: 64px;
  display: flex;
}

.image-62 {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
}

.text-block-15 {
  text-align: center;
  font-size: 38px;
  line-height: 100%;
}

.text-block-16 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.text-block-19 {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}

.image-63 {
  width: 56px;
  height: 56px;
}

.body-7 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-143 {
  width: 1000px;
  padding-left: 64px;
  padding-right: 64px;
}

.html-embed-7 {
  display: flex;
}

.image-64 {
  object-fit: contain;
  margin-right: 8px;
}

.image-64:lang(es) {
  opacity: 1;
  max-width: 60%;
}

.image-65 {
  object-fit: contain;
  max-width: 60%;
  margin-right: 32px;
}

.image-65:lang(es) {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 60%;
}

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

.footer-text-link-2 {
  color: #fff;
  letter-spacing: .25px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.div-block-145 {
  margin-top: 24px;
  display: block;
}

.div-block-146 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-147 {
  justify-content: space-between;
  display: flex;
}

.footer-title-text-2 {
  color: #fff;
  letter-spacing: -.48px;
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

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

.footer-divisor-2 {
  background-color: #737373;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0;
}

.column-43 {
  height: 100%;
}

.divider-dot-2 {
  color: #fff;
  background-color: #fff;
  border-radius: 40px;
  width: 4px;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.post-summary-2 {
  color: #5b6b79;
  letter-spacing: .25px;
  margin-top: 0;
  margin-right: 0;
  text-decoration: none;
}

.post-summary-2.footer-text {
  color: #fff;
  max-width: 320px;
  margin-top: 24px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.post-summary-2.footer-text.inferior {
  max-width: 942px;
}

.post-summary-2.footer-terms {
  color: #fff;
  align-self: center;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
}

.footer-2 {
  border-top: 1px #5b6b79;
  margin-top: 0;
}

.footer-2.divider {
  background-color: #1b1b1b;
  border: 1px #000;
  border-top: 0 #cfd8dc;
  border-radius: 0;
  margin-top: 0;
  padding: 64px;
}

.div-block-154 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-158.accordion-wrapper-partner {
  width: 100%;
  overflow: visible;
}

.link-block-12, .link-block-13 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-block-14, .link-block-15, .link-block-16 {
  justify-content: space-between;
  display: flex;
}

.link-block-17 {
  display: flex;
}

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

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

.div-block-161 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  display: flex;
}

.div-block-162, .div-block-163 {
  flex-flow: column;
  justify-content: space-between;
  width: 33%;
  display: flex;
}

.div-block-164, .div-block-165, .div-block-166, .div-block-167 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-168 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  display: flex;
}

.div-block-169, .div-block-170 {
  flex-flow: column;
  justify-content: space-between;
  width: 33%;
  display: flex;
}

.section-14 {
  background-color: var(--guides-bg);
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-171 {
  width: 1000px;
}

.text-block-21 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.icon-4 {
  border: 1px none var(--white);
  color: var(--white);
}

.link {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.link.w--current {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
}

.locales-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--chip-background);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.locale {
  -webkit-text-stroke-width: 0px;
  font-weight: 500;
}

.dropdown-toggle-2 {
  padding-bottom: 20px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.locales-wrapper {
  display: block;
}

.link-2 {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  background-color: var(--lighteen-blue);
  color: var(--primary);
  border-radius: 16px;
  font-weight: 500;
}

.dropdown-list-3 {
  background-color: var(--white);
  border-radius: 16px;
  padding: 10px;
  display: none;
}

.text-block-24 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.icon-6 {
  color: var(--white);
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 82px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    color: var(--black);
    font-size: 23px;
    line-height: 32px;
  }

  .navbar-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .btn.yellow-btn.owner {
    margin-top: 64px;
  }

  .padding-content {
    padding-left: 100px;
    padding-right: 100px;
  }

  .post-card {
    min-height: 560px;
  }

  .footer.divider {
    border: 0 #000;
    padding-left: 100px;
    padding-right: 100px;
  }

  .link-block.single {
    min-width: 400px;
  }

  .form-email-card {
    max-width: 500px;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
  }

  .div-block-18 {
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-8 {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }

  .div-block-19 {
    min-height: 560px;
  }

  .home-hero-content {
    height: 101vh;
  }

  .image-12 {
    width: 860px;
    height: 660px;
  }

  .home-hero-title-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-hero-title-container.show-on-scroll {
    height: 89vh;
    padding-top: 121px;
  }

  .home-hero-title-container.show-on-scroll.squads {
    height: 85vh;
  }

  .home-hero-title-container.show-on-scroll.partners {
    height: 95vh;
  }

  .home-hero-title-container.show-on-scroll.university {
    height: 76vh;
  }

  .header-ent-content {
    max-width: 1500px;
  }

  .header-ent-content.home {
    max-width: 900px;
  }

  .subtitle-title.property {
    max-width: 800px;
  }

  .div-block-34 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .div-block-35 {
    max-width: 900px;
  }

  .section-explore {
    height: auto;
    display: flex;
  }

  .section-explore.show-on-scroll, .section-search, .section-search.show-on-scroll {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-search.show-on-scroll {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-search.show-on-scroll.section-info {
    height: 65vh;
  }

  .section-search.info.home.big {
    height: 60vh;
    margin-top: -10px;
  }

  .search-rent-carousel {
    justify-content: center;
    align-items: center;
  }

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

  .section-cards {
    margin-top: -50px;
    padding: 60px;
  }

  .section-cards.show-on-scroll {
    z-index: 2;
    background-color: var(--white);
    z-index: 2;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: auto;
    margin: -40px 0 0;
    padding: 64px 100px 32px;
    position: relative;
  }

  .div-block-42, .div-block-43 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .article-author-title {
    text-transform: uppercase;
  }

  .columns-5 {
    width: 100%;
  }

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

  .small-info-card-title {
    font-size: 60px;
  }

  .section-guides.show-on-scroll, .section-grant-accordion.show-on-scroll, .section-grant-accordion.show-on-scroll {
    padding-left: 100px;
    padding-right: 100px;
  }

  .card-accordion-cont {
    justify-content: center;
    align-items: center;
  }

  .section-world-map.show-on-scroll {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-world-map.video {
    height: 100%;
    min-height: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-world-map.video.home.mobile {
    margin-top: -200px;
  }

  .section-countries.show-on-scroll {
    padding-left: 100px;
    padding-right: 100px;
  }

  .small-info-card-column {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .section-talk-about {
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .testimony-cards {
    text-decoration: none;
  }

  .testimony {
    max-width: 596px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 12px;
  }

  .column-16.center {
    padding-left: 12px;
  }

  .column-16.right {
    padding-left: 12px;
    padding-right: 0;
  }

  .property-section, .property-section.owners {
    background-size: cover;
  }

  .property-section.owners {
    background-size: cover;
  }

  .property-section.companies {
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/664b7d7c466dce15f9b87503_Hero.png");
    background-position: 0%;
    background-size: cover;
  }

  .property-hero {
    max-width: 1200px;
    padding-left: 100px;
  }

  .property-hero.show-on-scroll {
    max-width: 1200px;
  }

  .section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.show-on-scroll {
    cursor: pointer;
  }

  .section.show-on-scroll.left {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-8 {
    max-width: 1312px;
    margin-top: 0;
  }

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

  .image-20 {
    object-fit: cover;
  }

  .column-20, .div-block-60 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-about-us {
    min-height: 100vh;
  }

  .about-hero-container.section.left {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    height: 1112px;
  }

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

  .div-block-66.owner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-5 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .link-block-7 {
    display: none;
  }

  .city-article-card-cont {
    text-decoration: none;
  }

  .flex-block-8 {
    justify-content: space-around;
  }

  .image-25 {
    max-width: 450px;
  }

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

  .image-26 {
    max-width: 600px;
    max-height: 600px;
  }

  .div-block-72.owner {
    justify-content: center;
    align-items: flex-start;
  }

  .column-27.home {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-nav-home {
    max-width: 250px;
    max-height: 250px;
    top: 71px;
    left: 155px;
  }

  .button-nav-home.first {
    inset: 2% auto auto 22%;
  }

  .button-nav-home.second {
    inset: auto auto 17% 11%;
  }

  .button-nav-home.third {
    top: auto;
    left: auto;
    right: 62px;
  }

  .flex-block-9 {
    height: 100%;
  }

  .flex-block-11 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    min-height: 430px;
  }

  .flex-block-11.new-card {
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-block-11.arribo {
    max-width: 1000px;
  }

  .owner-image--hero {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 450px;
  }

  .p-0 {
    height: 100%;
  }

  .new-info-card.arrento {
    width: 100%;
  }

  .image-29.partners {
    width: 100%;
    height: 100%;
  }

  .image-30 {
    width: 450px;
    height: 450px;
  }

  .columns-15 {
    height: 450px;
  }

  .image-33 {
    max-width: 800px;
    max-height: 800px;
    margin-top: -123px;
  }

  .collection-list-12, .collection-list-wrapper-13 {
    width: 100%;
  }

  .div-block-80 {
    bottom: -1%;
  }

  .text-block-5 {
    text-decoration: none;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-heading-left {
    margin-bottom: -5px;
  }

  .block-owner {
    justify-content: center;
    align-items: center;
  }

  .block-owner.tablet-width {
    align-items: center;
  }

  .div-displaced {
    margin-top: 60px;
    margin-bottom: -30px;
    margin-right: 140px;
  }

  .div-block-83 {
    margin-top: -20px;
    margin-right: -40px;
  }

  .div-block-84 {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    width: auto;
    display: flex;
  }

  .div-block-85 {
    justify-content: center;
  }

  .div-block-86 {
    margin-right: 140px;
  }

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

  .tabs-menu {
    padding-bottom: 5px;
  }

  .tabs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--primary);
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .tab-link-owners, .tab-link-owners.w--current, .tab-link-lodgers, .tab-link-universities {
    font-size: 18px;
  }

  .section-3 {
    margin-bottom: 60px;
    padding: 64px;
  }

  .paragraph-16 {
    width: 40%;
  }

  .div-block-91 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--divisor-footer);
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 40px 0;
    display: flex;
  }

  .div-block-92, .div-block-93 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--divisor-footer);
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-19 {
    color: var(--primary);
    text-align: left;
    font-size: 32px;
  }

  .button {
    background-color: var(--white);
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-94 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-52 {
    vertical-align: baseline;
    position: static;
  }

  .div-block-95 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-96 {
    z-index: 5;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    width: 95%;
    box-shadow: 0 2px 8px -2px var(--dialog);
    border-radius: 12px;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    margin-top: -150px;
    padding: 20px 40px 20px 20px;
    display: flex;
    position: relative;
  }

  .div-block-97 {
    width: 20%;
  }

  .div-block-98 {
    border-right: 1px solid var(--divisor-footer);
    border-left: 1px solid var(--divisor-footer);
    width: 20%;
  }

  .div-block-99 {
    width: 20%;
  }

  .div-block-100 {
    border-right: 1px solid var(--divisor-footer);
    border-left: 1px solid var(--divisor-footer);
    width: 20%;
  }

  .div-block-germany {
    border-right: 1px none var(--divisor-footer);
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 64px 64px;
    display: flex;
  }

  .div-block-102 {
    border-left: 1px #000;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px 20px;
    display: flex;
  }

  .div-block-102.border-box {
    border-right: 1px solid var(--divisor-footer);
    border-left-style: solid;
    border-left-color: var(--divisor-footer);
    border-right: 1px solid var(--divisor-footer);
    border-left-style: solid;
    border-left-color: var(--divisor-footer);
  }

  .div-block-103 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    color: var(--deep-blue);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 0 20px 20px;
    font-size: 27px;
    font-weight: 500;
    display: flex;
  }

  .heading-20 {
    color: var(--deep-blue);
    font-size: 32px;
    font-weight: 600;
  }

  .heading-20:lang(es) {
    margin-top: 20px;
  }

  .image-53 {
    object-fit: contain;
    align-self: flex-start;
  }

  .paragraph-21 {
    margin-top: 10px;
  }

  .section-5 {
    margin-top: -50px;
  }

  .section-10 {
    max-width: 1000px;
  }

  .footer-2.divider {
    border: 0 #000;
    padding-left: 100px;
    padding-right: 100px;
  }

  .testimony-2 {
    max-width: 596px;
  }

  .carousel__viewport {
    pointer-events: auto;
  }

  .div-block-eua {
    border-right: 1px solid var(--divisor-footer);
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-description-germany {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-germany {
    margin-top: 0;
    padding-top: 20px;
  }

  .link-block-22 {
    pointer-events: auto;
  }

  .div-card-img-author {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-416 {
    vertical-align: baseline;
    max-width: 84%;
    display: inline-block;
  }
}

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

  .navbar-container {
    padding: 15px 20px;
    display: flex;
  }

  .navbar-logo {
    height: 36px;
  }

  .navbar-buttons {
    justify-content: space-between;
  }

  .btn.btn-primary.searcher-button {
    height: 56px;
  }

  .btn.btn-primary.inverse.mobile {
    background-color: var(--primary);
    color: var(--white);
  }

  .btn.btn-primary.inverse.mobile:hover {
    background-color: var(--white);
    color: var(--primary);
  }

  .btn.btn-primary.mobile {
    text-align: center;
    max-width: 220px;
  }

  .btn.yellow-btn.partners {
    align-self: center;
    margin-top: 20px;
  }

  .btn.yellow-btn.university {
    align-self: center;
  }

  .hero-image {
    height: 220px;
  }

  .hero-image.home {
    height: 130vh;
  }

  .hero-image.home.university {
    height: 130vh;
    position: static;
  }

  .padding-content {
    margin-top: -42px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-content.terms {
    margin-top: -54px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-big {
    height: 113px;
  }

  .hero-big.cities {
    height: 100px;
  }

  .navbar-desk {
    display: none;
  }

  .navbar-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .post-card {
    min-height: 390px;
    margin-top: 0;
  }

  .post-card-image {
    max-height: 200px;
  }

  .post-summary.footer-terms {
    font-size: 10px;
  }

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

  .collection-item-2 {
    width: 100%;
    display: flex;
  }

  .footer.divider {
    padding: 15px 20px;
  }

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

  .div-block-13 {
    margin-top: 20px;
  }

  .hamburger {
    background-color: var(--white);
    cursor: pointer;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: background-color .2s;
    display: flex;
  }

  .hamburger:hover {
    background-color: var(--deep-blue);
  }

  .hamburger-state {
    width: 24px;
    height: 24px;
  }

  .hamburger-state:hover {
    filter: invert();
    width: 24px;
    height: 24px;
  }

  .color-white {
    text-align: left;
    font-size: 40px;
  }

  .color-white.about-subheader {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
  }

  .color-white.home {
    font-size: 16px;
  }

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

  .color-white.font-sm.bold-medium.text-app {
    font-size: 18px;
  }

  .color-white.bold-medium.eco {
    font-size: 32px;
  }

  .form-2 {
    display: block;
  }

  .form-block, .column-3 {
    display: flex;
  }

  .body-3 {
    overflow-x: hidden;
  }

  .home-hero-content {
    height: 90vh;
  }

  .home-hero-content.arrento, .home-hero-content.arrento.university, .home-hero-content.home {
    height: 100%;
  }

  .home-hero-content.arrento, .home-hero-content.arrento.university, .home-hero-content.arrento.university, .home-hero-content.home {
    height: 100%;
  }

  .home-hero-content.home.tablet {
    height: 100vh;
  }

  .div-block-32 {
    display: none;
  }

  .image-12 {
    width: 460px;
    height: 380px;
  }

  .home-hero-title-container {
    padding-top: 0;
  }

  .home-hero-title-container.show-on-scroll {
    height: 100%;
    padding: 15px 20px;
  }

  .home-hero-title-container.show-on-scroll.owner {
    padding: 15px 20px;
  }

  .home-hero-title-container.show-on-scroll.home {
    padding-left: 15px;
    padding-right: 16px;
  }

  .home-hero-title-container.show-on-scroll.squads {
    background-color: var(--primary);
    height: 100%;
  }

  .home-hero-title-container.show-on-scroll.university {
    height: 115vh;
  }

  .subtitle-title.small {
    padding-bottom: 20px;
  }

  .subtitle-title.black {
    font-size: 14px;
  }

  .subtitle-title.home {
    display: none;
  }

  .basic-input {
    background-color: var(--white);
  }

  .section-explore {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .section-explore.show-on-scroll {
    padding: 15px 20px;
  }

  .columns-3 {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .div-block-38 {
    height: 100%;
    display: block;
  }

  .div-block-41 {
    order: 0;
  }

  .section-search {
    padding: 15px 20px;
  }

  .section-search.show-on-scroll.section-info {
    height: 100%;
  }

  .section-search.info.home {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-search.home {
    padding: 15px 20px;
  }

  .search-rent-carousel {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .search-rent-carousel.home {
    margin-top: 5px;
  }

  .info-card-small.about-version {
    margin-top: 32px;
  }

  .column-info {
    margin-top: 15px;
  }

  .section-cards.show-on-scroll {
    z-index: 2;
    background-color: var(--white);
    z-index: 2;
    background-color: var(--white);
    margin: -50px 0 0;
    padding: 15px 20px;
  }

  .dropdown.filt-inputs.form {
    background-color: var(--background-color);
    background-color: var(--background-color);
    background-color: var(--background-color);
  }

  .div-block-43 {
    height: 294px;
  }

  .column-8 {
    height: auto;
  }

  .post-card-big-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .post-card-big-container {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .column-9 {
    height: auto;
  }

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

  .collection-list-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .small-info-card.light-blue {
    width: 100%;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .small-info-card-title {
    text-align: center;
    font-size: 25px;
  }

  .small-info-card-subtitle {
    text-align: center;
    font-size: 16px;
  }

  .section-guides.show-on-scroll {
    background-color: var(--guides-bg);
    background-color: #fafafa;
    background-color: var(--guides-bg);
    background-color: #fafafa;
    padding: 15px 20px;
  }

  .section-grant-accordion.show-on-scroll {
    padding: 15px 20px;
  }

  .section-grant-accordion.show-on-scroll.squad {
    margin-top: 0;
  }

  .column-10 {
    display: none;
  }

  .column-10.squad {
    min-height: 100%;
    padding-left: 0;
  }

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

  .image-16.squad {
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 100%;
    height: 500px;
  }

  .div-block-50 {
    padding-right: 64px;
  }

  .card-accordion-cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-world-map.show-on-scroll.home {
    margin-top: 0;
    padding: 15px 20px;
  }

  .section-world-map.video {
    height: 100%;
    margin-top: auto;
    padding: 15px 20px;
  }

  .section-world-map.video.home {
    padding: 15px 20px;
  }

  .section-countries.show-on-scroll.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-12 {
    min-height: 240px;
  }

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

  .banner {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .small-info-card-column {
    height: auto;
    padding-bottom: 10px;
  }

  .section-talk-about {
    padding: 20px;
  }

  .div-block-54.show-on-scroll {
    display: block;
  }

  .testimony-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .testimony {
    font-size: 16px;
  }

  .column-14 {
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .column-15 {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
  }

  .column-16 {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16.center, .column-16.right, .column-16.center, .column-16.right {
    padding-left: 0;
  }

  .div-block-55 {
    flex-flow: wrap-reverse;
  }

  .column-17 {
    margin-top: 10px;
    display: block;
  }

  .collection-list-wrapper-8 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .property-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .property-section.owners {
    background-position: 0%;
  }

  .property-hero.show-on-scroll {
    padding-right: 64px;
  }

  .property-hero.show-on-scroll.companies, .section {
    padding: 15px 20px;
  }

  .section.show-on-scroll {
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    display: block;
  }

  .section.show-on-scroll.left {
    padding: 15px 20px;
  }

  .section.city-partners {
    justify-content: space-around;
    align-items: center;
    height: 50vh;
  }

  .columns-8 {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .column-19 {
    margin-top: 32px;
    padding-left: 0;
  }

  .image-20 {
    border-bottom-right-radius: 0;
    max-height: 342px;
  }

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

  .div-block-60 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-hidden {
    z-index: 99;
    background-color: var(--deep-blue);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 16px;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-mobile-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar-menu-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-mobile-option-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-mobile-link {
    color: var(--white);
    letter-spacing: .54px;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
  }

  .navbar-mobile-btn-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .about-hero-container.section.left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-home-title {
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 500;
  }

  .about-hero-subtitle {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
  }

  .column-21 {
    height: auto;
    margin-top: 32px;
  }

  .we-do-care-text-cont {
    padding-left: 32px;
  }

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

  .our-team-content {
    padding: 32px;
  }

  .our-team-job-text {
    text-align: center;
  }

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

  .div-block-66 {
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-66.owner.partners {
    justify-content: center;
    align-items: center;
  }

  .collection-list-wrapper-10, .collection-list-6 {
    display: flex;
    overflow: auto;
  }

  .collection-item-10 {
    width: 100%;
  }

  .image-22 {
    min-height: 256px;
  }

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

  .flex-block-8 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-25 {
    max-width: 100%;
  }

  .collection-list-10 {
    display: block;
  }

  .columns-12 {
    flex-flow: column;
    display: flex;
  }

  .image-26 {
    max-width: 400px;
    margin-top: 20px;
  }

  .image-26.home {
    z-index: -1;
    z-index: -1;
    width: 400px;
    max-width: 500px;
    height: 400px;
    max-height: 598px;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: -89px;
    right: -31%;
  }

  .div-block-72 {
    margin-top: 100px;
  }

  .div-block-72.owner {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }

  .column-27.home {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .button-nav-home.first {
    max-width: 200px;
    max-height: 200px;
    inset: -11% auto auto 29%;
  }

  .button-nav-home.second {
    max-width: 200px;
    max-height: 200px;
    top: 26%;
    left: 5%;
    right: auto;
  }

  .button-nav-home.third {
    max-width: 200px;
    max-height: 200px;
    inset: auto 8% 0% auto;
  }

  .find-information {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .find-information.show-on-scroll {
    display: none;
  }

  .blue-info-card-intermediate {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .card-image-inter {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    max-width: 100%;
    max-height: 300px;
    overflow: auto;
  }

  .card-image-inter.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .flex-block-11 {
    padding-left: 32px;
  }

  .flex-block-11.new-card.university {
    padding-left: 32px;
    padding-right: 32px;
  }

  .p-0:lang(es) {
    height: 65%;
  }

  .p-0.new, .new-info-card.arrento, .new-info-card.arrento {
    height: 100%;
  }

  .card-image-new-card {
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    height: 300px;
  }

  .column-28 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    padding-left: 0;
  }

  .image-30 {
    margin-top: -36px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .column-30 {
    padding-left: 0;
  }

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

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

  .column-31.arribo {
    padding-left: 0;
  }

  .column-32, .column-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-14 {
    flex-flow: column-reverse wrap;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .booking-column {
    justify-content: center;
    align-items: stretch;
  }

  .column-35.partners {
    min-height: auto;
    padding-bottom: 0;
  }

  .blue-card {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }

  .blue-card.partners {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    justify-content: center;
    align-items: center;
  }

  .columns-15 {
    height: 100%;
  }

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

  .image-33 {
    margin-top: 0;
  }

  .div-block-77 {
    margin-top: 64px;
  }

  .div-block-77.home {
    display: block;
  }

  .div-block-77.home.mobile {
    display: none;
  }

  .flex-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    max-width: 300px;
    margin-top: 10px;
  }

  .columns-16 {
    flex-flow: column-reverse;
    display: flex;
  }

  .column-36 {
    padding: 32px;
  }

  .font-md.text-white.center {
    text-align: center;
    text-align: center;
    text-align: center;
    align-self: center;
  }

  .font-xs.text-yellow.bold-medium {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .column-38, .column-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .collection-item-11 {
    width: 100%;
  }

  .collection-list-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .rich-text-block-5 {
    margin-top: 20px;
  }

  .div-block-80 {
    position: relative;
  }

  .div-block-81 {
    margin-left: 0;
  }

  .font-title-md {
    margin-top: 64px;
  }

  .we-do-title {
    text-align: center;
  }

  .flex-block-22 {
    flex-flow: column;
  }

  .grid-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-40 {
    width: 100%;
  }

  .video-discover-abroad {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: block;
  }

  .heading-15:lang(es) {
    font-size: 40px;
  }

  .discover-abroad-lodgerin {
    width: auto;
    height: auto;
  }

  .discover-abroad-lodgerin:lang(es) {
    text-align: left;
    object-fit: fill;
    width: 550px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .slide-nav, .slider-carousel-universities {
    display: none;
  }

  .logo-asociate-universities {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-14.carousel__track {
    overflow: hidden;
  }

  .hero-heading-left {
    z-index: 0vh;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .block-owner {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    display: flex;
    overflow: visible;
  }

  .block-owner:lang(es) {
    width: 480px;
  }

  .block-owner.tablet-width {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .div-displaced {
    flex-flow: row-reverse;
    justify-content: center;
    width: 50%;
    margin-top: 60px;
    display: flex;
  }

  .image-47 {
    margin-left: 0;
    margin-right: -20px;
  }

  .div-block-83 {
    flex-flow: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-block-84 {
    flex-flow: column-reverse;
    align-items: stretch;
    margin-bottom: -180px;
  }

  .div-block-85 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -180px;
  }

  .image-49 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-86 {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .div-block-87 {
    justify-content: flex-start;
    margin-top: 40px;
    padding-left: 100px;
  }

  .image-51 {
    object-fit: contain;
  }

  .section-3 {
    padding: 64px;
  }

  .div-block-89 {
    justify-content: center;
    align-items: stretch;
  }

  .heading-18 {
    color: var(--primary);
    font-size: 48px;
  }

  .paragraph-16 {
    width: 100%;
    font-size: 22px;
  }

  .div-block-90 {
    flex-flow: column;
    flex: 0 auto;
  }

  .div-block-91 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    width: 100%;
    max-height: 100%;
  }

  .div-block-92 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .div-block-93 {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-94 {
    align-items: center;
  }

  .image-52:lang(es) {
    object-fit: contain;
    height: 100px;
  }

  .div-block-96 {
    z-index: 5;
    background-color: var(--white);
    flex-flow: wrap;
    margin-bottom: 40px;
    position: relative;
  }

  .div-block-97 {
    width: 50%;
    padding: 10px;
  }

  .div-block-98 {
    border: 1px #000;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-99, .div-block-100 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-germany {
    padding: 10px;
  }

  .div-block-107 {
    margin-left: 0;
  }

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

  .div-block-109 {
    margin-right: 0;
  }

  .image-54 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 500px;
    height: 280px;
  }

  .button-4 {
    font-size: 12px;
  }

  .div-block-112 {
    background-color: var(--white);
    border-radius: 24px;
    justify-content: space-between;
  }

  .image-56 {
    object-fit: cover;
  }

  .columns-23 {
    display: none;
  }

  .button-5 {
    background-color: var(--deep-blue);
    color: var(--transparent);
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/6890a4b69c928012910d85fd_flecha-izquierda.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 150px;
  }

  .button-6 {
    background-color: var(--deep-blue);
    color: var(--transparent);
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/6890a6bad92b2443706a80d7_flecha-derecha.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 150px;
  }

  .div-block-117 {
    width: 30%;
  }

  .column-42 {
    justify-content: center;
    display: flex;
  }

  .section-6 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-7 {
    width: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-8, .section-9, .section-10 {
    width: auto;
  }

  .div-block-132 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-11, .section-12 {
    width: auto;
  }

  .div-block-139 {
    padding: 20px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .section-13 {
    width: auto;
  }

  .div-block-143 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-146 {
    flex-flow: wrap-reverse;
  }

  .post-summary-2.footer-terms {
    font-size: 10px;
  }

  .column-44 {
    margin-top: 10px;
    display: block;
  }

  .footer-2.divider {
    padding: 15px 20px;
  }

  .div-block-152 {
    background-color: #fff;
    border-radius: 24px;
    justify-content: space-between;
  }

  .button-7 {
    font-size: 12px;
  }

  .testimony-2 {
    font-size: 16px;
  }

  .div-block-157 {
    width: 30%;
  }

  .image-66 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 500px;
    height: 280px;
  }

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

  .image-67 {
    object-fit: contain;
  }

  .dropdown-list-4 {
    display: none;
  }

  .slide-2, .slide-3 {
    width: 33%;
  }

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

  .div-block-183.carousel {
    width: 100%;
  }

  .carousel__btn.is-prev, .carousel__btn.is-next, .carousel__btn.is-prev, .carousel__btn.is-next {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 100px;
  }

  .carousel__viewport {
    width: 100%;
  }

  .div-block-184 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 5%;
    display: flex;
  }

  .div-block-185 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5%;
    display: flex;
  }

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

  .section-16 {
    display: none;
  }

  .div-block-188 {
    align-items: center;
  }

  .section-17 {
    padding: 60px 40px 40px;
    display: block;
  }

  .section-27:lang(es) {
    padding: 20px 10px;
  }

  .div-block-209 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-211 {
    flex-flow: row;
  }

  .image-410 {
    object-fit: cover;
    height: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .author-card {
    min-height: auto;
  }

  .author-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }
}

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

  .navbar-logo {
    height: 36px;
  }

  .btn.btn-primary.inverse.mobile {
    background-color: var(--primary);
    color: var(--white);
  }

  .btn.btn-primary.inverse.mobile:hover {
    background-color: var(--white);
    color: var(--primary);
  }

  .btn.btn-primary.mobile {
    text-align: center;
    max-width: 220px;
  }

  .btn.yellow-btn {
    font-size: 16px;
  }

  .btn.yellow-btn.home {
    width: 100%;
  }

  .btn.yellow-btn.university {
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-image {
    height: 215px;
  }

  .hero-image.home.university {
    height: 90vh;
  }

  .padding-content {
    margin-top: -36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-content.terms {
    background-color: var(--primary);
    background-color: var(--primary);
  }

  .hero-big {
    height: 250px;
  }

  .navbar-desk, .navbar-desk:lang(es) {
    display: none;
  }

  .post-card.form-info {
    width: 100%;
  }

  .post-summary.footer-terms {
    font-size: 10px;
  }

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

  .color-white {
    opacity: 1;
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    font-size: 40px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    position: static;
  }

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

  .color-white.font-lg {
    font-size: 48px;
    line-height: 100%;
  }

  .initial-searcher, .form-2, .form-block {
    display: block;
  }

  .home-hero-content.owner {
    height: 110vh;
  }

  .home-hero-content.home {
    height: 160vh;
  }

  .home-hero-content.home.tablet {
    height: 140vh;
  }

  .image-12 {
    width: 260px;
    height: 280px;
  }

  .home-hero-title-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .home-hero-title-container.show-on-scroll.owner {
    height: 100vh;
  }

  .home-hero-title-container.show-on-scroll.home {
    flex-flow: column;
  }

  .home-hero-title-container.show-on-scroll.university {
    height: 80vh;
  }

  .subtitle-title.small {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .div-block-35, .form-block-2 {
    flex-flow: row;
  }

  .form-3 {
    flex-flow: column;
  }

  .choose-mode {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-37 {
    align-self: flex-start;
    margin-left: 0;
  }

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

  .section-search.info {
    height: 100%;
  }

  .info-card-small {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .column-info {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .div-block-42 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .div-block-43 {
    height: 294px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .post-card-big {
    height: auto;
  }

  .color-deep-blue {
    font-size: 35px;
  }

  .div-block-47 {
    flex-flow: wrap;
  }

  .collection-list-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .small-info-card-title {
    font-size: 48px;
  }

  .small-info-card-subtitle {
    font-size: 24px;
  }

  .section-guides.show-on-scroll {
    background-color: var(--guides-bg);
    background-color: #fafafa;
    background-color: var(--guides-bg);
    background-color: #fafafa;
    width: 100%;
  }

  .section-guides-container {
    width: 100%;
  }

  .column-10 {
    min-height: auto;
  }

  .div-block-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-accordion-cont {
    flex-flow: column;
  }

  .div-block-53 {
    padding: 10px;
  }

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

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

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

  .property-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .property-section.owners {
    background-position: 16%;
    background-size: cover;
  }

  .property-section.companies {
    background-position: 19%;
  }

  .property-hero.show-on-scroll {
    padding-left: 64px;
    padding-right: 64px;
  }

  .section.show-on-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-container {
    margin-top: 10px;
  }

  .menu-hidden {
    z-index: 99;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-hidden:lang(es) {
    display: none;
  }

  .menu-mobile-container {
    background-color: var(--deep-blue);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .navbar-menu-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-mobile-option-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-mobile-link {
    color: var(--white);
    text-align: center;
    letter-spacing: .54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
  }

  .navbar-mobile-btn-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-navbar-lang-cont {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .terms-card {
    margin-top: 0;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 63px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-hero-container.section.left, .we-do-care-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .we-do-care-text-cont {
    margin-top: 48px;
    padding-left: 0;
  }

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

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

  .carousel {
    width: 84%;
  }

  .code-embed-3 {
    position: absolute;
  }

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

  .next-btn, .next-btn.disabled, .next-btn.disabled {
    width: 100%;
  }

  .image-25 {
    max-width: 100%;
  }

  .image-26 {
    margin-top: 20px;
  }

  .image-26.home {
    top: -104%;
    right: -39%;
  }

  .div-block-72.owner {
    justify-content: center;
    align-items: center;
  }

  .column-27.home {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .button-nav-home.first {
    inset: 8% 0% auto 51%;
  }

  .button-nav-home.second {
    inset: auto auto 19% 20%;
  }

  .button-nav-home.third {
    inset: 82% 2% auto 51%;
  }

  .card-image-inter {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .flex-block-11 {
    padding: 20px;
  }

  .flex-block-11.new-card.university {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-image-new-card {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .image-29 {
    max-width: 400px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-31.arribo {
    padding-left: 0;
  }

  .div-block-77.home {
    display: none;
  }

  .div-block-77.home.mobile {
    margin-top: 150px;
    display: block;
  }

  .flex-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .columns-16 {
    flex-flow: column-reverse;
    display: flex;
  }

  .columns-17 {
    height: 100%;
  }

  .column-36 {
    height: 20vh;
  }

  .flex-block-18 {
    padding: 32px;
  }

  .div-block-78 {
    bottom: auto;
  }

  .code-embed-8 {
    display: none;
  }

  .grid-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .discover-abroad-lodgerin {
    width: auto;
    height: auto;
  }

  .title-carousel-universities {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-asociate-universities {
    margin-top: 40px;
  }

  .collection-list-13.carousel__track, .img-arrento, .text-arrento-software {
    width: 100%;
  }

  .wrapper-general {
    flex-flow: column;
    align-items: stretch;
  }

  .heading-17 {
    font-size: 25px;
    font-weight: 600;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .hero-heading-left {
    height: 100%;
    padding: 20px 0 60px;
  }

  .block-owner {
    z-index: 10;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .block-owner.tablet-width {
    margin-left: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-displaced {
    margin-left: -20px;
    padding-bottom: 0;
  }

  .div-block-83 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-84 {
    justify-content: space-around;
    margin-bottom: -150px;
    padding-right: 100px;
  }

  .div-block-85 {
    margin-top: -180px;
  }

  .div-block-87 {
    margin-left: -20px;
    padding-left: 0;
  }

  .image-51 {
    object-fit: cover;
    width: 90%;
    height: 100%;
  }

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

  .tabs {
    margin-top: -5px;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-18 {
    font-size: 30px;
  }

  .paragraph-16 {
    width: 100%;
  }

  .div-block-90 {
    flex-flow: column;
  }

  .div-block-91, .div-block-92, .div-block-93 {
    width: 100%;
  }

  .div-block-96 {
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-97, .div-block-98, .div-block-99, .div-block-100, .div-block-germany {
    width: 50%;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: -100px;
  }

  .div-block-104, .div-block-105 {
    width: 100%;
  }

  .div-block-114.first-carousel-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-5 {
    z-index: 15;
    background-color: var(--deep-blue);
    color: var(--transparent);
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/6890a4b69c928012910d85fd_flecha-izquierda.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 12px;
    position: relative;
  }

  .button-6 {
    background-color: var(--deep-blue);
    color: var(--transparent);
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/6890a6bad92b2443706a80d7_flecha-derecha.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 12px;
    position: relative;
  }

  .div-block-116 {
    z-index: 15;
    padding-left: 10px;
    padding-right: 10px;
  }

  .first-testimony-cards {
    background-color: var(--white);
    border-radius: 24px;
    width: 100%;
    min-width: 373px;
    height: 100%;
    min-height: 280px;
  }

  .column-42 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-6 {
    flex-flow: column;
  }

  .div-block-118, .div-block-119 {
    width: 100%;
  }

  .heading-22 {
    text-align: left;
    padding-bottom: 20px;
  }

  .search {
    width: 100%;
  }

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

  .div-block-120 {
    flex-flow: column;
  }

  .div-block-121 {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .div-block-122 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 32px;
    width: 100%;
  }

  .image-58 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }

  .section-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-123.first-accordion-wrapper-partner {
    overflow: hidden;
  }

  .div-block-124, .div-block-125 {
    width: 100%;
    min-width: 373px;
  }

  .section-9 {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-128, .div-block-129, .div-block-130 {
    width: 100%;
    min-width: 200px;
  }

  .section-11 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-133 {
    flex-flow: column;
  }

  .div-block-134 {
    width: 100%;
    height: 100%;
  }

  .div-block-135 {
    align-items: stretch;
    width: 100%;
  }

  .image-61 {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    overflow: clip;
  }

  .section-12 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-137 {
    flex-flow: column;
  }

  .div-block-138 {
    border-radius: 32px 32px 0 0;
    width: 100%;
  }

  .div-block-139 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 32px;
    width: 100%;
  }

  .image-62 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-140 {
    justify-content: center;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .section-13 {
    width: 100%;
  }

  .post-summary-2.footer-terms {
    font-size: 10px;
  }

  .div-block-149 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    display: flex;
    overflow: visible;
  }

  .div-block-150 {
    flex-flow: column;
    display: flex;
  }

  .div-block-151 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-154.carousel-content {
    clear: none;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    clear: none;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    position: relative;
  }

  .testimony-cards-carousel {
    background-color: #fff;
    border-radius: 32px;
    width: 100%;
    min-width: 250px;
    height: 100%;
    min-height: auto;
  }

  .div-block-158.accordion-wrapper-partner {
    overflow: hidden;
  }

  .div-block-159, .div-block-160 {
    width: 100%;
  }

  .code-embed-10 {
    padding-right: 0;
  }

  .dropdown-list {
    position: static;
  }

  .image-67 {
    display: none;
  }

  .div-block-173.box-price-style, .div-block-174.box-price-style, .div-block-174.box-price-style, .div-block-175 {
    width: 100%;
  }

  .div-block-176 {
    flex-flow: column;
  }

  .div-block-177 {
    padding-bottom: 0;
  }

  .text-block-25 {
    width: auto;
    color: var(--white);
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
  }

  .icon-7 {
    color: var(--white);
  }

  .div-block-181 {
    border: 1px solid var(--white);
    background-color: var(--primary);
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px;
    display: flex;
  }

  .dropdown-list-4 {
    background-color: var(--transparent);
    display: none;
    position: static;
  }

  .dropdown-2 {
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .div-block-182 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .dropdown-toggle-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    vertical-align: baseline;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-184, .div-block-185 {
    width: 8%;
  }

  .div-block-187 {
    flex-flow: column-reverse;
  }

  .div-block-188 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-189 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .collection-item-14 {
    height: auto;
    padding-bottom: 20px;
  }

  .link-3 {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .paragraph-23 {
    flex-flow: column;
    align-items: stretch;
    display: block;
    overflow: hidden;
  }

  .heading-34 {
    font-size: 30px;
  }

  .div-block-191 {
    flex-flow: wrap;
  }

  .image-404 {
    width: 70%;
  }

  .div-block-199 {
    flex-flow: column;
  }

  .div-block-199:lang(es) {
    flex-flow: column;
    padding: 20px;
  }

  .div-block-200, .div-block-200:lang(es), .div-block-201 {
    width: 100%;
  }

  .heading-38 {
    line-height: 60px;
  }

  .section-19:lang(es) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-202:lang(es) {
    width: 100%;
  }

  .div-block-203:lang(es) {
    align-items: center;
    width: 100%;
  }

  .div-block-204:lang(es) {
    flex-flow: column;
    justify-content: space-between;
  }

  .div-block-207, .div-block-207:lang(es) {
    width: 100%;
  }

  .div-block-208 {
    flex-flow: column;
  }

  .div-block-208:lang(es) {
    flex-flow: column;
    padding-right: 20px;
  }

  .section-27 {
    padding: 20px 40px 20px 20px;
  }

  .image-407 {
    height: 100%;
  }

  .hero-heading-right, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-slider, .hero-heading-center, .hero-heading-right-2, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .collection-item-16 {
    height: auto;
    padding-bottom: 20px;
  }

  .author-card {
    max-width: 100%;
  }

  .author-cards-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 120%;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .btn.btn-primary.inverse {
    background-color: var(--primary);
    color: var(--white);
  }

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

  .btn.btn-primary.mobile {
    max-width: 220px;
  }

  .btn.yellow-btn {
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .btn.yellow-btn:lang(es) {
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .btn.yellow-btn.partners {
    font-size: 15px;
  }

  .btn.yellow-btn.university {
    order: 2;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn.yellow-btn.university:lang(es) {
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn.yellow-btn.btn-arribo {
    letter-spacing: .22px;
    margin-right: 0;
    font-size: 21.35px;
    line-height: 28.46px;
  }

  .btn.outlined {
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 8px 24px;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle {
    position: relative;
  }

  .hero-image.home {
    height: 817px;
  }

  .padding-content {
    margin-top: -20px;
  }

  .navbar-desk {
    display: none;
  }

  .post-card {
    min-width: 330px;
  }

  .post-summary.footer-text {
    font-weight: 500;
  }

  .post-summary.footer-terms {
    font-size: 10px;
    font-weight: 500;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer.divider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .color-primary.card-title {
    letter-spacing: 0;
    letter-spacing: 0;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

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

  .footer-text-link {
    font-weight: 500;
  }

  .hamburger {
    transition-property: none;
  }

  .color-white {
    z-index: 5;
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    display: block;
    position: relative;
    overflow: visible;
  }

  .color-white.subtitle, .color-white.bold-medium.eco {
    font-size: 24px;
  }

  .color-white.squad-title {
    font-weight: 500;
  }

  .color-white.lg {
    font-size: 48px;
  }

  .color-white.font-md {
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .color-white.font-md.bold-medium.partner {
    font-size: 32px;
  }

  .color-white.font-lg {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 120%;
  }

  .color-white.font-lg:lang(es) {
    margin-bottom: 20px;
  }

  .color-white.font-lg.partners {
    line-height: 100%;
  }

  .color-white.text {
    font-size: 14px;
  }

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

  .color-white.subtitle, .color-white.bold-medium.eco, .color-white.bold-medium.eco {
    font-size: 24px;
  }

  .accordion-header {
    border-bottom-style: none;
  }

  .home-hero-content {
    height: 130vh;
  }

  .home-hero-content.home.tablet {
    height: 155vh;
  }

  .div-block-32 {
    justify-content: center;
    align-items: flex-end;
    height: 940px;
    padding-right: 0;
    display: none;
  }

  .home-hero-title-container {
    height: 1060px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-title-container.show-on-scroll {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .home-hero-title-container.show-on-scroll:lang(es) {
    display: block;
  }

  .home-hero-title-container.show-on-scroll.home {
    background-color: var(--primary);
    padding-bottom: 32px;
  }

  .home-hero-title-container.show-on-scroll.squads {
    padding-top: 40px;
  }

  .home-hero-title-container.show-on-scroll.partners {
    height: 85vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-hero-title-container.show-on-scroll.university {
    height: auto;
    display: block;
  }

  .home-hero-title-container.show-on-scroll.university:lang(es) {
    margin-top: 0;
  }

  .header-ent-content {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .subtitle-title {
    font-size: 24px;
  }

  .subtitle-title.small {
    letter-spacing: -.32px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .subtitle-title.small:lang(es) {
    margin-bottom: 10px;
  }

  .subtitle-title.black {
    font-size: 15px;
  }

  .div-block-34 {
    margin-top: 64px;
    margin-bottom: 34px;
  }

  .basic-input {
    font-size: 18px;
  }

  .subtitle-h2, .subtitle-link {
    font-size: 16px;
  }

  .section-explore {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-explore.show-on-scroll {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .items-explore-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .items-explore-text {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 24px;
  }

  .explore-title {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 28px;
  }

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

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

  .column-5 {
    padding-left: 0;
  }

  .section-search {
    padding: 32px 20px;
  }

  .section-search.info {
    height: 100%;
  }

  .section-search.info.home {
    margin-top: -54px;
  }

  .section-search.info.home.big {
    margin-top: 0;
  }

  .section-search.partners {
    padding-left: 0;
    padding-right: 0;
  }

  .info-card-small {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-card-small.about-version {
    padding-right: 0;
  }

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

  .section-cards {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-cards.show-on-scroll {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .color-deep-blue {
    font-size: 30px;
    line-height: 120%;
  }

  .color-deep-blue.font-lg {
    font-size: 36px;
  }

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

  .author-link {
    height: 20px;
  }

  .author-link.sub {
    height: 20px;
    display: flex;
  }

  .div-block-47 {
    flex-flow: wrap;
  }

  .collection-list-3 {
    margin-top: 20px;
  }

  .columns-5 {
    display: block;
  }

  .small-info-card {
    flex-flow: row;
  }

  .small-info-card.light-blue {
    padding: 30px 20px;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .small-info-card-title {
    text-align: center;
    font-size: 36px;
  }

  .small-info-card-title.service {
    font-size: 20px;
  }

  .small-info-card-subtitle {
    text-align: center;
    width: 100px;
    font-size: 18px;
  }

  .small-info-card-subtitle.services {
    width: 100%;
    font-size: 20px;
  }

  .section-guides.show-on-scroll {
    background-color: #fafafa;
    padding: 24px 16px;
  }

  .section-grant-accordion.show-on-scroll {
    padding: 24px 16px;
  }

  .div-block-50 {
    padding: 20px 16px;
  }

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

  .card-accordion-cont {
    flex-flow: column;
    display: flex;
  }

  .section-world-map {
    margin-top: 0;
    padding: 32px 20px;
    display: block;
    position: static;
  }

  .section-world-map.video.home.mobile, .section-world-map.video.home.mobile:lang(es) {
    margin-top: 60px;
  }

  .section-world-map.show-on-scroll {
    padding: 24px 16px;
  }

  .section-world-map.show-on-scroll.home {
    padding-left: 0;
    padding-right: 0;
  }

  .section-world-map.video {
    justify-content: center;
    align-items: center;
    padding: 32px 10px;
  }

  .section-world-map.video.home.mobile, .section-world-map.video.home.mobile:lang(es), .section-world-map.video.home.mobile, .section-world-map.video.home.mobile:lang(es), .section-world-map.video.home.mobile, .section-world-map.video.home.mobile:lang(es) {
    margin-top: 60px;
  }

  .div-block-53 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .map-image {
    width: auto;
  }

  .section-countries.show-on-scroll {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-countries.show-on-scroll.home {
    margin-top: 20px;
  }

  .column-12 {
    min-height: 160px;
  }

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

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

  .small-info-card-column {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    font-size: 24px;
  }

  .section-talk-about {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimony-cards {
    min-width: 300px;
  }

  .testimony-cards.enterprise {
    max-width: 300px;
  }

  .testimony, .testimony-author {
    font-size: 14px;
  }

  .testimony-enterprise-text {
    font-size: 16px;
  }

  .property-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .property-section.owners {
    background-image: url("https://cdn.prod.website-files.com/661d37451db040cda5844e0c/664b902e5ca14997bb3a3451_2.png");
    background-position: 17%;
    background-size: cover;
  }

  .property-section.companies {
    background-position: 25%;
  }

  .property-hero.show-on-scroll {
    margin-right: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.show-on-scroll {
    margin-top: -20px;
    padding: 32px 0;
  }

  .section.show-on-scroll:lang(es) {
    margin-top: 0;
    display: block;
  }

  .section.city-partners {
    justify-content: space-around;
    align-items: center;
    height: 50vh;
  }

  .columns-8 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .column-19 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-20 {
    object-fit: cover;
    order: 0;
    height: 200px;
    margin-bottom: 32px;
  }

  .service-card-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .menu-hidden {
    z-index: 99;
    background-color: var(--deep-blue);
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-mobile-container {
    background-color: var(--primary);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 16px;
    display: flex;
  }

  .navbar-menu-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 38px;
    display: flex;
  }

  .menu-mobile-option-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-mobile-link {
    color: var(--white);
    letter-spacing: .54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
  }

  .navbar-mobile-btn-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-navbar-lang-cont {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .background-about-us {
    min-height: 1600px;
  }

  .about-hero-container.section.left {
    min-height: 1500px;
  }

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

  .div-block-66 {
    padding-right: 15px;
  }

  .info-card-white-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-25, .column-26 {
    padding-left: 0;
  }

  .accordion-icon-cont {
    width: 50px;
    height: 100%;
  }

  .university-item {
    width: 240px;
  }

  .dropdown-mobile.w--open {
    top: -44px;
  }

  .carousel {
    width: 80%;
  }

  .faqs-card {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .list-items-city-article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .city-article-card-img {
    width: 80px;
    min-height: 190px;
  }

  .image-24 {
    width: 80px;
    min-height: 80px;
  }

  .youtube {
    height: 200px;
  }

  .accordion-text.mobile {
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12.arribo {
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .image-26 {
    display: none;
  }

  .image-26.home {
    z-index: 1;
    z-index: 1;
    display: block;
    left: 23%;
    right: auto;
  }

  .div-block-72 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .div-block-72.owner {
    margin-top: 40px;
    display: flex;
  }

  .div-block-72.home {
    margin-right: -25px;
  }

  .column-27 {
    order: 1;
    justify-content: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-27.home {
    justify-content: center;
    margin-top: -30px;
    padding-left: 0;
  }

  .button-nav-home.first {
    z-index: 2;
    top: -7%;
    left: 34%;
  }

  .button-nav-home.second {
    z-index: 2;
    left: 8%;
    right: auto;
  }

  .button-nav-home.third {
    z-index: 2;
    left: 34%;
  }

  .flex-block-9 {
    min-width: 148px;
    min-height: 149px;
  }

  .image-27 {
    max-height: 53px;
  }

  .flex-block-11.new-card.arrento {
    padding-left: 0;
    padding-right: 0;
  }

  .new-info-card.arrento {
    width: 100%;
    max-width: 398px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-image-new-card {
    border-radius: 16px 16px 0 0;
  }

  .heading-12.arrento {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 32px;
    line-height: 120%;
  }

  .column-28 {
    order: -1;
  }

  .image-29 {
    order: 1;
    width: 300px;
    max-width: none;
    height: 320px;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .image-29:lang(es) {
    margin-left: 20px;
  }

  .image-29.partners {
    max-width: 100%;
  }

  .columns-13 {
    border-radius: 16px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-31 {
    object-fit: contain;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: -10px;
  }

  .column-30 {
    height: 100%;
    padding-right: 0;
  }

  .column-30.left {
    order: -1;
    margin-bottom: 30px;
  }

  .column-30.arribo {
    height: 100%;
  }

  .column-31, .column-31.arribo, .column-31.arribo {
    padding-left: 0;
  }

  .column-32 {
    order: -1;
  }

  .column-33 {
    flex-flow: row;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-14 {
    flex-flow: column-reverse wrap;
    margin-top: 0;
    display: flex;
  }

  .booking-column {
    order: 2;
    margin-top: 0;
  }

  .column-35 {
    order: 1;
  }

  .column-35.partners {
    padding-bottom: 0;
  }

  .blue-card {
    padding: 24px;
  }

  .blue-card.partners {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    height: 500px;
  }

  .booking-card {
    padding: 24px;
  }

  .booking-card.partners {
    z-index: 99;
    z-index: 99;
    margin-top: -200px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .columns-15:lang(es) {
    height: auto;
  }

  .div-block-76 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .div-block-77.home.mobile {
    margin-top: 0;
  }

  .flex-block-14 {
    margin-top: 16px;
  }

  .heading-13 {
    font-size: 48px;
    line-height: 45px;
  }

  .mt-xs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .columns-16 {
    flex-flow: column;
    display: flex;
  }

  .column-36 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-18 {
    padding: 16px 0;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .system-card-text.color-deep-blue, .system-card-text.disabled, .system-card-text.color-deep-blue, .system-card-text.disabled {
    font-size: 16px;
  }

  .font-md.text-white.center.partner {
    font-size: 14px;
  }

  .font-xs.text-yellow.bold-medium {
    text-align: center;
    text-align: center;
    text-align: center;
  }

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

  .collection-list-wrapper-13 {
    width: 100%;
  }

  .text-block-4 {
    font-size: 18px;
  }

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

  .columns-19:lang(es) {
    margin-top: 0;
  }

  .flex-block-24 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-uni-title {
    font-size: 25px;
  }

  .heading-15 {
    font-size: 28px;
    font-weight: 500;
  }

  .heading-15:lang(es) {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .discover-abroad-lodgerin {
    width: auto;
    height: 230px;
  }

  .discover-abroad-lodgerin:lang(es) {
    width: auto;
    height: 230px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    order: 1;
  }

  .mobile-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .banner-image {
    width: auto;
    margin-top: -20px;
  }

  .banner-btn {
    margin-bottom: 20px;
  }

  .title-carousel-universities {
    text-align: center;
  }

  .university-slide-content.carousel__slide {
    min-height: 250px;
    max-height: 250px;
  }

  .image-41 {
    height: 150px;
    min-height: 150px;
  }

  .collection-list-13 {
    justify-content: flex-end;
    align-items: center;
  }

  .slide {
    width: 80%;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .image-42 {
    margin-top: 20px;
  }

  .section-arribo {
    padding: 32px 20px;
  }

  .container-title-arribo {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-arribo {
    height: 100px;
    max-height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 120%;
  }

  .image-43 {
    width: 262px;
    height: 147.38px;
  }

  .container-card-grid-arribo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-left {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-right {
    width: auto;
  }

  .title-card-left-arribo {
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-card-right-arribo {
    letter-spacing: 0;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .paragraph-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .img-card-left-arribo {
    object-fit: cover;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    width: auto;
    max-width: 100%;
    height: 220px;
  }

  .img-card-right-arribo {
    object-fit: cover;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    width: auto;
    height: 220px;
  }

  .container-btn-arribo {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .paragraph-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .columns-20 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .columns-21, .columns-22 {
    flex-flow: column;
    display: flex;
  }

  .header-title {
    flex-flow: column;
    display: block;
  }

  .header-subtitle {
    margin-right: 20px;
  }

  .header-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-right: 0;
    display: flex;
  }

  .header-btn {
    margin-top: -50px;
    margin-right: 20px;
  }

  .image-45 {
    width: 233px;
    height: 71.46px;
    display: block;
  }

  .section-video-abroad {
    margin-top: 0;
    padding: 32px 20px;
    display: block;
  }

  .title-video-abroad {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 500;
  }

  .video-abroad {
    width: auto;
    height: 230px;
  }

  .section-arribo-intro {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .img-arrento, .text-arrento-software {
    width: auto;
  }

  .wrapper-general {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px;
    box-shadow: 0 2px 10px #0003;
  }

  .heading-17, .heading-17.white-txt, .heading-17.white-txt, .paragraph-15, .paragraph-15.white-txt, .paragraph-15.white-txt {
    color: var(--primary);
  }

  .image-46 {
    width: 100%;
  }

  .div-countries {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .section-video-lodgerin.video.home, .section-contact-us.show-on-scroll.home, .section-contact-us.show-on-scroll.home, .section-contact-us.show-on-scroll.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left {
    height: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .container {
    max-width: none;
  }

  .block-owner {
    width: 100%;
  }

  .block-owner.tablet-width {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-displaced {
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .div-block-83 {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-84 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: -120px;
    padding-right: 0;
  }

  .div-block-85 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -120px;
  }

  .image-49 {
    margin-top: -20px;
    margin-right: -20px;
    position: relative;
  }

  .div-block-86 {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .div-block-87 {
    justify-content: flex-start;
    width: 100%;
    margin-left: -20px;
  }

  .section-2 {
    margin-top: -15px;
    margin-bottom: 0;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 50px;
    flex-flow: row;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: inset 0 2px 5px #0003;
  }

  .tabs-menu:lang(es) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-owners, .tab-link-lodgers.w--current, .tab-link-universities {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-88 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-52 {
    object-fit: contain;
    height: 150px;
  }

  .div-block-95 {
    display: none;
  }

  .div-block-96 {
    flex-flow: wrap;
    padding: 10px;
  }

  .div-block-97, .div-block-98, .div-block-99, .div-block-100 {
    width: 50%;
  }

  .section-4 {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20 {
    font-size: 16px;
  }

  .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
    font-size: 12px;
  }

  .section-5 {
    align-items: stretch;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-104 {
    align-items: stretch;
  }

  .div-block-107 {
    margin-left: 0;
  }

  .div-block-108 {
    width: 85%;
  }

  .div-block-109 {
    margin-right: 0;
  }

  .tabs-content {
    height: 28%;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 14px;
  }

  .div-block-110 {
    width: 70%;
  }

  .image-54 {
    height: 300px;
  }

  .button-4 {
    font-size: 8px;
  }

  .div-block-111 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-112 {
    justify-content: flex-start;
    width: 100%;
    height: 300px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .div-block-114 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .first-testimony-cards {
    min-height: 200px;
  }

  .div-block-117 {
    width: 30%;
  }

  .heading-21 {
    color: var(--primary);
    font-size: 25px;
  }

  .heading-21:lang(es) {
    margin-top: 30px;
  }

  .paragraph-22 {
    color: var(--primary);
    font-size: 16px;
  }

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

  .section-6 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .div-block-128 {
    min-width: 150px;
  }

  .text-block-19 {
    padding-left: 10px;
    font-size: 12px;
  }

  .footer-text-link-2, .post-summary-2.footer-text {
    font-weight: 500;
  }

  .post-summary-2.footer-text {
    font-weight: 500;
  }

  .post-summary-2.footer-terms {
    font-size: 10px;
    font-weight: 500;
  }

  .footer-2.divider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-152 {
    justify-content: flex-start;
    width: 100%;
    height: 300px;
  }

  .button-7 {
    font-size: 8px;
  }

  .testimony-2 {
    font-size: 14px;
  }

  .div-block-154 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-155 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-156 {
    width: 70%;
  }

  .div-block-157 {
    width: 30%;
  }

  .testimony-cards-carousel {
    min-height: 200px;
  }

  .image-66 {
    height: 300px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .testimony-author-2 {
    font-size: 14px;
  }

  .heading-29, .heading-30 {
    font-size: 48px;
  }

  .div-block-184, .div-block-185 {
    width: 10%;
  }

  .section-16 {
    padding: 20px;
  }

  .section-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-31, .heading-32, .heading-33 {
    font-size: 25px;
  }

  .heading-34 {
    font-size: 20px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .div-block-191 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

  .div-block-193, .div-block-194, .div-block-195, .div-block-196 {
    width: 120px;
    height: 50px;
  }

  .heading-35 {
    font-size: 18px;
  }

  .logo-404 {
    width: 70%;
  }

  .div-block-198 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-199 {
    flex-flow: column;
    padding: 20px;
  }

  .div-block-200, .div-block-201 {
    width: 100%;
    height: 100%;
  }

  .heading-38 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-38:lang(es) {
    line-height: 40px;
  }

  .section-19 {
    padding: 20px;
  }

  .div-block-202, .div-block-203 {
    width: 100%;
  }

  .div-block-204 {
    flex-flow: column;
  }

  .img-ebook {
    margin-top: 40px;
  }

  .img-ebook:lang(es) {
    padding-top: 20px;
  }

  .section-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-208 {
    flex-flow: column;
  }

  .section-27 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }

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

  .section-23, .div-block-209 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-211 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .heading-45 {
    padding-left: 5px;
    font-size: 12px;
  }

  .heading-47 {
    font-size: 12px;
  }

  .div-block-212 {
    flex-flow: column;
  }

  .div-block-213 {
    border-radius: 32px 32px 0 0;
    width: 100%;
  }

  .div-block-214 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 32px;
    width: 100%;
    padding: 20px;
  }

  .image-407 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }

  .div-block-215 {
    flex-flow: column;
    display: flex;
  }

  .heading-50 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-24 {
    padding: 20px;
  }

  .div-block-216 {
    text-align: center;
    flex-flow: column-reverse;
  }

  .div-block-217 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-218 {
    flex-flow: column;
    width: 100%;
  }

  .heading-51 {
    text-align: center;
    font-size: 30px;
  }

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

  .heading-52 {
    text-align: center;
    font-size: 20px;
  }

  .section-25 {
    padding: 20px;
  }

  .div-block-219 {
    flex-flow: column;
  }

  .div-block-220, .div-block-221 {
    width: 100%;
  }

  .heading-53 {
    text-align: center;
    font-size: 16px;
  }

  .section-26 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-223 {
    flex-flow: column;
  }

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

  .div-block-225 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    width: 100%;
  }

  .image-409 {
    width: 60px;
  }

  .code-embed-15 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .heading-54 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-229 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 40px;
  }

  .image-410 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }

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

  .code-embed-16, .code-embed-17, .code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21, .code-embed-22, .code-embed-23 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .code-embed-24 {
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .hero-heading-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-6 {
    max-width: none;
  }

  .hero-wrapper-4 {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two-4 {
    flex: 0 auto;
  }

  .margin-bottom-24px-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .author-card {
    max-width: 100%;
  }

  .author-cards-grid {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }
}
