@import url("https://fonts.googleapis.com/css?family=Rubik:400,500&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=cyrillic");
@import url(https://fonts.googleapis.com/css?family=Lato:900);
.ze-navbar {
  width: 100%;
  float: left;
  position: absolute;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  background: #3b7ccd;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  top: 0;
}
.ze-navbar .container, .ze-navbar .ze-container-innerPage {
  display: flex;
  justify-content: space-between;
}
.ze-navbar .ze-brand {
  width: 100px;
  padding-top: 20px;
  opacity: 1;
}
.ze-navbar .ze-brand a {
  display: block;
  border-bottom: none;
}
.ze-navbar .ze-nav-container {
  display: flex;
}
.ze-navbar .ze-nav-container .wwl-button-primary {
  margin-left: 20px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 18px;
  margin-right: 0;
}
.ze-navbar .ze-nav-container .wwl-button-primary:hover {
  background: black;
}
.ze-navbar .ze-nav-nav {
  font-size: 14px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  .ze-navbar .ze-nav-nav {
    display: none;
  }
}
.ze-navbar .ze-nav-nav a {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.2s linear 0.1s;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: initial;
  border-bottom: none;
}
.ze-navbar .ze-nav-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
}

.ze-fixed-navbar {
  width: 100%;
  float: left;
  position: fixed;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  background: #3b7ccd;
  background: white;
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
  z-index: 11;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow-box: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  top: 0;
}
@media screen and (max-width: 800px) {
  .ze-fixed-navbar {
    background-color: rgba(255, 255, 255, 0.63);
  }
}
.ze-fixed-navbar .container, .ze-fixed-navbar .ze-container-innerPage {
  display: flex;
  justify-content: space-between;
}
.ze-fixed-navbar .ze-brand {
  width: 100px;
  padding-top: 20px;
  opacity: 1;
}
.ze-fixed-navbar .ze-brand a {
  display: block;
  border-bottom: none;
}
.ze-fixed-navbar .ze-nav-container {
  display: flex;
}
.ze-fixed-navbar .ze-nav-container .wwl-button-primary {
  margin-left: 20px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 18px;
  margin-right: 0;
}
.ze-fixed-navbar .ze-nav-container .wwl-button-primary:hover {
  background: black;
}
.ze-fixed-navbar .ze-nav-nav {
  font-size: 14px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  .ze-fixed-navbar .ze-nav-nav {
    display: none;
  }
}
.ze-fixed-navbar .ze-nav-nav a {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.2s linear 0.1s;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: initial;
  border-bottom: none;
}
.ze-fixed-navbar .ze-nav-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  color: black;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media screen and (max-width: 800px) {
  h1{
    min-height: 160px
  }
}

