* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
  font-family: "Poppins", sans-serif
}

body {
  font-size: 14px;
  height: 100%;
  min-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none
}

p {
  margin: 0
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle
}

textarea {
  resize: none
}

section {
  position: relative
}

input,
select,
button {
  outline: none
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden
}

@media (max-width: 767px) {
  .content {
    padding-top: initial !important
  }
}

.container {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 15px;
  width: 100%
}

@media (max-width: 1440px) {
  .container {
    max-width: 1200px
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1200px
  }
}

.absolute-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer
}

.footer {
  border-top: 2px solid #F1F1F1;
  padding: 32px 0
}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  .footer {
    padding-top: 18px;
    padding-bottom: 11px
  }

  .footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
  }

  .footer__logo-singpdf img {
    max-width: 73px
  }

  .footer__microsoft-logo img {
    max-width: 49px
  }
}

.footer__logo-singpdf {
  cursor: pointer
}

@media (max-width: 767px) {
  .footer__logo-singpdf {
    flex: 1 1 50%;
    order: 0
  }
}

.footer__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .footer__center {
    flex: 1 1 100%;
    order: 2;
    margin-bottom: 0
  }
}

.footer__list {
  text-align: center;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px
}

@media (max-width: 767px) {
  .footer__microsoft-logo {
    flex: 1 1 50%;
    order: 1;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px
  }

  .footer__list {
    flex-direction: row;
    margin-bottom: 6px
  }

  .footer__item {
    padding-left: 6px;
    padding-right: 6px
  }

  .footer__item a {
    font-size: 10px
  }
}

.footer__item:first-of-type {
  padding-left: 0
}

.footer__item:last-of-type {
  padding-right: 0
}

.footer__item a {
  text-align: center;
  font: 500 14px/20px "Poppins", sans-serif;
  letter-spacing: 0.35px;
  color: #303030;
  text-decoration: underline;
  cursor: pointer
}

.footer__item a:hover {
  text-decoration: none
}

.footer__coopyrigt p {
  font: normal 11px/16px "Poppins", sans-serif;
  letter-spacing: 0.28px;
  color: #303030;
  opacity: 1
}

.header {
  background: #fff;
  padding: 16px 0;
  -webkit-box-shadow: 0px 0px 20px #0000001A;
  box-shadow: 0px 0px 20px #0000001A;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header__item {
  display: inline-block;
  padding-right: 32px
}

@media (max-width: 767px) {
  .header__item {
    padding-right: 10px
  }
}

.header__item:last-of-type {
  padding-right: 0
}

.header__item a {
  text-align: left;
  font: 500 16px/30px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #1A1A30
}

.header__item a:hover {
  color: #5600FF
}

.header__link a {
  padding: 12px 19px;
  font: normal 14px/15px "Work Sans", sans-serif
}

.header__link a img {
  width: 10px;
  height: 10px
}

.header__link a span {
  margin-right: 5px
}

