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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #111;
  background-image: linear-gradient(161deg, #090b36, #1f1e68);
  font-family: Poppins, sans-serif;
  color: #e8e9f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0772ff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: normal;
}

h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #4394ff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: -0.75px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #e8e9f0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #e8e9f0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

h5 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #e8e9f0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #e8e9f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

a {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  box-shadow: inset 0 -8px 0 0 hsla(0, 0%, 100%, 0.08);
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: box-shadow 600ms cubic-bezier(.19, 1, .22, 1);
  transition: box-shadow 600ms cubic-bezier(.19, 1, .22, 1);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  box-shadow: inset 0 -12px 0 0 hsla(0, 0%, 100%, 0.24);
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 32px;
}

ol {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

img {
  border-radius: 5px;
}

label {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}

blockquote {
  margin-bottom: 24px;
  padding: 24px;
  border-left: 0px none #000;
  border-radius: 5px;
  background-color: #7e7e7e;
  font-family: Syne, sans-serif;
  color: #202020;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
}

.class {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 64px;
  padding: 16px;
  cursor: pointer;
}

.test {
  width: auto;
  height: auto;
  margin-top: 2.5vw;
  margin-right: 2.5vw;
  cursor: pointer;
}

.nav-toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.trigger {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #202020;
  box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.whatsapp {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4e4e4e;
}

.email {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4e4e4e;
}

.mobile {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4e4e4e;
}

.source-info {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clone-button {
  min-height: 40px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #313131;
  box-shadow: none;
  -webkit-transition: background-color 600ms cubic-bezier(.19, 1, .22, 1);
  transition: background-color 600ms cubic-bezier(.19, 1, .22, 1);
  font-size: 14px;
  line-height: 14px;
}

.clone-button:hover {
  background-color: #242424;
  box-shadow: none;
}

.accordion {
  width: 100%;
  border-bottom: 1px solid #202020;
  cursor: pointer;
}

.styleguide {
  position: relative;
  max-width: 960px;
  padding: 40px 16px;
}

.stylesection {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 16px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 16px 16px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(32, 32, 32, 0.85);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.navbar-link {
  margin-right: 32px;
  box-shadow: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b3b3b3;
  font-size: 14px;
  text-decoration: none;
}

.navbar-link:hover {
  box-shadow: none;
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  font-weight: 700;
}

.color-tiles {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.color-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #4394ff;
}

.color-tile._1 {
  background-color: #0772ff;
}

.color-tile._6 {
  background-color: #efb725;
  color: #202020;
}

.color-tile._2 {
  background-color: #1f1e68;
  color: #1f1e68;
}

.color-tile._3 {
  background-color: #090b36;
}

.color-tile._4 {
  background-color: #ddd;
}

.color-tile._5 {
  background-color: #98a4cf;
}

.color-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 12px;
  line-height: 16px;
}

.color-info.dark {
  color: rgba(0, 0, 0, 0.64);
  text-transform: uppercase;
}

.color-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.color-name.black {
  color: #202020;
}

.style-item {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #202020;
}

.style-item.no-bottom-padding {
  padding-bottom: 0px;
}

.typography-label {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.header-lead {
  margin-bottom: 0px;
  font-family: 'Space Mono', sans-serif;
}

.input-field {
  display: inline-block;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 24px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #202020;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.input-field:hover {
  background-color: #242424;
  color: #b3b3b3;
}

.input-field:focus {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.04);
  background-color: #242424;
  color: #fff;
}

.input-field::-webkit-input-placeholder {
  color: #8d8c8c;
}

.input-field:-ms-input-placeholder {
  color: #8d8c8c;
}

.input-field::-ms-input-placeholder {
  color: #8d8c8c;
}

.input-field::placeholder {
  color: #8d8c8c;
}

.text-area {
  display: inline-block;
  width: 100%;
  max-height: 400px;
  min-height: 160px;
  margin-bottom: 24px;
  padding: 16px 20px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #202020;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.text-area:hover {
  background-color: #242424;
  color: #b3b3b3;
}

.text-area:focus {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.04);
  background-color: #242424;
  color: #fff;
}

.text-area::-webkit-input-placeholder {
  color: #8d8c8c;
}

.text-area:-ms-input-placeholder {
  color: #8d8c8c;
}

.text-area::-ms-input-placeholder {
  color: #8d8c8c;
}

.text-area::placeholder {
  color: #8d8c8c;
}

.select {
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #202020;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/Chevron-down.svg');
  background-position: 96% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms cubic-bezier(.19, 1, .22, 1);
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 200ms cubic-bezier(.19, 1, .22, 1), color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: transform 200ms cubic-bezier(.19, 1, .22, 1), color 200ms ease, background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms cubic-bezier(.19, 1, .22, 1);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.select:hover {
  background-color: #242424;
  color: #b3b3b3;
}

.select:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #b3b3b3;
}

.select:focus {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.04);
  background-color: #242424;
  color: #fff;
}

.select::-webkit-input-placeholder {
  color: #8d8c8c;
}

.select:-ms-input-placeholder {
  color: #8d8c8c;
}

.select::-ms-input-placeholder {
  color: #8d8c8c;
}

.select::placeholder {
  color: #8d8c8c;
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-code {
  margin-right: 8px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  padding: 12px;
  border-color: #7e7e7e;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
  cursor: pointer;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: #202020;
  background-color: #202020;
  background-image: url('../images/radio-active.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50% 50%, 0px 0px;
  background-size: 6px 6px, auto;
  background-repeat: no-repeat, repeat;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px;
  border-color: #7e7e7e;
  border-radius: 5px;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
  cursor: pointer;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: #202020;
  background-color: #202020;
  background-image: url('../images/check.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.primary-button {
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0772ff;
  background-image: linear-gradient(162deg, #0772ff, #4394ff);
  box-shadow: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  color: #e8e9f0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #2196fd;
  background-image: none;
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #090b36;
}

.primary-button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.primary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, 0.48);
}

.secondary-button {
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1f1e68;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: border-color 300ms ease, color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: border-color 300ms ease, color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: border-color 300ms ease, color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: border-color 300ms ease, color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  color: #1f1e68;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.secondary-button:hover {
  border-color: #2196fd;
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #2196fd;
}

.secondary-button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, 0.48);
}

.form-block {
  width: 100%;
}

.accordion-2 {
  width: 100%;
  border-bottom: 1px solid #202020;
  cursor: pointer;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-top-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-top-icon {
  position: relative;
  margin-right: -16px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-divider {
  height: 0px;
  border-top: 1px solid #202020;
}

.accordion-bottom-text {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #7e7e7e;
  font-weight: 400;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.accordion-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 600ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 600ms cubic-bezier(.19, 1, .22, 1);
}

.accordion-top:hover {
  opacity: 0.64;
}

.accordion-icon-stripe-2 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.accordion-top-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.accordion-bottom {
  overflow: hidden;
  width: 100%;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.accordion-top-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.heading-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.body {
  background-color: #fcfcfc;
}

.container {
  max-width: 80%;
}

.section {
  color: #920b0b;
}

.heading-3 {
  color: #000;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.margem-baixo {
  max-width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 10px;
  background-color: #b14848;
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.26);
}

.section-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-span-amarelo {
  color: #efb725;
  font-weight: 600;
}

.container-2 {
  position: relative;
  max-width: 85%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 10px;
}

.submit-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4394ff), to(#0772ff));
  background-image: linear-gradient(180deg, #4394ff, #0772ff);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  max-width: 30%;
  margin-bottom: 25px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f1e68;
  line-height: 24px;
}

.heading-6 {
  position: relative;
  margin-top: 0px;
}

.text-field {
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(232, 233, 240, 0.25);
  color: #4394ff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
}

.div-block-5 {
  background-image: linear-gradient(166deg, #090b36, #1f1e68);
}

.image-3 {
  max-width: 70%;
  margin-bottom: 1px;
}

.div-block-6 {
  padding: 5% 10%;
  border-radius: 12px;
  background-image: linear-gradient(157deg, rgba(31, 30, 104, 0.07), rgba(9, 11, 54, 0.5));
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.23);
  color: #98a4cf;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 9px;
  background-color: #98a4cf;
  color: #98a4cf;
}

.paragraph {
  margin-bottom: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
  text-align: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #98a4cf;
}

.edgar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #090b36;
}

.image-4 {
  border-radius: 20px;
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 10px;
}

.paragraph-2 {
  margin-top: 24px;
  padding-right: 0%;
  padding-left: 0%;
}

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

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #98a4cf;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(151deg, #1f1e68, #090b36), url('../images/bg-celular.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
}

.image-5 {
  max-width: 80%;
  margin-top: -165px;
  margin-bottom: -323px;
  padding-left: 0px;
}

.div-block-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
  text-align: center;
}

