:root {
  --black: #000;
  --highlight: #f0c53c;
  --soft-background: #faf5ea;
  --dark-background: #2b2a28;
  --green-120: #1f5e4b1f;
  --black-800: #000c;
  --white: #fdfdfd;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --green: #1f5e4b;
}

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

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

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

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

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

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

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

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

h1 {
  color: var(--black);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  color: var(--black);
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  letter-spacing: -.017em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  letter-spacing: -.011em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.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(--highlight);
  border-radius: .5rem;
  width: auto;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link_button {
  margin-top: 1.5rem;
}

.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(--black);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.button-2 {
  background-color: var(--highlight);
  text-transform: none;
  border-radius: .5rem;
  width: auto;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button-2_txt {
  color: var(--black);
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph {
  color: var(--black);
}

.section-navbar.soft-background {
  background-color: var(--soft-background);
  padding-top: 1.5rem;
}

.section-navbar.darl-background {
  background-color: var(--dark-background);
}

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

.section.soft-background {
  background-color: var(--soft-background);
}

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

.section.dark-background.hide-section, .section.hide-section {
  display: none;
}

.section.soft-green-background {
  background-color: var(--green-120);
}

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

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

.hero-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-caption {
  color: var(--black-800);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h3-caption.h3-white {
  color: #fdfdfdcc;
}

.h4-hero {
  color: #000000b3;
  text-align: center;
  max-width: 40ch;
  font-style: italic;
}

.h4-hero.h4-white {
  color: #ffffffb3;
}

.heading-2 {
  max-width: 1000px;
  margin-bottom: 1.5rem;
}

.heading-2.h2-white {
  color: var(--white);
}

.form-card-wrapper {
  background-color: var(--white);
  border: 1px solid #0000001f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  padding: 3rem;
  display: flex;
}

.h3-form {
  text-align: center;
  margin-bottom: 1rem;
}

.form-bullets-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 1rem;
  display: flex;
}

.form-bullets-icon {
  flex: none;
  margin-right: .5rem;
}

.image {
  width: 18px;
  height: 15px;
}

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

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

.rl-form-checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.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-error-text {
  color: #e23939;
  text-align: center;
}

.rl_contact1_form-field-wrapper {
  width: 100%;
  position: relative;
}

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

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

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

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-checkbox-label-small {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.rl_section_contact1 {
  background-color: var(--white);
  width: 100%;
  margin-top: 1rem;
}

.rl-button {
  background-color: var(--highlight);
  width: 100%;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00000040;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

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

.rl_contact1_component {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 11.25rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .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;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  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 {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.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_contact1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.rl-text-style-subheading {
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .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;
  font-weight: 400;
}

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

.h3-highlight {
  color: var(--highlight);
}

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

.heading-3, .footer-disclaimer {
  text-align: center;
}

.div-block {
  max-width: 500px;
}

.footer-content {
  text-align: center;
  max-width: 500px;
}

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

.footer-privacy-link {
  color: var(--black);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

.image-2 {
  max-width: 223px;
  max-height: 112px;
}

.workshop-banner {
  background-color: var(--dark-background);
  text-transform: none;
  border-radius: .75rem;
  width: auto;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.workshop-baner-txt {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.youtube-banner-wrapper, .image-banner-hero {
  background-color: var(--white);
  border: 1px solid #0000001f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1270px;
  height: 600px;
  padding: 3rem;
  display: flex;
}

.center-hero-paragraph {
  max-width: 60ch;
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.link_button-copy, .link_button-scroll {
  margin-top: 1.5rem;
}

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

.button-scroll-box {
  background-color: var(--highlight);
  border-radius: .5rem;
  width: auto;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.scroll-button_txt {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.scroll-button-txt {
  color: var(--black-800);
  text-align: center;
  margin-top: .5rem;
  font-size: 1rem;
}

.h2-center {
  text-align: center;
  margin-bottom: 1.25rem;
}

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

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

.main-button_txt-2 {
  color: #001629;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

.big-card_layout-row_wrapper.hide-card {
  display: none;
}

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

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

.cta_paragraph {
  color: #fffc;
  margin-bottom: 3rem;
}

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

.h3-left-card {
  color: var(--black);
}

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

.offer_paragraph {
  color: var(--black-800);
  margin-bottom: 0;
}

.card-separator {
  background-color: #00000040;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h2-offer-card {
  color: var(--black);
  margin-bottom: 1.25rem;
}

.value-txt {
  color: #000c;
  font-weight: 400;
}

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

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

.price-card {
  background-color: var(--dark-background);
  text-align: center;
  border-radius: 2rem;
  padding: 3rem;
}

.h4-price {
  color: #a3a5a8;
  text-align: center;
  margin-bottom: .5rem;
}

.h3-price {
  color: var(--highlight);
  text-align: center;
  margin-bottom: 1rem;
}

.h1-price {
  color: var(--white);
}

.link_button-checkout {
  margin-top: 1.5rem;
}

.h1-checkout {
  text-transform: none;
  margin-bottom: 1.5rem;
}

.h1-checkout.h2-white {
  color: var(--white);
}

.paragraph-checkout {
  text-align: center;
  max-width: 500px;
}

.checkout-card-wrapper {
  background-color: var(--white);
  border: 1px solid #0000001f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  padding: 3rem;
  display: flex;
}

.h3-highlight-checkout {
  color: var(--black);
  text-transform: uppercase;
}

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

.whatsapp-button-light_wrapper {
  text-align: left;
  background-color: #38c76d3d;
  border: 1px solid #38c76d80;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: inline-flex;
}

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

.whatsapp-button_light_text {
  color: #1e150b;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.whatsapp-link {
  width: 100%;
}

.summary-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.center_h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: .75rem;
}

.values_number-card {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

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

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

.number-box {
  background-color: var(--highlight);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
}

.values_paragraph {
  color: #000;
  text-align: left;
  margin-top: auto;
}

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

.values_card_wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.h4-center {
  color: var(--white);
  text-align: center;
}

.h4-center.black-centerh4 {
  color: var(--black);
}

.center-summary-txt {
  max-width: 500px;
  color: var(--black);
  margin-top: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.h2-center-highlight {
  max-width: 750px;
  color: var(--highlight);
  text-align: center;
  margin-bottom: 1.25rem;
}

.lightbox-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vsl-play-button {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: absolute;
}

.vsl_button-icon {
  padding: 0;
}

._2c-vsl-txt {
  color: #091f53;
  margin-bottom: 0;
  margin-left: .75rem;
  padding-right: .75rem;
  font-size: 1rem;
  font-weight: 500;
}

.lightbox-hero-photo {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 2rem;
  height: 550px;
}

._2c_4h-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

._2c_4h-2.white {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 1.1;
}

.highlight-bullet {
  color: var(--highlight);
}

.bullets-offer {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

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

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

._2c_paragraph-2.bullet-mobile.card_paragraph-white {
  text-align: left;
  max-width: 60ch;
  margin-bottom: .5rem;
}

.text-span-23 {
  color: #fff9;
}

.center-hero-paragraph-copy {
  max-width: 60ch;
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.center-bullets-paragraph {
  color: #fdfdfdcc;
  text-align: center;
  max-width: 65ch;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.photo-kit {
  border: 1px solid var(--soft-background);
  border-radius: 1rem;
}

.offer-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-center {
  text-align: center;
  max-width: 60ch;
}

.offer-options-wrapper {
  width: 100%;
}

.grid {
  grid-template-rows: auto;
  place-items: stretch stretch;
  width: 100%;
}

.offer-card-wrapper {
  border: 1px solid var(--green-120);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.offer-card-wrapper.right-card-offer {
  border-color: var(--green);
}

.offer-card-caption {
  color: var(--black-800);
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.offer-card-paragraph {
  color: var(--black-800);
  margin-bottom: 3rem;
  font-weight: 400;
}

.offer-card-separator {
  background-color: var(--green-120);
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.offer-card-bold-caption {
  color: var(--black);
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.offer-bullets-txt {
  max-width: 60ch;
  color: var(--black);
}

.offer-bullets-txt.option2-top {
  text-decoration: underline;
}

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

.offer-bullets-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: 2rem;
  display: flex;
}

.offer-optionsbutton {
  background-color: var(--green);
  border-radius: 1rem;
  width: auto;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.offer-optionsbutton.ghost-button {
  border: 1px solid var(--green);
  background-color: var(--white);
}

.offer-button-link {
  width: 100%;
  margin-top: 0;
}

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

.offer-button_txt {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.offer-card-paragraph-bottom {
  color: #000000b3;
  margin-top: auto;
  margin-bottom: 3rem;
  font-style: italic;
  font-weight: 400;
}

.offer-bottom-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 3rem;
  display: flex;
}

.h4-offer-bottom {
  margin-bottom: 2rem;
  font-weight: 600;
}

.access-card-wrapper {
  background-color: var(--white);
  border: 1px solid #0000001f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  padding: 0;
  display: flex;
}

.accsess-line-wrapper {
  padding: 2rem;
}

.access-h4 {
  margin-bottom: .5rem;
  font-weight: 600;
}

.access-h4.last-access-line {
  color: var(--white);
}

.access-card-paragraph {
  color: var(--black-800);
  margin-bottom: 0;
  font-weight: 400;
}

.access-line-wrapper {
  border-bottom: 1px solid var(--green-120);
  width: 100%;
  padding: 1.5rem;
}

.access-line-wrapper.last-access-line {
  background-color: var(--green);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.access-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  min-width: 750px;
  display: flex;
}

.h3-form-offer-cta {
  text-align: center;
  margin-bottom: 1rem;
}

.summary-card-paragraph {
  color: var(--black-800);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.center-summary-caption {
  text-align: center;
  margin-bottom: .5rem;
}

.summary-card-wrapper {
  background-color: var(--soft-background);
  border: 1px solid #0000001f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  padding: 3rem;
  display: flex;
}

.summary-bottom {
  text-align: center;
  width: 100%;
}

.summary-upsell-wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.ghost-summary {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.h2-summary-card {
  color: var(--black);
  margin-bottom: 1.25rem;
}

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

.h2-richtxt {
  margin-bottom: .5rem;
}

.richtxt-paragraph {
  max-width: 60ch;
  margin-bottom: 1rem;
  font-size: 1rem;
}

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

.rich-txt-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.h4-richtext {
  margin-bottom: .5rem;
}

.rich-txt-box {
  max-width: 900px;
}

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

.h1-politica {
  text-align: left;
  margin-bottom: 1rem;
}

.h3-policy {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.link-block-3 {
  text-align: center;
}

.link-privacy-footer {
  text-align: center;
  text-decoration: none;
}

.link {
  color: var(--black);
}

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

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

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

  .main-button_txt, .button-2_txt {
    font-weight: 700;
  }

  .heading {
    font-size: 1.875rem;
  }

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .workshop-baner-txt, .scroll-button_txt {
    font-weight: 700;
  }

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

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

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

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

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

  .cta_paragraph {
    max-width: 60ch;
  }

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

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

  .offer_paragraph {
    max-width: 60ch;
  }

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

  .center_h2 {
    font-size: 2rem;
  }

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

  .values_paragraph {
    font-size: 1.125rem;
  }

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

  .lightbox-hero-photo {
    height: 500px;
  }

  .offer-button_txt, .ghost-summary {
    font-weight: 700;
  }

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

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

  .hero-content-wrapper {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .link_button-scroll {
    margin-top: 1rem;
  }

  .button-scroll-box {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .big-card_media {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    align-self: center;
    height: 300px;
    max-height: none;
  }

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

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

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

  .offer-layout_content {
    justify-content: center;
    align-items: center;
  }

  .offer_paragraph {
    text-align: center;
    max-width: 50ch;
    margin-bottom: 0;
  }

  .h2-offer-card {
    text-align: center;
  }

  .center_h2 {
    font-size: 2rem;
  }

  .h4-center {
    text-align: left;
  }

  .h2-center-highlight {
    margin-bottom: .5rem;
  }

  .lightbox-hero-photo {
    height: 450px;
  }

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

  .bullets-offer {
    margin-bottom: .5rem;
  }

  .center-bullets-paragraph {
    text-align: left;
    max-width: 55ch;
  }

  .photo-kit {
    text-align: center;
  }

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

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

  .offer-card-wrapper {
    padding: 1.5rem;
  }

  .offer-optionsbutton {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .offer-optionsbutton.ghost-button {
    width: 100%;
  }

  .offer-button-link {
    margin-top: 1rem;
  }

  .access-card-wrapper {
    max-width: none;
  }

  .access-wrapper {
    min-width: 0;
  }

  .summary-card-paragraph {
    margin-bottom: .5rem;
  }

  .summary-card-wrapper {
    padding: 2rem;
  }

  .h2-summary-card {
    text-align: center;
    margin-bottom: .5rem;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .captions {
    font-size: .875rem;
  }

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

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

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

  .main-button {
    border-radius: 1.25rem;
    justify-content: flex-start;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    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: 1.1rem;
    font-weight: 600;
  }

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

  .button-2_txt {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .section, .section.soft-background, .section.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.dark-background {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section.soft-green-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .heading-2 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .form-card-wrapper {
    width: 100%;
    max-width: none;
    padding: 1.25rem;
  }

  .rl-button {
    font-size: 1rem;
  }

  .rl_contact1_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    place-content: stretch;
  }

  .rl_contact1_form-block {
    max-width: none;
  }

  .workshop-banner {
    justify-content: flex-start;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: inline-block;
  }

  .workshop-baner-txt {
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
  }

  .youtube-banner-wrapper {
    width: 100%;
    max-width: none;
    height: 330px;
    padding: 1rem;
  }

  .image-banner-hero {
    width: 100%;
    max-width: none;
    height: 300px;
    padding: 1rem;
  }

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

  .link_button-copy {
    width: 100%;
  }

  .link_button-scroll {
    width: 100%;
    margin-top: 1rem;
  }

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

  .button-scroll-box {
    border-radius: 1rem;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    display: inline-block;
  }

  .scroll-button_txt {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .scroll-button-txt {
    margin-top: .25rem;
    font-size: .85rem;
  }

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

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

  .main-button_txt-2 {
    text-align: center;
    font-size: 1rem;
    line-height: 26px;
  }

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

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

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

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

  .link-block {
    width: 100%;
  }

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

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

  .h3-left-card {
    text-align: center;
  }

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

  .offer_paragraph {
    text-align: center;
    margin-bottom: 0;
  }

  .price-card {
    padding: 1.25rem;
  }

  .h4-price {
    margin-bottom: .25rem;
  }

  .h3-price {
    margin-bottom: .5rem;
  }

  .link_button-checkout {
    width: 100%;
  }

  .checkout-card-wrapper {
    width: 100%;
    max-width: none;
    padding: 1.25rem;
  }

  .whatsapp-button-light_wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: .25rem;
  }

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

  .whatsapp-button_light_text {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

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

  .center_h2 {
    letter-spacing: -.01em;
    max-width: none;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .values_number-card {
    letter-spacing: -.01em;
    font-size: 1.5rem;
  }

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

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

  .values_paragraph {
    text-align: center;
  }

  .values_card_wrapper {
    justify-content: center;
    align-items: center;
    padding: 1.125rem;
  }

  .lightbox-hero-photo {
    height: 360px;
  }

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

  ._2c_4h-2.white {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }

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

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

  ._2c_paragraph-2.bullet-mobile.card_paragraph-white {
    text-align: left;
  }

  .center-hero-paragraph-copy, .center-bullets-paragraph {
    margin-bottom: 1rem;
  }

  .photo-kit {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 100%;
    position: static;
  }

  .offer-card-paragraph {
    margin-bottom: 1rem;
  }

  .offer-bullets-wrapper {
    padding-bottom: 1rem;
  }

  .offer-optionsbutton {
    border-radius: 1rem;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    display: inline-block;
  }

  .offer-button-link {
    width: 100%;
    margin-top: 1rem;
  }

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

  .offer-button_txt {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .offer-card-paragraph-bottom {
    margin-bottom: 1rem;
  }

  .offer-bottom-wrapper {
    margin-top: 1.5rem;
  }

  .h4-offer-bottom {
    margin-bottom: 1rem;
  }

  .access-card-wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .access-line-wrapper {
    padding: 1rem 1rem 1.25rem;
  }

  .access-line-wrapper.last-access-line {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .summary-card-wrapper {
    width: 100%;
    max-width: none;
    padding: 1.25rem;
  }

  .summary-upsell-wrapper {
    margin-top: 1rem;
    padding: 1.25rem;
  }

  .ghost-summary {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

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

  .h2-richtxt {
    font-size: 1.7rem;
  }

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

  .h4-richtext {
    font-size: 1.375rem;
  }

  .heading-4 {
    font-size: 2rem;
  }
}

#w-node-e34cdc7c-3dd6-3614-aad6-8141fbb4a15a-b9688eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e34cdc7c-3dd6-3614-aad6-8141fbb4a15c-b9688eb3 {
  justify-self: start;
}

#w-node-d0deedd7-aff8-77f4-a8d6-399c62fea27e-adbb9fae {
  align-self: auto;
}