.main-title,
.hero__main-title h1,
.helps__under-title h2 {
  font: bold 50px/66px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

@media (max-width: 1799px) {

  .main-title,
  .hero__main-title h1,
  .helps__under-title h2 {
    font: bold 37px/40px "Work Sans", sans-serif
  }
}

@media (max-width: 1200px) {

  .main-title,
  .hero__main-title h1,
  .helps__under-title h2 {
    font: bold 28px/40px "Work Sans", sans-serif
  }
}

.get-started {
  background: #5600FF;
  border-radius: 28px;
  opacity: 1;
  font: 500 22px/25px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  padding: 15px 31px;
  display: table;
  cursor: pointer;
  margin: 0 auto
}

@media (max-width: 767px) {
  .get-started {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 12px
  }
}

.get-started span {
  vertical-align: middle;
  margin-right: 13px
}

.get-started:hover {
  background: #4500CC
}

.hero {
  padding-bottom: 150px;
  padding-top: 180px;
  background: #F5F6FA;
  margin-bottom: 64px
}

@media (max-width: 767px) {
  .hero {
    padding-bottom: 50px;
    padding-top: 80px
  }
}

.hero .container {
  display: flex;
  justify-content: flex-end
}

.hero__contant {
  max-width: 700px;
  width: 100%
}

.hero__inside {
  align-items: center;
  display: flex;
  max-width: 1232px;
  justify-content: space-between;
  width: 100%
}

.hero__main-title {
  margin-bottom: 16px
}

.hero__main-description {
  margin-bottom: 40px
}

@media (max-width: 860px) {
  .hero__main-description {
    margin-bottom: 60px
  }
}

.hero__main-description p {
  text-align: left;
  font: normal 20px/26px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

.hero .error-message {
  position: relative
}

@media (max-width: 768px) {
  .hero .error-message {
    text-align: center
  }
}

.hero .error-message P {
  display: none;
  color: #FF6166;
  font: 400 14px/1.5 "Poppins", sans-serif;
  position: absolute;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
  bottom: 5px
}

@media (max-width: 768px) {
  .hero .error-message P {
    left: 0;
    right: 0
  }
}

.hero .error-message .show-error {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.hero .choose-dropdown {
  min-width: 240px;
  padding: 5px 0;
  margin: 0;
  list-style-type: none;
  box-shadow: 5px 5px 10px #00284B19;
  background: #fff;
  border-radius: 5px;
  font-size: 14px
}

.hero .choose-dropdown .cloud-btn {
  display: flex;
  align-items: center;
  text-align: left
}

.mobile .hero .choose-dropdown {
  padding: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 10px
}

.hero .choose-dropdown>li {
  cursor: pointer;
  padding: 17px 24px;
  transition: background .3s ease-out, color .3s ease-out
}

.mobile .hero .choose-dropdown>li {
  padding: 12px 64px;
  background: #F5F6FA;
  border-radius: 20px;
  margin: 0 0 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161)
}

.mobile .hero .choose-dropdown>li:hover,
.mobile .hero .choose-dropdown>li:focus,
.mobile .hero .choose-dropdown>li:active {
  background: #5600FF;
  color: #fff
}

.mobile .hero .choose-dropdown>li:hover .svg-el,
.mobile .hero .choose-dropdown>li:hover .icon-holder,
.mobile .hero .choose-dropdown>li:focus .svg-el,
.mobile .hero .choose-dropdown>li:focus .icon-holder,
.mobile .hero .choose-dropdown>li:active .svg-el,
.mobile .hero .choose-dropdown>li:active .icon-holder {
  fill: #fff !important
}

.mobile .hero .choose-dropdown>li:last-child {
  margin: 0
}

.hero .choose-dropdown>li:hover {
  background: #F5F6FA
}

.hero .choose-dropdown>li:hover .svg-el,
.hero .choose-dropdown>li:hover .icon-holder {
  fill: #5600FF !important
}

.hero .choose-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  text-align: left
}

.hero .choose-dropdown .icon-holder {
  margin: 0 16px 0 0
}

.hero .choose-dropdown .svg-el {
  width: 20px;
  height: 20px;
  fill: #303030 !important;
  transition: fill .3s ease-out
}

.hero .btn-choose-group {
  display: inline-flex
}

.hero .choose-file {
  display: block;
  text-align: left
}

.hero .choose-file .drop-text {
  display: block;
  text-align: center;
  padding: 18px 0
}

.hero .choose-file .drop-text p {
  display: block;
  font: 400 14px/1.2 "Poppins", sans-serif;
  letter-spacing: 0;
  color: #666666
}

.hero .choose-file .btn-choose-file {
  display: block;
  text-align: center
}

.hero .choose-file .btn-choose-file input {
  display: none
}

.hero .choose-file .btn-choose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font: 500 20px/1.1 "Poppins", sans-serif;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  border-radius: 50px;
  background-color: #4500CC;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 300px;
  border-radius: 28px
}

.hero .choose-file .btn-choose:hover {
  background-color: #5600FF
}

.hero .choose-file .icon {
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  width: 24px;
  height: 20px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.hero .choose-file .icon svg {
  fill: #ffffff
}

.subscribers {
  margin-bottom: 150px
}

.subscribers .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.subscribers__title h2 {
  font: bold 60px/71px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000;
  position: relative;
  padding-left: 22px;
  padding-right: 133px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: inherit;
  -ms-flex-flow: inherit;
  flex-flow: inherit
}

@media (max-width: 1440px) {
  .subscribers__title h2 {
    padding-right: 72px
  }
}

@media (max-width: 767px) {
  .subscribers__title h2 {
    font-size: 30px;
    line-height: 31px;
    padding-right: 0;
    margin-left: 5px;
    margin-bottom: 24px
  }
}

.subscribers__title h2 span {
  font-weight: 300;
  padding-left: 10px
}

.subscribers__title h2:before {
  content: "+";
  font: 900 28px/28px "Work Sans", sans-serif;
  letter-spacing: 12px;
  color: #00DCFF;
  position: absolute;
  left: 0;
  top: 10px
}

.subscribers__client {
  max-width: 698px;
  width: 100%
}

.subscribers .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 12px
}

