@font-face {
  font-family: Rogy Variable Vf;
  src: url('../fonts/Rogy-Variable-Vf.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --highlight: #bc1732;
  --_colors---white: white;
  --dark-blue: #1a1e35;
  --white: white;
  --white-800: #fffc;
  --dark-blue-150: #1a1e3526;
  --light-blue: #091f53;
  --black-800: #000c;
}

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

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

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

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

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

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

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

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

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Gurmukhi, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Gurmukhi, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Gurmukhi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
}

.style-guide-title_font {
  font-weight: 300;
}

.sg_table-cell-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 10rem;
  font-size: .75rem;
  display: flex;
}

.sg_table-cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.sg_table-cell.sg_align-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.sg_table-row {
  flex: 1;
  display: flex;
}

.sg_table-row.sg_table-head {
  border-bottom: 1px solid #21333533;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.sg_table-header-heading {
  opacity: .6;
  font-size: .75rem;
  line-height: 1.5;
}

.sg_divider {
  opacity: .5;
  -webkit-text-stroke-width: 0px;
  border-top: 1px solid #21333533;
}

.captions {
  color: #3b2b16;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.sg_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.block-space_xs-05rem {
  width: 100%;
  padding-bottom: .5rem;
}

.block-space_2xl-4rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 4rem;
}

.spacing_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.block-space_md-1-5rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 1.5rem;
}

.block-space_l-2rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 2rem;
}

.block-space_sm-1rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 1rem;
}

.block-space_3xl_6rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 6rem;
}

.block-space_xl-3rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 3rem;
}

.spacing-block {
  width: 100%;
}

.block-space_4xl-8rem {
  background-color: #0000;
  width: 100%;
  padding-bottom: 8rem;
}

.spacing-block_title {
  width: 100%;
  max-width: 10rem;
}

.spacing {
  padding: 2rem;
}

.main-button {
  background-color: var(--highlight);
  border-radius: .5rem;
  width: auto;
  padding: 1rem 1.75rem;
  text-decoration: none;
}

.main-button.button_card {
  text-align: left;
  display: inline-block;
}

.sbuttons_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.button-block {
  width: auto;
  display: inline-block;
}

.card-chips_body {
  background-color: #f8f5f2;
  border-radius: .5rem;
  flex: none;
  margin-bottom: 0;
  padding: .5rem .6rem;
}

