:root {
  --black-2: #1a1a1a;
  --deep-sky-blue: #00aeff;
  --gold: #ffcf00;
  --white: white;
  --black: black;
  --medium-blue: #0f2eac;
  --gainsboro: #d8d8d8;
  --medium-aquamarine: #00c2a2;
  --dark-turquoise: darkturquoise;
  --white-2: #fafafa;
  --medium-aquamarine-2: #00c2a2;
  --dim-grey: #5f5f5f;
  --light-steel-blue: #cadff1;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 16%), url('../images/bg-purple.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 700px;
  margin-bottom: 40px;
}

.header-video-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 19%);
  background-position: 0 0;
  height: 100%;
  padding-bottom: 250px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.brand {
  display: block;
}

.brand.scroll {
  padding-top: .3%;
  padding-left: 1.5%;
  display: block;
}

.brand.scroll.w--current {
  z-index: 1;
}

.brand.header {
  padding-top: .5%;
  padding-left: 2%;
}

.brand.header.w--current {
  z-index: 1;
  margin-left: 5%;
}

.nav-link {
  color: var(--black-2);
  letter-spacing: .5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--deep-sky-blue);
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--deep-sky-blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link.menu-bt {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 25px;
  padding: 10px 20px;
  transition: color .2s, background-color .3s;
}

.nav-link.menu-bt:hover {
  background-color: var(--gold);
  color: #fff;
}

.nav-link.menu-bt.scroll {
  margin-top: 5px;
}

.nav-link.nav-scroll {
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
}

.nav-link.nav-scroll.w--current {
  font-size: 13px;
}

.nav-link.nav-scroll-bt {
  color: #00c2a2;
  border: 1px solid #00c2a2;
  border-radius: 40px;
  margin-top: 7px;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 500;
  transition-duration: .5s;
}

.nav-link.nav-scroll-bt:hover {
  color: #fff;
  background-color: #00c2a2;
}

