:root {
  --white: white;
  --light-white-pp: #e4e4e4;
  --green: var(--untitled-ui--primary600);
  --untitled-ui--gray600: var(--white);
  --_color---purple: #edeafd;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray400: #98a2b3;
  --_color---dark: #2e2b40;
  --_color---greeen: #6fe7dd;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--white: white;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.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;
  }
}

.navbar-logo-left {
  z-index: 99999;
  background-color: #05061500;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.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 {
  background-color: #05061500;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-link {
  color: #edeafd;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #6a53e1;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.is-mobile {
  display: none;
}

.section {
  background-color: #040312;
  background-image: url("https://cdn.prod.website-files.com/67aaeb2b1b9b9d809a4f6c75/693afc15f8dd61440242e023_image%203567%20(2).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 94px;
  overflow: hidden;
}

.heading {
  color: #6fe7dd;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.paragraph {
  color: var(--light-white-pp);
  text-align: center;
  text-transform: none;
  max-width: 700px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block {
  z-index: 10;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.button-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 1px solid #6fe7dd;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.button-2:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #6a53e1;
}

.section-2 {
  background-color: #050514;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 300px;
  margin-right: 25px;
}

.image-3:hover {
  box-shadow: 0 2px 5px #0003;
}

.div-block-6 {
  display: flex;
}

.marquee-item {
  flex: none;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-8.div-block-8-copy-use11 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.image-8 {
  width: 20px;
  height: 30px;
}

.div-block-9 {
  margin-right: 0;
}

.paragraph-3 {
  color: #edeafd;
  max-width: 441px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-3.paragraph-3use-18 {
  color: #030110;
  font-size: 15px;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.tab-link {
  background-color: #fff;
  border: 2px solid #4549b300;
  border-radius: 5px;
  width: 166px;
  max-width: 166px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.tab-link.w--current {
  color: #fff;
  background-color: #4549b300;
  width: 166px;
  max-width: 166px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.section-3 {
  background-color: #050514;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11 {
  border: 2px #000;
  border-radius: 20px;
  padding-top: 29px;
  position: relative;
}

.div-block-12 {
  background-color: #050514;
  border: 2px solid #edeafd;
  border-radius: 20px;
  padding: 50px 25px 25px;
  position: static;
  box-shadow: -7px 7px 14px -11px #0003;
}

.heading-5 {
  margin-top: 0;
  font-family: Aeoniktrial;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-5 {
  margin-bottom: 10px;
}

.div-block-13 {
  background-color: #fff;
  border: 2px solid #edeafd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 159px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: inline-flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.heading-6 {
  color: #34c759;
  margin: 10px 20px 10px 10px;
  font-family: Aeoniktrial;
  font-size: 26px;
  line-height: 35px;
}

.heading-6.before {
  color: #e74c3c;
}

.image-11 {
  width: 30px;
  height: 30px;
}

.tab-pane-tab-1 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-12 {
  width: 166px;
  max-width: 166px;
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.load-more {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4549b3;
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.load-more.hide {
  display: none;
}

.tab-link-3 {
  background-color: #fff0;
  border: 2px #4549b3;
  border-radius: 5px;
  width: 14%;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
}

.tab-link-3.w--current {
  color: #fff;
  background-color: #4549b300;
  width: 25%;
  margin-right: 0;
  padding: 0;
}

.tab-link-3.tab-link-34444 {
  border-style: solid;
  border-color: #0000;
  border-radius: 7px;
  width: auto;
}

.tab-link-3.tab-link-34444.w--current {
  border: 2px solid #6a53e1;
  border-radius: 7px;
  width: auto;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 0;
  text-decoration: none;
}

.image-15 {
  border-radius: 0;
  width: auto;
  height: 60px;
}

.image-15.image-155, .image-15.image-155.image-1556, .image-15.image-155.image-1556.image-15567 {
  width: auto;
}

.image-15.image-15copy {
  border-radius: 0;
  width: auto;
}

.image-15.image-154 {
  width: auto;
  font-size: 84px;
}

.image-15.image-155, .image-15.image-155.image-1556, .image-15.image-155.image-1556.image-15567, .image-15.image-155.image-1556, .image-15.image-155.image-1556.image-15567, .image-15.image-155.image-1556.image-15567 {
  width: auto;
}

.container-2 {
  width: 100%;
}

.div-block-14 {
  text-align: center;
}

.section-4 {
  background-color: #050514;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  color: #6fe7dd;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-6 {
  color: #edeafd;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-16 {
  background-color: #f3f4f6;
  border: 1px #fff;
  border-radius: 20px;
  padding: 16px;
}

.div-block-16.cart-2 {
  padding: 16px;
}

.image-19 {
  width: 64px;
}

.heading-8 {
  color: #050514;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.heading-8.txt-2 {
  font-size: 24px;
}

.paragraph-7 {
  color: #050514;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-7.p-2, .paragraph-7.p-3, .paragraph-7.p-2, .paragraph-7.p-3 {
  margin-bottom: 0;
}

.container-3 {
  width: 100%;
}

.section-5 {
  background-color: #050514;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.answer-text-f88 {
  color: #edeafd;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.answer-f88 {
  padding-right: 60px;
  font-size: 16px;
  overflow: hidden;
}

.plus-icon-f88 {
  z-index: 10;
  color: var(--white);
  position: absolute;
  inset: 0%;
}

.question-f88 {
  color: #fff;
  justify-content: space-between;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f88:hover {
  text-decoration: none;
}

.icon-wrapper-f88 {
  position: relative;
}

.minus-icon-f88 {
  padding-top: 9px;
  display: block;
}

.faq-f88 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-question-f88 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.question-wrapper-f88 {
  color: #333;
  border: 2px solid #2e2b40;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 12px auto 0;
  padding: 24px 24px 24px 32px;
  text-decoration: none;
}

.div-block-17 {
  margin-bottom: 50px;
}

.button-3 {
  text-align: left;
  background-color: #6a53e1;
  border-radius: 20px;
  padding: 20px 30px;
  font-family: Aeoniktrial;
  font-size: 18px;
  line-height: 24px;
}

.button-3.btn-3 {
  border: 1px solid #6a53e1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Aeoniktrial 1";
  transition: all .3s;
}

.button-3.btn-3:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #6a53e1;
}

.button-3.btn-2 {
  border: 1px solid #6a53e1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Aeoniktrial 1";
  transition: all .3s;
}

.button-3.btn-2:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #6a53e1;
}

.div-block-24 {
  text-align: center;
  margin-top: 50px;
  display: none;
}

.heading-13 {
  color: var(--white);
  text-transform: uppercase;
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

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

.paragraph-11 {
  color: var(--white);
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.section-8 {
  background-color: #050514;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-3 {
  color: #6fe7dd;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.heading-14 {
  color: #fff;
  text-transform: uppercase;
  max-width: 430px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  line-height: 43px;
}

.paragraph-12 {
  color: #edeafd;
  white-space: normal;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.button-4 {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-4:hover {
  border-color: var(--green);
  color: #000;
  background-color: #fff;
}

.heading-15 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-13 {
  color: #edeafd;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-29 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-30 {
  width: 459px;
  margin-left: 20px;
}

.div-block-31 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.answer-f66 {
  font-size: 16px;
  overflow: hidden;
}

.answer-text-f66 {
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}

.faq-f66 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arrow-blue-f66 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.question-wrapper-f66 {
  color: #333;
  flex-direction: column;
  max-width: 800px;
  margin: 10px auto;
  text-decoration: none;
}

.question-f66 {
  color: #333;
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  padding: 10px 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f66:hover {
  text-decoration: underline;
}

.arrow-black-f66 {
  display: block;
}

.icon-wrapper-f66 {
  position: relative;
}

.div-block-32 {
  display: none;
}

.section-10 {
  background-color: #050514;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-43 {
  text-align: center;
}

.heading-18 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.paragraph-17 {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-18 {
  color: #6fe7dd;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.paragraph-19 {
  color: var(--white);
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #2e2b40;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-44.for-mob {
  display: none;
}

.div-block-45 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.image-21 {
  width: 250px;
}

.div-block-46 {
  max-width: 148px;
  display: block;
}

.tabs {
  display: none;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--_color---purple);
  font-family: Manrope, sans-serif;
}

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

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.uui-footer04_top-wrapper {
  grid-column-gap: 3.5vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr .25fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.uui-footer04_logo-link {
  width: 150px;
  text-decoration: none;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--white);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  border: 2px solid #2e2b40;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
  background-color: #6a53e1;
}

.uui-footer04_legal-link {
  color: var(--_color---purple);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.uui-footer04_link-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--_color---dark);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.section-11 {
  background-color: #100e1c;
  background-image: url("https://cdn.prod.website-files.com/67aaeb2b1b9b9d809a4f6c75/693afc64c4a3f3eb823fc0de_image%203567%20(3).png");
  background-position: 50%;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3, .text-block-4, .text-block-6, .text-block-7 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.heading-20 {
  color: #6fe7dd;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-21 {
  color: var(--white);
  text-align: center;
  max-width: 719px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-52 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15568 {
  width: 25px;
}

.container-8 {
  width: 100%;
}

.image-15580 {
  width: 207px;
  margin-right: 0;
  padding-right: 0;
}

.image-15581 {
  width: auto;
  height: auto;
}

.bold-text {
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

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

.clients-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  height: 100px;
  padding-top: 0;
}

.text-block-5-copy {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-2, .text-span-3 {
  font-size: 24px;
  font-weight: 500;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #6fe7dd;
}

.text-span-10 {
  color: var(--_color---greeen);
}

.text-span-11 {
  color: #6fe7dd;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.testimonial-slider-large {
  background-color: #050514;
  border-bottom: 1px #e4ebf3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #11121f;
  border-radius: 1.25rem;
  height: auto;
  overflow: clip;
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #11121f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 20px;
  display: grid;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
}

.testimonial-quote {
  color: #fff;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 15px;
  height: auto;
  padding-top: 0;
  padding-right: 0;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #11121f;
  background-clip: border-box;
  border: 1px #ececec;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  padding-bottom: 40px;
  font-size: 14px;
  position: static;
  bottom: -60px;
}

.text-block-8 {
  color: var(--_color---greeen);
  font-family: Manrope, sans-serif;
}

.slide {
  background-color: #11121f;
  border-radius: 0;
}

.mask {
  border-radius: 10px 10px 0 0;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 38px;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.paragraph-23 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
}

.paragraph-24 {
  color: #edeafd;
  max-width: 441px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-24.paragraph-3use-18 {
  color: #6fe7dd;
  font-size: 15px;
}

.div-block-1324 {
  border: 2px #000;
  border-radius: 20px;
  padding-top: 29px;
  position: relative;
}

.div-block-1325 {
  background-color: #fff;
  border: 2px solid #edeafd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 159px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.div-block-1326 {
  color: #292929;
  background-color: #050514;
  border: 2px solid #edeafd;
  border-radius: 20px;
  padding: 50px 25px 25px;
  position: static;
  box-shadow: -7px 7px 14px -11px #0003;
}

.heading-23 {
  color: #34c759;
  margin: 10px 20px 10px 10px;
  font-family: Aeoniktrial;
  font-size: 26px;
  line-height: 35px;
}

.heading-23.before {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-family: DM Sans, sans-serif;
}

.text-span-13 {
  color: var(--_color---greeen);
}

.text-span-14 {
  color: var(--white);
}

.page-wrapper {
  overflow: clip;
}

.stat-nbr_wrap {
  z-index: 1;
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: relative;
}

.marquee-track {
  display: flex;
}

.italic-text-2 {
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1200px;
  }

  .paragraph-3 {
    max-width: 525px;
  }

  .tabs-menu-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .heading-8, .heading-8.txt-2, .heading-8.txt-2 {
    font-size: 30px;
  }

  .paragraph-7, .paragraph-7.p-2, .paragraph-7.p-2 {
    font-size: 16px;
  }

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

  .answer-text-f88 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-question-f88 {
    font-size: 22px;
  }

  .question-wrapper-f88 {
    max-width: 1000px;
  }

  .paragraph-12 {
    font-size: 18px;
    line-height: 35px;
  }

  .div-block-29 {
    justify-content: flex-start;
  }

  .div-block-30 {
    width: 488px;
    margin-left: 25px;
  }

  .container-4, .container-5 {
    max-width: 1200px;
  }

  .section-10 {
    padding-top: 80px;
  }

  .paragraph-19 {
    width: 900px;
    font-size: 18px;
  }

  .div-block-45 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .container-7 {
    max-width: 1100px;
  }

  .uui-container-large-2 {
    max-width: 1140px;
  }

  .uui-footer04_component {
    justify-content: center;
    align-items: center;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    place-items: stretch start;
  }

  .container-10 {
    max-width: 1200px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-24 {
    max-width: 525px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    max-width: 1200px;
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph {
    font-size: 18px;
  }

  .link {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-6 {
    max-width: 800px;
    font-size: 18px;
  }

  .heading-9 {
    font-size: 56px;
  }

  .answer-text-f88 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-question-f88 {
    font-size: 24px;
  }

  .question-wrapper-f88 {
    max-width: 1200px;
  }

  .heading-13 {
    font-size: 56px;
    line-height: 65px;
  }

  .paragraph-11 {
    max-width: 800px;
    font-size: 18px;
  }

  .heading-14 {
    max-width: 100%;
    font-size: 42px;
  }

  .paragraph-12 {
    font-size: 18px;
  }

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

  .heading-18 {
    font-size: 56px;
  }

  .paragraph-19 {
    width: 1000px;
    font-size: 20px;
  }

  .heading-20 {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .bold-text {
    font-size: 20px;
  }

  .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-23 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #040312;
  }

  .heading-2 {
    max-width: 1200px;
  }

  .paragraph {
    max-width: 800px;
    font-size: 20px;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 220px;
    padding-right: 220px;
  }

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

  .paragraph-6 {
    max-width: 800px;
    font-size: 20px;
  }

  .answer-text-f88 {
    font-size: 18px;
    line-height: 30px;
  }

  .question-wrapper-f88 {
    max-width: 1200px;
  }

  .paragraph-12 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-19 {
    width: 900px;
    font-size: 20px;
  }

  .div-block-44 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bold-text {
    font-size: 22px;
  }

  .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-22 {
    font-size: 20px;
  }

  .paragraph-23 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 20px;
  }

  .italic-text-2 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 90%;
  }

  .nav-menu-wrapper {
    z-index: 100;
    background-color: #040312;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu-two {
    z-index: 0;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 60px 20px;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-2 {
    max-width: 651px;
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph {
    max-width: 600px;
  }

  .div-block {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .button-2 {
    font-size: 18px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-13 {
    left: 23%;
  }

  .heading-6 {
    margin-right: 0;
  }

  .tabs-menu-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .container-2 {
    max-width: 95%;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph-6 {
    max-width: 650px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-8.txt-2 {
    font-size: 20px;
  }

  .container-3 {
    max-width: 95%;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .answer-text-f88 {
    font-size: 16px;
    line-height: 25px;
  }

  .question-f88:hover {
    text-decoration: none;
  }

  .text-question-f88 {
    font-size: 24px;
  }

  .question-wrapper-f88 {
    margin-bottom: 5px;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: flex;
  }

  .paragraph-11 {
    max-width: 650px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    justify-content: flex-start;
  }

  .container-4 {
    max-width: 90%;
  }

  .container-5 {
    max-width: 95%;
  }

  .question-wrapper-f66 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .question-f66 {
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-18 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-17 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-18 {
    font-size: 45px;
  }

  .paragraph-19 {
    width: 500px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .div-block-44.for-mob {
    justify-content: space-between;
    display: none;
  }

  .image-21 {
    width: 200px;
  }

  .div-block-46._5m {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-right: 66px;
    display: flex;
  }

  .container-7 {
    max-width: 90%;
  }

  .div-block-47 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-48, .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-footer04_top-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 2.1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
  }

  .uui-footer04_logo-link {
    width: 300px;
  }

  .uui-footer04_link-list {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-20 {
    font-size: 36px;
    line-height: 64px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .container-8 {
    max-width: 90%;
  }

  .tabs-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    margin-bottom: 20px;
  }

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

  .container-10 {
    max-width: 90%;
  }

  .testimonial-slider-large {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 32px;
    display: block;
  }

  .testimonial-content {
    margin-right: 30px;
    padding-bottom: 32px;
  }

  .testimonial-quote {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 25px;
    overflow: visible;
  }

  .paragraph-23 {
    line-height: 25px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 16px;
  }

  .heading-23 {
    margin-right: 0;
  }

  .nav_button_wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: var(--green);
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .heading-2 {
    font-size: 32px;
  }

  .div-block {
    padding-top: 40px;
  }

  .results-bj-rk {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-13 {
    left: 164px;
  }

  .tabs-menu-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .tab-link-3.tab-link-34444.w--current {
    max-width: 1000px;
    margin-bottom: 7px;
  }

  .container-2 {
    max-width: 90%;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    max-width: 400px;
    font-size: 36px;
    line-height: 44px;
  }

  .div-block-15 {
    display: block;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-16.cart-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-9 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 44px;
  }

  .question-f88 {
    line-height: 24px;
  }

  .icon-wrapper-f88 {
    flex: none;
  }

  .faq-f88 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-question-f88 {
    margin-right: 10px;
    line-height: 24px;
  }

  .question-wrapper-f88 {
    margin: 15px 0 0;
    padding-left: 20px;
  }

  .div-block-17 {
    margin-bottom: 0;
  }

  .div-block-25 {
    width: 500px;
  }

  .section-8 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-4 {
    max-width: 90%;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .answer-text-f66 {
    color: #edeafd;
    width: 90%;
    font-family: Gillsansmt;
    line-height: 24px;
  }

  .text-question-f66 {
    color: var(--white);
    padding-right: 0;
    font-family: Aeoniktrial;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-question-f66.txt-11 {
    padding-right: 0;
  }

  .faq-f66 {
    padding: 40px 10px;
  }

  .arrow-blue-f66 {
    color: #878282;
    display: block;
    inset: auto;
  }

  .question-wrapper-f66 {
    border-bottom: 1px solid #2e2b40;
  }

  .question-wrapper-f66.step-2 {
    max-width: 691px;
  }

  .question-f66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 0 solid #2e2b4000;
    justify-content: flex-start;
    padding-left: 0;
    line-height: 24px;
  }

  .arrow-black-f66 {
    display: block;
  }

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .heading-18 {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-19 {
    width: 300px;
    margin-left: 0;
    font-size: 15px;
  }

  .paragraph-19.nearly, .paragraph-19.brands, .paragraph-19.nearly, .paragraph-19.brands {
    width: 315px;
  }

  .div-block-44 {
    margin-top: 32px;
  }

  .div-block-44.for-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-45 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-21 {
    width: 100%;
  }

  .div-block-46._5m {
    max-width: 155px;
    margin-right: 0;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-49 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-50, .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-20 {
    font-size: 36px;
    line-height: 44px;
  }

  .container-8 {
    max-width: 90%;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    margin-bottom: 10px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
    display: flex;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .nav_button_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .code-embed {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .nav-menu-wrapper {
    padding-bottom: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .button-primary {
    display: none;
  }

  .button-primary.is-mobile {
    display: block;
  }

  .heading {
    max-width: 70%;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-2 {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block {
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .button-2 {
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-6.hide-mobile {
    display: none;
  }

  .paragraph-3 {
    max-width: 300px;
  }

  .paragraph-3.paragraph-3use-18 {
    max-width: 180px;
  }

  .results-bj-rk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .div-block-13 {
    left: 60px;
  }

  .heading-6, .heading-6.before, .heading-6.before {
    font-size: 20px;
    line-height: 20px;
  }

  .image-11 {
    width: 25px;
    height: 25px;
  }

  .tabs-menu-2 {
    box-sizing: content-box;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-bottom: 32px;
    overflow: hidden;
  }

  .tab-link-3.tab-link-34444, .tab-link-3.tab-link-34444.w--current, .tab-link-3.tab-link-34444, .tab-link-3.tab-link-34444.w--current {
    margin-bottom: 0;
  }

  .image-15.image-155.image-1556.image-15567 {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .link {
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-7 {
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 1.3;
  }

  .paragraph-7 {
    line-height: 1.4;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-9 {
    width: auto;
    margin-bottom: 10px;
    font-family: Aeoniktrial;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .answer-text-f88 {
    font-size: 14px;
    line-height: 1.5;
  }

  .answer-f88 {
    padding-right: 40px;
  }

  .question-f88 {
    align-items: center;
  }

  .faq-f88 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-question-f88 {
    font-size: 18px;
  }

  .question-wrapper-f88 {
    border-radius: 10px;
    padding: 10px;
  }

  .heading-13 {
    max-width: none;
    font-size: 1.5rem;
    line-height: 44px;
  }

  .div-block-25 {
    width: 100%;
    max-width: 300px;
    padding-bottom: 40px;
  }

  .paragraph-11 {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5;
  }

  .section-8 {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 24px;
  }

  .button-4 {
    border-radius: 10px;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 26px;
  }

  .answer-text-f66 {
    margin-top: 0;
    padding-left: 0;
  }

  .text-question-f66 {
    font-family: "Aeoniktrial 1";
  }

  .faq-f66 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .question-wrapper-f66 {
    padding-left: 0;
    padding-right: 0;
  }

  .question-f66 {
    padding-bottom: 10px;
  }

  .div-block-37 {
    width: auto;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-18 {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-19 {
    width: auto;
    margin-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-19.nearly {
    width: auto;
  }

  .paragraph-19.brands {
    width: auto;
    line-height: 1.2;
  }

  .div-block-44 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    display: grid;
  }

  .div-block-44.for-mob {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-45 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-46._5m {
    max-width: 100%;
  }

  .div-block-47 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-columns: .75fr 1fr;
    display: flex;
  }

  .div-block-48, .div-block-50, .div-block-51 {
    max-width: 100%;
  }

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    text-align: center;
    width: 280px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 1.5rem;
    padding-bottom: 20px;
  }

  .uui-footer04_logo-link {
    text-align: center;
  }

  .uui-footer04_link {
    padding: 0;
  }

  .uui-footer04_legal-link {
    line-height: 1.3;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    place-items: start;
    display: flex;
  }

  .uui-footer04_bottom-wrapper {
    grid-column-gap: .5rem;
    padding-top: 1rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: .5rem;
  }

  .uui-padding-vertical-xlarge {
    padding-bottom: 2rem;
  }

  .heading-20 {
    max-width: 310px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-21 {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  .container-8 {
    max-width: 95%;
  }

  .tabs-2 {
    overflow: visible;
  }

  .bold-text {
    max-width: 50%;
    font-size: 14px;
  }

  .container-10 {
    max-width: 90%;
  }

  .clients-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

  .clients-image {
    width: 140px;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-5-copy {
    width: 99px;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .testimonial-slider-large {
    padding: 40px 0;
  }

  .testimonial-content {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-quote {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial-image-two {
    border-radius: 10px;
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .paragraph-24 {
    max-width: 300px;
  }

  .div-block-1326 {
    padding: 32px 20px 20px;
  }

  .heading-23, .heading-23.before, .heading-23.before {
    font-size: 20px;
    line-height: 20px;
  }

  .stat-nbr_wrap {
    justify-content: center;
    align-items: flex-start;
    width: 32px;
  }
}

#w-node-_63253626-96fe-cdb8-584f-1f21758d9622-9a4f6c8d, #w-node-db580537-7b6f-1f32-7049-f945390b320d-9a4f6c8d, #w-node-_4bb9c0b3-8c11-f1b7-5f8e-57aa0b20e779-9a4f6c8d, #w-node-_4bb9c0b3-8c11-f1b7-5f8e-57aa0b20e795-9a4f6c8d, #w-node-_830b88b7-4e9d-796c-2224-9a954305c4a8-9a4f6c8d, #w-node-_830b88b7-4e9d-796c-2224-9a954305c4b9-9a4f6c8d, #w-node-_4bf46c8a-e8ee-1786-6a89-7bdb7b002c34-9a4f6c8d, #w-node-_4bf46c8a-e8ee-1786-6a89-7bdb7b002c45-9a4f6c8d, #w-node-_863765f3-cc29-beb5-2a7b-5ab98ea32fa4-9a4f6c8d, #w-node-_863765f3-cc29-beb5-2a7b-5ab98ea32fb5-9a4f6c8d, #w-node-_7196358a-d4ae-2cc6-e9fb-c697c6480b77-9a4f6c8d, #w-node-_7196358a-d4ae-2cc6-e9fb-c697c6480b88-9a4f6c8d, #w-node-ce82df95-6186-8d95-5756-21b9e8cacfb0-9a4f6c8d, #w-node-ce82df95-6186-8d95-5756-21b9e8cacfc1-9a4f6c8d, #w-node-_67e90a59-fd1c-ab35-10a8-7e5b2db27e7f-9a4f6c8d, #w-node-_67e90a59-fd1c-ab35-10a8-7e5b2db27e90-9a4f6c8d, #w-node-_6e91733d-8476-eb9d-0368-ef93d70c29d5-9a4f6c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e91733d-8476-eb9d-0368-ef93d70c29de-9a4f6c8d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6e91733d-8476-eb9d-0368-ef93d70c29de-9a4f6c8d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96cfde13-7c53-3f8e-72ba-6e89cce2e8d9-9a4f6c8d, #w-node-f2e146c4-82ef-dca8-fd68-a98c72b3a638-9a4f6c8d, #w-node-_7f58d43d-ec24-2286-daa7-4e291193bf5c-9a4f6c8d, #w-node-e91e1ee8-2288-b106-931f-0585408a87b1-9a4f6c8d {
    order: -9999;
  }

  #w-node-_6e91733d-8476-eb9d-0368-ef93d70c29c3-9a4f6c8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e91733d-8476-eb9d-0368-ef93d70c29c3-9a4f6c8d {
    place-self: auto;
  }

  #w-node-_6e91733d-8476-eb9d-0368-ef93d70c29cb-9a4f6c8d {
    justify-self: auto;
  }
}