.subscribers .profile__picture {
  margin-right: 9px
}

.subscribers .profile__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.subscribers .profile__name p {
  text-align: left;
  font: 600 16px/20px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

.subscribers .profile__name img {
  margin-bottom: 2px;
  height: 13px;
  margin-left: 15px
}

.subscribers .profile__position p {
  text-align: left;
  font: 200 12px/20px "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: 0px;
  color: #000000
}

.subscribers__review p {
  text-align: left;
  font: normal 15px/26px "Poppins", sans-serif;
  letter-spacing: -0.3px;
  color: #000000
}

.benefit__title h2 {
  margin-bottom: 114px;
  text-align: center;
  font: bold 50px/70px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

.helps {
  margin-bottom: 164px
}

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

.helps__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 100px
}

@media (max-width: 767px) {
  .helps__items {
    justify-content: center;
    margin-bottom: 56px
  }
}

.helps__items>div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  margin-top: 36px;
  margin-bottom: 36px;
  max-width: 331px
}

@media (max-width: 767px) {
  .helps__items>div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49% !important;
    -ms-flex: 0 1 49% !important;
    flex: 0 1 49% !important
  }
}

.helps .item-pictures img {
  width: 50px;
  height: 50px;
  margin-bottom: 8px
}

@media (max-width: 767px) {
  .helps .item-pictures img {
    margin-right: 10px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px
  }
}

.helps .item-name h4 {
  font: bold 30px/35px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin-bottom: 16px
}

.helps .item-list ul {
  list-style-type: disc;
  padding-left: 16px
}

.helps .item-list ul li {
  list-style-type: inherit;
  font: normal 20px/24px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin-bottom: 8px
}

.helps .item-list ul li:last-of-type {
  margin-bottom: 0
}

.helps__link {
  margin: 0 auto
}

.helps__link img {
  width: 17px;
  height: 17px
}

@media (max-width: 767px) {
  .helps__link img {
    width: 14px;
    height: 14px
  }
}

.privileged {
  margin-bottom: 200px
}

.privileged .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width: 1440px) {
  .privileged .container {
    justify-content: center
  }
}

.privileged .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width: 1440px) {
  .privileged .row-reverse {
    justify-content: center
  }
}

.privileged .row-reverse .privileged__content {
  margin-right: 243px
}

@media (max-width: 1440px) {
  .privileged .row-reverse .privileged__content {
    margin-right: 60px
  }
}

.privileged .row-reverse .privileged__image {
  margin: 0
}

.privileged__image {
  margin-right: 131px;
  margin-left: 100px
}

@media only screen and (max-width: 1440px) {
  .privileged__image img {
    height: 100%
  }
}

@media only screen and (max-width: 1366px) {
  .privileged__image img {
    width: auto;
    height: auto
  }
}

@media (max-width: 1440px) {
  .privileged__image {
    margin-right: 60px;
    margin-left: 0px
  }
}

.privileged__content {
  max-width: 620px
}

