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

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

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

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

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

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

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

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

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

:root {
  --elements-webflow-library--accent--azul-1: #223961;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #62b259;
  --elements-webflow-library--neutral--800: #223961;
  --elements-webflow-library--neutral--600: #34456e;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--font-main: Gotham, Arial, sans-serif;
  --elements-webflow-library--accent--verde-1: #62b259;
  --elements-webflow-library--accent--font-corpo: "Gotham Book", Arial, sans-serif;
  --elements-webflow-library--accent--verde-2: #9aca8c;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--accent--font-second: "Arista Signature", Arial, sans-serif;
  --elements-webflow-library--accent--azul-4: #0d1121;
  --elements-webflow-library--accent--azul-2: #34456e;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
  --elements-webflow-library--accent--azul-3: #080b16;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-v9 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  padding: 16px 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  border: 1px none var(--elements-webflow-library--neutral--600);
  background-color: var(--elements-webflow-library--accent--verde-1);
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  letter-spacing: 1.4px;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  padding: 10px 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--accent--verde-2);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -7px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---buttons-row.button-main {
  justify-content: center;
  align-items: center;
}

.brix---paragraph-default {
  opacity: .8;
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
}

.brix---mg-bottom-40px {
  text-align: center;
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---hero-bg-image-dark-header-top {
  background-color: #eff0f600;
  background-image: linear-gradient(#fff, #fff0 53%), url('../images/HERO-2-01.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 240px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--neutral--800);
  letter-spacing: 1.4px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: 1;
  color: var(--elements-webflow-library--accent--verde-1);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 400px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

.div-block {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 240px;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--azul-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---mg-bottom-0 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  margin-bottom: 0;
  font-size: 14px;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---footer-bottom-v5 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---instagram-link-image {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

.brix---instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.brix---instagram-link-wrapper {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---footer-col-title {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.brix---footer-link {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--verde-1);
}

.brix---footer-list-item {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-bottom: 18px;
  padding-left: 0;
  font-weight: 400;
}

.brix---footer-list-wrapper {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

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

.brix---paragraph-default-2 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
  display: block;
}

.brix---color-neutral-600.grid-footer-links {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v5 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto .7fr;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---footer-top-border-bottom.footer-links {
  padding-bottom: 40px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library--accent--azul-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---heading-h3-size {
  color: var(--elements-webflow-library--neutral--200);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--azul-1);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---blog-card-content-over {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 90%;
  margin-top: -78px;
  padding: 48px;
  position: relative;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---heading-h2-size {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.brix---heading-h2-size.white {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---badge-primary-small {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---blog-card-featured-content-v2 {
  padding: 64px 56px;
}

.brix---card-blog-featured-v5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 668px;
  margin-bottom: 80px;
  text-decoration: none;
  transition: transform .3s;
}

.brix---card-blog-featured-v5:hover {
  transform: scale(.96);
}

.brix---container-default-100 {
  width: 100%;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---blog-card-featured-full-width-card {
  background-image: url('../images/02-blog-elements-brix-templates-large.jpeg');
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 812px;
  display: flex;
}

.brix---heading-h1-size-2 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 66px;
}

.brix---heading-h1-size-2.white {
  color: var(--elements-webflow-library--neutral--100);
  line-height: 46px;
}

.brix---subtitle {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--600);
  letter-spacing: 1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.brix---subtitle.white {
  color: var(--elements-webflow-library--neutral--300);
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section-blog-v5 {
  padding-top: 176px;
  padding-bottom: 0;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  padding: 16px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 16px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---card-over-bg-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
  max-width: 728px;
  padding: 80px 72px;
  position: static;
}

.brix---grid-card-light {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-bg-image {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-2 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--neutral--600);
  text-align: justify;
  margin-bottom: 0;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

.brix---grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 80px;
  display: grid;
}

.brix---image {
  display: none;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  overflow: hidden;
}

.brix---mg-bottom-56px {
  margin-bottom: 0;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section {
  background-color: var(--elements-webflow-library--neutral--600);
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#0000 12%, #fff), url('../images/HERO-2-01.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 176px;
  padding-bottom: 0;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  color: var(--elements-webflow-library--accent--verde-2);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---video-bg-image {
  width: 100%;
}

.brix---image-wrapper-br-24px-shadow-2 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  overflow: hidden;
}

.brix---heading-h2-size-2 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---subtitle-2 {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--accent--azul-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: -20px;
  padding-top: 176px;
  padding-bottom: 140px;
}

.brix---mg-bottom-3 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.brix---mg-bottom-3.white {
  color: var(--elements-webflow-library--neutral--400);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 0;
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 69px;
  grid-row-gap: 28px;
  background-color: var(--elements-webflow-library--accent--azul-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: auto;
  max-width: 1120px;
  height: auto;
  min-height: 400px;
  margin-bottom: 0;
  display: grid;
}

.brix---image-2 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---image-wrapper-br-24px-shadow-3 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.brix---image-wrapper-br-24px-shadow-3.div-none {
  display: none;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-span {
  font-family: var(--elements-webflow-library--accent--font-second);
  color: var(--elements-webflow-library--accent--verde-1);
  letter-spacing: 3px;
  font-size: 72px;
  font-weight: 400;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.loader {
  z-index: 2000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.footer-logo-container.absolute {
  position: absolute;
}

.wrapper-for-loader {
  flex-direction: column;
  align-items: center;
  width: 102%;
  display: flex;
  overflow: hidden;
}

.loder-logo-text-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.loder-logo-favicon {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.loder-logo-text-block {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.loader-circle {
  z-index: -1;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 140vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 12px 100px 64px;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-4:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-5 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-3 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 0;
}

.brix---card-over-bg-image-2 {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
  max-width: 728px;
  padding: 80px 72px;
  position: static;
}

.brix---grid-card-light-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-bg-image-2 {
  background-image: url('../images/G-contorno2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  margin-right: 100px;
  padding-right: 0;
}

.div-block-3 {
  min-height: auto;
  margin-right: 100px;
}

.div-block-4 {
  margin-right: 100px;
}

.brix---btn-secondary-5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-5:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-6 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---play-button-large-2 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  max-width: 50%;
  transition: transform .3s;
}

.brix---play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.brix---bg-overlay-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---video-bg-image-2 {
  width: 100%;
}

.brix---position-relative-2 {
  position: relative;
}

.brix---image-wrapper-br-24px-shadow-4 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 0;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--azul-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center-2 {
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center-2.img {
  margin-bottom: 0;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/G-contorno2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---paragraph-default-5 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---display-4 {
  font-family: var(--elements-webflow-library--accent--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 0;
  width: 100%;
  padding: 48px 56px;
  display: block;
  overflow: visible;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---square-icon-48px {
  border-radius: 0;
  width: 48px;
}

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 0;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--verde-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--accent--verde-1);
  border-radius: 0;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-block {
  font-family: var(--elements-webflow-library--accent--font-main);
  font-weight: 500;
}

.heading {
  font-family: var(--elements-webflow-library--accent--font-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.div-block-5 {
  margin-bottom: 40px;
}

.about-section {
  background-image: url('../images/Hero-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-right: 150px;
}

.about-section.section-quem-somos {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.about-awards-year-wrapper {
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.about-awards-grid {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-8 {
  max-width: 1360px;
  margin: 120px auto 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-awards-singel-wrapper {
  display: flex;
  position: sticky;
  top: 100px;
}

.about-awards-singel-wrapper.brix---tabs-menu-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

.about-awards-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.about-awards-left-content {
  position: relative;
}

.about-awards-info-text-block {
  color: #151515;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.about-awards {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.about-awards-wrapper {
  margin-top: 60px;
}

.about-awards-right-content {
  padding-bottom: 60px;
}

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

.container-10 {
  max-width: 1360px;
  margin: 120px auto 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs {
  display: block;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.div-block-6, .div-block-7 {
  margin-bottom: 40px;
}

.brix---image-width-33 {
  width: 33%;
}

.brix---gallery-v9-images-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.brix---btn-primary-7 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-6 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-6.white {
  color: var(--elements-webflow-library--neutral--400);
  padding-left: 60px;
  padding-right: 60px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-5 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---image-wrapper-br-24px {
  border-radius: 0;
  overflow: hidden;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---grid-gallery-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 60px;
  display: grid;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 140px;
}

.brix---section-5.section-5 {
  padding-top: 0;
}

.text-span-2 {
  font-family: var(--elements-webflow-library--accent--font-main);
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
}

.brix---btn-secondary-6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-6:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-7 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size-6 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---bg-image-full-width-3 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  padding: 16px 38px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-style: solid;
  border-color: var(--elements-webflow-library--accent--verde-2);
  background-color: var(--elements-webflow-library--accent--verde-2);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--accent--verde-1);
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 16px 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--accent--verde-2);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white.button-div {
  margin-top: 60px;
  margin-bottom: 220px;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009), url('../images/IMG-VIDEO-1.webp'), linear-gradient(90deg, #000 23%, #fff0);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h2-size-8 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---grid-cta-v10-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slide-5_glow {
  z-index: -1;
  opacity: .61;
  filter: blur(120px);
  background-image: radial-gradient(circle, #552908, #1b1681);
  border-radius: 50%;
  width: 660px;
  height: 440px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-2 {
  cursor: pointer;
  border: 1px solid #9fa0ff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 64px;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
}

.button-2:active {
  background-color: #ffffff12;
  border-color: #9fa0ff00;
}

.logo_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.logo_color.logo_color-2 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #1500ff, #07f);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 20%;
  left: 39%;
}

.logo_color.logo_color-4 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(to right, #ff0eff, #ff008c);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 46%;
  left: 48%;
}

.logo_color.logo_color-1 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(to right, #0e7aff, #00ffe5);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 0;
}

.logo_color.logo_color-3 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #a100ff, #ff00c3);
  width: 140px;
  height: 140px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 4%;
}

.button-8_color-2 {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(#8820ff, #3c32ff);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(33deg);
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #7300ffd6, #e815ffd9);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #07fc, #ad15ffe0);
  top: -30%;
  left: 29%;
}

.button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4 {
  z-index: 1;
  cursor: pointer;
  background-color: #8315f159;
  border: 2px solid #8315f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  text-shadow: 0 2px 8px #8205ff;
  font-weight: 600;
}

.button-4:active {
  text-shadow: none;
  background-color: #8315f130;
}

.button-2_color-5 {
  mix-blend-mode: normal;
  background-image: linear-gradient(281deg, #6110cb 27%, #0e144300);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -39%;
  left: -4%;
}

.button-6_color-4 {
  background-image: linear-gradient(257deg, #87e9ff, #13acff);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 17px;
  left: 77px;
}

.slide-3_glow {
  z-index: -1;
  opacity: .2;
  filter: blur(120px);
  background-image: linear-gradient(123deg, #4a3aa1, #1c55a5);
  border-radius: 50%;
  width: 630px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: auto;
}

.button-9 {
  z-index: 0;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 0 14px #c0a61200, 0 1px 20px #f800;
}

.button-9:hover {
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9:active {
  box-shadow: 4px 0 15px #c0a612e0, 0 10px 36px -6px #ff8800ab;
}

.button-9-wrap {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border: 1px solid #ffec1b26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 45px;
  margin-right: .3px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 11px #c0a61200, 0 1px 20px #f800;
}

.button-9-wrap:hover {
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border-color: #ffec1b00;
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9-wrap:active {
  box-shadow: 4px 0 15px #c0a612ab, 0 10px 36px -6px #ff8800e0;
}

.logo-wrap {
  z-index: 3;
  width: 240px;
  height: 250px;
  position: relative;
  transform: scale(1.1);
}

.button-7 {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
}

.button-7:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.button-5 {
  z-index: 1;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:active {
  box-shadow: 0 10px 29px -6px #990cae91;
}

.section_5 {
  background-color: #05010d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-6_bg {
  z-index: 3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #0000001f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-6_bg:active {
  background-color: #0000005c;
}

.button-6_color-6 {
  background-image: linear-gradient(257deg, #ff87f7, #ff1385);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -8px;
  right: 29px;
}

.icon_arrow {
  height: 20px;
}

.button-8 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.border_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.border_color.color-3 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #fab300, #fff200);
  width: 40px;
  height: 40px;
  top: -41%;
  left: 8%;
}

.border_color.color-2 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #ff2596, #f709ff);
  width: 40px;
  height: 40px;
  top: -45%;
  left: 29%;
}

.border_color.color-1 {
  filter: blur(12px);
  background-image: linear-gradient(112deg, #ff950b, #ff4400eb);
  width: 40px;
  height: 40px;
  top: -30%;
  left: -5%;
}

.slide_8-bg {
  z-index: -2;
  opacity: .54;
  width: 570px;
  height: 600px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-2_glow {
  z-index: -1;
  opacity: .61;
  filter: blur(120px);
  background-image: linear-gradient(123deg, #170b57, #441546);
  border-radius: 50%;
  width: 630px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-9_glow {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 15px 2px #e6b113c2, inset 0 -6px 7px -3px #ffe432cf;
}

.section_6 {
  background-color: #05010d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_10 {
  background-color: #131215;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.section_4 {
  grid-column-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.section_3 {
  grid-column-gap: 0px;
  background-color: #05010d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.line_vertical-4 {
  border-right: 1px solid #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.label {
  z-index: 5;
  position: relative;
}

.button-3-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-2_mask {
  z-index: -1;
  opacity: .86;
  border-radius: 55px;
  width: 164px;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  overflow: hidden;
}

.icon_mic {
  z-index: 5;
  width: 32px;
  height: 32px;
  position: relative;
}

.slide-1_glow-2 {
  z-index: -3;
  opacity: .5;
  filter: blur(100px);
  background-color: #2b236a;
  border-radius: 50%;
  width: 360px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 35% 48% auto auto;
}

.line_vertical-5 {
  border-right: 1px solid #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.button-2_color-4 {
  mix-blend-mode: normal;
  background-image: linear-gradient(95deg, #0d88d8, #11222d00);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -28%;
  right: 28%;
}

.button-6_color-2 {
  background-image: linear-gradient(257deg, #87ffc7, #13ffa9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: -3px;
}

.button-5_border-color {
  z-index: -2;
  filter: contrast(130%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.button-2_color-1 {
  mix-blend-mode: normal;
  background-image: linear-gradient(100deg, #e1a408, #49401400);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: 10%;
}

.wrapper {
  z-index: 5;
  background-color: var(--elements-webflow-library--accent--azul-4);
  width: 100%;
  position: relative;
}

.button-2_color-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(222deg, #ce0bbb, #260d2000);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 33%;
}

.button-4_wave-1 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-1_bg {
  z-index: 3;
  background-color: #01030e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-8_color-4 {
  z-index: -2;
  opacity: .24;
  background-image: linear-gradient(#ff20ff, #3273ff);
  border-radius: 24px;
  width: 115%;
  height: 115%;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% -8%;
  transform: rotate(72deg);
}

.section_9 {
  background-color: #141119;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.slide-9_glow {
  z-index: -1;
  opacity: .44;
  filter: blur(120px);
  background-image: radial-gradient(circle, #c80fa9, #0d6dd4);
  border-radius: 50%;
  width: 650px;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.label_size-s {
  z-index: 8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  position: absolute;
}

.button-6_color-5 {
  background-image: linear-gradient(257deg, #87c5ff, #133eff);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -2px;
  left: 5px;
}

.section_1 {
  background-color: var(--elements-webflow-library--accent--azul-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.line_vertical {
  border-right: 1px solid #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.line-wrap {
  z-index: -2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20vh;
  padding-right: 20vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_8 {
  grid-column-gap: 30px;
  background-color: #05010d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.embed {
  z-index: 300;
}

.line_vertical-2 {
  z-index: -1;
  border: 1px #000;
  border-right: 1px dashed #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.button-5-gradient {
  z-index: 4;
  opacity: 1;
  filter: contrast(140%);
  background-image: linear-gradient(255deg, #7423ff80, #ba5ce282);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 93%;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  top: 4.5%;
  left: 1.5%;
}

.button-5-gradient:hover {
  filter: contrast(110%);
  background-image: linear-gradient(255deg, #5e23ff6b, #9c41f46b 53%, #bf5bea6b);
}

.button-5-gradient:active {
  filter: contrast(160%);
  background-image: linear-gradient(255deg, #5e23ff96, #9c41f49c 53%, #bf5bea8f);
}

.button-2_color-2 {
  mix-blend-mode: normal;
  background-image: linear-gradient(153deg, #8e18d1, #0000);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12%;
  right: -7%;
}

.slide-1_glow {
  z-index: -3;
  filter: blur(100px);
  background-color: #2b236a;
  border-radius: 50%;
  width: 300px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 21% 23% auto auto;
}

.logo_mask {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.button-6_colors {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-9_mask {
  z-index: 6;
  filter: blur(5px);
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 12px 1px #f0b00e75;
}

.scroll {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 70px;
}

.section_7 {
  background-color: #05010d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.slide-9_glow-2 {
  z-index: -1;
  opacity: .36;
  filter: blur(40px);
  background-image: radial-gradient(circle, #fad716, #6e0204 65%);
  border-radius: 50%;
  width: 300px;
  height: 170px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.gradient_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient_color.gradient_color-11 {
  filter: blur(14px);
  background-color: #f3b10999;
  background-image: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -1px auto auto 7px;
}

.gradient_color.gradient_color-6 {
  filter: blur(8px);
  background-color: #ff2b00bf;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 28px auto auto 8px;
}

.gradient_color.gradient_color-3 {
  z-index: 1;
  filter: blur(8px);
  background-color: #e9ad15b0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -40px auto auto 0;
}

.gradient_color.gradient_color-4 {
  filter: blur(8px);
  background-image: radial-gradient(circle, #4d0bbccc 55%, #ef078ff7);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -12px auto auto 20px;
}

.gradient_color.gradient_color-1 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #c4d40edb 75%, #d814eed1);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: -12px;
}

.gradient_color.gradient_color-7 {
  filter: blur(10px);
  background-color: #f1b419ad;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4px auto auto 4px;
}

.gradient_color.gradient_color-5 {
  filter: blur(8px);
  background-color: #ea911c8f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 16px auto auto 64px;
}

.gradient_color.gradient_color-8 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #540ad4bf 39%, #ec21cac9);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 28px;
}

.gradient_color.gradient_color-2 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #701deed4 56%, #f315ebe8 92%);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 80px;
}

.gradient_color.gradient_color-9 {
  filter: blur(10px);
  background-color: #d90c5aba;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 8px auto auto 92px;
}

.gradient_color.gradient_color-10 {
  filter: blur(14px);
  background-color: #de3afff0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 12px;
}

.button-6_color-3 {
  background-image: linear-gradient(174deg, #fff987, #ffbc13);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 47px;
}

.button-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.line_vertical-3 {
  border-right: 1px #ffffff1f;
  width: 1px;
  height: 100%;
  display: block;
  position: relative;
}

.button-7_bg {
  z-index: 1;
  background-color: #ddb111;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-wrap {
  width: 100%;
}

.button-8_color-3 {
  z-index: -1;
  opacity: .75;
  background-image: linear-gradient(#20cfff, #1164ff);
  border-radius: 22px;
  width: 105%;
  height: 105%;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-18deg);
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.icon_play {
  width: 18px;
  height: 18px;
}

.button-6_color-1 {
  background-image: linear-gradient(#e387ff, #a913ff);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 0;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-2_bg {
  z-index: 1;
  grid-column-gap: 10px;
  background-image: radial-gradient(circle, #133e9b47, #133e9b00 85%);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 48px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6 {
  z-index: 1;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
}

.button-8_color-1 {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #00000063;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 96%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-8_color-1:active {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000026;
}

.button-9_border-color {
  z-index: 1;
  filter: contrast(130%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.section_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0d112100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.brix---contact-v7-half-bg-image-bottom {
  z-index: -1;
  width: auto;
  height: auto;
  position: static;
  inset: auto 0% 0%;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--azul-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---link-icon-left-2 {
  margin-right: 6px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  color: var(--elements-webflow-library--neutral--600);
  align-items: flex-start;
  display: flex;
}

.brix---link-text-2 {
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--elements-webflow-library--accent--azul-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

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

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-4 {
  color: var(--elements-webflow-library--accent--azul-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---half-bg-bottom-70 {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--azul-1);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-square-acent-36px {
  background-color: var(--elements-webflow-library--accent--azul-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---heading-h3-size-2 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--azul-1);
}

.brix---text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--azul-1);
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---paragraph-default-9 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-2-contact-v9 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---square-icon {
  border-radius: 16px;
  max-width: 80%;
}

.brix---card-link-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-160px {
  margin-bottom: 160px;
}

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: block;
}

.code-embed {
  margin-bottom: -5px;
}

.div-block-11 {
  margin-bottom: 40px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
}

.link-2 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--accent--verde-1);
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: var(--elements-webflow-library--accent--verde-2);
}

.image, .image-2, .image-3, .image-4 {
  filter: grayscale();
}

.section_4-2 {
  grid-column-gap: 48px;
  background-color: #0d112100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_3-2 {
  grid-column-gap: 40px;
  background-color: #0d112100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button-list-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-14 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-height: auto;
  display: block;
}

.div-block-15, .div-block-16 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  margin-left: 0;
  margin-right: 0;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 0;
  overflow: hidden;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: grid;
}

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-10 {
  font-family: var(--elements-webflow-library--accent--font-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 0;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-7 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  max-width: 1218px;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.brix---section-6 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-17 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 1218px;
  padding: 5px 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.code-embed-2 {
  color: var(--elements-webflow-library--accent--azul-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2:hover {
  color: var(--elements-webflow-library--accent--verde-1);
}

.div-block-18 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--elements-webflow-library--neutral--100);
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: fixed;
}

.div-block-19 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.code-embed-3 {
  color: var(--elements-webflow-library--neutral--400);
}

.container-11 {
  height: auto;
}

.livechat-button {
  background-color: var(--elements-webflow-library--accent--verde-2);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--elements-webflow-library--accent--verde-1);
  transform: scale(1.1);
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.close-live-chat-container:hover {
  filter: invert();
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 60px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--elements-webflow-library--accent--verde-2);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--elements-webflow-library--accent--verde-1);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

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

.rl-heading-style-h2 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--accent--azul-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl-text-style-regular {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: var(--elements-webflow-library--accent--azul-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  color: var(--elements-webflow-library--accent--verde-1);
  font-weight: 600;
}

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

.rl_blogpost1_date-wrapper {
  display: flex;
}

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

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

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

.rl_blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

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

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-text-rich-text {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: #000;
  font-weight: 400;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

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

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

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.rl-breadcrumb-text {
  font-family: var(--elements-webflow-library--accent--font-corpo);
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

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

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

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

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

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

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

.rl_blogpost1_author-text-large {
  font-family: var(--elements-webflow-library--accent--font-main);
  color: var(--elements-webflow-library--accent--azul-1);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.grid-2 {
  display: flex;
}

.heading-2 {
  font-size: 28px;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 155%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---center-heading.text2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-9 {
  font-size: 16px;
  line-height: 155%;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: #000000c2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.spark-hero-section-left-side-2 {
  width: auto;
  margin-bottom: 60px;
}

.waves---heading-2-no-margins {
  color: #273669;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}

.waves---heading-2-no-margins.text2 {
  text-align: left;
  margin-bottom: 20px;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 500px;
  max-width: 100%;
  display: block;
}

.video {
  height: 500px;
}

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

.donate-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--elements-webflow-library--neutral--600);
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.2rem;
  display: flex;
}

.donate-button:hover, .donate-button.button-destaque {
  background-color: var(--elements-webflow-library--accent--verde-1);
}

.donate-button.button-destaque:hover {
  background-color: var(--elements-webflow-library--accent--verde-2);
}

.campaign-name {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: #00263b;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.donate-heading {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  letter-spacing: -1px;
  font-size: 2rem;
  font-weight: 500;
}

.donate-heading.txt-destaque {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  color: #fff;
}

.campaign.photo {
  z-index: 3;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -125px;
  overflow: hidden;
}

.campaign.contact {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.campaign.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.profile-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: block;
}

.profile-pic:hover {
  transform: scale(1.3);
}

.c-2 {
  flex-direction: column;
  flex: 0 30%;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.profile {
  height: 75px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

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

.social-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  display: flex;
}

.msg {
  color: #070707;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-3 {
  color: #070707;
  border-bottom: .5px solid #000;
  text-decoration: none;
}

.link-3.wrap {
  z-index: 1;
  color: #070707;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.1rem 1.1rem 1.1rem 1.5rem;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 2px 10px 30px -12px #dfdfdf;
}

.link-3.wrap:hover {
  color: #727272;
  box-shadow: 2px 9px 30px -11px #727272;
}

.link-3.wrap.link-destaque {
  background-color: var(--elements-webflow-library--accent--azul-2);
}

.campaign-description {
  font-family: var(--elements-webflow-library--accent--font-corpo);
  margin-top: 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2em;
}

.cover {
  flex-direction: column;
  justify-content: center;
}

.cover.img {
  object-fit: cover;
  object-position: 50% 0%;
}

.cover.mask {
  z-index: 3;
  object-fit: cover;
  border-radius: 0 0 1rem 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover.overlay {
  z-index: 2;
  background-image: linear-gradient(#07070700, #070707bf);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.donate-icon {
  filter: invert();
  width: 1.1rem;
}

.container-4 {
  max-width: 42.1rem;
}

.container-5 {
  display: flex;
}

.container-5.boxed {
  flex-direction: column;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-4 {
  flex: 0 40%;
}

.text-block-10 {
  font-family: var(--elements-webflow-library--accent--font-corpo);
}

.video-canva {
  width: 680px;
  max-width: 680px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-21.banner-none {
  display: none;
}

.image-5 {
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .brix---grid-2-columns-instagram {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 80px;
  }

  .brix---grid-2-columns-2-col-mbl {
    width: 100%;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-5_glow {
    width: 700px;
    height: 470px;
  }

  .button-2 {
    transform: scale(1.15);
  }

  .button-4 {
    transform: scale(1.2);
  }

  .slide-3_glow {
    width: 680px;
    height: 520px;
  }

  .button-9 {
    transform: scale(1.4);
  }

  .logo-wrap {
    transform: scale(1.5);
  }

  .button-7 {
    z-index: 1;
    transform: scale(1.2);
  }

  .button-5 {
    transform: scale(1.15);
  }

  .button-6_bg:active {
    background-color: #00000073;
  }

  .button-8 {
    transform: scale(1.2);
  }

  .slide_8-bg {
    position: absolute;
  }

  .slide-2_glow {
    height: 480px;
    transform: scale(1.2);
  }

  .button-1 {
    transform: scale(1.15);
  }

  .section_4, .section_3 {
    grid-column-gap: 60px;
  }

  .label {
    z-index: 5;
  }

  .label.width {
    font-size: 14px;
  }

  .icon_mic {
    z-index: 3;
  }

  .slide-1_glow-2 {
    z-index: -2;
    width: 440px;
    height: 320px;
    top: 39%;
    right: 48%;
  }

  .button-2_color-1 {
    border-radius: 50%;
  }

  .wrapper {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .slide-9_glow {
    opacity: .41;
    width: 780px;
    height: 500px;
  }

  .section_1 {
    height: 100vh;
    margin-bottom: 300px;
  }

  .line-wrap {
    padding-left: 25vh;
    padding-right: 25vh;
  }

  .section_8 {
    grid-column-gap: 60px;
  }

  .slide-1_glow {
    z-index: -4;
    width: 400px;
    height: 260px;
    top: 25%;
  }

  .scroll {
    transform: scale(1.2);
  }

  .slide-9_glow-2 {
    background-image: radial-gradient(circle, #eaa40c, #5a1e05a8 80%);
    width: 350px;
    height: 200px;
  }

  .button-list-wrap {
    grid-row-gap: 300px;
    width: 100vw;
    position: relative;
  }

  .button-7_bg:active {
    width: 90%;
    height: 90%;
  }

  .button-wrap {
    width: 100%;
  }

  .button-3 {
    transform: scale(1.15);
  }

  .button-6 {
    transform: scale(1.2);
  }

  .section_2 {
    height: 100vh;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .section_4-2, .section_3-2 {
    grid-column-gap: 60px;
    height: 100vh;
  }

  .button-list-wrap-2 {
    grid-row-gap: 300px;
    width: 100vw;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .brix---hero-bg-image-dark-header-top {
    background-position: 0 0, 50%;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 36px);
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---heading-h2-size.txt {
    color: var(--elements-webflow-library--neutral--100);
  }

  .brix---subtitle.txt {
    color: var(--elements-webflow-library--neutral--400);
  }

  .brix---section {
    background-position: 0 0, 50%;
  }

  .brix---bg-overlay {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-column-gap: 69px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    height: auto;
    display: grid;
  }

  .brix---image-2 {
    height: 100%;
  }

  .brix---play-button-large-2 {
    max-width: 60%;
  }

  .brix---bg-overlay-2 {
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .heading.link {
    color: var(--elements-webflow-library--accent--verde-1);
    font-size: 18px;
  }

  .brix---btn-secondary-white {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .brix---btn-primary-white {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .brix---cta-bg-overlay {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .slide-5_glow {
    filter: blur(130px);
    width: 960px;
    height: 750px;
  }

  .button-2 {
    transform: scale(1.4);
  }

  .logo_color.logo_color-1 {
    height: 200px;
  }

  .button-4 {
    transform: scale(1.4);
  }

  .slide-3_glow {
    width: 860px;
    height: 570px;
  }

  .button-9, .logo-wrap {
    transform: scale(1.8);
  }

  .button-7, .button-5, .button-8 {
    transform: scale(1.4);
  }

  .slide_8-bg {
    width: 800px;
    height: 840px;
  }

  .slide-2_glow {
    transform: scale(1.5);
  }

  .button-1 {
    transform: scale(1.4);
  }

  .section_4 {
    grid-column-gap: 120px;
  }

  .section_3 {
    grid-column-gap: 110px;
  }

  .slide-1_glow-2 {
    opacity: .38;
    width: 620px;
    height: 470px;
  }

  .slide-9_glow {
    z-index: -2;
    opacity: .33;
    filter: blur(130px);
    width: 980px;
    height: 780px;
    top: 19%;
  }

  .section_8 {
    grid-column-gap: 110px;
  }

  .slide-1_glow {
    opacity: .4;
    width: 560px;
    height: 410px;
  }

  .scroll {
    bottom: 90px;
    transform: scale(1.5);
  }

  .slide-9_glow-2 {
    width: 400px;
    height: 190px;
  }

  .button-3, .button-6 {
    transform: scale(1.4);
  }

  .section_2 {
    height: 100vh;
    display: flex;
  }

  .brix---section-position-relative {
    background-color: var(--elements-webflow-library--accent--azul-2);
    background-image: linear-gradient(#fff, #fff), url('../images/G-contorno2x.webp');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .brix---heading-h3-size-2 {
    color: var(--elements-webflow-library--accent--azul-1);
  }

  .brix---text-200-bold-2 {
    font-family: var(--elements-webflow-library--accent--font-corpo);
    color: var(--elements-webflow-library--neutral--100);
  }

  .brix---paragraph-default-9 {
    color: var(--elements-webflow-library--neutral--400);
  }

  .brix---card-link-center {
    background-color: var(--elements-webflow-library--neutral--200);
    border-style: none;
  }

  .brix---card-link-center:hover {
    background-color: var(--elements-webflow-library--accent--verde-2);
    color: var(--elements-webflow-library--neutral--800);
  }

  .div-block-8, .div-block-9, .div-block-10, .div-block-11 {
    margin-bottom: 40px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    color: var(--elements-webflow-library--neutral--600);
  }

  .section_4-2, .section_3-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 100vh;
  }

  .div-block-13 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .rl-heading-style-h2 {
    font-family: var(--elements-webflow-library--accent--font-main);
    color: var(--elements-webflow-library--accent--azul-1);
  }

  .rl-breadcrumb-link-active.w--current {
    color: var(--elements-webflow-library--accent--verde-1);
  }

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

  .rl-text-rich-text, .rl-breadcrumb-text {
    font-family: var(--elements-webflow-library--accent--font-corpo);
  }

  .grid-2 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-primary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    background-position: 0 0, 50% 45%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--accent--verde-1);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--accent--verde-1);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    font-family: var(--elements-webflow-library--accent--font-main);
    color: var(--elements-webflow-library--neutral--800);
    font-weight: 400;
  }

  .brix---header-nav-link-white:hover {
    opacity: 100;
    color: var(--elements-webflow-library--accent--verde-1);
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    text-align: left;
    background-color: #ffffff4d;
    flex-flow: column;
    padding: 24px;
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block {
    max-width: 620px;
    margin-bottom: 240px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v5 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default-2 {
    text-align: center;
  }

  .brix---color-neutral-600.grid-footer-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .brix---mg-bottom-24px {
    text-align: center;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-wrapper {
    margin-bottom: auto;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---blog-card-content-over {
    padding: 32px 22px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---heading-h2-size {
    font-size: 42px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h1-size-2 {
    font-size: 42px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-blog-v5 {
    padding-top: 118px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-over-bg-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---grid-card-light {
    grid-template-columns: 1.35fr;
  }

  .brix---section-bg-image {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 0;
  }

  .brix---section {
    background-position: 0 0, 50% 45%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    letter-spacing: 1em;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-column-gap: 69px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    max-width: none;
    height: 900px;
    min-height: auto;
    padding: 40px;
    display: grid;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .text-span {
    font-size: 82px;
  }

  .loader-circle {
    border-radius: 0%;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---card-over-bg-image-2 {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---grid-card-light-2 {
    grid-template-columns: 1.35fr;
    place-items: center stretch;
  }

  .brix---container-default-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---section-bg-image-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 100px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-left-icon {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tab-left-icon.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .about-awards-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1.6fr;
  }

  .about-awards-singel-wrapper.brix---tabs-menu-vertical {
    z-index: 5;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--elements-webflow-library--neutral--100);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    top: 0;
  }

  .about-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-awards-wrapper {
    margin-top: 40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .brix---gallery-v9-images-wrapper {
    margin-top: -71px;
  }

  .brix---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 0;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v10-2 {
    grid-template-columns: .78fr;
  }

  .section_2 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 100px;
  }

  .section_4-2, .section_3-2 {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .div-block-12 {
    text-align: center;
  }

  .div-block-13 {
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 0;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

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

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

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

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 60%;
  }

  .campaign.photo {
    width: 200px;
    height: 200px;
    top: -100px;
  }

  .c-2 {
    flex-basis: 50%;
  }

  .profile {
    justify-content: space-around;
  }

  .container-5.boxed {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 12px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
    margin-top: 82px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---blog-card-content-over {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---heading-h2-size {
    font-size: 32px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---badge-primary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---blog-card-featured-content-v2 {
    padding: 50px 32px;
  }

  .brix---card-blog-featured-v5 {
    margin-bottom: 40px;
  }

  .brix---blog-card-featured-full-width-card {
    min-height: 670px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-blog-v5 {
    padding-top: 100px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---card-over-bg-image {
    padding: 54px 32px;
  }

  .brix---grid-card-light {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 0;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 0;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
    height: 720px;
    padding: 20px;
  }

  .brix---image-wrapper-br-24px-shadow-3 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 0;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .loader {
    display: none;
  }

  .loder-logo-favicon {
    width: 35px;
    margin-right: 10px;
  }

  .loder-logo-text-block {
    font-size: 40px;
    line-height: 50px;
  }

  .loader-circle {
    width: 100%;
    height: 100%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .brix---btn-secondary-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---card-over-bg-image-2 {
    padding: 54px 32px;
  }

  .brix---grid-card-light-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-image-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .brix---btn-secondary-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 90px;
  }

  .brix---image-wrapper-br-24px-shadow-4 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 0;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-8, .container-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .brix---image-width-33 {
    width: 100%;
  }

  .brix---gallery-v9-images-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }

  .brix---btn-primary-7 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-gallery-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v10-2 {
    grid-template-columns: 1fr;
  }

  .slide-5_glow, .slide-3_glow, .slide-2_glow, .slide-9_glow {
    width: 100%;
  }

  .section_1 {
    height: 100vh;
  }

  .line-wrap {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .section_2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---text-200-bold-2, .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 80px;
  }

  .section_4-2, .section_3-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

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

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

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

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

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

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

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

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

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

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .campaign.photo {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    position: static;
  }

  .campaign.contact {
    color: #f5f5f5;
    margin-top: 20px;
  }

  .campaign.info {
    align-items: center;
    padding-top: 20px;
  }

  .profile {
    z-index: 9;
    border-bottom-style: none;
    flex-direction: column-reverse;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    padding: 3rem 1rem;
  }

  .social-icon {
    margin-left: 5px;
  }

  .header {
    padding-top: 1rem;
  }

  .msg {
    color: #f5f5f5;
    background-color: #000000c2;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 10px;
  }

  .link-3.wrap {
    padding: .8rem;
  }

  .cover.mask {
    border-radius: 1rem;
    height: 150px;
    position: absolute;
  }

  .cover.overlay {
    background-image: linear-gradient(153deg, #07070700, #070707bf);
  }

  .container-5.boxed {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-header-top {
    background-image: linear-gradient(#fff, #fff0 53%), url('../images/HERO-2-01.webp');
    background-position: 0 0, 50% 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---color-neutral-800 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---blog-card-content-over {
    width: 100%;
    margin-top: -46px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size.white.paddinh2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---badge-primary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---blog-card-featured-content-v2 {
    padding: 40px 24px 46px;
  }

  .brix---container-default-100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---blog-card-featured-full-width-card {
    min-height: 560px;
  }

  .brix---heading-h1-size-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h1-size-2.white {
    margin-bottom: 20px;
  }

  .brix---subtitle {
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---subtitle.white {
    letter-spacing: 5px;
    font-size: 12px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-blog-v5 {
    padding-top: 96px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-over-bg-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-bg-image {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-2 {
    text-align: center;
  }

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 0;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 0;
  }

  .brix---section {
    background-image: linear-gradient(#0000 50%, #fff), url('../images/HERO-2-01.webp');
    background-position: 0 0, 50% 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding-bottom: 0;
  }

  .brix---btn-secondary-3, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-3.white {
    text-align: center;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
    place-items: center stretch;
    height: 620px;
    padding: 10px 10px 20px;
  }

  .brix---image-wrapper-br-24px-shadow-3 {
    border-radius: 0;
  }

  .text-span {
    font-size: 82px;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .brix---btn-secondary-4, .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---card-over-bg-image-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-bg-image-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-secondary-5, .brix---btn-primary-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 70px;
  }

  .brix---image-wrapper-br-24px-shadow-4 {
    border-radius: 0;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-5 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    text-align: center;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-left-icon.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    text-align: center;
  }

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

  .container-7 {
    max-width: none;
  }

  .about-awards-year-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-heading-left {
    padding-bottom: 0;
  }

  .container-8 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .about-awards-singel-wrapper.brix---tabs-menu-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .about-awards-paragraph-text {
    font-size: 15px;
  }

  .about-awards-info-text-block {
    font-size: 14px;
    line-height: 28px;
  }

  .about-awards {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-9 {
    max-width: none;
  }

  .container-10 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .brix---btn-primary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center-3 {
    flex-direction: column;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-40px-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 0;
  }

  .brix---grid-gallery-v4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---btn-secondary-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-6 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---heading-h2-size-8 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .line_vertical-4 {
    display: none;
  }

  .section_1 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 220px;
  }

  .line_vertical-2 {
    display: none;
  }

  .section_2 {
    height: 100vh;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---icon-square-acent-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200-bold-2, .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 60px;
  }

  .section_4-2, .section_3-2 {
    height: 100vh;
  }

  .div-block-13, .div-block-15, .div-block-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 0;
  }

  .brix---grid-gallery-v6 {
    grid-template-rows: auto;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-10 {
    font-size: 18px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 0;
  }

  .brix---inner-container-600px---center-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-6 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-17 {
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    inset: 0% 0% auto;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-icon {
    max-width: 60%;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .spark-hero-sub-paragraph-2 {
    text-align: center;
  }

  .waves---center-heading.text2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-2-no-margins.text2 {
    text-align: center;
  }

  .campaign.photo {
    top: 10px;
  }

  .c-2 {
    flex-basis: 100%;
  }

  .profile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .link-3.wrap:hover {
    box-shadow: 2px 9px 30px -20px #727272;
  }

  .container-5.boxed {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-c60eea0d-5a86-0652-0d47-dbead5c20ce9-91d8bc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_82024f76-4594-aab7-35b7-b360136384d7-91d8bc02, #w-node-_9ac763c5-6f37-e649-5632-d6ada3ba5863-91d8bc02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932bb7c5-b6d2-8819-7dd4-4c8b77568eb5-91d8bc02, #w-node-_606d6366-7322-8010-3b79-125e8b283b9f-91d8bc02 {
  align-self: auto;
}

#w-node-f9f30a67-74ec-cfb5-1980-d49dbdf06c0c-91d8bc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78424b42-8b38-e523-94f7-d78c9fbadfd5-91d8bc02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d383b6a-f561-048f-4055-59e5a0986ab1-91d8bc02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-cc83bb84-a4de-2c26-898c-c4181b5f12e2-91d8bc02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_59275856-ee10-e5ee-6133-1ee976f2a626-91d8bc02, #w-node-fe743cf0-ba74-cfc4-ae53-7c04fb206026-91d8bc02, #w-node-d58033ca-69ce-1a58-c141-bec34ee17a57-91d8bc02, #w-node-a96c60ee-daf9-03ef-8270-32f4e2299280-91d8bc02, #w-node-_049dd64c-1628-04ad-feee-cbf74d58df8b-91d8bc02, #w-node-ba11d648-7de0-4b4e-0b6b-39395bcfcded-91d8bc02, #w-node-a98cadba-b0e4-1862-491a-88a9059b7419-91d8bc02, #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e89b-91d8bc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43815902-b464-f9bd-8716-1746d4a70b69-7c122f9a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_43815902-b464-f9bd-8716-1746d4a70b95-7c122f9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9ac763c5-6f37-e649-5632-d6ada3ba5864-91d8bc02 {
    place-self: auto;
  }

  #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e887-91d8bc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e89b-91d8bc02 {
    justify-self: center;
  }

  #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e8cd-91d8bc02, #w-node-_43815902-b464-f9bd-8716-1746d4a70b69-7c122f9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ac763c5-6f37-e649-5632-d6ada3ba5863-91d8bc02, #w-node-_9ac763c5-6f37-e649-5632-d6ada3ba5864-91d8bc02, #w-node-_0f5b92cf-9e76-6c53-9930-003a3d7805c6-91d8bc02, #w-node-_0f5b92cf-9e76-6c53-9930-003a3d7805c7-91d8bc02, #w-node-_932bb7c5-b6d2-8819-7dd4-4c8b77568eb4-91d8bc02, #w-node-_932bb7c5-b6d2-8819-7dd4-4c8b77568eb5-91d8bc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d383b6a-f561-048f-4055-59e5a0986ab1-91d8bc02, #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e887-91d8bc02 {
    grid-column: span 2 / span 2;
  }

  #w-node-_24e4a56b-3d36-6799-2293-ef31ee29e8cd-91d8bc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_43815902-b464-f9bd-8716-1746d4a70b69-7c122f9a {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Arista Signature';
  src: url('../fonts/Arista-Signature.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}