:root {
  --dim-grey: #6b6b6b;
  --white: white;
  --black: black;
  --gainsboro: #e2e2e2;
  --silver: #c5c5c5;
  --red: #da0101;
  --powder-blue: #a6d7df;
  --black-2: #1a1a1a;
  --black-3: #000018;
  --royal-blue: #00518c;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --black-4: #040d1d;
}

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 55vw;
  max-width: 550px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #444;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 4vh;
  margin-bottom: 0;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
  margin-bottom: 6px;
}

.black.margin {
  margin-top: 40px;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.paragraph-2 {
  color: var(--black);
  line-height: 1.3;
}

.paragraph-2.white {
  color: var(--white);
}

.paragraph-2.small {
  background-color: #ffe101;
  border-radius: 8px;
  padding: 8px 8px 6px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.paragraph-3 {
  color: #000;
  line-height: 1.3;
}

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

.link-3 {
  color: var(--white);
}

.section-2 {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 30px;
}

.list-2 {
  color: #000;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: decimal;
}

.app {
  width: 180px;
  margin-bottom: 10px;
}

.box-coluna {
  justify-content: space-around;
  margin-bottom: 8px;
  display: flex;
}

.box-qrcode {
  border-left: 1px solid #a5a5a5;
  width: 45%;
  padding-left: 8px;
}

.box-icone {
  width: 50%;
  display: block;
}

.link-4 {
  color: var(--white);
}

.h1-223 {
  color: var(--white);
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 4rem;
  line-height: 1.2;
}

.h2-223 {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}

.h2-223.small {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

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

._2col {
  grid-template-rows: auto;
}

.ptb-box {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ptb-box.white {
  background-color: var(--gainsboro);
}

.ptb-box.white.border {
  border-top: 20px solid var(--silver);
  background-color: var(--white);
}

.ptb-blocos-texto.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.ptb-bloco-txt.grid {
  flex-direction: column;
  max-width: 250px;
  display: flex;
}

.ptb-bloco-txt.grid.center {
  align-items: center;
}

.ptb-txt-back-red {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: -24px;
  padding: 6px 12px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.ptb-section.white {
  background-color: var(--gainsboro);
  padding-top: 24px;
  padding-bottom: 24px;
}

.ptb-section.blue {
  background-color: var(--powder-blue);
}

.ptb-section.blue.gray {
  background-color: var(--gainsboro);
}

.h4-223 {
  color: var(--black);
}

.h4-223.red {
  color: var(--red);
}

.h4-223.nospace {
  color: var(--black-2);
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.heading-7 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.index_header {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 36px;
  display: flex;
}

.index_h1 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.index_ed {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.index_mes {
  color: var(--dim-grey);
  text-align: right;
  background-color: #b0d0d4;
  margin-top: -4px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.body-2 {
  color: #eee;
  padding-bottom: 24px;
}

.index_3col {
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.index_nro {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: PT Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.index_circle {
  background-color: #e62a2a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 150px;
  padding: 8px;
  display: flex;
}

.index_h2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  border-bottom: 15px solid #b0d0d4;
  margin-bottom: 8px;
  font-family: PT Sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-13 {
  flex: none;
}

.index_h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.index_p {
  color: var(--black);
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.index_col-vert {
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.index_col-vert:hover {
  background-color: #cbeef1;
}

.index_p_circle {
  color: var(--white);
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-14 {
  margin-top: 36px;
}

.index_link_block {
  flex-direction: column;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.index_link_block:hover {
  background-color: #cff5ff;
}

.index_link_secao {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.index_link_secao:hover {
  background-color: #cff5ff;
}

.collection-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.ptb223-body {
  background-color: var(--black-3);
  background-image: url('../images/fundo-menor.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ptb223-body.teste {
  background-size: auto;
}

.p-white-223 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.3;
}

.p-white-223.topico {
  color: var(--red);
  margin-top: 16px;
  font-weight: 700;
}

.p-white-223.tab {
  color: var(--red);
  font-family: PT Serif, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.h3-223 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}

.h3-223.black {
  color: var(--black-2);
}

.h3-223.small {
  font-size: 1.2rem;
  font-weight: 700;
}

.h3-223.left {
  text-align: left;
  text-transform: none;
  margin-top: 40px;
  font-family: PT Serif, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.block-white {
  background-color: var(--gainsboro);
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.p-bold-223 {
  color: var(--black-2);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-bold-223.left {
  text-align: left;
}

.p-black-223 {
  color: var(--black-2);
  font-size: 1rem;
  line-height: 1.3;
}

.p-black-223.center {
  text-align: center;
}

.p-black-223.small {
  padding-left: 8px;
  font-size: .85rem;
}

.span-red-ca {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 700;
}

.span-red-ca.big {
  font-size: 1.5rem;
}

.block-black {
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.block-black.red {
  color: #ce3939;
  max-width: 60%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2rem;
  line-height: 1.3;
}

.p-assina {
  color: var(--red);
  text-align: right;
  margin-top: 8px;
  margin-right: 20px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-destaque {
  color: var(--red);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.bloco-horz {
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.bloco-horz.full {
  justify-content: space-between;
  align-self: stretch;
}

.div-block-15, .div-block-16 {
  display: flex;
}

.img-bloco {
  width: 48px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.img-bloco-big {
  width: 84px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.img-bloco-big.logos {
  width: auto;
}

.col-vert-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col-vert-center.left {
  align-items: flex-start;
}

.img-principal {
  background-image: url('../images/img-header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 300px;
  min-height: 300px;
  margin-top: 61px;
}

.container-4 {
  padding: 8px;
}

.table {
  background-color: var(--white);
  cursor: pointer;
  object-position: 0% 50%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.table-row-5col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px none var(--dim-grey);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
}

.table-row-5col.azul {
  background-color: var(--powder-blue);
}

.table-row-5col.azul.head {
  top: 0;
}

.table-row-5col.azul.head.red {
  background-color: var(--red);
  color: var(--white);
}

.table-row-5col.gray {
  background-color: var(--gainsboro);
}

.table-cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.table-cell.azul {
  z-index: 80;
  background-color: var(--powder-blue);
  align-items: flex-start;
  min-width: 70px;
  padding-left: 16px;
  position: static;
  left: 0;
}

.table-cell.azul.left-col {
  position: sticky;
}

.table-cell.azul.left-col.red {
  background-color: var(--red);
  color: var(--white);
}

.table-cell.gray {
  background-color: #d3d3d3;
}

.table-txt-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table-txt-header.bold {
  font-weight: 700;
}

.tab-main {
  padding: 12px 8px 8px;
}

._70 {
  width: 70%;
}

.tabs.w--current {
  background-color: var(--powder-blue);
}

.logo-direito {
  background-color: var(--silver);
  background-image: url('../images/seu-direito.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 70px;
}

.txt-azul {
  color: var(--royal-blue);
  font-weight: 700;
}

.span-gray {
  color: var(--dim-grey);
  font-weight: 700;
}

.container-5 {
  max-width: 960px;
}

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

.quiz-b01 {
  perspective: 1000px;
  cursor: pointer;
  min-width: 321px;
  min-height: 284px;
}

.flip-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.b01-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b01-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso10.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.b02-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b02-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso20.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.b03-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b03-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso30.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.b04-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b04-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso40.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.b05-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b05-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso50.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.b06-frente {
  backface-visibility: hidden;
  background-image: url('../images/foto6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.b06-verso {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url('../images/verso60.75x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.quiz-linkblock {
  z-index: 100;
  backface-visibility: hidden;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 13px 0% 0%;
  transform: translate(0, 180px);
}

.div-block-17 {
  background-color: #525252;
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.text-span {
  color: #ff4949;
}

.list-background {
  color: #000;
  background-color: #ebe0da;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  line-height: 1.4;
}

.list-item, .li-etapa {
  margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .ptb223-body.teste {
    background-size: auto 300px;
  }

  .block-black.red {
    max-width: 80%;
  }

  .col-vert-center.width {
    min-height: 280px;
    display: block;
  }

  .table-cell.azul.left-col {
    min-width: 60px;
  }

  .quiz-blocos {
    grid-template-columns: 1fr 1fr;
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
  }

  .b01-frente, .b01-verso {
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content {
    width: 100vw;
    max-width: 800px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .image-2 {
    display: none;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .section-2 {
    justify-content: center;
    display: flex;
  }

  .list-2 {
    padding-left: 12px;
  }

  .box-coluna {
    justify-content: flex-start;
  }

  .box-qrcode {
    display: none;
  }

  .box-icone {
    width: 90%;
  }

  .h1-223 {
    font-size: 3.8rem;
  }

  .ptb-box.white, .ptb-section.white {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .index_section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-6 {
    padding-left: 16px;
  }

  .collection-list-wrapper {
    max-width: 80%;
  }

  .ptb223-body {
    background-size: contain;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ptb223-body.teste {
    background-size: auto 200px;
  }

  .block-black.red {
    max-width: 100%;
  }

  .p-assina {
    margin-right: 20px;
  }

  .p-destaque {
    margin-bottom: 4px;
  }

  .bloco-horz.full {
    justify-content: space-between;
    align-self: stretch;
    width: 90%;
  }

  .img-bloco-big {
    margin-right: 8px;
  }

  .img-bloco-big.logos {
    max-width: 90%;
  }

  .col-vert-center.width {
    min-height: 360px;
  }

  .table-main {
    object-position: 0% 50%;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .table {
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .table-cell.azul {
    min-width: 100px;
  }

  .table-cell.azul.left-col {
    min-width: 70px;
    padding-left: 6px;
  }

  .table-txt-header {
    white-space: break-spaces;
  }

  .quiz-blocos {
    grid-template-columns: 1fr;
    max-width: 321px;
  }

  .list-background {
    padding-left: 12px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .section-2 {
    justify-content: center;
    display: flex;
  }

  .list-2 {
    padding-left: 16px;
  }

  .h1-223 {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.8rem;
  }

  .h2-223 {
    font-size: 1.4rem;
  }

  .collection-list-wrapper {
    max-width: 90%;
  }

  .ptb223-body.teste {
    background-size: auto 150px;
  }

  .block-black {
    padding-left: 0;
    font-size: 1.6rem;
  }

  .block-black.red {
    padding-left: 0;
    padding-right: 20px;
  }

  .bloco-horz.vert {
    flex-direction: column;
    align-items: center;
  }

  .img-principal {
    margin-top: 28px;
  }

  .table-main {
    width: 85vw;
    overflow: auto;
  }

  .table {
    min-width: 600px;
  }

  .list-background {
    padding-left: 16px;
  }
}

#w-node-_3246025d-10d4-dd59-34a7-48064d374ddd-937eb07b, #w-node-e72278f6-2c1f-807f-645f-58d122d7de24-937eb07b, #w-node-f5618f5b-6dcc-4c3e-6281-6ac56b8ce349-937eb07b, #w-node-f5618f5b-6dcc-4c3e-6281-6ac56b8ce34a-937eb07b, #w-node-faab2c63-6fdc-97a1-b62d-5e3465916042-937eb07b, #w-node-faab2c63-6fdc-97a1-b62d-5e3465916043-937eb07b, #w-node-_07728680-3eb8-f30d-c031-c40157a9e5d5-937eb07b, #w-node-_07728680-3eb8-f30d-c031-c40157a9e5d6-937eb07b, #w-node-d60138bc-c5bf-3cab-d6ce-300b414f939b-937eb07b, #w-node-d60138bc-c5bf-3cab-d6ce-300b414f939c-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90386-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90387-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90389-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a9038a-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a9038c-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a9038d-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a9038f-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90390-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90392-937eb07b, #w-node-c191e3ce-8404-9664-705a-5e4d66a90393-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16ae4-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16ae5-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16ae7-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16ae8-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16aea-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16aeb-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16aed-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16aee-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16af0-937eb07b, #w-node-c3a1a0cb-9ee7-0b39-95d2-67c170c16af1-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979f6-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979f7-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979f9-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979fa-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979fc-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979fd-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f380979ff-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f38097a00-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f38097a02-937eb07b, #w-node-b2b76297-14c0-1d19-a456-bf5f38097a03-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594848-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594849-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e59484b-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e59484c-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e59484e-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e59484f-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594851-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594852-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594854-937eb07b, #w-node-_962a6170-1414-5ed9-07a6-7c4b5e594855-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99472-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99473-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99475-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99476-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99478-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a99479-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a9947b-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a9947c-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a9947e-937eb07b, #w-node-ce708a4d-ff3e-f978-c4e4-a26cf8a9947f-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1da-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1db-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1dd-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1de-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e0-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e1-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e3-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e4-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e6-937eb07b, #w-node-fbdafd4f-cbb7-a1a5-9cca-d76ab38cd1e7-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f064c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f064d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f064f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0650-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0652-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0653-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0655-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0656-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0658-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0659-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f065c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f065d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f065f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0660-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0662-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0663-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0665-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0666-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0668-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0669-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f066c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f066d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f066f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0670-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0672-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0673-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0675-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0676-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0678-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0679-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f067c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f067d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f067f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0680-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0682-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0683-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0685-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0686-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0688-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0689-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f068c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f068d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f068f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0690-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0692-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0693-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0695-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0696-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0698-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f0699-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f069c-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f069d-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f069f-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a0-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a2-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a3-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a5-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a6-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a8-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06a9-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06ac-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06ad-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06af-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b0-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b2-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b3-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b5-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b6-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b8-937eb07b, #w-node-_2a8280b3-91c5-7e63-0be7-ac0fc63f06b9-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc10d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc10e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc110-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc111-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc113-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc114-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc116-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc117-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc119-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc11a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc11d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc11e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc120-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc121-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc123-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc124-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc126-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc127-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc129-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc12a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc12d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc12e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc130-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc131-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc133-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc134-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc136-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc137-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc139-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc13a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc13d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc13e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc140-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc141-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc143-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc144-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc146-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc147-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc149-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc14a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc14d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc14e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc150-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc151-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc153-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc154-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc156-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc157-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc159-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc15a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc15d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc15e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc160-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc161-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc163-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc164-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc166-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc167-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc169-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc16a-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc16d-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc16e-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc170-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc171-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc173-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc174-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc176-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc177-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc179-937eb07b, #w-node-_92fed202-2d30-5e64-40cc-1a4aeeadc17a-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae76e-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae76f-937eb07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae771-937eb07b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae772-937eb07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd9b7b6-55c7-6e42-1b7d-864fcc0e98cd-937eb07b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acd9b7b6-55c7-6e42-1b7d-864fcc0e98ce-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae77e-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae781-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae782-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae784-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae785-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae787-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae788-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae78a-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae78b-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079705-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079706-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079708-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079709-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b907970b-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b907970c-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b907970e-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b907970f-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079711-937eb07b, #w-node-_3e30fbc1-ab34-5181-b037-d4f9b9079712-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae78e-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae78f-937eb07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae791-937eb07b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae792-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae797-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae798-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae79a-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae79b-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae79e-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae79f-937eb07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7a1-937eb07b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7a2-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7a7-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7a8-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7aa-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7ab-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7ae-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7af-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b1-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b2-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b4-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b5-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b7-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7b8-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7ba-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7bb-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7be-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7bf-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c1-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c2-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c4-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c5-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c7-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7c8-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7ca-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7cb-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7ce-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7cf-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d1-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d2-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d4-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d5-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d7-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7d8-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7da-937eb07b, #w-node-ac6b2442-86b9-8bf3-90de-f10b19eae7db-937eb07b, #w-node-_18cd52ea-bbbf-b9ef-f591-743692717720-5c8adee4, #w-node-_5c538d00-dfab-fe35-2f20-2dc823f621d7-5c8adee4, #w-node-f84de235-284e-7871-d9ef-c5d945872ae4-5c8adee4, #w-node-_6d8c460d-42b5-466b-6ee3-cc36b848e203-5c8adee4, #w-node-_6d8c460d-42b5-466b-6ee3-cc36b848e204-5c8adee4, #w-node-_6d8c460d-42b5-466b-6ee3-cc36b848e205-5c8adee4, #w-node-cff7f836-ba1a-e935-7e87-b362ab04dd59-5c8adee4, #w-node-cff7f836-ba1a-e935-7e87-b362ab04dd5a-5c8adee4, #w-node-cff7f836-ba1a-e935-7e87-b362ab04dd5b-5c8adee4, #w-node-_7bd420d8-af6b-f0f1-a0a6-86bb633a64ba-5c8adee4, #w-node-_7bd420d8-af6b-f0f1-a0a6-86bb633a64bb-5c8adee4, #w-node-_7bd420d8-af6b-f0f1-a0a6-86bb633a64bc-5c8adee4, #w-node-_5862dc7f-e5a5-e79d-ba39-c2f796ebb629-5c8adee4, #w-node-_5862dc7f-e5a5-e79d-ba39-c2f796ebb62a-5c8adee4, #w-node-_5862dc7f-e5a5-e79d-ba39-c2f796ebb62b-5c8adee4, #w-node-ce4543c4-b5af-3b89-161b-5abaf3a37776-5c8adee4, #w-node-ce4543c4-b5af-3b89-161b-5abaf3a37777-5c8adee4, #w-node-ce4543c4-b5af-3b89-161b-5abaf3a37778-5c8adee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


