:root {
  --gray-01: #61646c;
  --white: white;
  --primary-black: #0c111d;
  --border-color: #ececed;
  --gray-02: #f5f5f6;
  --orange-text: #dc6803;
  --red-text: #d94920;
}

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

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

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

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

body {
  color: #333;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section {
  color: var(--gray-01);
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.section.dark {
  color: var(--white);
  background-color: #0c111d;
}

.section.dark--hero {
  color: var(--white);
  background-color: #0c111d;
  padding-top: 213px;
}

.section.ov--hdn {
  padding-top: 180px;
  padding-bottom: 40px;
}

.section.abt--sec {
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.top--more {
  padding-top: 160px;
  padding-bottom: 180px;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.z--index--max {
  z-index: 1;
  position: relative;
}

.title--block {
  text-align: center;
  margin-bottom: 64px;
}

.title--block.max--675 {
  max-width: 675px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.title--block.max--745 {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.title--block.left {
  text-align: left;
}

.title--block.left--mb--0 {
  text-align: left;
  margin-bottom: 0;
}

.small--title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #61646c;
  border: 1.5px solid #ececed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 16px 4px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: inline-flex;
}

.small--title._02 {
  border-color: #333741;
}

.sec--title {
  color: var(--primary-black);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.sec--title.mb--0 {
  margin-bottom: 0;
}

.sec--title.mb--0--white {
  color: var(--white);
  margin-bottom: 0;
}

.sec--title.white {
  color: var(--white);
}

.sub--title {
  margin-bottom: 0;
}

.sub--title.max--474 {
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}

.sub--title.max--474--right {
  color: #94969c;
  max-width: 474px;
}

.sub--title.max--474--right--sm {
  color: #94969c;
  max-width: 474px;
  font-size: 20px;
  line-height: 150%;
}

.sub--title.dark {
  color: #94969c;
}

.sub--title.notice {
  color: #94969c;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.review {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color);
  break-inside: avoid;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 4px;
  box-shadow: 0 4px 8px #00000005;
}

.authore--rev {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray-02);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.gap--24 {
  padding: 24px 20px 20px;
}

.aut--flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aut--img {
  border-radius: 50px;
  width: 48px;
  height: 48px;
}

.aut--t {
  color: var(--primary-black);
  font-size: 18px;
  line-height: 27px;
}

.aut--sub--t {
  color: var(--gray-01);
  font-size: 14px;
  line-height: 21px;
}

.rev--p {
  color: var(--gray-01);
  font-size: 16px;
  line-height: 24px;
}

.review--grid {
  column-count: 3;
  column-gap: 20px;
}

.review--shadow {
  position: relative;
}

.shadow--white {
  background-image: linear-gradient(#fff0, #fff 42%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  position: absolute;
  inset: auto auto -2% 0%;
}

.reviewer--btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-black);
  color: var(--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 40px 12px 12px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 24px #0000003d;
}

.max--794 {
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}

.abt--big--text {
  color: var(--primary-black);
  letter-spacing: -.04em;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 56px;
  display: inline-block;
}

.abt--big--text.animate-text {
  margin-bottom: 0;
  display: inline-block;
  transform: translate(0, -4px);
}

.abt--big--text.animate-text.quote {
  display: block;
  transform: none;
}

.abt--big--text.animate-text.quote.text.orange--text {
  color: var(--orange-text);
}

.abt--big--text.animate-text.quote.text.red--text {
  color: var(--red-text);
}

.green--text {
  color: #079455;
  display: inline !important;
}

.green--text.orange {
  color: #dc6803;
  display: inline !important;
}

.green--text.red {
  color: #d94920;
}

.text--ico {
  background-image: url('../images/manage_accounts.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 44px;
  margin-left: 10px;
  display: inline-block;
}

.text--ico.orange {
  background-image: url('../images/cards_star.svg');
}

.text--ico.red {
  background-image: url('../images/delete.svg');
}

.text--ico.bg-effect {
  padding-left: 20px;
  padding-right: 20px;
}

.gray--bg {
  z-index: -1;
  background-color: #f5f5f6;
  border-radius: 12px;
  width: 100%;
  max-width: 98%;
  height: 96%;
  position: absolute;
  inset: 2% auto auto 1%;
}

.gray--bg._161b26 {
  z-index: 0;
  background-color: #161b26;
  background-image: url('../images/Ellipse-4-6.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gray--bg.bg--back {
  z-index: 0;
  background-color: #161b26;
  border-bottom-right-radius: 16px;
  height: 98%;
  top: 1%;
  overflow: hidden;
}

.bg--gap--32 {
  background-color: #f5f5f6;
  border-radius: 12px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.bg--gap--32.if--image--has--shawow {
  padding: 16px 5px 5px;
  transition: box-shadow .2s;
  overflow: hidden;
}

.bg--gap--32.if--image--has--shawow:hover {
  box-shadow: 0 12px 32px #00000014;
}

.bg--gap--32.if--image--has--shawow.eff6ff {
  background-color: #eff6ff;
  padding-top: 37px;
}

.bg--gap--32.mb--106 {
  padding-bottom: 106px;
  padding-left: 36px;
  padding-right: 40px;
}

.bg--gap--32.mb--if--top--40 {
  padding: 30px 40px 106px 34px;
}

.bg--gap--32.mb--if--top--40._009 {
  padding-left: 20px;
  padding-right: 20px;
}

.bg--gap--32.mb--161 {
  padding-bottom: 161px;
  padding-left: 36px;
  padding-right: 40px;
}

.bg--gap--32.mb--161.m--24--01 {
  background-image: url('../images/Ellipse-4-8.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 24px;
}

.bg--gap--32.mb--161.m--24--01._4 {
  padding-bottom: 144px;
}

.bg--gap--32.mb--161._45 {
  padding-bottom: 123px;
}

.bg--card--text {
  color: #52525b;
  background-image: linear-gradient(#fafafa00, #fafafa 35%);
  width: 100%;
  padding: 60px 35px 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg--card--text.mob--shadow {
  z-index: 2;
  padding: 41px;
}

.bg--card--text.mob--shadow._21 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 187px;
  display: flex;
}

.bg--card--text.mob--shadow._21._00 {
  min-height: 224px;
}

.bg--card--text.no--bg {
  background-image: none;
  padding-top: 20px;
}

.bg--card--text.no--shadow {
  z-index: 2;
  background-image: none;
  padding: 41px;
}

.max--567 {
  max-width: 567px;
}

.connect--grid--coll--02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 500px;
}

.connect--grid--coll--02.mb--20 {
  grid-template-columns: 1fr 488px;
  margin-bottom: 20px;
}

.connect--grid--coll--02.reverse {
  grid-template-columns: 488px 1fr;
}

.font--24 {
  color: var(--primary-black);
  letter-spacing: -.04em;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.font--24.white {
  color: var(--white);
}

.font--24.if--20 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.card--bg.tablet {
  display: none;
}

.card--bg.desktop {
  width: 100%;
}

.card--p {
  max-width: 322px;
  color: var(--gray-01);
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.card--p.green--color {
  color: #94969c;
}

.card--p.if--14 {
  font-size: 14px;
  line-height: 150%;
}

.card--p.max {
  max-width: 77%;
}

.card--bg--image {
  object-fit: cover;
  width: 100%;
  height: 101%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mt--20 {
  margin-top: 20px;
}

.bg--card--text--41 {
  color: #52525b;
  border-radius: 12px;
  width: 100%;
  padding: 41px 41px 41px 40px;
  position: static;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.bg--card--text--41.mob--shadow {
  z-index: 2;
  padding: 41px;
}

.bg--card--text--41.no--bg {
  background-image: none;
  padding-top: 20px;
}

.bg--card--text--41.no--shadow {
  z-index: 2;
  background-image: none;
  padding: 41px;
}

.flex--gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f6;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.max--676 {
  max-width: 676px;
}

.line--gap--48 {
  opacity: 0;
  background-color: #f0f1f1;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.line--gap--48.top--only {
  margin-top: 0;
}

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

.simple--div {
  border-left: 2px solid #f0f1f1;
  padding-left: 40px;
}

.black--ico--flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.p--rel {
  position: relative;
}

.bg--ab {
  background-image: linear-gradient(90deg, #f5f5f6, #f5f5f600);
  width: 50px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.coll--02 {
  grid-template-rows: auto;
}

.coll--02.bottom--align {
  align-items: end;
  margin-bottom: 64px;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-lightgray {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px 20px;
  display: flex;
}

.faq_answer-wrap {
  background-color: #f5f5f6;
  border-radius: 10px;
  padding: 20px;
}

.faq_item {
  border: 1px solid #ececed;
  border-radius: 12px;
  flex-flow: column;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: #ececed;
}

.text-size-medium {
  color: #171717;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.max--790 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.max--790.if--flex--h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 70px;
  display: flex;
}

.faq_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tabs-menu {
  flex-flow: column;
  max-width: 480px;
  display: flex;
}

.tab--link {
  color: #94969c;
  letter-spacing: -.04em;
  background-color: #ddd0;
  border-left: 4px #333741;
  border-radius: 0;
  max-height: 29px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  transition: max-height .3s linear, color .3s;
  overflow: hidden;
}

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

.tab--link.w--current {
  max-height: 250px;
  color: var(--white);
  background-color: #ddd0;
  border-left-color: #fff;
  transition: max-height linear, color .3s linear;
}

.tab--p {
  color: #94969c;
  max-width: 364px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-subscribe {
  background-color: #0c111d;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.footer-form-container-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.footer-form-title {
  color: var(--white);
  letter-spacing: -.04em;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 54px;
  min-height: 54px;
  color: var(--white);
  background-color: #1f242f;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 180px 12px 20px;
  font-size: 14px;
  line-height: 17px;
}

.footer-form-input::placeholder {
  color: #85888e;
  letter-spacing: -.03em;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #fff;
  background-image: url('../images/chevron_forward.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 64px;
  height: 44px;
  padding: 8px 18px;
  position: absolute;
  right: 5px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #161b2600;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.footer-copyright {
  color: #94969c;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
}

.footer-legal-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link, .footer-legal-link:hover {
  color: #3a4554;
}

.footer-logo--flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name--link {
  color: #94969c;
}

.footer--white--bg {
  background-color: #161b26;
  border-radius: 12px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer--white--bg.p--100 {
  padding: 131px 100px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #94969c;
  margin-bottom: 0;
  font-weight: 500;
}

.ftr--logo {
  margin-top: 80px;
}

.footer--grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.max--1440 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.btn--margin {
  margin-top: 32px;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #161b26;
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 4px 4px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-decoration: none;
  display: inline-flex;
}

.arrow--bg {
  background-color: #161b26;
  border-radius: 50px;
  padding: 12px;
}

.button--border {
  background-image: linear-gradient(#ffffff14, #ffffff3d);
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
}

.gap--20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.logo--ftr {
  width: 100%;
}

.back--drop {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
  background-color: #ffffff05;
  background-image: url('../images/5.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  padding: 0;
  display: flex;
  position: relative;
}

.max--675 {
  border-radius: 50px;
  max-width: 675px;
  box-shadow: 0 6.08px 36.45px #00000040;
}

.max--675.desktop {
  width: 100%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  z-index: 99;
  align-self: stretch;
  position: relative;
}

.gap--16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  background-color: #1f242f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.gap--08 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.font--20 {
  letter-spacing: -.04em;
  font-size: 20px;
  line-height: 120%;
}

.font--16 {
  letter-spacing: -.04em;
  font-size: 16px;
  line-height: 150%;
}

.font--16._94969c {
  color: #94969c;
}

.shadow--bg {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-image: radial-gradient(circle closest-side, #161b26, #161b2600);
  width: 100%;
  height: 644px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mob {
  border: 2px solid #ffffff14;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.mob.desk._02 {
  border-bottom-right-radius: 17px;
}

.navbar-logo-center {
  z-index: 999;
  width: 100%;
  position: sticky;
  top: 40px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-wrapper-three._2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-brand-three {
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 76%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #94969c;
  letter-spacing: -.02em;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: color .22s;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--gray-02);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: none;
  background-color: #161b26;
  border: 1px solid #333741;
  border-radius: 50px;
  padding: 12.5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  transition: color .22s, background-color .22s;
}

.button-primary-2:hover {
  color: #161b26;
  background-color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero--nav--transparent {
  background-color: var(--primary-black);
  margin-top: -70px;
  position: relative;
}

.mobile {
  display: none;
}

.cont--sticky {
  background-color: #161b26;
  border: 1px solid #1f242f;
  border-radius: 50px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 12px 24px;
  box-shadow: 0 4px 24px #0000003d;
}

.max-w-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.rive {
  width: 100%;
  height: 100%;
}

.rive.mobilee {
  display: none;
}

.mb--48._00 {
  flex: 1;
  width: 100%;
  margin-bottom: 52px;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.border--hero {
  border: 2px solid #ffffff14;
  border-bottom-style: none;
  border-radius: 12px;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ico--shape {
  display: block;
  position: absolute;
  inset: auto auto 2% 22%;
}

.ico--shape._01 {
  bottom: 6%;
  left: 58%;
}

.ico--shape._03 {
  inset: auto 10% 4% auto;
}

.text--rel {
  position: relative;
}

.text--rel.middle {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text--rel.quote-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.qeuote {
  grid-column-gap: 9px;
  grid-row-gap: 0px;
  max-width: 826px;
  color: var(--primary-black);
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 56px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.dark--hero {
    padding-bottom: 30px;
  }

  .section.ov--hdn {
    padding-top: 100px;
  }

  .section.abt--sec, .section.top--more {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title--block.max--675, .title--block.max--745 {
    margin-bottom: 32px;
  }

  .title--block.left--mb--0 {
    text-align: center;
    margin-bottom: 32px;
  }

  .title--block.left--mb--0._2, .small--title {
    margin-bottom: 16px;
  }

  .sec--title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 120%;
  }

  .sec--title.white {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 100%;
  }

  .sec--title.white.mob--40 {
    font-size: 40px;
    line-height: 120%;
  }

  .sub--title {
    font-size: 18px;
    line-height: 150%;
  }

  .sub--title.max--474--right {
    text-align: center;
    max-width: 100%;
  }

  .sub--title.max--474--right--sm {
    margin-left: auto;
    margin-right: auto;
  }

  .sub--title.dark {
    line-height: 150%;
  }

  .review {
    margin-bottom: 12px;
  }

  .aut--t {
    font-size: 16px;
    line-height: 150%;
  }

  .review--grid {
    column-gap: 12px;
  }

  .reviewer--btn {
    padding-left: 16px;
  }

  .avater {
    max-height: 32px;
  }

  .abt--big--text {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 140%;
  }

  .text--ico {
    background-size: 28px;
    width: 28px;
  }

  .gray--bg.bg--back {
    height: 98.5%;
    top: .5%;
  }

  .bg--gap--32.if--image--has--shawow {
    padding-bottom: 5px;
  }

  .bg--gap--32.if--image--has--shawow.eff6ff {
    padding-bottom: 66px;
  }

  .bg--gap--32.mb--if--top--40 {
    min-height: 600px;
  }

  .connect--grid--coll--02.mb--32 {
    grid-template-columns: 1fr 1.4fr;
  }

  .connect--grid--coll--02.mb--20, .connect--grid--coll--02.reverse {
    grid-template-columns: 1fr;
  }

  .font--24 {
    font-size: 20px;
    line-height: 140%;
  }

  .bg--card--text--41 {
    min-width: 400px;
  }

  .max--676 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .coll--04 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .simple--div {
    border-bottom: 2px solid #f0f1f1;
    border-left-style: none;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .coll--02 {
    grid-template-columns: 1fr;
  }

  .coll--02.bottom--align {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 32px;
  }

  .coll--02.gap--0--in--tb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-size-regular.text-color-lightgray {
    font-size: 14px;
    line-height: 140%;
  }

  .faq_question {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq_answer-wrap {
    padding-bottom: 24px;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .max--790.if--flex--h {
    padding-top: 0;
  }

  .tab--t {
    font-size: 20px;
    line-height: 140%;
  }

  .tab--p {
    line-height: 150%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 32px;
  }

  .footer-form-container-two {
    grid-template-columns: 1fr;
  }

  .footer-form-title {
    margin-bottom: 6px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 120%;
  }

  .footer-form-block-two {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-input {
    width: 100%;
    margin-left: 0;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-logo--flex {
    flex-flow: column;
  }

  .footer--white--bg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer--white--bg.p--100 {
    text-align: center;
    padding: 32px 12px;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer--grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .btn--margin {
    margin-top: 24px;
  }

  .button {
    font-size: 16px;
  }

  .arrow--bg {
    max-width: 48px;
    max-height: 48px;
  }

  .back--drop {
    border: 2px solid #ffffff1f;
    min-height: 738px;
    box-shadow: 0 0 32px #0000000f;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .mob.desk {
    display: none;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    margin-left: 24px;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    width: 100%;
    top: 0;
  }

  .nav-menu-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #161b26;
    border: 1px solid #1f242f;
    border-radius: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -20px;
    padding: 116px 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: var(--white);
    margin-right: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
    border-radius: 50px;
  }

  .cont--sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .border--hero, .ico--shape.quote-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.ov--hdn {
    overflow: hidden;
  }

  .section.abt--sec {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section.top--more {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .review--grid {
    column-count: 1;
  }

  .bg--gap--32 {
    text-decoration: none;
  }

  .bg--gap--32.if--image--has--shawow {
    padding-top: 0;
  }

  .bg--gap--32.if--image--has--shawow.eff6ff {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .bg--gap--32.mb--if--top--40 {
    min-height: auto;
    padding-bottom: 0;
  }

  .bg--gap--32.mb--if--top--40._2 {
    min-height: 600px;
  }

  .bg--gap--32.mb--161 {
    padding-bottom: 0;
    text-decoration: none;
  }

  .bg--gap--32.mb--161.m--24--01._4 {
    padding-bottom: 23px;
  }

  .bg--gap--32.mb--161._45 {
    padding-bottom: 32px;
  }

  .bg--card--text {
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .bg--card--text.mob--shadow {
    background-image: none;
    padding-top: 18px;
    position: relative;
  }

  .bg--card--text.mob--shadow._21 {
    background-image: linear-gradient(#fafafa00, #f5f5f6 35%);
    margin-top: -185px;
    padding-top: 49px;
  }

  .bg--card--text.no--bg {
    margin-top: -33px;
    position: relative;
  }

  .bg--card--text.no--shadow {
    padding-top: 132px;
    position: absolute;
  }

  .connect--grid--coll--02.mb--32 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .card--p.if--14 {
    max-width: 100%;
  }

  .bg--card--text--41 {
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .bg--card--text--41.mob--shadow {
    margin-top: -200px;
    padding-top: 132px;
    position: relative;
  }

  .bg--card--text--41.no--bg {
    margin-top: -33px;
    position: relative;
  }

  .bg--card--text--41.no--shadow {
    margin-top: -200px;
    padding-top: 132px;
    position: relative;
  }

  .flex--gap {
    flex-flow: column;
  }

  .max--676 {
    max-width: 100%;
  }

  .line--gap--48 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .coll--04 {
    grid-template-columns: 1fr;
  }

  .simple--div.last {
    border-bottom-style: none;
  }

  .p--rel {
    order: -1;
  }

  .text-size-regular.text-color-lightgray {
    font-size: 16px;
    line-height: 150%;
  }

  .faq_question {
    padding: 24px 20px;
  }

  .faq_answer-wrap {
    padding-bottom: 24px;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 150%;
  }

  .max--790.if--flex--h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    width: 30px;
  }

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

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

  .tabs-menu {
    max-width: 100%;
    margin-top: 20px;
  }

  .tab--p {
    max-width: 100%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer--white--bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer--grid {
    margin-left: 0;
    margin-right: 0;
  }

  .max--675 {
    max-width: 100%;
  }

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

  .div-block-2 {
    padding: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-wrapper-three {
    position: absolute;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
    width: 100%;
    overflow: visible;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    width: 100%;
    margin-top: 0;
  }

  .button-primary-2 {
    background-color: var(--white);
    width: 100%;
    color: var(--primary-black);
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .cont--sticky {
    position: relative;
  }

  .rive.mobilee {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.dark--hero {
    padding-top: 128px;
    padding-bottom: 605px;
  }

  .section.ov--hdn {
    padding-top: 80px;
  }

  .section.top--more {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .container.frm {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .gray--bg.bg--back {
    max-width: 95%;
    height: 98%;
    top: 1%;
    left: 2.5%;
  }

  .gray--bg._2 {
    max-width: 95%;
    left: 2.5%;
  }

  .bg--gap--32.mb--if--top--40 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg--gap--32.mb--if--top--40._2 {
    min-height: 455px;
  }

  .bg--gap--32.mb--161 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg--gap--32.mb--161.m--24--01._4 {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg--gap--32.mb--161._45 {
    padding-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg--card--text.mob--shadow {
    background-image: none;
    margin-top: 0;
    padding: 20px 0 26px;
  }

  .bg--card--text.mob--shadow._21 {
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
  }

  .bg--card--text.no--shadow {
    padding: 146px 24px 24px;
  }

  .card--bg.mobile {
    width: 100%;
  }

  .card--bg--image {
    height: 100%;
  }

  .bg--card--text--41 {
    min-width: auto;
  }

  .bg--card--text--41.mob--shadow, .bg--card--text--41.no--shadow {
    padding-top: 146px;
  }

  .simple--div {
    border-left-style: none;
    padding-left: 0;
  }

  .faq_question {
    padding: 24px 20px;
  }

  .faq_answer-wrap {
    padding-bottom: 24px;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 20.8px;
  }

  .max--790.if--flex--h {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq_answer, .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 32px 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-block-two._2 {
    margin-top: 0;
  }

  .footer-form-input {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    top: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ftr--logo {
    margin-top: 64px;
  }

  .footer--grid {
    margin-left: 12px;
    margin-right: 12px;
  }

  .back--drop {
    background-image: url('../images/Background-Shape.png');
    background-position: 50% 615%;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #ffffff05;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 404px;
    padding-bottom: 0;
  }

  .max--675 {
    max-width: 266px;
  }

  .max--675.mobile._2 {
    border-radius: 12px;
    margin-top: 32px;
  }

  .div-block-2 {
    flex: none;
    margin-top: -7px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    transform: scale(1.005);
  }

  .gap--16 {
    padding: 24px;
  }

  .navbar-logo-center {
    top: 24px;
  }

  .navbar-logo-center-container.shadow-three {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-wrapper-three {
    width: 101%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand-three {
    max-width: 93px;
    margin-left: 20px;
  }

  .nav-menu-wrapper-three {
    width: 100%;
  }

  .nav-menu-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .menu-button {
    border: 1px solid #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 9;
  }

  .cont--sticky {
    max-width: none;
    position: relative;
  }

  .icon {
    width: 24px;
  }

  .rive {
    display: none;
  }

  .rive.mobilee {
    position: absolute;
  }
}

#w-node-_8ffaee07-79ac-98a2-53d5-9b98342c7708-0cab2b95 {
  justify-self: end;
}

#w-node-_8ffaee07-79ac-98a2-53d5-9b98342c770c-0cab2b95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_984907b7-5cd7-61ca-705e-8f68f82b496d-f82b4957 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_984907b7-5cd7-61ca-705e-8f68f82b496d-f82b4957 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8ffaee07-79ac-98a2-53d5-9b98342c770c-0cab2b95 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


