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

body {
  margin: 0
}

body,button,input,textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: inherit;
  text-decoration: none
}

p,h1,h4 {
  margin: 0
}

select {
  border: 0;
  margin: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer
}

button {
  margin: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

body,html,button,select {
  font-family: "Poppins",sans-serif
}

body {
  position: relative;
  min-width: 320px
}

.button-like {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color .2s ease,background .2s ease;
  -moz-transition: color .2s ease,background .2s ease;
  -ms-transition: color .2s ease,background .2s ease;
  -o-transition: color .2s ease,background .2s ease;
  transition: color .2s ease,background .2s ease
}

.button-like span {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3
}

.button-like svg {
  fill: #fff;
  margin: 0 0 0 12px;
  width: 8px;
  height: 14px
}

.button-like.blue1 {
  background: #4594f7;
  border-color: #4594f7
}

.button-like.blue1:hover {
  background: #1478f5;
  border-color: #1478f5
}

.button-like.outline {
  background: transparent
}

.button-like.outline.blue1 span {
  color: #4594f7
}

.button-like.outline.blue1 svg {
  fill: #4594f7
}

.button-like.outline.blue1:hover {
  background: rgba(69,148,247,.15)
}

.button-like.blue2 {
  background: #4986cc;
  border-color: #4986cc
}

.button-like.blue2:hover {
  background: #316db1;
  border-color: #316db1
}

.button-like.outline {
  background: transparent
}

.button-like.outline.blue2 span {
  color: #4986cc
}

.button-like.outline.blue2 svg {
  fill: #4986cc
}

.button-like.outline.blue2:hover {
  background: rgba(73,134,204,.15)
}

.button-like.blue3 {
  background: #4154af;
  border-color: #4154af
}

.button-like.blue3:hover {
  background: #33428a;
  border-color: #33428a
}

.button-like.outline {
  background: transparent
}

.button-like.outline.blue3 span {
  color: #4154af
}

.button-like.outline.blue3 svg {
  fill: #4154af
}

.button-like.outline.blue3:hover {
  background: rgba(65,84,175,.15)
}

.button-like.blue4 {
  background: #163869;
  border-color: #163869
}

.button-like.blue4:hover {
  background: #0d223f;
  border-color: #0d223f
}

.button-like.outline {
  background: transparent
}

.button-like.outline.blue4 span {
  color: #163869
}

.button-like.outline.blue4 svg {
  fill: #163869
}

.button-like.outline.blue4:hover {
  background: rgba(22,56,105,.15)
}

.button-like.white {
  background: #fff;
  border-color: #fff
}

.button-like.white:hover {
  background: #e6e6e6;
  border-color: #e6e6e6
}

.button-like.outline {
  background: transparent
}

.button-like.outline.white span {
  color: #fff
}

.button-like.outline.white svg {
  fill: #fff
}

.button-like.outline.white:hover {
  background: rgba(255,255,255,.15)
}

.button-like.yellow {
  background: #f2af4a;
  border-color: #f2af4a
}

.button-like.yellow:hover {
  background: #ef9a1a;
  border-color: #ef9a1a
}

.button-like.outline {
  background: transparent
}

.button-like.outline.yellow span {
  color: #f2af4a
}

.button-like.outline.yellow svg {
  fill: #f2af4a
}

.button-like.outline.yellow:hover {
  background: rgba(242,175,74,.15)
}

.button-like.white span {
  color: #333
}

.button-like.white svg {
  fill: #333
}

.lang-select {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.lang-select .lang-globe {
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  fill: #4594f7;
  pointer-events: none;
  width: 20px;
  height: 20px
}

.lang-select .lang-chevron {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  fill: #4594f7;
  pointer-events: none;
  width: 12px;
  height: 8px
}

.lang-select select {
  padding: 0 36px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease
}

.lang-select select:hover {
  background: #ededed
}

.menu-trigger {
  width: 24px
}

.visually-hidden {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
  position: relative;
  z-index: 20
}

@media screen and (max-width: 414px) {
  .container {
      padding:0 16px
  }
}

.global-decor {
  height: 800px;
  position: absolute;
  z-index: 10;
  top: 410px;
  left: 0;
  right: 0;
  bottom: auto
}

.header .navigation {
  padding: 32px 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header .navigation .menu-trigger {
  font-size: 0;
  display: none;
  margin: 0 83px 0 0
}

.header .navigation .menu-trigger svg {
  fill: #017aff
}

.header .navigation .nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: nowrap
}

.header .navigation .logo a {
  display: block;
  font-size: 0;
  background: url("../images/logo.svg") no-repeat center center/cover;
  width: 204px;
  height: 66px
}

.header .navigation .dist {
  width: 100%;
  margin: 0 24px 0 24px;
  flex-grow: 1;
  max-width: 520px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header .navigation .dist a,.header .navigation .dist div {
  padding: 8px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease
}

.header .navigation .dist a:hover,.header .navigation .dist div:hover {
  background: rgba(1,122,255,.05)
}

.header .navigation .dist div {
  cursor: pointer
}

.header .navigation .auth {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 32px
}

.header .navigation .auth a:last-child {
  margin: 0 0 0 16px
}

.header .navigation .auth .cross {
  display: none
}

.header .content {
  padding: 75px 0 55px;
  text-align: center
}

.header .content h1 {
  color: #373f51;
  font-size: 64px;
  font-weight: 600
}

.header .apps {
  display: inline-flex;
  margin: 40px 0 0
}

.header .apps .app-link {
  padding: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(to bottom, #017aff, #3c53b9);
  background-image: -moz-linear-gradient(to bottom, #017aff, #3c53b9);
  background-image: -ms-linear-gradient(to bottom, #017aff, #3c53b9);
  background-image: -o-linear-gradient(to bottom, #017aff, #3c53b9);
  background-image: linear-gradient(to bottom, #017aff, #3c53b9)
}

.header .apps .app-link .inner {
  padding: 10px 44px;
  text-align: left;
  background: #fff;
  display: flex;
  align-items: center;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px
}

.header .apps .app-link i.icon {
  display: block;
  background: no-repeat center center/cover;
  margin: 0 16px 0 0
}

.header .apps .app-link span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap
}

.header .apps .app-link span i,.header .apps .app-link span b {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.header .apps .app-link span i {
  color: #017aff;
  font-style: normal;
  background-image: -webkit-linear-gradient(to bottom, #0074ff, #0069ec);
  background-image: -moz-linear-gradient(to bottom, #0074ff, #0069ec);
  background-image: -ms-linear-gradient(to bottom, #0074ff, #0069ec);
  background-image: -o-linear-gradient(to bottom, #0074ff, #0069ec);
  background-image: linear-gradient(to bottom, #0074ff, #0069ec)
}

.header .apps .app-link span b {
  color: #3c53b9;
  background-image: -webkit-linear-gradient(to bottom, #0061dd, #3850c0);
  background-image: -moz-linear-gradient(to bottom, #0061dd, #3850c0);
  background-image: -ms-linear-gradient(to bottom, #0061dd, #3850c0);
  background-image: -o-linear-gradient(to bottom, #0061dd, #3850c0);
  background-image: linear-gradient(to bottom, #0061dd, #3850c0)
}

.header .apps .app-link:first-child {
  margin: 0 24px 0 0
}

.header .apps .app-link.app--apple i.icon {
  background-image: url(../images/apple.svg);
  width: 28px;
  height: 32px
}

.header .apps .app-link.app--google i.icon {
  background-image: url(../images/google-play.svg);
  width: 28px;
  height: 32px
}

.header .apps .app-link.app--web i.icon {
  background-image: url(../images/web-app.svg);
  width: 28px;
  height: 32px
}

@media screen and (max-width: 580px) {
  .header .apps {
      flex-wrap:wrap;
      flex-direction: column
  }

  .header .apps .app-link:first-child {
      margin: 0 0 10px
  }
}

.header .with-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center
}

.header .with-dropdown .dropdown-chevron {
  pointer-events: none;
  margin: 0 0 0 6px;
  width: 12px;
  height: 8px
}

.header .with-dropdown .dropdown {
  background: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 28px rgba(145,156,167,.5);
  -moz-box-shadow: 0 4px 28px rgba(145,156,167,.5);
  box-shadow: 0 4px 28px rgba(145,156,167,.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: opacity .2s ease,transform .2s ease;
  -moz-transition: opacity .2s ease,transform .2s ease;
  -ms-transition: opacity .2s ease,transform .2s ease;
  -o-transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  z-index: 500;
  top: calc(100% + 12px);
  left: 0;
  right: auto;
  bottom: auto
}

.header .with-dropdown .dropdown li {
  white-space: nowrap
}

.header .with-dropdown .dropdown li a {
  display: block;
  padding: 8px 20px !important;
  font-size: 18px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important
}

.header .with-dropdown .dropdown li:not(:last-child) {
  border-bottom: 1px solid #f4f6f9
}

.header .with-dropdown.shown .dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

@media screen and (max-width: 1100px) {
  .header .navigation {
      padding:24px 0
  }

  .header .navigation .menu-trigger {
      display: block
  }

  .header .navigation .auth,.header .navigation .dist {
      opacity: 0;
      min-width: 320px;
      pointer-events: none;
      -webkit-transition: opacity .2s ease;
      -moz-transition: opacity .2s ease;
      -ms-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease
  }

  .header .navigation .auth.shown,.header .navigation .dist.shown {
      opacity: 1;
      pointer-events: auto
  }

  .header .navigation .auth {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 24px 30px;
      background: #fff;
      margin: 0;
      z-index: 1001
  }
}

@media screen and (max-width: 1100px)and (max-width: 414px) {
  .header .navigation .auth {
      padding:24px 16px
  }
}

@media screen and (max-width: 1100px) {
  .header .navigation .auth .cross {
      display:block;
      margin-right: auto;
      font-size: 0;
      width: 24px;
      height: 24px
  }

  .header .navigation .auth .cross svg {
      fill: #017aff
  }
}

@media screen and (max-width: 1100px) {
  .header .navigation .dist {
      margin:0;
      background: #fff;
      flex-direction: column;
      justify-content: center;
      overflow-y: auto;
      max-width: none;
      position: fixed;
      z-index: 1000;
      top: 92px;
      left: 0;
      right: 0;
      bottom: 0
  }

  .header .navigation .dist a,.header .navigation .dist div {
      padding: 4px 0;
      font-size: 24px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0
  }

  .header .navigation .dist a:not(:last-child),.header .navigation .dist div:not(:last-child) {
      margin: 0 0 42px
  }

  .header .navigation .dist a:hover,.header .navigation .dist div:hover {
      background: transparent
  }

  .header .navigation .dist a.active,.header .navigation .dist div.active {
      border-bottom: 4px solid #4594f7
  }
}

@media screen and (max-width: 1100px)and (min-width: 414px) {
  .header .navigation .dist a,.header .navigation .dist div {
      font-size:36px
  }
}

@media screen and (max-width: 1100px) {
  .header .navigation .nav {
      flex:0
  }
}

@media screen and (max-width: 1100px) {
  .header .content h1 {
      font-size:56px
  }
}

@media screen and (max-width: 1100px) {
  .header .apps {
      margin:32px 0 0
  }
}

@media screen and (max-width: 1100px) {
  .header .with-dropdown {
      width:100%;
      justify-content: center
  }

  .header .with-dropdown .dropdown {
      right: 0;
      left: 0;
      padding: 0 0 40px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none
  }

  .header .with-dropdown .dropdown li a {
      text-align: center
  }
}

@media screen and (max-width: 580px) {
  .header .navigation .menu-trigger {
      margin:0 20px 0 0
  }

  .header .navigation .logo a {
      width: 136px;
      height: 44px
  }

  .header .content {
      padding-top: 35px
  }

  .header .content h1 {
      font-size: 38px
  }
}

@media screen and (max-width: 580px)and (max-width: 414px) {
  .header .content h1 {
      font-size:28px
  }
}

@media screen and (max-width: 580px) {
  .header .lang-select select {
      font-size:0;
      line-height: 0;
      padding: 0;
      width: 42px;
      height: 44px
  }

  .header .lang-select .lang-chevron {
      display: none
  }
}

.holder-proposal {
  padding: 48px 40px;
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-image: -webkit-linear-gradient(to right, #017aff, #3c53b9);
  background-image: -moz-linear-gradient(to right, #017aff, #3c53b9);
  background-image: -ms-linear-gradient(to right, #017aff, #3c53b9);
  background-image: -o-linear-gradient(to right, #017aff, #3c53b9);
  background-image: linear-gradient(to right, #017aff, #3c53b9)
}

.holder-proposal .content {
  color: #fff
}

.holder-proposal .content h4 {
  font-size: 44px;
  font-weight: 600
}

.holder-proposal .content p {
  font-size: 16px;
  font-weight: 400
}

.holder-proposal a {
  position: relative;
  z-index: 30
}

.holder-proposal .decor {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0
}

@media screen and (max-width: 1024px) {
  .holder-proposal .content h4 {
      font-size:24px
  }

  .holder-proposal .content p {
      font-size: 14px;
      margin: 8px 0 0
  }
}

@media screen and (max-width: 640px) {
  .holder-proposal {
      padding:30px;
      align-items: center;
      justify-content: center;
      flex-direction: column
  }

  .holder-proposal .content {
      margin: 0 0 16px;
      text-align: center
  }

  .holder-proposal .decor {
      left: 0
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 80px
}

.services .services--item {
  flex: 1 0 45%;
  margin: 0 24px 24px 0;
  padding: 20px 32px 32px;
  background: #fafafa;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px
}

.services .services--item:nth-child(2n) {
  margin-right: 0
}

/* .services .services--item:nth-last-child(-n+2) {
  margin-bottom: 0
} */

.services .services--item a.button-like {
  margin: 40px 0 0
}

.services .services--item .image {
  margin: 0 0 16px;
  background: no-repeat center center/cover
}

.services .services--item .content {
  flex: 1;
  color: #373f51
}

.services .services--item .content h4 {
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 600
}

.services .services--item .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75
}

.services .services--item:nth-child(1) .image {
  background-image: url(../images/cover.gif)
}

.services .services--item:nth-child(2) .image {
  background-image: url(../images/cover.gif)
}

.services .services--item:nth-child(3) .image {
  background-image: url(../images/cover.gif)
}

.services .services--item:nth-child(4) .image {
  background-image: url(../images/cover.gif)
}

.services .services--item:nth-child(1) .image {
  width: 322px;
  height: 195px
}

.services .services--item:nth-child(2) .image {
  width: 322px;
  height: 195px
}

.services .services--item:nth-child(3) .image {
  width: 322px;
  height: 195px
}

.services .services--item:nth-child(4) .image {
  width: 322px;
  height: 195px
}

@media screen and (max-width: 1024px) {
  .services .services--item {
      padding:20px
  }

  .services .services--item .image {
      margin: 0 auto 32px
  }

  .services .services--item .content {
      width: 100%
  }

  .services .services--item .content h4 {
      text-align: center;
      font-size: 26px
  }

  .services .services--item .content p {
      text-align: center;
      font-size: 14px
  }

  .services .services--item a.button-like {
      margin: 32px auto 0
  }
}

@media screen and (max-width: 800px) {
  .services {
      padding:60px 0 50px;
      flex-wrap: nowrap;
      flex-direction: column
  }

  .services .services--item {
      margin: 0 0 24px !important
  }

  .services .services--item:nth-child(1) .image {
      width: 247px;
      height: 210px
  }

  .services .services--item:nth-child(2) .image {
      width: 246px;
      height: 206px
  }

  .services .services--item:nth-child(3) .image {
      width: 251px;
      height: 195px
  }

  .services .services--item:nth-child(4) .image {
      width: 222px;
      height: 189px
  }
}

.footer {
  background: #fafafa;
  padding: 64px 0 164px
}

.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.footer .footer-logo .copy {
  margin: 0 0 62px
}

.footer .footer-logo .logo {
  width: 204px;
  height: 66px;
  display: block;
  font-size: 0;
  background: url("../images/logo.svg") no-repeat center center/cover
}

.footer .footer-logo p {
  margin: 16px 0 0;
  max-width: 299px;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6
}

.footer .footer-logo select {
  background: #f1f1f1
}

.footer .footer-content {
  padding: 24px 0 0;
  max-width: 640px
}

.footer .footer-content p.support {
  color: #0f3080;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6
}

.footer .footer-content p.support a {
  color: #36a3da
}

.footer .footer-content p.support a:hover {
  text-decoration: underline
}

.footer .links-external {
  margin: 32px 0;
  font-size: 0
}

.footer .links-external a {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px 0 0
}

.footer .links-external a:last-child {
  margin: 0
}

.footer .links-external a svg {
  fill: #0f3080
}

.footer .links-internal {
  display: flex
}

.footer .links-internal .section:not(:last-child) {
  margin: 0 80px 0 0
}

.footer .links-internal a {
  margin: 0 0 8px;
  display: block;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6
}

.footer .links-internal a:last-child {
  margin: 0
}

.footer .links-internal a:hover {
  text-decoration: underline
}

@media screen and (max-width: 1024px) {
  .footer {
      padding-bottom:100px
  }

  .footer .container {
      flex-direction: column
  }

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

  .footer .footer-logo .copy {
      margin: 0
  }

  .footer .footer-content {
      width: 100%;
      max-width: none;
      margin: 70px 0 0;
      padding: 0
  }

  .footer .links-external {
      margin-bottom: 40px
  }
}

@media screen and (max-width: 850px) {
  .footer {
      padding:46px 0 60px
  }

  .footer .footer-logo .copy {
      width: 100%
  }

  .footer .footer-logo .copy .logo {
      margin: 0 auto;
      width: 136px;
      height: 44px
  }

  .footer .footer-logo .copy p {
      max-width: none;
      font-size: 14px;
      text-align: center
  }

  .footer .footer-logo .lang {
      display: none
  }

  .footer .footer-content {
      margin: 30px 0 0
  }

  .footer .footer-content p.support {
      font-size: 14px;
      text-align: center
  }

  .footer .links-external {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: 20px 0
  }

  .footer .links-external a {
      margin: 14px !important
  }

  .footer .links-internal {
      flex-direction: column
  }

  .footer .links-internal .section:not(:last-child) {
      margin: 0 0 40px
  }

  .footer .links-internal a {
      text-align: center
  }
}

/*# sourceMappingURL=landing.css.map */
/*
   FILE ARCHIVED ON 11:29:53 Apr 21, 2021 AND RETRIEVED FROM THE
   INTERNET ARCHIVE ON 14:39:42 Sep 03, 2025.
   JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

   ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
   SECTION 108(a)(3)).
*/
/*
playback timings (ms):
captures_list: 0.471
exclusion.robots: 0.016
exclusion.robots.policy: 0.007
esindex: 0.01
cdx.remote: 91.162
LoadShardBlock: 273.674 (3)
PetaboxLoader3.datanode: 503.106 (4)
load_resource: 892.488
PetaboxLoader3.resolve: 461.606
*/
