:root {
  --background-color--background-white: var(--care-neutral--white);
  --font--paragraph: Roboto, sans-serif;
  --text-color--text-black: var(--care-neutral--black-darker);
  --font-size--paragraph: 1.25rem;
  --font--heading: veneer, sans-serif;
  --font-size--h1: 5.125rem;
  --font-size--h2: 2.625rem;
  --link-color--link-primary: var(--care-brand--orange);
  --text-color--text-orange: var(--care-brand--orange);
  --background-color--background-success: var(--care-system--success-green);
  --text-color--text-success: var(--care-system--success-green-dark);
  --text-color--text-white: var(--care-neutral--white);
  --border-color--border-red: var(--care-brand--red);
  --background-color--background-black: var(--care-neutral--black);
  --background-color--background-orange: var(--care-brand--orange);
  --care-brand--red: #b12823;
  --background-color--background-error: var(--care-system--error-red);
  --text-color--text-error: var(--care-system--error-red-dark);
  --font-size--button: 1.375rem;
  --care-brand--light-orange: #f6e6cf;
  --care-neutral--white: #f7f7f7;
  --text-color--text-red: var(--care-brand--red);
  --font-size--paragraph-big: 1.5625rem;
  --background-color--background-warning: var(--care-system--warning-yellow);
  --text-color--text-warning: var(--care-system--warning-yellow-dark);
  --background-color--background-neutral: var(--care-neutral--neutral);
  --background-color--background-black-darker: var(--care-neutral--black-darker);
  --care-neutral--black-darker: #2a282b;
  --care-neutral--neutral: #dedede;
  --link-color--link-secondary: var(--care-neutral--black);
  --care-brand--orange: #c76e2a;
  --care-neutral--black: #272628;
  --care-system--success-green: #cef5ca;
  --care-system--success-green-dark: #114e0b;
  --care-system--warning-yellow: #fcf8d8;
  --care-system--warning-yellow-dark: #5e5515;
  --care-system--error-red: #f8e4e4;
  --care-system--error-red-dark: #3b0b0b;
  --care-system--focus-state: var(--care-brand--orange);
  --border-color--border-orange: var(--care-brand--orange);
  --link-color--link-alternate: var(--care-neutral--white);
}

.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 {
  background-color: var(--background-color--background-white);
  font-family: var(--font--paragraph);
  color: var(--text-color--text-black);
  font-size: var(--font-size--paragraph);
  line-height: 110%;
}

h1 {
  font-family: var(--font--heading);
  font-size: var(--font-size--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  font-family: var(--font--heading);
  font-size: var(--font-size--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

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 {
  font-family: var(--font--paragraph);
  font-size: var(--font-size--paragraph);
  margin-bottom: 0;
}

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

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;
  width: 1rem;
  height: 1rem;
}

.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-white {
  background-color: var(--background-color--background-white);
  color: var(--text-color--text-black);
}

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

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

.text-color-orange {
  color: var(--text-color--text-orange);
  position: relative;
}

.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: 700;
  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 {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: var(--font--heading);
  font-size: var(--font-size--h1);
  font-weight: 400;
  line-height: 100%;
}

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

.padding-global.padding-bottom.padding-huge {
  padding-bottom: 5rem;
}

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

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

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

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

.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-red);
  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: var(--font-size--paragraph);
  line-height: 110%;
}

.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-black {
  background-color: var(--background-color--background-black);
  color: var(--text-color--text-white);
}

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  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-orange {
  background-color: var(--background-color--background-orange);
  color: var(--text-color--text-white);
}

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

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

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

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

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

.heading-style-h2 {
  font-family: var(--font--heading);
  font-size: var(--font-size--h2);
  font-weight: 400;
  line-height: 100%;
}

.page-wrapper {
  overflow: hidden;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-orange);
  color: var(--text-color--text-white);
  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(--care-brand--red);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  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 {
  width: 100vw;
  margin-top: 73.97px;
}

.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 {
  background-color: var(--care-brand--red);
  font-family: var(--font--paragraph);
  color: var(--text-color--text-white);
  font-size: var(--font-size--button);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100rem;
  flex: none;
  padding: .9rem 2rem .7rem;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px #b1282340;
}

.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-secondary {
  background-color: var(--care-brand--light-orange);
  color: var(--text-color--text-black);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-orange);
}

