:root {
  --white05: #ffffff0d;
  --green: #69ee9e;
  --new-green: #0bff86;
  --green10: #0bff861a;
  --black: #000;
  --white30: #ffffff4d;
  --white-31: #fff;
  --green30: #0bff864d;
  --white10: #ffffff1a;
  --radiant-ui-components-library--color--white: white;
  --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library--color--theme-color: #116df8;
  --radiant-ui-components-library--color--button-background-dark: #131218;
  --radiant-ui-components-library--color--heading-dark: #150438;
  --radiant-ui-components-library--linear-color-three: #e0ecff;
  --green50: #0bff8680;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.links-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 100;
  display: flex;
}

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

.footer {
  background-color: var(--white05);
  padding-top: 60px;
  padding-bottom: 40px;
}

.link {
  opacity: 0.6;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
}

.disclaimer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0.6;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-weight: 300;
  display: flex;
}

.brand-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 220px;
  display: flex;
}

.cont1060 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  display: flex;
}

.cont1060.center {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3rem;
}

.cont1060.center.boxed {
  border-radius: 20px;
}

._18bold {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.nav-link {
  color: #fff;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.4s;
}

.nav-link:hover {
  color: var(--green);
}

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

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-divider {
  color: #ffffff1a;
  background-color: #fff3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent {
  color: #9cee69;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.4s;
}

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

.navbar-logo-left {
  z-index: 99;
  background-image: linear-gradient(#00000080, #fff0);
  position: absolute;
  inset: 0% 0% auto;
}

.btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  text-transform: uppercase;
  background-color: #9cee69;
  border-radius: 10px;
  padding: 12px 25px;
  line-height: 20px;
  transition: all 0.4s;
}

.btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 50px #9cee69;
}

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

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

.logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-height: 45px;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header {
  background-image: url("/home/images/bg-iprofity.jpg");
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 900px;
  padding-top: 160px;
  padding-bottom: 0;
}

.menu-btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label {
  border: 1px none var(--new-green);
  background-color: var(--green10);
  color: var(--new-green);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 1rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3rem;
}

.h1.nospace {
  color: var(--new-green);
  font-size: 2.5rem;
  line-height: 2.3rem;
}

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

.h1.center.max650 {
  max-width: 650px;
}

.h1.max800 {
  max-width: 800px;
}

.subh1 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.subh1.max650 {
  text-align: center;
  max-width: 650px;
}

.window {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.img-window {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: 900px;
}

.fly-card {
  z-index: 2;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--green10);
  background-color: var(--green10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 17px 20px 20px;
  display: flex;
  position: absolute;
}

.fly-card.support {
  margin-bottom: 320px;
  margin-right: -1200px;
}

.fly-card.payout {
  margin-top: -134px;
  margin-left: -950px;
}

.fly-card.deposit {
  text-align: center;
  margin-bottom: -300px;
  margin-right: -1000px;
}

.txt2rem {
  font-size: 2rem;
  line-height: 2rem;
}

.line {
  background-color: var(--new-green);
  background-image: linear-gradient(
    225deg,
    var(--black),
    #35ff9b 50%,
    var(--black)
  );
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
}

.line.blur {
  background-image: linear-gradient(
    225deg,
    var(--black),
    var(--new-green) 50%,
    var(--black)
  );
  filter: blur(20px);
  width: 100%;
  height: 2px;
  position: absolute;
}

.div-block {
  z-index: 1;
  background-color: var(--new-green);
  filter: blur(5px);
  width: 500px;
  height: 50px;
  position: relative;
}

.header-buttons {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--white30);
  background-color: var(--green10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
}

.aws-arrow {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--new-green);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  font-family: "Fa 400", Arial, sans-serif;
  display: inline-flex;
}

.aws-arrow.big {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.solid-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--white30);
  color: var(--black);
  background-color: #fff;
  border-radius: 500px;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.solid-button:hover {
  background-color: var(--new-green);
  transform: scale(1.1);
}

.solid-button.big {
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.solid-button.big:hover {
  border-color: var(--new-green);
  background-color: var(--new-green);
}

.solid-button.big.space {
  margin-top: 20px;
}

.line-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--green10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white-31);
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.line-button:hover {
  border-color: var(--new-green);
  background-color: var(--new-green);
  color: var(--black);
  transform: scale(1.1);
}

