html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
*,
a {
  text-decoration: none;
  outline: none;
}
body form * {
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
/**
 * Flexbox mixins.
 */
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * Box model mixins.
 */
/**
 * Text mixins.
 */
/**
 * Animation, transition and transforms mixins.
 */
/* Base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: #030202;
}
body {
  min-width: 320px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: #030202;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* Hero */
.hero {
  background: linear-gradient(180deg, #120F0C 0%, rgba(37, 31, 22, 0.42) 100%);
  position: relative;
  background: linear-gradient(180deg, #0C070B 0%, #0c0a09 100%);
}
.hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0c0b0b 0%, #080707 50%);
}
.hero .bottom-line {
  background: none;
  margin-top: calc(-4vw + 30px);
  z-index: 9;
}
.hero .bottom-line:after {
  background-position: 50% 5%;
}
.hero .cta-button {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  transform: translate(0, -50%);
  top: 5vw;
  position: absolute;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
}
.hero .wrapper {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.hero__container {
  position: relative;
  max-width: 1500px;
  min-height: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 210px 30px 72px;
  overflow: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hero__container::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 650px;
  background: linear-gradient(180deg, rgba(12, 7, 11, 0) 0%, rgba(12, 11, 11, 0.78) 31%, #0c0b0b 54%, #080707 100%);
  pointer-events: none;
}
/* Hero image */
.hero__wrapper {
  position: absolute;
  top: 33px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 236, 187, 0.35);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* Hero logo */
.hero__logo-container {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 4;
  width: 194px;
  height: 124px;
  padding: 14px 18px;
  background: rgba(20, 11, 0, 0.64);
  border: 1px solid rgba(255, 236, 187, 0.35);
  -webkit-backdrop-filter: blur(2.4px);
  backdrop-filter: blur(2.4px);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hero__logo {
  width: 158px;
  height: auto;
}
/* Hero text */
.hero__content {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.hero__event {
  margin-bottom: 24px;
}
.hero__event-heading {
  margin-bottom: 16px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__event-name {
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__event-theme {
  min-height: 30px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #DDD1A8;
  border: 1px solid rgba(221, 209, 168, 0.55);
  background: rgba(12, 11, 11, 0.52);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero__meta {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 7px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: #D6C69D;
}
.hero__meta li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hero__meta-primary {
  white-space: nowrap;
}
.hero__meta-separator {
  margin: 0 8px;
  color: #CAB486;
}
.hero__meta-location {
  gap: 7px;
}
.hero__meta-location img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero__availability {
  display: table;
  min-height: 34px;
  margin: 15px auto 0;
  padding: 0 18px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1E1B16;
  background: linear-gradient(90deg, #CAB486 0%, #DDD1A8 100%);
  border: 1px solid rgba(255, 236, 187, 0.72);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero__availability-line {
  display: block;
  width: 82px;
  height: 1px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, rgba(230, 203, 146, 0), #E6CB92, rgba(230, 203, 146, 0));
}
.hero__title {
  max-width: 1040px;
  margin: 0 auto 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #cdbfa4;
}
.hero__title span {
  display: block;
}
.hero__text {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #8B7E68;
  padding: 0 10px;
}
.hero__text strong {
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__text-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border: 1px solid #8B7E68;
  vertical-align: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intro-copy {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 135px 56px 175px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 8%, rgba(28, 91, 76, 0.14) 0%, rgba(18, 30, 27, 0.06) 34%, rgba(9, 13, 13, 0) 66%);
}
.intro-copy::before {
  content: '';
  position: absolute;
  top: 55px;
  left: 50%;
  width: calc(100% - 112px);
  height: 1px;
  background: linear-gradient(90deg, rgba(202, 180, 134, 0) 0%, rgba(202, 180, 134, 0.68) 50%, rgba(202, 180, 134, 0) 100%);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.intro-copy::after {
  content: '';
  position: absolute;
  top: -160px;
  left: 50%;
  z-index: 0;
  width: 760px;
  height: 430px;
  background: radial-gradient(circle, rgba(36, 113, 94, 0.18) 0%, rgba(18, 30, 27, 0.08) 42%, rgba(9, 13, 13, 0) 72%);
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.intro-copy > * {
  position: relative;
  z-index: 1;
}
.intro-copy__header {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.intro-copy__eyebrow {
  display: table;
  min-height: 29px;
  margin: 0 auto 22px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #D6C59A;
  border: 1px solid rgba(214, 197, 154, 0.42);
  background: linear-gradient(314deg, rgba(18, 30, 27, 0.92) 6.35%, rgba(9, 13, 13, 0.94) 63.48%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intro-copy__title {
  max-width: 1040px;
  margin: 0 auto 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #cdbfa4;
}
.intro-copy__lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #97998B;
}
.intro-copy__media {
  position: relative;
  width: 100%;
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(230, 203, 146, 0.22);
  background: #090d0d;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}
.intro-copy__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 13, 13, 0) 62%, rgba(9, 13, 13, 0.26) 100%);
}
.intro-copy__media img {
  display: block;
  width: 100%;
  height: auto;
}
.intro-copy__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  margin-top: 56px;
  align-items: stretch;
}
.intro-copy__card {
  position: relative;
  min-height: 330px;
  padding: 44px;
  overflow: hidden;
  border: 1px solid rgba(214, 197, 154, 0.2);
  background: radial-gradient(90% 85% at 50% 0%, rgba(230, 203, 146, 0.08) 0%, rgba(18, 30, 27, 0) 56%), linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}
.intro-copy__card--question {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.intro-copy__card--question::before {
  content: '\201C';
  position: absolute;
  top: -38px;
  right: 24px;
  font-size: 190px;
  line-height: 1;
  font-weight: 700;
  color: rgba(214, 197, 154, 0.07);
  pointer-events: none;
}
.intro-copy__card--question::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(40, 126, 104, 0.2) 0%, rgba(18, 30, 27, 0) 70%);
  pointer-events: none;
}
.intro-copy__prompt {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #97998B;
}
.intro-copy__quote {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 0 28px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #cdbfa4;
}
.intro-copy__advantage {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.4;
  color: #97998B;
}
.intro-copy__advantage::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #CAB486;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 18px rgba(230, 203, 146, 0.4);
  -moz-box-shadow: 0 0 18px rgba(230, 203, 146, 0.4);
  box-shadow: 0 0 18px rgba(230, 203, 146, 0.4);
}
.intro-copy__advantage strong {
  font-weight: 700;
  color: #FFE1AB;
}
.intro-copy__card--context {
  padding-top: 50px;
  background: radial-gradient(circle at 100% 0%, rgba(40, 126, 104, 0.14) 0%, rgba(18, 30, 27, 0) 48%), linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
}
.intro-copy__card-title {
  max-width: 390px;
  margin: 0 0 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #cdbfa4;
}
.intro-copy__card--context p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5;
  color: #97998B;
}
.intro-copy__card--context p:last-child {
  margin-bottom: 0;
}
.intro-copy__closing {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 31px 36px;
  border: 1px solid rgba(214, 197, 154, 0.2);
  background: linear-gradient(131deg, rgba(237, 226, 182, 0.07) 0%, rgba(230, 203, 146, 0) 48%), linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intro-copy__closing-mark {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #E6CB92;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 6px rgba(230, 203, 146, .06), 0 0 24px rgba(230, 203, 146, .3);
  -moz-box-shadow: 0 0 0 6px rgba(230, 203, 146, .06), 0 0 24px rgba(230, 203, 146, .3);
  box-shadow: 0 0 0 6px rgba(230, 203, 146, .06), 0 0 24px rgba(230, 203, 146, .3);
}
.intro-copy__closing p {
  max-width: 1040px;
  font-size: 20px;
  line-height: 1.45;
  color: #A3A694;
}
.intro-copy__closing strong {
  font-weight: 700;
  color: #D6C59A;
}
@media screen and (max-width: 1015px) {
  .intro-copy {
    padding: 115px 36px 155px;
  }
  .intro-copy__title {
    font-size: 40px;
  }
  .intro-copy__grid {
    grid-template-columns: 1fr 1fr;
  }
  .intro-copy__card {
    padding: 38px;
  }
  .intro-copy__quote {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .intro-copy {
    padding: 105px 30px 145px;
  }
  .intro-copy::before {
    top: 44px;
    width: calc(100% - 60px);
  }
  .intro-copy__title {
    font-size: 36px;
  }
  .intro-copy__lead {
    max-width: 650px;
    font-size: 18px;
  }
  .intro-copy__media {
    margin-top: 34px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .intro-copy__grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .intro-copy__card {
    min-height: 0;
    padding: 36px;
  }
  .intro-copy__quote {
    max-width: 540px;
  }
  .intro-copy__closing p {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .intro-copy {
    padding: 90px 20px 125px;
  }
  .intro-copy::before {
    top: 35px;
    width: calc(100% - 40px);
  }
  .intro-copy__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }
  .intro-copy__title {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 1.1;
  }
  .intro-copy__lead {
    font-size: 16px;
    line-height: 1.45;
  }
  .intro-copy__media {
    margin-top: 28px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .intro-copy__grid {
    gap: 16px;
    margin-top: 36px;
  }
  .intro-copy__card {
    padding: 27px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .intro-copy__prompt {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .intro-copy__quote {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.12;
  }
  .intro-copy__advantage {
    font-size: 16px;
  }
  .intro-copy__card-title {
    margin-bottom: 21px;
    font-size: 23px;
  }
  .intro-copy__card--context p {
    font-size: 15px;
  }
  .intro-copy__closing {
    gap: 16px;
    margin-top: 16px;
    padding: 25px 24px;
    align-items: flex-start;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .intro-copy__closing-mark {
    margin-top: 5px;
  }
  .intro-copy__closing p {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 465px) {
  .intro-copy {
    padding: 82px 15px 115px;
  }
  .intro-copy__title {
    font-size: 28px;
  }
  .intro-copy__card {
    padding: 24px;
  }
  .intro-copy__quote {
    font-size: 26px;
  }
  .intro-copy__closing {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/* Inclusões da Imersão REI */
body .vantagens {
  padding: 112px 0 118px;
  background: radial-gradient(ellipse at 13% 18%, rgba(28, 104, 80, 0.27) 0%, rgba(18, 56, 46, 0.13) 31%, rgba(9, 13, 13, 0) 62%), linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
}
body .vantagens .wrapper {
  max-width: 1120px;
  padding-bottom: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body .vantagens .vantagens__pattern {
  top: 0;
  opacity: 0.14;
  background-size: 20px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0) 100%);
}
body .vantagens .vantagens__light {
  top: -120px;
  right: auto;
  left: -220px;
  width: 820px;
  max-width: none;
  height: 620px;
  margin: 0;
  opacity: 0.9;
  mix-blend-mode: screen;
  background: radial-gradient(ellipse at center, rgba(37, 126, 97, 0.2) 0%, rgba(128, 91, 51, 0.08) 43%, rgba(9, 13, 13, 0) 72%);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
body .vantagens .vantagens__title {
  max-width: 760px;
  margin: 0 0 44px;
  padding-top: 0;
  text-align: left;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 42.29%, #95754C 83.42%, #E6CB92 119.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .vantagens .vantagens__table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0;
  padding: 9px 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(230, 203, 146, 0.22);
  border-radius: 22px;
  background: radial-gradient(ellipse at 8% 0%, rgba(36, 117, 91, 0.18), rgba(18, 30, 27, 0) 47%), linear-gradient(314deg, rgba(18, 30, 27, 0.95) 6.35%, rgba(9, 13, 13, 0.92) 63.48%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(237, 226, 182, 0.04);
}
body .vantagens .vantagens__table::after {
  display: none;
}
body .vantagens .vantagens__row {
  width: 100%;
  min-height: 72px;
  padding: 0 30px;
  gap: 20px;
  flex-direction: row;
  border-bottom: 1px solid rgba(230, 203, 146, 0.1);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .vantagens .vantagens__row:last-child {
  border-bottom: 0;
}
body .vantagens .vantagens__marker {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(230, 203, 146, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(230, 203, 146, 0.15), rgba(20, 61, 49, 0.52));
  box-shadow: inset 0 0 18px rgba(230, 203, 146, 0.05);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .vantagens .vantagens__marker img {
  width: 14px;
  height: auto;
  filter: brightness(1.55) sepia(0.32) saturate(0.75);
}
body .vantagens .vantagens__cell {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 400;
  text-align: left;
  color: #F0E8D7;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .vantagens .vantagens__button {
  z-index: 3;
  min-width: 310px;
  max-width: 310px;
  min-height: 62px;
  margin-top: 46px;
  font-size: 17px;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
  box-shadow: 0 0 0 1px rgba(237, 226, 182, 0.16), 0 18px 44px rgba(128, 91, 51, 0.22);
}
body .vantagens .vantagens__button span {
  position: relative;
  color: #121e1b;
}
@media screen and (max-width: 1015px) {
  body .vantagens {
    padding: 92px 0 98px;
  }
  body .vantagens .wrapper {
    max-width: 840px;
  }
  body .vantagens .vantagens__title {
    margin-bottom: 38px;
    font-size: 40px;
  }
  body .vantagens .vantagens__table {
    max-width: 780px;
  }
  body .vantagens .vantagens__row {
    min-height: 68px;
    padding: 0 26px;
  }
  body .vantagens .vantagens__cell {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  body .vantagens {
    padding: 78px 0 82px;
  }
  body .vantagens .wrapper {
    align-items: stretch;
  }
  body .vantagens .vantagens__title {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 36px;
  }
  body .vantagens .vantagens__table {
    max-width: 100%;
    border-radius: 18px;
  }
  body .vantagens .vantagens__row {
    min-height: 0;
    padding: 0 22px;
    gap: 16px;
    flex-direction: row;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .vantagens .vantagens__marker {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  body .vantagens .vantagens__cell {
    width: auto;
    padding: 18px 0;
    font-size: 16px;
  }
  body .vantagens .vantagens__button {
    align-self: center;
    margin-top: 38px;
  }
}
@media screen and (max-width: 560px) {
  body .vantagens {
    padding: 64px 0 70px;
  }
  body .vantagens .vantagens__light {
    top: -150px;
    left: -330px;
  }
  body .vantagens .vantagens__title {
    margin-bottom: 27px;
    font-size: 31px;
    line-height: 1.1;
  }
  body .vantagens .vantagens__table {
    padding: 5px 0;
    border-radius: 16px;
  }
  body .vantagens .vantagens__row {
    padding: 0 17px;
    gap: 13px;
  }
  body .vantagens .vantagens__marker {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
  }
  body .vantagens .vantagens__marker img {
    width: 12px;
  }
  body .vantagens .vantagens__cell {
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.42;
  }
  body .vantagens .vantagens__button {
    width: 100%;
    min-width: 0;
    max-width: 310px;
    min-height: 60px;
    margin-top: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 465px) {
  body .vantagens .vantagens__title {
    font-size: 28px;
  }
  body .vantagens .vantagens__row {
    padding: 0 15px;
  }
  body .vantagens .vantagens__cell {
    padding: 15px 0;
    font-size: 14px;
  }
}
.bottom-line {
  z-index: 2;
  position: relative;
  min-height: 50px;
  max-height: calc(180px + 3vw);
  width: 100%;
  background: linear-gradient(180deg, #0c0b0b 0%, #010101 100%);
}
.bottom-line:after {
  content: '';
  background: url(../img/bg_como_funciona.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 100%;
  top: 5vw;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-position: 50% 4%;
  background-size: calc(350px + 40vw);
  opacity: 0;
}
.bottom-line svg {
  width: 100%;
  opacity: 1;
  position: relative;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 680px) {
  .bottom-line svg {
    stroke-width: 2px;
  }
}
.cta-button {
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 289px;
  max-width: calc(320px + 2vw);
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  padding: 0 36px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2F2F2F;
  background: linear-gradient(90deg, #CAB486 0%, #AC9E79 100%);
  border: 1.5px solid #DDD1A8;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 3px rgba(132, 130, 130, .25), 0 18px 40px rgba(255, 225, 171, .28);
  -moz-box-shadow: 0 0 0 3px rgba(132, 130, 130, .25), 0 18px 40px rgba(255, 225, 171, .28);
  box-shadow: 0 0 0 3px rgba(132, 130, 130, .25), 0 18px 40px rgba(255, 225, 171, .28);
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -ms-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.cta-button span {
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cta-button::before {
  content: '';
  position: absolute;
  inset: -45px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58), transparent 46%);
  opacity: 0.34;
  pointer-events: none;
}
.cta-button:hover {
  border-color: #F4E6C0;
}
@media screen and (max-width: 620px) {
  .cta-button {
    font-size: 17px;
  }
}
/* CTA inserido no fluxo do conteúdo principal do hero */
.hero .hero__cta {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 4;
  margin: 20px auto 0;
  transform: none;
}
@media screen and (max-width: 620px) {
  .hero .hero__cta {
    min-width: 0;
    max-width: 300px;
    margin-top: 24px;
  }
  .hero__availability-line {
    width: 70px;
    margin-top: 18px;
  }
}
/* Responsive */
@media screen and (max-width: 1200px) {
  .hero .wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1015px) {
  .hero__container {
    min-height: 920px;
    padding: 190px 24px 62px;
  }
  .hero__wrapper {
    top: 30px;
    right: 24px;
    left: 24px;
  }
  .hero__content {
    max-width: 940px;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__text {
    max-width: 820px;
    font-size: 17px;
  }
}
@media screen and (max-width: 830px) {
  .hero__event-name {
    font-size: 28px;
  }
  .hero__meta {
    font-size: 16px;
  }
  .hero__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 695px) {
  .hero__container {
    min-height: 900px;
    padding: 170px 18px 52px;
  }
  .hero__wrapper {
    top: 26px;
    right: 18px;
    left: 18px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .hero__wrapper:after {
    height: 345px;
    background: linear-gradient(180deg, rgba(12, 7, 11, 0) 0%, #0b0b0b 58%);
  }
  .hero__logo-container {
    top: 16px;
    width: 158px;
    height: 101px;
    padding: 12px 16px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .hero__logo {
    width: 126px;
    height: auto;
  }
  .hero__content {
    max-width: 660px;
    padding: 0 18px;
  }
  .hero__event {
    margin-bottom: 20px;
  }
  .hero__event-heading {
    margin-bottom: 14px;
  }
  .hero__event-name {
    font-size: 26px;
  }
  .hero__event-theme {
    min-height: 28px;
    font-size: 13px;
    line-height: 26px;
  }
  .hero__meta {
    max-width: 560px;
    font-size: 15px;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__text {
    max-width: 590px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 499px) {
  .hero__container {
    min-height: 900px;
    padding: 150px 15px 48px;
  }
  .hero__wrapper {
    right: 15px;
    left: 15px;
  }
  .hero__image {
    object-position: center top;
  }
  .hero__content {
    max-width: 430px;
    padding: 0 8px;
  }
  .hero__event {
    margin-bottom: 18px;
  }
  .hero__event-heading {
    flex-direction: column;
    gap: 9px;
  }
  .hero__event-name {
    font-size: 24px;
  }
  .hero__event-theme {
    min-height: 26px;
    padding: 0 13px;
    font-size: 11px;
    line-height: 24px;
  }
  .hero__meta {
    gap: 5px;
    font-size: 14px;
  }
  .hero__meta-separator {
    margin: 0 5px;
  }
  .hero__meta-location {
    gap: 6px;
  }
  .hero__meta-location img {
    width: 16px;
    height: 16px;
  }
  .hero__availability {
    min-height: 30px;
    margin-top: 13px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 28px;
  }
  .hero__title {
    margin-bottom: 17px;
    font-size: 29px;
    line-height: 1.12;
    letter-spacing: -0.4px;
  }
  .hero__text {
    max-width: 400px;
    font-size: 15px;
    line-height: 1.42;
  }
}
@media screen and (max-width: 465px) {
  .hero__container {
    min-height: 880px;
    padding: 138px 15px 44px;
  }
  .hero__wrapper {
    top: 22px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .hero__logo-container {
    top: 12px;
    width: 136px;
    height: 87px;
    padding: 10px 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .hero__logo {
    width: 108px;
    height: auto;
  }
  .hero__event-name {
    font-size: 22px;
  }
  .hero__title {
    font-size: 27px;
  }
  .hero__text {
    font-size: 14px;
  }
  .hero__text-dot {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
}
.hero .bottom-line {
  z-index: 99;
}
.hero .bottom-line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(80px + 3.4vw);
  top: calc(59% - 50px);
  background: linear-gradient(180deg, #080707 0%, #080707 50%, rgba(0, 0, 0, 0) 100%);
}
.hero .both-sideshadow-overlay {
  z-index: 0;
  height: 21vw;
}
.both-sideshadow-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  display: inline;
}
.both-sideshadow-overlay::before,
.both-sideshadow-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  pointer-events: none;
}
.both-sideshadow-overlay::before {
  left: 0;
  background: linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0.86) 32%, rgba(1, 1, 1, 0) 100%);
}
.both-sideshadow-overlay::after {
  right: 0;
  background: linear-gradient(270deg, #010101 0%, rgba(1, 1, 1, 0.86) 32%, rgba(1, 1, 1, 0) 100%);
}
/* Como funciona */
.como-funciona {
  position: relative;
  padding: 0;
  /* Linha inferior */
}
.como-funciona .wrapper .cta-button {
  top: calc(-4.5vw - 30px);
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.como-funciona::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(2, 2, 1, 0) 0%, #020201 100%), url(../img/bg_como_funciona.svg);
  pointer-events: none;
  max-width: 100%;
  background-position: center 920px, top center;
  background-color: #030303;
  background-size: 100% 320px, 1000px auto;
  background-repeat: no-repeat, no-repeat;
  top: calc(-8% - .2vw + 32px);
}
.como-funciona .wrapper {
  position: relative;
  z-index: 99999;
}
.como-funciona .como-funciona__content {
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
}
.como-funciona .como-funciona__top {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 170px;
  margin-left: -50vw;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.como-funciona .como-funciona__title {
  margin-bottom: 44px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 40px;
  position: relative;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.como-funciona .como-funciona__steps {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 54px;
}
.como-funciona .como-funciona__synthesis {
  position: relative;
  margin-top: 54px;
  padding: 12px 34px;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(230, 203, 146, 0.22);
  background: radial-gradient(circle at 8% 0%, rgba(29, 113, 85, 0.16), rgba(29, 113, 85, 0) 44%), linear-gradient(314deg, rgba(18, 30, 27, 0.9) 6.35%, rgba(7, 10, 9, 0.96) 63.48%);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
}
.como-funciona .como-funciona__synthesis p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 17px 0 17px 24px;
  border-bottom: 1px solid rgba(230, 203, 146, 0.1);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.72);
}
.como-funciona .como-funciona__synthesis p:last-child {
  border-bottom: 0;
}
.como-funciona .como-funciona__synthesis p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E6CB92;
  box-shadow: 0 0 18px rgba(230, 203, 146, 0.36);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.como-funciona .como-funciona__synthesis strong {
  font-weight: 700;
  color: #E6CB92;
}
.como-funciona .como-funciona__card {
  position: relative;
  min-height: 289px;
  padding: 44px 58px 40px;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(314deg, rgba(29, 27, 24, 0.85) 6.35%, rgba(14, 14, 14, 0.7) 63.48%);
  border: 1px solid rgba(173, 164, 132, 0.83);
  -webkit-backdrop-filter: blur(66.5px);
  backdrop-filter: blur(66.5px);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.como-funciona .como-funciona__icon {
  position: relative;
  z-index: 2;
  width: 188px;
  height: 188px;
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.como-funciona .como-funciona__icon img {
  width: 100%;
  height: auto;
}
.como-funciona .como-funciona__icon--radar,
.como-funciona .como-funciona__icon--match,
.como-funciona .como-funciona__icon--access {
  border: 0;
  background: none;
}
.como-funciona .como-funciona__icon--radar::before,
.como-funciona .como-funciona__icon--match::before,
.como-funciona .como-funciona__icon--access::before,
.como-funciona .como-funciona__icon--radar::after,
.como-funciona .como-funciona__icon--match::after,
.como-funciona .como-funciona__icon--access::after {
  display: none;
}
.como-funciona .como-funciona__icon--radar span,
.como-funciona .como-funciona__icon--match span,
.como-funciona .como-funciona__icon--access span,
.como-funciona .como-funciona__icon--radar i,
.como-funciona .como-funciona__icon--match i,
.como-funciona .como-funciona__icon--access i {
  display: none;
}
.como-funciona .como-funciona__icon--access img {
  width: 137px;
}
.como-funciona .como-funciona__text {
  position: relative;
  z-index: 2;
  width: calc(100% - 240px);
  color: #8B7E68;
}
.como-funciona .como-funciona__text h3 {
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.como-funciona .como-funciona__text p {
  max-width: 230px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.25;
}
.como-funciona .como-funciona__text strong {
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.como-funciona .como-funciona__text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 7px;
  max-width: 330px;
  color: #A39781;
}
.como-funciona .como-funciona__text li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
}
.como-funciona .como-funciona__text li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #A39781;
}
.como-funciona .como-funciona__text ol {
  max-width: 295px;
  color: #8B7E68;
  counter-reset: access-list;
}
.como-funciona .como-funciona__text ol li {
  padding-left: 0;
  margin-bottom: 8px;
  text-transform: none;
  counter-increment: access-list;
}
.como-funciona .como-funciona__text ol li::before {
  content: counter(access-list) 'º - ';
  position: static;
  color: inherit;
}
.como-funciona .como-funciona__note {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 28px;
  text-align: center;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.como-funciona .como-funciona__icon--radar,
.como-funciona .como-funciona__icon--match,
.como-funciona .como-funciona__icon--access {
  border: 0;
  background: none;
}
.como-funciona .como-funciona__icon--radar::before,
.como-funciona .como-funciona__icon--match::before,
.como-funciona .como-funciona__icon--access::before,
.como-funciona .como-funciona__icon--radar::after,
.como-funciona .como-funciona__icon--match::after,
.como-funciona .como-funciona__icon--access::after {
  display: none;
}
.como-funciona .como-funciona__icon--radar span,
.como-funciona .como-funciona__icon--match span,
.como-funciona .como-funciona__icon--access span,
.como-funciona .como-funciona__icon--radar i,
.como-funciona .como-funciona__icon--match i,
.como-funciona .como-funciona__icon--access i {
  display: none;
}
.como-funciona .como-funciona__icon--radar img,
.como-funciona .como-funciona__icon--match img,
.como-funciona .como-funciona__icon--access img {
  position: relative;
  z-index: 2;
  display: block;
}
.como-funciona .como-funciona__icon--access img {
  width: 137px;
}
.como-funciona .como-funciona__bottom-line {
  position: relative;
  z-index: 100000;
  width: 100%;
  min-height: 200px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.como-funciona .como-funciona__bottom-line::before {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  height: 150px;
  opacity: 0.5;
  pointer-events: none;
  background: linear-gradient(270deg, #080808 1.37%, #3e3933 45.95%, #080808 90.53%);
  filter: blur(30px);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.como-funciona .como-funciona__bottom-line .cta-button {
  position: absolute;
  top: calc(55% + 25px + 1.5vw);
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
  overflow: visible;
  isolation: isolate;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  /* Luz forte do CTA, atrás do texto */
}
.como-funciona .como-funciona__bottom-line .cta-button::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 197px;
  margin: 0 auto;
  opacity: 1;
  pointer-events: none;
  background: radial-gradient(circle, #f0e4ca, #1b1b1b00 50%);
  filter: blur(80px);
}
.como-funciona .como-funciona__bottom-line .cta-button::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.como-funciona .como-funciona__bottom-line .cta-button .cta-button__light {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 112%;
  height: 118%;
  pointer-events: none;
  opacity: 0.82;
  background: radial-gradient(ellipse at center, rgba(255, 236, 187, 0.92) 0%, rgba(255, 225, 171, 0.48) 34%, rgba(227, 197, 142, 0.2) 58%, rgba(227, 197, 142, 0) 76%);
  filter: blur(22px);
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: opacity 0.25s ease, filter 0.25s ease, -moz-transform 0.25s ease;
  -ms-transition: opacity 0.25s ease, filter 0.25s ease, -ms-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, filter 0.25s ease, -o-transform 0.25s ease;
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}
.como-funciona .como-funciona__bottom-line .cta-button span {
  position: relative;
  z-index: 2;
}
.como-funciona .como-funciona__bottom-line .cta-button:hover {
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25), 0 22px 56px rgba(255, 225, 171, 0.4);
}
.como-funciona .como-funciona__bottom-line .cta-button:hover .cta-button__light {
  opacity: 1;
  filter: blur(26px);
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  -moz-transform: translate(-50%, -50%) scale(1.08);
  -ms-transform: translate(-50%, -50%) scale(1.08);
  -o-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
}
.como-funciona .como-funciona__bottom-line .como-funciona__bottom-divider {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: auto;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Proposito G55 */
.proposito-g55 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 724px;
  margin: -200px 0 0;
  padding: 160px 0 clamp(0px, calc(50px + 3vw), 120px);
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}
.proposito-g55::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(270deg, #080808 1.37%, #1B1917 45.95%, #080808 90.53%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 54px, #000 158px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 54px, #000 158px);
}
.proposito-g55 .proposito-g55__bg-lights {
  position: absolute;
  inset: -120px 0 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.36;
  mix-blend-mode: screen;
}
.proposito-g55 .proposito-g55__bg-lights::before,
.proposito-g55 .proposito-g55__bg-lights::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(340px + 18vw);
  opacity: 0.5;
  background: url(../img/overlay-chamada.webp) left center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 13%, #000 68%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 13%, #000 68%, rgba(0, 0, 0, 0) 100%);
}
.proposito-g55 .proposito-g55__bg-lights::before {
  left: -3vw;
}
.proposito-g55 .proposito-g55__bg-lights::after {
  right: -3vw;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.proposito-g55 .wrapper {
  position: relative;
  z-index: 3;
}
.proposito-g55 .proposito-g55__content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.proposito-g55 .proposito-g55__header {
  max-width: 920px;
  margin: 80px auto 54px;
}
.proposito-g55 .proposito-g55__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 7px 17px;
  border: 1px solid rgba(230, 203, 146, 0.34);
  border-radius: 100px;
  background: rgba(18, 30, 27, 0.72);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #E6CB92;
  text-transform: uppercase;
}
.proposito-g55 .proposito-g55__title {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(32px, 3.25vw, 52px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #F4EBD8;
  text-wrap: balance;
}
.proposito-g55 .proposito-g55__text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.68);
  text-wrap: pretty;
}
.proposito-g55 .proposito-g55__profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.proposito-g55 .proposito-g55__profile {
  position: relative;
  flex: 0 1 calc(33.333% - 14px);
  min-width: 0;
  aspect-ratio: 0.82;
  overflow: hidden;
  border: 1px solid rgba(230, 203, 146, 0.24);
  border-radius: 20px;
  isolation: isolate;
  background: linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  text-align: left;
  -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.07);
  -moz-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.07);
  -webkit-transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  -moz-transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  -ms-transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  -o-transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.proposito-g55 .proposito-g55__profile::before,
.proposito-g55 .proposito-g55__profile::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.proposito-g55 .proposito-g55__profile::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 13, 13, 0.16) 0%, rgba(9, 13, 13, 0.05) 40%, rgba(9, 13, 13, 0.93) 100%);
}
.proposito-g55 .proposito-g55__profile::after {
  z-index: 2;
  opacity: 0.68;
  background: radial-gradient(circle at 74% 30%, rgba(24, 91, 72, 0.34), rgba(9, 13, 13, 0) 48%);
  mix-blend-mode: screen;
}
.proposito-g55 .proposito-g55__profile:hover {
  border-color: rgba(230, 203, 146, 0.62);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46), 0 0 42px rgba(128, 91, 51, 0.1);
  -moz-box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46), 0 0 42px rgba(128, 91, 51, 0.1);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46), 0 0 42px rgba(128, 91, 51, 0.1);
}
.proposito-g55 .proposito-g55__profile:hover .proposito-g55__profile-image {
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  -ms-transform: scale(1.035);
  -o-transform: scale(1.035);
  transform: scale(1.035);
  filter: grayscale(1) contrast(1.09) brightness(0.74) sepia(0.12);
}
.proposito-g55 .proposito-g55__profile:hover .proposito-g55__profile-arrow {
  color: #090D0D;
  background: #E6CB92;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.proposito-g55 .proposito-g55__profile-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.12) brightness(0.67) sepia(0.16);
  -webkit-transition: filter 0.45s ease, transform 0.55s ease;
  -moz-transition: filter 0.45s ease, transform 0.55s ease;
  -ms-transition: filter 0.45s ease, transform 0.55s ease;
  -o-transition: filter 0.45s ease, transform 0.55s ease;
  transition: filter 0.45s ease, transform 0.55s ease;
}
.proposito-g55 .proposito-g55__profile-top,
.proposito-g55 .proposito-g55__profile-info {
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 3;
}
.proposito-g55 .proposito-g55__profile-top {
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.proposito-g55 .proposito-g55__profile-top .proposito-g55__profile-name {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  max-width: calc(100% - 46px);
  padding: 7px 12px;
  border: 1px solid rgba(230, 203, 146, 0.3);
  border-radius: 100px;
  background: rgba(9, 13, 13, 0.66);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #E6CB92;
  text-transform: uppercase;
}
.proposito-g55 .proposito-g55__profile-index {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(244, 235, 216, 0.54);
}
.proposito-g55 .proposito-g55__profile-info {
  bottom: 22px;
  min-height: 70px;
  padding-right: 58px;
}
.proposito-g55 .proposito-g55__profile-caption {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(244, 235, 216, 0.48);
  text-transform: uppercase;
}
.proposito-g55 .proposito-g55__profile-info .proposito-g55__profile-idea {
  margin: 0;
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #F4EBD8;
}
.proposito-g55 .proposito-g55__profile-category {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #E6CB92;
  text-transform: uppercase;
}
.proposito-g55 .proposito-g55__profile-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(230, 203, 146, 0.52);
  border-radius: 50%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1;
  color: #E6CB92;
  background: rgba(18, 30, 27, 0.82);
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.proposito-g55 .proposito-g55__profile-arrow svg {
  display: block;
  width: 22px;
  height: 22px;
}
.proposito-g55 .proposito-g55__closing {
  max-width: 850px;
  margin: 58px auto 0;
}
.proposito-g55 .proposito-g55__closing .proposito-g55__closing-line {
  display: block;
  width: 82px;
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, rgba(230, 203, 146, 0), #E6CB92, rgba(230, 203, 146, 0));
}
.proposito-g55 .proposito-g55__closing p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.82);
  text-wrap: balance;
}
.proposito-g55 .proposito-g55__nav {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: clamp(0px, calc(50px + 3vw), 120px);
  min-height: 92px;
  overflow: hidden;
  border-top: 1px solid rgba(230, 203, 146, 0.18);
  border-bottom: 1px solid rgba(230, 203, 146, 0.18);
  background: linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.055), inset 0 -1px 0 rgba(237, 226, 182, 0.035), 0 20px 70px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.055), inset 0 -1px 0 rgba(237, 226, 182, 0.035), 0 20px 70px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.055), inset 0 -1px 0 rgba(237, 226, 182, 0.035), 0 20px 70px rgba(0, 0, 0, 0.42);
}
.proposito-g55 .proposito-g55__nav::before,
.proposito-g55 .proposito-g55__nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 220px;
  pointer-events: none;
}
.proposito-g55 .proposito-g55__nav::before {
  left: 0;
  background: linear-gradient(90deg, #090D0D 0%, rgba(9, 13, 13, 0.9) 34%, rgba(9, 13, 13, 0) 100%);
}
.proposito-g55 .proposito-g55__nav::after {
  right: 0;
  background: linear-gradient(270deg, #121E1B 0%, rgba(18, 30, 27, 0.9) 34%, rgba(18, 30, 27, 0) 100%);
}
.proposito-g55 .proposito-g55__nav .proposito-g55__nav-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: calc(var(--proposito-nav-group-width, 100vw) * 2);
  min-width: calc(var(--proposito-nav-group-width, 100vw) * 2);
  min-height: 92px;
  will-change: transform;
  -webkit-animation: proposito-g55-marquee 48s linear infinite;
  -moz-animation: proposito-g55-marquee 48s linear infinite;
  -ms-animation: proposito-g55-marquee 48s linear infinite;
  -o-animation: proposito-g55-marquee 48s linear infinite;
  animation: proposito-g55-marquee 48s linear infinite;
}
.proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--proposito-nav-gap, 72px);
  flex: 0 0 auto;
  width: var(--proposito-nav-group-width, 100vw);
  min-height: 92px;
  padding: 0 var(--proposito-nav-edge, 36px);
}
.proposito-g55 .proposito-g55__nav span {
  display: block;
  min-width: 0;
  flex: 0 0 auto;
  padding: 0 !important;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  color: #D6C59A;
  text-align: center;
  text-shadow: 0 0 24px rgba(230, 203, 146, 0.08);
  white-space: nowrap;
}
/* G55 IS */
.g55-is {
  position: relative;
  padding: 92px 0 128px;
  overflow: hidden;
  background: #030202;
  border-top: solid 1px #CAB689;
}
.g55-is .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.g55-is .g55-is__header {
  max-width: 680px;
  margin: 0 auto 58px;
  text-align: center;
}
.g55-is .g55-is__title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 6px;
}
.g55-is .g55-is__title img {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g55-is .g55-is__text {
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #8B7E68;
}
.g55-is .g55-is__wrapper {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 30px;
}
.g55-is .g55-is__card {
  position: relative;
  width: calc(50% - 15px);
  min-height: 430px;
  padding: 58px 72px 50px;
  overflow: hidden;
  isolation: isolate;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.g55-is .g55-is__card--right {
  padding-left: 92px;
}
.g55-is .g55-is__card-heading {
  margin-bottom: 42px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}
.g55-is .g55-is__card-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g55-is .g55-is__card-icon img {
  width: 48px;
  height: 48px;
}
.g55-is .g55-is__card-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g55-is .g55-is__card-list {
  color: #8B7E68;
}
.g55-is .g55-is__card-list li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 400;
}
.g55-is .g55-is__card-list li:last-child {
  margin-bottom: 0;
}
.g55-is .g55-is__card--left .g55-is__card-list {
  max-width: 410px;
}
.g55-is .g55-is__card--right .g55-is__card-list {
  max-width: 360px;
}
.g55-is .g55-is__bullet {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g55-is .g55-is__bullet img {
  width: 18px;
  height: 18px;
}
.g55-is .g55-is__bullet--negative {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
.g55-is .g55-is__bullet--negative img {
  width: 14px;
  height: 14px;
}
.g55-is--ai {
  position: relative;
  padding: 112px 0 128px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(24, 91, 72, 0.18), rgba(9, 13, 13, 0) 42%), #050807;
  border-top: 1px solid rgba(230, 203, 146, 0.2);
}
.g55-is--ai::before,
.g55-is--ai::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}
.g55-is--ai::before {
  top: -260px;
  left: -210px;
  background: radial-gradient(circle, rgba(20, 86, 66, 0.24), rgba(20, 86, 66, 0) 68%);
}
.g55-is--ai::after {
  right: -240px;
  bottom: -280px;
  background: radial-gradient(circle, rgba(128, 91, 51, 0.18), rgba(128, 91, 51, 0) 68%);
}
.g55-is--ai .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
body .g55-is--ai .g55-is__card--ai {
  position: relative;
  width: 100%;
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 72px 76px 66px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(230, 203, 146, 0.26);
  border-radius: 24px;
  background: linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(237, 226, 182, 0.06);
  -moz-box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(237, 226, 182, 0.06);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(237, 226, 182, 0.06);
}
body .g55-is--ai .g55-is__card--ai::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(230, 203, 146, 0.07), rgba(18, 30, 27, 0) 36%);
}
body .g55-is--ai .g55-is__card--ai::after {
  display: none;
}
.g55-is--ai .g55-is__card-glow {
  position: absolute;
  top: -230px;
  right: -180px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(31, 112, 86, 0.28), rgba(31, 112, 86, 0) 68%);
}
.g55-is--ai .g55-is__header {
  max-width: 920px;
  margin: 0 0 46px;
  text-align: left;
}
.g55-is--ai .g55-is__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 7px 17px;
  border: 1px solid rgba(230, 203, 146, 0.32);
  border-radius: 100px;
  background: rgba(9, 13, 13, 0.48);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #E6CB92;
  text-transform: uppercase;
}
.g55-is--ai .g55-is__title {
  display: block;
  margin: 0 0 24px;
  font-size: 50px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #F4EBD8;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #F4EBD8;
}
.g55-is--ai .g55-is__title span {
  display: block;
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .g55-is--ai .g55-is__text {
  max-width: 860px;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.68);
}
.g55-is--ai .g55-is__applications {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(230, 203, 146, 0.13);
  border-radius: 18px;
  background: rgba(6, 12, 11, 0.48);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.035);
  -moz-box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.035);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.035);
}
.g55-is--ai .g55-is__applications-title {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.9);
}
.g55-is--ai .g55-is__card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 235, 216, 0.76);
}
.g55-is--ai .g55-is__card-list li {
  min-height: 58px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(230, 203, 146, 0.08);
  border-radius: 12px;
  background: rgba(18, 30, 27, 0.58);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 13px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.g55-is--ai .g55-is__bullet {
  width: 29px;
  height: 29px;
  margin: 0;
  border: 1px solid rgba(230, 203, 146, 0.4);
  border-radius: 50%;
  background: rgba(9, 13, 13, 0.64);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g55-is--ai .g55-is__bullet img {
  width: 13px;
  height: auto;
  filter: brightness(1.35) sepia(0.18);
}
.g55-is--ai .g55-is__closing {
  position: relative;
  margin-top: 32px;
  padding: 30px 34px 30px 38px;
  border-left: 2px solid #BAA379;
  background: linear-gradient(90deg, rgba(18, 30, 27, 0.84), rgba(18, 30, 27, 0.24));
}
.g55-is--ai .g55-is__closing .g55-is__closing-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #E6CB92;
  text-transform: uppercase;
}
.g55-is--ai .g55-is__closing p {
  max-width: 900px;
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.86);
}
.g55-is--ai .g55-is__action {
  margin-top: 38px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.g55-is--ai .g55-is__button {
  width: 100%;
  min-width: 0;
  max-width: 340px;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
}
/* Programação */
.programacao {
  position: relative;
  padding: 124px 0 138px;
  overflow: hidden;
  border-top: 1px solid rgba(230, 203, 146, 0.16);
  background: radial-gradient(ellipse 68% 34% at 50% 4%, rgba(17, 116, 84, 0.44), rgba(12, 69, 51, 0.16) 54%, rgba(5, 12, 10, 0) 78%), radial-gradient(ellipse 52% 56% at 50% 52%, rgba(10, 57, 43, 0.24), rgba(3, 8, 7, 0) 76%), linear-gradient(90deg, #010302 0%, #06100d 22%, #081b15 50%, #06100d 78%, #010302 100%);
}
.programacao::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 760px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(230, 203, 146, 0), rgba(230, 203, 146, 0.55), rgba(230, 203, 146, 0));
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.programacao::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.58;
  background-image: radial-gradient(circle, rgba(230, 203, 146, 0.3) 0 1px, transparent 1.5px), linear-gradient(rgba(230, 203, 146, 0.065) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 113, 87, 0.12) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse 72% 82% at 50% 46%, #000 10%, rgba(0, 0, 0, 0.82) 52%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 82% at 50% 46%, #000 10%, rgba(0, 0, 0, 0.82) 52%, transparent 100%);
}
.programacao .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.programacao__light {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}
.programacao__light--green {
  top: -250px;
  left: 50%;
  width: 980px;
  height: 680px;
  background: radial-gradient(ellipse, rgba(21, 112, 81, 0.3), rgba(21, 92, 70, 0) 70%);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.programacao__light--gold {
  bottom: -300px;
  left: -250px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(128, 91, 51, 0.16), rgba(128, 91, 51, 0) 68%);
}
.programacao__header {
  max-width: 880px;
  margin: 0 auto 66px;
  text-align: center;
}
.programacao__eyebrow {
  min-height: 34px;
  margin-bottom: 21px;
  padding: 7px 17px;
  border: 1px solid rgba(230, 203, 146, 0.32);
  border-radius: 100px;
  background: rgba(9, 13, 13, 0.56);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #E6CB92;
  text-transform: uppercase;
}
.programacao__title {
  margin: 0;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #F4EBD8;
}
.programacao__title span {
  display: block;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.programacao__timeline {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
.programacao__timeline::before {
  content: '';
  position: absolute;
  top: 112px;
  bottom: 112px;
  left: 111px;
  z-index: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(230, 203, 146, 0), rgba(230, 203, 146, 0.54) 12%, rgba(230, 203, 146, 0.54) 88%, rgba(230, 203, 146, 0));
}
.programacao__action {
  margin-top: 56px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.programacao__button {
  width: 100%;
  min-width: 0;
  max-width: 340px;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
}
.programacao__day {
  position: relative;
  z-index: 1;
  min-height: 222px;
  padding: 0;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(230, 203, 146, 0.27);
  border-radius: 26px;
  background: linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(237, 226, 182, 0.05);
  -moz-box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(237, 226, 182, 0.05);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(237, 226, 182, 0.05);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.programacao__day::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -110px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(28, 100, 77, 0.16), rgba(28, 100, 77, 0) 70%);
}
.programacao__day:hover {
  border-color: rgba(230, 203, 146, 0.48);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(237, 226, 182, 0.08);
  -moz-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(237, 226, 182, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(237, 226, 182, 0.08);
}
.programacao__day-marker {
  position: relative;
  z-index: 2;
  min-height: 222px;
  padding: 30px 0 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(230, 203, 146, 0.22);
  border-radius: 0;
  background: radial-gradient(ellipse at 20% 112%, rgba(68, 170, 126, 0.24), rgba(23, 86, 66, 0.08) 48%, rgba(9, 13, 13, 0) 72%), linear-gradient(180deg, rgba(9, 13, 13, 0.74), rgba(12, 29, 24, 0.42));
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.programacao__day-index {
  width: 100%;
  padding: 0 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.programacao__day-label {
  width: auto;
  margin-bottom: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #E6CB92;
  text-transform: uppercase;
}
.programacao__day-number {
  display: block;
  font-size: 68px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #F4EBD8;
}
.programacao__day-detail {
  width: 100%;
  margin-top: auto;
  padding: 15px 30px 17px;
  border-top: 1px solid rgba(230, 203, 146, 0.24);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(244, 235, 216, 0.72);
  text-transform: uppercase;
}
.programacao__day-detail::before {
  display: none;
}
.programacao__day-content {
  position: relative;
  z-index: 2;
  padding: 30px 44px 28px 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.programacao__day-content p {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.7);
}
.programacao__day-step {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #BAA379;
  text-transform: uppercase;
}
.programacao__day-title {
  margin: 0 0 15px;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #F4EBD8;
}
@media screen and (max-width: 1015px) {
  .programacao {
    padding: 104px 0 116px;
  }
  .programacao__header {
    margin-bottom: 56px;
  }
  .programacao__title {
    font-size: 46px;
  }
  .programacao__day {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .programacao__timeline::before {
    left: 95px;
  }
  .programacao__day-content {
    padding-right: 32px;
    padding-left: 38px;
  }
}
@media screen and (max-width: 768px) {
  .programacao {
    padding: 82px 0 92px;
  }
  .programacao__header {
    margin-bottom: 46px;
  }
  .programacao__title {
    font-size: 39px;
  }
  .programacao__day {
    min-height: 206px;
    grid-template-columns: 160px minmax(0, 1fr);
    border-radius: 22px;
  }
  .programacao__day-marker {
    min-height: 206px;
    padding: 27px 0 0;
  }
  .programacao__day-index {
    padding: 0 22px;
  }
  .programacao__day-detail {
    padding: 14px 22px 16px;
  }
  .programacao__timeline::before {
    left: 80px;
  }
  .programacao__day-number {
    font-size: 56px;
  }
  .programacao__day-content {
    padding: 26px 23px 25px 30px;
  }
  .programacao__day-content p {
    font-size: 16px;
    line-height: 1.48;
  }
  .programacao__day-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 560px) {
  .programacao {
    padding: 66px 0 74px;
  }
  .programacao::after {
    opacity: 0.38;
    background-size: 58px 58px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  }
  .programacao__header {
    max-width: 390px;
    margin-bottom: 38px;
  }
  .programacao__eyebrow {
    min-height: 31px;
    margin-bottom: 17px;
    padding: 6px 13px;
    font-size: 10px;
  }
  .programacao__title {
    font-size: 32px;
    line-height: 1.08;
  }
  .programacao__timeline {
    gap: 16px;
  }
  .programacao__timeline::before {
    display: none;
  }
  .programacao__action {
    margin-top: 38px;
  }
  .programacao__day {
    min-height: 0;
    padding: 0;
    display: block;
    border-radius: 19px;
  }
  .programacao__day-marker {
    width: 100%;
    min-height: 145px;
    padding: 22px 0 0;
    border-right: 0;
    border-bottom: 1px solid rgba(230, 203, 146, 0.18);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
  .programacao__day-index {
    width: 100%;
    padding: 0 24px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .programacao__day-label {
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    font-size: 13px;
  }
  .programacao__day-number {
    font-size: 54px;
  }
  .programacao__day-detail {
    width: 100%;
    margin: auto 0 0;
    padding: 13px 24px 15px;
    border-top: 1px solid rgba(230, 203, 146, 0.24);
    text-align: left;
  }
  .programacao__day-detail::before {
    display: none;
  }
  .programacao__day-content {
    padding: 27px 24px 25px;
  }
  .programacao__day-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .programacao__day-title {
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 1.15;
  }
}
/* Público */
.publico {
  position: relative;
  padding: 120px 0 132px;
  overflow: hidden;
  border-top: 1px solid rgba(230, 203, 146, 0.14);
  background: radial-gradient(circle at 82% 18%, rgba(28, 102, 78, 0.17), rgba(28, 102, 78, 0) 34%), linear-gradient(180deg, #030202 0%, #06100d 54%, #030202 100%);
}
.publico .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.publico__light {
  position: absolute;
  bottom: -310px;
  left: -260px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(128, 91, 51, 0.17), rgba(128, 91, 51, 0) 68%);
  filter: blur(12px);
}
body .publico .publico__card {
  position: relative;
  width: 100%;
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 68px 74px 64px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(230, 203, 146, 0.26);
  border-radius: 24px;
  background: linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.06);
  -moz-box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.06);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(237, 226, 182, 0.06);
}
body .publico .publico__card::before {
  content: '';
  position: absolute;
  top: -260px;
  right: -180px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(31, 112, 86, 0.25), rgba(31, 112, 86, 0) 68%);
}
body .publico .publico__heading {
  max-width: none;
  margin: 0 0 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}
body .publico .publico__icon {
  width: 58px;
  height: 58px;
  margin: 0;
  border: 1px solid rgba(230, 203, 146, 0.24);
  border-radius: 50%;
  background: rgba(9, 13, 13, 0.56);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body .publico .publico__icon img {
  width: 38px;
  height: 38px;
  filter: sepia(0.2) brightness(1.2);
}
body .publico .publico__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #F4EBD8;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #F4EBD8;
}
body .publico .publico__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 235, 216, 0.78);
}
body .publico .publico__list li {
  min-height: 78px;
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid rgba(230, 203, 146, 0.11);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 400;
}
body .publico .publico__bullet {
  width: 29px;
  height: 29px;
  margin: 0;
  border: 1px solid rgba(230, 203, 146, 0.38);
  border-radius: 50%;
  background: rgba(9, 13, 13, 0.62);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body .publico .publico__bullet img {
  width: 14px;
  height: 14px;
  filter: brightness(1.38) sepia(0.2);
}
.publico__closing {
  max-width: 980px;
  margin: 42px auto 0;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.64);
  text-align: center;
}
.publico__closing span {
  display: block;
}
.publico__closing .publico__closing-highlight {
  display: block;
  max-width: 900px;
  margin: 11px auto 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.94);
}
@media screen and (max-width: 1015px) {
  .publico {
    padding: 102px 0 112px;
  }
  body .publico .publico__card {
    padding: 58px 54px 54px;
  }
  body .publico .publico__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .publico {
    padding: 82px 0 92px;
  }
  body .publico .publico__card {
    padding: 48px 38px 44px;
  }
  body .publico .publico__heading {
    margin-bottom: 38px;
  }
  body .publico .publico__title {
    font-size: 36px;
  }
  body .publico .publico__list {
    grid-template-columns: 1fr;
  }
  body .publico .publico__list li {
    min-height: 70px;
  }
  .publico__closing {
    margin-top: 34px;
  }
}
@media screen and (max-width: 560px) {
  .publico {
    padding: 66px 0 74px;
  }
  body .publico .publico__card {
    padding: 36px 24px 32px;
    border-radius: 18px;
  }
  body .publico .publico__heading {
    margin-bottom: 30px;
    gap: 15px;
    align-items: flex-start;
  }
  body .publico .publico__icon {
    width: 48px;
    height: 48px;
  }
  body .publico .publico__icon img {
    width: 32px;
    height: 32px;
  }
  body .publico .publico__title {
    font-size: 28px;
    line-height: 1.1;
  }
  body .publico .publico__list li {
    min-height: 0;
    padding: 16px 0;
    gap: 13px;
    font-size: 16px;
    line-height: 1.45;
  }
  body .publico .publico__bullet {
    width: 27px;
    height: 27px;
  }
  .publico__closing {
    margin-top: 28px;
    padding: 0 8px;
    font-size: 16px;
  }
  .publico__closing .publico__closing-highlight {
    font-size: 17px;
  }
}
/* Sócios */
.socios {
  position: relative;
  width: 100%;
  padding-top: 37px;
  background: #000;
}
html body .socios .socios__headline {
  position: relative;
  top: auto;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 210px);
  max-width: 1710px;
  min-height: 136px;
  margin: 0 auto 37px;
  padding: 24px 40px;
  border-radius: 70px;
  background: linear-gradient(90deg, #E6CB92 0%, #807151 100%);
}
.socios__slider {
  position: relative;
  width: 100%;
}
body .socios .socios__title {
  margin: 0;
  font-size: min(44px, calc(2vw + 16px));
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #073F36;
  text-align: center;
}
.socios__viewport {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  height: 100lvh;
  overflow: clip;
  isolation: isolate;
  background: #000;
}
.socios--static .socios__viewport {
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100lvh;
  overflow: visible;
}
.socios__stage {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(2, 11, 9, 0.08) 0%, rgba(2, 5, 4, 0) 44%, rgba(0, 0, 0, 0.38) 100%), url('../img/socios/bg_socios.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.socios__stage::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 42% 58% at 24% 48%, rgba(9, 92, 69, 0.19), rgba(4, 22, 17, 0) 78%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.24) 100%);
}
.socios__transition {
  position: absolute;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: radial-gradient(ellipse 68% 90% at 28% 50%, rgba(8, 74, 57, 0.44), rgba(3, 20, 16, 0.08) 62%, rgba(0, 0, 0, 0) 82%), linear-gradient(90deg, rgba(2, 17, 13, 0.72) 0%, rgba(1, 9, 7, 0.8) 56%, rgba(0, 0, 0, 0.74) 100%);
  will-change: opacity;
}
.socios__transition-glow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -46%;
  width: 46%;
  opacity: 0;
  background: linear-gradient(90deg, rgba(230, 203, 146, 0) 0%, rgba(230, 203, 146, 0.18) 48%, rgba(230, 203, 146, 0) 100%);
  pointer-events: none;
  will-change: opacity, transform;
  -webkit-transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  -o-transform: skewX(-12deg);
  transform: skewX(-12deg);
}
.socios__slider.is-thumb-transitioning {
  cursor: progress;
}
.socios__slider.is-thumb-transitioning .socios__thumb {
  cursor: progress;
}
.socios--static .socios__stage {
  min-height: 100vh;
  min-height: 100dvh;
}
.socios__inner.wrapper {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: 1500px;
  min-height: 0;
  margin: 0 auto;
  padding: 0 15px;
}
.socios__slides {
  position: absolute;
  inset: 0 15px;
  z-index: 1;
}
.socios__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.socios__slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.socios__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 43%;
  flex-direction: column;
  min-width: 0;
}
.socios__content {
  width: 100%;
  max-width: 483px;
  margin: min(158px, 15dvh) 24px 0 0;
}
.socios__specialty {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 251px;
  max-width: 100%;
  min-height: min(52px, 5.2dvh);
  margin-bottom: min(43px, 4dvh);
  padding: 9px 25px;
  border: 1px solid rgba(230, 203, 146, 0.68);
  border-radius: 100px;
  background: rgba(5, 24, 19, 0.36);
  font-size: min(22px, calc(.7vw + 10px), calc(1dvh + 8px));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F4EBD8;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: opacity, transform;
}
.socios__name {
  display: block;
  width: max-content;
  max-width: none;
  margin: 0 0 min(43px, 4dvh);
  font-size: min(71.5px, calc(3vw + 20px), calc(7dvh + 18px));
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -2px;
  color: #E6CB92;
  background: linear-gradient(173deg, #EDE2B6 -104.88%, #D6C59A -59.2%, #95754C 13.23%, #E6CB92 92.2%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  will-change: opacity, transform;
}
.socios__bio {
  position: relative;
  width: 100%;
  max-width: 483px;
  margin: 0;
  font-size: min(22px, calc(.45vw + 14px), calc(1.4dvh + 7px));
  line-height: 1.455;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.9);
  will-change: opacity, transform;
}
.socios__bio-text {
  margin: 0;
}
.socios__bio-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  color: #E6CB92;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.socios__bio-toggle:hover,
.socios__bio-toggle:focus-visible {
  color: #F4EBD8;
}
.socios__bio-toggle:focus-visible {
  outline: 1px solid rgba(230, 203, 146, 0.7);
  outline-offset: 6px;
  border-radius: 4px;
}
.socios__bio-toggle-label {
  position: relative;
  display: inline-flex;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
}
.socios__bio-toggle-label::before {
  content: 'Ver menos';
  visibility: hidden;
}
.socios__bio-toggle-label-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
  will-change: opacity, transform;
  -webkit-transition: transform .64s cubic-bezier(.16, 1, .3, 1), opacity .38s ease;
  -moz-transition: transform .64s cubic-bezier(.16, 1, .3, 1), opacity .38s ease;
  -ms-transition: transform .64s cubic-bezier(.16, 1, .3, 1), opacity .38s ease;
  -o-transition: transform .64s cubic-bezier(.16, 1, .3, 1), opacity .38s ease;
  transition: transform .64s cubic-bezier(.16, 1, .3, 1), opacity .38s ease;
}
.socios__bio-toggle-label-text--more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.socios__bio-toggle-label-text--less {
  opacity: 0;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -o-transform: translateY(60%);
  transform: translateY(60%);
}
.socios__bio-toggle[aria-expanded='true'] .socios__bio-toggle-label-text--more {
  opacity: 0;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.socios__bio-toggle[aria-expanded='true'] .socios__bio-toggle-label-text--less {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.socios__bio-toggle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid rgba(230, 203, 146, 0.45);
  border-radius: 50%;
  -webkit-transition: transform .45s ease, border-color .25s ease;
  -moz-transition: transform .45s ease, border-color .25s ease;
  -ms-transition: transform .45s ease, border-color .25s ease;
  -o-transition: transform .45s ease, border-color .25s ease;
  transition: transform .45s ease, border-color .25s ease;
}
.socios__bio-toggle-icon::before,
.socios__bio-toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 1px;
  background: currentColor;
}
.socios__bio-toggle-icon::before {
  -webkit-transform: translate(-74%, -50%) rotate(42deg);
  -moz-transform: translate(-74%, -50%) rotate(42deg);
  -ms-transform: translate(-74%, -50%) rotate(42deg);
  -o-transform: translate(-74%, -50%) rotate(42deg);
  transform: translate(-74%, -50%) rotate(42deg);
}
.socios__bio-toggle-icon::after {
  -webkit-transform: translate(-26%, -50%) rotate(-42deg);
  -moz-transform: translate(-26%, -50%) rotate(-42deg);
  -ms-transform: translate(-26%, -50%) rotate(-42deg);
  -o-transform: translate(-26%, -50%) rotate(-42deg);
  transform: translate(-26%, -50%) rotate(-42deg);
}
body .socios .socios__media {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: flex-end;
  min-width: 0;
  height: 100%;
  margin: 0;
  will-change: opacity, transform;
}
.socios__media img,
.socios__media--robledo img,
.socios__media--paulo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - min(112px, 10.6dvh));
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: center bottom;
}
.socios__media--robledo img {
  -webkit-transform: scale(1.105);
  -moz-transform: scale(1.105);
  -ms-transform: scale(1.105);
  -o-transform: scale(1.105);
  transform: scale(1.105);
}
.socios__media--paulo img {
  -webkit-transform: scale(1.135);
  -moz-transform: scale(1.135);
  -ms-transform: scale(1.135);
  -o-transform: scale(1.135);
  transform: scale(1.135);
}
.socios__navigation {
  position: absolute;
  left: 15px;
  bottom: min(128px, 12.2dvh);
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.socios__thumb {
  width: min(140px, 17dvh);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: visible;
  color: rgba(230, 203, 146, 0.52);
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
}
.socios__thumb:hover,
.socios__thumb:focus-visible {
  color: #E6CB92;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.socios__thumb:focus-visible {
  outline: 2px solid #E6CB92;
  outline-offset: 5px;
  border-radius: 16px;
}
.socios__thumb.is-active {
  color: #E6CB92;
}
.socios__thumb.is-active .socios__thumb-media {
  background: rgba(9, 56, 44, 0.72);
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.34), inset 0 0 30px rgba(21, 112, 81, 0.18);
}
.socios__thumb.is-active .socios__thumb-media::after {
  border-color: rgba(230, 203, 146, 0.85);
}
.socios__thumb.is-active .socios__thumb-media img,
.socios__thumb.is-active .socios__thumb-name {
  opacity: 1;
}
.socios__thumb-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(140px, 11dvh);
  height: min(171px, 13.5dvh);
  margin: 0 auto 10px;
  overflow: hidden;
  border: 0;
  border-radius: min(41px, 3.2dvh);
  background: linear-gradient(180deg, rgba(3, 33, 30, 0.76), rgba(1, 60, 52, 0.76));
  flex-shrink: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.socios__thumb-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid rgba(230, 203, 146, 0.22);
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.socios__thumb-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  opacity: 0.5;
  object-fit: contain;
  object-position: center bottom;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.socios__thumb-name {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: min(13.6px, calc(.35vw + 6px), calc(1.3dvh + 2px));
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.267px;
  opacity: 0.5;
  color: #E6CB92;
  background: linear-gradient(173deg, #EDE2B6 -104.88%, #D6C59A -59.2%, #95754C 13.23%, #E6CB92 92.2%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.socios__progress {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 5;
  width: 2px;
  height: min(160px, 25dvh);
  overflow: hidden;
  background: rgba(230, 203, 146, 0.18);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.socios__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #95754C 0%, #E6CB92 100%);
  -webkit-transform-origin: center top center;
  -moz-transform-origin: center top center;
  -ms-transform-origin: center top center;
  -o-transform-origin: center top center;
  transform-origin: center top center;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
@media screen and (max-width: 1500px) {
  .socios__inner.wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .socios__slides {
    right: 30px;
    left: 30px;
  }
  .socios__navigation {
    left: 30px;
  }
  .socios__progress {
    right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .socios {
    padding-top: 28px;
  }
  body .socios .socios__headline {
    width: calc(100% - 80px);
    min-height: 112px;
    margin-bottom: 28px;
  }
  .socios__copy {
    flex-basis: 44%;
  }
  .socios__content {
    width: calc(100% - 24px);
    max-width: 440px;
  }
  .socios__specialty {
    min-width: 180px;
  }
  .socios__name {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
  .socios__bio {
    max-width: 440px;
  }
  .socios__navigation {
    gap: 18px;
  }
}
@media screen and (max-width: 1015px) {
  body .socios .socios__headline {
    width: calc(100% - 40px);
    min-height: 94px;
    padding: 17px 30px;
  }
  body .socios .socios__title {
    font-size: 28px;
  }
  .socios__copy {
    flex-basis: 44%;
  }
  .socios__content {
    width: calc(100% - 20px);
    max-width: 430px;
  }
  .socios__specialty {
    min-width: 160px;
    font-size: 14px;
  }
  .socios__name {
    font-size: 47px;
  }
  .socios__bio {
    font-size: 17px;
  }
  .socios__navigation {
    gap: 13px;
  }
}
@media screen and (max-width: 900px) {
  .socios {
    padding-top: 16px;
  }
  body .socios .socios__headline {
    width: calc(100% - 24px);
    min-height: 88px;
    margin-bottom: 18px;
    padding: 14px 22px;
    border-radius: 34px;
  }
  body .socios .socios__title {
    max-width: 640px;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }
  .socios__inner.wrapper {
    padding: 0 8px;
  }
  .socios__slides {
    inset: 0 8px;
  }
  .socios__slide {
    flex-direction: column;
  }
  .socios__copy {
    z-index: 4;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 28px;
  }
  body .socios .socios__content {
    width: calc(100% - 16px);
    max-width: 680px;
    margin: 0 8px;
    padding: 16px 18px;
    border-radius: 18px;
    background: none;
  }
  .socios__specialty {
    min-width: 0;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 7px 15px;
    font-size: 14px;
  }
  .socios__name {
    width: auto;
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -1.2px;
    white-space: normal;
  }
  body .socios .socios__bio {
    max-width: 100%;
    height: auto;
    overflow: visible;
    font-size: calc(.7vw + 14px);
    line-height: 1.46;
  }
  .socios__bio-text {
    margin: 0;
    max-height: none;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .socios__slider.has-bio-toggle .socios__bio-text {
    max-height: 5.84em;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: max-height .62s cubic-bezier(.2, .75, .28, 1), -webkit-mask-size .3s ease .28s, mask-size .3s ease .28s;
    -moz-transition: max-height .62s cubic-bezier(.2, .75, .28, 1), -webkit-mask-size .3s ease .28s, mask-size .3s ease .28s;
    -ms-transition: max-height .62s cubic-bezier(.2, .75, .28, 1), -webkit-mask-size .3s ease .28s, mask-size .3s ease .28s;
    -o-transition: max-height .62s cubic-bezier(.2, .75, .28, 1), -webkit-mask-size .3s ease .28s, mask-size .3s ease .28s;
    transition: max-height .62s cubic-bezier(.2, .75, .28, 1), -webkit-mask-size .3s ease .28s, mask-size .3s ease .28s;
  }
  .socios__slider.has-bio-toggle .socios__bio.is-expanded .socios__bio-text {
    max-height: 32em;
    -webkit-mask-size: 100% 180%;
    mask-size: 100% 180%;
    -webkit-transition: max-height .88s cubic-bezier(.16, 1, .3, 1), -webkit-mask-size .18s ease, mask-size .18s ease;
    -moz-transition: max-height .88s cubic-bezier(.16, 1, .3, 1), -webkit-mask-size .18s ease, mask-size .18s ease;
    -ms-transition: max-height .88s cubic-bezier(.16, 1, .3, 1), -webkit-mask-size .18s ease, mask-size .18s ease;
    -o-transition: max-height .88s cubic-bezier(.16, 1, .3, 1), -webkit-mask-size .18s ease, mask-size .18s ease;
    transition: max-height .88s cubic-bezier(.16, 1, .3, 1), -webkit-mask-size .18s ease, mask-size .18s ease;
  }
  .socios__slider.has-bio-toggle .socios__bio-toggle {
    display: inline-flex;
  }
  .socios__bio.is-expanded .socios__bio-toggle-icon {
    border-color: rgba(230, 203, 146, 0.8);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body .socios .socios__media {
    flex: 1 1 auto;
    justify-content: center;
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 8px 0 0;
  }
  .socios__media img,
  .socios__media--robledo img,
  .socios__media--paulo img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    opacity: 0.94;
    object-position: center bottom;
  }
  .socios__media--robledo img,
  .socios__media--paulo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .socios__navigation {
    left: 50%;
    bottom: 14px;
    justify-content: space-between;
    width: calc(100% - 32px);
    max-width: 430px;
    gap: 14px;
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid rgba(186, 156, 108, 0.2);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .socios__thumb {
    width: 112px;
  }
  .socios__thumb-media {
    width: 84px;
    height: 102px;
    margin-bottom: 8px;
    border-radius: 20px;
  }
  .socios__thumb-name {
    font-size: 10px;
  }
  .socios__progress {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .socios {
    padding-top: 8px;
  }
  body .socios .socios__headline {
    width: calc(100% - 16px);
    min-height: 78px;
    margin-bottom: 12px;
    padding: 13px 16px;
    border-radius: 28px;
  }
  body .socios .socios__title {
    font-size: 19px;
    line-height: 1.18;
  }
  body .socios .socios__content {
    width: calc(100% - 12px);
    margin: 0 6px;
    padding: 13px 14px;
  }
  .socios__copy {
    margin-top: 22px;
  }
  .socios__specialty {
    min-height: 28px;
    margin-bottom: 14px;
    padding: 6px 12px;
    font-size: 12px;
  }
  .socios__name {
    margin-bottom: 14px;
    font-size: 34px;
  }
  body .socios .socios__bio {
    height: auto;
    font-size: calc(.7vw + 14px);
    line-height: 1.43;
  }
  body .socios .socios__media {
    margin-top: 4px;
  }
  .socios__navigation {
    bottom: 10px;
    width: calc(100% - 24px);
    max-width: 350px;
    gap: 8px;
    padding: 13px 14px;
  }
  .socios__thumb {
    width: 100px;
  }
  .socios__thumb-media {
    width: 68px;
    height: 82px;
    margin-bottom: 6px;
    border-radius: 17px;
  }
  .socios__thumb-name {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 400px) {
  .socios {
    padding-top: 6px;
  }
  body .socios .socios__headline {
    width: calc(100% - 12px);
    min-height: 64px;
    margin-bottom: 8px;
    padding: 10px 14px;
  }
  body .socios .socios__title {
    font-size: 16px;
  }
  body .socios .socios__content {
    width: calc(100% - 8px);
    margin: 0 4px;
    padding: 10px;
  }
  .socios__copy {
    margin-top: 16px;
  }
  .socios__specialty {
    min-height: 27px;
    margin-bottom: 12px;
  }
  .socios__name {
    margin-bottom: 12px;
    font-size: 30px;
  }
  body .socios .socios__bio {
    height: auto;
  }
  body .socios .socios__media {
    height: auto;
    margin-top: 2px;
  }
  .socios__navigation {
    bottom: 8px;
    width: calc(100% - 12px);
    max-width: 306px;
    gap: 4px;
    padding: 12px 10px;
  }
  .socios__thumb {
    width: 88px;
  }
  .socios__thumb-media {
    width: 60px;
    height: 72px;
    margin-bottom: 5px;
    border-radius: 15px;
  }
  .socios__thumb-name {
    font-size: 7.5px;
  }
}
/* Passos */
.passos {
  position: relative;
  padding: 0 0 128px;
  overflow: hidden;
  background: #030202;
}
.passos .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.passos .passos__title {
  max-width: 520px;
  margin: 0 auto 58px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.passos .passos__wrapper {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 48px;
}
.passos .passos__item {
  width: calc(33.333% - 32px);
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.passos .passos__number {
  display: block;
  margin-bottom: 14px;
  font-size: 82px;
  line-height: 0.95;
  font-weight: 700;
  color: #D6C69D;
}
.passos .passos__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(214, 198, 157, 0.36);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.passos .passos__icon img {
  width: 34px;
  height: 34px;
  display: block;
}
.passos .passos__item-title {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #A39781;
}
.passos .passos__text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 400;
  color: #8B7E68;
}
/* Vantagens */
.vantagens {
  position: relative;
  padding: 0 0 132px;
  overflow: hidden;
  isolation: isolate;
  background: #030202;
  /* Pattern de fundo */
  /* Luz central */
  /* Tabela glass */
}
.vantagens .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 3;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.vantagens .vantagens__pattern {
  position: absolute;
  top: 118px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.82;
  pointer-events: none;
  background-image: url(../img/pattern_bg_vantagens.svg);
  background-size: 18px;
}
.vantagens .vantagens__light {
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 2;
  width: 1063px;
  max-width: 94vw;
  height: 483px;
  opacity: 0.82;
  pointer-events: none;
  mix-blend-mode: screen;
  background: url(../img/light-bg-vantagens.svg) center center / 100% no-repeat;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: scale(1.2);
  transform-origin: top;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 320px;
  background-position-y: 13%;
  width: 1200px;
}
.vantagens .vantagens__title {
  max-width: 620px;
  margin: 0 auto 32px;
  padding-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vantagens .vantagens__table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 992px;
  overflow: hidden;
  border-radius: 20px;
}
.vantagens .vantagens__table::after {
  display: none;
}
.vantagens .vantagens__row {
  min-height: 70px;
  border-bottom: 1px solid rgba(228, 218, 200, 0.06);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.vantagens .vantagens__row:last-child {
  border-bottom: 0;
}
.vantagens .vantagens__cell {
  min-height: 58px;
  padding: 13px 34px;
  font-size: 15px;
  line-height: 1.18;
  font-weight: 400;
  color: #958975;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.vantagens .vantagens__cell--name {
  width: 49%;
}
.vantagens .vantagens__cell--description {
  width: 51%;
  border-left: 1px solid rgba(228, 218, 200, 0.08);
}
.vantagens .vantagens__button {
  z-index: 3;
  min-width: 289px;
  max-width: 289px;
  min-height: 60px;
  margin-top: 78px;
  font-size: 16px;
}
/* Chamada imersiva */
.chmada {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  height: 100lvh;
  isolation: isolate;
  background: #050807;
}
.chmada__pin {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  height: 100lvh;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  min-height: 100lvh;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  background: radial-gradient(circle at 18% 46%, rgba(26, 105, 79, 0.21), rgba(26, 105, 79, 0) 38%), radial-gradient(circle at 84% 64%, rgba(22, 79, 61, 0.1), rgba(22, 79, 61, 0) 34%), linear-gradient(180deg, #020303 0%, #050d0a 52%, #020202 100%);
}
.chmada__pin::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 8, 7, 0), rgba(3, 5, 5, 0.72));
}
.chmada--gsap .chmada__reveal-inner,
.chmada--gsap .chmada__action {
  transition: none !important;
}
.chmada__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: linear-gradient(rgba(230, 203, 146, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 203, 146, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 72% 84% at 50% 50%, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 84% at 50% 50%, #000 0%, transparent 78%);
}
.chmada__halo {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  opacity: 0.52;
  pointer-events: none;
  filter: blur(3px);
}
.chmada__halo--green {
  top: 8%;
  left: -13%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(14, 119, 86, 0.28), rgba(14, 119, 86, 0) 70%);
}
.chmada__halo--gold {
  right: -9%;
  bottom: -20%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(230, 203, 146, 0.13), rgba(128, 91, 51, 0) 70%);
}
.chmada__wrapper.wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
}
.chmada__screens {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chmada__screen {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 80px 70px;
  visibility: hidden;
  pointer-events: none;
  box-sizing: border-box;
}
.chmada__screen.is-active,
.chmada__screen.is-entering-down,
.chmada__screen.is-entering-up,
.chmada__screen.is-leaving-down,
.chmada__screen.is-leaving-up {
  visibility: visible;
}
.chmada__screen.is-active {
  z-index: 2;
  pointer-events: auto;
}
.chmada__screen.is-leaving-down,
.chmada__screen.is-leaving-up {
  z-index: 1;
}
.chmada__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.chmada__content--intro,
.chmada__content--cta {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.chmada__content--context {
  max-width: 1120px;
  margin: 0 auto;
  align-items: flex-start;
}
.chmada__reveal {
  width: 100%;
  padding: 0.08em 0 0.13em;
  overflow: hidden;
}
.chmada__reveal-inner {
  display: block;
  opacity: 0;
  transform: translate3d(0, 54px, 0) scale(0.965);
  transform-origin: center center;
  transition: opacity 0.82s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.08s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.chmada__screen.is-entering-up .chmada__reveal-inner {
  transform: translate3d(0, -54px, 0) scale(0.965);
}
.chmada__screen.is-entering-down .chmada__reveal-inner {
  transform: translate3d(0, 54px, 0) scale(0.965);
}
.chmada__screen.is-active .chmada__reveal-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.chmada__screen.is-leaving-down .chmada__reveal-inner {
  opacity: 0;
  transform: translate3d(0, -34px, 0) scale(0.985);
}
.chmada__screen.is-leaving-up .chmada__reveal-inner {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
}
.chmada__copy .chmada__reveal:nth-child(2) .chmada__reveal-inner {
  transition-delay: 0.1s;
}
.chmada__copy .chmada__reveal:nth-child(3) .chmada__reveal-inner {
  transition-delay: 0.2s;
}
.chmada__title {
  max-width: 1080px;
  margin: 0 auto;
  font-size: min(82px, calc(4.6vw + 12px));
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -2.7px;
  color: #E6CB92;
  background: linear-gradient(173deg, #EDE2B6 -104.88%, #D6C59A -59.2%, #95754C 13.23%, #E6CB92 92.2%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chmada__title--final {
  max-width: 960px;
  font-size: min(70px, calc(3.9vw + 12px));
  line-height: 1.06;
}
.chmada__copy {
  width: 100%;
  max-width: 1080px;
}
.chmada__copy .chmada__reveal {
  margin-bottom: 24px;
}
.chmada__copy .chmada__reveal:last-child {
  margin-bottom: 0;
}
.chmada__text {
  max-width: 1040px;
  margin: 0;
  font-size: min(31px, calc(1.35vw + 10px));
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.45px;
  color: rgba(244, 235, 216, 0.9);
}
.chmada__action {
  position: relative;
  margin-top: 46px;
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  transition: opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) 0.18s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
  will-change: opacity, transform;
}
.chmada__screen.is-active .chmada__action {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.chmada__screen.is-leaving-down .chmada__action,
.chmada__screen.is-leaving-up .chmada__action {
  opacity: 0;
  transition-delay: 0s;
}
body .chmada .chmada__button {
  position: relative;
  inset: auto;
  top: auto;
  right: auto;
  left: auto;
  z-index: 2;
  min-width: 310px;
  max-width: 340px;
  min-height: 64px;
  margin: 0;
  transform: none;
  color: #121e1b;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
}
body .chmada .chmada__button span {
  position: relative;
  z-index: 1;
  color: #121e1b;
}
.chmada__status {
  position: absolute;
  top: 50%;
  right: 34px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: rgba(230, 203, 146, 0.64);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chmada__status-current {
  color: #E6CB92;
}
.chmada__status-track {
  position: relative;
  display: block;
  width: 2px;
  height: 132px;
  overflow: hidden;
  background: rgba(230, 203, 146, 0.16);
}
.chmada__status-track span {
  --chmada-progress: 0.3333;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #95754C 0%, #E6CB92 100%);
  transform-origin: center top;
  transform: scaleY(var(--chmada-progress));
}
@media screen and (max-width: 1015px) {
  .chmada__wrapper.wrapper {
    padding-right: 36px;
    padding-left: 36px;
  }
  .chmada__screen {
    padding-right: 52px;
    padding-left: 52px;
  }
  .chmada__status {
    right: 22px;
  }
  .chmada__text {
    font-size: 23px;
  }
}
@media screen and (max-width: 715px) {
  .chmada__reveal-inner {
    transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.92s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .chmada__copy .chmada__reveal:nth-child(2) .chmada__reveal-inner {
    transition-delay: 0.06s;
  }
  .chmada__copy .chmada__reveal:nth-child(3) .chmada__reveal-inner {
    transition-delay: 0.12s;
  }
  .chmada__action {
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s, transform 0.88s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
  .chmada__pattern {
    background-size: 42px 42px;
  }
  .chmada__wrapper.wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .chmada__screen {
    padding: 68px 30px 86px;
  }
  .chmada__title {
    font-size: 49px;
    line-height: 1.06;
    letter-spacing: -1.7px;
  }
  .chmada__title--final {
    font-size: 43px;
  }
  .chmada__copy .chmada__reveal {
    margin-bottom: 20px;
  }
  .chmada__text {
    font-size: 19px;
    line-height: 1.43;
    letter-spacing: -0.2px;
  }
  .chmada__action {
    margin-top: 34px;
  }
  body .chmada .chmada__button {
    min-width: 280px;
    max-width: 310px;
    min-height: 58px;
    font-size: 17px;
  }
  .chmada__status {
    top: auto;
    right: 50%;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    flex-direction: row;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .chmada__status-track {
    width: 112px;
    height: 2px;
  }
  .chmada__status-track span {
    transform-origin: left center;
    transform: scaleX(var(--chmada-progress));
  }
}
@media screen and (max-width: 480px) {
  .chmada__screen {
    padding: 56px 18px 78px;
  }
  .chmada__title {
    font-size: 39px;
    letter-spacing: -1.2px;
  }
  .chmada__title--final {
    font-size: 36px;
  }
  .chmada__text {
    font-size: 17px;
    line-height: 1.4;
  }
  .chmada__copy .chmada__reveal {
    margin-bottom: 16px;
  }
  .chmada__action {
    width: 100%;
    margin-top: 28px;
  }
  body .chmada .chmada__button {
    width: 100%;
    min-width: 0;
    max-width: 290px;
    min-height: 56px;
    margin: 0 auto;
    font-size: 16px;
  }
}
/* Benefícios do Ecossistema */
.ecosystem {
  position: relative;
  padding: 0 0 116px;
  overflow: visible;
  background: #030202;
  z-index: 3;
}
.ecosystem::before {
  content: '';
  position: absolute;
  top: -130px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 2, 2, 0) 0%, #030202 82%);
}
.ecosystem .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ecosystem .ecosystem__title {
  max-width: 520px;
  margin: 0 auto 42px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecosystem .ecosystem__grid {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  overflow: visible;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Linhas horizontais do SVG */
  /* Linhas verticais com o mesmo gradiente do SVG */
}
.ecosystem .ecosystem__grid::before,
.ecosystem .ecosystem__grid::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.ecosystem .ecosystem__grid::before {
  top: 0;
  right: -150px;
  bottom: 0;
  left: -150px;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center 0, center 33.333%, center 66.666%, center 100%;
}
.ecosystem .ecosystem__grid::after {
  top: -72px;
  right: 0;
  bottom: -72px;
  left: 0;
  z-index: 3;
  background-image: linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%), linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%), linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%), linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: 0 center, 33.333% center, 66.666% center, 100% center;
  opacity: 0.52;
}
.ecosystem .ecosystem-card {
  position: relative;
  z-index: 2;
  width: calc(100% / 3);
  min-height: 150px;
  padding: 20px 24px;
  overflow: visible;
  isolation: isolate;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.ecosystem .ecosystem-card:hover .ecosystem-card__glow,
.ecosystem .ecosystem-card:focus-visible .ecosystem-card__glow,
.ecosystem .ecosystem-card.is-active .ecosystem-card__glow {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.ecosystem .ecosystem-card:hover .ecosystem-card__logo,
.ecosystem .ecosystem-card:focus-visible .ecosystem-card__logo,
.ecosystem .ecosystem-card.is-active .ecosystem-card__logo {
  opacity: 1;
  filter: grayscale(0) sepia(0) saturate(1) brightness(1.5);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.ecosystem .ecosystem-card__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(42%, 106px);
  height: auto;
  aspect-ratio: 106 / 104.523;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, #FFEAB6 43.27%, rgba(255, 229, 165, 0.3) 71.15%);
  filter: blur(50px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%) scale(0.82);
  -moz-transform: translate(-50%, -50%) scale(0.82);
  -ms-transform: translate(-50%, -50%) scale(0.82);
  -o-transform: translate(-50%, -50%) scale(0.82);
  transform: translate(-50%, -50%) scale(0.82);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ecosystem .ecosystem-card__logo {
  position: relative;
  z-index: 2;
  max-width: 142px;
  max-height: 72px;
  opacity: 0.48;
  filter: grayscale(1) sepia(0.35) saturate(0.7) brightness(0.78);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ecosystem .ecosystem-card__description {
  display: none;
}
.ecosystem .ecosystem__description {
  min-height: 48px;
  max-width: 500px;
  margin: 92px auto 0;
  text-align: center;
}
.ecosystem .ecosystem__text-target {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #8B7E68;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ecosystem .ecosystem__text-target.is-changing {
  opacity: 0;
}
/* Telas */
.telas {
  position: relative;
  width: 100%;
  padding: 74px 0 122px;
  overflow: hidden;
  background: #030202;
}
.telas__row {
  position: relative;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.telas__row--intro {
  justify-content: flex-start;
}
.telas__row--center {
  margin: 84px 0;
}
.telas__row--ranking {
  justify-content: flex-end;
}
.telas__content {
  position: relative;
  z-index: 4;
  width: 50vw;
  min-height: calc(50vw * 412 / 938);
  padding: 56px 58px;
  background: #030202;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.telas__content--left {
  margin-right: 0;
  padding-left: calc(28px + 4vw);
  -webkit-box-shadow: 44px 0 72px rgba(3, 2, 2, 0.96);
  -moz-box-shadow: 44px 0 72px rgba(3, 2, 2, 0.96);
  box-shadow: 44px 0 72px rgba(3, 2, 2, 0.96);
}
.telas__content--left::after {
  content: '';
  position: absolute;
  top: 0;
  right: -86px;
  bottom: 0;
  width: 92px;
  pointer-events: none;
  background: linear-gradient(90deg, #030202 0%, rgba(3, 2, 2, 0.92) 44%, rgba(3, 2, 2, 0) 100%);
}
.telas__content--right {
  min-height: calc(50vw * 428 / 977);
  margin-left: 0;
  padding-right: calc(28px + 4vw);
  -webkit-box-shadow: -44px 0 72px rgba(3, 2, 2, 0.96);
  -moz-box-shadow: -44px 0 72px rgba(3, 2, 2, 0.96);
  box-shadow: -44px 0 72px rgba(3, 2, 2, 0.96);
}
.telas__content--right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -86px;
  width: 92px;
  pointer-events: none;
  background: linear-gradient(270deg, #030202 0%, rgba(3, 2, 2, 0.92) 44%, rgba(3, 2, 2, 0) 100%);
}
.telas__eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #D6C69D;
  opacity: 0.74;
}
.telas__title {
  max-width: 430px;
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #D6C69D;
}
.telas__text {
  max-width: 410px;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #8B7E68;
}
.telas__screen {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.telas__screen img {
  width: 100%;
  height: auto;
  opacity: 0.86;
}
.telas__screen--right {
  width: 50vw;
  max-width: none;
  margin-right: 0;
}
.telas__screen--center {
  width: 70vw;
  max-width: none;
}
.telas__screen--left {
  width: 50vw;
  max-width: none;
  margin-left: 0;
}
/* Numbers */
.numbers {
  position: relative;
  padding: 86px 0 92px;
  overflow: hidden;
  background: #030202 url("../img/bg_numbers.webp") center center / cover no-repeat;
}
.numbers::before,
.numbers::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.numbers::before {
  top: 0;
  height: 150px;
  background: linear-gradient(180deg, #030202 0%, rgba(3, 2, 2, 0) 100%);
}
.numbers::after {
  bottom: 0;
  height: 150px;
  background: linear-gradient(0deg, #030202 0%, rgba(3, 2, 2, 0) 100%);
}
.numbers .wrapper {
  position: relative;
  z-index: 2;
  max-width: 980px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.numbers__grid {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 56px;
  row-gap: 42px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.numbers__item {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.numbers__value {
  display: block;
  margin-bottom: 4px;
  font-size: 92px;
  line-height: 0.88;
  font-weight: 700;
  color: #D6C69D;
}
.numbers__label {
  margin: 0;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #8B7E68;
}
.numbers__content {
  width: 100%;
  max-width: 920px;
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.numbers__title {
  margin: 0 0 34px;
  font-size: 27px;
  line-height: 1.22;
  font-weight: 700;
  color: #D6C69D;
}
.numbers__text {
  max-width: 910px;
  margin: 0 auto 56px;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 400;
  color: #8B7E68;
}
.numbers__button {
  z-index: 2;
}
@-webkit-keyframes proposito-g55-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--proposito-nav-shift, -100vw), 0, 0);
    transform: translate3d(var(--proposito-nav-shift, -100vw), 0, 0);
  }
}
@keyframes proposito-g55-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--proposito-nav-shift, -100vw), 0, 0);
    transform: translate3d(var(--proposito-nav-shift, -100vw), 0, 0);
  }
}
@media screen and (max-width: 1920px) {
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-track {
    -webkit-animation-duration: 34s;
    -moz-animation-duration: 34s;
    -ms-animation-duration: 34s;
    -o-animation-duration: 34s;
    animation-duration: 34s;
  }
  .proposito-g55 .proposito-g55__nav span:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-track {
    -webkit-animation-duration: 28s;
    -moz-animation-duration: 28s;
    -ms-animation-duration: 28s;
    -o-animation-duration: 28s;
    animation-duration: 28s;
  }
  .proposito-g55 .proposito-g55__nav span {
    font-size: 24px;
    padding: 0;
  }
  .proposito-g55 .proposito-g55__nav span:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 1015px) {
  .proposito-g55 .proposito-g55__content {
    max-width: 900px;
  }
  .proposito-g55 .proposito-g55__profile {
    flex-basis: calc(50% - 10px);
    max-width: 430px;
  }
  .g55-is {
    padding: 80px 0 108px;
  }
  .g55-is .wrapper {
    max-width: 960px;
  }
  .g55-is .g55-is__card {
    min-height: 390px;
    padding: 48px 48px 44px;
  }
  .g55-is .g55-is__card--right {
    padding-left: 58px;
  }
  .g55-is .g55-is__card-list li {
    font-size: 16px;
    margin-bottom: 21px;
  }
  body .g55-is--ai .g55-is__card--ai {
    min-height: 0;
    padding: 58px 54px 54px;
  }
  .g55-is--ai .g55-is__title {
    font-size: 44px;
  }
  .g55-is--ai .g55-is__card-list li {
    margin: 0;
  }
  .passos {
    padding-bottom: 108px;
  }
  .passos .passos__wrapper {
    gap: 32px;
  }
  .passos .passos__item {
    width: calc(33.333% - 22px);
  }
  .passos .passos__number {
    font-size: 72px;
  }
  .passos .passos__item-title {
    font-size: 20px;
  }
  .passos .passos__text {
    font-size: 16px;
  }
  .vantagens {
    padding-bottom: 112px;
  }
  .vantagens .vantagens__pattern {
    top: 104px;
  }
  .vantagens .vantagens__light {
    top: 84px;
    max-width: 96vw;
  }
  .ecosystem {
    padding-bottom: 104px;
  }
  .telas__content {
    padding: 46px 44px;
  }
  .telas__content--left {
    padding-left: calc(22px + 3vw);
  }
  .telas__content--right {
    padding-right: calc(22px + 3vw);
  }
  .telas__title {
    font-size: 25px;
  }
  .telas__text {
    font-size: 16px;
  }
  .numbers {
    padding-top: 78px;
    padding-bottom: 84px;
  }
  .numbers__grid {
    max-width: 660px;
    margin-bottom: 50px;
  }
  .numbers__value {
    font-size: 82px;
  }
  .numbers__label {
    font-size: 24px;
  }
  .numbers__text {
    max-width: 820px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .como-funciona {
    padding: 0;
  }
  .como-funciona .como-funciona__content {
    max-width: 620px;
  }
  .como-funciona .como-funciona__card {
    padding: 38px 34px 36px;
  }
  .como-funciona .como-funciona__icon {
    width: 160px;
    height: 160px;
  }
  .como-funciona .como-funciona__text {
    width: calc(100% - 190px);
  }
  .como-funciona .como-funciona__bottom-line {
    min-height: 124px;
  }
  .como-funciona .como-funciona__bottom-line .cta-button {
    margin: 0 auto;
  }
  .telas {
    padding: 62px 0 86px;
  }
  .telas__row {
    padding: 0 15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .telas__row--center {
    margin: 56px 0;
  }
  .telas__content {
    width: 100%;
    max-width: 620px;
    min-height: 0;
    padding: 38px 32px;
    text-align: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .telas__content--left {
    margin: 0 0 -34px;
    padding-left: 32px;
    -webkit-box-shadow: 0 34px 62px rgba(3, 2, 2, 0.96);
    -moz-box-shadow: 0 34px 62px rgba(3, 2, 2, 0.96);
    box-shadow: 0 34px 62px rgba(3, 2, 2, 0.96);
  }
  .telas__content--left::after {
    top: auto;
    right: 0;
    bottom: -58px;
    left: 0;
    width: auto;
    height: 58px;
    background: linear-gradient(180deg, #030202 0%, rgba(3, 2, 2, 0.78) 45%, rgba(3, 2, 2, 0) 100%);
  }
  .telas__content--right {
    margin: -34px 0 0;
    padding-right: 32px;
    -webkit-box-shadow: 0 -34px 62px rgba(3, 2, 2, 0.96);
    -moz-box-shadow: 0 -34px 62px rgba(3, 2, 2, 0.96);
    box-shadow: 0 -34px 62px rgba(3, 2, 2, 0.96);
  }
  .telas__content--right::before {
    top: -58px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 58px;
    background: linear-gradient(0deg, #030202 0%, rgba(3, 2, 2, 0.78) 45%, rgba(3, 2, 2, 0) 100%);
  }
  .telas__eyebrow {
    letter-spacing: 3px;
  }
  .telas__title {
    max-width: 520px;
    font-size: 24px;
  }
  .telas__text {
    max-width: 520px;
    font-size: 16px;
  }
  .telas__screen--right,
  .telas__screen--center,
  .telas__screen--left {
    width: 100%;
    max-width: 680px;
    margin-right: 0;
    margin-left: 0;
  }
  .numbers {
    padding: 70px 0 78px;
    background-position: center top;
  }
  .numbers .wrapper {
    max-width: 640px;
  }
  .numbers__grid {
    max-width: 560px;
    margin-bottom: 44px;
    row-gap: 36px;
  }
  .numbers__value {
    font-size: 70px;
  }
  .numbers__label {
    font-size: 21px;
  }
  .numbers__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .numbers__text {
    margin-bottom: 42px;
    font-size: 20px;
  }
  .numbers__button {
    max-width: 340px;
    min-height: 68px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .proposito-g55 {
    margin-top: -124px;
    padding: 118px 0 clamp(0px, calc(44px + 3vw), 120px);
    min-height: 620px;
  }
  .proposito-g55 .proposito-g55__bg-lights {
    opacity: 0.36;
  }
  .proposito-g55 .proposito-g55__bg-lights::before,
  .proposito-g55 .proposito-g55__bg-lights::after {
    width: calc(260px + 16vw);
  }
  .proposito-g55 .proposito-g55__header {
    max-width: 680px;
    margin: 58px auto 42px;
  }
  .proposito-g55 .proposito-g55__eyebrow {
    margin-bottom: 17px;
  }
  .proposito-g55 .proposito-g55__title {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .proposito-g55 .proposito-g55__text {
    font-size: 17px;
  }
  .proposito-g55 .proposito-g55__profile-top,
  .proposito-g55 .proposito-g55__profile-info {
    left: 18px;
    right: 18px;
  }
  .proposito-g55 .proposito-g55__profile-top {
    top: 18px;
  }
  .proposito-g55 .proposito-g55__profile-info {
    bottom: 18px;
  }
  .proposito-g55 .proposito-g55__closing {
    margin-top: 46px;
  }
  .proposito-g55 .proposito-g55__closing p {
    font-size: 18px;
  }
  .proposito-g55 .proposito-g55__nav {
    margin-top: clamp(0px, calc(44px + 3vw), 120px);
    min-height: 76px;
  }
  .proposito-g55 .proposito-g55__nav::before,
  .proposito-g55 .proposito-g55__nav::after {
    width: 150px;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-track,
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
    min-height: 76px;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
    padding: 0 var(--proposito-nav-edge, 30px);
  }
  .proposito-g55 .proposito-g55__nav span {
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .g55-is {
    padding: 68px 0 90px;
  }
  .g55-is .g55-is__header {
    margin-bottom: 40px;
  }
  .g55-is .g55-is__wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .g55-is .g55-is__card {
    width: 100%;
    min-height: 0;
    padding: 42px 46px 44px;
  }
  .g55-is .g55-is__card--right {
    padding-left: 46px;
  }
  .g55-is .g55-is__card--left .g55-is__card-list,
  .g55-is .g55-is__card--right .g55-is__card-list {
    max-width: 100%;
  }
  .g55-is--ai .g55-is__header {
    margin-bottom: 38px;
  }
  body .g55-is--ai .g55-is__card--ai {
    padding: 48px 38px 44px;
  }
  .g55-is--ai .g55-is__title {
    font-size: 38px;
  }
  body .g55-is--ai .g55-is__text {
    font-size: 17px;
  }
  .g55-is--ai .g55-is__applications {
    padding: 30px;
  }
  .g55-is--ai .g55-is__applications-title {
    font-size: 18px;
  }
  .g55-is--ai .g55-is__card-list {
    grid-template-columns: 1fr;
  }
  .g55-is--ai .g55-is__card-list li {
    margin: 0;
  }
  .g55-is--ai .g55-is__closing {
    padding: 27px 30px;
  }
  .g55-is--ai .g55-is__closing p {
    font-size: 17px;
  }
  .passos {
    padding-bottom: 90px;
  }
  .passos .passos__title {
    margin-bottom: 44px;
    font-size: 22px;
  }
  .passos .passos__wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 46px;
  }
  .passos .passos__item {
    width: 100%;
    max-width: 430px;
  }
  .passos .passos__number {
    margin-bottom: 12px;
    font-size: 68px;
  }
  .passos .passos__text {
    max-width: 360px;
  }
  .vantagens {
    padding-bottom: 92px;
  }
  .vantagens .vantagens__pattern {
    top: 92px;
  }
  .vantagens .vantagens__light {
    top: 76px;
    width: 840px;
    height: 382px;
    opacity: 0.72;
  }
  .vantagens .vantagens__title {
    margin-bottom: 28px;
    font-size: 20px;
  }
  .vantagens .vantagens__table {
    max-width: 640px;
  }
  .vantagens .vantagens__cell {
    padding: 17px 28px;
    font-size: 15px;
  }
  .vantagens .vantagens__button {
    margin-top: 58px;
  }
  .ecosystem {
    padding-bottom: 88px;
  }
  .ecosystem .ecosystem__title {
    margin-bottom: 34px;
  }
  .ecosystem .ecosystem__grid {
    max-width: 560px;
  }
  .ecosystem .ecosystem__grid::before {
    top: auto;
    right: -36px;
    bottom: 0;
    left: -36px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: center;
  }
  .ecosystem .ecosystem__grid::after {
    top: -34px;
    bottom: -34px;
    background-image: linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%), linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%), linear-gradient(180deg, rgba(61, 57, 48, 0.7) 0%, rgba(228, 218, 200, 0.72) 50%, rgba(61, 57, 48, 0.7) 100%);
    background-position: 0 center, 50% center, 100% center;
    opacity: 0.44;
  }
  .ecosystem .ecosystem-card {
    width: 50%;
    min-height: 184px;
    padding: 22px 18px;
    text-align: center;
    cursor: default;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ecosystem .ecosystem-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 1px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='468' height='1' viewBox='0 0 468 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='468' y1='0.25' x2='0' y2='0.249959' stroke='url(%23paint0_linear_74_33814)' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_33814' x1='468' y1='-0.5' x2='0' y2='-0.500041' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D3930' stop-opacity='0.7'/%3E%3Cstop offset='0.5' stop-color='%23E4DAC8' stop-opacity='0.72'/%3E%3Cstop offset='1' stop-color='%233D3930' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: center;
  }
  .ecosystem .ecosystem-card__logo {
    max-width: 136px;
    max-height: 68px;
    opacity: 0.78;
    filter: grayscale(0.25) sepia(0.18) saturate(0.85) brightness(0.9);
  }
  .ecosystem .ecosystem-card__description {
    display: block;
    max-width: 220px;
    margin: 18px auto 0;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 400;
    color: #8B7E68;
  }
  .ecosystem .ecosystem__description {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .como-funciona {
    padding: 0;
  }
  .como-funciona .como-funciona__title {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .como-funciona .como-funciona__steps {
    gap: 32px;
  }
  .como-funciona .como-funciona__card {
    min-height: 0;
    padding: 32px 24px;
    text-align: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .como-funciona .como-funciona__icon {
    margin-bottom: 24px;
  }
  .como-funciona .como-funciona__text {
    width: 100%;
  }
  .como-funciona .como-funciona__text p,
  .como-funciona .como-funciona__text ul,
  .como-funciona .como-funciona__text ol {
    margin-right: auto;
    margin-left: auto;
  }
  .como-funciona .como-funciona__text ul {
    text-align: left;
    max-width: 200px;
  }
  .como-funciona .como-funciona__note {
    margin-top: 24px;
  }
  .como-funciona .como-funciona__synthesis {
    margin-top: 32px;
    padding: 8px 22px;
  }
  .como-funciona .como-funciona__synthesis p {
    padding: 15px 0 15px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  .proposito-g55 {
    width: 100%;
    margin-top: -124px;
    padding: 100px 0 clamp(0px, calc(40px + 3vw), 120px);
    min-height: 590px;
  }
  .proposito-g55 .proposito-g55__bg-lights {
    opacity: 0.34;
  }
  .proposito-g55 .proposito-g55__bg-lights::before,
  .proposito-g55 .proposito-g55__bg-lights::after {
    width: calc(150px + 24vw);
  }
  .proposito-g55 .proposito-g55__bg-lights::before {
    left: -16vw;
  }
  .proposito-g55 .proposito-g55__bg-lights::after {
    right: -16vw;
  }
  .proposito-g55 .proposito-g55__content {
    max-width: 430px;
  }
  .proposito-g55 .proposito-g55__header {
    margin: 52px auto 36px;
  }
  .proposito-g55 .proposito-g55__title {
    font-size: 29px;
    line-height: 1.09;
  }
  .proposito-g55 .proposito-g55__text {
    font-size: 16px;
    line-height: 1.48;
  }
  .proposito-g55 .proposito-g55__profiles {
    gap: 16px;
  }
  .proposito-g55 .proposito-g55__profile {
    flex-basis: 100%;
    max-width: 390px;
    aspect-ratio: 0.88;
  }
  .proposito-g55 .proposito-g55__profile-info .proposito-g55__profile-idea {
    font-size: 20px;
  }
  .proposito-g55 .proposito-g55__closing {
    margin-top: 40px;
  }
  .proposito-g55 .proposito-g55__closing .proposito-g55__closing-line {
    margin-bottom: 20px;
  }
  .proposito-g55 .proposito-g55__closing p {
    font-size: 17px;
    line-height: 1.48;
  }
  .proposito-g55 .proposito-g55__nav {
    margin-top: clamp(0px, calc(40px + 3vw), 120px);
    min-height: 70px;
  }
  .proposito-g55 .proposito-g55__nav::before,
  .proposito-g55 .proposito-g55__nav::after {
    width: 96px;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-track,
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
    min-height: 70px;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-track {
    -webkit-animation-duration: 28s;
    -moz-animation-duration: 28s;
    -ms-animation-duration: 28s;
    -o-animation-duration: 28s;
    animation-duration: 28s;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
    padding: 0 var(--proposito-nav-edge, 24px);
  }
  .proposito-g55 .proposito-g55__nav span {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .g55-is {
    padding: 58px 0 76px;
  }
  .g55-is .g55-is__header {
    max-width: 430px;
    margin-bottom: 34px;
  }
  .g55-is .g55-is__title {
    padding: 0 35px;
    box-sizing: border-box;
  }
  .g55-is .g55-is__text {
    font-size: 17px;
  }
  .g55-is .g55-is__card {
    padding: 34px 30px 36px;
  }
  .g55-is .g55-is__card--right {
    padding-left: 30px;
  }
  .g55-is .g55-is__card-heading {
    margin-bottom: 30px;
  }
  .g55-is .g55-is__card-list li {
    gap: 14px;
    font-size: 16px;
  }
  body .g55-is--ai {
    padding: 58px 0 60px;
  }
  body .g55-is--ai .g55-is__header {
    margin-bottom: 32px;
  }
  body .g55-is--ai .g55-is__title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 31px;
    line-height: 1.08;
  }
  body .g55-is--ai .g55-is__text {
    font-size: 16px;
    line-height: 1.48;
  }
  body .g55-is--ai .g55-is__card--ai {
    padding: 36px 24px 32px;
    border-radius: 18px;
  }
  body .g55-is--ai .g55-is__eyebrow {
    min-height: 31px;
    margin-bottom: 17px;
    padding: 6px 13px;
    font-size: 10px;
  }
  body .g55-is--ai .g55-is__applications {
    padding: 24px 20px;
    border-radius: 14px;
  }
  body .g55-is--ai .g55-is__applications-title {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.45;
  }
  body .g55-is--ai .g55-is__card-list {
    gap: 10px;
  }
  body .g55-is--ai .g55-is__card-list li {
    min-height: 54px;
    margin: 0;
    padding: 11px 12px;
    gap: 11px;
    font-size: 15px;
  }
  body .g55-is--ai .g55-is__bullet {
    width: 27px;
    height: 27px;
  }
  body .g55-is--ai .g55-is__closing {
    margin-top: 24px;
    padding: 24px 20px 24px 22px;
  }
  body .g55-is--ai .g55-is__closing p {
    font-size: 16px;
    line-height: 1.5;
  }
  .passos {
    padding-bottom: 76px;
  }
  .passos .passos__title {
    max-width: 360px;
    margin-bottom: 38px;
    font-size: 20px;
  }
  .passos .passos__wrapper {
    gap: 40px;
  }
  .passos .passos__number {
    font-size: 62px;
  }
  .passos .passos__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }
  .passos .passos__icon img {
    width: 30px;
    height: 30px;
  }
  .passos .passos__item-title {
    margin-bottom: 12px;
    font-size: 19px;
  }
  .passos .passos__text {
    max-width: 310px;
    font-size: 16px;
  }
  .vantagens {
    padding-bottom: 78px;
  }
  .vantagens .vantagens__pattern {
    top: 84px;
  }
  .vantagens .vantagens__light {
    top: 62px;
    width: 680px;
    height: 309px;
    opacity: 0.68;
  }
  .vantagens .vantagens__title {
    max-width: 360px;
    margin-bottom: 26px;
    font-size: 19px;
  }
  .vantagens .vantagens__table {
    max-width: 430px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .vantagens .vantagens__row {
    min-height: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .vantagens .vantagens__cell {
    width: 100%;
    min-height: 0;
    padding: 15px 24px;
    font-size: 15px;
  }
  .vantagens .vantagens__cell--name {
    padding-bottom: 6px;
    font-weight: 600;
    color: #A39781;
  }
  .vantagens .vantagens__cell--description {
    padding-top: 0;
    border-left: 0;
  }
  .vantagens .vantagens__button {
    margin-top: 46px;
  }
  .ecosystem {
    padding-bottom: 76px;
  }
  .ecosystem .ecosystem__title {
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .ecosystem .ecosystem__grid {
    max-width: 100%;
  }
  .ecosystem .ecosystem__grid::before {
    right: 0;
    left: 0;
  }
  .ecosystem .ecosystem-card {
    min-height: 174px;
    padding: 20px 12px;
  }
  .ecosystem .ecosystem-card__logo {
    max-width: 116px;
    max-height: 58px;
  }
  .ecosystem .ecosystem-card__description {
    max-width: 190px;
    margin-top: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .cta-button {
    max-width: 225px;
    font-size: 14px;
    min-width: initial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
  }
  .g55-is--ai .g55-is__button,
  .programacao .programacao__button {
    max-width: 225px;
    min-width: 0;
  }
  .telas {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .telas__row {
    padding-right: 12px;
    padding-left: 12px;
  }
  .telas__row--center {
    margin: 44px 0;
  }
  .telas__content {
    padding: 32px 24px;
  }
  .telas__content--left {
    margin-bottom: -24px;
    padding-left: 24px;
  }
  .telas__content--right {
    margin-top: -24px;
    padding-right: 24px;
  }
  .telas__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 2.4px;
  }
  .telas__title {
    margin-bottom: 14px;
    font-size: 21px;
  }
  .telas__text {
    font-size: 15px;
  }
  .numbers {
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .numbers__grid {
    max-width: 430px;
    margin-bottom: 38px;
    row-gap: 30px;
  }
  .numbers__value {
    font-size: 58px;
  }
  .numbers__label {
    font-size: 18px;
  }
  .numbers__title {
    font-size: 21px;
  }
  .numbers__text {
    max-width: 430px;
    font-size: 18px;
  }
  .numbers__button {
    min-height: 58px;
    font-size: 16px;
  }
}
@media screen and (max-width: 465px) {
  .vantagens {
    padding-bottom: 68px;
  }
  .vantagens .vantagens__title {
    font-size: 18px;
  }
  .vantagens .vantagens__table {
    max-width: 100%;
  }
  .vantagens .vantagens__cell {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .ecosystem {
    padding-bottom: 64px;
  }
  .ecosystem .ecosystem__grid {
    max-width: 100%;
  }
  .ecosystem .ecosystem-card {
    min-height: 176px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ecosystem .ecosystem-card__logo {
    max-width: 104px;
    max-height: 54px;
  }
  .ecosystem .ecosystem-card__description {
    max-width: 155px;
    font-size: 11px;
    line-height: 1.34;
  }
  .telas__content {
    padding: 28px 20px;
  }
  .telas__content--left {
    padding-left: 20px;
  }
  .telas__content--right {
    padding-right: 20px;
  }
  .telas__title {
    font-size: 19px;
  }
  .telas__text {
    font-size: 14px;
    line-height: 1.42;
  }
  .numbers__grid {
    row-gap: 26px;
  }
  .numbers__value {
    font-size: 50px;
  }
  .numbers__label {
    font-size: 16px;
  }
  .numbers__title {
    max-width: 300px;
    font-size: 19px;
  }
  .numbers__text {
    font-size: 16px;
    line-height: 1.3;
  }
  .proposito-g55 .proposito-g55__nav::before,
  .proposito-g55 .proposito-g55__nav::after {
    width: 54px;
  }
  .proposito-g55 .proposito-g55__nav .proposito-g55__nav-group {
    padding: 0 var(--proposito-nav-edge, 18px);
  }
  .proposito-g55 .proposito-g55__nav span {
    font-size: 16px;
    padding: 0;
  }
  .como-funciona .como-funciona__card {
    padding: 28px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .como-funciona .como-funciona__icon {
    width: 140px;
    height: 140px;
  }
  .como-funciona .como-funciona__text h3 {
    font-size: 16px;
  }
  .como-funciona .como-funciona__text p {
    font-size: 15px;
  }
  .como-funciona .como-funciona__text ul {
    grid-template-columns: 1fr;
    max-width: 108px;
  }
  .como-funciona .como-funciona__text li {
    font-size: 15px;
  }
  .como-funciona .como-funciona__note {
    font-size: 15px;
    padding: 0 50px;
  }
  .como-funciona .como-funciona__button {
    min-width: 280px;
    width: auto;
    max-width: calc(100vw - 48px);
    min-height: 56px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1400px) {
  .como-funciona::after {
    background-position: center calc(920px + 12.4vw), top center;
    background-size: 100% 320px, calc(1000px + 10vw) auto;
  }
}
/* TESTMONIALS */
.testimonials {
  padding: 0 0 90px;
  overflow: hidden;
}
.testimonials .wrapper {
  max-width: 1284px;
}
.testimonials .section-header {
  margin-bottom: 34px;
  text-align: center;
}
.testimonials .section-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials__viewport {
  position: relative;
  max-width: 1284px;
  height: min(600px, calc(55vw + 80px));
  min-height: 420px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
}
.testimonials__track {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-animation: testimonialsScroll 42s linear infinite;
  -moz-animation: testimonialsScroll 42s linear infinite;
  -o-animation: testimonialsScroll 42s linear infinite;
  animation: testimonialsScroll 42s linear infinite;
}
.testimonials__viewport:hover .testimonials__track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.testimonial-card {
  min-height: 270px;
  padding: 0;
  overflow: hidden;
  background: #1E1B16;
  border: 1px solid rgba(234, 194, 95, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  background: #1E1B16;
  border-color: rgba(234, 194, 95, 0.42);
}
.testimonial-card blockquote {
  position: relative;
  padding-top: 40px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  font-style: italic;
  color: #8B7E68;
}
.testimonial-card blockquote:before {
  content: "\201C";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  color: #EAC25F;
}
.testimonial-card footer {
  margin-top: 0;
  padding: 20px 22px 22px;
  background: #1E1B16;
}
.testimonial-card footer strong,
.testimonial-card footer span {
  display: block;
}
.testimonial-card footer strong {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #8B7E68;
}
.testimonial-card footer span {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #4D4637;
}
.testimonial-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 218px;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.testimonial-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-card__media:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-card__media:hover video {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 1;
}
.testimonial-card__media:hover:before {
  background: rgba(0, 0, 0, 0.18);
}
.testimonial-card__badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  min-height: 28px;
  padding: 0 12px;
  background: #CAB486;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-card__play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  background: rgba(234, 194, 95, 0.92);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-card__play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #000;
}
.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  padding: 20px;
  visibility: hidden;
  pointer-events: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.testimonial-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.86);
  cursor: pointer;
}
.testimonial-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 920px;
  max-height: calc(100vh - 40px);
  padding: 24px;
  overflow: auto;
  background: #1E1B16;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.32);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.32);
}
.testimonial-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  background: #EAC25F;
  font-size: 28px;
  line-height: 35px;
  color: #000;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-modal__content img,
.testimonial-modal__content video {
  width: 100%;
  max-height: calc(100vh - 175px);
  object-fit: contain;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonial-modal__video-poster {
  position: relative;
  margin: 0;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.testimonial-modal__video-poster img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 175px);
  object-fit: cover;
  -moz-opacity: 0.76;
  -khtml-opacity: 0.76;
  -webkit-opacity: 0.76;
  opacity: 0.76;
}
body.is-testimonial-modal-open {
  overflow: hidden;
}
@media screen and (max-width: 1015px) {
  .testimonials {
    padding: 86px 0 78px;
  }
  .testimonials .section-title {
    font-size: 21px;
  }
  .testimonials__viewport {
    height: 620px;
    min-height: 0;
  }
  .testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .testimonials {
    padding: 70px 0 64px;
  }
  .testimonials .section-header {
    margin-bottom: 28px;
  }
  .testimonials .section-title {
    font-size: 19px;
  }
  .testimonials__viewport {
    height: 590px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  }
  .testimonials__track {
    gap: 18px;
  }
  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .testimonial-card__media {
    min-height: 190px;
  }
  .testimonial-card footer {
    padding: 18px 20px 20px;
  }
}
/* Payment */
.payment {
  position: relative;
  padding: 126px 0 132px;
  overflow: hidden;
  background: #030202;
  /* Wrapper de fundo */
  /* Cards */
  /* CTAs */
}
.payment .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.payment .payment__panel {
  position: relative;
  min-height: 410px;
  padding: 88px 40px 220px;
  background: radial-gradient(55.92% 55.92% at 50% 7.63%, rgba(241, 216, 175, 0.1) 19.23%, rgba(241, 216, 175, 0.05) 100%);
  border: 0.5px solid rgba(228, 218, 200, 0.72);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}
.payment .payment__logo {
  position: absolute;
  left: 50%;
  top: -69px;
  z-index: 3;
  width: 110px;
  height: 108px;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  background: rgba(23, 20, 16, 0.64);
  border: 1px solid #2D2410;
  -webkit-backdrop-filter: blur(4.8px);
  backdrop-filter: blur(4.8px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.payment .payment__logo img {
  width: 89px;
  height: 89px;
  object-fit: contain;
}
.payment .payment__title {
  max-width: 610px;
  margin: 0 auto;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 700;
  color: #D6C69D;
}
.payment .payment__plans {
  position: relative;
  z-index: 4;
  max-width: 966px;
  width: 100%;
  margin: -234px auto 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
.payment .payment__card {
  position: relative;
  width: calc(50% - 10px);
  min-height: 531px;
  padding: 47px 36px 64px;
  overflow: hidden;
  border: 0;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  -webkit-border-radius: 16.824px;
  -moz-border-radius: 16.824px;
  border-radius: 16.824px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.payment .payment__card:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  opacity: 0.4;
  pointer-events: none;
  background: linear-gradient(174deg, rgba(228, 218, 200, 0.72) 0%, rgba(228, 218, 200, 0.15) 50%, rgba(61, 57, 48, 0.1) 100%);
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.payment .payment__card--annual {
  background: radial-gradient(55.92% 55.92% at 50% 7.63%, rgba(241, 216, 175, 0.2) 19.23%, rgba(241, 216, 175, 0.08) 100%);
}
.payment .payment__card--semester {
  background: radial-gradient(55.92% 55.92% at 50% 7.63%, rgba(241, 216, 175, 0.1) 19.23%, rgba(241, 216, 175, 0.05) 100%);
}
.payment .payment__card-content {
  position: relative;
  z-index: 3;
}
.payment .payment__plan-title {
  margin: 0 0 13px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #D6C69D;
}
.payment .payment__plan-text {
  max-width: 322px;
  min-height: 59px;
  margin: 0 0 27px;
  font-size: 17px;
  line-height: 1.16;
  font-weight: 400;
  color: #8B7E68;
}
.payment .payment__price {
  margin: 0;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment .payment__price--installments {
  margin-bottom: 9px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
}
.payment .payment__price--installments span {
  font-size: 24px;
  line-height: 1.05;
  font-weight: 400;
}
.payment .payment__price--installments strong {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}
.payment .payment__price--single {
  margin-bottom: 12px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
}
.payment .payment__price--single strong {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}
.payment .payment__price--single span {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
  color: #8B7E68;
  background: none;
  -webkit-text-fill-color: #8B7E68;
}
.payment .payment__price-note {
  margin: 0 0 34px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  color: #8B7E68;
}
.payment .payment__topics {
  max-width: 335px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #A39781;
}
.payment .payment__topics li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 400;
}
.payment .payment__topics li:last-child {
  margin-bottom: 0;
}
.payment .payment__topics img {
  width: 11px;
  height: 11px;
  margin-top: 2px;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.payment .payment__cta {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 289px;
  min-height: 59px;
  margin: 44px auto 0;
  padding: 0 24px;
  overflow: visible;
  isolation: isolate;
  font-size: 15px;
  line-height: 21.5px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.payment .payment__cta span {
  position: relative;
  z-index: 2;
}
.payment .payment__cta:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.payment .payment__cta--primary {
  color: #2F2F2F;
  background: linear-gradient(90deg, #CAB486 0%, #AC9E79 100%);
  border: 1.5px solid #DDD1A8;
  -webkit-box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
}
.payment .payment__cta--primary:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 239px;
  height: 60px;
  opacity: 0.52;
  background: radial-gradient(50% 50% at 50% 50%, #FFF1CF 28.85%, #FFECBB 100%);
  filter: blur(22.5px);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.payment .payment__cta--outline {
  color: #FFE1AB;
  background: #000;
  border: 1.5px solid #7E7557;
  -webkit-box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
  box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
}
.payment .payment__cta--outline span {
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment .payment__cta--outline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 304px;
  height: 72px;
  opacity: 0.52;
  background: linear-gradient(270deg, rgba(255, 236, 187, 0.28) 0%, rgba(255, 241, 207, 0.13) 100%);
  filter: blur(22.5px);
  -webkit-border-radius: 304px;
  -moz-border-radius: 304px;
  border-radius: 304px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1015px) {
  .payment {
    padding: 112px 0 112px;
  }
  .payment .payment__plans {
    max-width: 860px;
  }
  .payment .payment__card {
    padding: 42px 30px 54px;
  }
  .payment .payment__price--installments strong {
    font-size: 36px;
  }
  .payment .payment__price--installments span {
    font-size: 21px;
  }
  .payment .payment__price--single strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 820px) {
  .payment {
    padding: 100px 0 96px;
  }
  .payment .payment__panel {
    min-height: auto;
    padding: 76px 28px 58px;
  }
  .payment .payment__title {
    font-size: 21px;
  }
  .payment .payment__title br {
    display: none;
  }
  .payment .payment__plans {
    max-width: 560px;
    margin-top: 24px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .payment .payment__card {
    width: 100%;
    min-height: 0;
  }
}
@media screen and (max-width: 560px) {
  .payment {
    padding: 90px 0 78px;
  }
  .payment .payment__panel {
    padding: 68px 22px 44px;
  }
  .payment .payment__logo {
    top: -56px;
    width: 92px;
    height: 92px;
  }
  .payment .payment__logo img {
    width: 74px;
    height: 74px;
  }
  .payment .payment__title {
    font-size: 19px;
  }
  .payment .payment__card {
    padding: 34px 24px 36px;
  }
  .payment .payment__plan-title {
    font-size: 21px;
  }
  .payment .payment__plan-text {
    min-height: 0;
    font-size: 16px;
  }
  .payment .payment__price--installments {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
  .payment .payment__price--installments strong {
    font-size: 34px;
  }
  .payment .payment__price--installments span {
    font-size: 19px;
  }
  .payment .payment__price--single strong {
    font-size: 34px;
  }
  .payment .payment__price--single span {
    font-size: 18px;
  }
  .payment .payment__price-note {
    font-size: 18px;
  }
  .payment .payment__topics li {
    font-size: 15px;
    line-height: 1.15;
  }
  .payment .payment__cta {
    max-width: 100%;
    min-height: 56px;
  }
}
/* Identidade Imersão REI no bloco de ingresso */
body .payment {
  background: radial-gradient(circle at 12% 18%, rgba(20, 105, 78, 0.28), rgba(20, 105, 78, 0) 34%), radial-gradient(circle at 88% 78%, rgba(128, 91, 51, 0.18), rgba(128, 91, 51, 0) 36%), linear-gradient(314deg, #121e1b 6.35%, #090d0d 63.48%);
  border-top: 1px solid rgba(230, 203, 146, 0.2);
}
body .payment::before,
body .payment::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}
body .payment::before {
  top: -240px;
  left: -190px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(25, 124, 91, 0.24), rgba(25, 124, 91, 0) 70%);
}
body .payment::after {
  right: -210px;
  bottom: -260px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(230, 203, 146, 0.14), rgba(128, 91, 51, 0) 70%);
}
body .payment .payment__panel {
  border: 1px solid rgba(230, 203, 146, 0.2);
  background: radial-gradient(70% 92% at 50% 0%, rgba(230, 203, 146, 0.11), rgba(18, 30, 27, 0) 58%), linear-gradient(314deg, rgba(18, 30, 27, 0.96) 6.35%, rgba(9, 13, 13, 0.98) 63.48%);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.08), 0 28px 90px rgba(0, 0, 0, 0.3);
}
body .payment .payment__logo {
  border-color: rgba(230, 203, 146, 0.42);
  background: linear-gradient(314deg, rgba(18, 30, 27, 0.96), rgba(5, 8, 7, 0.98));
  box-shadow: 0 0 42px rgba(230, 203, 146, 0.13);
}
body .payment .payment__logo img {
  width: 86px;
  height: auto;
}
body .payment .payment__title {
  max-width: 760px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .payment .payment__card {
  border: 1px solid rgba(230, 203, 146, 0.18);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.06), 0 24px 60px rgba(0, 0, 0, 0.22);
}
body .payment .payment__card--annual {
  background: radial-gradient(80% 66% at 14% 0%, rgba(35, 125, 94, 0.2), rgba(18, 30, 27, 0) 62%), linear-gradient(314deg, #14231f 6.35%, #090d0d 63.48%);
}
body .payment .payment__card--semester {
  background: radial-gradient(76% 68% at 86% 0%, rgba(230, 203, 146, 0.11), rgba(18, 30, 27, 0) 62%), linear-gradient(314deg, #121e1b 6.35%, #080c0b 63.48%);
}
body .payment .payment__plan-title {
  color: #E6CB92;
}
body .payment .payment__card--annual .payment__plan-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  color: #D6C59A;
}
body .payment .payment__card--annual .payment__plan-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  left: -8px;
  height: 1px;
  background: linear-gradient(90deg, #95754C 0%, #E6CB92 50%, #95754C 100%);
  box-shadow: 0 0 10px rgba(230, 203, 146, 0.2);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body .payment .payment__card--annual .payment__plan-text {
  display: none;
}
body .payment .payment__card--semester .payment__plan-text,
body .payment .payment__price-note,
body .payment .payment__topics {
  color: rgba(244, 235, 216, 0.72);
}
body .payment .payment__price {
  background: linear-gradient(173deg, #EDE2B6 -104.88%, #D6C59A -59.2%, #95754C 13.23%, #E6CB92 92.2%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .payment .payment__card--annual .payment__price--installments {
  margin-bottom: 9px;
  gap: 8px;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
}
body .payment .payment__card--annual .payment__price--installments span {
  font-size: 24px;
  line-height: 1.05;
}
body .payment .payment__card--annual .payment__price--installments strong {
  font-size: 42px;
  line-height: 1;
}
body .payment .payment__card--annual .payment__price-note {
  margin: 0 0 34px;
  font-size: 21px;
  line-height: 1.2;
  color: rgba(214, 197, 154, 0.72);
}
body .payment .payment__cta--floating {
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 8;
  width: 289px;
  min-height: 60px;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body .payment .payment__cta--floating:hover {
  -webkit-transform: translate(-50%, -2px);
  -moz-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  -o-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
body .payment .payment__cta--primary,
body .payment .payment__cta--outline {
  color: #30291D;
  border-color: rgba(237, 226, 182, 0.65);
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
  box-shadow: 0 0 0 3px rgba(186, 163, 121, 0.14), 0 14px 38px rgba(128, 91, 51, 0.18);
}
body .payment .payment__cta--primary span,
body .payment .payment__cta--outline span {
  color: inherit;
  background: none;
  -webkit-text-fill-color: currentColor;
}
@media screen and (max-width: 820px) {
  body .payment .payment__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 560px) {
  body .payment .payment__title {
    font-size: 31px;
  }
  body .payment .payment__card--annual .payment__plan-text {
    font-size: 31px;
  }
  body .payment .payment__card--annual .payment__price--installments {
    gap: 7px;
  }
  body .payment .payment__card--annual .payment__price--installments span {
    font-size: 22px;
  }
  body .payment .payment__card--annual .payment__price--installments strong {
    font-size: 38px;
  }
  body .payment .payment__card--annual .payment__price-note {
    font-size: 19px;
  }
  body .payment .payment__cta--floating {
    bottom: -29px;
    width: calc(100% - 44px);
    min-height: 58px;
  }
}
/* Resultado percebido após a imersão */
.social-proof {
  position: relative;
  padding: 126px 0 132px;
  overflow: hidden;
  border-top: 1px solid rgba(230, 203, 146, 0.14);
  background: radial-gradient(circle at 18% 24%, rgba(24, 104, 77, 0.2), rgba(24, 104, 77, 0) 36%), linear-gradient(180deg, #020303 0%, #07110e 52%, #020202 100%);
}
.social-proof .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.social-proof__light {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}
.social-proof__light--green {
  top: -250px;
  right: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(31, 112, 86, 0.2), rgba(31, 112, 86, 0) 68%);
}
.social-proof__light--gold {
  bottom: -300px;
  left: -230px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(128, 91, 51, 0.16), rgba(128, 91, 51, 0) 68%);
}
.social-proof__header {
  max-width: 980px;
  margin: 0 auto 68px;
  text-align: center;
}
.social-proof__eyebrow {
  display: inline-flex;
  min-height: 32px;
  margin-bottom: 20px;
  padding: 7px 17px;
  align-items: center;
  border: 1px solid rgba(230, 203, 146, 0.34);
  border-radius: 100px;
  background: rgba(9, 13, 13, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #E6CB92;
  text-transform: uppercase;
}
.social-proof__title {
  margin: 0;
  font-size: 52px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}
.social-proof__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(230, 203, 146, 0.2);
  border-radius: 24px;
  background: linear-gradient(314deg, rgba(18, 30, 27, 0.92) 6.35%, rgba(7, 10, 9, 0.97) 63.48%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(237, 226, 182, 0.05);
}
.social-proof__list li {
  position: relative;
  width: 50%;
  min-height: 94px;
  padding: 28px 34px 28px 66px;
  border-bottom: 1px solid rgba(230, 203, 146, 0.1);
  font-size: 19px;
  line-height: 1.42;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.84);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.social-proof__list li:nth-child(odd) {
  border-right: 1px solid rgba(230, 203, 146, 0.1);
}
.social-proof__list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.social-proof__list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 34px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(230, 203, 146, 0.68);
  border-radius: 50%;
  background: rgba(230, 203, 146, 0.12);
  box-shadow: 0 0 18px rgba(230, 203, 146, 0.18);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.social-proof__closing {
  max-width: 980px;
  margin: 68px auto 0;
  text-align: center;
}
.social-proof__closing p {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.76);
}
.social-proof__closing p:last-child {
  max-width: 920px;
  margin: 14px auto 0;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .social-proof {
    padding: 96px 0 104px;
  }
  .social-proof__header {
    margin-bottom: 48px;
  }
  .social-proof__title {
    font-size: 40px;
  }
  .social-proof__list {
    max-width: 620px;
  }
  .social-proof__list li {
    width: 100%;
    min-height: 78px;
    padding: 23px 28px 23px 58px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(230, 203, 146, 0.1) !important;
  }
  .social-proof__list li:last-child {
    border-bottom: 0 !important;
  }
  .social-proof__list li::before {
    left: 28px;
  }
  .social-proof__closing {
    margin-top: 52px;
  }
  .social-proof__closing p:last-child {
    font-size: 31px;
  }
}
@media screen and (max-width: 560px) {
  .social-proof {
    padding: 76px 0 82px;
  }
  .social-proof__header {
    margin-bottom: 36px;
  }
  .social-proof__title {
    font-size: 31px;
    line-height: 1.1;
  }
  .social-proof__list {
    border-radius: 18px;
  }
  .social-proof__list li {
    min-height: 0;
    padding: 19px 20px 19px 49px;
    font-size: 16px;
  }
  .social-proof__list li::before {
    left: 22px;
    width: 8px;
    height: 8px;
  }
  .social-proof__closing {
    margin-top: 42px;
  }
  .social-proof__closing p {
    font-size: 19px;
  }
  .social-proof__closing p:last-child {
    margin-top: 12px;
    font-size: 26px;
  }
}
/* Garantia */
.garantia {
  position: relative;
  overflow: hidden;
  padding: 48px 0 44px;
  background: linear-gradient(90deg, #CAB486 0%, #AC9E79 100%);
  /* Estrutura */
  /* Texto */
  /* CTA */
}
.garantia:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(calc(420px + 44vw), 894px);
  aspect-ratio: 893.976 / 306.667;
  opacity: 0.52;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, #FFF1CF 28.85%, #FFECBB 100%);
  filter: blur(84.160896px);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.garantia .wrapper {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.garantia .garantia__inner {
  min-height: 215px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 49px;
}
.garantia .garantia__seal {
  width: 186px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.garantia .garantia__seal img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.garantia .garantia__content {
  width: 100%;
  max-width: 408px;
}
.garantia .garantia__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 21.512px;
  font-weight: 700;
  color: #000;
}
.garantia .garantia__text {
  margin: 0;
  font-size: 16px;
  line-height: 21.512px;
  font-weight: 400;
  color: #000;
}
.garantia .garantia__text strong {
  font-weight: 700;
}
.garantia .garantia__cta {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 289px;
  min-height: 59px;
  margin-top: 24px;
  padding: 0 24px;
  overflow: visible;
  isolation: isolate;
  font-size: 15.058px;
  line-height: 21.512px;
  font-weight: 600;
  color: #FFE1AB;
  text-align: center;
  background: #000;
  border: 1.5px solid #7E7557;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
  box-shadow: 0 0 0 3px rgba(100, 91, 47, 0.25);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.garantia .garantia__cta:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: calc(100% + 15px);
  height: calc(100% + 13px);
  opacity: 0.52;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(255, 236, 187, 0.28) 0%, rgba(255, 241, 207, 0.13) 100%);
  filter: blur(22.5px);
  -webkit-border-radius: 304px;
  -moz-border-radius: 304px;
  border-radius: 304px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.garantia .garantia__cta span {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.garantia .garantia__cta:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
@media screen and (max-width: 820px) {
  .garantia {
    padding: 56px 0 52px;
  }
  .garantia:before {
    width: min(calc(360px + 58vw), 820px);
    filter: blur(72px);
  }
  .garantia .garantia__inner {
    min-height: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }
  .garantia .garantia__seal {
    width: 156px;
  }
  .garantia .garantia__content {
    max-width: 460px;
  }
  .garantia .garantia__cta {
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .garantia {
    padding: 48px 0 46px;
  }
  .garantia:before {
    width: min(calc(300px + 72vw), 680px);
    filter: blur(58px);
  }
  .garantia .garantia__inner {
    gap: 24px;
  }
  .garantia .garantia__seal {
    width: 132px;
  }
  .garantia .garantia__title {
    font-size: 17px;
  }
  .garantia .garantia__text {
    font-size: 15px;
    line-height: 20.5px;
  }
  .garantia .garantia__text br {
    display: none;
  }
  .garantia .garantia__cta {
    max-width: 100%;
    min-height: 56px;
    font-size: 14.5px;
  }
}
/* Idealizadores */
.idealizadores {
  position: relative;
  overflow: hidden;
  padding: 40px 0 120px;
  background: #000000;
  /* Marca */
  /* Estrutura */
}
.idealizadores:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 220px;
  z-index: 0;
  width: min(calc(520px + 38vw), 1060px);
  height: 420px;
  opacity: 0.14;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 198, 157, 0.26) 0%, rgba(139, 126, 104, 0.1) 46%, rgba(0, 0, 0, 0) 74%);
  filter: blur(74px);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.idealizadores:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 632px;
  z-index: 0;
  height: 230px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 7, 8, 0) 0%, rgba(18, 12, 13, 0.54) 45%, rgba(10, 7, 8, 0) 100%);
}
.idealizadores .wrapper {
  max-width: 980px;
  position: relative;
  z-index: 2;
}
.idealizadores .idealizadores__logo {
  position: relative;
  z-index: 4;
  width: 109px;
  height: 109px;
  margin: 0 auto 22px;
}
.idealizadores .idealizadores__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.idealizadores .idealizadores__rows {
  position: relative;
  z-index: 2;
}
.idealizadores .idealizadores__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.idealizadores .idealizadores__media {
  position: relative;
  z-index: 2;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.idealizadores .idealizadores__media:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 7, 8, 0) 0%, #0A0708 88%);
}
.idealizadores .idealizadores__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.idealizadores .idealizadores__media--tiago {
  width: 431px;
  margin-left: 6px;
}
.idealizadores .idealizadores__media--paulo {
  width: 416px;
  margin-right: 14px;
}
.idealizadores .idealizadores__content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 415px;
}
.idealizadores .idealizadores__title {
  margin: 0 0 31px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #D6C69D;
}
.idealizadores .idealizadores__name {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #D6C69D;
  text-transform: uppercase;
}
.idealizadores .idealizadores__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.17;
  font-weight: 400;
  color: #8B7E68;
}
.idealizadores .idealizadores__text + .idealizadores__text {
  margin-top: 2px;
}
.idealizadores .idealizadores__row--tiago {
  min-height: 492px;
  align-items: flex-start;
}
.idealizadores .idealizadores__row--tiago .idealizadores__content {
  padding-top: 104px;
}
.idealizadores .idealizadores__row--paulo {
  min-height: 455px;
  margin-top: -150px;
  align-items: flex-start;
}
.idealizadores .idealizadores__row--paulo .idealizadores__content {
  max-width: 420px;
  padding-top: 116px;
  text-align: right;
}
.idealizadores .idealizadores__row--paulo .idealizadores__title {
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .idealizadores {
    padding: 38px 0 100px;
  }
  .idealizadores:before {
    top: 180px;
    width: min(calc(460px + 46vw), 900px);
    height: 360px;
    filter: blur(64px);
  }
  .idealizadores:after {
    top: 610px;
  }
  .idealizadores .wrapper {
    max-width: 820px;
  }
  .idealizadores .idealizadores__row {
    gap: 24px;
  }
  .idealizadores .idealizadores__media--tiago {
    width: 360px;
    margin-left: 0;
  }
  .idealizadores .idealizadores__media--paulo {
    width: 350px;
    margin-right: 0;
  }
  .idealizadores .idealizadores__content {
    max-width: 360px;
  }
  .idealizadores .idealizadores__row--tiago {
    min-height: 430px;
  }
  .idealizadores .idealizadores__row--tiago .idealizadores__content {
    padding-top: 72px;
  }
  .idealizadores .idealizadores__row--paulo {
    min-height: 398px;
    margin-top: -112px;
  }
  .idealizadores .idealizadores__row--paulo .idealizadores__content {
    padding-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  .idealizadores {
    padding: 36px 0 78px;
  }
  .idealizadores:before {
    top: 170px;
    width: min(calc(280px + 82vw), 620px);
    height: 320px;
    filter: blur(54px);
  }
  .idealizadores:after {
    top: auto;
    bottom: 330px;
    height: 260px;
  }
  .idealizadores .idealizadores__logo {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
  }
  .idealizadores .idealizadores__row {
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    align-items: center;
  }
  .idealizadores .idealizadores__row--tiago {
    padding-bottom: 30px;
  }
  .idealizadores .idealizadores__row--paulo {
    margin-top: 54px;
  }
  .idealizadores .idealizadores__row--paulo .idealizadores__content {
    order: 2;
    padding-top: 0;
    text-align: center;
  }
  .idealizadores .idealizadores__row--paulo .idealizadores__media {
    order: 1;
  }
  .idealizadores .idealizadores__row--tiago .idealizadores__content {
    padding-top: 0;
  }
  .idealizadores .idealizadores__media {
    width: min(calc(220px + 20vw), 330px);
  }
  .idealizadores .idealizadores__media--paulo {
    width: min(calc(225px + 18vw), 320px);
  }
  .idealizadores .idealizadores__content {
    max-width: 430px;
    text-align: center;
  }
  .idealizadores .idealizadores__title {
    margin-bottom: 18px;
    font-size: 19px;
  }
  .idealizadores .idealizadores__name {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .idealizadores .idealizadores__text {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 480px) {
  .idealizadores {
    padding-bottom: 64px;
  }
  .idealizadores .idealizadores__logo {
    width: 82px;
    height: 82px;
  }
  .idealizadores .idealizadores__media {
    width: min(calc(190px + 24vw), 290px);
  }
  .idealizadores .idealizadores__media--paulo {
    width: min(calc(198px + 22vw), 292px);
  }
  .idealizadores .idealizadores__title {
    font-size: 18px;
  }
  .idealizadores .idealizadores__name {
    font-size: 16px;
  }
  .idealizadores .idealizadores__text {
    font-size: 16px;
  }
}
.faq {
  position: relative;
  overflow: hidden;
  padding: 36px 0 96px;
  background: #000;
  /* Cabeçalho */
  /* Lista */
}
.faq .wrapper {
  max-width: 743px;
}
.faq .faq__title {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #D6C69D;
  text-align: center;
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.faq .faq__item {
  position: relative;
  overflow: hidden;
  min-height: 76px;
  background: #000;
  border: 0.561px solid rgba(228, 218, 200, 0.63);
  -webkit-border-radius: 16.824px;
  -moz-border-radius: 16.824px;
  border-radius: 16.824px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.faq .faq__item:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(55.92% 55.92% at 50% 7.63%, rgba(241, 216, 175, 0.2) 19.23%, rgba(241, 216, 175, 0.08) 100%);
}
.faq .faq__item.is-active .faq__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq__item.is-active .faq__answer {
  max-height: 180px;
  padding: 0 74px 25px 42px;
  opacity: 1;
}
.faq .faq__button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 74px;
  padding: 18px 55px 18px 42px;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.faq .faq__question {
  display: block;
  max-width: 505px;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 400;
  color: #8B7E68;
}
.faq .faq__arrow {
  position: relative;
  width: 0;
  height: 0;
  margin-left: auto;
  flex: 0 0 auto;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #7F7359;
  transform-origin: 50% 42%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.faq .faq__answer {
  position: relative;
  z-index: 2;
  max-height: 0;
  padding: 0 74px 0 42px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.22s ease;
}
.faq .faq__answer p {
  max-width: 505px;
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  color: #8B7E68;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 32px 0 78px;
  }
  .faq .wrapper {
    max-width: 100%;
  }
  .faq .faq__list {
    gap: 20px;
  }
  .faq .faq__item {
    min-height: 76px;
  }
  .faq .faq__item.is-active .faq__answer {
    max-height: 240px;
    padding: 0 52px 24px 28px;
  }
  .faq .faq__button {
    padding: 18px 30px 18px 28px;
  }
  .faq .faq__question,
  .faq .faq__answer p {
    max-width: none;
    font-size: 14px;
    line-height: 1.28;
  }
  .faq .faq__answer {
    padding: 0 52px 0 28px;
  }
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 28px 0 64px;
  }
  .faq .faq__title {
    margin-bottom: 20px;
  }
  .faq .faq__list {
    gap: 16px;
  }
  .faq .faq__item {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .faq .faq__item.is-active .faq__answer {
    max-height: 280px;
    padding: 0 38px 22px 22px;
  }
  .faq .faq__button {
    min-height: 72px;
    padding: 17px 22px;
    gap: 16px;
  }
  .faq .faq__question,
  .faq .faq__answer p {
    font-size: 13px;
  }
  .faq .faq__answer {
    padding: 0 38px 0 22px;
  }
  .faq .faq__arrow {
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 9px;
  }
}
body .faq {
  padding: 112px 0 120px;
  border-top: 1px solid rgba(230, 203, 146, 0.14);
  background: radial-gradient(circle at 82% 12%, rgba(27, 98, 75, 0.16), rgba(27, 98, 75, 0) 34%), linear-gradient(180deg, #020202 0%, #050b09 54%, #020202 100%);
}
body .faq .wrapper {
  max-width: 900px;
}
body .faq .faq__title {
  margin-bottom: 42px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .faq .faq__list {
  gap: 16px;
}
body .faq .faq__item {
  border-color: rgba(230, 203, 146, 0.2);
  background: linear-gradient(314deg, rgba(18, 30, 27, 0.86) 6.35%, rgba(7, 10, 9, 0.96) 63.48%);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.04);
}
body .faq .faq__item::before {
  background: radial-gradient(70% 100% at 8% 0%, rgba(31, 112, 86, 0.12), rgba(31, 112, 86, 0) 64%);
}
body .faq .faq__item.is-active .faq__answer {
  max-height: 260px;
  padding: 0 72px 27px 42px;
}
body .faq .faq__question {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.86);
}
body .faq .faq__answer p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244, 235, 216, 0.66);
}
body .faq .faq__answer a {
  display: inline-flex;
  margin-top: 7px;
  color: #E6CB92;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  body .faq {
    padding: 86px 0 94px;
  }
  body .faq .faq__title {
    margin-bottom: 34px;
    font-size: 36px;
  }
  body .faq .faq__item.is-active .faq__answer {
    max-height: 300px;
    padding: 0 52px 24px 28px;
  }
  body .faq .faq__question {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body .faq {
    padding: 70px 0 76px;
  }
  body .faq .faq__title {
    margin-bottom: 28px;
    font-size: 31px;
  }
  body .faq .faq__item.is-active .faq__answer {
    max-height: 340px;
    padding: 0 38px 22px 22px;
  }
  body .faq .faq__question {
    font-size: 15px;
  }
  body .faq .faq__answer p {
    font-size: 14px;
  }
}
/* CTA final */
.cta-final {
  position: relative;
  padding: 110px 0 130px;
  overflow: hidden;
  border-top: 1px solid rgba(230, 203, 146, 0.1);
  background: radial-gradient(circle at 50% 25%, rgba(15, 76, 60, 0.13), rgba(15, 76, 60, 0) 36%), #020303;
}
.cta-final .wrapper {
  max-width: 1600px;
}
.cta-final__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 760px;
  padding: 92px 60px 82px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(230, 203, 146, 0.13);
  background: radial-gradient(ellipse at 50% 42%, rgba(15, 91, 69, 0.19) 0%, rgba(10, 40, 33, 0.08) 35%, rgba(3, 8, 7, 0) 65%), linear-gradient(180deg, #050b0a 0%, #07110e 48%, #040807 100%);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.035), 0 40px 110px rgba(0, 0, 0, 0.46);
}
.cta-final__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 34%, transparent 72%, rgba(0, 0, 0, 0.24));
}
.cta-final__panel::after {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(62, 142, 115, 0.04);
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-final__rays {
  position: absolute;
  top: -45%;
  right: -18%;
  bottom: -45%;
  left: -18%;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  background: repeating-conic-gradient(from 4deg at 50% 48%, rgba(44, 149, 112, 0.22) 0deg, rgba(44, 149, 112, 0.22) 0.08deg, transparent 0.16deg, transparent 9deg);
  -webkit-mask-image: radial-gradient(ellipse at 50% 48%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.74) 30%, rgba(0, 0, 0, 0.14) 70%, transparent 88%);
  mask-image: radial-gradient(ellipse at 50% 48%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.74) 30%, rgba(0, 0, 0, 0.14) 70%, transparent 88%);
}
.cta-final__glow {
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 560px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(24, 128, 95, 0.15) 0%, rgba(24, 128, 95, 0) 70%);
  filter: blur(14px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-final__glow--left {
  left: -280px;
  bottom: -250px;
}
.cta-final__glow--right {
  top: -260px;
  right: -260px;
}
.cta-final__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.cta-final__people {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  margin-bottom: 22px;
}
.cta-final__person {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 -3px;
  overflow: hidden;
  border: 4px solid #09130f;
  background: linear-gradient(180deg, #123d31 0%, #07130f 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.46), inset 0 0 0 1px rgba(230, 203, 146, 0.2);
}
.cta-final__person--main {
  z-index: 2;
  width: 86px;
  height: 86px;
  border-color: #0b1914;
}
.cta-final__person--side {
  z-index: 1;
  opacity: 0.72;
}
.cta-final__person img {
  position: absolute;
  top: -2%;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  height: 168%;
  object-fit: contain;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cta-final__person--main img {
  height: 160%;
}
.cta-final__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  margin: 0 0 22px;
  padding: 0 17px;
  border: 1px solid rgba(230, 203, 146, 0.3);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #E6CB92;
  background: rgba(3, 15, 12, 0.68);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-final__title {
  max-width: 990px;
  margin: 0 0 28px;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -1.4px;
  color: rgba(255, 250, 239, 0.94);
}
.cta-final__title span {
  color: #E6CB92;
  background: linear-gradient(100deg, #E6CB92 0%, #78B69E 58%, #37A47F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-final__pillars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-width: 850px;
  margin-bottom: 25px;
}
.cta-final__pillars p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.6);
}
.cta-final__pillars p strong {
  font-weight: 600;
  color: rgba(230, 203, 146, 0.86);
}
.cta-final__event {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(244, 235, 216, 0.82);
}
.cta-final__event span {
  margin: 0 7px;
  color: #5FA087;
}
.cta-final__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 289px;
  max-width: calc(320px + 2vw);
  min-height: 60px;
  margin: 0;
  padding: 0 36px;
  overflow: hidden;
  border: 1.5px solid #DDD1A8;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #121e1b;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25), 0 18px 40px rgba(255, 225, 171, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cta-final__button::before {
  content: '';
  position: absolute;
  inset: -45px;
  opacity: 0.34;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58), transparent 46%);
}
.cta-final__button span {
  position: relative;
  z-index: 1;
  color: #121e1b;
}
.cta-final__button:hover,
.cta-final__button:focus-visible {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25), 0 22px 48px rgba(255, 225, 171, 0.34);
}
.cta-final__button:focus-visible {
  outline: 2px solid #E6CB92;
  outline-offset: 4px;
}
.cta-final__availability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(244, 235, 216, 0.6);
}
.cta-final__availability strong {
  font-weight: 600;
  color: rgba(244, 235, 216, 0.82);
}
.cta-final__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #30291D;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 35%, #95754C 68%, #E6CB92 99.07%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 18px rgba(230, 203, 146, 0.28);
  -moz-box-shadow: 0 0 18px rgba(230, 203, 146, 0.28);
  box-shadow: 0 0 18px rgba(230, 203, 146, 0.28);
}
@media screen and (max-width: 1200px) {
  .cta-final {
    padding: 96px 0 112px;
  }
  .cta-final__panel {
    min-height: 700px;
    padding: 78px 46px 72px;
  }
  .cta-final__title {
    max-width: 880px;
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .cta-final {
    padding: 78px 0 90px;
  }
  .cta-final__panel {
    min-height: 0;
    padding: 68px 28px 62px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cta-final__panel::after {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cta-final__people {
    min-height: 76px;
    margin-bottom: 20px;
  }
  .cta-final__person {
    width: 56px;
    height: 56px;
  }
  .cta-final__person--main {
    width: 76px;
    height: 76px;
  }
  .cta-final__title {
    max-width: 660px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.13;
    letter-spacing: -0.8px;
  }
  .cta-final__pillars {
    margin-bottom: 22px;
  }
  .cta-final__pillars p {
    font-size: 16px;
  }
  .cta-final__event {
    max-width: 530px;
    margin-bottom: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .cta-final {
    padding: 64px 0 78px;
  }
  .cta-final__panel {
    padding: 56px 18px 50px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cta-final__panel::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cta-final__people {
    min-height: 68px;
    margin-bottom: 18px;
  }
  .cta-final__person {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  .cta-final__person--main {
    width: 68px;
    height: 68px;
  }
  .cta-final__eyebrow {
    min-height: 29px;
    margin-bottom: 19px;
    padding: 0 13px;
    font-size: 9px;
    letter-spacing: 1.35px;
  }
  .cta-final__title {
    margin-bottom: 22px;
    font-size: 29px;
    line-height: 1.14;
    letter-spacing: -0.55px;
  }
  .cta-final__pillars {
    gap: 9px;
    margin-bottom: 24px;
  }
  .cta-final__pillars p {
    font-size: 14px;
    line-height: 1.42;
  }
  .cta-final__event {
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.55;
  }
  .cta-final__event span {
    margin: 0 4px;
  }
  .cta-final__button {
    width: 100%;
    max-width: 310px;
    min-height: 58px;
    padding: 0 22px;
    font-size: 17px;
  }
  .cta-final__availability {
    flex-wrap: wrap;
    gap: 6px;
    max-width: 285px;
    margin-top: 21px;
    font-size: 12px;
  }
  .cta-final__check {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
.is-modal-open {
  overflow: hidden;
}
.cta-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.28s ease;
}
.cta-modal.is-visible {
  visibility: visible;
  pointer-events: auto;
}
.cta-modal.is-open .cta-modal__overlay {
  opacity: 1;
}
.cta-modal.is-open .cta-modal__dialog {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.12s;
}
.cta-modal .cta-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  opacity: 0;
  transition: opacity 0.34s ease;
}
.cta-modal .cta-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 522px;
  min-height: 348px;
  max-width: calc(100% - 32px);
  padding: 34px 58px 78px;
  overflow: visible;
  opacity: 0;
  background: radial-gradient(55.92% 55.92% at 50% 7.63%, rgba(241, 216, 175, 0.16) 19.23%, rgba(25, 22, 17, 0.92) 100%);
  border: 1px solid rgba(228, 218, 200, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 28px 72px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 28px 72px rgba(0, 0, 0, 0.55);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.55);
  -webkit-transform: translate(-50%, calc(-50% + 14px)) scale(0.96);
  -moz-transform: translate(-50%, calc(-50% + 14px)) scale(0.96);
  -ms-transform: translate(-50%, calc(-50% + 14px)) scale(0.96);
  -o-transform: translate(-50%, calc(-50% + 14px)) scale(0.96);
  transform: translate(-50%, calc(-50% + 14px)) scale(0.96);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.cta-modal .cta-modal__dialog:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 100%);
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-modal .cta-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  background: transparent;
  appearance: none;
}
.cta-modal .cta-modal__close:before,
.cta-modal .cta-modal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #8B7E68;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-modal .cta-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-modal .cta-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cta-modal .cta-modal__logo {
  position: absolute;
  top: -72px;
  left: 50%;
  z-index: 3;
  width: 110px;
  height: 110px;
  margin: 0;
  padding: 10px;
  background: rgba(20, 11, 0, 0.64);
  border: 1px solid rgba(255, 236, 187, 0.35);
  -webkit-backdrop-filter: blur(2.4px);
  backdrop-filter: blur(2.4px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cta-modal .cta-modal__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-modal .cta-modal__form {
  position: static;
}
.cta-modal .cta-modal__title {
  margin: 0 0 10px;
  font-size: 19.019px;
  line-height: 1.2;
  font-weight: 700;
  color: #D6C69D;
  text-align: center;
}
.cta-modal .cta-modal__subtitle {
  max-width: 500px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #8B7E68;
  text-align: center;
}
.cta-modal .cta-modal__field {
  display: block;
  max-width: 331px;
  margin: 0 auto 19px;
}
.cta-modal .cta-modal__field span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.cta-modal .cta-modal__field.is-invalid .cta-modal__input {
  border-color: rgba(255, 98, 98, 0.78);
  background: rgba(120, 30, 30, 0.16);
}
.cta-modal .cta-modal__input {
  width: 100%;
  height: 47px;
  padding: 0 35px;
  border: 1px solid #40372A;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #CDBFA4;
  background: rgba(143, 126, 95, 0.13);
  outline: none;
  appearance: none;
  opacity: 0.75;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cta-modal .cta-modal__input::placeholder {
  color: rgba(139, 126, 104, 0.78);
}
.cta-modal .cta-modal__input:focus {
  border-color: #6C5C45;
  background: rgba(143, 126, 95, 0.16);
}
.cta-modal .cta-modal__message {
  min-height: 18px;
  max-width: 331px;
  margin: -3px auto 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  color: #EAC25F;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cta-modal .cta-modal__message.is-visible {
  opacity: 1;
}
.cta-modal .cta-modal__message.is-error {
  color: #FFB0A8;
}
.cta-modal .cta-modal__message.is-success {
  color: #D6C69D;
}
.cta-modal .cta-modal__submit {
  position: absolute;
  left: 50%;
  bottom: -28px;
  z-index: 3;
  width: 289px;
  max-width: calc(100% - 48px);
  min-height: 60px;
  margin: 0;
  padding: 0 20px;
  overflow: visible;
  border: 1.5px solid #DDD1A8;
  cursor: pointer;
  color: #2F2F2F;
  font-size: 15.059px;
  line-height: 21.512px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #CAB486 0%, #AC9E79 100%);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cta-modal .cta-modal__submit:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: calc(100% + 18px);
  height: calc(100% + 10px);
  opacity: 0.52;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, #FFF1CF 28.85%, #FFECBB 100%);
  filter: blur(22.5px);
  -webkit-border-radius: 304px;
  -moz-border-radius: 304px;
  border-radius: 304px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cta-modal .cta-modal__submit span {
  position: relative;
  z-index: 2;
}
.cta-modal .cta-modal__submit:hover {
  -webkit-transform: translate(-50%, -2px);
  -moz-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  -o-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
  box-shadow: 0 0 0 3px rgba(132, 130, 130, 0.25), 0 18px 42px rgba(255, 225, 171, 0.24);
}
.cta-modal .cta-modal__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}
@media screen and (max-width: 550px) {
  .cta-modal .cta-modal__dialog {
    max-width: 550px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 28px);
    min-height: 348px;
    padding: 58px 18px 82px;
    overflow: visible;
  }
  .cta-modal .cta-modal__logo {
    top: -52px;
    width: 90px;
    height: 90px;
  }
  .cta-modal .cta-modal__title {
    font-size: 19.019px;
  }
  .cta-modal .cta-modal__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .cta-modal .cta-modal__input {
    height: 47px;
    padding: 0 22px;
    font-size: 16px;
  }
  .cta-modal .cta-modal__submit {
    width: 289px;
    max-width: calc(100% - 48px);
    min-height: 60px;
    font-size: 15.059px;
  }
}
/* Identidade visual Imersão REI no formulário de inscrição */
body .cta-modal .cta-modal__overlay {
  background: rgba(2, 5, 4, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
body .cta-modal .cta-modal__dialog {
  border-color: rgba(230, 203, 146, 0.28);
  background: radial-gradient(78% 68% at 50% 0%, rgba(29, 117, 88, 0.23) 0%, rgba(18, 30, 27, 0) 64%), linear-gradient(314deg, rgba(18, 30, 27, 0.98) 6.35%, rgba(5, 8, 7, 0.99) 63.48%);
  box-shadow: inset 0 1px 0 rgba(237, 226, 182, 0.08), 0 32px 90px rgba(0, 0, 0, 0.7);
}
body .cta-modal .cta-modal__dialog::before {
  background: linear-gradient(135deg, rgba(230, 203, 146, 0.06), rgba(230, 203, 146, 0) 38%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.22) 100%);
}
body .cta-modal .cta-modal__close::before,
body .cta-modal .cta-modal__close::after {
  background: #E6CB92;
}
body .cta-modal .cta-modal__logo {
  top: -51px;
  width: 132px;
  height: 92px;
  padding: 11px 16px;
  border-color: rgba(230, 203, 146, 0.42);
  background: linear-gradient(314deg, rgba(18, 30, 27, 0.98), rgba(5, 8, 7, 0.98));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42), 0 0 30px rgba(230, 203, 146, 0.08);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .cta-modal .cta-modal__title {
  padding-top: 28px;
  color: #FFE1AB;
  background: linear-gradient(180deg, #E3C58E 0%, #FFE1AB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .cta-modal .cta-modal__subtitle {
  max-width: 360px;
  color: rgba(244, 235, 216, 0.72);
}
body .cta-modal .cta-modal__input {
  border-color: rgba(230, 203, 146, 0.2);
  color: #F4EBD8;
  background: rgba(18, 30, 27, 0.72);
  opacity: 1;
}
body .cta-modal .cta-modal__input::placeholder {
  color: rgba(214, 197, 154, 0.58);
}
body .cta-modal .cta-modal__input:focus {
  border-color: rgba(230, 203, 146, 0.72);
  background: rgba(26, 48, 41, 0.82);
  box-shadow: 0 0 0 3px rgba(230, 203, 146, 0.08);
}
body .cta-modal .cta-modal__submit {
  color: #30291D;
  border-color: rgba(237, 226, 182, 0.7);
  background: linear-gradient(131deg, #EDE2B6 6.56%, #E6DAAE 13.04%, #D6C59A 22.29%, #BAA379 33.39%, #95754C 45.42%, #805B33 51.89%, #E6CB92 99.07%);
  box-shadow: 0 0 0 3px rgba(186, 163, 121, 0.14), 0 16px 40px rgba(128, 91, 51, 0.24);
}
/* Pulso global, sutil e independente dos transforms de posicionamento */
.cta-button,
.payment__cta,
.cta-final__button,
.cta-modal__submit {
  transform-origin: center;
  will-change: scale, filter;
  -webkit-animation: ctaPulse 3.2s ease-in-out infinite;
  -moz-animation: ctaPulse 3.2s ease-in-out infinite;
  -o-animation: ctaPulse 3.2s ease-in-out infinite;
  animation: ctaPulse 3.2s ease-in-out infinite;
}
.cta-modal__submit:disabled {
  scale: 1;
  filter: none;
  animation-play-state: paused;
}
@-webkit-keyframes ctaPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.018;
    filter: brightness(1.045);
  }
}
@-moz-keyframes ctaPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.018;
    filter: brightness(1.045);
  }
}
@-ms-keyframes ctaPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.018;
    filter: brightness(1.045);
  }
}
@-o-keyframes ctaPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.018;
    filter: brightness(1.045);
  }
}
@keyframes ctaPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.018;
    filter: brightness(1.045);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta-button,
  .payment__cta,
  .cta-final__button,
  .cta-modal__submit {
    scale: 1;
    filter: none;
    animation: none;
    will-change: auto;
  }
}
body footer .logo_footer {
  padding-top: 30px;
}
body footer .logo_footer img {
  display: block;
  width: 164px;
  height: auto;
  margin: 0 auto 24px;
}
@media screen and (max-width: 550px) {
  body .cta-modal .cta-modal__logo {
    top: -42px;
    width: 112px;
    height: 78px;
    padding: 9px 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body .cta-modal .cta-modal__title {
    padding-top: 16px;
  }
  body footer .logo_footer img {
    width: 142px;
  }
}
@-webkit-keyframes testimonialsScroll {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-moz-keyframes testimonialsScroll {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-ms-keyframes testimonialsScroll {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-o-keyframes testimonialsScroll {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes testimonialsScroll {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Padrão tipográfico dos títulos principais */
body .intro-copy .intro-copy__title,
body .como-funciona .como-funciona__title,
body .proposito-g55 .proposito-g55__title,
body .g55-is .g55-is__title,
body .programacao .programacao__title {
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
}
body .intro-copy .intro-copy__title,
body .proposito-g55 .proposito-g55__title {
  color: #E6CB92;
  background: linear-gradient(131deg, #EDE2B6 6.56%, #D6C59A 28%, #95754C 62%, #E6CB92 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1015px) {
  body .intro-copy .intro-copy__title,
  body .como-funciona .como-funciona__title,
  body .proposito-g55 .proposito-g55__title,
  body .g55-is .g55-is__title,
  body .programacao .programacao__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  body .intro-copy .intro-copy__title,
  body .como-funciona .como-funciona__title,
  body .proposito-g55 .proposito-g55__title,
  body .g55-is .g55-is__title,
  body .programacao .programacao__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 560px) {
  body .intro-copy .intro-copy__title,
  body .como-funciona .como-funciona__title,
  body .proposito-g55 .proposito-g55__title,
  body .g55-is .g55-is__title,
  body .programacao .programacao__title {
    font-size: 31px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 465px) {
  body .intro-copy .intro-copy__title,
  body .como-funciona .como-funciona__title,
  body .proposito-g55 .proposito-g55__title,
  body .g55-is .g55-is__title,
  body .programacao .programacao__title {
    font-size: 28px;
  }
}
