body, html {
  margin: 0px;
  padding: 0px;
  /* Optional: show position indicator in red */
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  height: 0px;
  width: 12px;
  background-color: #F1F1F1;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  height: 0px;
  width: 12px;
  background-color: #C1C1C1;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter" ,sans-serif;
}

@font-face {
  font-family: "MonaSans";
  src: url("../fonts/Mona-Sans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url("../fonts/Mona-Sans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url("../fonts/Mona-Sans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url("../fonts/Mona-Sans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url("../fonts/Mona-Sans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
.hyperlink__secondary {
  color: #6172f3;
}

.hyperlink {
  color: #444ce7;
}

.grey__color {
  color: #667085;
}

.grey__dark {
  color: #475467;
}
.grey__dark * {
  color: #475467;
}

.monasans {
  font-family: "MonaSans" ,sans-serif;
}
.monasans * {
  font-family: "MonaSans" ,sans-serif;
}

.regular-btn {
  border: 1px solid #000000;
  border-radius: 5.39645px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.regular-btn:hover {
  background-color: #141414;
  color: #fff;
  border-color: #141414;
}
.regular-btn:active {
  background-color: #141414;
}

.hero__integration--box {
  position: relative;
}
.hero__integration--box > img {
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}

.hero__integration {
  padding-top: 250px;
  position: relative;
  background: url("../img/intback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 225px;
}
.hero__integration .container {
  position: static;
}
.hero__integration .outer__hero {
  max-width: 630px;
  position: relative;
  z-index: 2;
}

header {
  z-index: 3;
}
header .outer__header > .header__right .header__main > .login {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header > .header__right .header__main > .login:hover {
  opacity: .7;
}
header .outer__header > .header__right > ul > li > a {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header > .header__right > ul > li > a:hover {
  opacity: .7;
}
header .outer__header > .header__left > a > img {
  min-width: 145px;
}

div.container {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  background-color: #000000;
}
footer .outer__footer .footer__bottom {
  border-top: 1px solid #475467;
}
footer .outer__footer .footer__bottom > p {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  color: #D0D5DD;
  font-weight: 400;
}
footer .outer__footer .footer__bottom > ul {
  padding: 0px;
  list-style-type: none;
}
footer .outer__footer .footer__bottom > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .footer__bottom > ul > li > a:hover svg path {
  fill: #667085;
}
footer .outer__footer .footer__bottom > ul > li > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .footer__bottom > ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > p {
  margin-top: 0px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #D0D5DD;
  font-size: 15px;
  line-height: 21px;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li {
  margin-bottom: 12px;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li > a {
  color: #EAECF0;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li > a:hover {
  color: #344054;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li > a:active {
  color: #475467;
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li > a span {
  margin-left: 8px;
  padding: 2px 8px;
  border: 1.05px solid rgba(255, 255, 255, 0.3);
  border-radius: 16.8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
footer .outer__footer .footer__middle > .footer__column {
  max-width: 335px;
}
footer .outer__footer .footer__middle > .footer__column > p {
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #EAECF0;
}
footer .outer__footer .footer__top {
  border-bottom: 1.05px solid #424242;
}
footer .outer__footer .footer__top > .footer__desc > h6 {
  margin-top: 0px;
  font-size: 31px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
footer .outer__footer .footer__top > .footer__desc > p {
  margin: 0px;
  color: #EAECF0;
  font-size: 21px;
  line-height: 28px;
}
footer .outer__footer .footer__top > a {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  -webkit-box-shadow: 0px 1.0499999523162842px 2.0999999046325684px 0px #1018280D;
          box-shadow: 0px 1.0499999523162842px 2.0999999046325684px 0px #1018280D;
  border: 1.6px solid #D2D6DB;
  border-radius: 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .footer__top > a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
footer .outer__footer .footer__top > a span {
  font-weight: 500;
  font-size: 15px;
  padding-left: 6px;
  position: relative;
  top: 1px;
}

.integration__wrapper {
  padding-bottom: 125px;
  padding-top: 150px;
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration {
  padding: 35px 40px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration:hover {
  -webkit-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration > span {
  margin-bottom: 25px;
  min-width: 97px;
  min-height: 98px;
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration > span > img {
  max-width: 97px;
  border-radius: 250px;
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 7px;
}
.integration__wrapper .outer__integration .grid__integration > .elem__integration > p {
  margin: 0px;
  font-size: 16px;
  line-height: 23px;
  color: #475467;
}
.integration__wrapper .outer__integration .head__integration {
  max-width: 325px;
}
.integration__wrapper .outer__integration .head__integration > h6 {
  margin: 0px;
  color: #000000;
}
.integration__wrapper .outer__integration .head__integration > span {
  color: #DB2777;
}

.connect__head {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(217, 217, 217, 0) 100%);
  padding-top: 140px;
  padding-bottom: 110px;
}
.connect__head .outer__head {
  max-width: 610px;
}
.connect__head .outer__head > h6 {
  letter-spacing: -0.025em;
  font-size: 46px;
  line-height: 50px;
}
.connect__head .outer__head > p {
  color: #6c737f;
}
.connect__head .outer__head > .head__logos > span > img {
  max-width: 82px;
  border-radius: 250px;
}
.connect__head .outer__head > .head__logos > p {
  font-size: 22px;
}

.integration__content {
  padding-bottom: 170px;
}
.integration__content .integration__middle .step__wrapper .introduction {
  border-bottom: 1px solid #eaecf0;
}
.integration__content .integration__middle .step__wrapper > .step__gallery .elem__gallery > img {
  height: 100%;
  width: 100%;
}
.integration__content .integration__middle .step__wrapper > .step__gallery .elem__gallery.upload {
  pointer-events: none;
  border: 1px dashed #EAECF0;
  border-radius: 12px;
}
.integration__content .integration__middle .step__wrapper > .step__gallery .elem__gallery.upload .upload__box > p a {
  color: #6941c6;
}
.integration__content .integration__middle .step__wrapper > .step__gallery .elem__gallery.upload .upload__box input {
  position: absolute;
  left: -2500px;
}
.integration__content .integration__middle .step__wrapper > .step__gallery:last-child {
  margin-bottom: 0px;
}
.integration__content .integration__middle .step__wrapper > p:last-child {
  margin-bottom: 0px;
}
.integration__content .integration__middle .step__wrapper > ul {
  padding: 0px;
  list-style-type: disc;
  padding-left: 17px;
}
.integration__content .integration__middle .step__wrapper > ul:last-child {
  margin-bottom: 0px;
}
.integration__content .integration__middle .step__wrapper .integration__quote {
  background: #F9FAFB;
}
.integration__content .integration__left {
  min-width: 150px;
  max-width: 150px;
}
.integration__content .integration__left .integration__float {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  left: 0px;
  overflow-y: auto;
}
.integration__content .integration__left .integration__float ul li a {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  white-space: nowrap;
}
.integration__content .integration__left .integration__float ul li a:hover {
  background-color: #f9fafb;
  color: #344054;
}
.integration__content .integration__left .integration__float ul li.active > a {
  color: #344054;
  background-color: #f9fafb;
}
.integration__content .integration__right {
  max-width: 360px;
}
.integration__content .integration__right .integration__sign {
  background: #F9FAFB;
}
.integration__content .integration__right .integration__sign a:hover {
  background-color: #141414;
  color: #fff;
  border-color: #141414;
}

.faq__head {
  padding-top: 165px;
  padding-bottom: 95px;
}
.faq__head .outer__faq--head > h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 60px;
}
.faq__head .outer__faq--head > p {
  margin: 0px;
}

.faq__block {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #F9FAFB;
}
.faq__block .outer__faq .faq__more {
  border-radius: 16px;
}
.faq__block .outer__faq .faq__more > span > img {
  max-width: 120px;
}
.faq__block .outer__faq .faq__grid {
  max-width: 768px;
}
.faq__block .outer__faq .faq__grid .elem__faq {
  border-bottom: 1px solid #eaecf0;
  cursor: pointer;
}
.faq__block .outer__faq .faq__grid .elem__faq.opened .title__faq > span img.minus {
  opacity: 1;
}
.faq__block .outer__faq .faq__grid .elem__faq.opened .title__faq > span img.plus {
  opacity: 0;
}
.faq__block .outer__faq .faq__grid .elem__faq > .title__faq > span {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  position: relative;
}
.faq__block .outer__faq .faq__grid .elem__faq > .title__faq > span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__block .outer__faq .faq__grid .elem__faq > .title__faq > span img .minus {
  opacity: 0;
}

.light__button {
  background: #444CE7;
  border: 1px solid #444CE7;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.light__button:hover {
  background-color: #141414;
}

.another__method > p {
  color: #475467;
}

.sign__in {
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 40px;
}

.sign__box {
  max-width: 360px;
}
.sign__box .group__submit > a {
  border: 1px solid #D0D5DD;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__box .group__submit > a:hover {
  opacity: .7;
}
.sign__box .group__submit button {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__box .group__submit button:hover {
  background-color: #141414;
}
.sign__box > p {
  color: #475467;
}
.sign__box .forgot__pass > a {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__box .forgot__pass > a:hover {
  opacity: .7;
}

.group__input > span {
  color: #475467;
}
.group__input > input {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.group__input > p {
  color: #344054;
}

.container__checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #D0D5DD;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
}

/* Show the checkmark when checked */
.container__checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.container__checkbox input:checked ~ .checkmark {
  background: #F9F5FF;
  border: 1px solid #7F56D9;
}

/* Style the checkmark/indicator */
.container__checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #7F56D9;
  border-width: 0 3px 3px 0;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: .4s ease opacity;
  transition: .4s ease opacity;
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.sign__up--wrapper > .sign__left {
  max-width: 45%;
  min-height: 100vh;
  min-width: 640px;
  padding: 65px 0px;
}
.sign__up--wrapper > .sign__left .float__bottom {
  width: calc(100% -  64px);
}
.sign__up--wrapper > .sign__left .float__bottom > p {
  color: #475467;
}
.sign__up--wrapper > .sign__left .float__bottom > a {
  color: #475467;
}
.sign__up--wrapper > .sign__left > a {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__up--wrapper > .sign__left > a:hover {
  opacity: .7;
}
.sign__up--wrapper > .sign__right {
  background-color: #F2F4F7;
  max-width: 55%;
  min-height: 100vh;
  padding-top: 96px;
  padding-left: 65px;
  padding-right: 65px;
  overflow: hidden;
  max-height: 100vh;
}
.sign__up--wrapper > .sign__right .quote__author .left__author > p {
  color: #101828;
}
.sign__up--wrapper > .sign__right .quote__author .left__author > span {
  color: #475467;
}
.sign__up--wrapper > .sign__right .quote__sign {
  max-width: 730px;
}
.sign__up--wrapper > .sign__right .quote__sign > p {
  color: #101828;
}

.content__header {
  padding-top: 230px;
  padding-bottom: 150px;
  overflow: hidden;
}
.content__header .content__image {
  pointer-events: none;
  max-width: 740px;
  width: 50%;
  bottom: -20%;
}
.content__header .content__image.smaller {
  bottom: -5%;
}
.content__header .content__image > .spark {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  min-width: 1050px;
  margin-top: 90px;
  margin-left: auto;
}
.content__header .content__image .main__image {
  z-index: 2;
}
.content__header .content__image .main__image > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
          box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  border-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.content__header .outer__content {
  max-width: 610px;
}
.content__header .outer__content > p {
  color: #374151;
}
.content__header .outer__content > h2 {
  font-size: 46px;
  line-height: 50px;
}

.blue {
  color: #4F46E5;
}

.green {
  color: #2E9E81;
}

.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#AF2E5E), to(#C83B6F));
  background: linear-gradient(180deg, #AF2E5E 0%, #C83B6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.orange {
  color: #EB5601;
}

.how__works.spacer {
  padding-bottom: 120px;
}
.how__works .how__progress {
  margin-top: 45px;
  height: 1px;
  width: 100%;
  position: relative;
}
.how__works .how__progress .active__progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
}
.how__works .how__grid .elem__how {
  position: relative;
  padding-right: 125px;
}
.how__works .how__grid .elem__how .step {
  border-radius: 250px;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  position: absolute;
  left: 0px;
  bottom: -60px;
  max-height: 30px;
  z-index: 2;
}
.how__works .how__grid .elem__how .how__image > img {
  min-width: 150px;
  max-width: 150px;
  border-radius: 250px;
}
.how__works.blue__how {
  background: #4F46E5;
}
.how__works.blue__how .how__progress {
  border-bottom: 1px dashed rgba(195, 197, 255, 0.39);
}
.how__works.blue__how .how__progress .active__progress {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(195, 197, 255, 0.5)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(195, 197, 255, 0.5) 100%);
}
.how__works.blue__how .elem__how:last-child {
  position: relative;
}
.how__works.blue__how .elem__how:last-child:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: #4F46E5;
}
.how__works.blue__how .elem__how.passed {
  position: relative;
}
.how__works.blue__how .elem__how.passed:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  width: 100%;
  height: 1px;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(195, 197, 255, 0.5)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(195, 197, 255, 0.5) 100%);
}
.how__works.blue__how .elem__how.active .step {
  background-color: #897CFF;
  color: white;
}
.how__works.blue__how .step {
  color: #4f46e5;
  background-color: #7872EE;
}
.how__works.blue__how .outer__how .how__grid .elem__how p {
  color: #d1e9ff;
}
.how__works.blue__how .outer__how .head__how {
  max-width: 340px;
}
.how__works.blue__how .outer__how .head__how > span {
  color: #eaecf5;
}
.how__works .head__how {
  max-width: 340px;
}
.how__works .elem__how .desc > p {
  color: #374151;
}
.how__works .elem__how .desc > span {
  color: #98a2b3;
}
.how__works.orange__how .how__progress {
  border-bottom: 1px dashed rgba(50, 142, 151, 0.15);
}
.how__works.orange__how .how__progress .active__progress {
  background: -webkit-gradient(linear, right top, left top, from(rgba(226, 155, 181, 0.5)), to(rgba(180, 49, 98, 0.5)));
  background: linear-gradient(270deg, rgba(226, 155, 181, 0.5) 0%, rgba(180, 49, 98, 0.5) 100%);
}
.how__works.orange__how .elem__how:last-child {
  position: relative;
}
.how__works.orange__how .elem__how:last-child:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: #fff;
}
.how__works.orange__how .elem__how.passed {
  position: relative;
}
.how__works.orange__how .elem__how.passed:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  width: 100%;
  z-index: 2;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(226, 155, 181, 0.5)), to(rgba(180, 49, 98, 0.5)));
  background: linear-gradient(270deg, rgba(226, 155, 181, 0.5) 0%, rgba(180, 49, 98, 0.5) 100%);
}
.how__works.orange__how .elem__how.active .step {
  background: #F86301;
  color: white;
}
.how__works.orange__how .step {
  color: #fff;
  background: #FFD3B7;
}
.how__works.green__how .how__progress {
  border-bottom: 1px dashed rgba(50, 142, 151, 0.15);
}
.how__works.green__how .how__progress .active__progress {
  background: -webkit-gradient(linear, right top, left top, from(rgba(253, 232, 240, 0.5)), to(rgba(238, 106, 155, 0.5)));
  background: linear-gradient(270deg, rgba(253, 232, 240, 0.5) 0%, rgba(238, 106, 155, 0.5) 100%);
}
.how__works.green__how .elem__how:last-child {
  position: relative;
}
.how__works.green__how .elem__how:last-child:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: #fff;
}
.how__works.green__how .elem__how.passed {
  position: relative;
}
.how__works.green__how .elem__how.passed:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  width: 100%;
  z-index: 2;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(45, 167, 141, 0.5)), to(rgba(14, 96, 77, 0.5)));
  background: linear-gradient(270deg, rgba(45, 167, 141, 0.5) 0%, rgba(14, 96, 77, 0.5) 100%);
}
.how__works.green__how .elem__how.active .step {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD96), color-stop(92.19%, #2F8E6C));
  background: linear-gradient(180deg, #2CAD96 0%, #2F8E6C 92.19%);
  color: white;
}
.how__works.green__how .step {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 173, 150, 0.6)), color-stop(92.19%, rgba(47, 142, 108, 0.6)));
  background: linear-gradient(180deg, rgba(44, 173, 150, 0.6) 0%, rgba(47, 142, 108, 0.6) 92.19%);
}
.how__works.pink__how {
  background: -webkit-gradient(linear, left top, left bottom, from(#AE2D5D), to(#AD2C5C));
  background: linear-gradient(180deg, #AE2D5D 0%, #AD2C5C 100%);
}
.how__works.pink__how .elem__how .desc > span {
  color: #FFFFFF;
}
.how__works.pink__how .how__progress {
  border-bottom: 1px dashed #DE5D8D;
}
.how__works.pink__how .how__progress .active__progress {
  background: -webkit-gradient(linear, right top, left top, from(rgba(253, 232, 240, 0.5)), to(rgba(238, 106, 155, 0.5)));
  background: linear-gradient(270deg, rgba(253, 232, 240, 0.5) 0%, rgba(238, 106, 155, 0.5) 100%);
}
.how__works.pink__how .elem__how:last-child {
  position: relative;
}
.how__works.pink__how .elem__how:last-child:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#AE2D5D), to(#AD2C5C));
  background: linear-gradient(180deg, #AE2D5D 0%, #AD2C5C 100%);
}
.how__works.pink__how .elem__how.passed {
  position: relative;
}
.how__works.pink__how .elem__how.passed:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -46px;
  width: 100%;
  z-index: 2;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(195, 197, 255, 0.5)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(195, 197, 255, 0.5) 100%);
}
.how__works.pink__how .elem__how.active .step {
  background-color: #8F224B;
  color: white;
}
.how__works.pink__how .step {
  color: #fff;
  background-color: #EB90B1;
}
.how__works.pink__how .outer__how .how__grid .elem__how p {
  color: #FEC0D7;
}
.how__works.pink__how .outer__how .head__how {
  max-width: 340px;
}
.how__works.pink__how .outer__how .head__how > span {
  color: #FEC1D7;
}

.article__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.article__wrapper .elem__article {
  margin-bottom: 140px;
}
.article__wrapper .elem__article .article__desc {
  padding-top: 60px;
}
.article__wrapper .elem__article:last-child {
  margin-bottom: 0px;
}
.article__wrapper .elem__article .article__image {
  max-width: 540px;
  width: 100%;
}
.article__wrapper .elem__article .article__image > img {
  max-width: 100%;
}
.article__wrapper .elem__article .article__desc {
  max-width: 610px;
  width: 100%;
}
.article__wrapper .elem__article .article__desc:nth-child(1) {
  margin-right: 80px;
}
.article__wrapper .elem__article .article__desc:nth-child(2) {
  margin-left: 80px;
}
.article__wrapper .elem__article .article__desc > p {
  color: #6B7280;
}

.get__started {
  padding-bottom: 200px;
  padding-top: 90px;
  overflow: hidden;
}
.get__started .get__button {
  position: relative;
  z-index: 2;
}
.get__started .get__button > a {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border: 1.6px solid #000;
  border-radius: 18px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background-color: black;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.get__started .get__button > a:hover {
  border-color: #141414;
  background-color: #141414;
}
.get__started .get__button > a span {
  font-weight: 500;
  font-size: 15px;
  padding-left: 6px;
  position: relative;
  top: 1px;
}
.get__started .head__get {
  margin-bottom: -12%;
  position: relative;
  z-index: 2;
}
.get__started .get__image {
  margin-bottom: -12%;
  margin-top: -4%;
}
.get__started .get__image > img {
  min-width: 900px;
  position: relative;
  width: 100%;
}

.spark__span {
  -webkit-filter: blur(145px);
          filter: blur(145px);
  width: 614px;
  height: 614px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 100px;
  top: 150px;
}
.spark__span.orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B00), to(#D84100));
  background: linear-gradient(180deg, #FF6B00 0%, #D84100 100%);
}
.spark__span.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#AE2D5D), to(#AD2C5C));
  background: linear-gradient(180deg, #AE2D5D 0%, #AD2C5C 100%);
}
.spark__span.blue {
  background: rgba(79, 70, 229, 0.3);
}
.spark__span.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD96), color-stop(92.19%, #2F8E6C));
  background: linear-gradient(180deg, #2CAD96 0%, #2F8E6C 92.19%);
}

.benefits__wrapper {
  padding-top: 98px;
  padding-bottom: 98px;
}
.benefits__wrapper .benefits__head {
  margin-bottom: 60px;
}
.benefits__wrapper .benefits__grid {
  max-width: 970px;
}
.benefits__wrapper .benefits__grid .elem__benefit {
  max-width: 220px;
}
.benefits__wrapper .benefits__grid .elem__benefit > h6 {
  min-height: 56px;
  margin-bottom: 5px;
}
.benefits__wrapper .benefits__grid .elem__benefit > span > img {
  min-width: 100px;
  max-width: 100px;
}
.benefits__wrapper.green__benefits {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD96), color-stop(92.19%, #2F8E6C));
  background: linear-gradient(180deg, #2CAD96 0%, #2F8E6C 92.19%);
}
.benefits__wrapper.green__benefits .elem__benefit > p {
  color: rgba(255, 255, 255, 0.6);
}
.benefits__wrapper.green__benefits .elem__benefit > h6 {
  color: #d1fadf;
}
.benefits__wrapper.green__benefits .benefits__head > span {
  color: #bef0e4;
}
.benefits__wrapper.orange__benefits {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B00), to(#D84100));
  background: linear-gradient(180deg, #FF6B00 0%, #D84100 100%);
}
.benefits__wrapper.orange__benefits .elem__benefit > p {
  color: #ecfdf3;
}
.benefits__wrapper.orange__benefits .elem__benefit > h6 {
  color: #fdead7;
}
.benefits__wrapper.orange__benefits .benefits__head > span {
  color: #fdead7;
}

.hero__wrapper {
  padding-top: 205px;
  padding-bottom: 140px;
  overflow: hidden;
}
.hero__wrapper .hero__main--image {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
.hero__wrapper .hero__main--image > .cards {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  max-width: 1360px;
  margin-left: 40px;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
  width: 100%;
}
.hero__wrapper .hero__main--image > .mobile {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}
.hero__wrapper .hero__main--image > img {
  max-width: 1560px;
  width: 100%;
  position: relative;
  left: 10px;
}
.hero__wrapper .outer__hero .hero__join {
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.hero__wrapper .outer__hero .hero__join ul li {
  min-width: 51px;
  max-width: 51px;
  min-height: 51px;
  max-height: 51px;
  border-radius: 250px;
  margin-right: -15px;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(1) {
  z-index: 1;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(2) {
  z-index: 2;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(3) {
  z-index: 3;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(4) {
  z-index: 4;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(5) {
  z-index: 5;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(6) {
  z-index: 6;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(7) {
  z-index: 7;
}
.hero__wrapper .outer__hero .hero__join ul li:nth-child(8) {
  z-index: 8;
}
.hero__wrapper .outer__hero .hero__join ul li span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 250px;
  background: linear-gradient(104.33deg, rgba(255, 255, 255, 0.09) 9.28%, rgba(196, 196, 196, 0) 315.58%);
  -webkit-box-shadow: 0px 1.55271px 2.32906px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.55271px 2.32906px rgba(0, 0, 0, 0.07);
  -webkit-backdrop-filter: blur(4.55687px);
          backdrop-filter: blur(4.55687px);
}
.hero__wrapper .outer__hero .hero__join ul li > img {
  min-width: 43px;
  max-width: 43px;
  border-radius: 250px;
  position: relative;
  z-index: 2;
}
.hero__wrapper .outer__hero .hero__box {
  position: relative;
  z-index: 2;
  margin-top: 52px;
  max-width: 740px;
}
.hero__wrapper .outer__hero .hero__box .float__two {
  position: absolute;
  left: -300px;
  top: -50px;
  max-width: 330px;
}
.hero__wrapper .outer__hero .hero__box .float__four {
  position: absolute;
  left: -240px;
  bottom: -80px;
  max-width: 330px;
}
.hero__wrapper .outer__hero .hero__box .float__three {
  position: absolute;
  right: -320px;
  bottom: 50px;
  max-width: 330px;
}
.hero__wrapper .outer__hero .hero__box .float__one {
  position: absolute;
  right: -200px;
  top: -100px;
  max-width: 330px;
}
.hero__wrapper .outer__hero .hero__box .hero__button {
  margin-top: 30px;
}
.hero__wrapper .outer__hero .hero__box .hero__button > a {
  background-color: black;
}
.hero__wrapper .outer__hero .hero__box .hero__button > a:hover {
  background-color: #141414;
  color: #fff;
  border-color: #141414;
}
.hero__wrapper .outer__hero .hero__box .hero__button > a:active {
  background-color: #7F56D9;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
}
.hero__wrapper .outer__hero .hero__box .hero__button > a > p {
  color: #fff;
}
.hero__wrapper .outer__hero .hero__box .hero__button > a > span {
  color: #fff;
}
.hero__wrapper .outer__hero .hero__box > p {
  max-width: 610px;
  font-size: 19px;
  line-height: 31px;
  color: rgba(94, 94, 94, 0.81);
}
.hero__wrapper .outer__hero .hero__box > h1 {
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -0.025em;
}
.hero__wrapper .outer__hero .hero__reviews > ul, .hero__wrapper .outer__hero .hero__reviews > p {
  position: relative;
  z-index: 2;
}
.hero__wrapper .outer__hero .hero__reviews > p {
  color: #c2c2c2;
}
.hero__wrapper .outer__hero .hero__reviews > img {
  min-width: 1380px;
  max-width: 1380px;
  position: absolute;
  top: -200px;
}

.companies__wrapper {
  margin-top: 40px;
}
.companies__wrapper .companies__grid {
  position: relative;
}
.companies__wrapper .companies__grid:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 140px;
  width: 335px;
  background: url("../img/leftshadow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.companies__wrapper .companies__grid:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 140px;
  width: 335px;
  background: url("../img/rightshadow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.companies__wrapper .outer__companies {
  position: relative;
}
.companies__wrapper .outer__companies > p {
  text-align: center;
}
.companies__wrapper .outer__companies .elem__company {
  padding: 0px 20px;
}

.word__wrapper {
  padding-top: 70px;
  padding-bottom: 75px;
  overflow: hidden;
  position: relative;
}
.word__wrapper .word__button > a {
  min-width: 145px;
  min-height: 42px;
  border: 1px solid #e3e3e3;
  border-radius: 250px;
  color: #3d3d3d;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.word__wrapper .word__button > a:hover {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}
.word__wrapper .word__image {
  margin-bottom: -5%;
}
.word__wrapper .word__image > img {
  width: 100%;
  max-width: 100%;
}
.word__wrapper .outer__word {
  text-align: center;
  max-width: 485px;
}
.word__wrapper .outer__word > h2 {
  margin-top: 0px;
}
.word__wrapper .outer__word > p {
  color: #344054;
}

.home__article .elem__home--article {
  padding: 80px 0px;
}
.home__article .elem__home--article .home__article--desc {
  max-width: 610px;
}
.home__article .elem__home--article .home__article--desc .article__feedback {
  max-width: 465px;
  border-top: 1px solid #E5E7EB;
}
.home__article .elem__home--article .home__article--desc .article__feedback > p {
  color: #6B7280;
}
.home__article .elem__home--article .home__article--desc .article__feedback .article__avatar span > img {
  min-width: 24px;
  max-width: 24px;
  border-radius: 250xp;
}
.home__article .elem__home--article .home__article--desc > h6 {
  max-width: 465px;
}
.home__article .elem__home--article .home__article--image:nth-child(1) {
  margin-right: 60px;
}
.home__article .elem__home--article .home__article--image:nth-child(2) {
  margin-left: 60px;
}
.home__article .elem__home--article .home__article--image .float {
  position: absolute;
  top: 105px;
  left: -130px;
}
.home__article .elem__home--article .home__article--image .float > img {
  max-width: 220px;
}
.home__article .elem__home--article .home__article--image > img {
  max-width: 575px;
}

.lightpink {
  color: #FF85AF;
}

.brown {
  color: #AE2D5D;
}

.home__article .elem__home--article .home__article--desc > p {
  color: #6B7280;
}

.word__cloud {
  width: calc(100% + 100px);
  margin-left: -50px;
  position: relative;
}
.word__cloud .cloud__wrapper {
  max-width: 20%;
  width: 20%;
  padding: 0px 12px;
  margin-bottom: 24px;
}
.word__cloud .elem__cloud {
  padding: 19px 22px;
  background: linear-gradient(104.33deg, rgba(167, 167, 167, 0.09) 9.28%, rgba(196, 196, 196, 0) 315.58%);
  opacity: 1;
  -webkit-backdrop-filter: blur(5.35572px);
          backdrop-filter: blur(5.35572px);
  border-radius: 13.3893px;
}
.word__cloud .elem__cloud .cloud__desc > p {
  margin: 0px;
  color: #828282;
  font-weight: 400;
}
.word__cloud .elem__cloud .cloud__desc > p a {
  color: #0ea5e9;
  text-decoration: none;
}
.word__cloud .elem__cloud .cloud__top {
  margin-bottom: 20px;
}
.word__cloud .elem__cloud .cloud__left .cloud__author > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.word__cloud .elem__cloud .cloud__left .cloud__author > span {
  font-size: 13px;
  line-height: 20px;
  color: #7c7c7c;
}
.word__cloud .elem__cloud .cloud__left > span {
  margin-right: 11px;
}
.word__cloud .elem__cloud .cloud__left > span > img {
  max-width: 43px;
  min-width: 43px;
  border-radius: 250px;
}
.word__cloud > span {
  background: linear-gradient(3.03deg, #FFFFFF 45.68%, rgba(255, 255, 255, 0) 97.39%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 260px;
  z-index: 3;
  display: block;
}

.word__button {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

.get__started .head__get {
  position: relative;
  z-index: 5;
}

.get__started .get__button {
  position: relative;
  z-index: 5;
  margin-top: -150px;
}

.get__cloud {
  position: relative;
  min-width: 1920px;
  width: calc(100% + 400px);
}
.get__cloud:before {
  content: "";
  position: absolute;
}
.get__cloud > span.bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.get__cloud > span.bottom > img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
.get__cloud > span.top {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -24%;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.get__cloud > span.top > img {
  width: 100%;
}
.get__cloud > span.left {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 230px;
  z-index: 3;
  height: 100%;
}
.get__cloud > span.left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get__cloud > span.right {
  position: absolute;
  right: 200px;
  top: 0px;
  width: 230px;
  z-index: 3;
  height: 100%;
}
.get__cloud > span.right > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get__cloud .elem__cloud {
  padding: 16px 20px;
  width: 16.6%;
}
.get__cloud .elem__cloud > .inner__cloud {
  padding: 24px;
  background: linear-gradient(104.33deg, rgba(167, 167, 167, 0.09) 9.28%, rgba(196, 196, 196, 0) 315.58%);
  border: 1px solid #E5E5E5;
  border-radius: 13px;
  min-height: 145px;
}
.get__cloud .elem__cloud > .inner__cloud > h6 {
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #4d5761;
}
.get__cloud .elem__cloud > .inner__cloud > p {
  color: #a3a3a3;
}

.get__cloud > span.top {
  top: -24%;
}

.or__info > span {
  width: 100%;
  height: 1px;
  background-color: #EAECF0;
}
.or__info > p {
  margin: 0px;
  margin: 0px 8px;
  color: #475467;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.socials__login > ul > li {
  margin-right: 10px;
}
.socials__login > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.socials__login > ul > li > a:hover {
  background-color: #F9FAFB;
}
.socials__login > ul > li > a:active {
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F4F7;
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F2F4F7;
}
.socials__login > ul > li:last-child {
  margin-right: 0px;
}

.author__sign > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  font-weight: 500;
}
.author__sign .author__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.author__sign .author__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.author__sign .author__bottom ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}
.author__sign .author__bottom ul > li:last-child {
  margin-right: 0px;
}
.author__sign .author__bottom > .author__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.author__sign .author__bottom > .author__desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  font-weight: 600;
}
.author__sign .author__bottom > .author__desc > span {
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  font-weight: 500;
}

.saying__block {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  position: relative;
}
.saying__block:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 340px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57.7%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 57.7%, #FFFFFF 100%);
}
.saying__block .saying__head {
  max-width: 740px;
}
.saying__block .saying__head > p {
  text-align: center;
}

.saying__block .saying__grid {
  margin-top: 80px;
}

.saying__box {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.saying__box.saying__small {
  padding: 25px;
}
.saying__box .elem__saying {
  padding: 10px;
  width: 25%;
}
.saying__box .elem__saying .feedback__box {
  padding: 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  border-radius: 10px;
}
.saying__box .elem__saying .feedback__saying > p {
  margin: 0px;
  color: #828282;
  font-size: 16px;
  line-height: 26px;
}
.saying__box .elem__saying .feedback__saying > p a {
  color: #0ea5e9;
}
.saying__box .elem__saying .feedback__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.saying__box .elem__saying .feedback__profile > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.saying__box .elem__saying .feedback__profile > a:hover {
  opacity: .7;
}
.saying__box .elem__saying .feedback__profile .profile__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.saying__box .elem__saying .feedback__profile .profile__author .profile__author--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.saying__box .elem__saying .feedback__profile .profile__author .profile__author--desc > p {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  color: black;
}
.saying__box .elem__saying .feedback__profile .profile__author .profile__author--desc > span {
  font-size: 13px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 400;
}
.saying__box .elem__saying .feedback__profile .profile__author > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.saying__box .elem__saying .feedback__profile .profile__author > span > img {
  min-width: 43px;
  max-width: 43px;
  border-radius: 250px;
}

.saying__box .small__one {
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  border-radius: 13px;
}
.saying__box .small__one > span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.saying__box .small__one > p {
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
}
.saying__box .small__one.purple__box {
  background: rgba(79, 70, 229, 0.1);
  -webkit-transform: rotate(-12.88deg);
          transform: rotate(-12.88deg);
}
.saying__box .small__one.purple__box > p {
  color: #4f46e5;
}
.saying__box .small__one.purple__box > span {
  color: #4F46E5;
}
.saying__box .small__one.brown__box {
  background: rgba(173, 44, 92, 0.1);
  -webkit-transform: rotate(5.88deg);
          transform: rotate(5.88deg);
}
.saying__box .small__one.brown__box > p {
  color: #ae2d5d;
}
.saying__box .small__one.brown__box > span {
  color: #ae2d5d;
}
.saying__box .small__one.pink__box {
  background: #FFF3F6;
  border-radius: 13.3893px;
  -webkit-transform: rotate(6.11deg);
          transform: rotate(6.11deg);
}
.saying__box .small__one.pink__box > p {
  color: #ff6dc5;
}
.saying__box .small__one.pink__box > span {
  color: #ff6dc5;
}
.saying__box .saying__feedback {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.saying__box .saying__feedback > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.saying__box .saying__feedback > p {
  margin: 0px;
  color: #A3A3A3;
  font-size: 14px;
}
.saying__box .saying__feedback .auth__feedback {
  margin-top: 24px;
}
.saying__box .saying__feedback .auth__feedback > .auth__info {
  margin-right: 10px;
}
.saying__box .saying__feedback .auth__feedback > .auth__info .auth__text > p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
  font-weight: 500;
}
.saying__box .saying__feedback .auth__feedback > .auth__info .auth__text > span {
  font-size: 12px;
  line-height: 14px;
  color: #a3a3a3;
}
.saying__box .saying__feedback .auth__feedback > .auth__info > span > img {
  min-width: 32px;
  max-width: 32px;
  border-radius: 250px;
}
.saying__box .saying__feedback .auth__feedback > span {
  padding: 3px 6px;
  background: #F5F5F5;
  border-radius: 100px;
  font-size: 12px;
  line-height: 14px;
  color: black;
  font-weight: 500;
}
.saying__box .saying__feedback .auth__feedback > span img {
  margin-left: 6px;
}
.saying__box .saying__feedback > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.saying__box .saying__feedback > span > img {
  max-width: 105px;
}
.saying__box .saying__quality {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.saying__box .saying__quality .top__quality > span > img {
  max-width: 105px;
}
.saying__box .saying__quality .top__quality .double__logo img {
  max-width: 105px;
}
.saying__box .saying__quality .top__quality li {
  margin-right: 2px;
}
.saying__box .saying__quality .top__quality li:last-child {
  margin-right: 0px;
}
.saying__box .saying__quality > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 64px;
  line-height: 61px;
  color: #141414;
  margin-top: 24px;
}
.saying__box .saying__quality > h2 span {
  color: #a3a3a3;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
.saying__box .saying__quality > h6 {
  margin: 0px;
  font-size: 24px;
  color: black;
}
.saying__box .saying__quality .reviews__wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.saying__box .saying__quality .reviews__wrap > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 400;
}

.benefits__pricing {
  padding-top: 95px;
  padding-bottom: 92px;
  background: #4F46E5;
}
.benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing {
  padding: 35px 70px;
}
.benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing > h6 {
  color: #eef4ff;
  font-size: 24px;
}
.benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #c7d7fe;
}
.benefits__pricing .outer__benefits--pricing .head__benefits {
  max-width: 475px;
}
.benefits__pricing .outer__benefits--pricing .head__benefits > span {
  color: #c7d7fe;
}

.saying__block.sign {
  padding-top: 0px;
  width: calc(100% + 130px);
  margin-left: -65px;
  min-width: 1340px;
}
.saying__block.sign .saying__grid {
  margin-top: 50px;
}
.saying__block.sign:before {
  height: 180px;
}
.saying__block.sign .outer__saying > .saying__box {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.pricing__main {
  padding-bottom: 165px;
  padding-top: 180px;
  position: relative;
}
.pricing__main > img {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.pricing__main .outer__pricing--main .controls__pricing .switcher__pricing .switch__toggle > p {
  font-size: 14px;
  line-height: 18px;
  color: #475467;
  font-weight: 400;
}
.pricing__main .outer__pricing--main .controls__pricing .switcher__pricing > span {
  padding: 2px 8px;
  background: #EEF4FF;
  border-radius: 6px;
  color: #3538CD;
}
.pricing__main .outer__pricing--main .controls__pricing > p {
  margin: 0px;
  color: black;
}
.pricing__main .outer__pricing--main .head__pricing--main {
  max-width: 480px;
}
.pricing__main .outer__pricing--main .head__pricing--main > h2 {
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -0.025em;
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 22px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3538cd;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px) translateY(-50%);
  transform: translateX(19px) translateY(-50%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pricing__slider .irs--flat .irs-bar--single {
  height: 20px;
  background-color: #444CE7;
  border-radius: 5px;
}
.pricing__slider .irs--flat .irs-handle > i:nth-child(1) {
  background: #FFFFFF;
  border: 4px solid #444CE7;
  /* Drop Shadow / 3 */
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 3px 3px rgba(0, 0, 0, 0.06), 0px 3px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 3px 3px rgba(0, 0, 0, 0.06), 0px 3px 4px rgba(0, 0, 0, 0.08);
  border-radius: 256px;
  width: 25px;
  height: 46px;
  top: -13px;
  left: -3px;
  cursor: pointer;
  background-color: #fff !important;
}
.pricing__slider .irs .irs-min {
  display: none;
}
.pricing__slider .irs .irs-max {
  display: none;
}
.pricing__slider .irs .irs-single {
  padding: 8px 12px;
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background: #101828;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: 600;
  top: -30px;
  opacity: 0;
  -webkit-transition: .4s ease opacity;
  transition: .4s ease opacity;
}
.pricing__slider .irs .irs-single:before {
  content: none;
}
.pricing__slider .irs .irs-line {
  height: 20px;
  background: #E0EAFF;
  border-radius: 5px;
}
.pricing__slider .irs .irs-handle {
  height: 20px;
}

.saying__head {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  padding-bottom: 80px;
}
.pricing__grid > .elem__pricing {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding-bottom: 85px;
  position: relative;
  position: relative;
}
.pricing__grid > .elem__pricing:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/pricingshadow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: calc(100% + 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 48px;
  bottom: -80px;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.pricing__grid > .elem__pricing.active__pricing {
  border: 1px solid #444ce7;
  border-color: #444ce7;
}
.pricing__grid > .elem__pricing.active__pricing:before {
  opacity: 1;
}
.pricing__grid > .elem__pricing.active__pricing .button__wrapper > a {
  background: #444CE7;
  border-color: #444CE7;
  color: #fff;
}
.pricing__grid > .elem__pricing.active__pricing .button__wrapper > a:hover {
  border-color: #141414;
  background-color: #141414;
}
.pricing__grid > .elem__pricing .button__wrapper {
  position: absolute;
  left: 25px;
  width: calc(100% - 50px);
  bottom: 25px;
}
.pricing__grid > .elem__pricing .button__wrapper > a {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.pricing__grid > .elem__pricing .button__wrapper > a:hover {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}
.pricing__grid > .elem__pricing .pricing__content {
  padding-left: 25px;
  padding-right: 25px;
}
.pricing__grid > .elem__pricing .pricing__content ul > li {
  color: #6B7280;
}
.pricing__grid > .elem__pricing .pricing__head {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}
.pricing__grid > .elem__pricing .pricing__head p.float__p {
  margin: 0px;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #3538CD;
  font-weight: 500;
  background: #EEF4FF;
  border-radius: 6px;
}
.pricing__grid > .elem__pricing .pricing__head .pricing__info > p {
  font-size: 28px;
  line-height: 33px;
  color: black;
}
.pricing__grid > .elem__pricing .pricing__head .pricing__info > p span:nth-child(2) {
  font-size: 14px;
}
.pricing__grid > .elem__pricing .pricing__head > h6 {
  margin: 0px;
  color: #1d2939;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 2px;
}
.pricing__grid > .elem__pricing .pricing__head > p {
  margin: 0px;
  color: #475467;
}

.hero__button > .regular-btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #141414 !important;
}

.header__main > .regular-btn:hover {
  border-color: black !important;
  background-color: black !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown__box {
  position: absolute;
  left: 0px;
  top: 35px;
  padding: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), linear-gradient(104.33deg, rgba(247, 247, 247, 0.09) 9.28%, rgba(196, 196, 196, 0) 315.58%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 9.43971px;
  width: 768px;
  max-width: 768px;
  z-index: 3;
  border: 1px solid #E5E7EB;
  /* shadow/sm */
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown__box .dropdown__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  padding: 12px;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown > .dropdown__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown > .dropdown__desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 500;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown > .dropdown__desc > span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.44);
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown > span > img {
  min-width: 48px;
  max-width: 48px;
}
.dropdown .dropdown__box .dropdown__inner > .elem__dropdown:hover {
  background: #EAECF0;
}

.word__cloud {
  max-height: 480px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  overflow: hidden;
}

.pricing__info {
  position: relative;
}
.pricing__info .float {
  position: absolute;
  top: -23px;
  left: 0px;
  color: #4F46E5;
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  opacity: 0;
}

.pricing__info > span {
  min-height: 16px;
}

.how__works .how__grid .elem__how {
  padding-right: 70px;
}

.how__works .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.error__block {
  padding-top: 230px;
  padding-bottom: 230px;
}
.error__block .outer__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.error__block .outer__error .error__image {
  width: 100%;
  max-width: 580px;
  min-width: 480px;
}
.error__block .outer__error > .error__desc {
  max-width: 570px;
  width: 100%;
  margin-right: 64px;
}
.error__block .outer__error > .error__desc > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4F46E5;
  margin-bottom: 12px;
}
.error__block .outer__error > .error__desc > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
}
.error__block .outer__error > .error__desc > p {
  margin: 0px;
  max-width: 480px;
  font-size: 20px;
  line-height: 30px;
  color: #475467;
}

.tools__wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
}
.tools__wrapper .outer__tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}
.tools__wrapper .outer__tools > .elem__tool {
  -webkit-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
}
.tools__wrapper .outer__tools > .elem__tool > .tool__desc {
  padding: 18px 30px;
}
.tools__wrapper .outer__tools > .elem__tool > .tool__desc > p {
  margin: 0px;
  font-size: 24px;
  line-height: 31px;
  color: black;
  font-weight: 600;
}
.tools__wrapper .outer__tools > .elem__tool > .tool__desc > span {
  font-size: 16px;
  line-height: 23px;
  color: #475467;
  font-weight: 400;
}
.tools__wrapper .outer__tools > .elem__tool > .tool__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 140px;
  padding: 20px;
  background-color: #9DA4AE;
}
.tools__wrapper .outer__tools > .elem__tool > .tool__logo > img {
  max-width: 100%;
}

.compare__main {
  padding-top: 50px;
  padding-bottom: 0px;
}
.compare__main .outer__compare .compare__text {
  max-width: 685px;
}
.compare__main .outer__compare .compare__text > .el__compare {
  margin-bottom: 32px;
}
.compare__main .outer__compare .compare__text > .el__compare > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 500;
}
.compare__main .outer__compare .compare__text > .el__compare > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.compare__main .outer__compare .compare__text > .el__compare > p:last-child {
  margin-bottom: 0px;
}
.compare__main .outer__compare .compare__text > .el__compare:last-child {
  margin-bottom: 0px;
}

.comparison__head {
  padding-top: 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  position: relative;
  z-index: 2;
}
.comparison__head:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/comparison1.svg");
  background-repeat: no-repeat;
  background-size: 1440px;
  pointer-events: none;
  background-position: center top;
}
.comparison__head .outer__comparison {
  min-height: 540px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}
.comparison__head .outer__comparison > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comparison__head .outer__comparison > span > img {
  max-width: 80px;
  border-radius: 250px;
}
.comparison__head .outer__comparison .title__comparison {
  margin-top: 50px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.comparison__head .outer__comparison .title__comparison .title__button > a {
  background-color: black;
}
.comparison__head .outer__comparison .title__comparison .title__button > a:hover {
  border-color: #141414;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #141414 !important;
}
.comparison__head .outer__comparison .title__comparison .title__button > a p, .comparison__head .outer__comparison .title__comparison .title__button > a span {
  color: #fff;
}
.comparison__head .outer__comparison .title__comparison > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.comparison__head .outer__comparison .title__comparison > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #6c737f;
  font-weight: 400;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.comparison__head .outer__comparison .title__comparison > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 46px;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
}
.comparison__head .outer__comparison .title__comparison > h6 span {
  font-weight: bold;
  background: linear-gradient(92.26deg, #593CAC 17.27%, #4940DB 42.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing__grid > .elem__pricing:before {
  content: none !important;
}

.pricing__grid > .elem__pricing.active__pricing:before {
  content: "" !important;
}

.stat__block {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #4F46E5;
  overflow: hidden;
}
.stat__block .outer__stat {
  position: relative;
}
.stat__block .outer__stat:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0px;
  width: 312px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(79, 70, 229, 0)), color-stop(17.71%, rgba(79, 70, 229, 0.5)), to(#4F46E5));
  background: linear-gradient(270deg, rgba(79, 70, 229, 0) 0%, rgba(79, 70, 229, 0.5) 17.71%, #4F46E5 100%);
}
.stat__block .outer__stat:after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0px;
  width: 312px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 70, 229, 0)), color-stop(17.71%, rgba(79, 70, 229, 0.5)), to(#4F46E5));
  background: linear-gradient(90deg, rgba(79, 70, 229, 0) 0%, rgba(79, 70, 229, 0.5) 17.71%, #4F46E5 100%);
}
.stat__block .outer__stat .elem__stat > h6 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: white;
}
.stat__block .outer__stat .elem__stat > p {
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-weight: 500;
}

.compare__table {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  /* Optional: show position indicator in red */
}
.compare__table::-webkit-scrollbar {
  height: 0px;
  width: 4px;
  background-color: #F1F1F1;
}
.compare__table::-webkit-scrollbar-thumb {
  height: 0px;
  width: 4px;
  background-color: #C1C1C1;
}
.compare__table .compare__grid .elem__compare:nth-child(odd) {
  background-color: #f9fafb;
}
.compare__table .compare__grid .elem__compare {
  min-height: 64px;
}
.compare__table .compare__grid .elem__compare > p {
  margin: 0px;
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 4px;
}
.compare__table .dark {
  background-color: #1D2939;
  border-radius: 15px;
  overflow: hidden;
}
.compare__table .dark .compare__grid > .elem__compare:nth-child(odd) {
  background-color: #101828;
}
.compare__table .dark .compare__grid > .elem__compare:nth-child(even) {
  background-color: #1D2939;
}
.compare__table .dark .header__compare {
  background-color: #1D2939;
}
.compare__table .dark .header__compare > h6 {
  color: white;
}
.compare__table .dark .header__compare > p {
  color: #eaecf0;
}
.compare__table .header__compare {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  min-height: 225px;
}
.compare__table .header__compare > h6 {
  font-size: 32px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0px;
}
.compare__table .header__compare > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}
.compare__table .header__compare > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.compare__table .header__compare > span > img {
  max-height: 35px;
  max-width: 100%;
}
.compare__table .compare__names {
  width: 100%;
  max-width: 405px;
  min-width: 405px;
}
.compare__table .compare__names .elem__compare {
  padding-left: 24px;
  padding-right: 24px;
}
.compare__table > .compare__table--row {
  max-width: 405px;
  width: 100%;
  min-width: 405px;
}

.tooltip__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.tooltip__wrapper:hover .tooltip__float {
  opacity: 1;
}
.tooltip__wrapper .tooltip__float {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  margin-bottom: 20px;
  background-color: #101828;
  min-width: 320px;
  max-width: 320px;
  border-radius: 5px;
  padding: 12px;
  pointer-events: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.tooltip__wrapper .tooltip__float > span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 4px;
}
.tooltip__wrapper .tooltip__float > p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.get__started--button {
  padding: 32px 24px;
}
.get__started--button > a {
  min-height: 48px;
  background: #4F46E5;
  border: 1px solid #4F46E5;
  color: #fff;
}
.get__started--button > a:hover {
  border-color: #141414;
  background-color: #141414;
}

@media (min-width: 1920px) {
  .get__cloud > span.top {
    top: -28%;
  }
}
@media (min-width: 2140px) {
  .get__cloud > span.top {
    top: -32%;
  }
}
@media (min-width: 2400px) {
  .get__cloud > span.top {
    top: -36%;
  }
}
@media (min-width: 2480px) {
  .get__cloud > span.top {
    top: -39%;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) and (max-height: 700px) {
  .sign__left .sign__box .group__input {
    margin-bottom: 12px;
  }

  .sign__left .sign__box form {
    margin-top: 20px;
  }

  .sign__up--wrapper > .sign__left > a {
    top: 16px;
    left: 16px;
  }

  .sign__up--wrapper > .sign__left .float__bottom {
    width: calc(100% - 32px);
    bottom: 16px;
    left: 16px;
  }
}
@media (max-width: 1760px) {
  .get__cloud > span.top {
    top: -15%;
  }
}
@media (max-width: 1640px) {
  .get__cloud .elem__cloud > .inner__cloud {
    min-height: 160px;
  }
}
@media (max-width: 1360px) {
  .word__cloud .cloud__wrapper {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 1280px) {
  .compare__table {
    width: calc(100%  + 20px);
  }

  .companies__wrapper .outer__companies .elem__company img {
    max-height: 35px;
  }

  .hero__wrapper .outer__hero .hero__box .float__one {
    max-width: 240px;
    right: -120px;
  }

  .hero__wrapper .outer__hero .hero__box .float__two {
    max-width: 240px;
    left: -200px;
  }

  .hero__wrapper .outer__hero .hero__box .float__three {
    max-width: 240px;
    right: -200px;
  }

  .hero__wrapper .outer__hero .hero__box .float__four {
    max-width: 240px;
    left: -140px;
  }

  .content__header .content__image.smaller {
    bottom: 0px;
  }

  .benefits__wrapper {
    padding: 64px 0px;
  }

  .spark__span {
    right: 0px;
  }

  .how__works .how__progress {
    width: 100%;
  }

  .how__works .how__grid .elem__how {
    padding-right: 60px;
  }

  .how__works .how__grid {
    grid-column-gap: 0px;
  }

  .get__started .get__image {
    margin-top: -2%;
  }

  .content__header .outer__content > h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .content__header .outer__content {
    max-width: 520px;
  }

  .content__header .content__image {
    width: calc(100% - 550px);
    bottom: -10%;
  }

  .sign__up--wrapper > .sign__right {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 64px;
  }

  .sign__up--wrapper .sign__left {
    min-width: 500px;
  }

  .sign__up--wrapper .sign__left {
    padding: 80px 0px;
  }

  .integration__content .integration__right {
    max-width: 290px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration {
    padding: 30px 25px;
  }

  .integration__content {
    padding-bottom: 120px;
  }

  .article__wrapper .elem__article {
    margin-bottom: 120px;
  }

  .article__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .get__started {
    padding-bottom: 120px;
    padding-top: 55px;
  }
}
.word__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.word__cloud {
  min-width: 1640px;
}

@media (max-width: 1200px) {
  .stat__block .outer__stat .elem__stat > h6 {
    font-size: 30px;
    line-height: 30px;
  }

  .stat__block .outer__stat .elem__stat > p {
    font-size: 17px;
    line-height: 26px;
  }

  .tools__wrapper .outer__tools > .elem__tool > .tool__desc {
    padding: 12px 15px;
  }

  .tools__wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .tools__wrapper .outer__tools > .elem__tool > .tool__desc > p {
    font-size: 20px;
    line-height: 27px;
  }

  .comparison__head .outer__comparison .title__comparison > h6 {
    font-size: 38px;
    line-height: 44px;
  }

  .comparison__head .outer__comparison .title__comparison {
    margin-top: 35px;
  }

  .comparison__head .outer__comparison {
    min-height: 480px;
  }

  .error__block {
    padding: 140px 0px;
  }

  .error__block .outer__error > .error__desc > h6 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero__wrapper .hero__main--image > .cards {
    display: none;
  }

  .pricing__main .outer__pricing--main .head__pricing--main > h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .pricing__main {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .pricing__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0px;
  }

  .pricing__grid > .elem__pricing {
    min-width: 320px;
    margin-right: 28px;
  }

  .pricing__grid {
    overflow-x: auto;
    width: calc(100% + 20px);
  }

  .author__sign > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .sign__up--wrapper > .sign__right {
    padding-top: 32px;
  }

  .saying__block.sign .saying__grid {
    margin-top: 30px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing {
    padding: 25px 40px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing > h6 {
    font-size: 22px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing > p {
    font-size: 16px;
    line-height: 22px;
  }

  .get__started {
    position: relative;
  }
  .get__started:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
    height: 100%;
    background: url("../img/leftsh.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: 3;
  }
  .get__started:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 160px;
    height: 100%;
    background: url("../img/rightsh.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 3;
  }

  .get__cloud > span.right {
    display: none;
  }

  .get__cloud > span.left {
    display: none;
  }

  .word__cloud .cloud__wrapper {
    width: 25% !important;
    max-width: 25% !important;
  }

  .home__article .elem__home--article .home__article--image > img {
    max-width: 520px;
  }

  .companies__wrapper .outer__companies .elem__company img {
    max-height: 30px;
  }

  .companies__wrapper .outer__companies .elem__company {
    padding: 0px 15px;
  }

  .hero__wrapper .outer__hero .hero__box > h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .hero__wrapper .outer__hero .hero__box {
    max-width: 715px;
  }

  .smaller__content.content__header {
    padding-top: 140px;
  }

  .content__header .outer__content {
    max-width: 420px;
  }

  .content__header .content__image {
    width: calc(100% - 470px);
  }

  .sign__up--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sign__up--wrapper .sign__left {
    width: 100%;
    padding: 80px 16px;
    max-width: 100%;
  }

  .sign__up--wrapper > .sign__right {
    max-height: 900px;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1023px) {
  .comparison__head .outer__comparison .title__comparison {
    max-width: 640px;
  }

  .tools__wrapper .outer__tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison__head .outer__comparison .title__comparison > h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .comparison__head .outer__comparison .title__comparison {
    margin-top: 20px;
  }

  .comparison__head .outer__comparison > span > img {
    max-width: 60px;
    border-radius: 250px;
  }

  .error__block .outer__error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .error__block .outer__error > .error__desc {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .error__block .outer__error > .error__desc > h6 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 14px;
  }

  .dropdown .dropdown__box {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .pricing__main > img {
    max-width: 350px;
  }

  .pricing__main {
    padding-top: 80px;
  }

  .pricing__grid {
    margin-top: 35px;
  }

  .pricing__main .outer__pricing--main .head__pricing--main > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .benefits__pricing {
    padding: 50px 0px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing {
    padding: 25px;
  }

  .saying__block .saying__head {
    max-width: 580px;
  }

  .saying__block .saying__grid {
    margin-top: 40px;
  }

  .saying__box .elem__saying {
    width: 33.3%;
  }

  .get__cloud {
    min-width: 1340px;
    max-width: 1340px;
  }

  .get__cloud > span.right {
    right: 100px;
  }

  .get__cloud > span.left {
    left: 100px;
  }

  .get__cloud > span.bottom {
    bottom: 0px;
  }

  .get__cloud > span.top {
    top: -4%;
  }

  .get__cloud .elem__cloud > .inner__cloud {
    padding: 16px;
  }

  .get__cloud .elem__cloud {
    padding: 10px;
  }

  .word__cloud .cloud__wrapper {
    width: 33.3%;
    max-width: 33.3%;
  }

  .home__article .elem__home--article {
    padding: 40px 0px;
  }

  .home__article .elem__home--article .home__article--desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .home__article .elem__home--article .home__article--image > img {
    max-width: 100%;
  }

  .home__article .elem__home--article .home__article--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 610px;
  }

  .companies__wrapper .companies__grid:before, .companies__wrapper .companies__grid:after {
    height: 100%;
  }

  .companies__wrapper .companies__grid:before {
    left: -50px;
  }

  .companies__wrapper .companies__grid:after {
    right: -50px;
  }

  .companies__wrapper {
    margin-top: 25px;
  }

  .companies__wrapper .companies__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 540px;
    grid-row-gap: 15px;
  }
  .companies__wrapper .companies__grid > .elem__company:last-child {
    position: relative;
    left: 50%;
  }

  .companies__wrapper .companies__grid:before {
    left: -100px;
  }

  .companies__wrapper .companies__grid:after {
    right: -100px;
  }

  .word__wrapper .word__image {
    margin-bottom: -7%;
  }

  .word__wrapper .word__image > img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hero__wrapper {
    padding-bottom: 100px;
  }

  .hero__wrapper .outer__hero .hero__box > p {
    font-size: 17px;
    line-height: 21px;
  }

  .hero__wrapper .outer__hero .hero__box {
    max-width: 580px;
  }

  .hero__wrapper .outer__hero .hero__box > h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hero__wrapper {
    padding-top: 90px;
  }

  .hero__wrapper .outer__hero .hero__reviews > img {
    top: -160px;
  }

  .smaller__content.content__header {
    padding-top: 80px;
  }

  .benefits__wrapper {
    padding: 45px 0px;
  }

  .benefits__wrapper .benefits__head {
    margin-bottom: 35px;
  }

  .how__works.spacer {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .article__wrapper .elem__article .article__desc {
    padding-top: 0px;
  }

  .how__works.orange__how .elem__how:last-child:before {
    left: -25px;
    height: 100%;
    width: 1px;
    top: 0px;
  }

  .how__works.blue__how .elem__how:last-child:before {
    left: -25px;
    height: 100%;
    width: 1px;
    top: 0px;
  }

  .how__works.pink__how .elem__how:last-child:before {
    left: -25px;
    height: 100%;
    width: 1px;
    top: 0px;
  }

  .how__works.green__how .elem__how:last-child:before {
    left: -25px;
    height: 100%;
    width: 1px;
    top: 0px;
  }

  .how__works .how__grid .elem__how {
    padding-right: 0px;
  }

  .how__works .how__progress {
    margin: 0px;
  }

  .how__works.orange__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 80px);
    top: 0px;
  }

  .how__works.green__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 80px);
    top: 0px;
  }

  .how__works.pink__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 80px);
    top: 0px;
  }

  .how__works.orange__how .how__progress {
    border-bottom: 0px;
    border-right: 1px dashed rgba(50, 142, 151, 0.15);
  }

  .how__works.green__how .how__progress {
    border-bottom: 0px;
    border-right: 1px dashed rgba(50, 142, 151, 0.15);
  }

  .how__works.pink__how .how__progress {
    border-bottom: 0px;
    border-right: 1px dashed #DE5D8D;
  }

  .how__works.blue__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 80px);
    top: 0px;
  }

  .how__works.orange__how .elem__how:last-child:before {
    left: -25px;
    height: 100%;
    width: 1px;
    top: 0px;
  }

  .article__wrapper .elem__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
  .article__wrapper .elem__article:last-child {
    margin-bottom: 0px;
  }
  .article__wrapper .elem__article > .article__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article__wrapper .elem__article > .article__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .article__wrapper .elem__article .article__desc:nth-child(1) {
    margin-right: 0px;
  }

  .article__wrapper .elem__article .article__desc:nth-child(2) {
    margin-left: 0px;
  }

  .article__wrapper .elem__article .article__image {
    max-width: 610px;
  }

  .get__started .get__image {
    margin-top: 0px;
    margin-bottom: -100px;
  }

  .get__started .head__get {
    margin-bottom: -120px;
  }

  .how__works.blue__how .how__progress {
    border-bottom: 0px;
    border-right: 1px dashed rgba(195, 197, 255, 0.39);
  }

  .how__works .how__progress .active__progress {
    width: 1px;
    margin-top: -45px;
  }

  .how__works .how__grid .elem__how {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .how__works .how__grid .elem__how:last-child {
    margin-bottom: 0px;
  }
  .how__works .how__grid .elem__how .step {
    left: -40px;
    top: 0px;
  }
  .how__works .how__grid .elem__how .how__image {
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .how__works .how__grid {
    width: 100%;
  }

  .how__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    padding-left: 25px;
  }

  .how__works .how__progress {
    height: 100%;
    width: 1px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
  }

  .how__works.blue__how .outer__how .head__how {
    max-width: 275px;
  }

  .content__header .outer__content > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .content__header {
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .content__header .content__image {
    max-width: calc(100% + 20px);
    margin-top: 50px;
    position: relative;
  }

  .content__header .content__image > .spark {
    -webkit-transform: none;
            transform: none;
    right: 0px;
  }

  .content__header .content__image {
    position: relative;
    width: calc(100% + 20px);
    right: 0px;
  }

  .content__header .outer__content {
    max-width: 480px;
  }

  .content__header .content__image > .spark {
    top: -300px;
  }

  .sign__up--wrapper > .sign__right {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sign__up--wrapper > .sign__left > a {
    top: 16px;
    left: 16px;
  }

  .sign__up--wrapper > .sign__left .float__bottom {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
  }

  .sign__up--wrapper .sign__left {
    padding: 80px 16px;
    min-width: 0px;
    max-width: 100%;
  }

  .sign__up--wrapper > .sign__right {
    min-height: 0px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 64px;
  }

  .sign__in {
    padding-top: 40px;
  }

  .faq__block {
    padding: 60px 0px;
  }

  .faq__head {
    padding-top: 90px;
    padding-bottom: 45px;
  }

  .faq__head .outer__faq--head > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .integration__content {
    padding-bottom: 70px;
  }

  .integration__content .integration__right {
    max-width: 100%;
  }

  .integration__content .integration__left {
    min-width: 0px;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .integration__content .integration__left .integration__float {
    position: static;
  }

  .connect__head {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .connect__head .outer__head > h6 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero__integration {
    padding-top: 170px;
    padding-bottom: 140px;
  }

  .integration__wrapper {
    padding-bottom: 70px;
    padding-top: 80px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration > h6 {
    font-size: 20px;
    line-height: 27px;
  }

  footer .outer__footer .footer__top > .footer__desc > p {
    font-size: 18px;
    line-height: 24px;
  }

  footer .outer__footer .footer__top > .footer__desc > h6 {
    font-size: 25px;
  }

  header .header__right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -100%;
    opacity: 0;
    -webkit-transition: .5s ease top;
    transition: .5s ease top;
  }
  header .header__right .header__main {
    position: absolute;
    bottom: 15px;
  }

  .header__menu > a.active__menu > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  .header__menu > a.active__menu > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
  .header__menu > a.active__menu > span:nth-child(2) {
    opacity: 0;
  }
  .header__menu > a > span {
    min-width: 28px;
    min-height: 3px;
    background-color: #000;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    bottom: auto;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
  }
  .header__menu > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .content__header {
    padding-top: 80px;
  }

  .content__header .content__image > .spark {
    display: none;
  }

  .get__started .head__get {
    margin-bottom: -180px;
  }

  .get__cloud {
    margin-top: -80px;
  }

  .saying__block.sign {
    width: calc(100% + 30px);
    min-width: 0px;
    margin-left: -15px;
  }

  .saying__block.sign:before {
    height: 240px;
  }

  .author__sign > h6 {
    font-size: 20px;
  }

  .author__sign .author__bottom > .author__desc > p {
    font-size: 16px;
    line-height: 26px;
  }

  .author__sign .author__bottom > .author__desc > span {
    font-size: 14px;
    line-height: 22px;
  }

  .stat__block .outer__stat:before {
    left: -110px;
  }

  .stat__block .outer__stat:after {
    right: -110px;
  }

  .comparison__head .outer__comparison {
    padding-bottom: 40px;
  }
}
footer .outer__footer .footer__middle > .footer__grid > .footer__column > ul > li > a {
  font-weight: 400;
}

footer .outer__footer .footer__middle > .footer__grid > .footer__column > p {
  font-weight: 400;
}

.benefits__wrapper .benefits__grid .elem__benefit > h6 {
  min-height: 0px;
}

@media (max-width: 767px) {
  .compare__table > .compare__table--row {
    min-width: 290px;
    max-width: 290px;
  }

  .compare__table .compare__names {
    min-width: 290px;
    max-width: 290px;
  }

  .stat__block .outer__stat .elem__stat > h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .stat__block .outer__stat .elem__stat > p {
    font-size: 16px;
  }

  .stat__block .outer__stat:after, .stat__block .outer__stat:before {
    opacity: .5;
    content: none;
  }

  .comparison__head .outer__comparison .title__comparison > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .comparison__head .outer__comparison {
    min-height: 400px;
  }

  .comparison__head:before {
    background-size: 1080px;
  }

  .get__cloud .elem__cloud h6, .get__cloud .elem__cloud p {
    opacity: 1 !important;
  }

  .dropdown .dropdown__box .dropdown__inner {
    grid-template-columns: 1fr;
    max-height: 300px;
    overflow-y: auto;
    /* Optional: show position indicator in red */
  }
  .dropdown .dropdown__box .dropdown__inner::-webkit-scrollbar {
    height: 0px;
    width: 4px;
    background-color: #F1F1F1;
  }
  .dropdown .dropdown__box .dropdown__inner::-webkit-scrollbar-thumb {
    height: 0px;
    width: 4px;
    background-color: #C1C1C1;
  }

  .dropdown .dropdown__box {
    width: 290px;
    max-width: 290px;
    padding: 8px;
  }

  .pricing__main {
    padding-bottom: 40px;
  }

  .pricing__main .outer__pricing--main .controls__pricing > p {
    margin-bottom: 10px;
  }

  .pricing__grid > .elem__pricing .pricing__head > h6 {
    font-size: 22px;
  }

  .pricing__grid > .elem__pricing {
    min-width: 290px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing > h6 {
    font-size: 19px;
  }

  .benefits__pricing .outer__benefits--pricing .grid__benefits--pricing > .elem__benefits--pricing {
    padding: 20px 0px;
  }

  .get__cloud {
    margin-top: 25px;
    top: 0px;
  }

  .get__cloud .elem__cloud {
    padding: 5px;
  }

  .get__started {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get__started .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .get__cloud > span.top > img {
    display: none;
  }

  .get__cloud .elem__cloud > .inner__cloud > p {
    font-size: 14px;
  }

  .get__started .head__get {
    margin-bottom: 0px !important;
  }

  .get__started:before, .get__started:after {
    width: 90px;
  }

  .get__cloud .elem__cloud {
    width: 50%;
  }

  .get__cloud {
    min-width: 0px;
    max-width: 100%;
  }

  .word__cloud {
    min-width: 1240px;
  }

  .word__cloud .cloud__wrapper {
    width: 50%;
    max-width: 50%;
  }

  .home__article .elem__home--article .home__article--image .float {
    left: -80px;
  }

  .word__wrapper {
    padding: 40px 0px;
  }

  .word__wrapper .word__image > img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hero__wrapper {
    padding-bottom: 60px;
  }

  .hero__wrapper .hero__main--image > img {
    left: 0px;
  }

  .benefits__wrapper .benefits__grid .elem__benefit > h6 {
    min-height: 0px;
    margin-bottom: 12px;
  }

  .get__started {
    padding-bottom: 60px;
    padding-top: 35px;
  }

  .article__wrapper {
    padding: 45px 0px;
  }

  .article__wrapper .elem__article {
    margin-bottom: 60px;
  }
  .article__wrapper .elem__article:last-child {
    margin-bottom: 0px;
  }

  .content__header .outer__content > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .faq__block {
    padding: 40px 0px;
  }

  .faq__head .outer__faq--head > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .integration__content {
    padding-bottom: 40px;
  }

  .hero__integration .outer__hero {
    max-width: 480px;
  }

  footer .outer__footer .footer__bottom > p {
    font-size: 15px;
  }

  .content__header .content__image {
    margin-top: 30px;
  }

  .benefits__wrapper .benefits__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .benefits__wrapper .benefits__grid .elem__benefit {
    max-width: 280px;
    width: 100%;
    margin-bottom: 50px;
  }
  .benefits__wrapper .benefits__grid .elem__benefit:last-child {
    margin-bottom: 0px;
  }

  .hero__wrapper .outer__hero .hero__box .float__one, .hero__wrapper .outer__hero .hero__box .float__two, .hero__wrapper .outer__hero .hero__box .float__three, .hero__wrapper .outer__hero .hero__box .float__four {
    display: none;
  }

  .hero__wrapper .outer__hero .hero__box {
    margin-top: 24px;
    max-width: 480px;
  }

  .hero__wrapper .outer__hero .hero__box > h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero__wrapper .outer__hero .hero__join {
    margin-top: 35px;
  }

  .word__cloud {
    width: calc(100% + 50px);
    margin-left: -25px;
  }

  .get__cloud .elem__cloud > .inner__cloud > p {
    line-height: 20px;
  }

  .word__cloud {
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
  }

  .word__cloud .cloud__wrapper {
    width: 50% !important;
    max-width: 50% !important;
  }

  .word__cloud .cloud__wrapper {
    padding: 0px 6px;
  }

  .word__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .word__wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .word__cloud .cloud__wrapper {
    margin-bottom: 10px;
  }

  .saying__box .elem__saying {
    width: 33.3%;
  }

  .saying__block {
    margin-bottom: -70px;
  }

  .saying__block + .faq__block {
    position: relative;
    z-index: 2;
  }

  .saying__grid {
    min-width: 780px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .error__block {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .error__block .outer__error .error__image {
    min-width: 0px;
  }
}
.how__works.blue__how .elem__how .desc > span {
  color: #fff;
}

.get__cloud .elem__cloud:nth-child(5) h6, .get__cloud .elem__cloud:nth-child(5) p, .get__cloud .elem__cloud:nth-child(6) h6, .get__cloud .elem__cloud:nth-child(6) p, .get__cloud .elem__cloud:nth-child(7) h6, .get__cloud .elem__cloud:nth-child(7) p,
.get__cloud .elem__cloud:nth-child(8) h6,
.get__cloud .elem__cloud:nth-child(8) p, .get__cloud .elem__cloud:nth-child(9) h6, .get__cloud .elem__cloud:nth-child(9) p, .get__cloud .elem__cloud:nth-child(10) h6, .get__cloud .elem__cloud:nth-child(10) p {
  opacity: 0;
}

.get__cloud .elem__cloud:nth-child(11) h6, .get__cloud .elem__cloud:nth-child(11) p, .get__cloud .elem__cloud:nth-child(16) h6, .get__cloud .elem__cloud:nth-child(16) p, .get__cloud .elem__cloud:nth-child(17) h6, .get__cloud .elem__cloud:nth-child(17) p,
.get__cloud .elem__cloud:nth-child(22) h6,
.get__cloud .elem__cloud:nth-child(22) p,
.get__cloud .elem__cloud:nth-child(23) h6,
.get__cloud .elem__cloud:nth-child(23) p,
.get__cloud .elem__cloud:nth-child(24) h6,
.get__cloud .elem__cloud:nth-child(24) p,
.get__cloud .elem__cloud:nth-child(25) h6,
.get__cloud .elem__cloud:nth-child(25) p,
.get__cloud .elem__cloud:nth-child(26) h6,
.get__cloud .elem__cloud:nth-child(26) p,
.get__cloud .elem__cloud:nth-child(27) h6,
.get__cloud .elem__cloud:nth-child(27) p {
  opacity: 0;
}

@media (max-width: 640px) {
  .tools__wrapper .outer__tools {
    grid-template-columns: 1fr;
  }

  .tools__wrapper .outer__tools > .elem__tool > .tool__desc > p {
    font-size: 18px;
    line-height: 24px;
  }

  .error__block .outer__error > .error__desc > h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero__integration .outer__hero {
    max-width: 400px;
  }

  .companies__wrapper .companies__grid:before {
    display: none;
  }

  .companies__wrapper .companies__grid:after {
    display: none;
  }

  .companies__wrapper .companies__grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .companies__wrapper .companies__grid > .elem__company:last-child {
    left: 0px;
  }

  .word__wrapper .word__image {
    margin-bottom: -8.5%;
  }

  .word__wrapper .word__image > img {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hero__wrapper {
    padding-bottom: 35px;
  }

  .hero__wrapper .outer__hero .hero__join ul li:nth-child(8), .hero__wrapper .outer__hero .hero__join ul li:nth-child(7) {
    display: none;
  }

  .hero__wrapper .outer__hero .hero__join ul li:nth-child(6) {
    margin-right: 0px;
  }

  .how__works.orange__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 45px);
    top: 0px;
  }

  .how__works.green__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 45px);
    top: 0px;
  }

  .how__works.pink__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 45px);
    top: 0px;
  }

  .how__works.blue__how .elem__how.passed:before {
    left: -25px;
    width: 1px;
    height: calc(100% + 45px);
    top: 0px;
  }

  .how__works.blue__how .elem__how.passed:before {
    height: calc(100% + 45px);
  }

  .content__header .content__image > .spark {
    top: -380px;
  }

  .sign__up--wrapper > .sign__right {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sign__up--wrapper .sign__left {
    padding-bottom: 95px;
  }

  .faq__head .outer__faq--head > h2 {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 33px;
  }

  .connect__head .outer__head > h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero__integration .outer__hero img {
    max-width: 65px;
  }

  .hero__integration {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .integration__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration {
    padding: 20px 15px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration > span {
    min-width: 67px;
    min-height: 68px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration > span > img {
    max-width: 67px;
  }

  .integration__wrapper .outer__integration .grid__integration > .elem__integration > span {
    margin-bottom: 15px;
  }

  footer .outer__footer .footer__top > .footer__desc > h6 {
    font-size: 21px;
  }

  footer .outer__footer .footer__top > .footer__desc > p {
    font-size: 16px;
    line-height: 22px;
  }

  .how__works .how__grid .elem__how {
    margin-bottom: 45px;
  }

  .hero__wrapper .outer__hero .hero__reviews > img {
    top: -140px;
  }
}
@media (max-width: 540px) {
  .comparison__head .outer__comparison .title__comparison > h6 {
    font-size: 22px;
    line-height: 28px;
  }

  .pricing__main > img {
    max-width: 290px;
  }

  .word__cloud .elem__cloud {
    padding: 10px 12px;
  }

  .word__cloud .elem__cloud .cloud__desc > p {
    font-size: 14px;
    line-height: 22px;
  }

  .word__cloud .elem__cloud .cloud__top {
    margin-bottom: 12px;
  }

  .word__cloud .elem__cloud .cloud__left .cloud__author > p {
    font-size: 14px;
    line-height: 22px;
  }

  .get__cloud .elem__cloud > .inner__cloud {
    padding: 12px;
  }

  .word__cloud {
    width: 100%;
    margin-left: 0px;
  }

  .content__header .content__image > .spark {
    top: -440px;
  }
}
@media (max-width: 480px) {
  .author__sign .author__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .author__sign .author__bottom > ul {
    margin-bottom: 10px;
  }

  .socials__login > ul > li > a {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
  }

  .word__cloud .cloud__wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .word__cloud .cloud__wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .word__cloud .cloud__wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hero__wrapper .outer__hero .hero__box > h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .how__works .how__grid .elem__how .how__image > img {
    min-width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 370px) {
  .how__works .how__grid .elem__how .how__image > img {
    min-width: 80px;
    max-width: 80px;
  }

  div.footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.pricing__grid > .elem__pricing:before {
  display: none !important;
  content: none !important;
}

.pricing__grid > .elem__pricing.active__pricing:before {
  content: none !important;
}

.pricing__additional {
  margin-top: 10px;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #e4e4e7;
}
.pricing__additional .total__additional {
  border-top: 1px solid #e4e4e7;
  width: calc(100%  + 24px);
  margin-left: -12px;
  padding: 12px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pricing__additional .total__additional > p {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}
.pricing__additional .total__additional > span {
  font-size: 16px;
  font-weight: bold;
}
.pricing__additional .bottom__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
.pricing__additional .bottom__additional > p {
  font-size: 12px;
  line-height: 16px;
  color: #70707b;
  margin: 0px;
}
.pricing__additional .bottom__additional > span {
  font-size: 12px;
  line-height: 16px;
  color: #51525c;
  font-weight: 500;
}
.pricing__additional .top__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing__additional .top__additional > span {
  font-size: 12px;
  line-height: 18px;
  color: #3F3F46;
  font-weight: 500;
}
.pricing__additional .top__additional .tooltip__wrapper {
  position: relative;
  z-index: 5;
}
.pricing__additional .top__additional .tooltip__wrapper .tooltip__float {
  min-width: 180px;
  max-width: 180px;
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background-color: #101828;
  border-radius: 8px;
}
.pricing__additional .top__additional .tooltip__wrapper > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.policies__wrapper {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #000000;
  border-bottom: 1px solid #a0a0ab;
}
.policies__wrapper .outer__policies {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.policies__wrapper .outer__policies > h6 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 40px;
  color: #fcfcfd;
  text-align: center;
  font-weight: 600;
}
.policies__wrapper .outer__policies ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.policies__wrapper .outer__policies ul > li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f5;
}
.policies__wrapper .outer__policies ul > li > span {
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f5;
  margin-right: 5px;
}
.policies__wrapper .outer__policies ul > li:last-child {
  margin-bottom: 0px;
}
.policies__wrapper .outer__policies > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f5;
}

.details__section {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}
.details__section > img {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  pointer-events: none;
}
.details__section .details__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #D2D6DB;
  -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
}
.details__section .details__grid .details__row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #eaecf0;
}
.details__section .details__grid .details__row:last-child {
  border-right: 0px;
}
.details__section .details__grid .details__row .el__column {
  min-height: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.details__section .details__grid .details__row .el__column > p {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #4d5761;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.details__section .details__grid .details__row .title__details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  min-height: 90px;
  background: #F9FAFB;
  font-size: 20px;
  line-height: 24px;
  color: #4d5761;
  font-weight: 600;
  border-bottom: 1px solid #EAECF0;
}
.details__section .details__tab > .elem__tab {
  -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
  margin-bottom: 45px;
}
.details__section .details__tab > .elem__tab > .tab__image {
  margin-top: auto;
}
.details__section .details__tab > .elem__tab.rewards {
  background: #4F46E5;
}
.details__section .details__tab > .elem__tab.requirements {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD96), color-stop(92.19%, #2F8E6C));
  background: linear-gradient(180deg, #2CAD96 0%, #2F8E6C 92.19%);
}
.details__section .details__tab > .elem__tab.payout {
  background: -webkit-gradient(linear, left top, left bottom, from(#AE2D5D), to(#AD2C5C));
  background: linear-gradient(180deg, #AE2D5D 0%, #AD2C5C 100%);
}
.details__section .details__tab > .elem__tab.calendar {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B00), to(#D84100));
  background: linear-gradient(180deg, #FF6B00 0%, #D84100 100%);
}
.details__section .details__tab > .elem__tab > .tab__desc {
  max-width: 460px;
  width: 100%;
  padding-bottom: 40px;
}
.details__section .details__tab > .elem__tab > .tab__desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fcfcfd;
}
.details__section .details__tab > .elem__tab > .tab__desc > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  color: #fcfcfd;
  letter-spacing: -0.025em;
}
.details__section .details__tab > .elem__tab > .tab__desc:nth-child(2) {
  margin-left: 40px;
}
.details__section .details__tab > .elem__tab > .tab__desc:nth-child(1) {
  margin-right: 40px;
}
.details__section .details__tab > .elem__tab:last-child {
  margin-bottom: 0px;
}
.details__section .details__head {
  position: relative;
  margin-bottom: 140px;
  z-index: 2;
}
.details__section .details__head > h2 {
  font-size: 46px;
  line-height: 50px;
  color: black;
}

.details__section .details__tab > .elem__tab.calendar img {
  min-width: 480px;
}

@media (max-width: 1200px) {
  .details__section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .details__section .details__head > h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .details__section .details__head {
    margin-bottom: 60px;
  }

  .details__section .details__tab > .elem__tab > .tab__desc > h6 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .details__section .details__grid .details__row .title__details {
    font-size: 18px;
    line-height: 21px;
  }

  .details__section .details__grid .details__row .el__column > p {
    font-size: 16px;
    line-height: 18px;
  }

  .details__section .details__tab > .elem__tab.calendar img {
    min-width: 0px;
  }

  .details__section .details__head > h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .details__section {
    padding-top: 100px;
  }

  .details__section .details__tab > .elem__tab > .tab__desc {
    max-width: 100%;
    width: 100%;
  }

  .details__section .details__tab > .elem__tab > .tab__desc:nth-child(2) {
    margin-left: 0px;
  }

  .details__section .details__tab > .elem__tab > .tab__desc:nth-child(1) {
    margin-right: 0px;
  }

  .details__section .details__tab > .elem__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .details__section .details__tab > .elem__tab > .tab__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  .details__section .details__tab > .elem__tab > .tab__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .details__section .details__tab > .elem__tab > .tab__desc > h6 {
    font-size: 24px;
  }

  .policies__wrapper {
    padding: 60px 0px;
  }

  .policies__wrapper .outer__policies > h6 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .details__section .details__tab > .elem__tab {
    margin-bottom: 24px;
  }

  .details__section .details__grid {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .details__section {
    padding-bottom: 40px;
  }

  .details__section .details__grid .details__row .title__details {
    min-height: 70px;
  }

  .details__section .details__grid .details__row .el__column {
    min-height: 90px;
  }

  .details__section .details__grid {
    overflow-x: auto;
    /* Optional: show position indicator in red */
  }
  .details__section .details__grid::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #F1F1F1;
  }
  .details__section .details__grid::-webkit-scrollbar-thumb {
    height: 4px;
    width: 4px;
    background-color: #C1C1C1;
  }

  .details__section .details__grid .details__row {
    min-width: 200px;
  }

  .details__section .details__head > h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .details__section {
    padding-top: 80px;
  }

  .details__section .details__head {
    margin-bottom: 40px;
  }

  .details__section .details__tab > .elem__tab > .tab__desc > h6 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .policies__wrapper {
    padding: 40px  0px;
  }

  .policies__wrapper .outer__policies > h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .details__section .details__head span img {
    max-width: 60px;
  }
}
.details__section > img {
  min-width: 540px;
}

.details__section {
  overflow-x: hidden;
}

@media (max-width: 540px) {
  .details__section .details__head > h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .details__section .details__tab > .elem__tab {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Monasans";
  src: url("../fonts/Mona-Sans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Monasans";
  src: url("../fonts/Mona-Sans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Monasans";
  src: url("../fonts/Mona-Sans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Monasans";
  src: url("../fonts/Mona-Sans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Monasans";
  src: url("../fonts/Mona-Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.custom__check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkdc {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 0px;
  background: url("../img/checkdisabled.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

/* When the checkbox is checked, add a blue background */
.custom__check input:checked ~ .checkmarkdc {
  background: url("../img/checkactive.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

header + .package__picker {
  padding-top: 100px;
}

.package__picker {
  padding-bottom: 45px;
  padding-top: 45px;
}
.package__picker * {
  font-family: "Inter" ,sans-serif;
}
.package__picker .outer__package .inner {
  padding-top: 40px;
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 40px;
  background: #F7F7F7;
  border-radius: 20px;
}
.package__picker .outer__package .inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.package__picker .outer__package .inner form .result {
  min-width: 350px;
  margin-left: 40px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly {
  position: relative;
  padding-top: 15px;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly > p {
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly .save {
  position: absolute;
  right: -10px;
  top: -10px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  background: #054F31;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 12px;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly .save > span {
  font-size: 14px;
  line-height: 20px;
  color: #A6F4C5;
  font-weight: 500;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly > h6 {
  margin: 0px;
  font-size: 34px;
  line-height: 36px;
  font-weight: 600;
  color: #26272B;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly > span {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-decoration: line-through;
  color: #E1453A;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .annual {
  text-align: center;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .annual > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 34px;
  line-height: 38px;
  color: #26272B;
  font-weight: 600;
}
.package__picker .outer__package .inner form .result .result__container .elem .top__part .annual > span {
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  font-weight: 400;
}
.package__picker .outer__package .inner form .result .result__container .elem .included {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #E7E7E7;
}
.package__picker .outer__package .inner form .result .result__container .elem .included > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #444CE7;
  border: 1px solid #444CE7;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  margin-top: 25px;
  -webkit-transition: .4s  ease all;
  transition: .4s  ease all;
}
.package__picker .outer__package .inner form .result .result__container .elem .included > a:hover {
  background-color: #383EB2;
}
.package__picker .outer__package .inner form .result .result__container .elem .included ul {
  margin-bottom: 25px;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.package__picker .outer__package .inner form .result .result__container .elem .included ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
}
.package__picker .outer__package .inner form .result .result__container .elem .included ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
}
.package__picker .outer__package .inner form .result .result__container .elem .included ul > li:last-child {
  margin-bottom: 0px;
}
.package__picker .outer__package .inner form .result .result__container .elem .included > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  font-family: "MonaSans" , sans-serif;
}
.package__picker .outer__package .inner form .result .result__head .switcher__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package__picker .outer__package .inner form .result .result__head .switcher__ > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  color: #525252;
  font-weight: 500;
}
.package__picker .outer__package .inner form .result .result__head .switcher__ .switch {
  margin: 0px 12px;
}
.package__picker .outer__package .inner form .result .result__head > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  font-family: "MonaSans" ,sans-serif;
}
.package__picker .outer__package .inner form .picker__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick.active {
  background: #F3F6FF;
  border-color: #3538CD;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick.active .pick__desc .left__ > span.saving {
  color: #444CE7;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .right__ {
  text-align: right;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .right__ > p {
  margin: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #3F3F46;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .right__ > span {
  font-size: 12px;
  line-height: 18px;
  color: #737373;
  font-weight: 400;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ {
  text-align: left;
  margin-right: 10px;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > span {
  font-size: 12px;
  line-height: 18px;
  color: #737373;
  font-weight: 400;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > span span {
  font-weight: 500;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > span.saving {
  color: #027A48;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > p {
  margin: 0px;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > p span {
  font-size: 14px;
  font-weight: 600;
}
.package__picker .outer__package .inner form .picker__grid .elem__pick > label {
  margin-right: 15px;
}
.package__picker .outer__package .inner .info__ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  margin-top: 65px;
}
.package__picker .outer__package .inner .info__ > .el__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.package__picker .outer__package .inner .info__ > .el__ .desc__ p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  font-weight: 400;
}
.package__picker .outer__package .inner .info__ > .el__ .desc__ p span {
  font-weight: 600;
}
.package__picker .outer__package .inner .info__ > .el__ > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.package__picker .outer__package .inner .info__ > .el__ > span img {
  min-width: 46px;
}
.package__picker .outer__package > .head__ {
  text-align: center;
  margin-bottom: 35px;
}
.package__picker .outer__package > .head__ > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #475467;
}
.package__picker .outer__package > .head__ > h6 {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
  margin-top: 0px;
}
.package__picker .container__inner {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.sslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sslider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.package__picker .outer__package .inner form .result .result__container .elem .included ul > li.subs__li {
  display: none;
}

.package__picker .outer__package .inner form .result .result__container .elem .included ul > li.subs__li.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input:checked + .sslider {
  background-color: #444CE7;
}

input:checked + .sslider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded ssliders */
.sslider.round {
  border-radius: 34px;
}

.sslider.round:before {
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .package__picker .outer__package > .head__ > h6 {
    font-size: 38px;
    line-height: 44px;
  }

  .package__picker .outer__package .inner form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .package__picker .outer__package .inner form .picker__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .package__picker .outer__package .inner {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  header + .package__picker {
    padding-top: 75px;
  }

  .package__picker .outer__package .inner form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .package__picker .outer__package .inner form .result {
    min-width: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    margin-left: 0px;
  }

  .package__picker .outer__package .inner .info__ {
    margin-top: 35px;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .package__picker .outer__package > .head__ > h6 {
    font-size: 30px;
    line-height: 34px;
  }

  .package__picker .outer__package > .head__ > p {
    font-size: 16px;
    line-height: 22px;
  }

  .package__picker .outer__package > .head__ {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > span {
    font-size: 11px;
    line-height: 16px;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .right__ > span {
    font-size: 11px;
    line-height: 16px;
  }

  .package__picker .outer__package .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly > h6 {
    font-size: 29px;
    line-height: 30px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly > span {
    font-size: 19px;
    line-height: 28px;
  }

  .package__picker .outer__package .inner form .result .result__head .switcher__ > p {
    font-size: 14px;
    line-height: 17px;
  }

  .package__picker .outer__package .inner form .result {
    padding-left: 15px;
    padding-right: 15px;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .right__ > p {
    font-size: 20px;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick .pick__desc .left__ > p {
    font-size: 20px;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick > label {
    position: absolute;
    left: 14px;
    top: 7px;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick {
    position: relative;
  }

  .package__picker .outer__package .inner form .picker__grid .elem__pick {
    padding-top: 35px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly .save > span {
    font-size: 13px;
    line-height: 18px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part {
    min-height: 145px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly {
    padding-top: 30px;
  }

  .package__picker .outer__package .inner form .result .result__container .elem .top__part .monthly .save {
    top: 0px;
  }
}