.grid-2 {
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-form {
  position: relative;
  z-index: 9007199254740991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(162deg, #d5d5d5, rgba(255, 255, 255, 0.93)), url('../images/bg-01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 10px;
}

.heading-8 {
  margin-top: 0px;
  color: #98a4cf;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #090b36;
}

.slide-nav {
  display: none;
}

.slide {
  width: 99.9999%;
  height: 100%;
  padding-top: 0px;
}

.image-6 {
  margin-bottom: -28px;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-arrow {
  left: 10%;
  top: auto;
  right: auto;
  bottom: -4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #98a4cf;
  color: #090b36;
}

.heading-6-copy {
  margin-bottom: 0px;
  color: #090b36;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
  text-align: center;
}

.section-4 {
  padding-top: 30px;
  color: #98a4cf;
  text-align: center;
}

.video {
  position: absolute;
  height: 100vh;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 30, 104, 0.95)), to(#090b36));
  background-image: linear-gradient(180deg, rgba(31, 30, 104, 0.95), #090b36);
}

.paragraph-3 {
  margin-bottom: 0px;
}

.checkbox-field-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
}

.form-block-2 {
  padding: 30px;
  border-radius: 10px;
  background-color: #090b36;
  text-align: center;
}

.image-8 {
  max-width: 80%;
}

.error-message {
  border-radius: 6px;
  background-color: rgba(236, 0, 0, 0.31);
  color: rgba(232, 233, 240, 0.64);
  text-align: center;
}

.success-message {
  border-radius: 8px;
  background-color: rgba(37, 239, 37, 0.29);
}

.div-block-187-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 60px 5% 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 10px;
  border-left: 5px solid #2196fd;
}

.div-block-188 {
  border-radius: 16px;
  color: #1f1e68;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.text-span {
  color: #1f1e68;
  line-height: 24px;
}

.image-9 {
  margin-bottom: -26px;
  margin-left: -10px;
}

.paragraph-4-copy {
  margin-bottom: 0px;
  text-align: left;
}

.section-5 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #111247;
}