.nav-menu {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-menu {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  display: block;
  box-shadow: 0 0 4px #000;
}

.container-menu.con-menu-scroll {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.logo-web {
  width: auto;
  height: 40px;
}

.logo-web.header {
  width: auto;
  height: 50px;
}

.logo-text {
  float: right;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 0;
  margin-top: 10px;
  margin-left: 5px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.logo-text.scroll {
  float: right;
  display: block;
}

.upper-heading {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 1px #000;
  max-width: 570px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.section-about {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}

.title-heading {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.title-heading.heading2 {
  color: #fff;
}

.title-heading.kulap {
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
  font-size: 38px;
  line-height: 55px;
}

.text-hero {
  margin-top: 35px;
  margin-bottom: 10px;
}

.small-devider {
  background-color: #273e9d;
  border-radius: 50px;
  width: 10%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.small-devider.bg-back {
  background-color: #fafafa;
}

.section-roadmap {
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, 0) 20%), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/roadmap-kulap2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-row {
  margin-top: 100px;
  display: none;
}

.about-icon-decentral {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-title-content {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph {
  color: #333;
  text-align: left;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.property-row {
  margin-top: 50px;
  margin-bottom: 100px;
  display: block;
}

.property-div {
  background-color: #f7f5f5;
  padding: 10%;
}

.property-div._1 {
  height: 400px;
  transition: box-shadow .5s;
}

.property-div._1:hover {
  box-shadow: inset 0 0 0 20px #fff;
}

.property-div._2 {
  height: 400px;
  transition: box-shadow .5s;
}

.property-div._2:hover {
  box-shadow: inset 0 0 0 20px #fff;
}

.property-div._3 {
  height: 400px;
  transition: box-shadow .5s;
}

.property-div._3:hover {
  box-shadow: inset 0 0 0 20px #fff;
}

.property-link-icon {
  background-color: #fff;
  background-image: url('../images/icon-ai.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.property-link-icon._1 {
  background-image: url('../images/icon-saving.svg');
  background-size: 50px;
}

.property-link-icon._1:hover {
  box-shadow: 0 0 2px 1px rgba(173, 175, 179, .47);
}

.property-link-icon._2 {
  background-image: url('../images/icon-barier.svg');
  background-position: 50%;
  background-size: 70px;
}

.property-link-icon._2:hover {
  box-shadow: 0 0 2px 1px rgba(173, 175, 179, .47);
}

.property-link-icon._3 {
  background-image: url('../images/icon-partner.svg');
  background-size: 80px;
}

.property-link-icon._3:hover {
  box-shadow: 0 0 2px 1px rgba(173, 175, 179, .47);
}

.property-title {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.property-detail {
  color: #666;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.section-team {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section-contact {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.team-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-row.row2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-col {
  display: block;
}

.team-link-block {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.team-avatar {
  width: 100%;
}

.avatar-name {
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.avatar-role {
  color: #666;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.team-block-overflow {
  background-color: #149dfa;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.avatar-overlay {
  text-align: center;
  background-color: rgba(0, 55, 197, .7);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.avatar-social-link {
  opacity: .7;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 18px;
  padding-top: 4px;
  transition: all .5s;
}

.avatar-social-link:hover {
  opacity: 1;
}

.section-supporter {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section-footer {
  background-color: var(--black);
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.support-row {
  text-align: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.support-link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.support-logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-div {
  padding: 1% 2%;
}

.footer-logo-link, .footer-logo-link.w--current {
  float: left;
}

.footer-logo-text {
  float: left;
  color: #000;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-left: 1px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.footer-text-copy {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-link-social {
  float: left;
  margin-top: 15px;
  margin-left: 7px;
  margin-right: 7px;
}

.footer-img-social {
  width: 40px;
}

.footer-col2 {
  display: block;
}

.navbar-scroll {
  z-index: 2;
  background-color: rgba(0, 0, 0, .68);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.roadmap-img-b {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-token-distribution {
  background-color: #fafafa;
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/bg-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.token-img-b, .token-img-m {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.token-text-block {
  border-bottom: 2px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.token-text-title {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.token-div-block {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.token-text-heading {
  font-family: Roboto, sans-serif;
  font-size: 21px;
}

.token-unorder-list {
  padding-left: 20px;
}

.token-text-desc {
  color: #555;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.logo-hero {
  flex: 0 auto;
  width: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.hero-heading-kulap {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  max-width: 570px;
  margin: 20px auto 0;
  font-family: Roboto, sans-serif;
  font-size: 53px;
  line-height: 70px;
}

.about-heading {
  text-align: left;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.about-paragraph {
  color: #333;
  text-align: left;
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.standard-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row-erc20 {
  margin-top: 100px;
  display: none;
}

.coreteam-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.form-block {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  background-color: #3343ff;
  border-radius: 50px;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: block;
}

.form-label {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  display: block;
}

.text-input {
  width: 80%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message {
  background-color: #273e9d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-success {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.wrapper.hero2col {
  justify-content: space-between;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  display: block;
}

.hero-intro-left {
  flex: 1;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 15px;
}

.hero-device {
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-device.phone {
  text-align: center;
  width: 50%;
}

.hero-phone-image {
  max-height: 600px;
}

.small-txt {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.background-video {
  z-index: 1;
  height: 700px;
  margin-top: 50px;
  position: relative;
}

.vdo-bg {
  box-shadow: none;
  background-color: #000;
  border-radius: 9px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.hero-heading2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.section-home {
  background-image: url('../images/background-home.svg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.home-hero-col {
  margin: 20px 0 60px;
}

.icon-header {
  margin: 50px auto 25px;
  display: block;
}

.heading-about-kulap {
  color: #fff;
  text-align: center;
  letter-spacing: 2.62px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.home-about-content {
  color: #fff;
  letter-spacing: .27px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.lato-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.mockup-application {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.about-kulap-black-text {
  color: #000;
  font-weight: 500;
}

.bold-text-2 {
  font-size: 26px;
  line-height: 33px;
}

.section-howitworks {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/bg-white-smoke.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-communities {
  padding-top: 30px;
  padding-bottom: 30px;
}

.captcha-preview {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.how-tab-link {
  color: #a7a7a7;
  text-align: center;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.how-tab-link.w--current {
  color: #007be9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #007be9;
}

.tab-pane {
  padding-top: 10px;
  padding-bottom: 20px;
}

.how-tab-menu {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.how-it-work-icon-desc {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.how-it-work-paragraph {
  margin-top: 21px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.captcha-block {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.zoom-img {
  transform: scale(1.1);
}

.community-col-1, .community-col-2, .community-col-3 {
  padding-left: 0;
  padding-right: 0;
}

.gallery-overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .77) 15%, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-overlay-content {
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.community-h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-3 {
  font-weight: 400;
}

.gallery-overlay-mobile {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vdo-bg-2 {
  background-color: #000;
  border-radius: 15px;
  width: 80%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.hero-test {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.div-test {
  margin-top: 29px;
}

.text-address {
  text-align: left;
  width: 70%;
  margin: 30px auto 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.input-sub {
  float: left;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 340px;
  padding-left: 12px;
}

.sub-button {
  background-color: #00ced1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.success-message-sub {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 15px;
  padding-left: 0;
}

.text-success-sub {
  color: var(--gold);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.slide-press {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.icon-arrow-l {
  color: #273e9d;
}

.press-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.press-slide-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-press {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.press-img-1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.press-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.press-img1-block {
  margin-left: auto;
  margin-right: auto;
}

.press-slide-nav {
  color: #0e0e0e;
}

.icon-arrow-r {
  color: #273e9d;
}

.fb-embed-pc {
  width: 100%;
  height: 50px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container {
  margin: 20px auto 30px;
  padding-bottom: 10px;
}

.fb-embed-mb {
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-bg-promote {
  box-shadow: none;
  background-color: #78c8fb;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.section-bg-promote.sec-section {
  background-color: #cadff1;
}

.row-promote {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.row-promote.supertrade {
  width: 95%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-promote {
  width: 85%;
}

.img-promote.sec-img {
  width: 45%;
}

.img-promote.img-trader {
  width: 100%;
  padding-top: 7%;
}

.promote-col-left {
  text-align: left;
}

.promote-heading {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.promote-heading.supertrade {
  color: var(--white);
  object-fit: fill;
  margin-top: 0;
  font-size: 70px;
  line-height: 70px;
  display: block;
}

.promote-heading2 {
  color: #fdd658;
  margin-top: 20px;
  font-family: Varela, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.promote-description {
  width: 90%;
  margin-top: 20px;
  font-family: Varela, sans-serif;
}

.promote-description.sec-text {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.promote-description.sec-text.txt-middle {
  margin-top: 40px;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
}

.promote-button {
  border: 2px none var(--medium-blue);
  color: #0f2eac;
  text-align: left;
  background-color: #4362a7;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 45px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.promote-button.supertrade {
  color: var(--white);
  background-color: #fe1066;
  border-style: none;
  border-width: 0;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-property: none;
}

.promote-button-txt.btn-license {
  color: var(--white);
  font-weight: 500;
}

.section-faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.toogle-faq {
  text-align: left;
  display: block;
}

.toogle-header {
  background-color: var(--white);
  border: 1px solid #ededed;
  width: 100%;
  padding: 20px 20px 17px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.toogle-icon {
  float: right;
  background-image: url('../images/down-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  right: 10px;
}

.toogle-title {
  color: #3d3d3d;
  text-transform: none;
  width: 95%;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.toogle-content {
  overflow: hidden;
}

.toogle-space {
  padding: 30px 30px 30px 15px;
  overflow: hidden;
}

.toogle-paragraph {
  font-family: Roboto, sans-serif;
  line-height: 23px;
}

.footer-col-support {
  margin-top: 20px;
}

.footer-block-social {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.footer-block-list {
  list-style-type: disc;
}

.link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-text-link {
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.footer-text-link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.content-section.annual_finance {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-bottom: 90px;
}

.list-item-2, .list-item-3 {
  list-style-type: decimal;
}

.policy-heading {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading {
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 33px;
}

.policy-txt {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.policy-list {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: decimal;
}

.policy-list.listing-rule-list {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: decimal;
}

.sub-list-item {
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: none;
}

.list {
  list-style-type: none;
}

.policy-h3 {
  font-size: 19px;
  font-weight: 400;
}

.listing-rule-list {
  list-style-type: decimal;
}

.orgchat-img-m {
  display: none;
}

.div-map {
  margin-top: 33px;
  margin-bottom: 40px;
}

.kulap-google-map {
  display: none;
}

.send-mail-embed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.logo-footer {
  height: 40px;
}

.bg-header {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5));
  background-clip: padding-box;
  height: 400px;
}

.bg-header.img_asset_info {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_asset_info.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_fees {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_fees.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_aml {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_AML.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_policy {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/horo_img_policy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_listing-rules {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_listing_rule.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_about_company {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_company.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-header.img_financial {
  background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_finance.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.hero-img-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10%;
  font-family: Lato, sans-serif;
  display: block;
}

.img-eth-coin {
  width: 70%;
}

.heading-coin {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.colm-coin-bt-block {
  margin-top: 50px;
  margin-bottom: 20px;
}

.coin-btn-block {
  color: #001670;
  text-align: center;
  border: 1px solid #001670;
  border-radius: 5px;
  width: 80%;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.coin-btn-block:hover {
  color: var(--white);
  background-color: #001670;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.coint-btn-txt {
  height: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block {
  border: 1px solid #e0e0e0;
}

.line-div-block {
  border: 1px solid #e6e6e6;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container {
  display: block;
}

.recaptcha {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.grid-policy {
  grid-column-gap: 2px;
  grid-row-gap: 3px;
  grid-template-rows: 65px 65px 65px;
  grid-template-columns: 2.75fr 2.75fr;
  grid-auto-flow: row;
  margin-bottom: 69px;
}

.grid-topic {
  text-align: center;
  background-color: #e0e6ff;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.grid-text {
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 19px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.swap-button {
  background-color: var(--gold);
  color: #000;
  border-radius: 25px;
  width: 150px;
  height: 40px;
  margin-top: 10px;
  margin-left: 39px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.swap-button.nav-scroll {
  margin-top: 5px;
}

.supertrade-section {
  background-color: var(--white);
  background-image: linear-gradient(131deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), url('../images/pc_supertrade.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 79px;
  display: none;
}

.row-committee {
  margin-top: 50px;
}

.container-2, .form-block-2 {
  display: none;
}

.table_img_fees {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.table_img_fees_mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.uniswap-block, .dydx-block {
  display: block;
}

.license-heading {
  color: #362a6c;
  text-align: left;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

.license-detail {
  text-align: left;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
}

.column-2 {
  text-align: left;
}

.dgx-block {
  display: block;
}

.busd-block {
  display: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  margin-bottom: 65px;
}

.annual_tbl_topic_bg {
  background-color: rgba(167, 185, 255, .5);
  border-radius: 0;
  height: 50px;
}

.annual_tbl_topic_bg.topic_download {
  border-top-right-radius: 10px;
}

.annual_tbl_topic_bg.topic_txt {
  border-top-left-radius: 10px;
}

.annual_tbl_content_bg {
  height: 75px;
}

.annual_tbl_content_bg.annual_content_txt {
  border-bottom: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  border-bottom-left-radius: 10px;
}

.annual_tbl_content_bg.annual_content_download {
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  border-bottom-right-radius: 10px;
}

.annual_tb_topic_txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.annual_tb_topic_txt.download {
  text-align: center;
}

.annual_finance_txt {
  color: var(--black);
  text-align: center;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.annual_link_download_block {
  text-align: center;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.mkt {
  display: none;
}

.fs-cc-prefs_option.personalize {
  display: block;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

html.w-mod-js [data-ix="hide-social-onload"] {
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="upper-heading-onload"] {
  opacity: 0;
  transform: translate(0, 60px)scale(.95);
}

html.w-mod-js [data-ix="hero-heading-onload"] {
  opacity: 0;
  transform: translate(0, 30px)scale(.95);
}

html.w-mod-js [data-ix="nav-dispay-hide"] {
  display: none;
}

html.w-mod-js [data-ix="show30"], html.w-mod-js [data-ix="hide-gallery-content-initial-appear"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-up-gallery-title-initial-appear"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="toggle-initial"] {
  height: 0;
}

@media screen and (max-width: 991px) {
  .section-header {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 16%), url('../images/bg-purple.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 458px;
    margin-bottom: 120px;
  }

  .navbar {
    padding-top: 0%;
  }

  .brand.header.w--current {
    padding-top: .5%;
  }

  .nav-link {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 500;
    display: block;
  }

  .nav-link:hover {
    font-weight: 500;
  }

  .nav-link.w--current {
    background-color: rgba(221, 221, 221, .5);
    font-weight: 500;
  }

  .nav-link.menu-bt {
    background-color: rgba(0, 0, 0, 0);
    width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link.menu-bt:hover {
    font-weight: 500;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .container-menu {
    width: 100%;
    height: 80px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .logo-web.header {
    height: 50px;
  }

  .logo-text {
    font-size: 19px;
    line-height: 23px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .upper-heading {
    margin-top: 200px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 25px;
  }

  .hero-heading {
    clear: both;
    text-align: left;
    max-width: 100%;
    margin-top: 20px;
    font-size: 27px;
    line-height: 37px;
  }

  .section-about {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .title-heading.kulap {
    font-size: 35px;
  }

  .section-roadmap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-row {
    margin-top: 50px;
  }

  .property-div._1, .property-div._2, .property-div._3 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .property-link-icon._1, .property-link-icon._2, .property-link-icon._3 {
    background-size: 60px;
    width: 80px;
    height: 80px;
  }

  .property-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
  }

  .property-detail {
    font-size: 13px;
    line-height: 24px;
  }

  .section-team, .section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-row {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-link-block {
    width: 100%;
  }

  .footer-div {
    padding-left: 1%;
    padding-right: 1%;
  }

  .footer-text-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    display: block;
  }

  .footer-link-social {
    float: none;
    margin-left: 7px;
    margin-right: 7px;
  }

  .footer-img-social {
    width: 45px;
  }

  .navbar-scroll {
    display: none;
  }

  .roadmap-img-m {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .token-text-heading {
    text-align: center;
  }

  .token-unorder-list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .token-text-desc {
    color: #555;
    font-size: 16px;
    line-height: 23px;
  }

  .logo-hero {
    width: 70px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-heading-kulap {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
    line-height: 35px;
    display: block;
  }

  .about-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .about-paragraph {
    margin-top: 25px;
    font-size: 15px;
  }

  .standard-img {
    width: 90%;
  }

  .row-erc20 {
    margin-top: 50px;
  }

  .icon-hamburger {
    color: var(--black-2);
  }

  .form-block {
    width: 90%;
  }

  .submit-button {
    font-size: 17px;
  }

  .wrapper.hero2col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-intro-left {
    padding-top: 50px;
    padding-left: 5%;
  }

  .hero-phone-image {
    max-height: 480px;
  }

  .small-txt {
    font-size: 14px;
    line-height: 25px;
  }

  .background-video {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .vdo-bg {
    height: 400px;
  }

  .hero-heading2 {
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .section-home {
    padding-bottom: 40px;
  }

  .icon-header {
    margin-bottom: 10px;
  }

  .heading-about-kulap {
    font-size: 35px;
    line-height: 33px;
  }

  .lato-text {
    font-size: 16px;
    line-height: 22px;
  }

  .mockup-application {
    width: 85%;
  }

  .bold-text-2 {
    font-size: 23px;
  }

  .section-howitworks {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .how-tab-link.w--current {
    font-size: 14px;
  }

  .captcha-block {
    width: 100%;
  }

  .gallery-overlay {
    display: none;
  }

  .gallery-overlay-content {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-overlay-mobile {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    display: block;
  }

  .community-h3-mobile {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .success-message-sub {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .text-success-sub {
    font-size: 14px;
  }

  .press-block {
    width: 28%;
  }

  .press-title {
    font-size: 15px;
    line-height: 25px;
  }

  .fb-embed-pc {
    display: none;
  }

  .fb-embed-mb {
    text-align: center;
    width: 40%;
    margin: 20px auto;
    display: flex;
  }

  .section-bg-promote {
    height: 300px;
    padding-bottom: 20px;
  }

  .row-promote.supertrade {
    padding-bottom: 55px;
  }

  .img-promote {
    width: 100%;
  }

  .img-promote.sec-img {
    width: 90%;
  }

  .img-promote.img-trader {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .promote-col-left {
    text-align: left;
  }

  .promote-col-right {
    text-align: center;
    padding-top: 31px;
  }

  .promote-heading {
    text-align: center;
    margin-top: 10px;
    font-size: 26px;
  }

  .promote-heading.supertrade {
    font-size: 57px;
  }

  .promote-description {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }

  .promote-description.sec-text {
    margin-top: 20px;
    font-size: 19px;
  }

  .promote-button {
    margin-top: 5px;
  }

  .promote-button.supertrade {
    text-align: right;
  }

  .section-faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-wrapper {
    width: 90%;
  }

  .toogle-space {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-block-social {
    text-align: center;
    align-items: stretch;
    margin-bottom: 20px;
    display: block;
  }

  .footer-text-link {
    text-align: center;
  }

  .logo-footer, .footer-logo-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bg-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero_img_asset_info.jpg');
    background-size: auto, cover;
    height: 350px;
  }

  .img-eth-coin {
    width: 90%;
  }

  .swap-button {
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .supertrade-section {
    background-image: linear-gradient(118deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0)), url('../images/mobile_supertrade.jpg');
    background-position: 0 0, 50% 0;
    height: auto;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .col-video-player {
    padding-top: 40px;
  }

  .license-heading {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 16%), url('../images/bg-purple.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 260px;
  }

  .header-video-bg {
    background-image: url('../images/01.jpg');
    background-position: 50%;
  }

  .container-menu {
    padding-left: 1%;
    padding-right: 1%;
  }

  .upper-heading {
    margin-top: 100px;
    font-size: 18px;
  }

  .hero-heading {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
  }

  .section-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .property-div._1, .property-div._2, .property-div._3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .property-detail {
    font-size: 14px;
  }

  .section-team {
    text-align: center;
  }

  .section-contact {
    padding-top: 0;
  }

  .team-row {
    text-align: center;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .team-col {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 20px;
  }

  .avatar-role {
    font-size: 15px;
  }

  .section-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .support-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-logo-link.w--current {
    float: none;
    text-align: center;
    display: block;
  }

  .footer-logo-text {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-text-copy {
    text-align: center;
    margin-top: 10px;
  }

  .footer-link-social {
    float: none;
  }

  .footer-img-social {
    width: 40px;
  }

  .footer-col2 {
    text-align: center;
  }

  .token-unorder-list {
    width: 80%;
  }

  .hero-heading-kulap {
    margin-top: 10px;
  }

  .about-heading {
    margin-top: 30px;
  }

  .standard-img {
    width: 50%;
    margin-top: 40px;
  }

  .form-block {
    width: 90%;
  }

  .submit-button {
    font-size: 16px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
  }

  .hero-intro-left {
    flex: 1;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-device.phone {
    padding-top: 30px;
  }

  .small-txt {
    text-align: center;
  }

  .vdo-bg {
    margin-top: 30px;
  }

  .hero-heading2 {
    text-align: center;
    margin-top: 12px;
    line-height: 20px;
  }

  .captcha-block, .gallery-wrapper {
    width: 100%;
  }

  .gallery-overlay-content {
    padding-bottom: 10px;
  }

  .community-h3-mobile {
    font-size: 14px;
    line-height: 20px;
  }

  .text-success-sub {
    text-align: center;
  }

  .slide-press {
    flex-direction: row;
    display: none;
  }

  .press-block {
    width: 70%;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .container-press {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .press-title {
    font-size: 17px;
    line-height: 25px;
  }

  .fb-embed-mb {
    width: 50%;
    display: flex;
  }

  .section-bg-promote {
    height: 100%;
  }

  .img-promote {
    width: 80%;
  }

  .img-promote.sec-img {
    width: 70%;
  }

  .promote-col-left, .promote-col-right, .promote-heading {
    text-align: center;
  }

  .promote-description.sec-text {
    text-align: left;
  }

  .promote-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .section-faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-block-social {
    flex-direction: row;
    margin-bottom: 25px;
    display: block;
  }

  .policy-heading {
    margin-left: 8px;
    margin-right: 8px;
  }

  .heading {
    margin-left: 5px;
  }

  .policy-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
  }

  .orgchat-img {
    display: none;
  }

  .orgchat-img-m {
    display: block;
  }

  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo-block {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .img-eth-coin {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .colm-coin-bt-block {
    text-align: center;
  }

  .coin-col-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-policy {
    grid-template-columns: 2.75fr 2.75fr;
  }

  .swap-button {
    margin: 35px auto 45px;
  }

  .supertrade-section {
    height: 100%;
  }

  .img-license {
    width: 80%;
    margin-top: 54px;
  }

  .column-2 {
    text-align: center;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 16%), url('../images/bg-purple.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 55px;
  }

  .header-video-bg {
    background-image: url('../images/01.jpg');
    background-position: 50%;
    height: 100%;
    padding-bottom: 65px;
  }

  .brand.w--current {
    margin-top: 10px;
  }

  .brand.header {
    float: left;
    margin-top: 1%;
    margin-left: 1%;
    padding-left: .5%;
    position: relative;
  }

  .brand.header.w--current {
    margin-top: 1.5%;
  }

  .nav-link.menu-bt {
    width: 250px;
  }

  .container-menu {
    height: 70px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .logo-web {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-web.header {
    float: left;
    width: auto;
    height: 45px;
  }

  .logo-text {
    float: right;
    margin-top: 7px;
    margin-left: 2px;
    font-size: 15px;
    font-weight: 600;
  }

  .upper-heading {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-heading {
    text-align: center;
    margin-top: 5px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 25px;
    line-height: 30px;
  }

  .section-about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .title-heading.kulap {
    font-size: 27px;
    line-height: 43px;
  }

  .text-hero {
    margin-bottom: 20px;
  }

  .small-devider {
    width: 30%;
  }

  .section-roadmap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-icon-decentral {
    width: 100%;
  }

  .about-title-content {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .property-col {
    padding: 10px;
  }

  .property-div._1 {
    height: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .property-div._1:hover {
    box-shadow: inset 0 0 0 5px #fff;
  }

  .property-div._2 {
    height: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .property-div._2:hover {
    box-shadow: inset 0 0 0 5px #fff;
  }

  .property-div._3 {
    height: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .property-div._3:hover {
    box-shadow: inset 0 0 0 5px #fff;
  }

  .property-detail {
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    font-weight: 400;
    line-height: 24px;
  }

  .section-team, .section-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-row, .team-row.row2 {
    width: 100%;
  }

  .team-col {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar-name {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .avatar-role {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
  }

  .section-supporter {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support-logo {
    width: 180px;
  }

  .footer-logo-link {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-logo-text {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link-social {
    margin-left: 7px;
    margin-right: 7px;
  }

  .footer-img-social {
    width: 50px;
  }

  .footer-col2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .token-text-heading {
    font-size: 18px;
  }

  .token-unorder-list {
    width: 100%;
  }

  .token-text-desc {
    font-size: 15px;
  }

  .logo-hero {
    width: 100px;
    margin-top: 20px;
  }

  .hero-heading-kulap {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .column-zero-border {
    padding-left: 0;
    padding-right: 0;
  }

  .about-heading {
    text-align: left;
    margin-top: 0;
    font-size: 17px;
  }

  .about-paragraph {
    text-align: left;
  }

  .standard-img {
    width: 70%;
  }

  .row-erc20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-hamburger {
    color: var(--black-2);
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    font-size: 15px;
  }

  .wrapper.hero2col {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    justify-content: center;
    padding-top: 20px;
  }

  .hero-intro-left {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-device.phone {
    width: 100%;
  }

  .small-txt {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
  }

  .vdo-bg {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading2 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .section-home {
    padding-bottom: 55%;
  }

  .home-hero-col {
    margin-bottom: 20px;
  }

  .icon-header {
    width: 25%;
    margin-top: 10px;
  }

  .heading-about-kulap {
    margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .home-about-content {
    margin: 30px 10px;
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .lato-text {
    font-size: 15px;
    line-height: 22px;
  }

  .mockup-application {
    width: 95%;
    margin-top: 20px;
  }

  .captcha-preview {
    margin-left: 1%;
    margin-right: 1%;
  }

  .how-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .how-tab-menu {
    margin-left: 10px;
    margin-right: 10px;
  }

  .how-it-work-paragraph {
    margin-top: 20px;
    font-size: 14px;
  }

  .captcha-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-overlay-content {
    padding-bottom: 20px;
  }

  .community-h3-mobile {
    font-size: 20px;
    line-height: 30px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-address {
    text-align: left;
    width: 90%;
  }

  .slide-press {
    display: none;
  }

  .icon-arrow-l {
    margin-right: .5px;
    font-size: 25px;
  }

  .press-block {
    flex-direction: column;
    justify-content: center;
    width: 75%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: block;
  }

  .container-press {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .press-img-1 {
    width: 70%;
  }

  .press-slide-nav {
    padding-top: 12%;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .icon-arrow-r {
    color: #273e9d;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
  }

  .fb-embed-pc {
    width: 99%;
  }

  .fb-container {
    padding-bottom: 30px;
    display: block;
  }

  .fb-embed-mb {
    width: 70%;
  }

  .img-promote {
    width: 90%;
  }

  .img-promote.sec-img {
    width: 75%;
  }

  .img-promote.img-trader {
    width: 100%;
  }

  .promote-col-left {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .promote-col-right {
    padding: 21px 0 12px;
  }

  .promote-heading {
    font-size: 18px;
    line-height: 35px;
  }

  .promote-heading.supertrade {
    font-size: 33px;
    line-height: 43px;
  }

  .promote-description {
    font-size: 13px;
  }

  .promote-description.sec-text {
    margin-top: 25px;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 27px;
  }

  .promote-description.sec-text.txt-middle {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    line-height: 20px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .toogle-header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .toogle-icon {
    right: 5px;
  }

  .toogle-title {
    width: 94%;
    font-size: 16px;
  }

  .footer-block-social {
    text-align: center;
  }

  .policy-heading {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
    line-height: 30px;
  }

  .policy-txt {
    padding-left: 8px;
    padding-right: 8px;
  }

  .list {
    padding-left: 30px;
  }

  .bg-header {
    background-image: linear-gradient(rgba(15, 46, 172, .5), rgba(15, 46, 172, .5)), url('../images/hero_img_asset_info.jpg');
    background-size: auto, cover;
    height: 200px;
  }

  .hero-img-heading {
    padding-top: 15%;
    font-size: 25px;
  }

  .img-eth-coin {
    width: 50%;
  }

  .colm-coin-bt-block {
    margin-top: 20px;
  }

  .grid-policy {
    grid-column-gap: 2px;
    grid-row-gap: 3px;
    flex-direction: column;
    grid-template-rows: 65px 65px 65px;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .grid-topic {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .grid-text {
    font-size: 13px;
  }

  .swap-button {
    margin: 35px auto 45px;
  }

  .supertrade-section {
    background-position: 0 0, 100%;
    height: 100%;
    padding-bottom: 10px;
  }

  .col-video-player {
    padding-left: 0;
    padding-right: 0;
  }

  .table_img_fees {
    display: none;
  }

  .table_img_fees_mobile {
    display: block;
  }

  .img-license {
    width: 100%;
    margin-top: 29px;
  }

  .license-heading {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }

  .grid-2 {
    grid-template-columns: .75fr .5fr;
  }

  .annual_tb_topic_txt, .annual_tb_topic_txt.download {
    font-size: 15px;
  }

  .annual_finance_txt {
    font-size: 14px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
}

#w-node-_5de9e993-bc0b-77d6-9364-152666330062-97486b93 {
  grid-area: Area-2;
}

#w-node-_5de9e993-bc0b-77d6-9364-152666330068-97486b93, #w-node-_5de9e993-bc0b-77d6-9364-152666330069-97486b93 {
  grid-area: Area-4;
}

#w-node-e4967f0b-4012-bf3b-07ed-1716792f50ed-97486b93 {
  grid-area: Area-2;
}

#w-node-e4967f0b-4012-bf3b-07ed-1716792f50f3-97486b93, #w-node-e4967f0b-4012-bf3b-07ed-1716792f50f4-97486b93 {
  grid-area: Area-4;
}


@font-face {
  font-family: 'Varelaround';
  src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}