.button.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.button.no-hover.hover-white:hover {
  background-color: var(--care-neutral--white);
  color: var(--text-color--text-red);
}

.button.is-sticky {
  display: none;
}

.button.hover-white:hover {
  background-color: var(--care-neutral--white);
  box-shadow: none;
  color: var(--text-color--text-red);
  transform: none;
}

.button.is-popup {
  z-index: 10;
  font-family: var(--font--heading);
  font-size: 1.625rem;
  font-weight: 400;
  position: absolute;
  bottom: -1rem;
  right: -30%;
}

.button.is-popup.is-white {
  background-color: var(--care-neutral--white);
  color: var(--text-color--text-black);
  position: static;
}

.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: var(--font-size--paragraph-big);
  line-height: 110%;
}

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

.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_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-neutral {
  background-color: var(--background-color--background-neutral);
}

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

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

.background-color-black-darker {
  background-color: var(--background-color--background-black-darker);
  color: var(--text-color--text-white);
}

.hero_marquee {
  z-index: 5;
  grid-column-gap: 1rem;
  background-color: var(--care-neutral--black-darker);
  font-family: var(--font--heading);
  color: var(--text-color--text-white);
  text-transform: uppercase;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero_marquee.is-big {
  display: none;
}

.hero_marquee_content {
  z-index: 5;
  grid-column-gap: 1rem;
  display: flex;
  position: relative;
}

.hero_marquee_text {
  flex: none;
}

.hero_marquee_btn {
  z-index: 10;
  background-color: var(--background-color--background-black-darker);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 20px #00000073;
}

.hero_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 640px;
  padding-top: 2.5rem;
  display: flex;
}

.hero_slide_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.hero_slide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero_slide._1.is-hidden, .hero_slide._2.is-hidden, .hero_slide._3.is-hidden, .hero_slide._4.is-hidden, .hero_slide.is-hidden {
  display: none;
}

.hero_slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
}

.hero_logo {
  z-index: 10;
  width: 200px;
}

