:root {
  --black-200: #0b3f59;
  --blue-dark: #0086b2;
  --white-default: white;
  --black-100: #043852;
  --blue-light: #9ae6fd;
  --blue-lighter: #e0f5fe;
  --blue-sea-default: #03449e;
  --green-default: #44ac34;
  --blue-default: #009dd1;
  --purple-default: #5d2483;
  --yellow-default: #f6a11e;
  --red-default: #fe575f;
  --red-dark: #f73c45;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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: var(--black-200);
  font-family: Instrumentsans Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.05;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

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

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  grid-column-gap: .75rem;
  border: .0625rem solid var(--blue-dark);
  color: var(--white-default);
  text-align: center;
  cursor: pointer;
  background-color: #007fa8;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  transition: all .25s;
  display: flex;
  box-shadow: 0 12px 1rem -.25rem rgba(0, 134, 178, .1), 0 4px .5rem -.125rem rgba(0, 134, 178, .05);
}

.button:hover {
  background-color: #086f96;
  border-color: #086f96;
  box-shadow: 0 12px 1rem -.25rem rgba(8, 111, 150, .1), 0 4px .5rem -.125rem rgba(8, 111, 150, .05);
}

.button.is-small {
  grid-column-gap: .625rem;
  padding: .75rem 2rem;
}

.button.is-large {
  padding: 1.5rem 3rem;
}

.button.is-light {
  color: #000;
  background-color: #fff;
}

.button.is-secondary {
  border-color: var(--black-100);
  box-shadow: none;
  color: var(--black-100);
  background-color: rgba(0, 0, 0, 0);
  padding: .9375rem 2.9375rem;
}

.button.is-secondary:hover {
  border-color: var(--blue-light);
  background-color: var(--blue-light);
}

.button.is-secondary.is-small {
  padding: .6875rem 1.9375rem;
}