.privileged__title h2 {
  margin-bottom: 16px;
  text-align: left;
  font: 500 40px/48px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

.privileged__desc p {
  text-align: left;
  font: normal 20px/26px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 24px
}

.privileged__link a {
  text-align: left;
  font: 500 18px/18px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #5600FF;
  border-bottom: 1.5px solid #5600FF;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.privileged__link a:hover .icon {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  padding-left: 20px
}

.privileged__link a .icon {
  -webkit-transition: padding-l .4s ease-in-out;
  -o-transition: padding-l .4s ease-in-out;
  transition: padding-l .4s ease-in-out;
  padding-left: 10px
}

.trust {
  background: #F5F6FA;
  padding: 100px 0;
  margin-bottom: 200px
}

.trust__title h2 {
  font: 500 40px/48px "Work Sans", sans-serif;
  margin-bottom: 56px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center
}

.trust__companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

@media (max-width: 1199px) {
  .trust__companies img {
    margin: 15px 0
  }
}

@media (max-width: 1199px) {
  .trust__companies {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media (max-width: 767px) {
  .trust__companies {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.overlaybase {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
  padding-bottom: 100px
}

.popup-windows-base {
  display: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px #00000029;
  box-shadow: 0px 10px 25px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding: 100px;
  position: relative;
  z-index: 10;
  width: 100%;
  height: initial;
  margin: auto;
  max-width: 1200px
}

@media (min-width: 1024px) {
  .popup-windows-base {    
    top: 100px;
    margin-bottom: 100px
  }
}

@media (max-width: 1440px) {
  .popup-windows-base {
    padding: 15px
  }
}

.popup-windows__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer
}

.popup-windows_api__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer
}

.popup-windows_onboarding__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer
}

.popup-windows_repo__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer
}

.popup-windows_faq__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer
}

.popup-windows__title h2 {
  text-align: center;
  font: bold 40px/47px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px
}

.popup-windows__desc p {
  text-align: center;
  font: normal 16px/19px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 64px
}

@media (max-width: 1440px) {
  .popup-windows__desc p {
    margin-bottom: 30px
  }
}

.popup-windows__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width: 767px) {
  .popup-windows__content {
    width: 100%
  }

  .popup-windows__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.popup-windows__row-title h3 {
  text-align: left;
  font: bold 26px/30px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px
}

.popup-windows__row-desc p {
  text-align: left;
  font: normal 16px/23px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 32px
}

.popup-windows__row-list ul li {
  margin-bottom: 16px;
  text-align: left;
  font: normal 16px/24px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000
}

@media (max-width: 1440px) {
  .popup-windows__row-list ul li {
    margin-bottom: 8px
  }
}

.popup-windows__row-list ul li::before {
  content: "\2022";
  color: #5600FF;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  padding-right: 12px
}

.popup-windows__row-list ul li:last-of-type {
  margin-bottom: 0
}

.popup-windows__row img {
  margin-right: 28px
}

.popup-windows__content {
  flex: 1
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .popup-windows__content {
    flex: inherit
  }
}

.popup-windows__under-title h3 {
  margin-bottom: 70px;
  text-align: center;
  font: bold 37px/43px "Work Sans", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1440px) {
  .popup-windows__under-title h3 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 28px
  }
}

.popup-windows__under-title h3 img {
  margin-right: 16px
}

.popup-windows-base .row-margin {
  margin-bottom: 100px
}

.popup-windows__diagramma {
  margin-bottom: 128px;
  text-align: center
}

.popup-windows__diagramma svg {
  min-height: 446px;
  width: 100%;
  height: auto
}

@media (max-width: 1440px) {
  .popup-windows__diagramma svg {
    min-height: 100%
  }
}

img {
  opacity: 1;
  transition: opacity .7s ease-in-out, visibility .7s ease-in-out
}

img.lazy {
  opacity: 0
}

.header__open-menu {
  display: none
}

.only-mobile {
  display: none
}

.overlay-menu {
  display: none
}

@media only screen and (min-width: 1366px) {
  .header__menu {
    display: flex
  }

  .subscribers__review p {
    max-width: 567px
  }
}

@media only screen and (min-width: 768px) {
  .header__menu {
    display: flex !important
  }
}

@media only screen and (max-width: 1440px) {
  .popup-windows-base .row-margin {
    margin-bottom: 45px
  }

  .header__menu {
    display: flex
  }

  .subscribers .container {
    justify-content: center
  }

  .hero__contant {
    max-width: 53%
  }

  .hero__contant br {
    display: none
  }

  .popup-windows-base {
    top: 100px;
    width: auto;
    padding: 100px;
    margin-bottom: 170px
  }

  .trust__companies {
    flex-flow: wrap;
    flex-wrap: wrap
  }

  .trust__companies img {
    margin: 15px 17px;
    min-width: 1px;
    height: 48px;
    width: auto
  }
}