.main-button_txt {
  color: var(--_colors---white);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.chips_txt {
  color: #070707cc;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.sbuttons-block_title {
  width: 100%;
  max-width: 10rem;
}

.hero-section {
  background-color: var(--dark-blue);
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-content_left {
  max-width: 50%;
}

.hero-content_right {
  width: 50%;
}

.hero-media_wrapper {
  height: 630px;
  overflow: hidden;
}

.hero_h1-white {
  color: var(--white);
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1;
}

.hero-paragraph_white {
  color: var(--white-800);
  max-width: 50ch;
  margin-bottom: 1.5rem;
}

.caption_hero {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.hero_top-caption.caption-white {
  color: var(--highlight);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.hero-image {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.hero-grid_4-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.hero-grid_cells {
  border-right: 1px solid var(--_colors---white);
  height: 100%;
}

.hero-grid_cells.last-grid-cell {
  border: 1px #000;
  border-right-width: 0;
}

.hero-grid_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-h4_grid {
  color: var(--highlight);
  margin-top: 1rem;
  font-weight: 500;
}

.hero-h4_grid.h4-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.caption-hero_grid {
  color: var(--white-800);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.padding {
  background-color: #0000;
  padding: 0 2rem;
}

.space-block_4rem {
  padding-bottom: 4rem;
}

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

.section._150-blue_section {
  background-color: var(--dark-blue-150);
}

.section.dark-blue_background {
  background-color: var(--dark-blue);
}

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

.section-content_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.values-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.grid_values {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.contact-us_link {
  text-align: left;
  align-self: center;
  width: auto;
  text-decoration: none;
  display: block;
}

.values-media_wrapper {
  width: 100%;
}

.values-box {
  background-color: var(--dark-blue);
  text-align: left;
  border: 1px #bc173240;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  padding: 1.5rem;
  display: flex;
}

.box-paragraph {
  color: var(--white-800);
}

.section_photo-background {
  background-image: url('../images/background-photo.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.center_h2 {
  max-width: 800px;
}

.center_h2.center-h2-white {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.2;
}

.center_h2.center-h2-light {
  color: var(--white-800);
  margin-top: 0;
  font-weight: 200;
  line-height: 1.2;
}

.heading-5 {
  line-height: 1.2;
}

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

.grid-3colums-services_wrapper {
  width: 100%;
}

.services-card-01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  background-image: url('../images/service-01.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
}

.service-card_h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.services-card-02 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  background-image: url('../images/service-02.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
}

.services-card-03 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  background-image: url('../images/service-03.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
}

.grid-3colums-reviews_wrapper {
  width: 100%;
}

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

.review_card-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-blue);
  border: 1px solid #bc173233;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.review-card_content {
  border: 1px #000;
}

.card_paragraph-white {
  color: var(--white-800);
  text-align: left;
  margin-bottom: 3rem;
}

.contacts_inside-2rows {
  grid-template-columns: 1fr;
  width: 100%;
}

.contacts-content {
  background-color: var(--_colors---white);
  border-radius: 2rem;
  width: 100%;
  max-width: 590px;
  max-height: 286px;
  padding: 2rem;
}

.contacts-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-paragraph {
  color: var(--black-800);
  text-align: left;
  margin-bottom: 2rem;
}

.contacts_h3 {
  text-align: left;
}

.section_footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.footer_left-panel {
  background-color: var(--light-blue);
  text-align: left;
  border-radius: 2rem;
  width: 50%;
  padding: 2rem;
}

.footer_right-panel {
  flex: 0 auto;
  width: 50%;
}

.footer_h3 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.footer_links {
  color: var(--white-800);
  font-weight: 300;
}

.footer_txt {
  color: var(--white-800);
  font-family: Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 26px;
}

.footer-content_wrapper {
  margin-bottom: 1.5rem;
}

.footer-content_wrapper.hide-footer {
  display: none;
}

._2c_h1 {
  font-family: Rogy Variable Vf, Tahoma, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

._2c_h2, ._2c_h3, ._2c_4h {
  font-family: Rogy Variable Vf, Tahoma, sans-serif;
  font-weight: 300;
}

._2c-button-block {
  width: auto;
  display: inline-block;
}

._2c-main-button {
  background-color: var(--highlight);
  border-radius: .5rem;
  width: auto;
  padding: .625rem 1.75rem;
  text-decoration: none;
}

._2c_main-button_txt {
  color: var(--_colors---white);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.caption-hero_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.hero-micro-copy {
  margin-top: 1rem;
}

.txt_micro-cta {
  color: var(--white-800);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.rl_navbar2_component {
  background-color: var(--dark-blue);
  border: 1px solid #00000026;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5%;
  padding-bottom: .5%;
  display: grid;
}

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

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.text-span, .text-span-2, .text-span-3 {
  color: var(--highlight);
}

.section_privacy {
  padding-top: 0;
  padding-bottom: 8rem;
}

.privacy-separator {
  background-color: var(--dark-blue-150);
  height: 1px;
}

.privacy_link {
  color: var(--black-800);
  margin-top: 1rem;
  font-size: 1rem;
}

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

.test-stars {
  margin-bottom: 2rem;
}

.test-separator {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
}

.map_embed-leca-palmeira {
  width: 100%;
  height: 100%;
}

._2c_top-banner {
  background-color: #d7d7d7;
  border: 1px #000;
  position: relative;
}

.rl-padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  display: flex;
  position: relative;
}

.rl_banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.school-review_name {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

._2c-button-block-2 {
  width: 100%;
  display: inline-block;
}

.rl_navbar2_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._2c_nav_transparent {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1% 5%;
  display: flex;
  position: absolute;
}

.rl_navbar2_menu-button-2 {
  padding: 0;
}

._2c_main-button_txt_nav {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
}

._2c-link_button-2 {
  min-width: 15rem;
}

._2c-link_button-2.hide-button_hero {
  display: none;
}

.rl_navbar2_button-wrapper-2 {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

._2c-main-button_nav {
  background-color: #bf9873;
  border-radius: .5rem;
  width: auto;
  padding: 1rem 1.25rem;
  text-decoration: none;
}

._2c-main-button_nav._2c_hide-nav {
  display: none;
}

.rl-text-style-link-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.right-hero-card_form {
  border: 1px solid #fff6;
  border-radius: 2rem;
  padding: 2rem;
}

.button_icon-2 {
  width: auto;
  height: auto;
  margin-right: .5rem;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.form_hero-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

._2c-h4-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2c-h4-box.hero_bullets {
  margin-bottom: .25rem;
}

.rl-error-text {
  color: #e23939;
}

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

.section-2c._2c-image-background {
  background-color: #09162e;
  background-image: url('../images/hero-full_1hero-full.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 12rem;
  position: relative;
}

.section-2c._2c-darkbackground {
  background-color: #09162e;
}

.section-2c.grey-background {
  background-color: #d7d7d7;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: none;
}

.padding-2c {
  padding-left: 2rem;
  padding-right: 2rem;
}

._2c_h3-2 {
  font-weight: 400;
}

._2c_h3-2.form-hero {
  color: #fff;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Anek Gurmukhi, sans-serif;
  line-height: 1.2;
}

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

._2c_h1-2 {
  font-size: 4rem;
  font-weight: 400;
}

._2c_h1-2.h1-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anek Gurmukhi, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}

.policy_hero {
  color: #fffc;
  font-size: .9rem;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

._2c_bot-field {
  color: #012252;
  background-color: #d9d9d9;
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  display: none;
}

._2c_bot-field:focus {
  border-color: #000;
}

._2c_bot-field::placeholder {
  color: #0006;
  font-size: 1rem;
}

.rl-success-message-2 {
  background-color: #fffc;
  border-radius: 1rem;
  padding: 1.5rem;
}

._2c-hero_form {
  width: 100%;
}

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.container-2c {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.rl-success-text {
  color: #000;
  font-weight: 600;
}

.form-txt_hero {
  color: #fffc;
  margin-top: .5rem;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.grid-2colums_wrapper {
  width: 100%;
}

.whatsapp-button_wrapper {
  background-color: #38c76d;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: .75rem 1rem;
  display: inline-flex;
}

.form-hero_seperator {
  background-color: #ffffff40;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

._2c_paragraph-2 {
  line-height: 26px;
}

._2c_paragraph-2._2c_paragraph-white {
  color: #fffc;
  max-width: 55ch;
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
}

._2c_paragraph-2.bullet-mobile {
  font-family: Roboto, sans-serif;
}

._2c_4h-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anek Gurmukhi, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

._2c_4h-2.hero-txt {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

._2c_4h-2.white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anek Gurmukhi, sans-serif;
  line-height: 1.2;
}

.hero-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: center stretch;
}

.rl-error-message-2 {
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

._2c_main-button_txt-2 {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

._2c-main-button-2 {
  background-color: #bf9873;
  border-radius: .5rem;
  width: auto;
  padding: 1.25rem 1.75rem;
  text-decoration: none;
}

.text-span-18 {
  color: #bf9873;
  font-size: 3.8rem;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input-2 {
  color: #012252;
  background-color: #d9d9d9;
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  border-color: #000;
}

.rl-form-input-2::placeholder {
  color: #0006;
  font-size: 1rem;
}

.whatsapp-button_text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.rl-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

._2c-adv-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #012252;
  border-radius: 1rem;
  flex-flow: column;
  display: flex;
}

._2c_h3-left {
  text-align: left;
  font-family: Rogy Variable Vf, Tahoma, sans-serif;
  font-weight: 300;
}

._2c_h3-left.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anek Gurmukhi, sans-serif;
  font-weight: 400;
}

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

._2c-services-card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

._2c_h2-center {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anek Gurmukhi, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

._2c_h2-center.white {
  color: #fff;
  line-height: 1.1;
}

._2c-services-image {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
}

.section-content_wrapper-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._2c-services-card_paragraph {
  text-align: left;
  font-family: Roboto, sans-serif;
}

._2c-services-card_paragraph.white {
  color: #fffc;
  line-height: 28px;
}

._2c_main-button_txt-3 {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

._2c-main-button-3 {
  background-color: #bf9873;
  border-radius: .5rem;
  width: auto;
  padding: 1.25rem 1.75rem;
  text-decoration: none;
}

.grid-4colums-pnts_wrapper {
  width: 100%;
}

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

._2c-pnts_card {
  background-color: #012252;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

._2c-pnts-icon {
  margin-bottom: 1rem;
}

.hero-image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: static;
}

._2c_bullets-wrapper {
  margin-top: 2rem;
}

._2c_h2-2 {
  margin-bottom: 2rem;
  font-family: Anek Gurmukhi, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

._2c_arrow {
  margin-top: -8px;
  padding-top: 0;
}

.grid-multimedia_wrapper {
  width: 100%;
}

.txt_student-prof {
  color: #d7d7d7;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

._2c-test-card_paragraph {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

._2c-testm-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

._2c-star {
  margin-bottom: 1rem;
}

.grid-3colums-testm_wrapper {
  width: 100%;
}

.test_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.txt_student-name {
  color: #000;
  text-align: left;
  margin-bottom: .25rem;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

._2c-about-card_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #012252;
  border-radius: 1rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.grid-2colums-about_wrapper {
  width: 100%;
}

._2c-about-left-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

._2c-about-right-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

._2c-about-card_paragraph {
  text-align: left;
  font-family: Roboto, sans-serif;
}

._2c-about-card_paragraph.white {
  color: #fffc;
  margin-top: 0;
  line-height: 28px;
}

._2c-about-card_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #012252;
  background-image: url('../images/about-background_1about-background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.form-txt {
  margin-top: 1rem;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.form-right {
  background-color: #012252;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 50%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.button_icon-3 {
  width: auto;
  height: auto;
  margin-right: .5rem;
}

._2c_h3-3 {
  font-weight: 400;
}

._2c_h3-3.form-right-h {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anek Gurmukhi, sans-serif;
}

._2c_h3-3.form {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anek Gurmukhi, sans-serif;
  line-height: 1.2;
}

.form_left {
  max-width: 50%;
}

._2c-form-right-card {
  color: #fff;
  text-align: left;
  font-family: Roboto, sans-serif;
  line-height: 1.6;
}

.form_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 3px solid #012252;
  border-radius: 2rem;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 2rem;
  display: flex;
}

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

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
  display: none;
}

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

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_question-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl-heading-style-h4-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.text-span-19 {
  color: #fffc;
  text-decoration: underline;
}

.rl-button-secondary-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

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

.rl_faq1_list {
  text-align: left;
  border-bottom: 1px solid #fff;
}

.rl-text-style-medium-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.link-4 {
  text-decoration: none;
}

.grid-2colums-faq_wrapper {
  width: 100%;
}

.school-faq-paragraph {
  color: #fffc;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

._2c-faq-card_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #012252;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

._2c-faq-card_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #012252;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/about_1about.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl_faq1_question.top-faq {
  border-top-style: none;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

._2c_apply-button {
  text-align: center;
  border: 1px solid #012252;
  border-radius: .75rem;
  width: 50%;
  padding: .5rem;
}

._2c_apply-button_bottom {
  background-color: #012252;
  border-radius: .5rem;
}

._2c-contacts_h3 {
  color: #bf9873;
  text-align: left;
  margin-bottom: .5rem;
  line-height: 1;
}

._2c_apply-button-top-txt {
  color: #000;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
}

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

.contacts_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

._2c-apply-button_top {
  padding: .75rem 1rem;
}

.grid-2colums-contacts_wrapper {
  width: 100%;
}

._2c-contacts_left-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

._2c_apply-button-link {
  width: 100%;
  text-decoration: none;
}

._2c_map-wrapper {
  width: 100%;
  height: 100%;
}

._2c_apply-button-bottom-txt {
  color: #fff;
  padding: .75rem 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
}

._2c-apply_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

._2c_adress-link {
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

.rl_footer4_component {
  background-color: #fff;
}

.rl_footer4_link {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl-padding-global-4 {
  flex-flow: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

._2c_main-button_txt-4 {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

._2c-main-button-4 {
  background-color: #bf9873;
  border-radius: .5rem;
  width: auto;
  padding: 1.25rem 1.75rem;
  text-decoration: none;
}

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

.text-span-20 {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .sg_table-cell-title {
    width: auto;
  }

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

  .sg_table-row {
    flex-flow: column;
  }

  .sg_table-row.sg_table-head {
    display: none;
  }

  .block-space_l-2rem {
    padding-bottom: 1.5rem;
  }

  .block-space_3xl_6rem {
    padding-bottom: 4rem;
  }

  .hero-section {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-content_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .hero-content_left {
    max-width: 100%;
  }

  .hero-content_right {
    width: 100%;
  }

  .hero-media_wrapper {
    object-fit: cover;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .hero-image {
    height: 420px;
  }

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

  .space-block_4rem {
    padding-bottom: 2rem;
  }

  .section, .section._150-blue_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-values_content_wrapper {
    width: 100%;
  }

  .values-image {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .grid_values {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2colums-values_wrapper, .values-media_wrapper {
    width: 100%;
  }

  .values-box {
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .section_photo-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-services, .grid-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .contacts-content {
    max-height: none;
  }

  .footer_wrapper {
    flex-flow: column;
  }

  .footer_left-panel {
    width: 100%;
  }

  .footer_right-panel {
    width: 100%;
    height: 320px;
  }

  .caption-hero_wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }

  .rl_navbar2_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl-padding-global-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .school-review_name {
    font-size: 1.3rem;
  }

  .rl_navbar2_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_menu-button-2 {
    padding: 0;
  }

  .rl_navbar2_menu-button-2.w--open {
    background-color: #0000;
  }

  .rl_navbar2_button-wrapper-2 {
    align-items: center;
  }

  .right-hero-card_form {
    max-width: none;
  }

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

  .section-2c._2c-image-background {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section-2c._2c-darkbackground {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._2c_h3-2.form-hero {
    margin-bottom: 1rem;
  }

  .whatsapp_hero-wrapper {
    max-width: none;
  }

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

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

  ._2c-grid-pnts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-2 {
    object-position: 50% 0%;
    width: 100%;
    max-height: 570px;
    position: static;
  }

  .grid-testm, .grid-about {
    grid-template-columns: 1fr 1fr;
  }

  .form-right {
    max-width: none;
  }

  ._2c_h3-3.form {
    margin-bottom: 2rem;
  }

  .form_left {
    max-width: none;
  }

  .form_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .rl-heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .grid-faq, .grid-2c-contacts {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2c-contacts_left-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

@media screen and (max-width: 767px) {
  .block-space_2xl-4rem {
    padding-bottom: 2rem;
  }

  .block-space_l-2rem {
    padding-bottom: 1rem;
  }

  .block-space_sm-1rem {
    padding-bottom: .5rem;
  }

  .block-space_3xl_6rem {
    padding-bottom: 3rem;
  }

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

  .hero_h1-white {
    font-size: 3rem;
  }

  .hero-image {
    height: 320px;
  }

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

  .hero-grid_cells {
    border-right-style: none;
  }

  .center_h2 {
    font-size: 2.2rem;
  }

  .center_h2.center-h2-white {
    margin-top: 0;
  }

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

  .services-card-01 {
    height: 320px;
  }

  .service-card_h3 {
    font-size: 1.7rem;
  }

  .services-card-02, .services-card-03 {
    height: 320px;
  }

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

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

  .contacts-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .contacts_h3 {
    font-size: 1.8rem;
  }

  .section_footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .h3_box {
    margin-bottom: 0;
    font-size: 1.7rem;
  }

  .rl_banner10_content-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_banner10_content {
    justify-content: center;
    align-items: center;
  }

  ._2c_nav_transparent {
    min-height: 4rem;
  }

  .right-hero-card_form {
    padding: 1.5rem;
  }

  ._2c_h1-2.h1-white {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  ._2c_paragraph-2._2c_paragraph-white {
    margin-bottom: 1rem;
  }

  ._2c_4h-2 {
    font-size: 1.3rem;
  }

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

  .text-span-18 {
    font-size: 2.5rem;
  }

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

  ._2c_h2-center {
    font-size: 1.8rem;
  }

  .hero-image-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    max-height: 400px;
    overflow: clip;
  }

  ._2c_bullets-wrapper {
    margin-top: 1rem;
  }

  ._2c_h2-2 {
    font-size: 1.8rem;
  }

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

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

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .rl-text-style-medium-5 {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .captions {
    font-size: .875rem;
  }

  .block-space_2xl-4rem {
    padding-bottom: 1rem;
  }

  .block-space_l-2rem {
    padding-bottom: 1.5rem;
  }

  .block-space_3xl_6rem {
    padding-bottom: 2rem;
  }

  .main-button {
    justify-content: flex-start;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
  }

  .button-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: inline-flex;
  }

  .main-button_txt {
    text-align: center;
    font-size: 1.1rem;
  }

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

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

  .hero_h1-white {
    font-size: 2.5rem;
    line-height: 1;
  }

  .hero-paragraph_white {
    margin-bottom: 1rem;
  }

  .caption_hero {
    font-size: 1rem;
  }

  .hero_top-caption.caption-white {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .link_button {
    width: 100%;
  }

  .hero-grid_4-columns {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-grid_content {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero-h4_grid.h4-white {
    font-size: 1rem;
  }

  .caption-hero_grid {
    font-size: .9rem;
  }

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

  .space-block_4rem {
    padding-bottom: 2rem;
  }

  .section, .section._150-blue_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-content_wrapper {
    align-items: stretch;
  }

  .values-image {
    aspect-ratio: 2 / 3;
    max-height: 320px;
  }

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

  .contact-us_link {
    width: 100%;
  }

  .box-paragraph {
    margin-bottom: 0;
    font-weight: 400;
  }

  .section_photo-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .center_h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9rem;
  }

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

  .service-card_h3 {
    font-size: 1.5rem;
  }

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

  .review_card-wrapper, .contacts-content {
    padding: 1.5rem;
  }

  .contacts-paragraph {
    margin-bottom: 1.5rem;
  }

  .contacts_h3 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .section_footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_left-panel {
    padding: 1.5rem;
  }

  .footer_h3 {
    font-size: 1.4rem;
  }

  .footer_links, .footer_txt {
    font-size: 1rem;
  }

  ._2c-button-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    display: inline-flex;
  }

  ._2c-main-button {
    justify-content: flex-start;
    display: block;
  }

  .caption-hero_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .rl_navbar2_component {
    justify-content: center;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .rl_navbar2_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }

  .rl_navbar2_logo {
    text-align: center;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    flex-flow: row;
    padding-left: 1%;
    padding-right: 1%;
  }

  .button_txt {
    font-family: Montserrat, sans-serif;
  }

  .h3_box {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .rl-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_banner10_content-wrapper {
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .rl_banner10_content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .school-review_name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
  }

  ._2c-button-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: inline-flex;
  }

  ._2c_nav_transparent {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  ._2c_main-button_txt_nav {
    text-align: center;
    font-size: 1.3rem;
  }

  ._2c-link_button-2 {
    width: 100%;
  }

  ._2c-link_button-2.hide-mobile {
    display: none;
  }

  ._2c-main-button_nav {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  .right-hero-card_form {
    padding: 1.25rem 1rem;
  }

  ._2c-h4-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .25rem;
  }

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

  .section-2c._2c-image-background {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .section-2c._2c-darkbackground {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-2c {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2c_h3-2.form-hero {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
  }

  ._2c_h1-2.h1-white {
    text-align: left;
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1;
  }

  .form-txt_hero {
    text-align: left;
    font-size: .8rem;
    line-height: 1.1;
  }

  .whatsapp-button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ._2c_paragraph-2 {
    line-height: 1.4;
  }

  ._2c_paragraph-2._2c_paragraph-white {
    color: #fffc;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  ._2c_paragraph-2.bullet-mobile {
    padding-left: 12px;
  }

  ._2c_4h-2 {
    font-size: 1.3rem;
  }

  ._2c_4h-2.hero-txt {
    margin-bottom: .25rem;
    font-size: 1rem;
    font-weight: 400;
  }

  ._2c_4h-2.white {
    font-size: 1.1rem;
  }

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

  ._2c_main-button_txt-2 {
    text-align: center;
    font-size: 1.2rem;
  }

  ._2c-main-button-2 {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  .text-span-18 {
    font-size: 2.2rem;
  }

  .whatsapp-button_text {
    font-size: 1rem;
    font-weight: 600;
  }

  .whatsapp-button_text.hero-size_whatsapp {
    font-size: 1rem;
  }

  ._2c_h3-left.white {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    line-height: 28px;
  }

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

  ._2c_h2-center {
    font-size: 1.8rem;
  }

  ._2c-services-image {
    object-fit: cover;
    max-height: 220px;
    overflow: clip;
  }

  .section-content_wrapper-2 {
    align-items: center;
  }

  ._2c_main-button_txt-3 {
    text-align: center;
    font-size: 1.2rem;
  }

  ._2c-main-button-3 {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  ._2c-grid-pnts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  ._2c-pnts-icon {
    margin-bottom: .5rem;
  }

  .hero-image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 340px;
  }

  ._2c_h2-2 {
    text-align: center;
    font-size: 1.6rem;
  }

  ._2c_arrow {
    margin-top: 0;
  }

  ._2c-test-card_paragraph {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  ._2c-testm-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

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

  ._2c-about-card_left {
    padding: 1.5rem;
  }

  .text-span-16, .text-span-14 {
    color: #bf9873;
  }

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

  .text-span-15, .text-span-13 {
    color: #bf9873;
  }

  ._2c-about-card_paragraph.white {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 26px;
  }

  ._2c-about-card_right {
    padding: 1.5rem;
  }

  .form-txt {
    text-align: left;
    font-size: .8rem;
    line-height: 1.1;
  }

  .form-right {
    padding: 1rem;
  }

  .text-span-17 {
    font-weight: 600;
  }

  ._2c_h3-3.form-right-h {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  ._2c_h3-3.form {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
  }

  ._2c-form-right-card {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

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

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

  .school-faq-paragraph {
    font-size: 1rem;
    line-height: 26px;
  }

  ._2c-faq-card_left, ._2c-faq-card_right {
    padding: 1.5rem;
  }

  .rl_faq1_question {
    padding-bottom: .5rem;
  }

  ._2c_apply-button {
    width: 100%;
  }

  ._2c-contacts_h3 {
    text-align: center;
    margin-top: 0;
    font-size: 1.3rem;
  }

  ._2c_apply-button-top-txt {
    font-size: 1rem;
  }

  .contacts-left-cell {
    text-align: center;
  }

  .contacts_wrapper {
    align-items: stretch;
  }

  .grid-2c-contacts {
    grid-template-columns: 1fr;
  }

  ._2c-contacts_left-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  ._2c_apply-button-link {
    width: 100%;
    text-decoration: none;
  }

  ._2c-contacts_right-card {
    height: 400px;
  }

  ._2c_apply-button-bottom-txt {
    font-size: 1rem;
  }

  ._2c-apply_wrapper {
    flex-flow: column;
  }

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

  .rl_footer4_link {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

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

  .rl_footer4_link-list {
    grid-row-gap: .5rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  ._2c_main-button_txt-4 {
    text-align: center;
    font-size: 1.2rem;
  }

  ._2c-main-button-4 {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-9d9fe089 {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-9d9fe089 {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-9d9fe089, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-9d9fe089 {
  align-self: center;
}

#w-node-ad330d36-b495-b13d-a29a-bce9de2d770e-db08936e {
  justify-self: end;
}

#w-node-_989dcaf9-9a13-2541-52b3-a99da9b79efc-db08936e {
  align-self: center;
}

#w-node-_989dcaf9-9a13-2541-52b3-a99da9b79f2d-db08936e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_989dcaf9-9a13-2541-52b3-a99da9b79f2f-db08936e {
  justify-self: start;
}

#w-node-_9c075270-d9cd-7ce2-82a4-b5914699f1fa-db08936e, #w-node-_9c075270-d9cd-7ce2-82a4-b5914699f202-db08936e {
  justify-self: auto;
}

#w-node-c80a03f2-3f46-a506-24c5-f112dc371f99-db08936e {
  align-self: auto;
}

#w-node-_55560ee0-b4a6-b0da-ee0b-465fc90f888f-db08936e {
  align-self: center;
}

#w-node-_3a8b6c6d-cd17-a624-6c97-570cffce16b9-db08936e, #w-node-_3a8b6c6d-cd17-a624-6c97-570cffce16cd-db08936e {
  justify-self: auto;
}

#w-node-b9cc993a-e0ef-37c5-0e76-b41a99bccae2-db08936e {
  align-self: center;
}

#w-node-ba540363-ecab-2e85-a30b-7bca5a78884c-db08936e, #w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-ea25f18c {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-ea25f18c {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-ea25f18c, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-ea25f18c {
  align-self: center;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-3ca6d2da {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-3ca6d2da {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-3ca6d2da, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-3ca6d2da {
  align-self: center;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-53495d21 {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-53495d21 {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-53495d21, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-53495d21 {
  align-self: center;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-c15f450f {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-c15f450f {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-c15f450f, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-c15f450f {
  align-self: center;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-ba9f194a {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-ba9f194a {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-ba9f194a, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-ba9f194a {
  align-self: center;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf3-07a09367 {
  justify-self: start;
}

#w-node-af5322b0-dd3f-d451-6e29-0f0ff3a9baf5-07a09367 {
  justify-self: center;
}

#w-node-_46f17ba6-c2ac-f94d-2bc3-fff394098e7d-07a09367, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-07a09367 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-9d9fe089, #w-node-ba540363-ecab-2e85-a30b-7bca5a78884c-db08936e, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-ea25f18c, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-3ca6d2da, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-53495d21, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-c15f450f, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-ba9f194a, #w-node-b339f8b1-1845-f979-7573-cf728ceaac72-07a09367 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_989dcaf9-9a13-2541-52b3-a99da9b79efc-db08936e {
    justify-self: center;
  }

  #w-node-ba540363-ecab-2e85-a30b-7bca5a78884c-db08936e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rogy Variable Vf';
  src: url('../fonts/Rogy-Variable-Vf.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}