@font-face {
  font-family: "Geist";
  src: url("../../assets/fonts/geist-mono-regular.woff") format("woff");
  src: url("../../assets/fonts/geist-mono-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/inter-medium.woff") format("woff");
  src: url("../../assets/fonts/inter-medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500 !important;
}
.geist {
  font-family: "Geist" !important;
  letter-spacing: 0em;
}

.inter {
  font-family: "Inter" !important;
}

button {
  color: #000;
}

.text-color-secondary {
  color: #949191;
  transition: 0.3s ease;
}
.text-color-secondary:hover {
  color: #000000;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.dashed {
  text-underline-offset: 3px;
  text-decoration: underline dotted;
  cursor: text;
}

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

.dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 12%;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.turned-arrow {
  display: inline-block;
  transform: rotate(90deg) !important;
}

.semi-turned-arrow {
  display: inline-block;
  transform: rotate(-45deg) !important;
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}

.grey {
  color: #949191 !important;
}

.grey-hover {
  color: #000000;
  transition: 0.3s ease;
}
.grey-hover:hover {
  color: #949191;
}

.link-hover {
  opacity: 1;
  transition: 0.3s ease;
  line-height: 100%;
  outline: none !important;
}
.link-hover:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
input {
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 150%;
}

.xxs-size {
  font-size: 9px;
}

.xs-size {
  font-size: 10px;
}

@media (max-width: 850px) {
  .xs-size {
    font-size: 11px;
  }
}
.s-size {
  font-size: 13px;
}

.sx-size {
  font-size: 14px;
}

.m-size {
  font-size: 18px;
}

.mx-size {
  font-size: 15.5px;
}

.l-size {
  font-size: 17px;
}

@media (max-width: 850px) {
  .l-size {
    font-size: 19px;
  }
}
.ls-size {
  font-size: 22px;
  letter-spacing: -0.035em;
  line-height: 135% !important;
}

@media (max-width: 850px) {
  .ls-size {
    font-size: 22px;
  }
}
.lsx-size {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 135% !important;
}

.lss-size {
  font-size: 38px;
  letter-spacing: -0.05em;
}

@media (max-width: 850px) {
  .lss-size {
    font-size: 28px;
  }
}
.xl-size {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 125%;
}

.ultra-size {
  font-size: 76px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 112.2px */
  letter-spacing: -5.1px;
}

@media (max-width: 850px) {
  .ultra-size {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
}
.center {
  text-align: center;
}

@media (max-width: 850px) {
  .s-size {
    font-size: 13px;
  }
}
.trust-data-line-component {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  left: -10px;
}
.trust-data-line-component img {
  width: 10px;
}

@media (max-width: 850px) {
  .trust-data-line-component {
    left: 0;
  }
}
.section-intro-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-intro-component h2 {
  line-height: 120%;
}
.section-intro-component p {
  margin-top: 10px;
  text-align: center;
  line-height: 150%;
}
.section-intro-component .container-ctas-section-intro {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-intro-component .btn-rounded {
  background-color: #f7f6f6;
  padding: 7px 12px;
  border-radius: 1000px;
  border: 1px solid #f7f6f6;
  transition: 0.3s ease;
}
.section-intro-component .btn-rounded:hover {
  background-color: white;
  border: 1px solid #e7e7e7;
}

@media (max-width: 850px) {
  .section-intro-component {
    width: 90%;
  }
  .section-intro-component p {
    max-width: 100%;
  }
}
.image-wrapper-transparent-component {
  width: 40vw;
  height: 30vh;
  max-width: 600px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 9999900px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(218, 218, 218, 0.4470588235);
  background-color: #fbfbfb;
  justify-content: center;
}
.image-wrapper-transparent-component img {
  height: 52%;
}

@media (max-width: 850px) {
  .image-wrapper-transparent-component {
    width: 80%;
    height: 26vh;
  }
}
.feature-block-content-only-component {
  width: 35vw;
  max-width: 450px;
  border-radius: 20px;
  background: #f7f6f6;
  padding: 21px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feature-block-content-only-component p {
  width: fit-content;
  line-height: 140%;
}

@media (max-width: 850px) {
  .feature-block-content-only-component {
    width: 90%;
  }
}
.feature-block-component {
  width: 35vw;
  max-width: 450px;
  border-radius: 20px;
  background: #f7f6f6;
  padding: 21px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feature-block-component p,
.feature-block-component a {
  width: fit-content;
  line-height: 140%;
}

@media (max-width: 850px) {
  .feature-block-component {
    width: 90%;
  }
}
.description-text-component {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.description-text-component p {
  line-height: 165%;
}

@media (max-width: 850px) {
  .description-text-component {
    max-width: 95%;
  }
}
.description-subtitle-component {
  display: flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  background: #fbfbfb;
}

.content-chapter-component {
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
}
.content-chapter-component p {
  line-height: 180%;
  font-size: 14px !important;
}

@media (max-width: 850px) {
  .content-chapter-component {
    width: 90%;
  }
}
.main-button-grey-alt-component a {
  display: flex;
  gap: 50px;
  padding: 11px 16px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 11px;
  transition: 0.3s ease;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-grey-alt-component a:hover {
  border: 1px solid #ececec;
}

.main-button-grey-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 11px;
  transition: 0.3s ease;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-grey-component a:hover {
  border: 1px solid #ececec;
}

.main-button-black-target-blank-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #272727;
  border: 1px solid #272727;
  font-size: 11px;
  transition: 0.3s ease;
  color: white;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-black-target-blank-component a:hover {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  color: black;
}

.main-button-black-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #272727;
  border: 1px solid #272727;
  font-size: 11px;
  transition: 0.3s ease;
  color: white;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-black-component a:hover {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  color: black;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

html,
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter";
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 10px 16px;
}

@media (max-width: 850px) {
  body {
    padding: 10px 12px;
  }
}
.only-mobile {
  display: none;
}

@media (max-width: 850px) {
  .no-mobile {
    display: none !important;
  }
  .only-mobile {
    display: block;
  }
}
.pointer {
  cursor: pointer;
}

.z15 {
  z-index: 15;
}

.margin15 {
  margin-top: 15vh;
}

.margin20 {
  margin-top: 20vh;
}

.margin25 {
  margin-top: 25vh;
}

.margin15px {
  margin-top: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
menu,
main {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: middle;
}

audio:not([controls]),
[hidden],
template {
  display: none;
  height: 0;
}

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after, *:before {
  box-sizing: inherit;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

iframe,
img,
svg {
  vertical-align: middle;
}

iframe,
embed,
object {
  max-width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset,
legend {
  border: 0;
}

legend {
  white-space: normal;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
}

select {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font: inherit;
  background: none;
  border-radius: 0;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
input[type=number] {
  width: auto;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.trust-data-line-component {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  left: -10px;
}
.trust-data-line-component img {
  width: 10px;
}

@media (max-width: 850px) {
  .trust-data-line-component {
    left: 0;
  }
}
.section-intro-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-intro-component h2 {
  line-height: 120%;
}
.section-intro-component p {
  margin-top: 10px;
  text-align: center;
  line-height: 150%;
}
.section-intro-component .container-ctas-section-intro {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-intro-component .btn-rounded {
  background-color: #f7f6f6;
  padding: 7px 12px;
  border-radius: 1000px;
  border: 1px solid #f7f6f6;
  transition: 0.3s ease;
}
.section-intro-component .btn-rounded:hover {
  background-color: white;
  border: 1px solid #e7e7e7;
}

@media (max-width: 850px) {
  .section-intro-component {
    width: 90%;
  }
  .section-intro-component p {
    max-width: 100%;
  }
}
.image-wrapper-transparent-component {
  width: 40vw;
  height: 30vh;
  max-width: 600px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 9999900px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(218, 218, 218, 0.4470588235);
  background-color: #fbfbfb;
  justify-content: center;
}
.image-wrapper-transparent-component img {
  height: 52%;
}

@media (max-width: 850px) {
  .image-wrapper-transparent-component {
    width: 80%;
    height: 26vh;
  }
}
.feature-block-content-only-component {
  width: 35vw;
  max-width: 450px;
  border-radius: 20px;
  background: #f7f6f6;
  padding: 21px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feature-block-content-only-component p {
  width: fit-content;
  line-height: 140%;
}

@media (max-width: 850px) {
  .feature-block-content-only-component {
    width: 90%;
  }
}
.feature-block-component {
  width: 35vw;
  max-width: 450px;
  border-radius: 20px;
  background: #f7f6f6;
  padding: 21px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feature-block-component p,
.feature-block-component a {
  width: fit-content;
  line-height: 140%;
}

@media (max-width: 850px) {
  .feature-block-component {
    width: 90%;
  }
}
.description-text-component {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.description-text-component p {
  line-height: 165%;
}

@media (max-width: 850px) {
  .description-text-component {
    max-width: 95%;
  }
}
.description-subtitle-component {
  display: flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  background: #fbfbfb;
}

.content-chapter-component {
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
}
.content-chapter-component p {
  line-height: 180%;
  font-size: 14px !important;
}

@media (max-width: 850px) {
  .content-chapter-component {
    width: 90%;
  }
}
.main-button-grey-alt-component a {
  display: flex;
  gap: 50px;
  padding: 11px 16px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 11px;
  transition: 0.3s ease;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-grey-alt-component a:hover {
  border: 1px solid #ececec;
}

.main-button-grey-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 11px;
  transition: 0.3s ease;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-grey-component a:hover {
  border: 1px solid #ececec;
}

.main-button-black-target-blank-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #272727;
  border: 1px solid #272727;
  font-size: 11px;
  transition: 0.3s ease;
  color: white;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-black-target-blank-component a:hover {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  color: black;
}

.main-button-black-component a {
  display: flex;
  padding: 11px 16px;
  border-radius: 12px;
  background: #272727;
  border: 1px solid #272727;
  font-size: 11px;
  transition: 0.3s ease;
  color: white;
  text-align: center;
  width: fit-content;
  outline: none;
}
.main-button-black-component a:hover {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  color: black;
}