@media only screen and (max-width: 1366px) {
  .popup-windows-base .row-margin {
    margin-bottom: 18px
  }

  .header__menu {
    display: flex
  }

  .hero__main-title h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 24px
  }

  .get-started {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 12px
  }

  .get-started span {
    margin-right: 9px
  }

  .get-started img {
    height: 10px
  }

  .popup-windows-base {
    top: 27px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 72px 40px;
    margin-bottom: 70px
  }

  .popup-windows__title h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 4px
  }

  .popup-windows__desc p {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 18px
  }

  .popup-windows__row img {
    width: 70px;
    height: 70px
  }

  .popup-windows__row-title h3 {
    font-size: 20px;
    margin-bottom: 12px
  }

  .popup-windows__row-desc p {
    font-size: 14px;
    line-height: 16px
  }

  .popup-windows__under-title h3 {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 24px
  }

  .popup-windows__diagramma {
    margin-bottom: 61px
  }

  .popup-windows__row-list ul li {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 18px
  }

  .subscribers__title h2 {
    font-size: 30px;
    line-height: 35px
  }

  .subscribers__title h2:before {
    font-size: 20px;
    left: 7px;
    top: 0px
  }

  .subscribers__review p {
    font-size: 12px
  }

  .subscribers {
    margin-bottom: 72px
  }

  .benefit__title h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 72px
  }

  .privileged__image {
    margin-right: 30px;
    width: auto
  }

  .privileged__title h2 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 24px
  }

  .privileged__desc p {
    font-size: 14px;
    margin-bottom: 16px
  }

  .privileged__link a {
    font-size: 16px;
    line-height: 16px
  }

  .privileged {
    margin-bottom: 100px
  }

  .trust {
    padding: 55px 0;
    margin-bottom: 100px
  }

  .trust__title h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px
  }

  .trust__companies {
    flex-flow: wrap;
    flex-wrap: wrap
  }

  .trust__companies img {
    margin: 15px 17px;
    min-width: 1px;
    height: 28px;
    width: auto
  }

  .helps__under-title h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 56px
  }

  .helps .item-pictures img {
    margin-right: 10px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px
  }

  .helps .item-name h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
  }

  .helps .item-list ul li {
    font-size: 14px;
    line-height: 18px
  }

  .helps__items>div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    margin-top: 26px;
    margin-bottom: 26px
  }

  .helps__items {
    margin-bottom: 74px
  }

  .helps {
    margin-bottom: 100px
  }
}