h2 {
  font-size: 42px;
  line-height: 46px;
  color: black;
  font-weight: 400;
  padding-top: 60px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h3 {
  width: 100%;
  font-size: 28px;
  line-height: 46px;
  color: black;
  font-weight: 400;
  padding-top: 7px;
  margin-bottom: 30px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 34px;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  line-height: 22px;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  border-bottom: 1px dotted black;
  color: black;
  transition: all 0.2s ease-in-out 0s;
}

.ze, .ze-lp-pricing, .ze-lp-partnership, .ze-lp-banking, .ze-lp-it, .ze-lp-cards {
  font-family: "Open Sans", Helvetica Neue, Helvetica, sans-serif;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0;
  background: none;
  /*

    textarea {
      resize: none;
    }

    input,
    textarea {
      background: none;
      color: $muted-color;
      font-size: 18px;
      padding: 10px 10px 10px 5px;
      display: block;
      width: $width;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid $muted-color;
      &:focus {
        outline: none;
      }
      &:focus ~ label,
      &:valid ~ label {
        top: -14px;
        font-size: 12px;
        color: $hl-color;
      }
      &:focus ~ .bar:before {
        width: $width;
      }
    }

    input[type="password"] {
      letter-spacing: 0.3em;
    }

    label {
      color: $muted-color;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 10px;
      transition: $trans-time ease all;
    }
  */
}
.ze h1, .ze-lp-pricing h1, .ze-lp-partnership h1, .ze-lp-banking h1, .ze-lp-it h1, .ze-lp-cards h1 {
  font-size: 44px;
  line-height: 48px;
  color: black;
  font-weight: 400;
  padding-top: 60px;
}
.ze h2, .ze-lp-pricing h2, .ze-lp-partnership h2, .ze-lp-banking h2, .ze-lp-it h2, .ze-lp-cards h2 {
  font-size: 42px;
  line-height: 46px;
  color: black;
  font-weight: 400;
  padding-top: 60px;
}
.ze h3, .ze-lp-pricing h3, .ze-lp-partnership h3, .ze-lp-banking h3, .ze-lp-it h3, .ze-lp-cards h3 {
  font-size: 28px;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  padding-top: 7px;
}
.ze p, .ze-lp-pricing p, .ze-lp-partnership p, .ze-lp-banking p, .ze-lp-it p, .ze-lp-cards p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 30px;
}
.ze .bar, .ze-lp-pricing .bar, .ze-lp-partnership .bar, .ze-lp-banking .bar, .ze-lp-it .bar, .ze-lp-cards .bar {
  position: relative;
  display: block;
  width: 100%;
}
.ze .bar:before, .ze-lp-pricing .bar:before, .ze-lp-partnership .bar:before, .ze-lp-banking .bar:before, .ze-lp-it .bar:before, .ze-lp-cards .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2196F3;
  transition: 300ms ease all;
  left: 0%;
}
.ze .hero, .ze-lp-pricing .hero, .ze-lp-partnership .hero, .ze-lp-banking .hero, .ze-lp-it .hero, .ze-lp-cards .hero {
  padding-top: 60px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  float: left;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 75%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 75%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 75%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  /*background: url("../images/web/ob-hero-bg-two.svg");*/
  background: linear-gradient(45deg, #01679a 0%, #035ebb 48%, #08c 100%);
  background-size: cover;
  /*background-image: url("../images/web/ob-hero-bg-4.svg");*/
  background: linear-gradient(45deg, #121729 0%, #4b5894 48%, #435bd2 100%);
  background: linear-gradient(45deg, #f7ede2 0%, #e8c1bd 48%, #fffde7 100%);
  background: linear-gradient(45deg, #f7ede2 0%, #ffc78d 48%, #fffde7 100%);
  color: white;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.ze .hero h1, .ze-lp-pricing .hero h1, .ze-lp-partnership .hero h1, .ze-lp-banking .hero h1, .ze-lp-it .hero h1, .ze-lp-cards .hero h1 {
  font-size: 52px;
  line-height: 58px;
  padding-top: 0px;
  color: #232323;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-height: 680px) {
  .ze .hero h1, .ze-lp-pricing .hero h1, .ze-lp-partnership .hero h1, .ze-lp-banking .hero h1, .ze-lp-it .hero h1, .ze-lp-cards .hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.ze .hero .container, .ze .hero .ze-container-innerPage, .ze-lp-pricing .hero .container, .ze-lp-pricing .hero .ze-container-innerPage, .ze-lp-partnership .hero .container, .ze-lp-partnership .hero .ze-container-innerPage, .ze-lp-banking .hero .container, .ze-lp-banking .hero .ze-container-innerPage, .ze-lp-it .hero .container, .ze-lp-it .hero .ze-container-innerPage, .ze-lp-cards .hero .container, .ze-lp-cards .hero .ze-container-innerPage {
  z-index: 2;
}
.ze .hero #bubble, .ze-lp-pricing .hero #bubble, .ze-lp-partnership .hero #bubble, .ze-lp-banking .hero #bubble, .ze-lp-it .hero #bubble, .ze-lp-cards .hero #bubble {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.ze .hero .ze-control, .ze-lp-pricing .hero .ze-control, .ze-lp-partnership .hero .ze-control, .ze-lp-banking .hero .ze-control, .ze-lp-it .hero .ze-control, .ze-lp-cards .hero .ze-control {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.ze .hero .ze-control .wwl-button-primary, .ze-lp-pricing .hero .ze-control .wwl-button-primary, .ze-lp-partnership .hero .ze-control .wwl-button-primary, .ze-lp-banking .hero .ze-control .wwl-button-primary, .ze-lp-it .hero .ze-control .wwl-button-primary, .ze-lp-cards .hero .ze-control .wwl-button-primary {
  padding: 5px 50px;
}
@media screen and (max-width: 800px) {
  .ze .hero .ze-control .wwl-button-primary, .ze-lp-pricing .hero .ze-control .wwl-button-primary, .ze-lp-partnership .hero .ze-control .wwl-button-primary, .ze-lp-banking .hero .ze-control .wwl-button-primary, .ze-lp-it .hero .ze-control .wwl-button-primary, .ze-lp-cards .hero .ze-control .wwl-button-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.ze .ze-lp-subheader, .ze-lp-pricing .ze-lp-subheader, .ze-lp-partnership .ze-lp-subheader, .ze-lp-banking .ze-lp-subheader, .ze-lp-it .ze-lp-subheader, .ze-lp-cards .ze-lp-subheader {
  font-size: 12px;
  line-height: 12px;
  color: #5d5d5d;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 1px;
}
.ze .ze-hero-img, .ze-lp-pricing .ze-hero-img, .ze-lp-partnership .ze-hero-img, .ze-lp-banking .ze-hero-img, .ze-lp-it .ze-hero-img, .ze-lp-cards .ze-hero-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  box-shadow: -3px -6px 64px 4px rgba(36, 50, 66, 0.35);
  border-radius: 7px;
  overflow: hidden;
}
.ze .ze-hero-img img, .ze-lp-pricing .ze-hero-img img, .ze-lp-partnership .ze-hero-img img, .ze-lp-banking .ze-hero-img img, .ze-lp-it .ze-hero-img img, .ze-lp-cards .ze-hero-img img {
  width: 100%;
}
.ze .ze-lp-slide, .ze-lp-pricing .ze-lp-slide, .ze-lp-partnership .ze-lp-slide, .ze-lp-banking .ze-lp-slide, .ze-lp-it .ze-lp-slide, .ze-lp-cards .ze-lp-slide {
  width: 100%;
  float: left;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .ze .ze-lp-slide, .ze-lp-pricing .ze-lp-slide, .ze-lp-partnership .ze-lp-slide, .ze-lp-banking .ze-lp-slide, .ze-lp-it .ze-lp-slide, .ze-lp-cards .ze-lp-slide {
    margin-top: 0;
    text-align: center;
  }
}
.ze .footer, .ze-lp-pricing .footer, .ze-lp-partnership .footer, .ze-lp-banking .footer, .ze-lp-it .footer, .ze-lp-cards .footer {
  background: #222a36;
  width: 100%;
  float: left;
  color: white;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  padding-top: 120px;
}
.ze .ze-modal, .ze-lp-pricing .ze-modal, .ze-lp-partnership .ze-modal, .ze-lp-banking .ze-modal, .ze-lp-it .ze-modal, .ze-lp-cards .ze-modal {
  width: 500px;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  background: white;
  right: 0;
  top: 0;
  z-index: 9;
  box-shadow: -3px -6px 64px 4px rgba(36, 50, 66, 0.35);
}
.ze .ze-modal .ze-modal-body, .ze-lp-pricing .ze-modal .ze-modal-body, .ze-lp-partnership .ze-modal .ze-modal-body, .ze-lp-banking .ze-modal .ze-modal-body, .ze-lp-it .ze-modal .ze-modal-body, .ze-lp-cards .ze-modal .ze-modal-body {
  padding-top: 60px;
}
.ze .ze-modal .ze-modal-skip, .ze-lp-pricing .ze-modal .ze-modal-skip, .ze-lp-partnership .ze-modal .ze-modal-skip, .ze-lp-banking .ze-modal .ze-modal-skip, .ze-lp-it .ze-modal .ze-modal-skip, .ze-lp-cards .ze-modal .ze-modal-skip {
  position: fixed;
  z-index: 23;
  right: 0px;
  top: 60px;
  background-size: 18px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/web/halykcoin-close.svg");
  width: 60px;
  height: 60px;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.2s linear 0.1s;
}
.ze .ze-modal .ze-modal-skip:hover, .ze-lp-pricing .ze-modal .ze-modal-skip:hover, .ze-lp-partnership .ze-modal .ze-modal-skip:hover, .ze-lp-banking .ze-modal .ze-modal-skip:hover, .ze-lp-it .ze-modal .ze-modal-skip:hover, .ze-lp-cards .ze-modal .ze-modal-skip:hover {
  opacity: 1;
  transition: all 0.2s linear 0.1s;
}

.ze-pricing .ze-pricing-mt {
  width: 100%;
  float: left;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: initial;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.ze-pricing .ze-pricing-pa {
  width: 100%;
  float: left;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: initial;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.ze-pricing .ze-pricing-pa span {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
}

.ze-pricing-ul {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 32px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.ze-pricing-ul ul {
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
}
.ze-pricing-ul ul li {
  margin-top: 5px;
}
.ze-pricing-ul ul li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/web/ze-tick.svg);
  background-size: cover;
  margin-right: 7px;
  position: relative;
  top: 4px;
  opacity: 0.85;
}

.ze-pricing {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 800px) {
  .ze-pricing {
    margin-top: 0;
  }
}
.ze-pricing h2 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .ze-pricing h2 {
    padding-top: 0;
  }
}
.ze-pricing p {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 800px) {
  .ze-pricing p {
    margin-bottom: 0px;
  }
}
.ze-pricing .area {
  justify-content: space-evenly;
  align-items: baseline;
  justify-items: center;
}
.ze-pricing .area .column {
  max-width: 240px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 60px;
}

.first {
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  overflow-x: hidden;
  width: 100%;
  float: left;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: none;
  margin-top: 60px;
}
.first p {
  margin-bottom: 10px;
}
.first .ze-first-img {
  text-align: center;
  margin-top: 60px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .first .ze-first-img {
    width: 100%;
  }
}
.first .ze-first-img img {
  max-width: 100%;
}
.first #canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .first #canvas {
    display: none;
  }
}
.first .ze-first-currencies {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 0;
  justify-content: space-between;
}
.first .ze-first-currencies .ze-first-currencies-name {
  color: white;
  font-size: 14px;
  background-color: #08c;
  border-radius: 7px;
  padding: 5px 10px;
}
.first .spoiler {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  line-height: 22px;
}

.ze-lp-fl {
  height: 760px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl {
    height: 280px;
  }
}
.ze-lp-fl .ze-lp-fl-pic, .ze-lp-fl .ze-lp-fl-5, .ze-lp-fl .ze-lp-fl-4, .ze-lp-fl .ze-lp-fl-3, .ze-lp-fl .ze-lp-fl-2, .ze-lp-fl .ze-lp-fl-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.ze-lp-fl .ze-lp-fl-pic img, .ze-lp-fl .ze-lp-fl-5 img, .ze-lp-fl .ze-lp-fl-4 img, .ze-lp-fl .ze-lp-fl-3 img, .ze-lp-fl .ze-lp-fl-2 img, .ze-lp-fl .ze-lp-fl-1 img {
  width: 300px;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl .ze-lp-fl-pic img, .ze-lp-fl .ze-lp-fl-5 img, .ze-lp-fl .ze-lp-fl-4 img, .ze-lp-fl .ze-lp-fl-3 img, .ze-lp-fl .ze-lp-fl-2 img, .ze-lp-fl .ze-lp-fl-1 img {
    width: 110px;
  }
}
.ze-lp-fl .ze-lp-fl-2 {
  left: 310px;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl .ze-lp-fl-2 {
    left: 120px;
  }
}
.ze-lp-fl .ze-lp-fl-3 {
  left: 620px;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl .ze-lp-fl-3 {
    left: 240px;
  }
}
.ze-lp-fl .ze-lp-fl-4 {
  left: 310px;
  top: 386px;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl .ze-lp-fl-4 {
    left: 120px;
    top: 142px;
  }
}
.ze-lp-fl .ze-lp-fl-5 {
  left: 620px;
  top: 442px;
}
@media screen and (max-width: 800px) {
  .ze-lp-fl .ze-lp-fl-5 {
    left: 240px;
    top: 162px;
  }
}

.second {
  background: none;
  color: black;
}
.second .ze-lp-secure {
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .second .ze-lp-secure {
    flex-wrap: wrap;
  }
}
.second .ze-lp-secure .ze-lp-secure-block {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .second .ze-lp-secure .ze-lp-secure-block {
    width: 100%;
    margin-bottom: 60px;
  }
}
.second .ze-lp-secure .ze-lp-secure-block .zp-lp-secure-header {
  font-weight: bold;
  font-size: 44px;
  height: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}
.second .ze-lp-secure .ze-lp-secure-block .zp-lp-secure-header span {
  text-transform: lowercase;
  font-size: 24px;
  padding-left: 5px;
  display: block;
  padding-top: 16px;
}
.second .ze-lp-secure .ze-lp-secure-block .zp-lp-secure-lock {
  text-align: center;
}
.second .ze-lp-secure .ze-lp-secure-block .zp-lp-secure-lock img {
  width: 100px;
}
.second .ze-lp-secure .ze-lp-secure-block .zp-lp-secure-content {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.second .ze-stars {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .second .ze-stars {
    flex-wrap: wrap;
  }
}
.second .ze-stars .ze-stars-img {
  width: 150px;
  margin-right: 80px;
}
@media screen and (max-width: 800px) {
  .second .ze-stars .ze-stars-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.second .ze-stars .ze-stars-img img {
  width: 150px;
}
.second .ze-stars .ze-stars-container .ze-stars-header {
  font-size: 32px;
}
.second .ze-stars .ze-stars-container .ze-stars-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 36px;
}

.ze-lp-rew {
  height: 100%;
  display: flex;
  align-items: center;
}
.ze-lp-rew img {
  width: 100%;
  max-width: 778px;
}
@media screen and (max-width: 800px) {
  .ze-lp-rew img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.third {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.third h3 {
  margin-bottom: 30px;
}
.third .ze-second-cloud {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.third img {
  max-width: 100%;
}
.third .ze-first-img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .third .ze-first-img {
    width: 100%;
  }
}
.third .ze-first-img img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .third .ze-mobile {
    order: -1;
  }
}

.ze-lp-se {
  height: 100%;
  display: flex;
  align-items: center;
}
.ze-lp-se img {
  width: 100%;
  max-width: 884px;
}
@media screen and (max-width: 800px) {
  .ze-lp-se img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.forICO {
  background: none;
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.forICO h3 {
  color: black !important;
  margin-bottom: 15px;
  font-size: 32px;
  text-align: center;
}
.forICO p {
  padding-top: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.forICO .ze-lp-ico-featuresContainer {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .forICO .ze-lp-ico-featuresContainer {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
.forICO .ze-lp-ico-featuresContainer .ze-lp-s-li {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  flex-shrink: 0;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .forICO .ze-lp-ico-featuresContainer .ze-lp-s-li {
    flex-wrap: wrap;
    width: 50%;
  }
}
.forICO .ze-lp-ico-featuresContainer .ze-lp-s-li .ze-lp-ico-features {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .forICO .ze-lp-ico-featuresContainer .ze-lp-s-li .ze-lp-ico-features {
    margin-bottom: 30px;
    text-align: center;
  }
}
.forICO .ze-lp-ico-featuresContainer .ze-lp-s-li .ze-lp-s-icon-tick svg {
  width: 20px !important;
}
.forICO .ze-lp-ico-featuresContainer .ze-lp-s-li .ze-lp-s-icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: 30px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forICO .ze-lp-ico-featuresContainer .ze-lp-s-li .ze-lp-s-icon svg {
  width: 35px;
}
.forICO .background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.forICO .let-us-know-btn {
  text-decoration: none;
  color: black !important;
  display: inline-block;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
}
.forICO .let-us-know-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}

.ze-lp-action {
  background: linear-gradient(45deg, #01679a 0%, #035ebb 48%, #08c 100%);
  background: linear-gradient(45deg, #121729 0%, #4b5894 48%, #435bd2 100%);
  background: linear-gradient(45deg, #f7ede2 0%, #e8c1bd 48%, #fffde7 100%);
  background: none;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-top: 140px;
}
.ze-lp-action h3 {
  color: #232323 !important;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 300;
}
.ze-lp-action .ze-hero-content {
  font-weight: 400;
}
.ze-lp-action .ze-control {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .ze-lp-action .ze-control .wwl-button-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-action footer {
  margin-top: 110px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .ze-lp-action footer {
    flex-wrap: wrap;
  }
}
.ze-lp-action footer .hl-footer-copyright {
  font-size: 13px;
  margin-top: 20px;
  display: block;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .ze-lp-action footer .hl-footer-links {
    order: 2;
  }
}
.ze-lp-action footer .hl-footer-links a {
  text-decoration: none;
  margin-right: 30px;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  margin-top: 10px;
}
.ze-lp-action footer .hl-footer-links a:hover {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.ze-lp-action footer .ze-footer-social {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .ze-lp-action footer .ze-footer-social {
    order: 1;
  }
}
.ze-lp-action footer .ze-footer-social .ze-footer-social-social {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
.ze-lp-action footer .ze-footer-social .ze-footer-social-f {
  background-image: url("../images/web/hc-social-f.png");
  background-size: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ze-lp-action footer .ze-footer-social .ze-footer-social-vk {
  background-image: url("../images/web/hc-social-vk.png");
  background-size: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ze-lp-action footer .ze-footer-social .ze-footer-social-telegram {
  background-image: url("../images/web/hc-social-telegram.png");
  background-size: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ze-lp-action footer .ze-footer-social .ze-footer-social-bc {
  background-image: url("../images/web/hl-bitcoin-symbol.svg");
  background-size: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
}

/*variables*/
.circles {
  width: 1200px;
  height: 1200px;
  top: -300px;
  left: -300px;
  position: absolute;
}
.circles * {
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.circles {
  width: 1200px;
  height: 1200px;
}
.circles .bigCircles {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  animation: CirclesMoving 145s linear infinite;
}
.circles .bigCircles .bigDots {
  width: 320px;
  height: 320px;
  /*border: 1px solid red;*/
  transform-origin: center;
  transform: rotate(0deg);
}
.circles .bigCircles .bigDots:nth-child(1) {
  transform: rotate(0deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(2) {
  transform: rotate(45deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(3) {
  transform: rotate(90deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(4) {
  transform: rotate(135deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(5) {
  transform: rotate(180deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(6) {
  transform: rotate(225deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(7) {
  transform: rotate(270deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(8) {
  transform: rotate(315deg) translate(60%);
}
.circles .bigCircles .bigDots:nth-child(2n) .dot:nth-child(2n) {
  background-image: url(../images/web/ze-user.svg);
}
.circles .bigCircles .bigDots:nth-child(2n) .dot:nth-child(2n-1) {
  /*background-image: $darkColor;*/
}
.circles .bigCircles .bigDots:nth-child(2n-1) .dot {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.circles .bigCircles .bigDots:nth-child(2n-1) .dot:nth-child(2n) {
  background-image: url(../images/web/ze-user-m.svg);
}
.circles .bigCircles .bigDots:nth-child(2n-1) .dot:nth-child(2n-1) {
  /*background-image: $darkColor2;*/
}
.circles .bigCircles .bigDots .dot:nth-child(1) {
  transform: rotate(10deg) translate(78px);
  animation: bgDotsMoving-0 15s linear infinite;
  width: 24px;
  height: 24px;
}
.circles .bigCircles .bigDots .dot:nth-child(2) {
  transform: rotate(0deg) translate(78px);
  animation: bgDotsMoving-1 15s linear infinite;
  width: 23px;
  height: 23px;
}
.circles .bigCircles .bigDots .dot:nth-child(3) {
  transform: rotate(-10deg) translate(78px);
  animation: bgDotsMoving-2 15s linear infinite;
  width: 22px;
  height: 22px;
}
.circles .bigCircles .bigDots .dot:nth-child(4) {
  transform: rotate(-20deg) translate(78px);
  animation: bgDotsMoving-3 15s linear infinite;
  width: 21px;
  height: 21px;
}
.circles .bigCircles .bigDots .dot:nth-child(5) {
  transform: rotate(-30deg) translate(78px);
  animation: bgDotsMoving-4 15s linear infinite;
  width: 20px;
  height: 20px;
}
.circles .bigCircles .bigDots .dot:nth-child(6) {
  transform: rotate(-40deg) translate(78px);
  animation: bgDotsMoving-5 15s linear infinite;
  width: 19px;
  height: 19px;
}
.circles .bigCircles .bigDots .dot:nth-child(7) {
  transform: rotate(-50deg) translate(78px);
  animation: bgDotsMoving-6 15s linear infinite;
  width: 18px;
  height: 18px;
}
.circles .bigCircles .bigDots .dot:nth-child(8) {
  transform: rotate(-60deg) translate(78px);
  animation: bgDotsMoving-7 15s linear infinite;
  width: 17px;
  height: 17px;
}
.circles .bigCircles .bigDots .dot:nth-child(9) {
  transform: rotate(-70deg) translate(78px);
  animation: bgDotsMoving-8 15s linear infinite;
  width: 16px;
  height: 16px;
}
.circles .bigCircles .bigDots .dot:nth-child(10) {
  transform: rotate(-80deg) translate(78px);
  animation: bgDotsMoving-9 15s linear infinite;
  width: 15px;
  height: 15px;
}
.circles .bigCircles .bigDots .dot:nth-child(11) {
  transform: rotate(-90deg) translate(78px);
  animation: bgDotsMoving-10 15s linear infinite;
  width: 14px;
  height: 14px;
}
.circles .bigCircles .bigDots .dot:nth-child(12) {
  transform: rotate(-100deg) translate(78px);
  animation: bgDotsMoving-11 15s linear infinite;
  width: 13px;
  height: 13px;
}
.circles .bigCircles .bigDots .dot:nth-child(13) {
  transform: rotate(-110deg) translate(78px);
  animation: bgDotsMoving-12 15s linear infinite;
  width: 12px;
  height: 12px;
}
.circles .bigCircles .bigDots .dot:nth-child(14) {
  transform: rotate(-120deg) translate(78px);
  animation: bgDotsMoving-13 15s linear infinite;
  width: 11px;
  height: 11px;
}
.circles .bigCircles .bigDots .dot:nth-child(15) {
  transform: rotate(-130deg) translate(78px);
  animation: bgDotsMoving-14 15s linear infinite;
  width: 10px;
  height: 10px;
}
.circles .smallCircles {
  width: 600px;
  height: 600px;
  transform: rotate(0deg);
  animation: CirclesMoving 120s linear -1s infinite;
}
.circles .smallCircles .smallDots {
  width: 300px;
  height: 300px;
  /*border: 1px solid green;*/
  transform-origin: center;
  transform: rotate(0deg);
}
.circles .smallCircles .smallDots:nth-child(1) {
  transform: rotate(0deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(2) {
  transform: rotate(45deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(3) {
  transform: rotate(90deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(4) {
  transform: rotate(135deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(5) {
  transform: rotate(180deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(6) {
  transform: rotate(225deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(7) {
  transform: rotate(270deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(8) {
  transform: rotate(315deg) translate(60%);
}
.circles .smallCircles .smallDots:nth-child(2n) .dot:nth-child(2n) {
  background-image: url(../images/web/ze-user.svg);
}
.circles .smallCircles .smallDots:nth-child(2n) .dot:nth-child(2n-1) {
  /*background-image: $darkColor;*/
}
.circles .smallCircles .smallDots:nth-child(2n-1) .dot {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.circles .smallCircles .smallDots:nth-child(2n-1) .dot:nth-child(2n) {
  background-image: url(../images/web/ze-user-m.svg);
}
.circles .smallCircles .smallDots:nth-child(2n-1) .dot:nth-child(2n-1) {
  /*background-image: $darkColor2;*/
}
.circles .smallCircles .smallDots .dot:nth-child(1) {
  transform: rotate(15deg) translate(48px);
  animation: smDotsMoving-0 12s linear infinite;
  width: 18px;
  height: 18px;
}
.circles .smallCircles .smallDots .dot:nth-child(2) {
  transform: rotate(0deg) translate(48px);
  animation: smDotsMoving-1 12s linear infinite;
  width: 17px;
  height: 17px;
}
.circles .smallCircles .smallDots .dot:nth-child(3) {
  transform: rotate(-15deg) translate(48px);
  animation: smDotsMoving-2 12s linear infinite;
  width: 16px;
  height: 16px;
}
.circles .smallCircles .smallDots .dot:nth-child(4) {
  transform: rotate(-30deg) translate(48px);
  animation: smDotsMoving-3 12s linear infinite;
  width: 15px;
  height: 15px;
}
.circles .smallCircles .smallDots .dot:nth-child(5) {
  transform: rotate(-45deg) translate(48px);
  animation: smDotsMoving-4 12s linear infinite;
  width: 14px;
  height: 14px;
}
.circles .smallCircles .smallDots .dot:nth-child(6) {
  transform: rotate(-60deg) translate(48px);
  animation: smDotsMoving-5 12s linear infinite;
  width: 13px;
  height: 13px;
}
.circles .smallCircles .smallDots .dot:nth-child(7) {
  transform: rotate(-75deg) translate(48px);
  animation: smDotsMoving-6 12s linear infinite;
  width: 12px;
  height: 12px;
}
.circles .smallCircles .smallDots .dot:nth-child(8) {
  transform: rotate(-90deg) translate(48px);
  animation: smDotsMoving-7 12s linear infinite;
  width: 11px;
  height: 11px;
}
.circles .smallCircles .smallDots .dot:nth-child(9) {
  transform: rotate(-105deg) translate(48px);
  animation: smDotsMoving-8 12s linear infinite;
  width: 10px;
  height: 10px;
}
.circles .smallCircles .smallDots .dot:nth-child(10) {
  transform: rotate(-120deg) translate(48px);
  animation: smDotsMoving-9 12s linear infinite;
  width: 9px;
  height: 9px;
}
.circles .smallCircles .smallDots .dot:nth-child(11) {
  transform: rotate(-135deg) translate(48px);
  animation: smDotsMoving-10 12s linear infinite;
  width: 8px;
  height: 8px;
}
.circles .smallCircles .smallDots .dot:nth-child(12) {
  transform: rotate(-150deg) translate(48px);
  animation: smDotsMoving-11 12s linear infinite;
  width: 7px;
  height: 7px;
}
.circles .smallCircles .smallDots .dot:nth-child(13) {
  transform: rotate(-165deg) translate(48px);
  animation: smDotsMoving-12 12s linear infinite;
  width: 6px;
  height: 6px;
}
.circles .smallCircles .smallDots .dot:nth-child(14) {
  transform: rotate(-180deg) translate(48px);
  animation: smDotsMoving-13 12s linear infinite;
  width: 5px;
  height: 5px;
}
.circles .smallCircles .smallDots .dot:nth-child(15) {
  transform: rotate(-195deg) translate(48px);
  animation: smDotsMoving-14 12s linear infinite;
  width: 4px;
  height: 4px;
}

@keyframes CirclesMoving {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgDotsMoving-0 {
  100% {
    transform: rotate(370deg) translate(78px);
  }
}
@keyframes smDotsMoving-0 {
  100% {
    transform: rotate(375deg) translate(48px);
  }
}
@keyframes bgDotsMoving-1 {
  100% {
    transform: rotate(360deg) translate(78px);
  }
}
@keyframes smDotsMoving-1 {
  100% {
    transform: rotate(360deg) translate(48px);
  }
}
@keyframes bgDotsMoving-2 {
  100% {
    transform: rotate(350deg) translate(78px);
  }
}
@keyframes smDotsMoving-2 {
  100% {
    transform: rotate(345deg) translate(48px);
  }
}
@keyframes bgDotsMoving-3 {
  100% {
    transform: rotate(340deg) translate(78px);
  }
}
@keyframes smDotsMoving-3 {
  100% {
    transform: rotate(330deg) translate(48px);
  }
}
@keyframes bgDotsMoving-4 {
  100% {
    transform: rotate(330deg) translate(78px);
  }
}
@keyframes smDotsMoving-4 {
  100% {
    transform: rotate(315deg) translate(48px);
  }
}
@keyframes bgDotsMoving-5 {
  100% {
    transform: rotate(320deg) translate(78px);
  }
}
@keyframes smDotsMoving-5 {
  100% {
    transform: rotate(300deg) translate(48px);
  }
}
@keyframes bgDotsMoving-6 {
  100% {
    transform: rotate(310deg) translate(78px);
  }
}
@keyframes smDotsMoving-6 {
  100% {
    transform: rotate(285deg) translate(48px);
  }
}
@keyframes bgDotsMoving-7 {
  100% {
    transform: rotate(300deg) translate(78px);
  }
}
@keyframes smDotsMoving-7 {
  100% {
    transform: rotate(270deg) translate(48px);
  }
}
@keyframes bgDotsMoving-8 {
  100% {
    transform: rotate(290deg) translate(78px);
  }
}
@keyframes smDotsMoving-8 {
  100% {
    transform: rotate(255deg) translate(48px);
  }
}
@keyframes bgDotsMoving-9 {
  100% {
    transform: rotate(280deg) translate(78px);
  }
}
@keyframes smDotsMoving-9 {
  100% {
    transform: rotate(240deg) translate(48px);
  }
}
@keyframes bgDotsMoving-10 {
  100% {
    transform: rotate(270deg) translate(78px);
  }
}
@keyframes smDotsMoving-10 {
  100% {
    transform: rotate(225deg) translate(48px);
  }
}
@keyframes bgDotsMoving-11 {
  100% {
    transform: rotate(260deg) translate(78px);
  }
}
@keyframes smDotsMoving-11 {
  100% {
    transform: rotate(210deg) translate(48px);
  }
}
@keyframes bgDotsMoving-12 {
  100% {
    transform: rotate(250deg) translate(78px);
  }
}
@keyframes smDotsMoving-12 {
  100% {
    transform: rotate(195deg) translate(48px);
  }
}
@keyframes bgDotsMoving-13 {
  100% {
    transform: rotate(240deg) translate(78px);
  }
}
@keyframes smDotsMoving-13 {
  100% {
    transform: rotate(180deg) translate(48px);
  }
}
@keyframes bgDotsMoving-14 {
  100% {
    transform: rotate(230deg) translate(78px);
  }
}
@keyframes smDotsMoving-14 {
  100% {
    transform: rotate(165deg) translate(48px);
  }
}
.ze-lp-cards {
  overflow-x: hidden;
}
.ze-lp-cards p {
  font-size: 16px;
}
.ze-lp-cards h1 {
  line-height: 54px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards h1 {
    text-align: center;
  }
}
.ze-lp-cards h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-hero-content {
    text-align: center;
  }
}
.ze-lp-cards .hero-cards .ze-control {
  padding-top: 60px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .hero-cards .ze-control {
    text-align: center;
  }
}
.ze-lp-cards .hero-cards .ze-control .wwl-button-primary {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  background: #5039bd;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 16px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-2 {
    display: none;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-3 {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-3 {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-4 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-5 {
  position: absolute;
  top: 128px;
  left: 224px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-5 {
    top: 96px;
    left: 0;
    width: 100%;
  }
  .ze-lp-cards .ze-lp-cards-first-img-5 img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-6 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-7 {
  position: absolute;
  top: 120px;
  left: 234px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-7 {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-7 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-8 {
  position: absolute;
  top: 270px;
  left: 0;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-8 {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-8 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-9 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-10 {
  position: absolute;
  top: 260px;
  left: 200px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-10 {
    top: 200px;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-10 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-11 {
  position: absolute;
  top: 394px;
  left: 64px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-11 {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-11 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-12 {
  position: absolute;
  top: 496px;
  left: 64px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-12 {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-12 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-13 img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-14 {
  position: absolute;
  top: 156px;
  left: -114px;
}
.ze-lp-cards .ze-lp-cards-first-img-15 {
  position: absolute;
  top: 156px;
  left: 96px;
}
.ze-lp-cards .ze-lp-cards-first-img-16 {
  position: absolute;
  top: 156px;
  left: 304px;
}
.ze-lp-cards .ze-lp-cards-features-1, .ze-lp-cards .ze-lp-cards-features-2 {
  background: #5D47B9;
  width: 50% !important;
  text-align: center;
  color: white;
  padding: 60px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-features-1, .ze-lp-cards .ze-lp-cards-features-2 {
    width: 100% !important;
  }
}
.ze-lp-cards .ze-lp-cards-features-1 h3, .ze-lp-cards .ze-lp-cards-features-2 h3 {
  color: white;
}
.ze-lp-cards .ze-lp-cards-features-1 p, .ze-lp-cards .ze-lp-cards-features-2 p {
  color: white;
}
.ze-lp-cards .ze-lp-cards-features-2 {
  background: #8147B9;
}
.ze-lp-cards .ze-lp-cards-features-img {
  text-align: center;
  padding-bottom: 60px;
  width: 100% !important;
  float: left;
}
.ze-lp-cards .ze-lp-cards-features-img img {
  margin-left: auto;
  margin-right: auto;
}
.ze-lp-cards .ze-lp-cards-sell-img {
  padding-top: 40px;
  width: 100%;
}
.ze-lp-cards .ze-lp-cards-sell-img img {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-sell-img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-pass-img {
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-pass-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-cards .ze-lp-cards-pass-img > img {
  margin-right: 20px;
}
.ze-lp-cards .ze-lp-cards-shifted {
  margin-top: -190px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-shifted {
    margin-top: 0;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-container {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  width: 120%;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-container {
    position: relative;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col1 {
  width: 50%;
  position: relative;
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col1 img {
  width: 100%;
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col2 {
  width: 50%;
  position: relative;
  left: -30px;
  top: 50px;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col2 {
    left: 0;
    top: 0;
  }
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col2 img {
  width: 100%;
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col3 {
  display: none;
  width: 50%;
  position: relative;
}
.ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col3 img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ze-lp-cards .ze-lp-cards-first-img-container .ze-lp-cards-first-img-col3 {
    display: block;
  }
}
.ze-lp-cards .ze-lp-cards-hero {
  min-height: 100vh;
}

.ze-lp-it .hero, .ze-lp-cards .hero {
  background: none;
}
.ze-lp-it .hero h1, .ze-lp-cards .hero h1 {
  color: black;
}
.ze-lp-it .hero .ze-learn-more a, .ze-lp-cards .hero .ze-learn-more a {
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
}
.ze-lp-it .hero .ze-learn-more:after, .ze-lp-cards .hero .ze-learn-more:after {
  content: "";
  opacity: 0.2;
}
.ze-lp-it .hero .wwl-button-primary, .ze-lp-cards .hero .wwl-button-primary {
  background: black;
  border: 1px solid rgba(0, 0, 0, 0);
  color: white !important;
}
.ze-lp-it .hero .wwl-button-primary:hover, .ze-lp-cards .hero .wwl-button-primary:hover {
  background: rgba(0, 0, 0, 0.9);
}
.ze-lp-it .ze-navbar .ze-nav-nav a, .ze-lp-cards .ze-navbar .ze-nav-nav a {
  color: black;
}
.ze-lp-it .ze-hero-content, .ze-lp-cards .ze-hero-content {
  color: rgba(0, 0, 0, 0.9);
}
.ze-lp-it .ze-lp-action .wwl-button-primary, .ze-lp-cards .ze-lp-action .wwl-button-primary {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  background: #5039bd;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ze-lp-it .ze-fixed-navbar .ze-nav-container .wwl-button-primary, .ze-lp-cards .ze-fixed-navbar .ze-nav-container .wwl-button-primary {
  background: #5039bd;
}
.ze-lp-it .ze-lp-action .ze-hero-content, .ze-lp-cards .ze-lp-action .ze-hero-content {
  color: #404040;
}
.ze-lp-it .ze-lp-rew img, .ze-lp-cards .ze-lp-rew img {
  width: 80%;
  max-width: 778px;
}

.ze-lp-banking .ze-lp-banking-bg {
  background-image: url(../images/lp/web/ze-ba-bg.png);
  background-color: black;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  min-height: 1080px;
  height: 100%;
  min-height: 100vh;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-lp-banking-bg {
    background-image: none;
  }
}
.ze-lp-banking .hero {
  background: none;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-align: left;
}
.ze-lp-banking .hero h1 {
  font-size: 60px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #9a4e4e 0%, #f1713d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 72px;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .hero h1 {
    font-size: 46px;
    line-height: 58px;
  }
}
.ze-lp-banking .hero .ze-learn-more a {
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
}
.ze-lp-banking .hero .ze-learn-more:after {
  content: "";
  opacity: 0.2;
}
.ze-lp-banking .hero .wwl-button-primary {
  background: #403199;
  border: 1px solid rgba(255, 255, 255, 0);
  color: white !important;
}
.ze-lp-banking .hero .wwl-button-primary:hover {
  background: rgba(64, 49, 153, 0.9);
}
.ze-lp-banking .hero .ze-control, .ze-lp-banking .ze-lp-it .hero .ze-control {
  padding-top: 50px;
}
.ze-lp-banking .hero .wwl-button-primary, .ze-lp-banking .ze-lp-action .wwl-button-primary {
  -moz-transform: scale(1);
  transform: scale(1);
  width: 240px;
  text-align: center;
  height: 44px !important;
  padding: 7px 50px !important;
  font-size: 16px;
  font-weight: 700;
}
.ze-lp-banking .ze-navbar .ze-nav-nav a {
  color: white;
}
.ze-lp-banking .ze-hero-content {
  font-family: HelveticaNeue-Bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  background: linear-gradient(90deg, #d54b5f 0%, #c47656 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 52px;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-hero-content {
    font-size: 32px;
    line-height: 48px;
  }
}
.ze-lp-banking .ze-lp-action .wwl-button-primary {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  background: #5039bd;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ze-lp-banking .ze-fixed-navbar .ze-nav-container .wwl-button-primary {
  background: #5039bd;
}
.ze-lp-banking .ze-lp-action .ze-hero-content {
  color: #404040;
}
.ze-lp-banking .ze-lp-rew img {
  width: 80%;
  max-width: 778px;
}
.ze-lp-banking .ze-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  z-index: 10;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-footer {
    position: relative;
  }
}
.ze-lp-banking .ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link a {
  color: white;
}
.ze-lp-banking .ze-footer .ze-footer-container .ze-footer-brand {
  width: 30px;
  height: 30px;
  background-image: url(../images/web/zecamp-logo-ze.svg);
  background-size: 70%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: 50%;
  flex-basis: auto;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  margin-bottom: 10px;
}
.ze-lp-banking .ze-banking-hero-bg {
  display: none;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-banking-hero-bg {
    background-image: url(../images/lp/web/ze-ba-bg.png);
    background-size: cover;
    background-position: 100% 100%;
    display: block;
    position: absolute;
    width: 140%;
    height: 100%;
    margin-left: -20px;
  }
}
.ze-lp-banking .ze-banking-hero {
  position: relative;
  width: 100%;
  float: left;
  height: 545px;
  text-align: center;
}
.ze-lp-banking .ze-banking-hero .ze-control {
  display: none;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-banking-hero .ze-control {
    display: block;
  }
}
.ze-lp-banking .ze-banking-phone {
  position: absolute;
  z-index: 1;
}
.ze-lp-banking .ze-banking-card {
  position: absolute;
  z-index: 0;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-banking-card {
    position: relative;
  }
  .ze-lp-banking .ze-banking-card img {
    width: 110%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-lp-banking .ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ze-lp-banking .ze-banking-mobile {
    display: none;
  }
}

.ze-lp-partnership, .ze-lp-pricing {
  /*.ze-lp-fl {
    position: absolute;
    right: 0;
    width: 900px;
    @media screen and ($mediaFeature:$mediaValue) {
      left: 0;
      position: relative;
      width: auto;
    }
  }*/
}
.ze-lp-partnership .hero, .ze-lp-pricing .hero {
  background: none;
}
.ze-lp-partnership .hero .wwl-button-primary, .ze-lp-pricing .hero .wwl-button-primary {
  background: #5039bd;
}
.ze-lp-partnership .ze-lp-ps img, .ze-lp-pricing .ze-lp-ps img {
  width: 80%;
}
.ze-lp-partnership .ze-lp-action .wwl-button-primary, .ze-lp-pricing .ze-lp-action .wwl-button-primary {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  background: #5039bd;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ze-lp-partnership .ze-navbar .ze-nav-container .wwl-button-primary, .ze-lp-pricing .ze-navbar .ze-nav-container .wwl-button-primary, .ze-lp-partnership .ze-fixed-navbar .ze-nav-container .wwl-button-primary, .ze-lp-pricing .ze-fixed-navbar .ze-nav-container .wwl-button-primary {
  background: #5039bd;
}
.ze-lp-partnership .ze-lp-action .ze-hero-content, .ze-lp-pricing .ze-lp-action .ze-hero-content {
  color: #404040;
}
.ze-lp-partnership .second, .ze-lp-pricing .second {
  overflow-x: hidden;
}
.ze-lp-partnership .features-container-icon, .ze-lp-pricing .features-container-icon {
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.ze-lp-partnership .features-description, .ze-lp-pricing .features-description {
  margin-top: 0;
}
.ze-lp-partnership .features-container, .ze-lp-pricing .features-container {
  margin-bottom: 10px;
}

.ze-lp-pricing .hero {
  color: black;
}
.ze-lp-pricing .hero h2 {
  padding-top: 10px;
  margin-bottom: 30px;
}
.ze-lp-pricing .ze-lp-pricing-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.ze-lp-pricing .ze-lp-pricing-right {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  border-left: 2px solid rgba(0, 0, 0, 0.7);
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ze-lp-pricing .ze-lp-pricing-right {
    margin-top: 40px;
  }
}
.ze-lp-pricing .ze-lp-pricing-right bold {
  color: black;
}
.ze-lp-pricing .ze-lp-cards-pricing {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding-top: 30px;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .ze-lp-pricing .ze-lp-cards-pricing {
    flex-wrap: wrap;
  }
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-pricing-ca {
  width: 100%;
  float: left;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: initial;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.85);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-first {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second {
  background: #5D47B9;
  border-radius: 4px;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second {
    margin-left: 0;
    margin-right: 0;
  }
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-pricing-pa {
  color: white;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-pricing-pa span {
  color: white;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-lp-subheader {
  color: rgba(255, 255, 255, 0.5);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-pricing-ul {
  color: rgba(255, 255, 255, 0.5);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-pricing-ul ul li {
  color: white;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-second .ze-pricing-ul ul li:before {
  background-image: url(../images/web/ze-tick-w.svg);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third {
  background: #8147B9;
  border-radius: 4px;
  color: white;
}
@media screen and (max-width: 800px) {
  .ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third {
    margin-bottom: 0;
  }
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third .ze-pricing-pa {
  color: white;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third .ze-lp-subheader {
  color: rgba(255, 255, 255, 0.5);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third .ze-pricing-ul {
  color: rgba(255, 255, 255, 0.5);
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third .ze-pricing-ul ul li {
  color: white;
}
.ze-lp-pricing .ze-lp-cards-pricing .ze-lp-cards-option-third .ze-pricing-ul ul li:before {
  background-image: url(../images/web/ze-tick-w.svg);
}

/*@import "../scss/body";*/
.ze-lp-media {
  width: 100%;
  float: left;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: linear-gradient(72deg, #0b1023 0%, #2d1e38 50%, #0d0d1d 100%) !important;
}
.ze-lp-media h1 {
  color: white;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-top: 0px;
  font-weight: 600 !important;
  font-size: 32px;
  margin-top: 5px;
}
.ze-lp-media p {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ze-lp-media .woololo-lp-media-logo {
  padding-top: 70px;
}
.ze-lp-media .woololo-lp-media-logo img {
  width: 300px;
}
.ze-lp-media .woololo-lp-logo {
  margin-bottom: 30px;
}
.ze-lp-media .ze-footer {
  background: none;
  border-top: none;
  position: relative;
}
.ze-lp-media .woololo-lp-why {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .ze-lp-media .woololo-lp-why {
    width: 100%;
  }
}
.ze-lp-media .woololo-lp-because {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .ze-lp-media .woololo-lp-because {
    width: 100%;
  }
}
.ze-lp-media .woololo-lp-because .woololo-lp-other-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.ze-lp-media .woololo-lp-because .woololo-lp-other-p {
  width: 33.3%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .ze-lp-media .woololo-lp-because .woololo-lp-other-p {
    width: 100%;
  }
}
.ze-lp-media .woololo-lp-other-header {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.ze-lp-media .woololo-lp-other-p {
  color: white;
  font-size: 15px;
  line-height: 26px;
}
.ze-lp-media .ze-lp-container {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .ze-lp-media .ze-lp-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

.ze-lp-form-container {
  width: 50vw;
  min-width: 500px;
  min-height: 100vh;
  max-width: 600px;
  position: fixed;
  right: 0;
  top: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .ze-lp-form-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 5%;
  }
}
.ze-lp-form-container .ze-modal-header, .ze-lp-form-container .ze-modal-message {
  color: white;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.ze-lp-form-container .ze-modal-message {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
}
.ze-lp-form-container .ze-modal-form {
  max-width: 100%;
  width: 100%;
}
.ze-lp-form-container input:not([type]), .ze-lp-form-container input[type=text]:not(.browser-default), .ze-lp-form-container input[type=password]:not(.browser-default), .ze-lp-form-container input[type=email]:not(.browser-default), .ze-lp-form-container input[type=url]:not(.browser-default), .ze-lp-form-container input[type=time]:not(.browser-default), .ze-lp-form-container input[type=date]:not(.browser-default), .ze-lp-form-container input[type=datetime]:not(.browser-default), .ze-lp-form-container input[type=datetime-local]:not(.browser-default), .ze-lp-form-container input[type=tel]:not(.browser-default), .ze-lp-form-container input[type=number]:not(.browser-default), .ze-lp-form-container input[type=search]:not(.browser-default), .ze-lp-form-container textarea.materialize-textarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
.ze-lp-form-container .ze-modal-control {
  text-align: left;
}
.ze-lp-form-container .container, .ze-lp-form-container .ze-container-innerPage {
  max-width: 80%;
}
.ze-lp-form-container .input-field > label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
}
.ze-lp-form-container .wwl-button-primary {
  border: 1px solid rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: -webkit-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#276fc6", endColorstr="#79b7e0",GradientType=1 );
  background: #214877;
  background: rgba(86, 91, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
  color: white !important;
  height: 40px !important;
  line-height: 30px !important;
  transition: all 0.2s ease-in-out 0s !important;
  color: white !important;
  text-decoration: none;
  padding: 5px 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.1s linear 0s;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
}
.ze-lp-form-container .wwl-button-primary:hover {
  background: rgba(106, 123, 255, 0.85);
}

.ze-lp-rocket {
  width: 100%;
  float: left;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #4D3B9C !important;
}
.ze-lp-rocket h1 {
  color: white;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-top: 0px;
  font-weight: 600 !important;
  font-size: 32px;
  margin-top: 5px;
}
.ze-lp-rocket p {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ze-lp-rocket .woololo-lp-media-logo {
  padding-top: 70px;
}
.ze-lp-rocket .woololo-lp-media-logo img {
  width: 300px;
}
.ze-lp-rocket .woololo-lp-logo {
  margin-bottom: 30px;
}
.ze-lp-rocket .ze-footer {
  background: none;
  border-top: none;
  position: relative;
}
.ze-lp-rocket .woololo-lp-why {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .ze-lp-rocket .woololo-lp-why {
    width: 100%;
  }
}
.ze-lp-rocket .woololo-lp-because {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .ze-lp-rocket .woololo-lp-because {
    width: 100%;
  }
}
.ze-lp-rocket .woololo-lp-because .woololo-lp-other-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.ze-lp-rocket .woololo-lp-because .woololo-lp-other-p {
  width: 33.3%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .ze-lp-rocket .woololo-lp-because .woololo-lp-other-p {
    width: 100%;
  }
}
.ze-lp-rocket .woololo-lp-other-header {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.ze-lp-rocket .woololo-lp-other-p {
  color: white;
  font-size: 15px;
  line-height: 26px;
}
.ze-lp-rocket .ze-lp-container {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .ze-lp-rocket .ze-lp-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

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

body {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.container, .ze-container-innerPage {
  width: 1400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.area {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .area {
    margin-left: 0;
  }
}
.area .column {
  width: 45%;
  margin-left: 0;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 800px) {
  .area .column {
    width: 100%;
  }
}
.area .ze-column-text {
  width: 35%;
}
@media screen and (max-width: 800px) {
  .area .ze-column-text {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    order: 2;
  }
}
.area .ze-column-img {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .area .ze-column-img {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    order: 1;
  }
}

.ze-modal-header {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0;
  cursor: default;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 48px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.ze-modal-message {
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  cursor: default;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.ze-modal-control {
  text-align: center;
  padding-top: 30px;
}

.ze-modal-control .wwl-button-primary {
  margin-right: 0;
}

.ze-modal-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  max-width: 500px;
}

.group {
  position: relative;
  margin: 45px 0;
}

.wwl-button-primary {
  border: 1px solid rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: -webkit-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#276fc6", endColorstr="#79b7e0",GradientType=1 );
  background: #214877;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: white !important;
  height: 40px !important;
  line-height: 30px !important;
  transition: all 0.2s ease-in-out 0s !important;
  color: white !important;
  text-decoration: none;
  padding: 5px 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.1s linear 0s;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
}
.wwl-button-primary:hover {
  background: black;
  transition: all 0.1s linear 0s;
}

.hero .wwl-button-primary, .ze-lp-action .wwl-button-primary {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
}
.hero .wwl-button-primary:hover, .ze-lp-action .wwl-button-primary:hover {
  background: black;
}

.ze-hero-content {
  line-height: 30px;
  font-size: 18px;
  color: #404040;
}
@media screen and (max-height: 680px) {
  .ze-hero-content {
    line-height: 26px;
    font-size: 18px;
  }
}

.ze-first-img {
  text-align: center;
}

#canvas-number {
  position: absolute;
  width: 800px;
  height: 600px;
  display: none;
}

#canvas-dots {
  position: absolute;
  width: 1200px;
  height: 800px;
  left: -400px;
  top: -250px;
}
@media screen and (max-width: 800px) {
  #canvas-dots {
    position: relative;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
  }
}

.st0 {
  fill: #000000;
}

.ze-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-bottom: 0;
  margin-top: 140px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 110px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .ze-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ze-footer .ze-footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .ze-footer .ze-footer-container {
    align-items: start;
  }
}
.ze-footer .ze-footer-container .ze-footer-brand {
  width: 30px;
  height: 30px;
  background-image: url(../images/web/ze-symbol-b.svg);
  background-size: 40%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 300px;
  flex-basis: auto;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .ze-footer .ze-footer-container .ze-footer-brand {
    margin-right: 60px;
  }
}
.ze-footer .ze-footer-container .ze-footer-links {
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ze-footer .ze-footer-container .ze-footer-links {
    flex-wrap: wrap;
  }
}
.ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link {
  margin-left: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link {
    width: 100%;
  }
}
.ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  border-bottom: none;
}

.ze-container-innerPage {
  width: 960px;
}

.ze-learn-more {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
}
.ze-learn-more a {
  font-size: 14px;
}
.ze-learn-more:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-size: cover;
  opacity: 0.75;
  position: relative;
}

.features {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .features {
    flex-wrap: wrap;
  }
}

.features-container {
  text-decoration: none;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
  transform: translateX(0) scale(1, 1);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
  font-weight: 700;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.features-container-icon {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  /* margin-right: 10px; */
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  position: relative;
  margin-bottom: 0;
  align-self: baseline;
  flex-shrink: 0;
  margin-right: 24px;
}

.features-name {
  font-size: 12px;
  line-height: 24px;
  color: #5d5d5d;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  float: left;
}

.features-description {
  margin-top: 14px;
  font-weight: normal;
  text-transform: initial;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  float: left;
}

.wwl-icon-in-out-b {
  background-image: url(../images/lp/web/halykcoin-in-out.svg);
}

.wwl-icon-plus-b {
  background-image: url(../images/lp/web/halykcoin-plus.svg);
}

.wwl-icon-exchange-b {
  background-image: url(../images/lp/web/halykcoin-convert.svg);
}

.wwl-icon-manage-b {
  background-image: url(../images/lp/web/ze-manage.svg);
}

.wwl-icon-ideas-w {
  background-image: url(../images/lp/web/ze-innovation.svg);
}

.wwl-icon-creativity-w {
  background-image: url(../images/lp/web/ze-paint-palette-and-brush.svg);
}

.wwl-icon-business-w {
  background-image: url(../images/lp/web/ze-briefcase.svg);
}

.d-row {
  clear: both;
}

.bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
}
.bg i {
  width: 11px;
  height: 11px;
  background-color: gray;
  border-radius: 5px;
  display: block;
  float: right;
  margin: 1px;
  transition: opacity 1s ease-out;
  transition: opacity 1s ease-in;
}

.dropdown-content {
  background-color: #0d111b;
}

/*# sourceMappingURL=lp-style.css.map */