.hero_slide_bg {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100vw;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero_slide_bg._1.is-hidden {
  display: none;
}

.hero_slide_bg._2 {
  object-fit: cover;
  object-position: 50% 65%;
  transform: translate(-50%, -50%);
}

.hero_slide_bg._2.is-hidden {
  display: none;
}

.hero_slide_bg._2.is-active {
  transform-style: preserve-3d;
}

.hero_slide_bg._3 {
  object-position: 50% 30%;
}

.hero_slide_bg._3.is-hidden, .hero_slide_bg._4.is-hidden, .hero_slide_bg.is-hidden {
  display: none;
}

.hero_slide_bg.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero_slide_title {
  z-index: 0;
  background-color: var(--care-neutral--neutral);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: visible;
}

.hero_slide_title._3, .hero_slide_title._4 {
  background-color: #0000;
}

.hero_slide_btn {
  background-image: url('../images/scrap-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem .75rem;
  position: absolute;
  inset: auto -40% -15% auto;
  transform: rotate(-7deg);
}

.hero_slide_btn_text {
  color: var(--text-color--text-white);
  text-align: center;
  text-transform: uppercase;
  font-size: 3.375rem;
}

.hero_slide_heading_1 {
  font-size: 3.375rem;
}

.hero_slide_heading_2 {
  color: var(--text-color--text-red);
  line-height: 80%;
}

.hero_slide_heading_2._2 {
  color: var(--text-color--text-black);
}

.hero_slide_heading_3 {
  color: var(--text-color--text-red);
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 91%;
}

.hero_slide_heading_4 {
  font-size: 3.625rem;
}

.hero_slide_heading {
  z-index: 10;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 80%;
  position: relative;
}

.hero_slide_heading.is-swiper {
  font-size: var(--font-size--h1);
  text-align: right;
}

.hero_slide_heading_5 {
  font-size: 4rem;
}

.hero_scratch {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -90px;
}

.hero_scratch._2 {
  right: -103px;
}

.hero_scratch._3 {
  right: -33%;
}

.hero_scratch._4 {
  right: -23%;
}

.hero_slide_title_deco {
  background-color: var(--background-color--background-neutral);
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.hero_slide_title_deco._4 {
  right: 67%;
}

.hero_slide_title_deco._3 {
  right: 46%;
}

.hero_swiper, .hero_swiper_wrapper {
  width: 100%;
}

.hero_swiper_bg_wrapper {
  width: 100vw;
}

.hero_video {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: url('../images/small-scrap.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  height: 360px;
  padding-bottom: 1.5rem;
  padding-left: 6.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% -2px auto;
}

.hero_video_player {
  background-color: var(--background-color--background-white);
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: .5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 16px #00000026;
}

.hero_video_text {
  text-align: center;
  text-transform: uppercase;
}

.numbers_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.numbers_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.numbers_grid_card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.numbers_grid_card_title {
  position: relative;
}

.numberd_grid_card_arrow {
  position: absolute;
  inset: .5rem auto auto 0;
}

.section_carrousel {
  position: relative;
  overflow: hidden;
}

.carrousel_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.carrousel_swiper, .carrousel_swiper_wrapper {
  height: 100%;
}

.carrousel_swiper_wrapper.swiper-wrapper {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.carrousel_swiper_slide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.carrousel_swiper_slide.swiper-slide {
  height: 570px;
  margin-bottom: 45px;
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carrousel_swiper_slide_bg {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carrousel_swiper_slide_bg._2 {
  object-position: 50% 50%;
}

.carrousel_swiper_slide_bg._3 {
  object-fit: none;
  object-position: 100% 50%;
  background-image: url('../images/0280d685cf8ad33370b79f5299bcc3e883f39d12.webp');
  background-position: 100%;
  background-size: auto;
}

.carrousel_swiper_slide_content {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
  position: relative;
}

.carrousel_swiper_slide_heading {
  font-family: var(--font--paragraph);
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000080;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 115%;
}

.carrousel_swiper_slide_gradient {
  z-index: 5;
  background-image: linear-gradient(58deg, #000000d9, #000000d9 31%, #0000 52%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carroussel_swiper_nav {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carroussel_swiper_nav_prev {
  background-color: var(--background-color--background-orange);
  cursor: pointer;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  transform: rotate(-180deg);
}

.carroussel_swiper_nav_prev:hover {
  background-color: var(--background-color--background-white);
  color: var(--background-color--background-orange);
}

.carroussel_swiper_nav_next {
  background-color: var(--background-color--background-orange);
  color: var(--text-color--text-black);
  cursor: pointer;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.carroussel_swiper_nav_next:hover {
  background-color: var(--background-color--background-white);
  color: var(--background-color--background-orange);
}

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

.carroussel_swiper_nav_pad {
  z-index: 50;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  bottom: 5rem;
}

.carrousel_content_pad {
  z-index: 20;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.carrousel_content_container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carrousel_content_wrapper {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.carrousel_content_deco {
  z-index: 20;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.carrousel_content_scratch {
  z-index: 15;
  object-fit: cover;
  object-position: 0% 90%;
  width: 40%;
}

.carrousel_content_scratch_container {
  z-index: 15;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 615px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

.tabs_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  display: grid;
}

.tabs_nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs_content {
  position: relative;
  overflow: hidden;
}

.tabs_nav_btn {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: 6px solid var(--care-neutral--neutral);
  background-color: var(--background-color--background-neutral);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.tabs_nav_btn.is-active {
  border-right-color: var(--care-brand--red);
}

.tabs_nav_btn_price {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  font-weight: 700;
  display: flex;
}

.tabs_nav_btn_price_number {
  font-family: var(--font--heading);
  color: var(--text-color--text-red);
  font-size: var(--font-size--h1);
  font-weight: 400;
  line-height: 100%;
}

.tabs_nav_btn_price_equal {
  font-family: var(--font--heading);
  font-size: 5.8125rem;
  font-weight: 400;
  line-height: 100%;
}

.tabs_nav_btn_price_equal.is-mobile {
  display: none;
}

.tabs_nav_btn_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs_nav_btn_text {
  width: 45%;
}

.tabs_content_card {
  color: var(--text-color--text-white);
  position: absolute;
  inset: 0%;
}

.tabs_content_card.is-mobile {
  display: none;
}

.tabs_content_card_gradient {
  z-index: 5;
  background-image: linear-gradient(156deg, #272628d9 24%, #2a282b00 54%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs_content_card_bg {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs_content_card_bg._2 {
  object-position: 35% 50%;
}

.tabs_content_card_bg._1 {
  object-position: 60% 50%;
}

.tabs_content_card_bg._3 {
  object-position: 48% 50%;
  background-image: url('../images/feee98cb8d4db4a5cc6d257228bcde49c7083a1e.webp');
  background-position: 50% 4%;
  background-size: auto 100%;
}

.tabs_content_card_header {
  z-index: 20;
  background-color: var(--background-color--background-black-darker);
  color: var(--text-color--text-white);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.tabs_content_card_text {
  z-index: 20;
  width: 50%;
  margin-top: 2rem;
  margin-left: 1.5rem;
  position: relative;
}

.tabs_content_card_heading {
  font-family: var(--font--heading);
  font-size: var(--font-size--h2);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}

.section_facts {
  background-color: var(--background-color--background-orange);
  color: var(--text-color--text-white);
  position: relative;
}

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

.facts_deco {
  object-fit: cover;
  object-position: 100% 50%;
  width: 45%;
  height: 110%;
  position: absolute;
  top: -5px;
  left: 0;
}

.facts_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

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

.footer {
  margin-bottom: 64px;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer_content {
  text-align: center;
  width: 80%;
  position: relative;
}

.footer_nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_nav_link {
  color: var(--link-color--link-secondary);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.footer_nav_deco {
  background-color: var(--care-brand--red);
  width: 2px;
  height: 15px;
}

.footert_rs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_deco {
  background-color: var(--background-color--background-orange);
  width: 80%;
  height: 1px;
}

.footer_certif {
  position: absolute;
  inset: 50% auto auto 100%;
  transform: translate(0, -50%);
}

.sticky_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sticky_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  display: flex;
  position: relative;
}

.sticky_result {
  font-family: var(--font--heading);
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

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

.sticky_form_block {
  align-self: center;
  margin-bottom: 0;
}

.sticky_result_value {
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 100%;
}

.button-2 {
  color: #102541;
  text-align: left;
  background-color: #ffc51c;
  border-radius: 999rem;
  padding: .6rem 1.6rem;
  font-size: 1.375rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button-2:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px #ffc51b80;
}

.button-2.is-sticky {
  display: none;
}

.button-2.is-big {
  align-self: stretch;
}

.fdd_sticky {
  z-index: 100;
  background-color: var(--background-color--background-black);
  color: var(--text-color--text-white);
  width: 100%;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
  position: fixed;
  bottom: 0;
  overflow: visible;
  box-shadow: 0 -10px 12px #0003;
}

.fdd_form_input {
  border: 3px solid var(--care-neutral--white);
  background-color: var(--background-color--background-black-darker);
  font-family: var(--font--heading);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  width: 10ch;
  margin-bottom: 0;
  padding: .625rem 1.5rem;
  font-size: 1.375rem;
  font-weight: 400;
}

.fdd_form_input:focus {
  border-color: #004eb4;
}

.fdd_form_input::placeholder {
  color: #fff;
}

.fdd_form_input.is-empty {
  background-color: var(--background-color--background-black);
  width: 12ch;
  height: 100%;
}

.fdd_form_input.is-border {
  border-color: #fff;
}

.fdd_form_input.is-border.is-amount {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 2.3rem;
  line-height: 100%;
  display: flex;
}

.fdd_form_input.is-border.is-amount.is-active {
  border-color: var(--care-brand--red);
  background-color: var(--care-brand--red);
  color: var(--care-neutral--white);
}

.heading-style-h3-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-style-h3-2.is-sticky {
  color: #1a70b0;
  flex: none;
}

.sticky_text {
  font-family: var(--font--heading);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
}

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

.carrousel_swiper_arrow {
  width: 22px;
  margin-left: 5px;
}

.sticky_img {
  margin-top: 0;
  position: absolute;
  bottom: 25%;
  left: 0;
}

.video_player {
  z-index: 10000000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #c76e2a4d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.player_wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.player_close {
  color: var(--care-brand--red);
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
}

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

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.section {
  background-color: #0000000d;
  padding: 150px 20px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  margin-bottom: 45px;
}

.features-card.fourth {
  top: 195px;
}

.exit_popup_wrapper {
  z-index: 999;
  background-image: linear-gradient(#0009, #0009);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.exit_popup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--care-neutral--white);
  color: var(--text-color--text-white);
  background-image: url('../images/RS109761_GAZA_CARE_DEC18_35-12x.png');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  max-width: 40svw;
  padding: 2rem 2rem 3.5rem;
  display: flex;
  position: relative;
}

.exit_popup.is-1 {
  width: 750px;
  max-width: none;
}

.exit_popup.is-2 {
  background-image: none;
  border-width: 0;
  flex-flow: row;
  width: 750px;
  max-width: none;
  padding: 0;
}

.popup_heading {
  text-transform: uppercase;
  font-size: 4rem;
}

.popup_heading.is-2 {
  font-size: 3rem;
}

.popup_text {
  z-index: 10;
  font-family: var(--font--heading);
  font-size: var(--font-size--h2);
  line-height: 100%;
  position: relative;
}

.popup_content {
  background-color: var(--background-color--background-neutral);
  color: var(--text-color--text-black);
  width: 57%;
  padding: 1rem 0 3rem 2rem;
  position: relative;
  left: -2rem;
}

.popup_content_deco {
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
}

.popup_content_deco.is-arrow {
  height: 50%;
  top: auto;
  bottom: 45px;
  right: -150px;
}

.popup_close_btn {
  cursor: pointer;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.popup_left {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--care-brand--red);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 4rem 2rem 3rem;
  display: flex;
  position: relative;
}

.popup_countdown {
  z-index: 10;
  font-family: var(--font--heading);
  color: var(--text-color--text-red);
  font-size: 2rem;
  line-height: 100%;
  position: relative;
}

.popup_img {
  z-index: 0;
  object-fit: cover;
  object-position: 20% 50%;
  transform-style: preserve-3d;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.popup_scratch {
  z-index: 5;
  width: 90%;
  position: absolute;
  top: 2.5rem;
  left: 0;
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    margin-top: 0;
  }

  .hero_marquee {
    width: 90rem;
    height: -moz-fit-content;
    height: fit-content;
    bottom: auto;
    left: 50%;
    right: 0;
    overflow: hidden;
    transform: translate(-50%);
  }

  .hero_marquee.is-small {
    display: none;
  }

  .hero_marquee.is-big {
    display: flex;
    position: absolute;
    top: -73px;
  }

  .hero_wrapper {
    margin-top: 73px;
    position: relative;
  }

  .hero_slide_bg {
    width: 90rem;
  }

  .hero_slide_title_deco {
    width: calc(100% + 5rem);
    right: 0%;
  }

  .hero_slide_title_deco._4, .hero_slide_title_deco._3 {
    right: 0%;
  }

  .hero_video {
    right: -5rem;
  }

  .carrousel_swiper_slide_bg {
    width: 90rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .carrousel_swiper_slide_bg._3 {
    object-fit: none;
    object-position: 80% 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .carrousel_swiper_slide_gradient {
    width: 90rem;
    left: 50%;
    transform: translate(-50%);
  }

  .carrousel_content_container {
    z-index: 30;
    position: relative;
  }

  .carrousel_content_scratch_container {
    width: 100%;
    max-width: 90rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  .facts_wrapper {
    position: relative;
  }

  .facts_deco {
    height: calc(110% + 10rem);
    top: -5.1rem;
  }

  .facts_content {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

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

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

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

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

  .page-wrapper {
    overflow: visible;
  }

  .button.is-swiper {
    padding: .7rem 1.5rem .5rem;
    font-size: 1rem;
  }

  .button.is-sticky {
    display: block;
  }

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

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

  .section_hero {
    padding-top: 3rem;
    overflow: hidden;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .hero_slide.is-active {
    top: auto;
    bottom: 13%;
    transform: none;
  }

  .hero_slide_title._3 {
    background-color: #0000;
  }

  .hero_slide_heading_1.is-swiper {
    font-size: 1.6rem;
  }

  .hero_slide_heading_2.is-swiper {
    font-size: 2.5rem;
    line-height: 50%;
  }

  .hero_slide_heading_4.is-swiper {
    font-size: 1.6rem;
  }

  .hero_slide_heading.is-swiper {
    line-height: 21%;
  }

  .hero_scratch._3 {
    right: -29%;
  }

  .hero_scratch._4 {
    right: -24%;
  }

  .hero_slide_title_deco._3 {
    right: 49%;
  }

  .numbers_content {
    width: 100%;
  }

  .carrousel_swiper_slide.swiper-slide {
    height: 630px;
    margin-bottom: 0;
    padding-bottom: 5.5rem;
  }

  .carrousel_swiper_slide_bg._3 {
    background-position: 89%;
    background-size: cover;
  }

  .carrousel_swiper_slide_content {
    align-items: stretch;
    width: 100%;
  }

  .carrousel_swiper_slide_gradient {
    background-image: linear-gradient(360deg, #000000b3, #000000d9 31%, #0000 52%);
  }

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

  .carroussel_swiper_nav_pad {
    bottom: 1rem;
  }

  .carrousel_content_pad {
    width: auto;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    top: 0%;
    transform: none;
  }

  .donation_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tabs_grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .tabs_nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
    position: relative;
  }

  .tabs_content {
    display: none;
  }

  .tabs_nav_btn {
    border-top: 4px solid var(--background-color--background-neutral);
    border-right-width: 0;
    height: 300px;
    margin-top: 1rem;
  }

  .tabs_nav_btn.is-active {
    border-top-width: 0;
    border-top-color: var(--care-brand--red);
    border-right-width: 0;
  }

  .tabs_nav_btn_price {
    width: 30%;
  }

  .tabs_nav_btn_price_equal.is-mobile {
    display: none;
  }

  .tabs_content_card {
    height: 421px;
    position: relative;
  }

  .tabs_content_card.is-mobile {
    display: block;
  }

  .tabs_content_card_gradient {
    background-image: linear-gradient(#272628d9 35%, #2a282b00 54%);
  }

  .tabs_content_card_text {
    width: 70%;
    margin-top: 2rem;
  }

  .facts_deco {
    width: 95%;
    height: auto;
    top: auto;
    bottom: -20px;
  }

  .facts_content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 95%;
  }

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

  .footer_wrapper {
    position: relative;
  }

  .footer_links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_content {
    width: 100%;
    position: static;
  }

  .footer_logo {
    align-self: flex-start;
  }

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

  .footer_nav_deco {
    display: none;
  }

  .footer_certif {
    inset: 2rem 0% auto auto;
  }

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

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

  .sticky_form_block {
    display: none;
  }

  .button-2.is-sticky {
    display: block;
  }

  .heading-style-h3-2.is-sticky {
    display: none;
  }

  .sticky_img {
    margin-top: -74px;
    position: relative;
    bottom: 0%;
  }

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

  .player_wrapper {
    width: 100%;
  }

  .tabs_card_fixed {
    position: sticky;
    top: 100px;
  }

  .tabs_card_fixed._3 {
    top: 100px;
  }

  .test-relative {
    height: 1000px;
  }

  .test-sticky {
    z-index: 10;
    background-color: var(--care-brand--red);
    padding-bottom: 20px;
    padding-right: 0;
    position: sticky;
    top: 100px;
  }

  .test-sticky._2 {
    background-color: var(--care-brand--orange);
    top: 50px;
  }

  .test-sticky._3 {
    background-color: var(--care-brand--light-orange);
    top: 100px;
  }

  .test-sticky-container {
    height: 300vh;
  }

  .test-sticky-2 {
    background-color: var(--care-brand--orange);
    padding-bottom: 20px;
    position: sticky;
    top: 200px;
  }

  .features-right {
    grid-row-gap: 0px;
    width: 100%;
  }

  .features-card.third {
    margin-bottom: 0;
  }

  .features-card.second, .features-card.first {
    margin-bottom: 0;
    top: 250px;
  }

  .body {
    overflow-x: hidden;
  }

  .exit_popup {
    background-position: 50%;
    max-width: 80svw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --background-color--background-white: var(--care-neutral--white);
    --font--paragraph: Roboto, sans-serif;
    --text-color--text-black: var(--care-neutral--black-darker);
    --font-size--paragraph: 1.25rem;
    --font--heading: veneer, sans-serif;
    --font-size--h1: 3.375rem;
    --font-size--h2: 2.1875rem;
    --text-color--text-orange: var(--care-brand--orange);
    --text-color--text-white: var(--care-neutral--white);
    --border-color--border-red: var(--care-brand--red);
    --background-color--background-black: var(--care-neutral--black);
    --background-color--background-orange: var(--care-brand--orange);
    --care-brand--red: #b12823;
    --font-size--button: 1.125rem;
    --care-brand--light-orange: #f6e6cf;
    --care-neutral--white: #f7f7f7;
    --text-color--text-red: var(--care-brand--red);
    --font-size--paragraph-big: 1.25rem;
    --background-color--background-neutral: var(--care-neutral--neutral);
    --background-color--background-black-darker: var(--care-neutral--black-darker);
    --care-neutral--black-darker: #2a282b;
    --care-neutral--neutral: #dedede;
    --care-brand--orange: #c76e2a;
    --care-neutral--black: #272628;
    --care-system--success-green: #cef5ca;
    --care-system--success-green-dark: #114e0b;
    --care-system--warning-yellow: #fcf8d8;
    --care-system--warning-yellow-dark: #5e5515;
    --care-system--error-red: #f8e4e4;
    --care-system--error-red-dark: #3b0b0b;
    --care-system--focus-state: var(--care-brand--orange);
    --border-color--border-orange: var(--care-brand--orange);
  }

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

  .button.is-popup {
    padding: .6rem 1.5rem;
  }

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

  .hero_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .hero_logo {
    width: 150px;
  }

  .hero_slide_btn_text, .hero_slide_heading_1 {
    font-size: 2rem;
  }

  .hero_slide_heading_2, .hero_slide_heading_2._2 {
    font-size: 3.375rem;
  }

  .hero_slide_heading_4 {
    font-size: 2.375rem;
  }

  .hero_slide_heading {
    line-height: 102%;
  }

  .hero_slide_heading_5 {
    font-size: 2.375rem;
  }

  .hero_video {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: url('../images/small-scrap-m.svg');
    width: 221px;
    height: 294px;
    padding-bottom: 9.6rem;
    padding-left: 6.7rem;
    inset: 0% 0% auto auto;
  }

  .hero_video_player {
    width: 3rem;
    height: 3rem;
  }

  .hero_video_text {
    font-size: 1.5rem;
  }

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

  .numbers_grid_card {
    width: 80%;
  }

  .carrousel_swiper_slide.swiper-slide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .carrousel_swiper_slide_bg {
    object-position: 76% 0%;
  }

  .carrousel_swiper_slide_bg._2 {
    object-position: 70% 50%;
  }

  .carrousel_swiper_slide_bg._3 {
    object-position: 81% 50%;
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .carroussel_swiper_nav_pad, .carrousel_content_pad {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .donation_grid {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

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

  .tabs_nav_btn_price {
    width: 30%;
  }

  .tabs_nav_btn_price_equal.is-mobile {
    display: none;
  }

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

  .tabs_content_card_gradient {
    background-image: linear-gradient(152deg, #272628d9 35%, #2a282b00 54%);
    height: 100%;
  }

  .tabs_content_card_text {
    margin-top: 1rem;
    margin-left: 1.25rem;
  }

  .facts_content {
    margin-bottom: 85%;
  }

  .footer_certif {
    top: 2.2rem;
  }

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

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

  .sticky_img {
    width: 80px;
    margin-top: -35px;
  }

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

  .tabs_card_fixed, .tabs_card_fixed._3 {
    top: 16px;
  }

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

  .popup_heading {
    font-size: 2rem;
  }

  .popup_text {
    font-size: 1.5rem;
  }

  .popup_content {
    width: 55%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    left: -1rem;
  }

  .popup_content_deco {
    right: -34px;
  }

  .popup_content_deco.is-arrow {
    bottom: 37px;
    right: -86px;
  }

  .popup_close_btn {
    top: 1rem;
    right: 1rem;
  }

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

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

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero_slide.is-active {
    bottom: 10%;
  }

  .hero_logo {
    width: 40%;
  }

  .hero_slide_bg._2.is-active {
    transform: scale3d(1none, 1none, 1none);
    object-fit: cover;
    object-position: 50% 50%;
    height: 150%;
    top: 29%;
  }

  .hero_slide_bg._3.is-active {
    object-fit: cover;
    object-position: 81% 0%;
  }

  .hero_slide_title {
    background-color: #0000;
    margin-right: 40px;
  }

  .hero_slide_btn {
    right: -15%;
  }

  .hero_slide_btn._2 {
    right: 0%;
  }

  .hero_slide_btn._4 {
    bottom: -19%;
    right: -37%;
  }

  .hero_slide_heading_2.is-swiper {
    line-height: 100%;
  }

  .hero_slide_heading_3 {
    font-size: 3.375rem;
  }

  .hero_slide_heading.is-swiper {
    line-height: 30%;
  }

  .hero_scratch {
    right: -17px;
  }

  .hero_scratch._2 {
    right: -51px;
  }

  .hero_scratch._3 {
    right: -28%;
  }

  .hero_scratch._4 {
    right: -24%;
  }

  .hero_scratch._1 {
    right: -59px;
  }

  .hero_slide_title_deco._2 {
    right: 69%;
  }

  .hero_slide_title_deco._1 {
    right: 68%;
  }

  .hero_slide_title_deco.text-style-3lines {
    right: 65%;
  }

  .hero_slide_title_deco._4 {
    right: 61%;
  }

  .hero_video {
    width: 160px;
    height: 217px;
    padding-bottom: 6.3rem;
    padding-left: 4.5rem;
  }

  .hero_video_player {
    width: 2.5rem;
    height: 2.5rem;
    transform: none;
  }

  .hero_player_img {
    width: 60%;
  }

  .hero_video_text {
    font-size: 1.5rem;
  }

  .numbers_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .numbers_grid_card {
    width: 100%;
  }

  .carrousel_swiper_slide.swiper-slide {
    height: 700px;
  }

  .carrousel_swiper_slide_bg {
    object-position: 65% 0%;
  }

  .carrousel_swiper_slide_bg._2 {
    object-position: 60% 50%;
  }

  .carrousel_swiper_slide_bg._3 {
    object-position: 72% 50%;
    background-position: 74% 10%;
    background-repeat: no-repeat;
    background-size: auto 120%;
  }

  .carrousel_swiper_slide_bg._1 {
    object-fit: cover;
    object-position: 72% 100%;
    height: 100%;
  }

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

  .tabs_nav_btn {
    height: 400px;
    position: relative;
  }

  .tabs_nav_btn.is-active {
    position: relative;
  }

  .tabs_nav_btn_price {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .tabs_nav_btn_price_equal {
    font-size: 3rem;
    display: none;
    position: absolute;
    top: -11px;
    left: -15%;
  }

  .tabs_nav_btn_price_equal.is-mobile {
    display: block;
  }

  .tabs_nav_btn_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs_nav_btn_text {
    align-self: flex-end;
    width: 85%;
    position: relative;
  }

  .tabs_content_card.is-mobile {
    display: none;
  }

  .tabs_content_card.is-mobile.is-visible {
    display: block;
  }

  .tabs_content_card_gradient {
    background-image: linear-gradient(121deg, #272628d9 26%, #2a282b00);
  }

  .tabs_content_card_text {
    width: 80%;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: .875rem;
    line-height: 105%;
  }

  .paragraph {
    text-align: left;
    width: 100%;
  }

  .facts_content {
    margin-bottom: 85%;
  }

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

  .footer_logo {
    width: 50%;
  }

  .footer_deco {
    width: 100%;
  }

  .footer_certif {
    width: 40%;
    top: 1.3rem;
  }

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

  .sticky_img {
    margin-top: -35px;
  }

  .popup_text {
    font-size: 1rem;
  }

  .popup_content {
    width: 80%;
  }

  .popup_content_deco {
    object-fit: cover;
    object-position: 100% 50%;
    right: -42px;
  }

  .popup_close_btn {
    width: 24px;
    height: 24px;
  }
}

#w-node-_5d1bb694-106d-2b58-ee55-9dec177ad077-548ef0ef, #w-node-_495e3332-4a04-f029-79bf-eae795f50301-548ef0ef, #w-node-_155230da-f0fd-3b7e-488c-b4295682d4db-548ef0ef {
  place-self: start stretch;
}

#w-node-_3faeb103-7a61-a12c-53f7-9a246a0bf4bd-548ef0ef {
  align-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_5d1bb694-106d-2b58-ee55-9dec177ad077-548ef0ef, #w-node-_495e3332-4a04-f029-79bf-eae795f50301-548ef0ef, #w-node-_155230da-f0fd-3b7e-488c-b4295682d4db-548ef0ef {
    justify-self: center;
  }
}