@media only screen and (max-width: 767px) {
  .hero__inside {
    flex-flow: column-reverse;
    justify-content: center
  }

  .hero .choose-file,
  .hero__main-description p {
    text-align: center
  }

  .hero__contant {
    max-width: 100%;
    margin-bottom: 30px
  }

  .overlaybase {
    padding-bottom: 50px
  }

  .hero__main-title h1 {
    font-size: 24px;
    line-height: 30px
  }

  .helps .item-list ul li {
    font-size: 14px;
    line-height: 18px
  }

  .helps .item-name h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
  }

  .helps__under-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px
  }

  .privileged {
    margin-bottom: 72px
  }

  .privileged__link a {
    font-size: 14px;
    line-height: 26px
  }

  .privileged__link {
    text-align: left
  }

  .privileged__desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px
  }

  .privileged__title h2 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px
  }

  .privileged__image {
    margin-bottom: 24px !important;
    margin-right: 0 !important
  }

  .privileged .container {
    flex-direction: column
  }

  .subscribers .container {
    flex-flow: column
  }

  .privileged__content {
    margin-right: 0 !important
  }

  .trust {
    margin-bottom: 72px;
    padding: 32px 0
  }

  .trust__title h2 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px
  }

  .trust__companies {
    flex-flow: wrap
  }

  .trust__companies img {
    margin: 15px 17px;
    min-width: 1px;
    height: 20px !important;
    width: auto
  }

  .trust__companies {
    flex-flow: wrap;
    flex-wrap: wrap
  }

  .trust__companies img:nth-child(1) {
    order: 0
  }

  .trust__companies img:nth-child(2) {
    order: 1
  }

  .trust__companies img:nth-child(3) {
    order: 3
  }

  .trust__companies img:nth-child(4) {
    order: 2
  }

  .trust__companies img:nth-child(5) {
    order: 4
  }

  .benefit__title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 56px
  }

  .subscribers__review p {
    font-size: 12px;
    line-height: 20px
  }

  .subscribers .profile__name p {
    font-size: 14px
  }

  .subscribers__title h2:before {
    left: 8px;
    font-size: 18px;
    top: -2px
  }

  .only-mobile {
    display: block
  }

  .only-desktop {
    display: none
  }

  .hero__main-title h1 {
    text-align: center;
    margin-bottom: 24px
  }

  .main-title,
  .hero__main-title h1,
  .helps__under-title h2 {
    font-size: 24px;
    line-height: 30px
  }

  .header__menu {
    position: fixed;
    box-shadow: 0px 3px 6px #00000029;
    background: #FFFFFF;
    top: 48px;
    left: 15px;
    right: 15px;
    padding: 32px;
    flex-flow: column;
    display: none
  }

  .header {
    padding: 8px 0;
    z-index: 10
  }

  .header__logo img {
    height: 16px;
    width: auto
  }

  .header__list {
    flex-flow: column
  }

  .header__item {
    margin-bottom: 24px;
    padding-right: 0 !important
  }

  .header__item:last-of-type {
    margin-bottom: 40px
  }

  .header__item a {
    line-height: 19px
  }

  .header__link a {
    padding: 12px 33px
  }

  .header__close-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
  }

  .header__close-menu img {
    width: 12px;
    height: 12px
  }

  .header__open-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
  }

  .header__open-menu span {
    width: 16px;
    height: 2px;
    background: #000000;
    margin-bottom: 3px
  }

  .header__open-menu span:last-of-type {
    margin-bottom: 0
  }

  .popup-windows-base .row-margin {
    margin-bottom: 24px
  }

  .overlay-menu {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .overlaybase {
    z-index: 10
  }

  .popup-windows-base {
    top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    padding: 30px 15px;
    margin-bottom: 60px
  }

  .footer__item a {
    font-size: 10px
  }

  .popup-windows__title h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 4px
  }

  .popup-windows__desc p {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 16px
  }

  .popup-windows__row {
    flex-direction: column
  }

  .popup-windows__row img {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
    margin-right: 0
  }

  .popup-windows__row-title h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px
  }

  .popup-windows__row-desc p {
    font-size: 12px;
    line-height: 16px
  }

  .popup-windows__under-title h3 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px
  }

  .popup-windows__diagramma {
    margin-bottom: 56px
  }

  .popup-windows__row-list ul li {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 16px
  }

  .helps {
    margin-bottom: 100px
  }
}

.upload-holder {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  width: auto;
  font: 400 20px/1.1 'Poppins', sans-serif;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #5600FF;
  padding: 15px 60px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer
}

.mobile .upload-holder {
  min-width: 280px;
  font-size: 14px
}

@media screen and (max-width: 450px) {
  .fr .mobile .upload-holder {
    padding: 15px 30px
  }
}

.upload-holder .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #4500CC;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.upload-holder .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 22px;
  height: 28px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.mobile .upload-holder .icon {
  width: 10px;
  height: 26px
}

.upload-holder .icon svg {
  fill: #ffffff
}

.upload-holder .ic-arrow-up {
  left: 25px;
  width: 12px
}

@media screen and (max-width: 450px) {
  .fr .upload-holder .ic-arrow-up {
    left: 12px
  }
}

.upload-holder span {
  position: relative;
  z-index: 1
}

.upload-holder.uploading-progress {
  margin-top: 52px
}

@media screen and (min-width: 768px) {
  .upload-holder.uploading-progress .icon {
    display: inline-block
  }
}

.section-form label {
  color: #303030;
  font: 400 16px/1.75 "Poppins",sans-serif;
  display: block;
  line-height: 1.3;
  margin: 0 0 3px
}

.section-form input {
  display: block;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
  outline: none;
  border: 1px solid #e5e9ec;
  border-radius: 5px;
  margin: 0;
  color: #666;
  font: 300 14px/24px "Poppins",sans-serif
}

.section-form textarea {
  display: block;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
  outline: none;
  border: 1px solid #e5e9ec;
  border-radius: 5px;
  margin: 0;
  color: #666;
  font: 300 14px/24px "Poppins",sans-serif
}

.section-form label {
  color: #303030;
  font: 400 16px/1.75 "Poppins",sans-serif
}
