:root {
  --dim-grey-2\<deleted\|variable-3f16c8f0\>: #4a4b52;
  --pantone-5467: #a8641b;
  --white: white;
  --pantone-316: #004750;
  --black-5\<deleted\|variable-7ed8027a\>: #1a1c24;
  --azure-2\<deleted\|variable-bb9a064a\>: #d3e5e9;
  --pantone-500: #c7868d;
  --dark-backgrund: #121316;
  --black-6: rgba(18, 19, 22, .45);
  --gainsboro\<deleted\|variable-1babd775\>: #d0dcda;
  --grey\<deleted\|variable-9266213e\>: #73757f;
  --black: #1c1c20;
  --light-slate-grey: #91919c;
  --dim-grey: #484858;
}

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

h1 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

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

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

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

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

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

p {
  color: var(--dim-grey-2\<deleted\|variable-3f16c8f0\>);
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--pantone-5467);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

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

.heading-medium {
  color: var(--pantone-316);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-medium.text-color-white {
  font-size: 1.8rem;
}

.heading-large {
  color: var(--pantone-5467);
  text-transform: none;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large.produtos {
  letter-spacing: normal;
  width: 1128.48px;
  max-width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  color: var(--pantone-316);
  font-size: 1rem;
  line-height: 1.65;
}

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  align-self: center;
  font-size: 1.25rem;
}

.text-size-medium.text-align-justify {
  text-align: justify;
}

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

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

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

.form-wrapper {
  margin-bottom: 0;
}

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

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

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

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

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

.icon-large {
  height: 4rem;
}

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

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

.heading-xlarge {
  color: var(--pantone-316);
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.15;
}

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

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

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

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

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

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

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

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

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

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.fs-styleguide_classes {
  display: none;
}

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

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

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: var(--dim-grey-2\<deleted\|variable-3f16c8f0\>);
}

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

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

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

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

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

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

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

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

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

.utility_component {
  background-image: url('../images/png-11.png'), url('../images/jason-goodman-Ti7LQ0r-zy4-unsplash.jpg');
  background-position: 100% 0, 0 0;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: var(--pantone-316);
  color: #000;
}

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

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

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 9rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

