@font-face {
  src: url("../../fonts/golos-text_regular.woff2") format("woff2");
  font-family: "Golos text";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../../fonts/golos-text_black.woff2") format("woff2");
  font-family: "Golos text";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url("../../fonts/golos-text_bold.woff2") format("woff2");
  font-family: "Golos text";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url("../../fonts/golos-text_demibold.woff2") format("woff2");
  font-family: "Golos text";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url("../../fonts/golos-text_medium.woff2") format("woff2");
  font-family: "Golos text";
  font-weight: 500;
  font-style: normal;
}
@keyframes continuous_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes infinite_marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  color: #18181a;
  background-color: #ffffff;
}
body.ov-h {
  overflow: hidden;
}
body div.content-container__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  body div.content-container__inner {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  body div.content-container__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575.98px) {
  body div.content-container__inner {
    padding-left: 16.6666666667px;
    padding-right: 16.6666666667px;
  }
}
@media (max-width: 1199.98px) {
  body div.content-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}
body section.lp-section {
  padding-top: 80px;
}
body section.lp-section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1199.98px) {
  body section.lp-section {
    padding-top: 60px;
  }
}
body section.lp-section h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
}
@media (max-width: 991.98px) {
  body section.lp-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section h1 {
    font-size: 32px;
  }
}
body section.lp-section h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.06;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
}
@media (max-width: 991.98px) {
  body section.lp-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section h2 {
    font-size: 26px;
  }
}
body section.lp-section h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.98px) {
  body section.lp-section h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section h3 {
    font-size: 20px;
  }
}
body section.lp-section p {
  font-size: 15px;
  color: #6E6E73;
}
@media (max-width: 991.98px) {
  body section.lp-section p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section p {
    font-size: 13px;
  }
}
body button.btn.btn-primary, body a.btn.btn-primary, body div.btn.btn-primary {
  font-size: 16px;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 5em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  text-align: center;
  letter-spacing: normal;
}
body button.btn.btn-primary.bg-black, body a.btn.btn-primary.bg-black, body div.btn.btn-primary.bg-black {
  background-color: #18181a;
  color: #ffffff;
}
body button.btn.btn-primary.bg-blue, body a.btn.btn-primary.bg-blue, body div.btn.btn-primary.bg-blue {
  background-color: #1F59F5;
  color: #ffffff;
}
body button.btn.btn-primary.bg-outlune-black, body a.btn.btn-primary.bg-outlune-black, body div.btn.btn-primary.bg-outlune-black {
  border: 2px solid #18181a;
  background-color: transparent;
  color: #18181a;
}
@media (max-width: 767.98px) {
  body button.btn.btn-primary, body a.btn.btn-primary, body div.btn.btn-primary {
    padding: 16px 32px;
    font-size: 14px;
  }
}
body div.lp-header-announcement {
  width: 100%;
  overflow: hidden;
}
body div.lp-header-announcement a {
  display: block;
  cursor: pointer;
}
body div.lp-header-announcement img {
  width: 100%;
  display: none;
}
@media (min-width: 1600px) {
  body div.lp-header-announcement img.b-1920 {
    display: block;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  body div.lp-header-announcement img.b-1400 {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body div.lp-header-announcement img.b-1200 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body div.lp-header-announcement img.b-1024 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body div.lp-header-announcement img.b-768 {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body div.lp-header-announcement img.b-576 {
    display: block;
  }
}
@media (max-width: 576px) {
  body div.lp-header-announcement img.b-576 {
    display: block;
  }
}
body header.lp-header div.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 991.98px) {
  body header.lp-header div.header-nav {
    height: 60px;
  }
}
body header.lp-header div.header-nav div.header-logo svg {
  height: 20px;
  width: auto;
}
body header.lp-header div.header-nav div.header-links {
  display: inline-flex;
  justify-content: flex-end;
}
body header.lp-header div.header-nav div.header-links a {
  margin-left: 30px;
  font-weight: 500;
  color: #444444;
}
@media (max-width: 991.98px) {
  body header.lp-header div.header-nav div.header-links {
    display: none;
  }
}
body header.lp-header div.header-nav div.header-burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  body header.lp-header div.header-nav div.header-burger {
    display: inline-flex;
    width: 26px;
    flex-direction: column;
  }
  body header.lp-header div.header-nav div.header-burger span {
    width: 100%;
    background-color: #787878;
    height: 2px;
    margin-bottom: 5px;
  }
  body header.lp-header div.header-nav div.header-burger span:last-child {
    margin-bottom: 0px;
  }
}
body div.lp-mob-header {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -330px;
  width: 320px;
  background-color: #F8F8F8;
  padding: 30px;
  z-index: 1000;
  transition: all 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
body div.lp-mob-header_show {
  right: 0px;
}
body div.lp-mob-header__tp {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body div.lp-mob-header__tp div.lp-mob-header__logo svg {
  height: 20px;
  width: auto;
}
body div.lp-mob-header__tp div.lp-mob-header__dismiss {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body div.lp-mob-header__tp div.lp-mob-header__dismiss svg {
  width: 100%;
  height: 100%;
}
body div.lp-mob-header__mp {
  border-bottom: 1px solid rgba(24, 24, 26, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body div.lp-mob-header__mp a {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
body div.lp-mob-header__mp a:hover, body div.lp-mob-header__mp a:active {
  color: #1F59F5;
}
body div.lp-mob-header__mp a:last-child {
  margin-bottom: 0px;
}
body div.lp-mob-header__mp-2 {
  border-bottom: 1px solid rgba(24, 24, 26, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body div.lp-mob-header__mp-2 a {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
}
body div.lp-mob-header__mp-2 a:hover, body div.lp-mob-header__mp-2 a:active {
  color: #1F59F5;
}
body div.lp-mob-header__mp-2 a:last-child {
  margin-bottom: 0px;
}
body div.lp-mob-header__bp a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
body div.lp-mob-header__bp a:hover, body div.lp-mob-header__bp a:active {
  color: #1F59F5;
}
body div.lp-mob-hback-drop {
  content: "";
  position: fixed;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(24, 24, 26, 0.4);
  z-index: 100;
}
body section.lp-section_hero div.content-container__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  body section.lp-section_hero div.content-container__inner {
    padding-top: 27.7777777778px;
    padding-bottom: 27.7777777778px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_hero div.content-container__inner {
    padding-top: 27.7777777778px;
    padding-bottom: 27.7777777778px;
  }
}
body section.lp-section_hero div.content-container__inner {
  background-color: #F5F5F7;
  padding-top: 50px;
}
body section.lp-section_hero div.hero-section {
  position: relative;
}
body section.lp-section_hero div.hero-section span {
  color: #444444;
  font-size: 14px;
}
body section.lp-section_hero div.hero-section h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}
body section.lp-section_hero div.hero-section h1 img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media (max-width: 1399.98px) {
  body section.lp-section_hero div.hero-section h1 {
    margin-top: 20px;
  }
}
body section.lp-section_hero div.hero-section p {
  margin-bottom: 30px;
  max-width: 80%;
}
@media (max-width: 1199.98px) {
  body section.lp-section_hero div.hero-section p {
    max-width: 100%;
  }
}
body section.lp-section_hero div.hero-section a.text-link-1 {
  margin-bottom: 50px;
  display: block;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  body section.lp-section_hero div.hero-section a.text-link-1 {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_hero div.hero-section a.text-link-1 {
    font-size: 13px;
  }
}
body section.lp-section_hero div.hero-section div.cta-btns {
  display: flex;
  align-items: center;
}
body section.lp-section_hero div.hero-section div.cta-btns a.btn-link-1 {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  body section.lp-section_hero div.hero-section div.cta-btns {
    flex-direction: column;
  }
  body section.lp-section_hero div.hero-section div.cta-btns a {
    width: 100%;
  }
  body section.lp-section_hero div.hero-section div.cta-btns a.btn-link-1 {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
body section.lp-section_hero div.hero-section img.img-1 {
  position: absolute;
  top: 0px;
  right: -250px;
  width: 850px;
}
@media (max-width: 1399.98px) {
  body section.lp-section_hero div.hero-section img.img-1 {
    width: 750px;
    right: -120px;
  }
}
@media (max-width: 1199.98px) {
  body section.lp-section_hero div.hero-section img.img-1 {
    width: 600px;
    right: -160px;
    top: 70px;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_hero div.hero-section img.img-1 {
    position: static;
    order: -1;
    width: 600px;
    margin-bottom: 40px;
  }
}
body section.lp-section_excellence {
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_excellence {
    padding-bottom: 60px;
  }
}
body section.lp-section_excellence div.excellence-section h2 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  body section.lp-section_excellence div.excellence-section h2 br {
    display: none;
  }
}
body section.lp-section_excellence div.excellence-section p.section-desc {
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  body section.lp-section_excellence div.excellence-section p.section-desc {
    font-size: 15px;
  }
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card-wrapper {
  background-color: #F5F5F7;
  border-radius: 20px;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card-div {
  border-bottom: 1px solid #D4D4D4;
  margin: 0px 30px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_excellence div.excellence-section__cards div.excel-card-div {
    margin: 0px 20px;
  }
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card {
  padding: 30px;
  display: flex;
  height: 200px;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card__lp {
  padding-right: 30px;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card__lp h5 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.06em;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card__lp p {
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  body section.lp-section_excellence div.excellence-section__cards div.excel-card__lp {
    padding-right: 0px;
  }
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card__rp {
  width: 60px;
  flex-shrink: 0;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card__rp img {
  width: 100%;
}
body section.lp-section_excellence div.excellence-section__cards div.excel-card_c2 div.excel-card__lp h5 {
  color: #dd351a;
}
@media (max-width: 1199.98px) {
  body section.lp-section_excellence div.excellence-section__cards div.excel-card {
    padding: 20px;
    height: 230px;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_excellence div.excellence-section__cards div.excel-card {
    height: auto;
  }
  body section.lp-section_excellence div.excellence-section__cards div.excel-card div.excel-card__lp h5 {
    font-size: 48px;
  }
  body section.lp-section_excellence div.excellence-section__cards div.excel-card div.excel-card__rp {
    width: 45px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_excellence div.excellence-section__cards div.excel-card div.excel-card__lp h5 {
    font-size: 40px;
  }
}
body section.lp-section_advantages {
  padding-bottom: 80px;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_advantages {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card-wrapper {
  background-color: #F5F5F7;
  border-radius: 20px;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card-div {
  border-bottom: 1px solid #D4D4D4;
  margin: 0px 30px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card-div {
    margin: 0px 20px;
  }
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card {
  padding: 30px;
  display: flex;
  height: 300px;
  align-items: stretch;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp span {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp span {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp p {
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card__lp {
    padding-right: 0px;
  }
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card_c3 div.adv-card__lp span {
  color: #dd351a;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__rp {
  width: 60px;
  flex-shrink: 0;
}
body section.lp-section_advantages div.advantages-section__cards div.adv-card__rp img {
  width: 100%;
}
@media (max-width: 991.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card__rp {
    width: 45px;
  }
}
@media (max-width: 1199.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card {
    padding: 20px;
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_advantages div.advantages-section__cards div.adv-card {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_advantages div.advantages-section div.adv-card-1 {
    margin-bottom: 20px;
  }
}
body section.lp-section_multipurpose {
  background-color: #18181a;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_multipurpose {
    padding-bottom: 60px;
  }
}
body section.lp-section_multipurpose div.multipurpose-section div.lp {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  body section.lp-section_multipurpose div.multipurpose-section div.lp {
    padding-right: 0px;
  }
}
body section.lp-section_multipurpose div.multipurpose-section div.lp h3 {
  margin-bottom: 12px;
  color: #F9F8FF;
}
body section.lp-section_multipurpose div.multipurpose-section div.lp p {
  color: #F9F8FF;
  margin-bottom: 32px;
  opacity: 0.8;
  font-weight: 300;
}
body section.lp-section_multipurpose div.multipurpose-section div.lp span {
  display: block;
  font-weight: 500;
  margin-bottom: 60px;
  color: #F9F8FF;
}
@media (max-width: 991.98px) {
  body section.lp-section_multipurpose div.multipurpose-section div.lp span {
    font-size: 13px;
  }
}
body section.lp-section_multipurpose div.multipurpose-section div.lp div.cta-btns {
  display: flex;
}
@media (max-width: 767.98px) {
  body section.lp-section_multipurpose div.multipurpose-section div.lp div.cta-btns a.btn-link-1 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_multipurpose div.multipurpose-section div.lp {
    margin-bottom: 30px;
  }
}
body section.lp-section_multipurpose div.multipurpose-section img {
  width: 100%;
}
body section.lp-section_howitworks {
  background-color: #ffffff;
}
body section.lp-section_howitworks div.howitworks-section h2 {
  margin-bottom: 60px;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card {
  padding: 30px;
  border-radius: 20px;
  background-color: #F5F5F7;
  height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.step {
  height: 40px;
  width: 40px;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.step {
    order: -1;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 30px;
    width: 30px;
  }
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.bg-image {
  width: 260px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.bg-image_lg {
  width: 560px;
  bottom: 0px;
  right: -50px;
}
@media (max-width: 991.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.bg-image {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card img.bg-image {
    width: 260px;
  }
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card p {
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card {
    height: 450px;
  }
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_mb {
  margin-bottom: 20px;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black {
  background-color: #18181a;
  color: #F9F8FF;
  margin-bottom: 0px;
  display: block;
  height: auto;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp h4 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp img.step {
    order: -1;
    margin-bottom: 20px;
  }
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp {
    padding-right: 0px;
  }
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black div.lp h4 {
    font-size: 20px;
  }
}
body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card_black img.bg-image {
  position: static;
  width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  body section.lp-section_howitworks div.howitworks-section__cards div.hiw-card {
    padding: 20px;
  }
}
body section.lp-section_features div.features-section {
  overflow: hidden;
}
body section.lp-section_features div.features-section__grid div.col-xxl-6 {
  margin-bottom: 20px;
}
body section.lp-section_features div.features-section__grid div.feature-gi {
  padding: 30px;
  background-color: #F5F5F7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body section.lp-section_features div.features-section__grid div.feature-gi__text h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
body section.lp-section_features div.features-section__grid div.feature-gi__text p {
  font-size: 14px;
  max-width: 75%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  body section.lp-section_features div.features-section__grid div.feature-gi__text h3 {
    font-size: 24px;
  }
  body section.lp-section_features div.features-section__grid div.feature-gi__text p {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_features div.features-section__grid div.feature-gi__text h3 {
    font-size: 20px;
  }
}
body section.lp-section_features div.features-section__grid div.feature-gi__image {
  margin-top: auto;
}
body section.lp-section_features div.features-section__grid div.feature-gi__image img {
  width: 100%;
  object-fit: cover;
}
body section.lp-section_features div.features-section__grid div.feature-gi_black {
  background-color: #18181a;
}
body section.lp-section_features div.features-section__grid div.feature-gi_black div.feature-gi__text h3, body section.lp-section_features div.features-section__grid div.feature-gi_black div.feature-gi__text p {
  color: #F9F8FF;
}
body section.lp-section_features div.features-section__grid div.feature-gi_black div.feature-gi__text p {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  body section.lp-section_features div.features-section__grid div.feature-gi {
    padding: 20px;
  }
}
body section.lp-section_onelimon {
  padding-bottom: 80px;
  background-color: #F5F5F7;
}
@media (max-width: 1199.98px) {
  body section.lp-section_onelimon {
    padding-bottom: 60px;
  }
}
body section.lp-section_onelimon div.onelimon-img img {
  width: 100%;
}
body section.lp-section_onelimon p {
  margin-bottom: 0px;
  color: #18181a;
}
@media (max-width: 767.98px) {
  body section.lp-section_onelimon div.onelimon-img {
    margin-bottom: 20px;
  }
  body section.lp-section_onelimon p {
    max-width: 70%;
  }
  body section.lp-section_onelimon p br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_onelimon p {
    max-width: 100%;
  }
}
body section.lp-section_pwa {
  background-color: #18181a;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_pwa {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_pwa div.rp-wrapper {
    order: -1;
    margin-bottom: 40px;
  }
  body section.lp-section_pwa div.rp-wrapper div.rp {
    display: block;
  }
}
body section.lp-section_pwa div.lp {
  padding-right: 30px;
}
body section.lp-section_pwa div.lp h1 {
  color: #F9F8FF;
}
body section.lp-section_pwa div.lp p {
  color: #F9F8FF;
  margin-bottom: 60px;
  opacity: 0.8;
}
body section.lp-section_pwa div.lp a {
  display: block;
  color: #f7e645;
}
@media (max-width: 991.98px) {
  body section.lp-section_pwa div.lp {
    padding-right: 0px;
  }
}
body section.lp-section_pwa div.rp {
  display: flex;
  justify-content: center;
}
body section.lp-section_pwa div.rp img {
  width: 80%;
}
@media (max-width: 767.98px) {
  body section.lp-section_pwa div.rp img {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_pwa div.rp img {
    width: 80%;
  }
}
body section.lp-section_questios {
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_questios {
    padding-bottom: 60px;
  }
}
body section.lp-section_questios div.content-container__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  body section.lp-section_questios div.content-container__inner {
    padding-top: 27.7777777778px;
    padding-bottom: 27.7777777778px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_questios div.content-container__inner {
    padding-top: 27.7777777778px;
    padding-bottom: 27.7777777778px;
  }
}
body section.lp-section_questios div.content-container__inner {
  background-color: #18181a;
  overflow: hidden;
}
body section.lp-section_questios div.questios-section {
  position: relative;
}
body section.lp-section_questios div.questios-section div.cta-btns {
  display: flex;
}
@media (max-width: 767.98px) {
  body section.lp-section_questios div.questios-section div.cta-btns a.btn-link-1 {
    display: block;
    width: 100%;
  }
}
body section.lp-section_questios div.questios-section h3 {
  margin-bottom: 16px;
  color: #F9F8FF;
}
body section.lp-section_questios div.questios-section p {
  margin-bottom: 60px;
  color: #F9F8FF;
  opacity: 0.8;
}
body section.lp-section_questios div.questios-section img {
  width: 300px;
  position: absolute;
  right: 80px;
  top: -20px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_questios div.questios-section img {
    width: 300px;
    right: 40px;
  }
}
@media (max-width: 991.98px) {
  body section.lp-section_questios div.questios-section p {
    max-width: 50%;
  }
  body section.lp-section_questios div.questios-section p br {
    display: none;
  }
  body section.lp-section_questios div.questios-section img {
    width: 300px;
    right: -10px;
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_questios div.questios-section img {
    display: none;
  }
  body section.lp-section_questios div.questios-section h3 br, body section.lp-section_questios div.questios-section p br {
    display: none;
  }
  body section.lp-section_questios div.questios-section p {
    max-width: 100%;
  }
}
body section.lp-section_projects {
  background-color: #18181a;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_projects {
    padding-bottom: 60px;
  }
}
body section.lp-section_projects div.projects-section h2 {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_projects div.projects-section h2 {
    font-size: 40px;
  }
}
body section.lp-section_projects div.projects-section h2, body section.lp-section_projects div.projects-section p {
  color: #F9F8FF;
}
body section.lp-section_projects div.projects-section p {
  margin-bottom: 30px;
  opacity: 0.8;
  max-width: 80%;
}
body section.lp-section_projects div.projects-section__card div.project-card {
  padding: 30px;
  border-radius: 20px;
  flex-shrink: 0;
  background-color: #29292B;
}
body section.lp-section_projects div.projects-section__card div.project-card__img {
  width: 100%;
}
body section.lp-section_projects div.projects-section__card div.project-card__img img {
  width: 100%;
}
body section.lp-section_projects div.projects-section__card div.project-card__desc {
  color: #F9F8FF;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body section.lp-section_projects div.projects-section__card div.project-card__desc h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
body section.lp-section_projects div.projects-section__card div.project-card__desc p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-bottom: 24px;
  color: #F9F8FF;
  opacity: 0.9;
}
body section.lp-section_projects div.projects-section__card div.project-card__desc a {
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
}
body section.lp-section_projects div.projects-section__card div.project-card__desc a:active, body section.lp-section_projects div.projects-section__card div.project-card__desc a:hover {
  color: #f7e645;
}
body section.lp-section_projects div.projects-section__card div.project-card_c1 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  body section.lp-section_projects div.projects-section__card div.project-card {
    padding: 20px;
  }
  body section.lp-section_projects div.projects-section__card div.project-card_c2 {
    margin-bottom: 20px;
  }
  body section.lp-section_projects div.projects-section__card div.project-card__desc h5 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_projects div.projects-section__card div.project-card__img {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(249, 248, 255, 0.1);
  }
}
body section.lp-section_buyfromrf {
  background-color: #95EFD6;
  padding-top: 25px;
  padding-bottom: 25px;
}
body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__title {
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 24px;
  letter-spacing: -0.05em;
}
@media (max-width: 1199.98px) {
  body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__title {
    margin-bottom: 8px;
    font-size: 58px;
  }
}
body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__desc {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__desc {
    margin-bottom: 30px;
  }
}
body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__btn {
  display: flex;
}
body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__btn a.btn-link-1 {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__btn a.btn-link-1 {
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_buyfromrf div.buyfromrf-section div.buyfromrf__btn a.btn-link-1 {
    display: block;
    width: 100%;
  }
}
body section.lp-section_pricing div.pricing-section p.pricing-section__desc {
  margin-bottom: 60px;
}
body section.lp-section_pricing div.pricing-section div.card-item {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item {
    padding: 20px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item_reg {
  background-color: #d9f58c;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item_reg {
    margin-bottom: 20px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__header {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__header {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__header {
    font-size: 24px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__body {
  position: relative;
}
body section.lp-section_pricing div.pricing-section div.card-item__body span.plan-desc {
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  opacity: 0.9;
}
body section.lp-section_pricing div.pricing-section div.card-item__body span.plan-desc a {
  text-decoration: underline;
  margin-left: 6px;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__body span.plan-desc br {
    display: none;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points {
  margin-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points {
    padding-left: 0px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points__item span.dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #18181a;
  margin-right: 12px;
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points__item span.text {
  opacity: 0.95;
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points__item_inactive {
  text-decoration: line-through;
  opacity: 0.5;
}
body section.lp-section_pricing div.pricing-section div.card-item__body div.plan-points__item:last-child {
  margin-bottom: 0px;
}
body section.lp-section_pricing div.pricing-section div.card-item__body img {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0px;
  top: 70px;
  transform: rotate(15deg);
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__body img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__body img {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 575.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__body img {
    width: 100px;
    height: 100px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 25px;
}
body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Impact";
}
body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices span:first-child {
  font-size: 84px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices span:first-child {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices span:first-child {
    font-size: 54px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices span:last-child {
  font-size: 42px;
  opacity: 0.5;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  margin-left: 20px;
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  body section.lp-section_pricing div.pricing-section div.card-item__footer div.card-item__prices span:last-child {
    font-size: 28px;
  }
}
body section.lp-section_pricing div.pricing-section div.card-item__footer p {
  font-size: 14px;
  font-weight: 500;
}
body section.lp-section_pricing div.pricing-section div.card-item__footer a.btn-link-1 {
  display: block;
  margin-top: 40px;
}
body section.lp-section_pricing div.pricing-section div.card-item__footer a.btn-link-1 div.btn {
  text-align: center;
  display: block;
}
body section.lp-section_pricing div.pricing-section div.card-item_ext {
  background-color: #18181a;
  color: #F9F8FF;
}
body section.lp-section_pricing div.pricing-section div.card-item_ext div.card-item__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body section.lp-section_pricing div.pricing-section div.card-item_ext div.card-item__body div.plan-points div.plan-points__item span.dot {
  background-color: #F9F8FF;
}
body section.lp-section_pricing div.pricing-section div.card-item_ext div.card-item__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body section.lp-section_pricing div.pricing-section div.card-item_ext div.card-item__footer p {
  color: #F9F8FF;
  opacity: 0.8;
}
body section.lp-section_reviews div.reviews-section {
  overflow: hidden;
}
body section.lp-section_reviews div.reviews-section__slider {
  margin-bottom: 32px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide {
  padding: 30px;
  border-radius: 20px;
  flex-shrink: 0;
  background-color: #F5F5F7;
}
@media (max-width: 991.98px) {
  body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide {
    padding: 20px;
  }
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.avatar {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.avatar img {
  width: 100%;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.name {
  margin-left: 24px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.name span {
  display: block;
  width: 100%;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.name span:first-child {
  font-weight: 600;
  font-size: 17px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__header div.name span:last-child {
  font-size: 14px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__body {
  margin-bottom: 30px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__body p {
  font-size: 15px;
  margin-bottom: 0px;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__footer {
  margin-top: auto;
}
body section.lp-section_reviews div.reviews-section__slider div.swiper-wrapper div.swiper-slide div.slide-cont__footer a {
  font-weight: 500;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls div.slider-counter {
  margin-right: 12px;
  margin-left: 12px;
  color: #444444;
  font-weight: 600;
  opacity: 0.7;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control {
  border: 1px solid #D4D4D4;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.27s ease;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control svg {
  width: 24px;
  height: 24px;
  transition: inherit;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control:hover, body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control:active {
  border-color: #1F59F5;
}
body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control:hover svg, body section.lp-section_reviews div.reviews-section__slider-ctrls button.slider-control:active svg {
  fill: #1F59F5;
}
body section.lp-section_docs {
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_docs {
    padding-bottom: 60px;
  }
}
body section.lp-section_docs div.content-container__inner {
  background-color: #F5F5F7;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}
body section.lp-section_docs div.docs-section {
  position: relative;
}
body section.lp-section_docs div.docs-section div.cta-btns {
  display: flex;
  justify-content: flex-end;
}
body section.lp-section_docs div.docs-section h2 {
  margin-bottom: 16px;
}
body section.lp-section_docs div.docs-section p {
  margin-bottom: 60px;
}
body section.lp-section_docs div.docs-section div.docs-section__mob-btn-link {
  display: none;
}
body section.lp-section_docs div.docs-section div.docs-videos__item {
  overflow: hidden;
}
body section.lp-section_docs div.docs-section div.docs-videos__item a {
  display: block;
}
body section.lp-section_docs div.docs-section div.docs-videos__item img {
  width: 100%;
}
@media (max-width: 991.98px) {
  body section.lp-section_docs div.docs-section div.docs-videos div.docs-videos__item-1, body section.lp-section_docs div.docs-section div.docs-videos div.docs-videos__item-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_docs div.docs-section div.docs-section__btn-link {
    display: none;
  }
  body section.lp-section_docs div.docs-section div.docs-section__mob-btn-link {
    display: block;
    margin-top: 30px;
  }
}
body section.lp-section_support {
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  body section.lp-section_support {
    padding-bottom: 60px;
  }
}
body section.lp-section_support div.content-container__inner {
  background-color: #F5F5F7;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}
body section.lp-section_support div.support-section div.lp {
  padding-right: 30px;
}
body section.lp-section_support div.support-section div.lp div.cta-btns {
  display: flex;
}
body section.lp-section_support div.support-section div.lp h2 {
  margin-bottom: 16px;
}
body section.lp-section_support div.support-section div.lp p {
  margin-bottom: 60px;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  body section.lp-section_support div.support-section div.lp {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  body section.lp-section_support div.support-section div.lp p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body section.lp-section_support div.support-section div.lp a.btn-link-1 {
    display: block;
    width: 100%;
  }
}
body section.lp-section_support div.support-section img {
  width: 100%;
}
body section.lp-section_faqs {
  background-color: #18181a;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_faqs {
    padding-bottom: 60px;
  }
}
body section.lp-section_faqs div.faqs-section {
  color: #F9F8FF;
}
body section.lp-section_faqs div.faqs-section h2 {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  body section.lp-section_faqs div.faqs-section div.faqs-section_lp {
    margin-bottom: 20px;
  }
}
body section.lp-section_faqs div.faqs-section div.faqs__item {
  background-color: #29292B;
  padding: 25px 25px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 1px;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question div.lp {
  font-size: 15px;
  padding-right: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question div.lp {
    font-size: 14px;
  }
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question div.rp {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question div.rp span.faqs-item__badge-icon {
  width: 100%;
  height: 100%;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__question div.rp span.faqs-item__badge-icon svg {
  width: 100%;
  height: 100%;
  fill: #F9F8FF;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__answer {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid rgba(249, 248, 255, 0.1);
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__answer p {
  color: #F9F8FF;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  font-weight: 300;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__answer p a {
  text-decoration: underline;
  color: #f7e645;
}
body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__answer p b {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body section.lp-section_faqs div.faqs-section div.faqs__item div.faqs__answer {
    padding-top: 20px;
  }
}
body section.lp-section_faqs div.faqs-section div.faqs__item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  body section.lp-section_faqs div.faqs-section div.faqs__item {
    padding: 10px 15px;
  }
}
body footer.lp-footer {
  background-color: #18181a;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #F9F8FF;
}
body footer.lp-footer div.lp-footer__links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body footer.lp-footer div.lp-footer__links div.footer-links a {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body footer.lp-footer div.lp-footer__links div.footer-links a:last-child {
  margin-bottom: 0px;
}
body footer.lp-footer div.lp-footer__links div.footer-links a:hover, body footer.lp-footer div.lp-footer__links div.footer-links a:active {
  color: #f7e645;
}
@media (max-width: 991.98px) {
  body footer.lp-footer div.lp-footer__links div.footer-links__wrapper-1, body footer.lp-footer div.lp-footer__links div.footer-links__wrapper-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body footer.lp-footer div.lp-footer__links div.footer-links__wrapper-3 {
    margin-bottom: 30px;
  }
}
body footer.lp-footer div.lp-footer__text div.footer-logo svg {
  height: 20px;
  width: auto;
}
body footer.lp-footer div.lp-footer__text div.footer-copy {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  body footer.lp-footer div.lp-footer__text div.footer-copy {
    margin-top: 40px;
  }
}
body footer.lp-footer div.lp-footer__text div.footer-cta p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body footer.lp-footer div.lp-footer__text div.footer-cta p {
    margin-bottom: 12px;
  }
  body footer.lp-footer div.lp-footer__text div.footer-cta p br {
    display: none;
  }
}
body footer.lp-footer div.lp-footer__text div.footer-cta a.btn-link-1 {
  padding: 12px 24px;
  border: 1px solid #F9F8FF;
  border-radius: 5em;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
body footer.lp-footer div.lp-footer__text div.footer-cta a.btn-link-1:hover, body footer.lp-footer div.lp-footer__text div.footer-cta a.btn-link-1:active {
  border-color: #f7e645;
  color: #f7e645;
}
@media (max-width: 767.98px) {
  body footer.lp-footer div.lp-footer__text div.footer-cta a.btn-link-1 {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body footer.lp-footer div.lp-footer__text div.footer-cta {
    margin-top: 30px;
  }
}
body footer.lp-footer div.lp-footer__text div.footer-payms {
  display: flex;
  align-items: center;
  overflow: hidden;
}
body footer.lp-footer div.lp-footer__text div.footer-payms__item {
  width: 40px;
  margin-right: 6px;
}
body footer.lp-footer div.lp-footer__text div.footer-payms__item img {
  width: 100%;
}

/*# sourceMappingURL=styles.master.css.map */
