.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero {
  flex-flow: column;
  align-items: center;
  padding: 50px 50px 20px;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  background-color: #0000;
  margin-top: 30px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global._03 {
  justify-content: center;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container.medium {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container.medium._02 {
  max-width: 60%;
}

.container.medium._03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  max-width: 65%;
  display: flex;
}

.container.small {
  max-width: 90rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 2.3rem;
  display: flex;
}

.brand.w--current {
  width: 15%;
  height: auto;
}

.link-block-navbar {
  color: #151515;
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-link {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.event-button {
  color: #fbfbfb;
  background-color: #0040c1;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button._02 {
  background-color: #fff;
  border: 2px #000;
  border-radius: 0;
  padding: 0;
}

.relative {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.relative._02 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-bold {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.caps.text-weight-bold._02 {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
}

.caps.text-weight-bold._02._03 {
  color: #333;
}

.caps.text-weight-bold.header {
  color: #000;
}

.button-hover {
  background-color: #151515;
  border-radius: 50%;
  width: 20rem;
  height: 10rem;
  position: absolute;
}

.event-info {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  display: flex;
}

.event-category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  align-items: center;
  display: flex;
}

.hero-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 90%;
  display: flex;
}

.hero-tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pink-elipse {
  background-color: #1247c6;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.pink-elipse._02 {
  background-color: #fff;
}

.heading-1 {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: .95;
}

.heading-1.font-poppins {
  color: #000;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.heading-1.font-poppins._02 {
  color: #fff;
  text-align: center;
}

.heading-1.font-poppins._03 {
  color: #000;
  text-align: center;
}

.header-description {
  max-width: 55ch;
}

.home-hero-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 3rem;
  display: flex;
}

.home-hero-component._02 {
  align-items: center;
  width: 50%;
}

.text-weight-light {
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-weight-light._02 {
  color: #fff;
  text-align: center;
  width: 65%;
  margin-top: 0;
}

.text-weight-light._05 {
  margin-top: -15px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-weight-light._05-copy {
  color: #fff;
  margin-top: -10px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-weight-light._03 {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 75px;
  padding-right: 75px;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.caps.text-weight-medium {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.text-size-small.caps.text-weight-medium._02 {
  color: #fff;
}

.bck-gradient {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.bck-gradient._03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0040c1;
  background-image: linear-gradient(130deg, #0040c1 25%, #6475f6);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 3px 30px #0003;
}

.bck-gradient.lead {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0040c1;
  background-image: linear-gradient(130deg, #0040c1 25%, #6475f6);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  box-shadow: 0 3px 30px #0003;
}

.image {
  width: 100%;
  height: 100%;
}

.max-width-60ch {
  max-width: 60ch;
}

.faq-heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 8.5rem;
  display: flex;
}

.heading-5 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #e5e6e8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #e5e6e899;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

.faq_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-medium {
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #0000fa12;
  border-radius: 2.4rem;
  flex-flow: column;
  padding: 4.8rem;
  display: flex;
}

.faq {
  background-color: #fff;
}

.faq_answer-wrapper {
  margin-top: .8rem;
}

.text-size-regular {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #3b5aff;
  background-image: linear-gradient(99.86deg, #3b5aff, #101841);
  border-style: solid;
  border-width: 0;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  box-shadow: 1px 1px 2px #1018280d;
}

.button:hover {
  background-color: #0000;
  background-image: linear-gradient(99.86deg, #3b5aff, #3b5aff);
}

.button.is-secondary {
  color: #151516;
  background-color: #0000;
  background-image: none;
  border: 1px solid #e7ddda;
  transition: color .25s, background-color .35s;
}

.button.is-secondary:hover {
  color: #fafafa;
  background-image: linear-gradient(#ff5c21, #ff5c21);
}

.button.is-secondary.is-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.is-secondary.is-small:hover {
  background-image: linear-gradient(#1247c6, #1247c6);
}

.faq_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #e7ddda;
  border-radius: 1.6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
}

.faq_icon {
  align-self: flex-start;
  margin-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.faq_cta {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.padding-global-2 {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-2.padding-section-large {
  padding-top: 9rem;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: flex;
}

.faq_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: none;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.text-color-black {
  color: #151515;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #0040c1;
  transform: translate(0, -2px);
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #8e8c87;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  color: #00000080;
}

.footer-text-size {
  font-size: 1.5rem;
}

.image-2 {
  width: 100%;
}

.body-2 {
  padding-top: 0;
}

.paragraph-2 {
  font-family: Inter Tight, sans-serif;
}

.paragraph-2._02 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 40px;
}

.text-span {
  color: #0000fa;
}

.image-2-copy {
  width: 100%;
  max-width: none;
}

.event-button-2 {
  color: #fbfbfb;
  background-color: #fff;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button-2._02 {
  background-color: #525252;
  border-radius: .5rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.section-2 {
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  display: block;
}

.section-2._02 {
  background-color: #f5f5f7;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-3 {
  width: 100%;
}

.link-block {
  justify-content: center;
  max-width: 40%;
  display: flex;
}

.section-4 {
  width: 100%;
  padding-top: 100px;
}

.code-embed {
  padding-top: 30px;
}

.section_partners {
  justify-content: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
  display: flex;
}

.partners-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-img {
  opacity: .8;
  object-fit: contain;
  flex: 0 auto;
  min-width: 7rem;
  max-width: 8rem;
  height: 4rem;
}

.logo-img._02 {
  min-width: 4rem;
  max-width: 4rem;
  height: 3rem;
}

.logo-img._03 {
  max-width: 5rem;
}

.logo-img._05 {
  min-width: 6rem;
  max-width: 5rem;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_logo {
  width: 8.625rem;
}

.navbar_menu-right {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-icon {
  color: #4a4a57;
  border: 1px solid #e7ddda;
  border-radius: 12rem;
  padding: .7rem;
}

.navbar_component {
  background-color: #fafafa;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 2rem;
  display: none;
  position: static;
}

.navbar_menu-left {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.navbar_container {
  border-bottom: 1px solid #e7ddda;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.padding-global-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_logo-link {
  margin-right: 2.5rem;
}

.navbar_link {
  padding: 0;
  transition: color .35s;
  display: inline-block;
}

.navbar_link:hover {
  color: #3b5aff;
}

.navbar_link.w--current {
  color: #000;
}

.icon-user_embed {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1%;
  line-height: 1;
}

.code-embed-2 {
  width: 100%;
  max-width: 100%;
}

.event-button-copy {
  color: #fbfbfb;
  background-color: #0040c1;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button-copy._02 {
  background-color: #fff;
  border: 2px #000;
  border-radius: 0;
  padding: 0;
}

.text-span-2, .text-span-3 {
  color: #1247c6;
}

.italic-text, .text-span-4 {
  color: #0040c1;
}

.services-image-sticky {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 260vh;
  position: relative;
}

.services-image-component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-image {
  background-color: #0040c1;
  background-image: linear-gradient(140deg, #0040c1 25%, #6475f6);
  border-radius: 2.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.section-5 {
  width: 100%;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-blue {
  background-color: #0040c1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form {
  background-color: #fff;
  border-radius: 0;
  padding: 50px;
}

#txtNome, #txtEmail, #txtTelefone, #txtCidade, #txtBairro, #divCamposOptions, #divCamposChekBoxs, #txtMensagem, #txtEmpresa {
    padding: 5px 5px 5px 40px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    background-color: white;
    padding-left: 10px;
    margin-bottom: 5px;
}

.image-4 {
  border-radius: 20px;
  width: 100%;
}

.container-2 {
  width: 600px;
  max-width: none;
}

.full-page {
  background-color: #0040c1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.center-card {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  padding: 60px;
  display: flex;
}

.logo-card {
  max-width: 50%;
}

.text-card {
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-card._02 {
  color: #fff;
  text-align: center;
  width: 65%;
  margin-top: 0;
}

.text-card._05 {
  margin-top: -15px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-card._05-copy {
  color: #fff;
  margin-top: -10px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-card._03 {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 75px;
  padding-right: 75px;
}

.text-login {
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.h2-login {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
}

.image-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-card {
  color: #fff;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
}

.button-card:hover {
  background-color: #f5f5f7;
}

.button-card._02 {
  background-color: #fff;
  border: 2px #000;
  border-radius: 0;
  padding: 0;
}

.text-button-card {
  color: #0040c1;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.card-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  width: auto;
}

.code-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-header {
  border: 1px solid #bebebe;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
}

.button-header:hover {
  background-color: #f5f5f7;
}

.image-6 {
  max-width: 20%;
}

.full-page-tks {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-paragraph-lead {
  color: #fff;
  text-align: center;
  width: 40%;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.block-button {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.block-button._02 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text-weight-light._03, .text-card._03 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    justify-content: center;
    display: flex;
  }

  .container.medium {
    max-width: 80rem;
  }

  .container.medium._02, .container.medium._03 {
    max-width: 40%;
  }

  .heading-1.font-poppins {
    width: 90%;
  }

  .text-weight-light._03 {
    margin-bottom: 15px;
  }

  .padding-global-2 {
    max-width: 50%;
  }

  .text-card._03 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .container {
    max-width: 90vw;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #fbfbfb;
    background-color: #0000fa;
  }

  .brand, .brand.w--current {
    width: 8rem;
  }

  .nav-link {
    color: #151515;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #151515;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
  }

  .event-info {
    justify-content: space-between;
    width: 100%;
  }

  .event-category {
    justify-content: flex-start;
    width: 50%;
  }

  .hero-header {
    max-width: none;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .home-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bck-gradient {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .max-width-60ch {
    max-width: 70%;
  }

  .faq-heading.margin-mobile {
    margin-top: 6rem;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

  .button.is-secondary.is-small {
    flex: 1;
    align-self: center;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .padding-global-2.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-social-wrapper {
    margin-bottom: 4rem;
  }

  .footer-text-size {
    font-size: 1.4rem;
  }

  .partners-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .logo-img {
    flex: 0 auto;
    min-width: 5rem;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fafafa;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-right {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-icon {
    flex: 0 auto;
    align-self: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #151516;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    border-bottom: 1px solid #e7ddda;
    min-height: 4.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-icon_line-top {
    background-color: #151516;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .navbar_container {
    border: 0 solid #000;
  }

  .menu-icon_line-middle {
    background-color: #151516;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    padding: 2rem 1rem;
    font-size: 2rem;
  }

  .services-image-sticky {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .brand, .brand.w--current {
    width: 10rem;
  }

  .event-info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .event-category {
    width: auto;
  }

  .heading-1 {
    font-size: 3.5rem;
  }

  .faq-heading.margin-mobile {
    margin-top: 4rem;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .section-header.text-align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .faq_wrapper {
    padding: 1.6rem;
  }

  .button {
    width: 100%;
  }

  .button.is-secondary {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .button-group {
    width: 100%;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .footer-text-size {
    font-size: 1.3rem;
  }

  .partners-logos {
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .logo-img {
    max-width: 6rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .image-6 {
    max-width: 30%;
  }

  .text-paragraph-lead {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0;
  }

  .nav-menu-wrap {
    width: 45%;
    display: block;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global._1 {
    padding-top: 10px;
  }

  .right-navbar-content {
    justify-content: flex-end;
    display: flex;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    margin-top: 10px;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .container, .container.medium._02, .container.medium._03 {
    max-width: 100%;
  }

  .brand {
    justify-content: flex-start;
    width: 45%;
    height: auto;
    padding-left: 0;
  }

  .brand.w--current {
    width: 14rem;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.8rem;
  }

  .event-button._02 {
    justify-content: flex-end;
  }

  .relative._02 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
  }

  .caps.text-weight-bold._02 {
    font-size: 16px;
  }

  .caps.text-weight-bold._02._03 {
    text-align: center;
    font-size: 16px;
  }

  .event-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 15px;
  }

  .event-category {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .hero-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-tag {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .heading-1.font-poppins {
    text-align: center;
    font-size: 2rem;
  }

  .heading-1.font-poppins._02, .heading-1.font-poppins._03 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.2rem;
  }

  .home-hero-component {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 1rem;
  }

  .home-hero-component._02 {
    order: -1;
    width: auto;
  }

  .text-weight-light._02 {
    width: 100%;
    line-height: 22px;
  }

  .text-weight-light._03 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small.caps.text-weight-medium, .text-size-small.caps.text-weight-medium._02 {
    font-size: .7rem;
  }

  .bck-gradient {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 7vh;
  }

  .bck-gradient._03, .bck-gradient.lead {
    padding: 100px 20px;
  }

  .max-width-60ch {
    max-width: none;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .faq_accordion {
    padding: 1.2rem;
  }

  .padding-global-2 {
    max-width: 100%;
  }

  .padding-global-2.padding-section-large {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-component {
    padding-top: 2rem;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .footer-text-size {
    font-size: 1.2rem;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-2._02 {
    margin-top: 30px;
    font-size: 20px;
  }

  .event-button-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2 {
    padding-top: 20px;
  }

  .section-2._02 {
    padding-top: 50px;
  }

  .section-4 {
    padding-top: 75px;
  }

  .section_partners {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners-logos {
    grid-column-gap: 2rem;
  }

  .logo-img {
    min-width: 5rem;
  }

  .logo-img._02 {
    min-width: 3rem;
    max-width: 3rem;
  }

  .logo-img._05 {
    min-width: 6rem;
  }

  .navbar_menu-right {
    align-items: stretch;
  }

  .menu-icon-2 {
    width: 3rem;
    height: 3rem;
  }

  .navbar_component {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_logo-link.w--current {
    padding-left: 0;
  }

  .event-button-copy {
    margin-top: 0;
  }

  .event-button-copy._02 {
    justify-content: flex-end;
  }

  .services-image {
    width: 80%;
  }

  .div-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    width: 400px;
  }

  .full-page {
    background-color: #fff;
  }

  .center-card {
    border-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-card._02 {
    width: 100%;
    line-height: 22px;
  }

  .text-card._03 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-card._02 {
    justify-content: flex-end;
  }

  .card-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .code-form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-6 {
    max-width: 50%;
  }

  .full-page-tks {
    background-color: #fff;
  }

  .text-paragraph-lead {
    width: 100%;
  }

  .block-button._02 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
  }
}

/* .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
} */