:root {
  --blue: #001629;
  --highlights: #c2b694;
  --blue-800: #001629cc;
  --white-800: #fffc;
  --blue-500: #00162980;
  --blue-80: #ebeff2;
  --white: white;
  --orange: #f57029;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --black: black;
}

.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(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 50px;
}

h2 {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 45px;
}

h3 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--blue);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spacing {
  padding: 2rem;
}

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

.spacing-block {
  width: 100%;
}

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

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

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

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

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

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

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

.buttons {
  padding: 2rem;
}

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

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

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

._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_contact7_form-block {
  color: #9e3535;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.link-testm {
  color: #000c;
}

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

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

.section_hero {
  background-color: #0000;
  background-image: url('../images/hero-01.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.form-txt_hero {
  color: var(--blue-800);
  margin-top: .5rem;
  font-size: .9rem;
}

.e-mail-form {
  background-color: var(--white-800);
  color: var(--blue-800);
  border-radius: .5rem;
  font-family: Inter, sans-serif;
  position: relative;
}

.e-mail-form:active {
  background-color: var(--white-800);
  color: var(--blue-800);
  border-radius: .5rem;
}

.e-mail-form.hide-email {
  display: block;
}

.form_hero-button {
  background-color: var(--highlights);
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

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

.rl-checkbox-label-small-2 {
  color: #ffffffb3;
  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;
}

.rl-form-checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #ffffffb3;
  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-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

.rl-form-input-2 {
  background-color: var(--white-800);
  color: var(--blue-500);
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  background-color: var(--white-800);
  color: var(--blue-800);
  border-color: #000;
}

.rl-form-input-2:focus-visible, .rl-form-input-2[data-wf-focus-visible] {
  color: var(--blue-500);
}

.rl-form-input-2::placeholder {
  color: var(--blue-500);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1rem;
}

.right-hero-card_form {
  background-color: var(--blue-80);
  border: 1px solid #fff6;
  border-radius: 1.5rem;
  max-width: 500px;
  padding: 2rem;
}

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

.rl-form-checkbox-2.hide-checkbox {
  display: none;
}

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

.rl_contact7_form-field-wrapper {
  background-color: var(--white-800);
  color: var(--blue-800);
  border-radius: .5rem;
  font-family: Inter, sans-serif;
  position: relative;
}

.rl_contact7_form-field-wrapper:active {
  background-color: var(--white-800);
  color: var(--blue-800);
  border-radius: .5rem;
}

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

.hero_h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}

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

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

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

.hero-heading {
  color: var(--white);
  letter-spacing: -.017em;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-paragraph {
  color: var(--white-800);
  margin-bottom: 1.5rem;
}

.text-span {
  color: var(--blue-800);
  text-decoration: underline;
}

.hero-points_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.arrow-icon {
  width: 9px;
  height: 16px;
  margin-right: .5rem;
}

.hero-bullet_txt {
  color: var(--white);
  margin-bottom: 0;
}

.section_proof {
  background-color: var(--blue-80);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-grid_cells {
  border-right: 1px solid var(--white-800);
  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: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.h2_proof {
  margin-bottom: .25rem;
}

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

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

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

.center_h2 {
  max-width: 750px;
  margin-bottom: 1.5rem;
}

.values-media_wrapper {
  width: 100%;
}

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

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

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

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

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

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

.box-paragraph {
  color: var(--blue-800);
  margin-bottom: 0;
}

.heading {
  font-weight: 500;
}

.h4_values {
  margin-bottom: 0;
}

.values-h3_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.paragraph_center {
  color: var(--blue-800);
  max-width: 59ch;
}

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

.caption_txt {
  color: var(--highlights);
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.portfolio_wrapper {
  width: 100%;
}

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

.portfolio-card_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.portfolio-image {
  border-radius: .75rem;
}

.portfolio_card-txt {
  color: var(--blue-800);
  text-align: left;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.h3_portfolio_card {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}

.h2_left {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.exp-paragraph {
  color: var(--white-800);
  margin-bottom: 3rem;
}

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

.exp-right-content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid #ffffff40;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.exp_card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--blue-80);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
}

.h2_card-caption {
  color: var(--blue-500);
  margin-bottom: 1rem;
}

.h4_exp-card {
  margin-bottom: .5rem;
}

.paragraph_exp-card {
  color: var(--blue-800);
  font-weight: 300;
}

.image {
  border-radius: .75rem;
  height: 200px;
}

.process_wrapper {
  width: 100%;
}

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

.process-card_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--blue-80);
  border-radius: 1.5rem;
  flex-flow: column;
  height: 420px;
  padding: 1.5rem;
  display: flex;
}

.process_top {
  border-radius: 1rem;
}

.process_top.orange {
  background-color: var(--orange);
}

.process_top.mid-blue {
  background-color: var(--blue-800);
}

.process_top.gold {
  background-color: var(--highlights);
}

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

.process_txt {
  background-color: var(--white);
  border-radius: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  display: flex;
}

.process_h3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 73px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.process_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-block {
  text-align: left;
  flex: 0 auto;
  padding: 1rem;
  line-height: 22px;
}

.test_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(--white);
  border: 1px #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;
}

.test-separator {
  background-color: var(--blue-80);
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: 2rem;
}

.card-test_paragraph {
  color: var(--blue-800);
  text-align: left;
  margin-bottom: 5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 32px;
}

.h4_test {
  color: var(--highlights);
  font-weight: 600;
}

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

.school-faq-paragraph {
  color: var(--blue-800);
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--blue-800);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--blue-80);
  cursor: pointer;
  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_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.rl_faq1_question-text {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.big-card_media {
  object-fit: fill;
  border-radius: 1rem;
  align-self: center;
  width: 50%;
  overflow: hidden;
}

.big-card_h2 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 500;
  position: static;
}

.especialidades-layout_image {
  aspect-ratio: 1.22;
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.especialidades-layout_content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1rem 0 0;
  display: flex;
}

.big-card_layout-row_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue);
  border-radius: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 3rem;
  display: flex;
  box-shadow: 0 4px 12px #0000000a;
}