.button.is-secondary.is-white-default {
  box-shadow: none;
  color: var(--white-default);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-white-default:hover {
  border-color: var(--blue-lighter);
  background-color: var(--blue-lighter);
  color: var(--blue-sea-default);
  box-shadow: 0 12px 1rem -.25rem rgba(224, 245, 254, .1), 0 4px .5rem -.125rem rgba(224, 245, 254, .05);
}

.button.is-link {
  box-shadow: none;
  color: var(--black-100);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.button.is-link:hover {
  opacity: .88;
}

.button.is-link.is-white {
  color: var(--white-default);
}

.button.is-white-default {
  border-color: var(--white-default);
  background-color: var(--white-default);
  color: var(--blue-sea-default);
  box-shadow: 0 12px 1rem -.25rem rgba(255, 255, 255, .1), 0 4px .5rem -.125rem rgba(255, 255, 255, .05);
}

.button.is-white-default:hover {
  border-color: var(--blue-light);
  background-color: var(--blue-light);
  box-shadow: 0 12px 1rem -.25rem rgba(154, 230, 253, .1), 0 4px .5rem -.125rem rgba(154, 230, 253, .05);
}

.button.is-green {
  border-color: var(--green-default);
  background-color: var(--green-default);
  box-shadow: 0 12px 1rem -.25rem rgba(68, 172, 52, .1), 0 4px .5rem -.125rem rgba(68, 172, 52, .05);
}

.button.is-green:hover {
  background-color: #3e9e2e;
  border-color: #3e9e2e;
  box-shadow: 0 12px 1rem -.25rem rgba(62, 158, 46, .1), 0 4px .5rem -.125rem rgba(62, 158, 46, .05);
}

.button.is-full-width {
  width: 100%;
}

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

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

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

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

.hide {
  display: none;
}

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

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

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

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

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

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

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

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

.rich-text ol {
  list-style-type: decimal;
}

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

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

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

.show-tablet {
  display: none;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding: 16rem 1.25rem 9rem;
  display: flex;
}

.utility-page_form-block {
  background-color: var(--white-default);
  text-align: center;
  border-radius: 2rem;
  flex-direction: column;
  max-width: 34rem;
  padding: 2.5rem 2rem;
  display: flex;
  box-shadow: 0 16px 2.5rem -.75rem rgba(0, 0, 0, .2);
}

.utility-page_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

.text-style-allcaps.is-16 {
  letter-spacing: .04rem;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.5;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_item-label {
  color: rgba(51, 51, 51, .65);
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

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

.show-mobile {
  display: none;
}

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

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-family: Auro, Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.05;
}

.heading-style-h2 {
  font-family: Auro, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

.heading-style-h3 {
  font-family: Auro, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.heading-style-h4 {
  font-family: Auro, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h5 {
  font-family: Auro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h6 {
  font-family: Auro, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.ss_utility_class-wrap {
  position: absolute;
  top: -2.1rem;
  bottom: auto;
  left: -1px;
  right: auto;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-blue-sea-default {
  background-color: var(--blue-sea-default);
}

.background-blue-sea-default.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-blue-sea-default {
  color: var(--blue-sea-default);
}

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

.background-color-blue-dark.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-blue-default.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-blue-default {
  color: var(--blue-default);
}

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

.background-color-blue-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-light {
  color: var(--blue-light);
}

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

.background-color-blue-lighter.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-lighter {
  color: var(--blue-lighter);
}

.background-color-purple-default {
  background-color: var(--purple-default);
}

.background-color-purple-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-purple-default {
  color: var(--purple-default);
}

.background-color-yellow-default {
  background-color: var(--yellow-default);
}

.background-color-yellow-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-yellow-default {
  color: var(--yellow-default);
}

.background-color-green-default {
  background-color: var(--green-default);
}

.background-color-green-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-default {
  color: var(--green-default);
}

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

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

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

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

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

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

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

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

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

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

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  z-index: 5;
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xlarge.is-custom-size {
  height: 11.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .05), inset -1px 0 rgba(0, 0, 0, .1);
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

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

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  padding: 1.25rem;
}

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

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.text-style-link {
  text-decoration: underline;
}

.background-color-red-default {
  background-color: var(--red-default);
}

.background-color-red-default.zy-stylesystem-color {
  min-height: 1px;
}

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

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

.background-color-red-dark.zy-stylesystem-color {
  min-height: 1px;
}

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

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

.background-color-white-default.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-white-default.is-85 {
  color: rgba(255, 255, 255, .85);
}

.background-color-black-100 {
  background-color: var(--black-100);
}

.background-color-black-100.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-black-200 {
  background-color: var(--black-200);
}

.background-color-black-200.zy-stylesystem-color {
  min-height: 1px;
}

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

.button-text {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 600;
}

.button-text.is-small {
  font-size: 1rem;
}

.button-text.is-link {
  text-decoration: underline;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-icon.is-small {
  width: 1.375rem;
  height: 1.375rem;
}

.footer_map {
  width: 100%;
  height: 29rem;
}

.section_home-activities {
  overflow: hidden;
}

.home-activities_component {
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--blue-sea-default);
  flex-direction: column;
  display: flex;
}

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

.footer_go-to-top {
  grid-column-gap: .5rem;
  background-color: var(--blue-sea-default);
  color: var(--white-default);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  transition: all .25s;
  display: flex;
}

.footer_go-to-top:hover {
  background-color: #033985;
}

.footer_colors-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_colors {
  height: .75rem;
}

.footer_colors.is-blue-default {
  background-color: var(--blue-default);
}

.footer_colors.is-purple-default {
  background-color: var(--purple-default);
}

.footer_colors.is-yellow-default {
  background-color: var(--yellow-default);
}

.footer_colors.is-green-default {
  background-color: var(--green-default);
}

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

.footer_about-text {
  color: var(--white-default);
  font-size: .875rem;
  font-weight: 400;
}

.footer_button {
  color: var(--white-default);
  font-size: .875rem;
}

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

.footer_agency-wrap {
  justify-content: flex-end;
  align-items: baseline;
  display: flex;
}

.footer_infos-wrapper {
  border-top: .0625rem solid rgba(255, 255, 255, .24);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer_main {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.footer_main-about {
  grid-column-gap: 1.75rem;
  grid-row-gap: .875rem;
  align-items: flex-start;
  max-width: 41rem;
  display: flex;
}

.footer_main-logo {
  min-width: 8.5rem;
}

.footer_main-about-btns {
  grid-column-gap: 1rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  display: flex;
}

.footer_main-links {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cookies_text-about {
  max-width: 35rem;
  font-weight: 500;
}

.cookies_modal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white-default);
  border-radius: 1.5rem;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  padding: 1rem 1.75rem;
  display: none;
  position: relative;
  box-shadow: 0 24px 4rem -.75rem rgba(3, 44, 64, .14);
}

.cookies_close-button {
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
}

.cookies_wrap {
  z-index: 103;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2rem;
  left: 0%;
  right: 0%;
}

.donation_modal {
  background-color: var(--white-default);
  border-radius: 2.5rem;
  max-width: 41.25rem;
  padding: 3rem 2.5rem 2.5rem;
  position: relative;
  box-shadow: 0 12px 4rem -.75rem rgba(3, 44, 64, .28);
}

.donation_ways {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-sup-title {
  letter-spacing: .045rem;
  text-transform: uppercase;
  font-family: Auro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.tag-sup-title.text-color-blue-dark {
  color: #00779e;
}

.donation_method-wrap {
  text-align: center;
  background-color: #e1e8eb;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.donation_method-wrap.is-second {
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
}

.donation_method-wrap.hide {
  display: none;
}

.donation_method-pix {
  border-radius: .75rem;
  max-width: 11rem;
}

.donation_method-pix-link {
  background-color: var(--white-default);
  text-transform: uppercase;
  border-radius: .375rem;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
}

.donation_method-soukurumins {
  width: 12.875rem;
}

.donation_close-button {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2.25rem;
  bottom: auto;
  left: auto;
  right: 2.25rem;
}

.activity_card {
  background-color: var(--white-default);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 8px 4rem -.75rem rgba(0, 0, 0, .16);
}

.activity_card-image-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-items: flex-start;
  height: 17.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.activity_card-content {
  text-align: center;
  padding: 2.25rem 1.5rem;
}

.actvity_tag {
  z-index: 1;
  grid-column-gap: .375rem;
  background-color: var(--blue-default);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  display: flex;
  position: relative;
}

.actvity_tag.is-purple {
  background-color: var(--purple-default);
}

.actvity_tag.is-green {
  background-color: var(--green-default);
}

.actvity_tag.is-yellow {
  background-color: var(--yellow-default);
}

.actvity_tag.is-red {
  background-color: var(--red-default);
}

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

.acvity_tag-text {
  color: var(--white-default);
  font-family: Auro, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.activity_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-numbers_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white-default);
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  box-shadow: 0 24px 4rem -.75rem rgba(3, 44, 64, .08);
}

.our-numbers_title {
  width: 42%;
  max-width: 18.75rem;
  font-size: 1.125rem;
  line-height: 1.1;
}

.our-numbers_divisor {
  background-color: rgba(11, 63, 89, .16);
  width: .125rem;
}

.our-numbers_point-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: flex-start;
  display: flex;
}

.our-numbers_point-wrap {
  flex: 1;
}

.our-numbers_point-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.our-numbers_point-title {
  font-family: Auro, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
}

.our-numbers_point-text {
  font-family: Auro, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.our-numbers_points {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.navbar {
  z-index: 102;
  background-color: var(--white-default);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_component {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar_progress-wrap {
  background-color: rgba(0, 157, 209, .5);
  display: flex;
}

.navbar_progress {
  background-color: var(--blue-default);
  height: .25rem;
}

.navbar_links-wrap {
  grid-column-gap: 1.5rem;
  align-items: baseline;
  display: flex;
}

.navbar_link-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
}

.navbar_link-wrap.active-link {
  border-bottom: 3px solid var(--blue-dark);
  font-family: Auro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.navbar_link-text {
  color: var(--black-200);
  font-weight: 600;
}

.navbar_link-highlight {
  background-color: var(--blue-dark);
  border-radius: .5rem;
  width: 100%;
  height: .2rem;
  display: none;
}

.navbar_logo {
  width: 9.375rem;
}

.navbar_bar {
  background-color: var(--white-default);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  box-shadow: 0 32px 4rem -.75rem rgba(3, 44, 64, .12);
}

.navbar_buttons {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_social {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.navbar_social.is-hide-desktop {
  display: none;
}

.navbar_social-icon {
  width: 1.75rem;
}

.donation_card {
  grid-row-gap: .625rem;
  background-color: var(--white-default);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 16.125rem;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.section_imagens-scroll {
  min-height: 100dvh;
  position: relative;
}

.imagens-scroll_component {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.imagens-scroll_imagens-wrap {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  padding-bottom: 4rem;
  display: flex;
}

.scroll-imagens_images {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-imagens_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll-imagens_image.is-absolute {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-imagens_image.is-01 {
  z-index: 1;
}

.scroll-imagens_image.is-02 {
  z-index: 2;
}

.scroll-imagens_image.is-03 {
  z-index: 3;
}

.activities-tab_tab-menu {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: stretch;
  display: flex;
}

.activities-tab_tabs {
  overflow: visible;
}

.activities-tab_tab {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.activities-tab_tab.is-purple-default {
  background-color: var(--purple-default);
  box-shadow: 0 16px 3rem rgba(93, 36, 131, .32);
}

.activities-tab_tab.is-red-default {
  background-color: var(--red-default);
  box-shadow: 0 16px 3rem rgba(254, 87, 95, .32);
}

.activities-tab_tab.is-green-default {
  background-color: var(--green-default);
  box-shadow: 0 16px 3rem rgba(68, 172, 52, .32);
}

.activities-tab_tab.is-yellow-default {
  background-color: var(--yellow-default);
  box-shadow: 0 16px 3rem rgba(246, 161, 30, .32);
}

.activities-tab_tab-link {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  align-items: center;
  padding: .875rem 1.75rem .75rem;
  transition: all .25s;
  display: flex;
}

.activities-tab_tab-link:hover {
  opacity: .84;
}

.activities-tab_tab-link.w--current:hover {
  opacity: 1;
}

.activities-tab_tab-link.is-purple-default {
  background-color: var(--purple-default);
  box-shadow: 0 16px 3rem rgba(93, 36, 131, .32);
}

.activities-tab_tab-link.is-red-default {
  background-color: var(--red-default);
  box-shadow: 0 16px 3rem rgba(254, 87, 95, .32);
}

.activities-tab_tab-link.is-green-default {
  background-color: var(--green-default);
  box-shadow: 0 16px 3rem rgba(68, 172, 52, .32);
}

.activities-tab_tab-link.is-yellow-default {
  background-color: var(--yellow-default);
  box-shadow: 0 16px 3rem rgba(246, 161, 30, .32);
}

.activities-tab_tab-block {
  grid-column-gap: 1.75rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  display: grid;
}

.activities-tab_tab-link-title {
  color: var(--white-default);
  font-family: Auro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
}

.activities-tab_tab-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.activities-tab_tab-image {
  width: 8.875rem;
}

.activities-tab_tab-embed {
  display: none;
}

.activities-tab_tab-content {
  max-width: 39.5rem;
}

.activities-tab_tab-content-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  align-items: center;
  display: flex;
}

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

.section_cta {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  max-height: 54rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.values-item_wrap {
  border-left: .25rem solid rgba(255, 255, 255, .56);
  padding: .25rem 1.5rem;
}

.values-item_image {
  width: 2rem;
  height: 2rem;
}

.home-activities_slide-wrap {
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.home-activities_slide {
  min-width: 31%;
  max-width: 31%;
}

.home-activities_slide.swiper-slide {
  display: flex;
}

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

.home-activities_content-main {
  max-width: 39.5rem;
}

.home-activities_buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.home-activities_controls {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.home-activities_control {
  background-color: var(--white-default);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  transition: all .25s;
  display: flex;
  box-shadow: 0 8px 2.375rem -.75rem rgba(4, 56, 82, .64);
}

.home-activities_control:hover {
  background-color: var(--blue-light);
  box-shadow: 0 8px 3rem -.75rem rgba(3, 68, 158, .88);
}

.home-activities_control-icon.is-reverse {
  transform: rotate(180deg);
}

.section_home-values {
  background-color: var(--blue-sea-default);
}

.home-values_content {
  max-width: 39.5rem;
}

.home-values_value-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.home-values_content-wrap {
  position: relative;
}

.home-values_lottie {
  opacity: .32;
  width: 29.25rem;
  position: absolute;
  top: -214%;
  bottom: auto;
  left: auto;
  right: -11.5%;
}

.home-about_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-about_video-embed {
  z-index: 5;
  border-radius: 2rem;
  height: 38.25rem;
  overflow: hidden;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .18);
}

.home-about_video-wrap {
  position: relative;
}

.home-about_video-bg {
  background-color: var(--blue-sea-default);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home-plans {
  background-color: var(--blue-lighter);
}

.home-plans_component {
  flex-direction: column;
  display: flex;
}

.home-plans_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-plans_plans {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home-plans_plan-wrap {
  background-color: var(--white-default);
  border-radius: 2rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.home-plans_plan-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  margin-right: .75rem;
  padding: 2rem 6rem;
  display: flex;
}

.home-plans_plan-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 50%;
  max-width: 50%;
  height: 25rem;
  margin-left: .75rem;
  position: relative;
}

.home-plans_plan-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.home-plans_plan-title {
  font-size: 2rem;
}

.section_terms-header {
  padding-top: 8.25rem;
}

.terms-header_component {
  background-color: var(--blue-sea-default);
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 6rem 2rem;
  display: flex;
  box-shadow: 0 24px 3rem -.75rem rgba(3, 68, 158, .24);
}

.terms-header_content {
  text-align: center;
  max-width: 45.25rem;
}

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

.terms-all_block {
  grid-row-gap: 3.5rem;
  background-color: var(--white-default);
  border-radius: 2rem;
  flex-direction: column;
  padding: 4rem 3rem;
  display: flex;
}

.terms-all_content {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.is-hover-element {
  cursor: pointer;
  transition: all .25s;
}

.is-hover-element:hover {
  opacity: .88;
}

.section_contact-header {
  padding-top: 8.25rem;
}

.contact-header_component {
  background-color: var(--blue-sea-default);
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  padding: 6rem 2rem 2rem;
  display: flex;
  box-shadow: 0 24px 3rem -.75rem rgba(3, 68, 158, .24);
}

.contact-header_content {
  text-align: center;
  max-width: 45.25rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-header_card-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  display: flex;
}

.contact-header_card {
  background-color: var(--white-default);
  border-radius: 1rem;
  flex: 1;
  padding: 2rem;
}

.contact-header_card.is-yellow-dark {
  background-color: #e68f09;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-header_card-title {
  color: var(--black-100);
  font-family: Auro, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
}

.contact-header_card-title.is-white-default {
  color: var(--white-default);
}

.contact-header_card-links {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-header_map {
  background-color: #d9d9d9;
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .14);
}

.activies-all_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_activies-all {
  background-color: var(--blue-lighter);
}

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

.goals_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.goals_item {
  max-width: 19.5rem;
}

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

.goal-main_image-wrapper {
  position: relative;
}

.goal-main_image {
  opacity: 1;
  object-fit: cover;
}

.goal-main_image.is-abs {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goal-main_image-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 12.5rem;
}

.section_activies-header {
  background-color: var(--blue-sea-default);
  padding-top: 13rem;
}

.activies-header_content {
  max-width: 45.25rem;
}

.activies-header_images-wrapper {
  position: relative;
}

.activies-header_images-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-block-custom6 {
  height: 5rem;
}

.activies-header_image {
  object-fit: cover;
  border-radius: 2rem;
  height: 29rem;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .16);
}

.activies-header_bg {
  background-color: var(--blue-lighter);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_activies-rate {
  background-color: var(--blue-lighter);
}

.activies-rate_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.activies-rate_card {
  background-color: var(--blue-sea-default);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 24px 4rem -.75rem rgba(3, 68, 158, .2);
}

.activies-rate_about-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.activies-rate_card-image {
  width: 5.375rem;
  display: none;
}

.section_about-team {
  display: none;
}

.section_about-team.z-index-1 {
  background-color: var(--white-default);
}

.about-team_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-team_people {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue-lighter);
  border-radius: 2rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 2rem;
  display: grid;
}

.about-team_person {
  font-family: Auro, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

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

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

.about-timeline_circle {
  object-fit: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 52.25vh;
}

.about-timeline_progress-bar {
  z-index: -1;
  background-color: var(--blue-sea-default);
  width: .1875rem;
  height: 50vh;
  position: fixed;
  bottom: 47.75vh;
  left: auto;
  right: auto;
}

.about-timeline_item-center {
  justify-content: center;
  display: flex;
}

.about-timeline_fade-top {
  background-image: linear-gradient(to bottom, var(--white-default) 88%, rgba(255, 255, 255, 0));
  height: 32rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_image-wrapper {
  flex-direction: column;
  display: flex;
}

.about-timeline_left {
  justify-content: flex-end;
  align-items: stretch;
}

.about-timeline_fade-bottom {
  background-image: linear-gradient(to top, var(--white-default) 30%, rgba(255, 255, 255, 0));
  height: 8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-timeline_date-text {
  color: var(--blue-sea-default);
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.about-timeline_date-text.is-reverse {
  text-align: right;
}

.section_about-timeline {
  display: none;
  position: relative;
}

.about-timeline_progress {
  z-index: -2;
  background-color: var(--blue-light);
  width: .1875rem;
  height: 100%;
  position: absolute;
}

.about-timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.about-timeline_timeline-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.about-timeline_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-timeline_item-image {
  border-radius: 1.25rem;
  width: 100%;
}

.section_about-header {
  background-color: var(--blue-sea-default);
  padding-top: 13rem;
}

.section_about-history {
  margin-bottom: 5rem;
}

.about-history_component {
  background-color: var(--white-default);
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -7.5rem;
  padding: 5rem 4rem;
  display: flex;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .14);
}

.about_history_content {
  max-width: 47.75rem;
}

.about-history_values {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.about-history_value {
  width: 9.5rem;
}

.about-founders_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_about-founders {
  display: none;
}

.about-founders_image {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 45.25rem;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .14);
}

.section_home-header {
  background-color: var(--blue-lighter);
  flex-direction: column;
  justify-content: center;
  min-height: 45.25rem;
  padding-top: 4rem;
  display: flex;
}

.home-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header_content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 56%;
  max-width: 38.25rem;
  margin-top: 1.5rem;
  display: flex;
}

.home-header_image-wrapper {
  width: 42%;
}

.home-header_image {
  width: 101%;
  max-width: 30.75rem;
}

.home-header_image-wrap {
  position: relative;
}

.home-header_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.home-header_numbers {
  margin-top: 3.5rem;
  margin-bottom: -8.375rem;
}

.section_help-values {
  background-color: var(--blue-sea-default);
}

.help-values_component {
  flex-flow: column;
  display: flex;
}

.section_help-moments {
  background-color: var(--blue-sea-default);
}

.help-moments_component {
  grid-column-gap: 2rem;
  background-color: var(--white-default);
  border-radius: 2rem;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 3rem -.75rem rgba(0, 0, 0, .14);
}

.help-moments_logo {
  width: 9.25rem;
}

.help-moments_content {
  max-width: 40rem;
  padding: 4rem;
}

.section_help-header {
  background-color: var(--blue-sea-default);
  flex-direction: column;
  justify-content: flex-end;
  height: 50svh;
  min-height: 37rem;
  padding-top: 13rem;
  display: flex;
}

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

.help-header_content {
  text-align: center;
  max-width: 47rem;
}

.help-moments_imagens-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.help-moments_imagens-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.help-moments_imagen {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 15rem;
  height: 15rem;
}

.help-moments_imagens-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.help-values_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.help-values_card {
  background-color: var(--white-default);
  text-align: center;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.help-values_image {
  width: 2.5rem;
  height: 2.5rem;
}

.donation-modal {
  z-index: 104;
  flex-direction: column;
  align-items: center;
  max-height: 100dvh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.donation-modal.temp {
  display: block;
}

.donation-modal_wrap {
  z-index: 999999999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.donation-modal_bg {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .32), rgba(0, 0, 0, .48));
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.donation-modal_wrapper {
  margin-top: auto;
  margin-bottom: auto;
}

.goals_image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 20rem;
}

.goals_mobile-itens {
  display: none;
}

.help-header_points-wrap {
  width: 100%;
}

.help-moments_fade {
  display: none;
}

.cta_block {
  margin-top: auto;
  margin-bottom: auto;
}

.home-header_shape {
  position: absolute;
}

.home-header_shape.is-1 {
  width: 31%;
  max-width: 9.125rem;
  top: -21%;
  left: auto;
  right: -5%;
}

.home-header_shape.is-2 {
  width: 47%;
  max-width: 14rem;
  top: auto;
  bottom: -28%;
  left: -30%;
  right: auto;
}

.navbar_hamburger {
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  display: none;
}

.navbar_hamburger-line-1, .navbar_hamburger-line-2 {
  background-color: #252525;
  width: 1.875rem;
  height: .125rem;
}

.navbar_button-hide-desktop {
  display: none;
}

.section_404 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section_activities-slide {
  background-color: var(--blue-lighter);
}

.activities-slide_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue-sea-default);
  border-radius: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2.5rem;
  display: grid;
}

.activities-slide_tab {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.activities-slide_tabs-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.activies-slide_content {
  max-width: 39.5rem;
}

.activities-slide_main {
  max-width: 36rem;
}

.activities-slide_points {
  grid-row-gap: 1.5rem;
  border-left: .25rem solid rgba(255, 255, 255, .32);
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.activities-slide_tabs-text {
  line-height: 1.25;
}

.activities-slide_tab-menu {
  color: var(--white-default);
  background-color: rgba(0, 0, 0, 0);
  padding: .625rem;
  font-family: Auro, Arial, sans-serif;
  font-size: 1.125rem;
}

.activities-slide_tab-menu.w--current {
  background-color: var(--white-default);
  color: var(--blue-sea-default);
  border-radius: .625rem;
}

.activities-slide_tab-image {
  border-radius: 1.5rem;
}

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

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

  h2 {
    font-size: 2.5rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .button:hover {
    background-color: #007fa8;
    border-color: #007fa8;
    box-shadow: 0 12px 1rem -.25rem rgba(0, 134, 178, .1), 0 4px .5rem -.125rem rgba(0, 134, 178, .05);
  }

  .button.is-secondary:hover {
    border-color: var(--black-100);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .button.is-secondary.is-small.is-white-default:hover {
    color: var(--white-default);
  }

  .button.is-secondary.is-white-default:hover {
    border-color: var(--white-default);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .button.is-link:hover {
    box-shadow: none;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .button.is-white-default:hover {
    border-color: var(--white-default);
    background-color: var(--white-default);
    box-shadow: 0 12px 1rem -.25rem rgba(255, 255, 255, .1), 0 4px .5rem -.125rem rgba(255, 255, 255, .05);
  }

  .button.is-green:hover {
    border-color: var(--green-default);
    background-color: var(--green-default);
    box-shadow: 0 12px 1rem -.25rem rgba(68, 172, 52, .1), 0 4px .5rem -.125rem rgba(68, 172, 52, .05);
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .show-tablet {
    display: block;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

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

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

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

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

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .button-text.is-small.is-go-to-top {
    font-size: .95rem;
  }

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

  .footer_go-to-top:hover {
    background-color: var(--blue-sea-default);
  }

  .donation_modal {
    border-radius: 1.75rem;
  }

  .tag-sup-title {
    font-size: 1rem;
  }

  .activity_card {
    border-radius: 1.5rem;
  }

  .our-numbers_card {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .our-numbers_title {
    width: auto;
    max-width: none;
  }

  .our-numbers_divisor {
    display: none;
  }

  .our-numbers_points {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .navbar_component {
    justify-content: space-between;
    display: flex;
  }

  .navbar_progress-wrap {
    z-index: 101;
    position: relative;
  }

  .navbar_links-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: center;
  }

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

  .navbar_logo-link.is-hover-element, .navbar_buttons {
    z-index: 101;
    position: relative;
  }

  .navbar_social {
    display: none;
  }

  .navbar_social.is-hide-desktop {
    margin-top: 1rem;
    display: flex;
  }

  .donation_card {
    width: auto;
  }

  .activities-tab_tab {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  .activities-tab_tab-link {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .activities-tab_tab-link:hover {
    opacity: 1;
  }

  .activities-tab_tab-block {
    flex-direction: column;
    padding-top: 2.5rem;
    display: flex;
  }

  .activities-tab_tab-content-wrap {
    text-align: center;
    flex-direction: column;
  }

  .section_cta {
    max-height: none;
  }

  .home-activities_slide {
    min-width: 44%;
    max-width: 44%;
  }

  .home-activities_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-activities_controls {
    display: none;
  }

  .home-values_value-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-values_lottie {
    width: 20rem;
    top: -174%;
    right: -10.5%;
  }

  .home-about_video-embed {
    border-radius: 1.75rem;
  }

  .home-about_video-embed.z-index-1 {
    max-height: 75svh;
  }

  .home-plans_plan-wrap {
    border-radius: 1.75rem;
  }

  .home-plans_plan-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-plans_plan-image {
    border-radius: 1.75rem;
    height: 21rem;
  }

  .section_terms-header {
    padding-top: 10rem;
  }

  .terms-header_component {
    border-radius: 1.75rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .terms-all_block {
    grid-row-gap: 2.5rem;
    border-radius: 1.75rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .is-hover-element:hover {
    opacity: 1;
  }

  .section_contact-header {
    padding-top: 10rem;
  }

  .contact-header_component {
    border-radius: 1.75rem;
    padding-top: 4rem;
  }

  .contact-header_card-wrap {
    flex-direction: column;
  }

  .contact-header_map {
    border-radius: 1.75rem;
  }

  .activies-all_cards {
    grid-template-columns: 1fr 1fr;
  }

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

  .section_activies-header {
    padding-top: 12rem;
  }

  .activies-header_images-wrap {
    grid-column-gap: 1rem;
  }

  .activies-header_image {
    border-radius: 1.5rem;
    height: 24rem;
  }

  .activies-rate_cards {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .about-team_people {
    border-radius: 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .about-timeline_circle {
    width: 1.25rem;
    height: 1.25rem;
  }

  .about-timeline_fade-top {
    height: 24rem;
  }

  .about-timeline_date-text {
    font-size: 1.875rem;
  }

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

  .about-timeline_timeline-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .section_about-header {
    padding-top: 12rem;
  }

  .about-history_component {
    border-radius: 1.75rem;
    margin-top: -3.5rem;
    padding: 4rem 2rem 2.5rem;
  }

  .about-history_values {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .about-founders_image {
    border-radius: 1.75rem;
    height: 40rem;
  }

  .section_home-header {
    padding-top: 11rem;
  }

  .home-header_component {
    flex-direction: column;
  }

  .home-header_content {
    width: auto;
    max-width: none;
  }

  .home-header_image-wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .home-header_image {
    max-width: 39rem;
  }

  .home-header_numbers {
    margin-bottom: -6rem;
  }

  .help-moments_component {
    border-radius: 1.75rem;
    flex-direction: column;
  }

  .help-moments_logo {
    width: 8.75rem;
  }

  .help-moments_content {
    max-width: none;
    padding: 3rem 2rem;
  }

  .section_help-header {
    padding-top: 12rem;
  }

  .help-moments_imagens-wrapper {
    height: 24rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    overflow: hidden;
  }

  .help-moments_imagen {
    width: 19rem;
  }

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

  .help-moments_fade {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
    height: 7rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .home-header_shape.is-1 {
    top: -15%;
    right: 1%;
  }

  .home-header_shape.is-2 {
    bottom: -19%;
    left: -22%;
  }

  .navbar_hamburger {
    display: flex;
  }

  .navbar-content {
    z-index: 100;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--white-default);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_button-hide-desktop {
    display: block;
  }

  .activities-slide_component {
    border-radius: 1.75rem;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .activities-slide_main {
    max-width: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    grid-column-gap: .625rem;
    padding: .875rem 2.25rem;
  }

  .button.is-small.is-button-nav {
    grid-column-gap: .5rem;
    padding: .625rem 1.75rem;
  }

  .button.is-secondary {
    padding: .8125rem 2.1875rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

  .hide-mobile {
    display: none;
  }

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

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

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

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

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

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

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

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

  .heading-style-h5.is-custom {
    font-size: 1.375rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

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

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-medium.is-mobile-big {
    height: 2rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xlarge.is-mobile-big, .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-huge.is-mobile-big, .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-medium.is-mobile-big {
    height: 4.75rem;
  }

  .spacing-section-medium.is-mobile-bigger {
    height: 6rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-large.is-mobile-big {
    height: 6rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-xlarge.is-mobile-custom {
    height: 7.5rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .button-text, .button-text.is-small {
    font-size: 1rem;
  }

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

  .button-icon.is-nav-icon {
    width: 1.375rem;
    height: 1.375rem;
  }

  .footer_map {
    height: 80svh;
    min-height: 29rem;
    max-height: 42rem;
  }

  .footer {
    text-align: center;
  }

  .footer_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .footer_go-to-top {
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_colors {
    height: .5rem;
  }

  .footer_infos-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .footer_infos-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_main {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .footer_main-about {
    grid-row-gap: 1.75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer_main-logo {
    min-width: 7.5rem;
  }

  .footer_main-about-btns {
    flex-direction: column;
  }

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

  .cookies_modal {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .cookies_close-button {
    display: none;
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .cookies_wrap {
    max-width: 51.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .donation_modal {
    border-radius: 1.5rem;
    padding: 2.25rem 1.5rem 2rem;
  }

  .donation_content.is-mobile {
    max-width: 93%;
  }

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

  .tag-sup-title.text-color-blue-dark {
    white-space: nowrap;
  }

  .donation_method-wrap.is-second {
    grid-row-gap: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .donation_method-pix {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .donation_method-soukurumins {
    width: 11.75rem;
  }

  .donation_close-button {
    top: 1.75rem;
    right: 1.5rem;
  }

  .activity_card {
    border-radius: 1.5rem;
  }

  .our-numbers_card {
    border-radius: 1.5rem;
    padding: 1.75rem 1.5rem;
  }

  .our-numbers_point-title {
    font-size: 1.25rem;
  }

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

  .navbar {
    max-width: 100%;
  }

  .navbar_component {
    grid-column-gap: 1.25rem;
  }

  .navbar_logo {
    width: 7.125rem;
  }

  .navbar_bar {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .activities-tab_tab-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    overflow: auto;
  }

  .activities-tab_tab {
    border-top-right-radius: 0;
  }

  .activities-tab_tab-link {
    flex: none;
  }

  .activities-tab_tab-link.is-purple-default, .activities-tab_tab-link.is-red-default, .activities-tab_tab-link.is-green-default, .activities-tab_tab-link.is-yellow-default {
    box-shadow: none;
  }

  .activities-tab_tab-block {
    padding-bottom: 1.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .activities-tab_tab-icon {
    width: 1.4rem;
  }

  .values-item_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .values-item_image {
    width: 1.875rem;
    height: 1.875rem;
  }

  .home-activities_slide {
    min-width: 92%;
    max-width: 92%;
  }

  .home-values_value-wrapper {
    flex-direction: column;
    display: flex;
  }

  .home-values_lottie {
    display: none;
  }

  .home-about_video-embed {
    border-radius: 1.5rem;
  }

  .home-plans_plan-wrap {
    border-radius: 1.5rem;
    flex-direction: column;
  }

  .home-plans_plan-content {
    order: -1;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-top: 2.5rem;
  }

  .home-plans_plan-image {
    border-radius: 1.5rem;
    width: auto;
    max-width: none;
    margin-bottom: 1.75rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .home-plans_plan-title {
    font-size: 1.5rem;
  }

  .section_terms-header {
    padding-top: 9rem;
  }

  .terms-header_component {
    border-radius: 1.5rem;
    padding: 4rem 1.5rem;
  }

  .terms-all_block {
    grid-row-gap: 2rem;
    border-radius: 1.5rem;
    padding: 4rem 1.5rem 1.75rem;
  }

  .section_contact-header {
    padding-top: 9rem;
  }

  .contact-header_component {
    border-radius: 1.5rem;
    padding: 4rem 1.5rem 1.75rem;
  }

  .contact-header_card {
    padding: 1.875rem 1.5rem;
  }

  .contact-header_map {
    border-radius: 1.5rem;
  }

  .activies-all_cards {
    grid-template-columns: 1fr;
  }

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

  .goals_item {
    max-width: none;
  }

  .goals_item.is-right {
    text-align: left;
  }

  .goals_item.is-mobile-hide, .goal-main_image-wrapper.is-mobile-hide {
    display: none;
  }

  .section_activies-header {
    padding-top: 10rem;
  }

  .activies-header_images-wrap {
    grid-template-columns: 1fr;
  }

  .activies-header_image {
    width: 100%;
    height: 25rem;
  }

  .activies-rate_cards {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .activies-rate_card {
    padding: 1.5rem;
  }

  .about-team_people {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-team_business-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-timeline_circle {
    width: 1.375rem;
    height: 1.375rem;
    top: 50vh;
  }

  .about-timeline_progress-bar {
    bottom: 50vh;
  }

  .about-timeline_item-center {
    justify-content: flex-start;
  }

  .about-timeline_fade-top {
    height: 22.5rem;
  }

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

  .about-timeline_fade-bottom {
    height: 5rem;
  }

  .about-timeline_date-text {
    margin-bottom: 24px;
    font-size: 1.75rem;
    position: static;
  }

  .about-timeline_date-text.is-reverse {
    text-align: left;
  }

  .about-timeline_progress {
    left: .585rem;
  }

  .about-timeline_item {
    grid-column-gap: .75rem;
    grid-template-columns: 2rem 1fr;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .about-timeline_timeline-wrap {
    padding-top: 3rem;
    position: relative;
  }

  .section_about-header {
    padding-top: 10rem;
  }

  .about-history_component {
    border-radius: 1.5rem;
    margin-top: -3.3rem;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .about-history_value {
    width: 8rem;
  }

  .about-founders_image {
    height: 32rem;
  }

  .section_home-header {
    padding-top: 9rem;
  }

  .home-header_component {
    flex-direction: column;
  }

  .home-header_content {
    text-align: center;
    align-items: stretch;
  }

  .home-header_image {
    max-width: 100%;
  }

  .home-header_buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .home-header_numbers {
    margin-bottom: -4.875rem;
  }

  .help-moments_component {
    border-radius: 1.5rem;
  }

  .help-moments_logo {
    width: 8.25rem;
  }

  .help-moments_content {
    padding: 1.75rem 1.5rem 4rem;
  }

  .section_help-header {
    background-image: linear-gradient(180deg, rgba(3, 68, 158, .1), var(--blue-sea-default));
    padding-top: 10rem;
  }

  .help-moments_imagens-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .help-moments_imagen {
    border-radius: 1.125rem;
    width: 14rem;
    height: 14rem;
  }

  .help-values_cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .goals_mobile-itens {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .home-header_shape.is-1 {
    top: -19%;
    right: -3%;
  }

  .home-header_shape.is-2 {
    bottom: -24%;
    left: -28%;
  }

  .activities-slide_component {
    border-radius: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .button.is-small.is-button-nav {
    display: none;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

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

  .footer_main-links {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .donation_close-button {
    width: 2rem;
    height: 2rem;
    top: 1.75rem;
    right: 1.25rem;
  }

  .our-numbers_point-wrapper {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .our-numbers_point-title {
    font-size: 1.325rem;
  }

  .our-numbers_point-text {
    white-space: nowrap;
  }

  .our-numbers_points {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 100px 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: start;
    max-width: 100%;
    padding-bottom: .5rem;
    display: flex;
    overflow: auto;
  }

  .home-values_lottie {
    width: 13rem;
    top: -78%;
    right: -21%;
  }

  .activies-rate_about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .activies-rate_card-image {
    object-fit: cover;
    width: 100%;
    height: 7rem;
  }

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

  .about-timeline_fade-top {
    height: 26rem;
  }

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

  .home-header_numbers {
    margin-bottom: -6rem;
  }

  .help-moments_imagen {
    min-width: 12rem;
    height: 10rem;
  }
}

#w-node-b4658b8f-5992-b36f-c2b6-a091453c0dc1-453c0dac, #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c0e-f4937c0c, #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c0f-f4937c0c, #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c10-f4937c0c, #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c11-f4937c0c, #w-node-_2ba098c5-bdb0-240a-162d-52af7c5f645f-c3918841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c7ea2dd-4a29-18b1-a0c8-46c8ad0d0c71-ad0d0c55 {
  justify-self: center;
}

#w-node-_98535c11-2c6e-5b65-2e15-2071ed200a9d-58efab66, #w-node-_153457fb-9ef8-3560-2a8e-eeec166d1e27-58efab66, #w-node-_373c9163-79d1-c19f-5240-cbd1c403da2f-58efab66 {
  justify-self: stretch;
}

#w-node-_33f89db1-041f-94f8-af70-81e5c22368dc-c22368cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f89db1-041f-94f8-af70-81e5c22368e3-c22368cb {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_33f89db1-041f-94f8-af70-81e5c22368e7-c22368cb, #w-node-_33f89db1-041f-94f8-af70-81e5c22368e8-c22368cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f89db1-041f-94f8-af70-81e5c22368e9-c22368cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_33f89db1-041f-94f8-af70-81e5c22368f0-c22368cb, #w-node-_33f89db1-041f-94f8-af70-81e5c22368f7-c22368cb, #w-node-_33f89db1-041f-94f8-af70-81e5c22368f8-c22368cb, #w-node-_33f89db1-041f-94f8-af70-81e5c22368f9-c22368cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c16-f4937c0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c16-f4937c0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbec8093-b0c9-e1ff-6ee1-0e1964977052-f32427de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbec8093-b0c9-e1ff-6ee1-0e1964977050-f32427de {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cbec8093-b0c9-e1ff-6ee1-0e196497704d-f32427de, #w-node-_7b9519ec-f691-38aa-7bf4-c13e6734546a-f32427de {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7b9519ec-f691-38aa-7bf4-c13e6734546d-f32427de {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7b9519ec-f691-38aa-7bf4-c13e6734546f-f32427de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4dbe53d-7af0-66c1-6697-5e1bf4937c16-f4937c0c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Auro';
  src: url('../fonts/Auro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans Variable';
  src: url('../fonts/InstrumentSans-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}