.link-block {
  width: 25%;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block.embreve {
  opacity: 0.24;
}

.paragraph-5 {
  margin-bottom: 0px;
  text-decoration: underline;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #f20000;
  color: #eee;
  line-height: 20px;
}

.clock-number {
  font-size: 2rem;
  font-weight: 600;
}

.clock-label {
  margin-top: 2px;
  margin-right: -5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mask {
  overflow: hidden;
  width: 63vh;
  height: 136%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  max-width: 60%;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-weight: 600;
}

.div-block-189 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  background-color: #090b36;
  text-align: center;
}

.image-12 {
  width: 60px;
  border-radius: 0px;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-2 {
  color: #2196fd;
}

.div-block-191 {
  width: 100%;
  padding-bottom: 60px;
  border-right: 5px solid #2196fd;
}

.text-span-3 {
  color: #0772ff;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-192 {
  padding-bottom: 0px;
  padding-left: 30px;
  text-align: left;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-azul {
  color: #0772ff;
}

.text-azul.preco {
  margin-bottom: 0px;
  font-size: 110px;
  line-height: 130px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6b6b;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 240px;
  background-color: #98a4cf;
}

.heading-12 {
  margin-bottom: 0px;
  padding: 0px;
  color: #090b36;
  font-size: 18px;
  line-height: 18px;
}

.heading-11 {
  margin-bottom: 0px;
  color: #98a4cf;
  font-size: 46px;
  line-height: 61px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  margin-right: -82px;
  margin-left: -82px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 11px;
  background-color: #0772ff;
}

.tab-link-tab-1 {
  padding-right: 5px;
  padding-left: 5px;
  background-color: hsla(0, 0%, 78.4%, 0);
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: rgba(152, 164, 207, 0.3);
  text-align: center;
}

.tab-link-tab-1:hover {
  box-shadow: none;
}

.tab-link-tab-1.w--current {
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 3px solid #0772ff;
  background-color: hsla(0, 0%, 78.4%, 0);
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4394ff;
  text-align: center;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 11px;
  background-color: #090b36;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-azul-2 {
  color: #0772ff;
}

.text-azul-2.preco {
  margin-bottom: 0px;
  font-size: 90px;
  line-height: 89px;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #98a4cf;
}

.icon-pagamento {
  max-width: 100%;
}

.heading-10 {
  margin: 0px -82px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 12px;
  background-color: #1f1e68;
  text-align: center;
}

.tab-pane-tab-3 {
  overflow: hidden;
  padding: 30px;
  border-radius: 13px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-content {
  border-radius: 12px;
  background-color: #090b36;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #090b36;
}

.div-block-194 {
  position: absolute;
  width: 100vw;
  height: 80%;
  background-color: #1f1e68;
}

.image-13 {
  position: relative;
}

.section-ancoragem {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.text-span-4 {
  text-decoration: line-through;
}

.primary-button-amarelo {
  padding: 16px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2196fd;
  box-shadow: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  color: #090b36;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.primary-button-amarelo:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: rgba(32, 32, 32, 0.8);
}

.primary-button-amarelo:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.primary-button-amarelo:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, 0.48);
}

.body-2 {
  background-color: #090b36;
  background-image: none;
}

.heading-15 {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 29px;
}

.heading-15.text-azul {
  color: #98a4cf;
}

.paragraph-duvidas {
  position: static;
  left: 669.5px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #d0cccc;
  line-height: 29px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e9f0;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-click-d-vidas {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  border-radius: 0px 0px 16px 16px;
}

.dropdown-click-d-vidas.w--open {
  padding-left: 40px;
}

.dropdown-duvidas {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 16px;
}

.dropdown-list-5 {
  position: static;
}

.dropdown-list-5.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #f6f6f6;
}

.grid-5 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-4 {
  position: static;
  margin: 0px;
  color: #98a4cf;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-15 {
  display: none;
}

.div-block-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(31, 30, 104, 0);
  color: #98a4cf;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-16 {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.24);
}

.bold-text-8 {
  text-transform: none;
}

.div-block-197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-2-copy {
  padding-right: 0%;
  padding-left: 0%;
}

.heading-6-copy {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0%;
  color: #2196fd;
}

.heading-6-copy-copy {
  margin-bottom: 0px;
  color: #090b36;
}

.div-block-196-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-6-copy {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0%;
  color: #2196fd;
}

.heading-6-copy-copy {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0%;
  color: #2196fd;
}

.slider-2 {
  height: 46vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-17 {
  width: 100%;
  border-radius: 6px;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
}

.icon-5 {
  position: relative;
  margin-bottom: 0px;
}

.left-arrow-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon-6 {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-6-copy-copy-copy {
  margin-bottom: 0px;
  color: #090b36;
}

.grid-6000 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-6000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 3px solid #1a25ab;
  border-radius: 16px;
  background-color: #1f1e68;
  box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
}

.text-span-5 {
  color: #2196fd;
}

.column-6002 {
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-21 {
  margin: 0px;
}

.column-6001 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-6001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 5px solid #2196fd;
}

.div-block-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column-6003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-192-copy {
  padding-bottom: 0px;
  text-align: left;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.js-clock-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 103px;
  height: 82px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #f20000;
  color: #eee;
  line-height: 20px;
}

.clock-number-2 {
  font-size: 3rem;
  line-height: 31px;
  font-weight: 600;
}

.clock-label-2 {
  margin-top: 10px;
  margin-right: -5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-22 {
  width: 100%;
}

.columns-6001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 10px;
}

.image-23 {
  border-radius: 6px;
}

.heading-20 {
  margin-bottom: 0px;
  color: #221f1f;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d0cccc;
  background-color: hsla(0, 0%, 100%, 0);
}

.section-rodape {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 30px;
}

.image-24 {
  max-width: 100%;
  margin-bottom: 69px;
}

.link-block-3 {
  padding: 0px;
}

.div-block-6003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.success-message-2 {
  border-radius: 6px;
  background-color: #adeea6;
  color: #505050;
}

.primary-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  background-color: #59aaf9;
  box-shadow: 8px 8px 30px -7px rgba(0, 0, 0, 0.26);
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  color: #f6f6f6;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.primary-button-2:hover {
  border-radius: 10px;
  box-shadow: 8px 8px 30px -7px rgba(0, 0, 0, 0.26);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #221f1f;
}

.primary-button-2:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.primary-button-2:focus {
  box-shadow: 0 0 3px 1px #221f1f;
}

.paragraph-7 {
  margin-bottom: -3px;
  line-height: 16px;
}

.div-block-6004 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-rodape {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  color: #b6b6b6;
  text-decoration: underline;
}

.link-block-2:hover {
  box-shadow: none;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    padding-left: 40px;
  }

  .class {
    margin: 40px;
  }

  .test {
    margin-top: 3.6vw;
    margin-right: 3.6vw;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .navbar {
    padding-left: 24px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .color-tile {
    height: 120px;
  }

  .style-item {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .header {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-187 {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-6 {
    padding-right: 0%;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .edgar {
    overflow: hidden;
  }

  .div-block-3-copy {
    width: 100%;
  }

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

  .section-3 {
    background-size: contain;
  }

  .div-block-11 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-5 {
    max-width: 30%;
    margin-top: -96px;
    margin-bottom: -70px;
  }

  .div-block-13-copy {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-form {
    overflow: hidden;
  }

  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-arrow {
    left: auto;
    right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-final {
    overflow: hidden;
  }

  .div-block-8-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-187-copy {
    width: 100%;
    margin-top: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
    text-align: center;
  }

  .js-clock {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box {
    width: 140px;
    height: 59px;
    margin-right: 2px;
    margin-left: 2px;
  }

  .clock-number {
    font-size: 2rem;
  }

  .clock-label {
    margin-top: 2px;
    margin-right: 0px;
    font-size: 10px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    max-width: 100%;
  }

  .div-block-2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 5px solid #2196fd;
  }

  .text-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-10 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-35 {
    width: auto;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-194 {
    height: 100%;
  }

  .div-block-195 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-196 {
    width: 100%;
    text-align: center;
  }

  .heading-15 {
    font-size: 17px;
    white-space: normal;
  }

  .paragraph-duvidas {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-click-d-vidas {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-click-d-vidas.w--open {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-duvidas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-7 {
    white-space: normal;
  }

  .dropdown-list-5.w--open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: block;
  }

  .div-block-7-copy {
    width: 100%;
  }

  .div-block-196-copy {
    width: 100%;
    text-align: center;
  }

  .heading-6-copy {
    padding-right: 0%;
  }

  .slider-2 {
    height: 50vh;
  }

  .grid-6000 {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6001 {
    padding-right: 0%;
  }

  .div-block-2-copy {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 5px solid #2196fd;
  }

  .js-clock-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-2 {
    width: 77px;
    height: 59px;
    margin-right: 2px;
    margin-left: 2px;
  }

  .clock-number-2 {
    font-size: 2rem;
  }

  .clock-label-2 {
    margin-top: 2px;
    margin-right: 0px;
    font-size: 10px;
  }

  .columns-6001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6002 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6005 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-24 {
    max-width: 80%;
  }

  .grid-rodape {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .test {
    margin-top: 5vw;
    margin-right: 5vw;
  }

  .source-info {
    width: 100%;
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-link {
    margin-right: 24px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-arrow {
    left: 8%;
  }

  .right-arrow {
    right: 8%;
  }

  .box {
    height: 65px;
  }

  .clock-number {
    font-size: 2rem;
  }

  .clock-label {
    font-size: 11px;
  }

  .div-block-192 {
    text-align: center;
  }

  .div-block-37 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-194 {
    bottom: 0px;
    height: 60%;
  }

  .heading-15 {
    padding-right: 39px;
    font-size: 19px;
    white-space: normal;
  }

  .paragraph-duvidas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-click-d-vidas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-click-d-vidas.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-list-5.w--open {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider-2 {
    height: 40vh;
  }

  .columns-6000 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6000 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .column-6002 {
    padding-right: 19px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-6001 {
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-192-copy {
    text-align: center;
  }

  .box-2 {
    width: 74px;
    height: 65px;
  }

  .clock-number-2 {
    font-size: 2rem;
  }

  .clock-label-2 {
    font-size: 11px;
  }

  .grid-rodape {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .class {
    margin: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .test {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 8.533vw;
    z-index: 99;
    display: block;
    width: 17.067vw;
    height: 17.067vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-toggle-wrap {
    z-index: 99;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .source-info {
    width: 100%;
    padding: 16px 0px 0px;
  }

  .clone-button {
    width: 100%;
    min-height: 32px;
    text-align: center;
  }

  .styleguide {
    padding-bottom: 160px;
  }

  .stylesection {
    margin-top: 32px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0px;
    background-color: rgba(32, 32, 32, 0.95);
  }

  .navbar-link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .color-tile {
    height: 80px;
  }

  .style-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .typography-label {
    margin-bottom: 12px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 16px;
  }

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

  .primary-button {
    width: 100%;
    padding: 20px 40px;
    text-align: center;
  }

  .secondary-button {
    width: 100%;
    padding: 20px 40px;
    text-align: center;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .accordion-bottom-wrap {
    padding-right: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .container-2 {
    max-width: 95%;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-3 {
    margin-top: 40px;
  }

  .image-5 {
    max-width: 60%;
  }

  .section-form {
    min-height: auto;
  }

  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-9 {
    line-height: 25px;
  }

  .slider {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding: 10px 10px 38px;
  }

  .right-arrow {
    left: auto;
  }

  .section-final {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .div-block-187-copy {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    width: 100%;
  }

  .js-clock {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .box {
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .clock-number {
    font-size: 2rem;
    line-height: 28px;
  }

  .clock-label {
    margin-top: 0px;
    font-size: 10px;
  }

  .mask {
    width: 100%;
    height: auto;
  }

  .columns {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-11 {
    max-width: 100%;
  }

  .text-span-2 {
    font-size: 70px;
  }

  .div-block-191 {
    display: none;
  }

  .div-block-192 {
    padding-left: 0px;
  }

  .text-azul.preco {
    font-size: 66px;
    line-height: 77px;
  }

  .heading-11 {
    font-size: 33px;
    line-height: 33px;
  }

  .tabs-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-11 {
    margin-top: 20px;
  }

  .text-azul-2.preco {
    font-size: 90px;
    line-height: 73px;
  }

  .div-block-35 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-194 {
    height: 100%;
  }

  .primary-button-amarelo {
    width: 100%;
    text-align: center;
  }

  .heading-15 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    white-space: pre-wrap;
  }

  .paragraph-duvidas {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }

  .div-block-42 {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .dropdown-click-d-vidas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-click-d-vidas.w--open {
    padding-left: 21px;
  }

  .bold-text-7 {
    font-size: 17px;
    line-height: 24px;
  }

  .dropdown-list-5.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7-copy {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-16 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-197 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-2-copy {
    padding-right: 0%;
    padding-left: 0%;
  }

  .slider-2 {
    height: 267px;
  }

  .heading-16 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .grid-6000 {
    justify-items: start;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-6000 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-6002 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-21 {
    margin: 0px 0px 5px;
  }

  .column-6001 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6001 {
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-2-copy {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .div-block-192-copy {
    padding-left: 0px;
  }

  .heading-19 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .js-clock-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .box-2 {
    width: 4rem;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .clock-number-2 {
    font-size: 2rem;
    line-height: 28px;
  }

  .clock-label-2 {
    margin-top: 0px;
    font-size: 10px;
  }

  .div-block-6002 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .primary-button-2 {
    width: 100%;
    text-align: center;
  }

  .link-block-2 {
    text-decoration: underline;
  }
}

#w-node-e02e83d5-2bea-c000-ad08-a6331df3fcf2-37bdf830 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e02e83d5-2bea-c000-ad08-a6331df3fcfd-37bdf830 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