.cta_paragraph {
  color: var(--white-800);
  margin-bottom: 3rem;
}

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

.section_footer {
  padding-bottom: 2rem;
}

.footer-separator {
  background-color: var(--blue-80);
  height: 1px;
  margin-bottom: 2rem;
}

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

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.image-2 {
  width: 24px;
  height: 24px;
}

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

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

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

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

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

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  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-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.rl_faq1_question-text-2 {
  color: var(--relume-library-lite--rl-black);
  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: 700;
  line-height: 1.5;
}

.rl_faq1_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  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;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  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;
}

.rl_faq1_list-2 {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

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

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

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

.rl_faq1_answer-2 {
  overflow: hidden;
}

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

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

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

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

.rl_faq1_icon-2 {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--blue-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

.rl_section_faq1-2 {
  background-color: var(--relume-library-lite--rl-white);
}

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

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

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  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-container-small-2 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.rl_faq1_question-text-3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_faq1_question-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--blue-80);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  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;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  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;
}

.rl_faq1_list-3 {
  border-bottom: 1px solid var(--blue-80);
}

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

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

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

.rl_faq1_answer-3 {
  overflow: hidden;
}

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

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

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

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

.rl_faq1_icon-3 {
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.form_dropdown {
  background-color: var(--white-800);
  color: var(--blue-500);
  border: 1px #000;
  border-radius: .5rem;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

  .grid-content_wrapper {
    max-width: 60ch;
  }

  .section_hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .right-hero-card_form {
    max-width: 70%;
  }

  .hero_h3 {
    max-width: 55ch;
  }

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

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

  .values-media_wrapper, .grid-values_content_wrapper {
    width: 100%;
  }

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

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

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

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

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

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

  .exp-right-content_wrapper {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .exp_card-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .paragraph_exp-card {
    max-width: 55ch;
    margin-bottom: 0;
  }

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

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

  .big-card_media {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
  }

  .big-card_h2 {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .especialidades-layout_image {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .especialidades-layout_content {
    padding-right: 0;
  }

  .big-card_layout-row_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .cta_paragraph {
    max-width: 60ch;
  }

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

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

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

  .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

  .rl_faq1_spacing-block-3-2 {
    padding-bottom: 4.5rem;
  }

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

  .rl_faq1_spacing-block-2-2 {
    padding-bottom: 4.5rem;
  }
}

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

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

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

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

  .rl_navbar2_component {
    min-height: 4rem;
  }

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

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

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

  .center_h2 {
    font-size: 2.2rem;
  }

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

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

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

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

  .big-card_media {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto;
    max-height: none;
  }

  .big-card_h2 {
    font-size: 1.65rem;
  }

  .especialidades-layout_image {
    aspect-ratio: auto;
    overflow: hidden;
  }

  .big-card_layout-row_wrapper {
    padding: 2rem;
  }

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

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

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .rl_faq1_icon-wrapper-2 {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .rl_faq1_spacing-block-3-2 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .rl_faq1_icon-wrapper-3 {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2-2 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

  .link_button {
    width: 100%;
  }

  .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: 1rem;
    line-height: 26px;
  }

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

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

  .grid-content_wrapper {
    max-width: none;
  }

  .rl_contact7_spacing-block-4 {
    display: none;
  }

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

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

  .form_hero-button {
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .rl-form-input-2 {
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }

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

  .hero_h3 {
    max-width: none;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 28px;
  }

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

  .hero-heading {
    font-size: 2rem;
    line-height: 36px;
  }

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

  .hero-points_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .25rem;
  }

  .hero-icon {
    flex: none;
    margin-top: 3px;
    margin-right: .5rem;
  }

  .arrow-icon {
    margin-right: 0;
  }

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

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

  .h2_proof {
    font-size: 1.75rem;
    line-height: 40px;
  }

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

  .center_h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 32px;
  }

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

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

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

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

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

  .h4_values {
    font-size: 1.125rem;
    line-height: 24px;
  }

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

  .paragraph_center {
    margin-bottom: 0;
  }

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

  .h3_portfolio_card {
    font-size: 1.25rem;
    line-height: 28px;
    text-decoration: none;
  }

  .h2_left {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 32px;
  }

  .exp-paragraph {
    text-align: center;
    margin-bottom: 2rem;
  }

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

  .exp_card-wrapper {
    flex-flow: column;
  }

  .h2_card-caption {
    font-size: 1.75rem;
    line-height: 32px;
  }

  .h4_exp-card {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 230px;
  }

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

  .process_h3 {
    min-height: 60px;
    font-size: 1.25rem;
    line-height: 27px;
  }

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

  .review_card-wrapper {
    padding: 1.5rem;
  }

  .test-separator {
    margin-bottom: 1rem;
  }

  .card-test_paragraph {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 28px;
  }

  .h4_test {
    font-size: 1.15rem;
  }

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

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

  .rl_faq1_question-text {
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 28px;
  }

  .big-card_media {
    aspect-ratio: 4 / 5;
    max-height: 300px;
  }

  .big-card_h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 32px;
  }

  .especialidades-layout_image {
    aspect-ratio: auto;
    height: 100%;
    max-height: 320px;
  }

  .especialidades-layout_content {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .big-card_layout-row_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .cta_paragraph {
    text-align: center;
    margin-bottom: 2rem;
  }

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

  .values-icon {
    flex: none;
    margin-top: 3px;
    margin-right: .5rem;
  }

  .stats_txt {
    font-family: Inter, sans-serif;
    font-size: .875rem;
    overflow: hidden;
  }

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

  .form_dropdown {
    font-size: 1rem;
  }

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

#w-node-_5bcbef5a-aa68-3c76-2900-152fe5a941f5-2569df29 {
  justify-self: start;
}

#w-node-_5bcbef5a-aa68-3c76-2900-152fe5a941f7-2569df29 {
  justify-self: center;
}

#w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d965d2-2569df29 {
  align-self: center;
}

#w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d965eb-2569df29 {
  justify-self: end;
}

#w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d96607-2569df29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d96609-2569df29 {
  justify-self: start;
}

#w-node-_310b4b7f-e18d-53be-a58c-816efbba2a18-2569df29, #w-node-_8dacfb63-d0f7-11dd-4ce0-157cdc774715-2569df29, #w-node-_1694e7ac-8339-20c6-110e-67646f86dd1c-2569df29 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d965eb-2569df29 {
    justify-self: start;
  }

  #w-node-_8dacfb63-d0f7-11dd-4ce0-157cdc774715-2569df29 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27b84be7-3bdd-a22c-22db-ed9fc3d965d2-2569df29, #w-node-_1694e7ac-8339-20c6-110e-67646f86dd1c-2569df29 {
    align-self: center;
  }
}