.line-button.big {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 14px 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.line-button.big:hover {
  background-color: var(--new-green);
  color: var(--black);
}

.aws {
  border-radius: 50px;
  font-family: "Fa 400", Arial, sans-serif;
}

.table-counts {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.hscroll {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hscroll.tables {
  color: var(--new-green);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
}

.count {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  font-size: 50px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.desc {
  color: #fff;
  text-transform: uppercase;
  margin-top: -3px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
  color: var(--new-green);
}

.features {
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    var(--black),
    var(--green10) 29%,
    var(--black) 59%,
    var(--green10) 84%,
    var(--black)
  );
  padding-top: 100px;
  padding-bottom: 100px;
}

.why {
  background-image: url("/home/images/AdobeStock_1105943972.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.why._20right {
  background-image: linear-gradient(0deg, #00000080, #fff0),
    url("/home/images/AdobeStock_1105943972.jpg");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
}

.green {
  color: var(--new-green);
}

.cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green10);
  background-color: var(--green10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.4s;
  display: flex;
}

.cell:hover {
  background-color: var(--green30);
  background-image: none;
}

.cell._15pd {
  padding: 15px;
}

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

.txt1-5rem {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.marquee {
  width: 6000px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-ativ {
  border: 1px none var(--new-green);
  background-color: var(--green10);
  border-radius: 50px;
  max-height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

.double-btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.green-icon {
  border: 1px none var(--new-green);
  background-color: var(--green10);
  color: var(--new-green);
  border-radius: 10px;
  padding: 20px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.dual-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.feature {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.box-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step {
  border: 1px none var(--new-green);
  background-color: var(--green30);
  color: var(--new-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 19px;
  font-weight: 400;
  display: flex;
}

._18bold-2 {
  font-size: 18px;
  line-height: 21px;
}

._18bold-2.orange {
  margin-bottom: 5px;
}

._18bold-2.big {
  color: var(--new-green);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.passos {
  background-image: linear-gradient(0deg, var(--green10), var(--black)),
    url("/home/images/BgFG3debh05AGSicgaa0.jpeg");
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cx-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--green10);
  background-color: var(--green10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

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

.orange {
  color: #ff6714;
}

.steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-top: 20px;
  display: flex;
}

.review {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.accordion-item {
  color: #fff;
  width: 100%;
}

.btn-2 {
  opacity: 1;
  color: #fff;
  background-color: #ff6714;
  border: 5px #0000;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 600;
  line-height: 14px;
  transition: all 0.4s;
}

.btn-2:hover {
  opacity: 0.8;
  color: #fff;
  border: 5px #ff67141a;
  box-shadow: 0 0 0 4px #ff67141a;
}

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

.btn-2.big {
  padding: 20px 25px;
}

.accordion-item-title {
  border: 1px none var(--white10);
  background-color: var(--white05);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

._18bold-3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

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

.display-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1em;
}

.accordion-item-icon {
  width: 0.5rem;
  max-height: 1.25rem;
  transform: rotate(-45deg);
}

.paragraph-light {
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.cx-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.accordion-item-content-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #404040;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.accordion-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-img {
  border: 1px solid var(--green10);
  background-image: radial-gradient(
    circle closest-side at 50% 50%,
    var(--green30),
    #0bff8600
  );
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  padding: 40px;
  transition: all 0.4s;
}

.features-img:hover {
  background-color: var(--green30);
}

.rt-category-cards-text {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-color-dust {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

.rt-color-dust.rt-align-center.rt-change-size {
  color: var(--radiant-ui-components-library--color--white);
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.rt-left-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-block {
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-three-testimonials-clients-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main.rt-chnage-opacity {
  opacity: 0.5;
}

.rt-testimonials-three-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rt-home-three-testimonials-text {
  text-align: center;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.rt-testimonials-three-primary-block {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.rt-testimonials-three-line {
  background-image: repeating-linear-gradient(#fff0, #ffffff1a 50%, #fff0);
  width: 2px;
}

.rt-testimonials-three-slider {
  background-color: #fff0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.rt-testimonials-three {
  background-image: url("/home/images/feedback.svg");
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 15px;
  position: relative;
}

.rt-testimonials-three.rt-overflow-off.rt-component-section {
  background-color: var(--black);
  color: var(--radiant-ui-components-library--color--white);
  background-image: none;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rt-displaly-off {
  display: none;
}

.rt-testimonials-three-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-home-three-testimonials-arrow {
  filter: invert();
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-right-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty {
  padding-bottom: 50px;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-border-radius-hundred {
  object-fit: cover;
  border-radius: 100%;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-overflow-off {
  overflow: hidden;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.cell-2 {
  padding: 10px;
}

.stars {
  filter: hue-rotate(109deg);
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    ". ."
    "Area Area"
    ". ."
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.image {
  width: 80px;
}

.img-window-mobile {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: 900px;
  display: none;
}

.hscrollmarquee {
  width: 100%;
  overflow: hidden;
}

.tabs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.tab {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #00000080;
  border: 1px #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  font-weight: 300;
  transition: all 0.4s;
  display: flex;
}

.tab:hover {
  background-color: var(--green30);
  color: var(--new-green);
}

.tab.w--current {
  background-color: var(--green30);
  color: var(--new-green);
  border-radius: 500px;
}

.cx-actives {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  display: flex;
}

.img-active {
  background-color: #ffffff0d;
  border: 2px #ffffff0d;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
  transition: all 0.4s;
  overflow: hidden;
}

.img-active:hover {
  border-color: #9cee69;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section {
  background-image: linear-gradient(184deg, #000, #fff0 50%),
    url("/home/images/bg35.jpg");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.mask {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.img {
  max-width: 300px;
  display: inline-block;
}

.left-arrow {
  background-image: linear-gradient(to right, #000, #0000);
  width: 25%;
}

.right-arrow {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 25%;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .rt-testimonials-three-main {
    grid-auto-columns: 1fr;
  }

  .rt-overflow-off {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00000080;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    padding: 12px;
    font-family: "Fa 300", Arial, sans-serif;
  }

  .menu-button.w--open {
    color: #9cee69;
    background-color: #a6b1bf00;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .header {
    min-height: auto;
  }

  .table-counts {
    overflow: auto;
  }

  .hscroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-right: -20px;
    padding-top: 0;
    padding-bottom: 10px;
    overflow: auto;
  }

  .rt-testimonials-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .img-window-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .header {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .subh1 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .subh1.max650 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .window {
    flex-flow: column;
    margin-top: 10px;
  }

  .img-window {
    display: none;
  }

  .fly-card.support {
    margin-right: 0;
    right: 50px;
  }

  .fly-card.payout {
    margin-left: 0;
    left: 40px;
  }

  .fly-card.deposit {
    margin-right: 0;
    right: 30px;
  }

  .header-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
  }

  .solid-button.big {
    padding: 5px 5px 5px 10px;
  }

  .line-button.big {
    padding: 8px 15px;
  }

  .table-counts {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .hscroll {
    margin-left: 0;
  }

  .hscroll.tables {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
  }

  .features {
    padding: 60px 20px;
  }

  .why {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt1-5rem {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .marquee {
    height: 110px;
  }

  .dual-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .dual-box.invertmobile {
    flex-flow: wrap-reverse;
  }

  .passos {
    background-position:
      0 0,
      50% 100%;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps {
    flex-flow: column;
  }

  .display-m {
    line-height: 1.3em;
  }

  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-left-arrow-two,
  .rt-testimonials-three-line {
    display: none;
  }

  .rt-testimonials-three {
    background-position: 50% 30%;
    background-size: contain;
  }

  .rt-home-three-testimonials-arrow,
  .rt-right-arrow-two {
    display: none;
  }

  .grid {
    flex-flow: wrap;
    display: flex;
  }

  .img-window-mobile {
    width: 70%;
    display: inline-flex;
  }

  .hscrollmarquee {
    height: 110px;
  }

  .tab-pane-tab-1 {
    overflow: auto;
  }

  .cx-actives {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    height: 500px;
    padding-bottom: 10px;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .links-footer {
    text-align: left;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .flexv {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .brand-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cont1060.center._20right {
    margin-right: 0;
  }

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

  .cont1060.mobilestats {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  ._18bold {
    line-height: 22px;
  }

  .nav-menu-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .list-item {
    display: none;
  }

  .menu-button {
    padding: 10px;
    font-size: 21px;
  }

  .logo {
    max-width: 120px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header {
    padding-top: 60px;
  }

  .menu-btns {
    display: none;
  }

  .label {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .h1 {
    text-align: center;
  }

  .h1.nospace.mini {
    font-size: 2rem;
    line-height: 2rem;
  }

  .h1.center.max650 {
    text-align: left;
    width: 100%;
  }

  .h1.center.max650.centermobile,
  .subh1 {
    text-align: center;
  }

  .subh1.max650 {
    text-align: left;
  }

  .subh1.max650.centermobile {
    text-align: center;
  }

  .window {
    flex-flow: column;
    margin-top: 10px;
  }

  .img-window {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .fly-card.support {
    border-radius: 10px;
    margin-bottom: 200px;
    margin-right: 0;
    padding: 10px 15px;
    font-size: 0.8rem;
    line-height: 1.1rem;
    right: 20px;
  }

  .fly-card.payout {
    margin-top: -50px;
    margin-left: 0;
    padding: 10px 15px;
    left: 20px;
  }

  .fly-card.deposit {
    margin-right: 0;
    padding: 10px 15px;
    right: 30px;
  }

  .txt2rem.green {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }

  .header-buttons {
    margin-bottom: 40px;
    position: relative;
  }

  .table-counts {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .hscroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .hscroll.tables {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .count {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    white-space: nowrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 25px;
  }

  .desc {
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    line-height: 15px;
  }

  .why._20right {
    background-position: 50%;
    padding-right: 0;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .cell:hover {
    background-color: var(--green10);
  }

  .cell._15pd {
    min-width: 300px;
    padding: 10px;
  }

  .txt1-5rem.mini {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .marquee {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    height: 110px;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .green-icon {
    display: none;
  }

  .dual-box,
  .dual-box.invertmobile {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .step {
    min-width: 40px;
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._18bold-2 {
    line-height: 22px;
  }

  .passos {
    background-image: linear-gradient(170deg, var(--green10), var(--black)),
      url("/home/images/BgFG3debh05AGSicgaa0.jpeg");
    background-position:
      0 0,
      50% 100%;
    background-size: auto, cover;
    padding: 60px 20px;
  }

  .cx-step {
    padding: 20px;
  }

  .h1-2 {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
  }

  .review {
    padding-top: 0;
  }

  ._18bold-3 {
    line-height: 22px;
  }

  .display-m {
    line-height: 1.2em;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-img {
    max-width: 250px;
    height: 200px;
    padding: 20px;
  }

  .rt-testimonials-three-clients-image-main {
    display: none;
  }

  .rt-testimonials-three-main {
    display: block;
  }

  .rt-home-three-testimonials-text {
    padding-bottom: 20px;
  }

  .rt-testimonials-three-slider {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-testimonials-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-testimonials-three.rt-overflow-off.rt-component-section {
    padding-bottom: 10px;
  }

  .rt-testimonials-three-clients-image.rt-padding-bottom-fifty.rt-padding-top-twenty {
    padding-bottom: 0;
  }

  .rt-border-radius-hundred {
    width: 50px;
    height: 50px;
  }

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

  .grid._20right {
    padding-right: 20px;
  }

  .img-window-mobile {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 80%;
  }

  .hscrollmarquee {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    height: 110px;
    display: flex;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: row;
  }

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

  .tab.w--current {
    width: 100%;
  }

  .cx-actives {
    height: auto;
    display: flex;
  }

  .img-active {
    padding: 10px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3._20right {
    padding-right: 20px;
  }

  .section {
    background-image: linear-gradient(184deg, #000000b3, #fff0 50%),
      url("/home/images/bg35.jpg");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
  }

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

  .container-2 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ec56c6bc-f27a-9f28-1460-4c5f368b3621-b1bd761d,
#w-node-ec946282-b0d4-0553-96fd-da6768b08dcb-b1bd761d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_298ab9a4-214b-442e-29ef-e6259bd17048-b1bd761d {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_298ab9a4-214b-442e-29ef-e6259bd17048-b1bd761d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eea6cd2c-8736-ee44-50ba-36d3a7016e5a-b1bd761d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@font-face {
  font-family: "Fa 300";
  src:
    url("/home/fonts/fa-light-300.woff2") format("woff2"),
    url("/home/fonts/fa-light-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 400";
  src:
    url("/home/fonts/fa-regular-400.woff2") format("woff2"),
    url("/home/fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa Brands 400";
  src:
    url("/home/fonts/fa-brands-400.woff2") format("woff2"),
    url("/home/fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
