@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: #0a0a0d;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: #0a0a0d;
  --text-color--text-secondary: #c8a582;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --text-color--alternative-secondary: #a56158;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--white: #fff;
  --base-color-brand--reflexosred: #791227;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-1x1-medium.is_small {
  width: 1.25rem;
  height: 1.5rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}

.heading-style-h1.text-color-alternate.bigger {
  font-size: 6rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.full {
  width: 100%;
}

.text-weight-normal {
  font-weight: 400;
}

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

.padding-section-small.remove-paadinbo {
  padding-bottom: 2rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.text-color-primary.alternative {
  color: #fff;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  color: var(--text-color--text-secondary);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 300;
}

.text-size-large.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.text-color-alternate {
  font-weight: 200;
}

.heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.text-weight-medium.text_shadow-small {
  text-shadow: 0 2px 2px #0000004d;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  color: var(--background-color--background-primary);
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff0;
  border: 2px solid #fff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-large.is-icon.special {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000059;
  border-width: 0 0 1.5px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.is-large.is-icon.special.red {
  border-bottom-color: #791227;
}

.button.is-secondary {
  border-color: #ffffffb3;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button.is-icon:hover {
  background-color: #fff3;
}

.button.is-icon:active {
  color: var(--text-color--text-primary);
  background-color: #fff;
}

.button.is-icon.ig {
  padding: 1rem;
}

.button.is-icon.alternative {
  border-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button.is-icon.alternative:hover {
  background-color: #0a0a0d14;
}

.button.is-icon.alternative:active {
  background-color: var(--background-color--background-primary);
  color: #fff;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium.text-weight-light {
  font-weight: 300;
}

.text-size-medium.text-align-center:hover {
  -webkit-text-stroke-color: #dabf6a;
}

.text-size-medium.text-align-center.nav:hover {
  color: #f7d978;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.center_button {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  width: 4.5rem;
  margin-top: .25rem;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_hero {
  background-image: url('../images/14-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_content-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section_servico-harmonizacao {
  background-image: url('../images/21-min.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.sevicos_content-holder {
  z-index: 2;
  position: relative;
}

.section_harmonizacao {
  background-color: var(--background-color--background-primary);
}

.shadow_dark {
  z-index: 1;
  background-image: linear-gradient(#0a0a0d00, #0a0a0d 95% 97%);
  min-width: 100%;
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.shadow_dark.right {
  background-image: linear-gradient(90deg, #0a0a0d00, #0a0a0d 96%, #0a0a0d);
  min-width: 25%;
  min-height: 100%;
  inset: 0% 0% 0% auto;
}

.shadow_dark.top {
  background-image: linear-gradient(#0a0a0d, #0a0a0d 4%, #0a0a0d00);
  inset: 0% 0% auto;
}

.shadow_dark.left {
  background-image: linear-gradient(270deg, #0a0a0d00, #0a0a0d 96%, #0a0a0d);
  min-width: 25%;
  min-height: 100%;
  inset: 0% auto 0% 0%;
}

.shadow_dark.is-gray {
  background-image: linear-gradient(#0a0a0d00, #5c5c61 99%, #5c5c61);
}

.shadow_dark.is-gray.is-big {
  background-image: linear-gradient(#0a0a0d00, #5c5c6199 31%, #5c5c61 95%);
  min-height: 40%;
}

.shadow_dark.is-gray.is-big.hero {
  background-image: linear-gradient(#0a0a0d00, #2222252b 22%, #5c5c6199 38%, #5c5c61 95%);
}

.shadow_dark.is-gray.is-big.hero_screen {
  min-height: 54%;
}

.shadow_dark.is-gray.is-big.odonto {
  background-image: linear-gradient(#0a0a0d00, #5c5c6199 31%, #5c5c61 91%);
}

.shadow_dark.is-gray.is-big.mobile {
  min-height: 45%;
}

.harmonizacao_items-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.harmonizacao_card {
  color: var(--background-color--background-alternate);
  cursor: pointer;
  background-image: url('../images/IMG_2934-min.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 24rem;
  height: 32rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
}

.harmonizacao_card._2 {
  background-image: url('../images/22-min.jpg');
}

.harmonizacao_card._3 {
  background-image: url('../images/12-min.jpg');
}

.harmonizacao_card._4 {
  background-image: url('../images/IMG_3488-min.jpg');
}

.harmonizacao_card._5 {
  background-image: url('../images/Bioestimulador-de-colageno-min.jpg');
}

.harmonizacao_card._6 {
  background-image: url('../images/ultraformer-min.jpg');
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_cover.profile_fix {
  object-position: 50% 20%;
}

.image_cover.profile_fix._6 {
  object-position: 75% 20%;
}

.card_content {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.link_indicator-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link_indicator-card.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.beneficios_content-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.section_beneficios {
  background-color: var(--background-color--background-primary);
  position: relative;
}

.beneficios_img-holder {
  width: 50%;
  position: relative;
}

.faq_item-wrapper {
  cursor: pointer;
  border-bottom: 1.5px solid #ececf1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1rem 2rem 0;
  display: flex;
}

.perguntas_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.faq_button {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.html-embed {
  color: #fff;
}

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

.beneficios_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.beneficios_content-wrapper.text-color-alternate {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.beneficios_duvida-holder {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  border: 0 solid #0003;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.section_title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.section_title.alternative.spaced {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section_title-left {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--text-color--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

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

.ig_post {
  z-index: 2;
  background-image: url('../images/posts-ig-04.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  box-shadow: 0 1px 5px #00000026;
}

.ig_post._1 {
  background-image: url('../images/posts-ig-03.jpg');
}

.ig_post._3 {
  background-image: url('../images/posts-ig-02.jpg');
}

.ig_post._4 {
  background-image: url('../images/posts-ig-01.jpg');
}

.shadow_ig-post {
  z-index: -2;
  background-color: var(--text-color--alternative-secondary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0% 0;
}

.ig-item {
  width: 15rem;
  height: 15rem;
  position: relative;
}

.ig-item.reels {
  width: 20rem;
  height: 100%;
}

.ig_link {
  color: var(--text-color--text-primary);
  cursor: pointer;
  text-decoration: none;
}

.section_servico-odonto {
  background-image: url('../images/IMG_1830-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  min-height: 120svh;
  display: flex;
  position: relative;
}

.section_sobremim {
  background-image: url('../images/8-min.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  min-height: 120svh;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--background-color--background-primary);
}

.footer_content-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_nossoespaco {
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  min-height: 100svh;
  margin-top: auto;
  display: flex;
  position: relative;
}

.slider_full-section {
  width: 100%;
  height: auto;
}

.mask_cover {
  width: 100%;
  height: 100svh;
}

.slide_cover {
  background-image: url('../images/Foto-escritorio-bc-min.jpg');
  background-position: 50% 25%;
  background-size: cover;
  width: 100%;
  height: 100svh;
}

.slide_cover._2 {
  background-image: url('../images/img-443-min.jpg');
  background-position: 50%;
}

.slide_cover._3 {
  background-image: url('../images/nova_missao-min.jpg');
}

.content_holder {
  z-index: 5;
  color: #fff;
  flex-flow: row;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content_holder.is-small {
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.mini_perfil {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.mini_perfil.banner_alternative {
  color: #fff;
  position: absolute;
  inset: auto auto 2rem;
}

.perfil_image-golder {
  border-radius: 200000px;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.hero_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.hide_spam {
  display: none;
}

.location_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--link-color--link-alternate);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tag_title-glass {
  background-color: #fff3;
  border-radius: 20px;
  padding: .5rem 1rem;
}

.hero_content-left {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero_content-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/feedback_image-hero-min.jpg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 22rem;
  height: 20rem;
  padding: 1.5rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content-right-wrapper.main {
  height: 30rem;
  box-shadow: 0 2px 3px #ffffff26;
}

.hero_left-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35rem;
  margin-bottom: 1rem;
  display: flex;
}

.odontologia_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.slider_feedback {
  background-color: #fff0;
  height: auto;
  display: flex;
}

.img_feedback-holder {
  width: 15rem;
  height: 25rem;
}

.slide {
  width: auto;
  margin-right: 1rem;
}

.slide._2 {
  width: 50%;
}

.mini_perfil-feedback {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 30rem;
  display: flex;
}

.mini_perfil-feedback.alternative {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.sobremim-content-wrapper {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 55rem;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sobremim_content-holder {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.highlight_text {
  background-image: linear-gradient(#0a0a0d 64.9%, #c8a582 65% 87%, #0a0a0d 88%);
}

.slider_arrow-antes-depois {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  inset: -110% 0% 0% auto;
}

.slider_arrow-antes-depois.left {
  right: 5%;
}

.slider_arrow-antes-depois.left.hide-all, .slider_arrow-antes-depois.hide_mobile.hide-all {
  display: none;
}

.arrow {
  color: var(--text-color--text-primary);
}

.footer_nav-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.footer_link {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.footer_link.text-size-regular {
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.footer_link.text-size-regular:hover {
  color: var(--text-color--text-secondary);
}

.footer_link.text-size-regular:active {
  color: #947a60;
}

.footer_link.text-size-medium.text-weight-thin.w--current {
  font-weight: 200;
}

.footer_links-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_logo-holder {
  width: 9rem;
}

.footer_socials {
  border-top: 1px solid #fff;
}

.socials_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.espaco_content-holder {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_right-content-holder {
  z-index: 10;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.hero_content-right {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text_mini-screen-holder {
  padding-left: 4.5rem;
  display: flex;
}

.section_hero-complementary {
  display: none;
}

.ig_verify {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ig_profile-holder {
  position: relative;
}

.decoration_off {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

.ig_layer-holder {
  background-image: linear-gradient(0deg, #5c5c61, #5c5c61b3 100%, #fff0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_banner_holder {
  background-image: linear-gradient(#5c5c6166, #5c5c6166), url('../images/12-min.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.blog_banner_holder._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_2934-min.jpg');
  background-position: 0 0, 50%;
}

.blog_banner_holder._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/22-min.jpg');
  background-position: 0 0, 50% 20%;
}

.blog_banner_holder._4 {
  background-image: linear-gradient(#5c5c6166, #5c5c6166), url('../images/IMG_3488-min.jpg');
  background-position: 0 0, 50%;
}

.blog_banner_holder._5 {
  background-image: linear-gradient(#5c5c6166, #5c5c6166), url('../images/IMG_1829-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.blog_banner_holder._6 {
  background-image: linear-gradient(#0006, #0006), url('../images/ultraformer-min.jpg');
  background-position: 0 0, 50%;
}

.banner_content-holder {
  text-align: center;
}

.cta_content-holder {
  justify-content: space-around;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.cta_bg {
  z-index: 1;
  background-image: linear-gradient(315deg, #5c5c61, #c1c1cc 75%);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta_image-holder {
  z-index: 3;
  width: 20rem;
  position: relative;
}

.cta_text-holder {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.cta_text-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar {
  background-color: #fff0;
}

.nav-menu {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c4c4c433;
  border: 1px solid #ffffff0d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c4c4c433;
  border: 1px solid #ffffff0d;
}

.mask {
  height: auto;
  padding-top: 2rem;
}

.blog_details_holder {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.details_wrapper {
  border-top: 1px solid var(--background-color--background-primary);
  width: 30rem;
  padding-top: 1rem;
}

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

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

.star_holders {
  display: flex;
}

.holder_itens-ajuda {
  background-color: var(--text-color--text-secondary);
  border-radius: 200px;
  padding: .5rem 1rem;
}

.holder_ajuda-bc-clinic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map_holder {
  border: 8px solid #fff;
  width: 60%;
  height: 25rem;
}

.map_holder._2 {
  flex-flow: wrap;
  width: 40rem;
  height: 25rem;
  display: flex;
}

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

.img_personalizada {
  width: 100%;
  height: 25rem;
  position: relative;
}

.personalizada_div-title {
  background-color: #fff;
  padding: .5rem 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider_ajuda {
  background-color: #fff0;
  width: 100%;
  height: auto;
  display: flex;
}

.mask-2 {
  width: 100%;
}

.holder_ajuda-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ig_reels_2 {
  z-index: 2;
  width: 20rem;
  box-shadow: 0 1px 5px #00000026;
}

.section_hero_links {
  background-image: url('../images/linktreeImage.webp');
  background-position: 50% 30%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.links_content-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90svh;
  display: flex;
}

.link_btn-content-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 16rem;
  display: flex;
}

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

.primary-button {
  color: #efe9e1;
  padding: 0;
  position: relative;
}

.code-embed {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.button-shadow {
  background-color: #79122733;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -6px 0% 0% -6px;
}

.button-shadow.whatsapp {
  background-color: #25d3661a;
}

.nav-link {
  text-transform: uppercase;
  position: relative;
}

.hero-image-block {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.nav-content {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  display: flex;
}

.footer-inner {
  position: relative;
}

.testimonial-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: inline-flex;
}

.img_cover {
  width: 100%;
  height: 100%;
}

.tab-accordion-icon {
  width: 24px;
  display: inline-flex;
}

.flex-vertical {
  z-index: 100;
  background-color: #0000;
  background-image: linear-gradient(0deg, #0a0a0d 10%, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-single-link {
  color: #fff;
  position: relative;
}

.marquee-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee-list.testimonial-list {
  margin-top: 40px;
}

.discount-product-card {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60rem;
  padding: 150px 16px;
  display: flex;
}

.discount-product-card.gift-box-card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC02440.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.discount-product-card.sale-off-card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4505.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

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

.testimonial-image-wrap-copy {
  aspect-ratio: 290 / 333;
  border-radius: 4px;
  overflow: hidden;
}

.page-wrapper-2 {
  color: #791227;
  font-family: Inter, sans-serif;
  position: static;
}

.tab-accordion-number {
  font-size: 16px;
  line-height: 1.75;
}

.product-discount-element {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.footer-top-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-hover {
  transition: transform .35s;
}

.image-hover.feedbackfix {
  height: auto;
}

.footer-column-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.section-summer-sale {
  padding-bottom: 120px;
}

.logo-wrapper {
  width: auto;
  height: 5rem;
}

.tab-accordion-header-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-border-2 {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #791227;
  border: 1px solid #688181;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-border-2.whatsapp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #25d366;
  background-image: linear-gradient(70deg, #2db640, #25d366);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-other-info-wrap {
  margin-top: 10px;
}

.testimonial-icon-wrap {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-collection-product-image-block {
  border-radius: 4px;
  overflow: hidden;
}

.top-collection-product-image-block.image_feedback-fix {
  width: 45%;
  height: 100%;
}

.top-collection-element {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-buttons-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-buttons-wrap.hero_holder-fix {
  width: 35%;
}

.footer-link-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-color-dark {
  color: #222;
}

.hover-line {
  background-color: #688181;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.color-white {
  background-color: #fff;
}

.section-idealizadora {
  padding-bottom: 120px;
}

.discount-product-para {
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.testimonial-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 290px;
  height: 100%;
  margin-right: 24px;
  display: flex;
}

.top-collection-feature-icon-wrap {
  color: #791227;
  background-color: #791227;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.summer-sale-product-para {
  width: 100%;
  max-width: 350px;
}

.body-text-small-uppercase {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.3;
}

.summer-sale-product-item {
  color: #fff;
  background-color: #00000080;
  border-radius: 4px;
  padding: 120px 16px;
}

.section-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.hero_holder-fix {
  width: auto;
  height: auto;
}

.tab-accordion-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-collection-title-wrap {
  max-width: 480px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.divider {
  background-color: #d9dce1;
  width: 100%;
  height: 1px;
}

.hero-para-wrap {
  max-width: 400px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.hero-para-wrap.remove-marg {
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}

.hero-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0a0d;
  border-radius: 4px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 55rem;
  display: flex;
}

.new-collection-product-content.feedback_fix {
  justify-content: flex-start;
  align-items: center;
}

.tab-accordion-title {
  font-size: 30px;
  line-height: 1.2;
}

.tab-accordion-title.melodrama.feedback_title {
  text-align: left;
  font-size: 48px;
}

.reveal-image-wrap.ig_video {
  width: 100%;
  height: 100%;
}

.reveal-image-wrap.ig_video.lightbox-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.reveal-image-wrap.ig_video.feedback {
  height: auto;
}

.section-testimonial {
  padding-bottom: 120px;
}

.footer-info-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.background-video {
  background-image: url('../images/formulario-2.webp');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 4px;
  height: auto;
  overflow: hidden;
}

.testimonial-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hero-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.hero-button-wrapper.margintop {
  margin-top: 1rem;
}

.footer-button-wrap {
  margin-top: 0;
}

.footer-links-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.reveal-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.reveal-image.testimonial {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
}

.reveal-image.fix_photos {
  max-height: 35rem;
}

.reveal-image.fix_photos.is_small {
  flex-flow: column;
  width: 20%;
  display: flex;
}

.reveal-image.feedback_fix {
  width: auto;
  height: auto;
}

.section-banners {
  padding-bottom: 120px;
}

.tab-accordion-body {
  overflow: hidden;
}

.tabs-accordion-menu {
  flex-flow: column;
  display: flex;
}

.top-collection-feature-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-collection-product-element {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-collection-product-element.fix_feedback {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.tab-accordion-item {
  background-color: #0000;
  border-bottom: 1px solid #d4e1e3;
  padding: 30px 0 24px;
}

.tab-accordion-item.w--current {
  background-color: #0000;
}

.discount-product-info {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #0a0a0d;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-inner.red {
  text-decoration: none;
}

.tabs-accordion-content {
  display: none;
}

.heading-h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.section-saiba-mais {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-color-off-white {
  color: #fff;
  text-align: left;
}

.text-color-off-white.melodrama {
  font-size: 24px;
  font-weight: 400;
}

.text-color-off-white.fix.hero-melodrama {
  font-family: Melodrama, Arial, sans-serif;
  font-weight: 400;
}

.container-main {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.nav-element {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #688181;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  transition: color .35s, background-color .35s;
  display: flex;
  box-shadow: 0 4px 4px #2e434326;
}

.nav-button:hover {
  color: #fff;
  background-color: #791227;
}

.icon-holder {
  width: 1rem;
  height: 1rem;
}

.marquee-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: grid;
}

.summer-sale-product-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-top-element {
  color: #fff;
  background-color: #791227;
  padding-top: 120px;
  padding-bottom: 60px;
}

.brand-logo-wrap {
  margin: 0;
  padding: 0;
}

.testimonial-image-wrap {
  aspect-ratio: 290 / 356;
  border-radius: 4px;
  overflow: hidden;
}

.logo-wrap {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrap.fix {
  width: 30%;
  height: auto;
}

.summer-sale-product-item-inner {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.align-center-2 {
  text-align: center;
}

.align-center-2.margintop {
  margin-top: 1rem;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-accordion-body-inner {
  padding-top: 16px;
}

.top-collection-feature-icon {
  color: #fff;
  flex: none;
  width: 11px;
  display: inline-flex;
}

.top-collection-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.melodrama {
  font-family: Melodrama, Arial, sans-serif;
  font-weight: 500;
  position: static;
}

.melodrama.remove-bold {
  font-weight: 400;
}

.testimonial---content {
  border-left-width: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.text-red-reflexos {
  color: var(--base-color-brand--reflexosred);
}

.footer-layout-fix {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section-photos {
  padding-top: 120px;
  padding-bottom: 120px;
}

.small_images-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.feedback_holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.feedback-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.feedback_img-holder {
  border-radius: 1000px;
  width: 10rem;
  height: 15rem;
  overflow: hidden;
}

.feedback_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.quotes_absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.mask-3 {
  background-color: #fff;
  width: auto;
  height: auto;
}

.slider {
  width: 45%;
  height: auto;
}

.slide-nav {
  margin-bottom: -3rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3.text-color-alternate.text-align-center.alternative {
    color: var(--text-color--text-primary);
  }

  .heading-style-h1.text-color-alternate.bigger {
    font-size: 5rem;
  }

  .padding-section-small.remove-paadinbo {
    padding-bottom: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-color-primary.alternative {
    color: var(--background-color--background-primary);
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero_content-holder {
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .shadow_dark.is-gray.is-big.hero {
    background-image: linear-gradient(#0a0a0d00, #5c5c6199 31%, #5c5c61 95%);
    min-height: 30%;
  }

  .shadow_dark.is-gray.is-big.hero_screen {
    min-height: 50%;
  }

  .shadow_dark.is-gray.is-big.mobile {
    min-height: 55%;
  }

  .shadow_dark.is-big {
    min-height: 42%;
  }

  .harmonizacao_items-holder {
    justify-content: center;
    align-items: center;
  }

  .harmonizacao_card {
    object-fit: cover;
  }

  .beneficios_content-holder {
    flex-wrap: wrap;
  }

  .beneficios_img-holder {
    width: 100%;
  }

  .faq_item-wrapper {
    padding-left: 0;
    padding-right: 1rem;
  }

  .perguntas_wrapper {
    width: 100%;
  }

  .faq_button {
    justify-content: space-between;
    align-items: center;
  }

  .beneficios_content-wrapper.text-color-alternate, .beneficios_duvida-holder {
    width: 100%;
  }

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

  .section_servico-odonto, .section_sobremim {
    min-height: 100svh;
  }

  .footer_content-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .mini_perfil.alternative {
    color: var(--background-color--background-primary);
  }

  .hero_content-left {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .hero_content-right-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 30rem;
    height: 20rem;
  }

  .hero_content-right-wrapper.unrounded {
    border-radius: 0;
    width: 100%;
    height: 35rem;
  }

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

  .sobremim-content-wrapper {
    width: 100%;
  }

  .arrow {
    font-size: 2rem;
  }

  .footer_link.text-size-medium.text-weight-thin.w--current {
    font-weight: 200;
  }

  .hero_right-content-holder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_content-right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero_content-right.hide_mobile {
    display: none;
  }

  .section_hero-complementary {
    background-color: #5c5c61;
    display: block;
  }

  .blog_banner_holder {
    background-image: linear-gradient(#0006, #0006), url('../images/12-min.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
  }

  .cta_content-holder {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
  }

  .cta_bg {
    background-image: linear-gradient(0deg, #5c5c61, #c1c1cc 75%);
    width: 60%;
    height: 40%;
    left: auto;
    right: auto;
  }

  .cta_text-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--background-color--background-primary);
    margin-bottom: 2rem;
  }

  .cta_text-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid var(--text-color--text-secondary);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

  .html-embed-2 {
    color: var(--text-color--text-secondary);
  }

  .map_holder {
    width: 100%;
  }

  .links_footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .img_personalizada {
    width: 100%;
    height: 25rem;
  }

  .link_buttons-holder {
    flex-flow: column;
    display: flex;
  }

  .nav-link {
    padding: 12px;
  }

  .nav-content {
    flex-basis: auto;
    width: auto;
  }

  .discount-product-card {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tab-accordion-number {
    font-size: 28px;
  }

  .menu-cross-icon {
    opacity: 0;
    color: #791227;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 18px;
    display: inline-flex;
    position: absolute;
  }

  .footer-top-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #02020026;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-left: auto;
    padding-bottom: 2rem;
    display: flex;
  }

  .footer-column-title {
    font-size: 28px;
  }

  .section-summer-sale {
    padding-bottom: 80px;
  }

  .top-collection-product-image-block.image_feedback-fix {
    width: 100%;
    height: auto;
  }

  .top-collection-element {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-buttons-wrap.hero_holder-fix {
    width: auto;
  }

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

  .menu-button-icon {
    color: #161513;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 18px;
    display: inline-flex;
  }

  .summer-sale-product-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-accordion-title {
    font-size: 28px;
  }

  .section-testimonial, .section-banners {
    padding-bottom: 80px;
  }

  .menu-button-wrap {
    padding: 0;
    overflow: hidden;
  }

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

  .menu-button-inner {
    background-color: #ebf3f5;
    border-radius: 99px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 9px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .new-collection-product-element {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .new-collection-product-element.fix_feedback {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 18px;
  }

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

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

  .container-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-top-element {
    padding-top: 80px;
  }

  .logo-wrap.fix {
    width: auto;
    margin-left: 0;
  }

  .footer-layout-fix {
    width: 100%;
  }

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

  .slider {
    z-index: 1;
    width: 100%;
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_servico-harmonizacao {
    min-height: 80svh;
  }

  .shadow_dark.is-gray.is-big {
    min-height: 55%;
  }

  .shadow_dark.is-gray.is-big.odonto {
    min-height: 60%;
  }

  .beneficios_duvida-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .ig-item.reels {
    width: 15rem;
  }

  .slide_cover._3 {
    background-position: 30% 25%;
  }

  .content_holder {
    width: 100%;
  }

  .tag_title-glass {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .hero_content-right-wrapper {
    width: 100%;
    height: 25rem;
  }

  .hero_content-right-wrapper.unrounded {
    border-radius: 0;
    padding-bottom: 2rem;
  }

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

  .mini_perfil-feedback.alternative {
    width: 100%;
  }

  .slider_arrow-antes-depois.left {
    right: 8%;
  }

  .slider_arrow-antes-depois.hide_mobile {
    display: none;
  }

  .hero_right-content-holder {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cta_content-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_text-holder {
    width: 100%;
  }

  .blog_details_holder {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .details_wrapper {
    width: 100%;
  }

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

  .ig_reels_2 {
    width: 15rem;
  }

  .hero-image-block {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .flex-vertical {
    padding: 2rem 1rem;
    inset: auto 0% 0%;
  }

  .tab-accordion-number {
    font-size: 26px;
  }

  .product-discount-element {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .footer-top-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-column-title {
    font-size: 26px;
  }

  .section-summer-sale {
    padding-bottom: 60px;
  }

  .product-other-info-wrap {
    margin-top: 0;
  }

  .nav-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .summer-sale-product-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-element {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .tab-accordion-title {
    font-size: 26px;
  }

  .tab-accordion-title.melodrama.feedback_title {
    font-size: 40px;
  }

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

  .reveal-image {
    aspect-ratio: 2 / 3;
    object-position: 50% 50%;
  }

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

  .heading-h1 {
    font-size: 52px;
  }

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

  .text-color-off-white.melodrama.small-fix {
    font-size: 20px;
  }

  .text-color-off-white.fix {
    font-size: 40px;
  }

  .nav-button {
    display: none;
  }

  .footer-top-element {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .top-collection-feature {
    margin-top: 30px;
    margin-bottom: 50px;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .icon-1x1-medium.is_small {
    width: 1rem;
    height: 1rem;
  }

  .heading-style-h1.text-color-alternate.fix_artigo {
    font-size: 2.4rem;
  }

  .heading-style-h1.text-color-alternate.fix_artigo._2 {
    font-size: 2.3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button {
    padding: .5rem 1rem;
  }

  .button.is-large.is-icon.special {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-icon.ig {
    padding: .75rem;
  }

  .padding-section-medium.remove_paddingbo {
    padding-bottom: 0;
  }

  .section_hero {
    background-position: 50%;
  }

  .hero_content-holder {
    flex-flow: column wrap;
  }

  .section_servico-harmonizacao {
    background-position: 20%;
    min-height: 80svh;
  }

  .shadow_dark.is-gray.is-big.hero {
    background-image: linear-gradient(#0a0a0d00, #5c5c6199 31%, #5c5c61 73%);
    min-height: 30%;
  }

  .shadow_dark.is-gray.is-big.hero_screen {
    background-image: linear-gradient(#0a0a0d00, #5c5c6199 18%, #5c5c61 95%);
    min-height: 55%;
  }

  .shadow_dark.is-gray.is-big.odonto {
    min-height: 65%;
  }

  .shadow_dark.is-gray.is-big.mobile {
    background-image: linear-gradient(#0a0a0d00, #5c5c6199 23%, #5c5c61 81%);
    min-height: 65%;
  }

  .shadow_dark.is-big {
    min-height: 42%;
  }

  .harmonizacao_card {
    object-position: 50% 50%;
    width: 100%;
  }

  .image_cover.profile_fix._6 {
    object-position: 75% 50%;
  }

  .section_title.alternative {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .section_title.alternative.spaced {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .instagram_content {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ig-item {
    width: 20rem;
    height: 20rem;
  }

  .ig-item.reels {
    width: 20rem;
  }

  .section_sobremim {
    background-position: 50% 0;
    min-height: 110svh;
  }

  .footer_content-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .slide_cover._3 {
    background-position: 30%;
  }

  .content_holder {
    margin-right: 0;
  }

  .content_holder.is-small {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .mini_perfil.banner_alternative {
    bottom: 2rem;
  }

  .hero_info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tag_title-glass {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .tag_title-glass.mobile_hide {
    display: none;
  }

  .hero_content-right-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_content-right-wrapper.unrounded {
    border-radius: 0;
    height: 35rem;
    padding-bottom: 2rem;
  }

  .slide._2 {
    width: 100%;
    margin-right: 0;
  }

  .sobremim-content-wrapper {
    width: 100%;
  }

  .slider_arrow-antes-depois {
    top: -80%;
  }

  .slider_arrow-antes-depois.left {
    right: 10%;
  }

  .hero_right-content-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .text_mini-screen-holder {
    padding-left: 1rem;
  }

  .blog_banner_holder {
    padding: 1rem;
  }

  .blog_banner_holder._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/22-min.jpg');
    background-position: 0 0, 50%;
  }

  .blog_banner_holder._4, .blog_banner_holder._5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_3488-min.jpg');
    background-position: 0 0, 50% 0;
  }

  .banner_content-holder {
    word-break: keep-all;
  }

  .cta_bg, .cta_image-holder {
    width: 100%;
  }

  .cta_text-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .cta_text-top {
    border-bottom: 1px solid var(--text-color--text-secondary);
    width: 100%;
    padding-bottom: 1rem;
  }

  .html-embed-2 {
    color: var(--text-color--text-secondary);
  }

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

  .holder_itens-ajuda {
    position: relative;
    inset: 0 0 0% 0%;
  }

  .holder_ajuda-bc-clinic {
    margin-bottom: 1rem;
  }

  .map_holder._2 {
    width: 100%;
  }

  .links_footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .img_personalizada {
    height: 20rem;
  }

  .ig_reels_2 {
    width: 100%;
  }

  .section_hero_links {
    background-position: 50%;
  }

  .links_content-holder {
    flex-flow: column wrap;
  }

  .discount-product-card {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .discount-product-card.gift-box-card, .discount-product-card.sale-off-card {
    height: 50rem;
  }

  .tab-accordion-number {
    font-size: 24px;
  }

  .footer-top-content {
    width: 100%;
  }

  .footer-column-title {
    font-size: 24px;
  }

  .tab-accordion-header-content-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .button-border-2 {
    justify-content: center;
    align-items: center;
  }

  .button-border-2.fix {
    padding-left: 18px;
    padding-right: 18px;
    display: none;
  }

  .button-border-2.fix-btn-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-buttons-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-link-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .discount-product-para {
    margin-bottom: 30px;
  }

  .testimonial-item {
    max-width: 250px;
  }

  .text-phonefix {
    font-size: 38px;
  }

  .hero-para-wrap {
    margin-bottom: 24px;
  }

  .tab-accordion-title {
    font-size: 24px;
  }

  .tab-accordion-title.melodrama.feedback_title {
    font-size: 30px;
  }

  .hero-button-wrapper {
    flex-flow: column;
  }

  .hero-button-wrapper.margintop {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .phone-fix {
    font-size: 14px;
  }

  .footer-links-wrap {
    margin-top: 16px;
  }

  .nav-menu-inner {
    margin-left: 4px;
  }

  .heading-h1 {
    font-size: 46px;
  }

  .text-color-off-white.melodrama.small-fix {
    font-size: 18px;
  }

  .text-color-off-white.fix {
    font-size: 32px;
  }

  .footer-logo-wrap {
    width: 100%;
  }

  .footer-logo-wrap.w--current {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .container-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .summer-sale-product-title-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-top-element {
    padding-bottom: 24px;
  }

  .logo-wrap.fix {
    width: 80%;
    margin-left: 0;
  }

  .top-collection-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .testimonial---content {
    font-size: 1rem;
  }

  .feedback-item {
    z-index: 4;
  }

  .feedback_img-holder {
    z-index: 10;
    width: 8rem;
    position: relative;
  }

  .quotes_absolute {
    width: 10rem;
  }
}

#w-node-ab29a228-4974-9f94-caad-3f7e8e472176-8f896bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72baee22-8d40-9374-5d86-09e34c4ff205-8f896bdf {
  justify-self: end;
}

#w-node-_72baee22-8d40-9374-5d86-09e34c4ff20b-8f896bdf {
  place-self: end;
}

#w-node-_72baee22-8d40-9374-5d86-09e34c4ff20e-8f896bdf {
  align-self: end;
}

#w-node-_72baee22-8d40-9374-5d86-09e34c4ff211-8f896bdf {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-8f896be2 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-8f896be2, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-8f896be2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-8f896be2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-8f896be2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-8f896be2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-8f896be2, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-8f896be2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-8f896be2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-8f896be2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-8f896be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-8f896be2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_72baee22-8d40-9374-5d86-09e34c4ff205-8f896bdf, #w-node-_72baee22-8d40-9374-5d86-09e34c4ff208-8f896bdf {
    place-self: center;
  }

  #w-node-_72baee22-8d40-9374-5d86-09e34c4ff20b-8f896bdf, #w-node-_72baee22-8d40-9374-5d86-09e34c4ff20e-8f896bdf {
    justify-self: center;
  }

  #w-node-_72baee22-8d40-9374-5d86-09e34c4ff211-8f896bdf {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c3600bd7-f9c0-c1e4-114b-c336ee3a5179-250ea01c {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72baee22-8d40-9374-5d86-09e34c4ff205-8f896bdf, #w-node-_72baee22-8d40-9374-5d86-09e34c4ff208-8f896bdf, #w-node-_72baee22-8d40-9374-5d86-09e34c4ff20b-8f896bdf, #w-node-_72baee22-8d40-9374-5d86-09e34c4ff20e-8f896bdf {
    place-self: center;
  }

  #w-node-_72baee22-8d40-9374-5d86-09e34c4ff211-8f896bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3600bd7-f9c0-c1e4-114b-c336ee3a5336-250ea01c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}