.fs-styleguide_message-inner {
  color: #000;
  background-color: #fff;
  border-radius: 5vw 5vw 0 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 20vh;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 35rem;
  padding: 2rem;
  display: flex;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.icon.dark-icon-color {
  color: #000;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar {
  z-index: 10000;
  background-color: rgba(21, 22, 29, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #3b3b4b;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  font-size: 1.125rem;
  display: grid;
}

.nav-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.nav-brand.w--current {
  display: none;
}

.nav-left {
  display: flex;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-bottom: 1px none var(--black-5\<deleted\|variable-7ed8027a\>);
  color: #fff;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.underline-link.underline-link-dark {
  color: #000;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.hero-bottom {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: center;
  width: 100%;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-image-strip.left {
  position: relative;
}

.hero-image {
  border-radius: .5rem;
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image.two {
  margin-top: -45vw;
  left: 65vw;
}

.hero-image.three {
  margin-bottom: -5vw;
  left: -5vw;
}

.hero-image.four {
  top: 0%;
  left: -1vw;
}

.hero-image.nine {
  margin-top: -45vw;
  left: -65vw;
}

.hero-image.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image.twelve {
  margin-top: -150%;
}

.hero-image.thirteen {
  margin-top: -50vw;
  left: -70vw;
}

.hero-image.fourteen {
  left: 1vw;
}

.image-fill {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.image-fill.image-cover {
  object-fit: cover;
}

.overlay {
  z-index: 10;
  background-color: rgba(18, 19, 22, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.overlay-light {
  background-color: rgba(18, 19, 22, .75);
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.strip-wrapper.right {
  z-index: 25;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preview-intro {
  z-index: 25;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-description {
  max-width: 30rem;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

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

.speaker-text {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  padding-bottom: .55rem;
  display: flex;
}

.speaker-item-preview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.image-portrait {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: 14rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-servicos {
  z-index: 25;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.portrait-image {
  border-radius: .5rem;
  width: 20vw;
  height: 29vw;
  position: relative;
  overflow: hidden;
}

.speaker-name {
  z-index: 10;
  flex: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.speaker-list {
  border-top: 1px solid #d3e5e9;
  width: 100%;
  margin-bottom: 9rem;
  position: relative;
}

.number {
  color: var(--pantone-316);
  margin-top: .5rem;
  font-family: Gambetta, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
}

.preview-title {
  max-width: 35rem;
}

.sticky-top {
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.sticky-image {
  border-radius: .5rem;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.sticky-cover {
  justify-content: center;
  height: 100vh;
  display: flex;
}

.text-span {
  color: var(--pantone-500);
  font-family: Gambetta, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.action-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: end;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.preview-teacher-title {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  margin-left: 0;
  padding-left: 6vw;
  display: flex;
}

.preview-teacher-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  font-size: 1rem;
  display: flex;
}

.preview-teacher-description.full-width {
  max-width: 50rem;
}

.text-color-white {
  color: #fff;
}

.hero-home-heading {
  z-index: 30;
  position: relative;
  top: 40px;
}

.preview-teacher-top {
  padding-left: 6vw;
}

.heading-xhuge {
  color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-size: 5vw;
  line-height: 1;
}

.heading-xhuge.homepage-header {
  width: 48rem;
}

.special {
  color: var(--pantone-500);
  font-family: Gambetta, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.special.footer-special {
  color: var(--pantone-5467);
}

.special.green-special {
  color: var(--pantone-316);
}

.agenda-hero-component {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(auto, 1.5fr) auto;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 45rem;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 8rem;
  display: grid;
}

.heading-item {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.section-hero-speakers {
  background-color: var(--dark-backgrund);
  flex-direction: column;
}

.section-sticky {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-sections {
  z-index: 10;
  box-shadow: 0 30px 72px -8px var(--black-6);
  background-color: #fff;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  font-family: Satoshi, sans-serif;
  position: relative;
}

.nav-link-wrapper {
  grid-column-gap: 3rem;
  display: flex;
}

.nav-right {
  grid-column-gap: 1.5rem;
  display: flex;
}

.section-atuacao {
  background-color: #fff;
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.benefits-base {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 40rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.benefits-strip {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.benefit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  color: var(--pantone-5467);
  letter-spacing: -.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.benefits-text-strip {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.strip-phrase {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  font-size: 5vw;
  line-height: 1.2;
  display: flex;
}

.strip-link {
  border-bottom: 1px solid var(--gainsboro\<deleted\|variable-1babd775\>);
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding-bottom: .3rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.strip-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  white-space: nowrap;
  display: flex;
}

.number-wrapper {
  width: 14vw;
  margin-right: 2rem;
  padding-left: 4vw;
  display: flex;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  border: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.faq-text {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.faq-icon {
  background-color: var(--pantone-5467);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.faq-bottom {
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.intro-centered {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-footer-action {
  border-bottom: 1px solid var(--black-5\<deleted\|variable-7ed8027a\>);
  background-color: var(--pantone-500);
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.name-item {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 9.5vw;
  padding-top: 0;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.footer-action-heading {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 1;
}

.name-block {
  color: var(--pantone-316);
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  height: 7.5vw;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

.name-list {
  color: var(--pantone-500);
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.name-title {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  height: 8vw;
  display: flex;
}

.name-list-wrapper {
  overflow: hidden;
}

.footer-action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.action-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  border: 1px #000;
  border-radius: .5rem;
  align-self: center;
  padding: 3px 10px;
  font-size: .95rem;
}

.nav-link:hover {
  background-color: var(--pantone-5467);
}

.footer-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.footer-brand {
  font-size: 1.5rem;
}

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

.footer-link {
  font-size: 1.1rem;
}

.footer-component {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  outline-color: var(--azure-2\<deleted\|variable-bb9a064a\>);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  outline-width: 1px;
  outline-style: none;
  flex-direction: column;
  margin-top: 0;
  padding: 2rem 2rem 2.75rem;
  display: flex;
}

.agenda-item.top {
  margin-top: 0;
  padding-top: 2.75rem;
  position: relative;
}

.agenda-day-title {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.agenda-content.agenda-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: start;
  justify-items: start;
  position: relative;
}

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-last-year {
  z-index: 25;
  position: relative;
}

.preview-image-base {
  border-radius: 1rem;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.preview-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.agenda-top-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.agenda-top-title.agenda-block {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.text-color-light {
  color: var(--grey\<deleted\|variable-9266213e\>);
}

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.agenda-bottom {
  max-width: 40rem;
  padding-left: 3rem;
  overflow: hidden;
}

.agenda-bottom.calendario {
  height: 45rem;
}

.preview-agenda-description {
  max-width: 30rem;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.about-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

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

.agenda-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  display: none;
}

.agenda-bottom-content {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  display: block;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.agenda-time {
  align-items: center;
  height: 2rem;
  display: flex;
}

.div-valores {
  margin-top: 10rem;
  margin-bottom: 6rem;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.social-icon {
  color: #000;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--pantone-500);
  color: rgba(255, 255, 255, .7);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.legal-link {
  transition: color .4s;
}

.legal-link:hover {
  color: #fff;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  position: relative;
}

.action-intro {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-paralax {
  background-image: url('../images/bianca-pluriversa-frente.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agenda-cards {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.agenda-sidebar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 15rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.anchor-link {
  color: var(--dim-grey-2\<deleted\|variable-3f16c8f0\>);
  align-items: center;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .45s cubic-bezier(.215, .61, .355, 1), padding .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.anchor-link.w--current {
  color: #000;
  padding-left: 1.25rem;
}

.sidebar-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.anchor-link-dot {
  background-color: #000;
  width: .75rem;
  height: .15rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anchor-link-text {
  z-index: 15;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-size: 1.2rem;
  display: flex;
  position: relative;
}

.agenda-grid {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-direction: column;
  display: flex;
}

.agenda-day {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  display: flex;
}

.agenda-description {
  max-width: 15rem;
}

.section-days-agenda {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.specker-list-item {
  border-bottom: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.speaker-column {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.speaker-column-content {
  z-index: 20;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.speaker-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-column-bkg {
  border-radius: 1rem;
  width: 17vw;
  height: 24vw;
  position: relative;
  overflow: hidden;
}

.section-speakers-columns {
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
  overflow: hidden;
}

.story-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.story-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.story-image {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-cntent {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.story-title {
  width: 100%;
  max-width: 45rem;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.team-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.last-year-intro {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.video-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.instagram-icon {
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s;
  display: flex;
}

.instagram-icon:hover {
  color: var(--pantone-5467);
  transform: scale(1.1);
}

.instagram-icon.color-black {
  color: #fff;
}

.checklist {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.checklist-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.shecklist-icon {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-check {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.info-grid {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  border-top: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  border-bottom: 1px solid var(--azure-2\<deleted\|variable-bb9a064a\>);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.infro-item-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.info-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.speaker-portrait {
  border-radius: 1rem;
  width: 30vw;
  max-width: 40rem;
  height: 42vw;
  max-height: 60rem;
  position: relative;
  overflow: hidden;
}

.speaker-last-name {
  z-index: 15;
  position: relative;
}

.speaker-cms-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.speaker-description {
  text-align: left;
  max-width: 20rem;
  padding-top: 2.5rem;
}

.scroll-arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 2rem;
  display: flex;
}

.sticky-base {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: -8rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 2rem;
}

.sticky-base.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  max-height: 60rem;
  margin-top: -9rem;
  margin-bottom: 13rem;
  top: 0;
  bottom: auto;
}

.sticky-base.sticky-third-base {
  top: 4rem;
}

.sticky-base.sticky-forth-base {
  top: 6rem;
}

.sticky-description {
  flex: 0 auto;
  max-width: 31rem;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.benefits-component {
  background-color: var(--pantone-316);
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}

.speakers-row-guide {
  z-index: 25;
  border-top: 1px #d3e5e9;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.speakers-row-guide.hide {
  display: none;
}

.banner-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 35rem;
  display: flex;
}

.section-hero-home {
  background-color: var(--pantone-500);
  flex-direction: column;
  justify-content: flex-end;
}

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.section-banner {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.speaker-title-image {
  z-index: 10;
  object-fit: cover;
  border-radius: .5rem;
  width: 17vw;
  height: 18vw;
  position: relative;
  overflow: hidden;
}

.speaker-title-image.speaker-image-large {
  width: 23vw;
  height: 30vw;
}

.speaker-title-image.hide-mobile-landscape {
  width: 14vw;
  height: 12vw;
  margin-bottom: 3rem;
}

.faq-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.hero-home-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pantone-500);
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 2.5rem 2rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.section-sticky-cards {
  z-index: 25;
  background-color: var(--pantone-500);
  margin-top: -4rem;
  position: relative;
}

.button-text-item {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  font-size: 1rem;
  display: flex;
}

.section-questions {
  z-index: 25;
  background-color: #fff;
  border-radius: 5vw;
  position: relative;
}

.section-team {
  padding-top: 9rem;
}

.section-preview-agenda {
  background-color: var(--pantone-500);
}

.section-hero-agenda {
  background-color: var(--pantone-316);
}

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

.section-hero-about {
  background-color: var(--pantone-316);
}

.section-speaker-bio {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.hero-basic-trigger {
  height: 10vh;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  z-index: -2;
  margin-bottom: -150px;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 0%;
  right: 0%;
}

.link-email {
  border-bottom: .5px solid var(--black-6);
}

.text-block {
  color: var(--pantone-316);
}

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

.underline-text {
  cursor: pointer;
  text-decoration: underline;
}

.section-atuacao-2 {
  background-color: #fff;
  width: 80rem;
  max-width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.benefits-component-2 {
  background-color: var(--pantone-500);
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}

.orange-special {
  color: var(--pantone-5467);
  font-family: Gambetta, sans-serif;
  font-size: 2.4vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
}

.orange-special.footer-special {
  color: var(--pantone-5467);
}

.orange-special.green-special {
  color: var(--pantone-316);
}

.instagram-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  padding: 30px;
  transition: padding .8s, background-color .8s;
}

.instagram-block:hover {
  background-color: var(--pantone-500);
  padding: 38px;
}

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

.title-servi-os {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #d3e5e9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.title-servi-os.hide {
  display: none;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  cursor: pointer;
  border: 1px solid #f1eeee;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  transition: box-shadow .575s;
  display: flex;
  box-shadow: 0 2px 25px 15px rgba(182, 182, 182, .2);
}

.team-card:hover {
  box-shadow: 0 2px 19px 15px rgba(0, 0, 0, .2);
}

.team-member-image {
  object-fit: contain;
  border-radius: 0%;
  flex: 0 auto;
  margin-bottom: 24px;
}

.team-member-name {
  color: var(--pantone-500);
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.descricao-parceiros {
  color: var(--pantone-316);
  font-size: 1rem;
  font-weight: 500;
}

.name-block-2 {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  height: 7.5vw;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.name-list-2 {
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.name-item-2 {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 9.5vw;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.text-name {
  font-size: 4vw;
}

.code-embed {
  max-width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 3.5rem;
  }

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

  .heading-xlarge {
    font-size: 5rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-brand {
    padding-left: 0;
  }

  .nav-left {
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image.three {
    left: -10vw;
  }

  .hero-image.thirteen {
    left: -65vw;
  }

  .speaker-text {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    padding-bottom: 0;
  }

  .speaker-item-preview {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-direction: column-reverse;
    width: 40vw;
    max-width: 45vw;
    height: 100%;
    padding-top: 4.5rem;
    padding-left: 0;
  }

  .image-portrait {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .portrait-image {
    width: 40vw;
    height: 58vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .action-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .preview-teacher-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 0;
  }

  .hero-home-heading {
    max-width: 100%;
  }

  .preview-teacher-top {
    padding-left: 0;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .agenda-hero-component {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .heading-grid {
    text-align: center;
    grid-template-columns: auto;
  }

  .heading-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .nav-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .nav-right {
    display: none;
  }

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .number-wrapper {
    width: 7rem;
    padding-left: 0;
  }

  .faq-top {
    padding: .5rem;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .intro-centered {
    max-width: 35rem;
  }

  .name-item {
    height: 5rem;
    font-size: 3rem;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .name-block {
    height: 4rem;
    margin-left: 0;
  }

  .footer-action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .nav-link {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .agenda-day-title {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-agenda-days {
    width: 100%;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .menu-icon {
    width: 2rem;
  }

  .footer-column {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    align-items: flex-start;
  }

  .action-intro {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    max-width: 35rem;
  }

  .agenda-sidebar {
    display: none;
  }

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

  .specker-list-item {
    border-bottom-style: none;
    flex-direction: column-reverse;
    width: 38vw;
    display: flex;
  }

  .speaker-column {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    justify-items: center;
    padding-top: 4rem;
  }

  .speaker-column-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .speaker-column-image {
    position: relative;
  }

  .speaker-column-bkg {
    width: 38vw;
    height: 54vw;
  }

  .story-component {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .story-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 100vw;
  }

  .story-cntent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .team-basic {
    grid-template-columns: 1fr;
  }

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .last-year {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .last-year-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .info-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .infro-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .speaker-portrait {
    width: 50vw;
    height: 72vw;
  }

  .speaker-cms-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .speaker-description {
    text-align: center;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .speakers-row-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .speaker-title-image {
    width: 20vw;
    height: 20vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .speaker-title-image.speaker-image-large {
    width: 28vw;
    height: 22vw;
  }

  .faq-intro {
    padding-bottom: 3.5rem;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .nav-responsive {
    flex-direction: column;
    display: flex;
  }

  .title-servi-os {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .name-block-2 {
    height: 4rem;
    margin-left: 0;
  }

  .name-item-2 {
    height: 5rem;
    font-size: 3rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

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

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

  .heading-xlarge {
    font-size: 4.5rem;
  }

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

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1.875rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .speaker-item-preview {
    width: auto;
    max-width: none;
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 60vw;
    height: 88vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

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

  .preview-teacher-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .looping-text {
    font-size: 12vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .name-item {
    height: 4.5rem;
    font-size: 2.5rem;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .name-block {
    height: 3.75rem;
  }

  .footer-action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .agenda-top-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-legal {
    flex-direction: column;
  }

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

  .agenda-day {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .specker-list-item {
    width: 60vw;
  }

  .speaker-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .speaker-column-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1.5rem;
  }

  .speaker-column-bkg {
    width: 60vw;
    height: 80vw;
  }

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

  .story-cntent {
    padding-bottom: 2rem;
  }

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .info-grid {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .infro-item-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .speaker-portrait {
    width: 70vw;
    height: 102vw;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers-row-guide {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .speaker-title-image.speaker-image-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .title-servi-os {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .name-block-2 {
    height: 3.75rem;
  }

  .name-item-2 {
    height: 4.5rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-medium.text-weight-normal {
    font-size: 1.2rem;
  }

  .heading-medium.text-color-white {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 1.8rem;
  }

  .heading-large.produtos {
    font-size: 1.2rem;
  }

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

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

  .show-mobile-portrait {
    display: block;
  }

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

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

  .heading-xlarge {
    font-size: 3rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1.5rem;
  }

  .nav-wrapper {
    z-index: 9999999;
    position: relative;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .hero-bottom {
    max-width: 100vw;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 47vh;
  }

  .hero-image-strip.right-side {
    height: 35vh;
    padding-top: 35vh;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .hero-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image.two {
    margin-top: -85vw;
    display: block;
    left: 53vw;
  }

  .hero-image.three {
    margin-bottom: -2vw;
    left: -4vw;
  }

  .hero-image.nine {
    width: 35vw;
    height: 35vw;
    min-height: 35vw;
    margin-top: -70vw;
    left: -53vw;
  }

  .hero-image.thirteen {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
    margin-top: -25vw;
    left: -42vw;
  }

  .hero-image.fourteen {
    left: 9vw;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .speaker-text {
    flex-flow: column;
  }

  .speaker-item-preview {
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 90vw;
    height: 128vw;
  }

  .speaker-name {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .sticky-content {
    flex: none;
    padding-bottom: 0;
  }

  .sticky-image {
    min-height: 25vh;
  }

  .sticky-card-item.third-card {
    height: 85%;
  }

  .sticky-cover.second-card {
    height: 60vh;
  }

  .sticky-cover.third-card {
    height: 70vh;
  }

  .preview-teacher-title {
    padding-left: 0;
  }

  .hero-home-heading {
    z-index: 30;
    top: 100px;
  }

  .heading-xhuge {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-xhuge.homepage-header {
    width: 15rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    font-weight: 300;
  }

  .special, .special.pink-special {
    color: var(--pantone-500);
  }

  .agenda-hero-component {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .heading-grid {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-sticky {
    z-index: 1;
  }

  .nav-link-wrapper {
    z-index: 999999;
    position: relative;
    bottom: 0;
  }

  .nav-right {
    display: none;
  }

  .benefits-base {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .benefits-item {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .looping-text {
    font-size: 18vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    border-radius: .5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .faq-text {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .faq-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .name-item {
    height: 3.25rem;
    font-size: 2rem;
  }

  .footer-action-heading {
    font-size: 1rem;
  }

  .name-block {
    height: 3rem;
  }

  .name-title {
    flex-flow: row;
  }

  .footer-action-component {
    padding-top: 1rem;
  }

  .action-description {
    flex-flow: column;
    padding-bottom: 0;
  }

  .nav-link {
    border-width: .5px;
    border-color: var(--pantone-500) var(--pantone-316) var(--pantone-316);
    border-top-style: dashed;
    padding: .8rem 1rem;
  }

  .nav-link:hover {
    background-color: var(--pantone-500);
  }

  .nav-link:active {
    background-color: var(--pantone-500);
    color: var(--white);
    font-weight: 400;
  }

  .nav-link.w--current {
    padding: .8rem 1rem;
  }

  .nav-link.w--current:active {
    background-color: var(--pantone-316);
    color: var(--pantone-500);
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .agenda-item {
    margin-top: 0;
    padding: 2rem 1rem 1.75rem;
  }

  .agenda-item.top {
    padding-top: 1.75rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .agenda-bottom {
    padding-left: 0;
  }

  .agenda-list-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sticky-anchor {
    top: 0;
  }

  .div-valores {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

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

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

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

  .agenda-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .agenda-day {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .specker-list-item {
    width: 90vw;
  }

  .speaker-column-bkg {
    width: 90vw;
    height: 125vw;
  }

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

  .story-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-basic {
    padding-top: 0;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .speaker-portrait {
    width: 90vw;
    height: 132vw;
  }

  .sticky-base, .sticky-base.sticky-second-base, .sticky-base.sticky-first-base {
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-home-info {
    padding-top: 3rem;
  }

  .benefits-component {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .speakers-row-guide {
    padding-bottom: 0;
  }

  .speaker-title-image {
    width: 35vw;
    height: 35vw;
  }

  .speaker-title-image.speaker-image-large {
    width: 65vw;
    height: 55vw;
    margin-top: 2rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .hero-home-content {
    padding-bottom: 48vh;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

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

  .benefits-component-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .orange-special {
    color: var(--pantone-5467);
    font-size: 1.3rem;
  }

  .orange-special.pink-special {
    color: var(--pantone-500);
  }

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-member-image {
    margin-bottom: 0;
  }

  .descricao-parceiros {
    line-height: 1.1;
  }

  .name-block-2 {
    height: 3rem;
    margin-top: 2rem;
  }

  .name-item-2 {
    height: 3.25rem;
    font-size: 2rem;
  }
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c25-3eed20a2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c28-3eed20a2, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c32-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c61-3eed20a2 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c62-3eed20a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c68-3eed20a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9631f038-76cb-14c1-124a-0c6371e6bab5-3eed20a2 {
  justify-self: center;
}

#w-node-_9631f038-76cb-14c1-124a-0c6371e6bab6-3eed20a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9631f038-76cb-14c1-124a-0c6371e6babc-3eed20a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c98-3eed20a2 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c99-3eed20a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca6-3eed20a2 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: end;
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-3eed20a2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca9-3eed20a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-3eed20a2 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_6e894507-c2d3-563a-a327-14fe7501836b-3eed20a2 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: start;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-3eed20a2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb8-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d96f115-40b0-7cce-b49c-a5af629c9b7a-3eed20a2 {
  align-self: start;
}

#w-node-_8b36b289-ef88-d5da-49f0-39bd23bb270f-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b36b289-ef88-d5da-49f0-39bd23bb271a-3eed20a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8b36b289-ef88-d5da-49f0-39bd23bb272c-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b36b289-ef88-d5da-49f0-39bd23bb2737-3eed20a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8b36b289-ef88-d5da-49f0-39bd23bb2743-3eed20a2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c21b0e1d-25d9-aa13-d748-f639f2d327fd-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c21b0e1d-25d9-aa13-d748-f639f2d32808-3eed20a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c21b0e1d-25d9-aa13-d748-f639f2d3281a-3eed20a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c21b0e1d-25d9-aa13-d748-f639f2d32825-3eed20a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d04-3eed20a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d0a-3eed20a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_86bf3a3d-00ff-81cc-78fb-3d9e61fbf5ce-61fbf5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cc5-c9bd9cb7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_378727a8-b8d2-dbd0-9889-73f6ecadeb5d-c9bd9cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_01144015-a621-694c-7d86-4e4c59262596-5926258f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c5926259c-5926258f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c592625a1-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625a2-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625ad-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625b8-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625c3-5926258f, #w-node-_38a87566-d4ad-de39-9144-52828fb7260a-8fb72609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2db7896-7d27-7889-e63e-3fbf25840cdd-8fb72609 {
  align-self: center;
  justify-self: start;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
  align-self: center;
  justify-self: center;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72625-8fb72609 {
  align-self: center;
  justify-self: end;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-3eed20a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2c-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2e-3eed20a5 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd35-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd38-3eed20a5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-_0f54d9e3-e94b-66a0-435f-a415100cbd21-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4bf3e35f-c70c-ede5-5542-249b93f6521f-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32292fd2-d5be-f022-da94-edef1551632c-3eed20a5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32292fd2-d5be-f022-da94-edef15516331-3eed20a5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_32292fd2-d5be-f022-da94-edef1551633d-3eed20a5, #w-node-_80a677d9-55c1-681d-d5a8-4a404c60c299-3eed20a5, #w-node-_90f29590-a4ef-505c-2707-696fe61e2435-3eed20a5, #w-node-c3dae868-080a-9808-c1a9-57eaf1b045ec-3eed20a5, #w-node-_83154554-299e-468a-f7f0-f78b88c40a8c-3eed20a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_717467e8-017c-706a-622a-3c27693732e8-3eed20a5, #w-node-_717467e8-017c-706a-622a-3c27693732e9-3eed20a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03320d21-6113-01ee-2d38-6a535f7a5f39-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685ae778-bcae-1d74-2f3a-0760408ddf18-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8547afc-3231-e03f-40ae-5435499024a9-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd096339-a46f-0cf1-0037-4f88db5f8bad-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60cf97f3-0832-5ea2-74ff-e41f8e99dee2-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5429-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542a-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542c-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542e-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5430-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd46a4d9-69b7-6bd8-a2ec-e4c8fb637ebb-3eed20a5, #w-node-bd46a4d9-69b7-6bd8-a2ec-e4c8fb637ec6-3eed20a5, #w-node-bd46a4d9-69b7-6bd8-a2ec-e4c8fb637ed0-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e284e-3eed20a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea63-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea65-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc65e02e-b67f-9502-8380-fb489279ed46-3eed20a5, #w-node-_3d5f9081-564f-9ef9-3be1-13cea2307661-3eed20a5, #w-node-e019eb22-69c1-d1dc-fe90-dc8879d9a90e-3eed20a5, #w-node-_1c55725b-3b29-c193-74cc-d3fa0725599a-3eed20a5, #w-node-fff720ab-2f76-7087-6995-2072da478a9e-3eed20a5, #w-node-_53a0b4f8-e4ce-3845-98c6-c55e325ae054-3eed20a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-3eed20a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f61f-3eed20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f621-3eed20a6 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f625-3eed20a6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f628-3eed20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f62b-3eed20a6 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-3eed20a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697deb-3eed20a6 {
  align-self: start;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697dfc-3eed20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f125b9-8f54-862c-cb3c-b93dd5e29e67-3eed20a6 {
  justify-self: start;
}

#w-node-_71741108-93d5-0522-c891-65f6bf3a07e4-3eed20a6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee830-3eed20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee832-3eed20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb96-3eed20a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb98-3eed20a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb9a-3eed20a8 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fba1-3eed20a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4469b2f4-e110-b72d-3b81-2e5e0fdf9f8b-3eed20a8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_89226b8b-7e5b-4c85-bdde-f91a0b4889b6-3eed20a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_2eeee7b4-5bd4-c72b-7755-6f2597cc968e-3eed20a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2eeee7b4-5bd4-c72b-7755-6f2597cc9690-3eed20a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7ec348-9791-9a90-49c0-cfcc58579fca-3eed20a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a7ec348-9791-9a90-49c0-cfcc58579fd0-3eed20a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-3eed20ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def17-3eed20ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-3eed20ab {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-3eed20ab {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-3eed20ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-3eed20ab {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-bd46a4d9-69b7-6bd8-a2ec-e4c8fb637ec6-3eed20a5, #w-node-bd46a4d9-69b7-6bd8-a2ec-e4c8fb637ed0-3eed20a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-3eed20a2, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-3eed20a2, #w-node-_6e894507-c2d3-563a-a327-14fe7501836b-3eed20a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-3eed20a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cc5-c9bd9cb7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_378727a8-b8d2-dbd0-9889-73f6ecadeb5d-c9bd9cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
    justify-self: start;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72623-8fb72609 {
    justify-self: end;
  }

  #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2e-3eed20a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd35-3eed20a5 {
    justify-self: center;
  }

  #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd38-3eed20a5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_32292fd2-d5be-f022-da94-edef1551632c-3eed20a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_717467e8-017c-706a-622a-3c27693732e8-3eed20a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f621-3eed20a6, #w-node-_0b5fcf56-4a18-a359-af09-070179d2f625-3eed20a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f628-3eed20a6 {
    justify-self: center;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f62b-3eed20a6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-3eed20a6, #w-node-_08488776-cb08-0d4b-359b-b745f554fb9a-3eed20a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08488776-cb08-0d4b-359b-b745f554fba1-3eed20a8 {
    justify-self: center;
  }

  #w-node-_4469b2f4-e110-b72d-3b81-2e5e0fdf9f8b-3eed20a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89226b8b-7e5b-4c85-bdde-f91a0b4889b6-3eed20a8 {
    justify-self: center;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-3eed20ab, #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-3eed20ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-3eed20ab {
    justify-self: center;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-3eed20ab {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-3eed20a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e894507-c2d3-563a-a327-14fe7501836b-3eed20a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-3eed20a2 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: center;
  }

  #w-node-_8b36b289-ef88-d5da-49f0-39bd23bb271a-3eed20a2, #w-node-_8b36b289-ef88-d5da-49f0-39bd23bb2737-3eed20a2, #w-node-c21b0e1d-25d9-aa13-d748-f639f2d32808-3eed20a2, #w-node-c21b0e1d-25d9-aa13-d748-f639f2d32825-3eed20a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cbf-c9bd9cb7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32292fd2-d5be-f022-da94-edef15516328-3eed20a5 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Bold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Bold.woff') format('woff'), url('../fonts/Gambetta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-BoldItalic.woff') format('woff'), url('../fonts/Gambetta-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-MediumItalic.woff') format('woff'), url('../fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-SemiboldItalic.woff') format('woff'), url('../fonts/Gambetta-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Regular.eot') format('embedded-opentype'), url('../fonts/Gambetta-Regular.woff') format('woff'), url('../fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-LightItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-LightItalic.woff') format('woff'), url('../fonts/Gambetta-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Light.eot') format('embedded-opentype'), url('../fonts/Gambetta-Light.woff') format('woff'), url('../fonts/Gambetta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Italic.eot') format('embedded-opentype'), url('../fonts/Gambetta-Italic.woff') format('woff'), url('../fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Medium.eot') format('embedded-opentype'), url('../fonts/Gambetta-Medium.woff') format('woff'), url('../fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Semibold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Semibold.woff') format('woff'), url('../fonts/Gambetta-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}