
@font-face {
  font-family: "museo_sans";
  src: url("../font/museosans.woff2") format("woff2"), url("../font/museosans.woff") format("woff"), url("../font/museosans.ttf") format("truetype"), url("https://crypterio.stylemixthemes.com/landing/wp-content/themes/landing_theme/assets/fonts/museosans.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1 {
  font-family: "museo_sans";
}

h2 {
  display: block;
  overflow: hidden;
  position: relative;
  font-family: "museo_sans";
  font-size: 36px;
  line-height: 42px;
  color: #26211d;
  text-align: center;
  padding-top: 36px;
}
h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #0048a8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2.left {
  position: relative;
  overflow: hidden;
  font-size: 30px;
  text-align: left;
}
h2.left:before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #0048a8;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.left, .right {
  display: block;
  width: 50%;
}

.desc {
  font-family: "Roboto";
  font-size: 18px;
  color: #26211d;
  line-height: 36px;
}
.desc.fs-16 {
  font-size: 16px;
  color: #595959;
  line-height: 30px;
}
.desc.fs-14 {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  padding: 24px 25px 0 45px;
}

.white-bg {
  background: #ffffff;
}

a {
  font-family: "museo_sans";
  text-decoration: none;
}

.bg-demos-text, .specials-bg-text, .support-bg-text {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat";
  font-size: 290px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 60px;
}

.features-bg-text {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat";
  font-size: 290px;
  color: rgba(255, 255, 255, 0.02);
  font-weight: 600;
  letter-spacing: 46px;
}

.vcw.vcw-converter.vcw-white:hover {
  box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container .select2-selection--single {
  height: 36px !important;
}

body {
  line-height: 1;
  font-family: "Roboto";
}
body.has_iframe #main {
  margin-top: 53px;
  /*.header-sticky-wrapp.sticky-header{
      top: 53px;
  }*/
}
body .stm_animation {
  opacity: 0;
}
body #main {
  display: block;
  overflow: hidden;
  width: 100%;
}
body #main .container {
  display: block;
  width: 1110px;
  margin: 0 auto;
  position: relative;
}
body #main .header {
  display: block;
  padding: 25px 0;
  background: #1d1e20;
}
body #main .header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body #main .header .container .menu-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: -2px;
}
body #main .header .container .menu-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}
body #main .header .container .menu-wrap ul li a {
  font-family: "museo_sans";
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 24px;
  transition: all 0.1s ease-in;
}
body #main .header .container .menu-wrap ul li a:hover {
  color: #f2c902;
}
body #main .header .container .menu-wrap .btn-buy {
  display: inline-block;
  background: #0048a8;
  border-radius: 24px;
  transition: all 0.1s ease-in;
}
body #main .header .container .menu-wrap .btn-buy a {
  display: block;
  overflow: hidden;
  padding: 17px 47px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.1s ease-in;
}
body #main .header .container .menu-wrap .btn-buy:hover {
  background: #ffc10a;
}
body #main .header .container .menu-wrap .btn-buy:hover a {
  color: #1d1e20;
}
body #main .banner-wrap {
  display: block;
  overflow: hidden;
  height: 700px;
  background: #ffc40c;
  padding: 10px 80px 50px;
}
body #main .banner-wrap .container .earth-wrap {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
}
body #main .banner-wrap .container .banner-text-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*.subtitle{
      font-family: $normal;
      font-size: 18px;
      line-height: 30px;
      color: $white;
      text-align: center;
      margin-bottom: 57px;
  }*/
}
body #main .banner-wrap .container .banner-text-wrap .title {
  display: block;
  position: relative;
  max-width: 580px;
  font-size: 48px;
  line-height: 60px;
  color: #1d1e20;
  text-align: center;
  margin-top: 207px;
  margin-bottom: 75px;
  padding-top: 28px;
  letter-spacing: 1.3px;
}
body #main .banner-wrap .container .banner-text-wrap .title:before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #1d1e20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #1d1e20;
  text-decoration: none;
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap a .icon-arrow-bottom {
  font-size: 32px;
  margin-top: 26px;
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap a .icon-arrow-bottom:hover {
  cursor: pointer;
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap a .watch-text div {
  /*&:first-child{
      font-family: $heading;
      font-size: 30px;
      color: $white;
      margin-bottom: 6px;
      letter-spacing: 3px;
  }*/
}
body #main .banner-wrap .container .banner-text-wrap .watch-wrap a .watch-text div:last-child {
  font-family: "museo_sans";
  font-size: 20px;
  color: #1d1e20;
  letter-spacing: 4px;
}
body #main .spark-line-wrap {
  border-bottom: 1px solid #ddd;
}
body #main .spark-line-wrap .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 0;
}
body #main .spark-line-wrap .container .item {
  display: block;
  width: 25%;
  text-align: center;
}
body #main .spark-line-wrap .container .item .pcw-drop .fa-long-arrow-down, body #main .spark-line-wrap .container .item .pcw-rise .fa-long-arrow-down {
  font-family: "crypto-icon" !important;
  font-size: 14px;
}
body #main .spark-line-wrap .container .item .pcw-drop .fa-long-arrow-down:before, body #main .spark-line-wrap .container .item .pcw-rise .fa-long-arrow-down:before {
  content: "\e91a" !important;
}
body #main .spark-line-wrap .container .item .pcw-drop .fa-long-arrow-up, body #main .spark-line-wrap .container .item .pcw-rise .fa-long-arrow-up {
  font-family: "crypto-icon" !important;
  font-size: 14px;
  color: #1fb03a;
}
body #main .spark-line-wrap .container .item .pcw-drop .fa-long-arrow-up:before, body #main .spark-line-wrap .container .item .pcw-rise .fa-long-arrow-up:before {
  content: "\e919" !important;
}
body #main .demos-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 106px;
}
body #main .demos-wrap .container {
  padding-top: 100px;
}
body #main .demos-wrap .container h2 {
  margin-bottom: 40px;
}
body #main .demos-wrap .container .desc {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 66%;
  margin-bottom: 48px;
}
body #main .demos-wrap .container .demos-list {
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
body #main .demos-wrap .container .demos-list a {
  display: block;
  padding: 0 15px;
  max-width: 30.7%;
  margin-bottom: 40px;
}
body #main .demos-wrap .container .demos-list a:hover .demo .img {
  top: -20px;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.25);
}
body #main .demos-wrap .container .demos-list a .demo {
  display: block;
}
body #main .demos-wrap .container .demos-list a .demo .img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  top: 0;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.1s ease-in;
}
body #main .demos-wrap .container .demos-list a .demo .img .new.heading-font {
  display: block;
  background: #00cb45;
  color: #ffffff;
  width: 150px;
  position: absolute;
  text-align: center;
  left: -9.5%;
  top: 22px;
  padding: 10px 0;
  transform: rotate(-45deg);
  font-weight: 700;
  text-transform: uppercase;
}
body #main .demos-wrap .container .demos-list a .demo .img .popular.heading-font {
  display: block;
  background: #0048a8;
  color: #ffffff;
  width: 150px;
  position: absolute;
  text-align: center;
  left: -9.5%;
  top: 22px;
  padding: 10px 0;
  transform: rotate(-45deg);
  font-weight: 700;
  text-transform: uppercase;
}
body #main .demos-wrap .container .demos-list a .demo .img img {
  display: block;
  width: 100%;
  height: auto;
}
body #main .demos-wrap .container .demos-list a h3 {
  display: block;
  overflow: hidden;
  text-align: center;
  font-family: "museo_sans";
  font-size: 18px;
  color: #26211d;
  margin-top: 25px;
  line-height: 22px;
}
body #main .demos-wrap .container .demos-list .demo .img .soon.heading-font {
  display: block;
  background: #f3b700;
  color: #1d1e20;
  width: 150px;
  position: absolute;
  text-align: center;
  left: -9.5%;
  top: 22px;
  padding: 10px 0;
  transform: rotate(-45deg);
  font-weight: 700;
  text-transform: uppercase;
}
body #main .specials-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  background: rgba(29, 30, 32, 0.05);
}
body #main .specials-wrap .specials-bg-text {
  top: 137px;
  letter-spacing: 40px;
}
body #main .specials-wrap .container .specials {
  margin-bottom: 48px;
}
body #main .specials-wrap .container .specials h2 {
  margin-bottom: 40px;
}
body #main .specials-wrap .container .specials .desc {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 66%;
}
body #main .specials-wrap .container .countdown-wrap {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
body #main .specials-wrap .container .countdown-wrap .left h2 {
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 74px;
}
body #main .specials-wrap .container .countdown-wrap .left .desc {
  margin-bottom: 28px;
  padding-right: 15px;
}
body #main .specials-wrap .container .countdown-wrap .right .img {
  display: block;
  padding-left: 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body #main .specials-wrap .container .countdown-wrap .right .img > img {
  display: block;
  transform: translateZ(0);
  margin: 0 auto;
  position: absolute;
  top: 40px;
  right: -75px;
  z-index: 0;
}
body #main .specials-wrap .container .countdown-wrap .right .img .stm_ico_countdown {
  max-width: 290px;
  z-index: 1;
}
body #main .specials-wrap .container .live-wrap {
  display: block;
  width: 100%;
  padding: 94px 0 90px;
}
body #main .specials-wrap .container .live-wrap .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
body #main .specials-wrap .container .live-wrap .container .right {
  width: 47%;
  padding-top: 10px;
}
body #main .specials-wrap .container .live-wrap .container .right h2 {
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 40px;
}
body #main .specials-wrap .container .live-wrap .container .right .desc {
  margin-bottom: 28px;
}
body #main .specials-wrap .container .live-wrap .container .left {
  width: 53%;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content {
  padding-top: 10px;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container {
  margin-top: 10px;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-down, body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-down {
  font-family: "crypto-icon" !important;
  font-size: 26px;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-down:before, body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-down:before {
  content: "\e91a" !important;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-up, body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-up {
  font-family: "crypto-icon" !important;
  font-size: 26px;
  color: #1fb03a;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-up:before, body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-up:before {
  content: "\e919" !important;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw .pcw-content .pcw-quote-container .pcw-rise div {
  color: #1fb03a;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table {
  border: 0;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table thead tr {
  border-top: 1px solid #ffc10a;
  border-left: 1px solid #ffc10a;
  border-right: 1px solid #ffc10a;
  background: #ffc10a;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table thead tr th {
  color: #1d1e20;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table thead tr th:first-child {
  border-radius: 0;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr:first-child td {
  border: 0;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr:last-child td {
  border-bottom: 1px solid #d4d4d5;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td:first-child {
  border-left: 1px solid #d4d4d5;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td:last-child {
  border-right: 1px solid #d4d4d5;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-rise {
  color: #1fb03a;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-drop .fa-arrow-down, body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-rise .fa-arrow-down {
  font-family: "crypto-icon" !important;
  font-size: 14px;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-drop .fa-arrow-down:before, body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-rise .fa-arrow-down:before {
  content: "\e91a" !important;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-drop .fa-arrow-up, body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-rise .fa-arrow-up {
  font-family: "crypto-icon" !important;
  font-size: 14px;
  color: #1fb03a;
}
body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-drop .fa-arrow-up:before, body #main .specials-wrap .container .live-wrap .container .left .pcw-table table tbody tr td .pcw-rise .fa-arrow-up:before {
  content: "\e919" !important;
}
body #main .specials-wrap .container .live-wrap .container .left .img {
  padding: 0 10px 0 39px;
}
body #main .specials-wrap .container .live-wrap .container .left .img img {
  display: none;
  margin: 0 auto;
}
body #main .specials-wrap .container .live-wrap .container .left .img .change_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
body #main .specials-wrap .container .live-wrap .container .left .img .change_blocks .vcw.vcw-price-card {
  width: 100% !important;
}
body #main .specials-wrap .container .live-wrap .container .left .img .change_blocks .left {
  padding: 0 5px 0 0;
}
body #main .specials-wrap .container .live-wrap .container .left .img .change_blocks .right {
  padding: 0 0 0 5px;
}
body #main .specials-wrap .container .live-wrap .live-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 30px;
}
body #main .specials-wrap .real-time-wrap {
  display: block;
  width: 100%;
  padding: 94px 0 53px;
}
body #main .specials-wrap .real-time-wrap .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
body #main .specials-wrap .real-time-wrap .container .stm_crypto_chart__legend {
  margin-bottom: 15px;
}
body #main .specials-wrap .real-time-wrap .container .right {
  padding-left: 26px;
  padding-top: 10px;
}
body #main .specials-wrap .real-time-wrap .container .right h2 {
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 40px;
}
body #main .specials-wrap .real-time-wrap .container .right .desc {
  margin-bottom: 28px;
}
body #main .specials-wrap .real-time-wrap .container .left .img {
  margin-left: -1px;
  margin-top: 45px;
}
body #main .specials-wrap .converter-wrap {
  padding: 94px 0 66px;
}
body #main .specials-wrap .converter-wrap .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
body #main .specials-wrap .converter-wrap .container .left h2 {
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
}
body #main .specials-wrap .converter-wrap .container .left .desc {
  margin-bottom: 28px;
  padding-right: 15px;
}
body #main .specials-wrap .converter-wrap .container .right .img {
  display: block;
  padding-left: 13px;
  padding-top: 30px;
}
body #main .specials-wrap .converter-wrap .container .right .img img {
  display: block;
  transform: translateZ(0);
  margin: 0 auto;
  border-radius: 10px;
}
body #main .headers-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 101px;
  padding-bottom: 57px;
  background: #ffffff;
}
body #main .headers-wrap .specials-bg-text {
  top: 137px;
  letter-spacing: 40px;
  color: rgba(29, 30, 32, 0.05) !important;
}
body #main .headers-wrap .head-wrap .container-column {
  display: block;
  width: 1110px;
  margin: 0 auto;
  position: relative;
}
body #main .headers-wrap .head-wrap .container-column h2 {
  padding-top: 35px;
  margin-bottom: 40px;
  text-align: center;
}
body #main .headers-wrap .head-wrap .container-column .desc {
  margin-bottom: 48px;
  text-align: center;
}
body #main .headers-wrap .head-wrap .container-column .bottom {
  display: block;
  margin: 0 -15px;
}
body #main .headers-wrap .head-wrap .container-column .bottom .img {
  display: block;
  width: 25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  float: left;
}
body #main .headers-wrap .head-wrap .container-column .bottom .img .img-wrap {
  display: block;
  padding: 0 15px;
}
body #main .headers-wrap .head-wrap .container-column .bottom .img .img-wrap img {
  display: block;
  width: 100%;
  position: relative;
  transform: translateZ(0);
}
body #main .specials-wrap .smart-wrap {
  background: #FFFFFF !important;
  padding: 40px 0 94px;
}
body #main .specials-wrap .smart-wrap .container .right .img-wrap {
  position: relative;
  display: block;
  width: 100%;
}
body #main .specials-wrap .smart-wrap .container .right .img-wrap .img {
  max-width: 100%;
  border-radius: 0;
  padding-top: 17px;
}
body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(1) {
  position: absolute;
  top: 49px;
  left: -113px;
}
body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(2) {
  margin-top: 6px;
  margin-left: 40px;
}
body #main .specials-wrap .smart-wrap .container .right .img-wrap .img img {
  border-radius: 0;
}
body #main .specials-wrap .smart-wrap .container .right .desc {
  padding: 38px 68px 0 0 !important;
  line-height: 24px;
}
body #main .specials-wrap .smart-wrap .container .left {
  margin-top: 11px;
}
body #main .specials-wrap .smart-wrap .container .left h2 {
  margin-left: 15px;
  line-height: 40px;
}
body #main .specials-wrap .smart-wrap .container .left .desc {
  margin-left: 15px;
  padding-right: 0;
}
body #main .specials-wrap .smart-wrap .container .left .btn-wrap {
  display: block !important;
}
body #main .btn-wrap {
  display: none;
  padding-top: 11px;
  max-width: 190px;
  padding-left: 16px;
}
body #main .btn-wrap .watch-video {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #0048a8;
  padding: 0 25px 0 27px;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  border-radius: 25px;
  transition: all 0.2s ease-in;
}
body #main .btn-wrap .watch-video svg {
  width: 24px;
  fill: #ffffff;
  margin-right: 14px;
}
body #main .btn-wrap .watch-video:hover {
  background: #ffc10a;
}
body #main .btn-wrap-border {
  display: block;
  padding-top: 50px;
  width: 300px;
  padding-left: 16px;
  position: relative;
}
body #main .btn-wrap-border .watch-video {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  color: #26211d;
  font-size: 20px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #ffffff;
  letter-spacing: 3px;
  transition: all 0.2s ease;
  text-decoration: none;
}
body #main .btn-wrap-border .watch-video svg {
  width: 24px;
  fill: #ffffff;
  margin-right: 14px;
}
@-webkit-keyframes stm_zoom {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes stm_zoom {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
body #main .btn-wrap-border .play-youtube {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 39;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(to right, #0063e6 0, #0048a8 51%, #0063e6 100%);
  background-size: 200% auto;
  border-radius: 50%;
  transition: all 0.3s;
}
body #main .btn-wrap-border .play-youtube:hover {
  background-position: right center;
}
body #main .btn-wrap-border .play-youtube .icon-play-puls {
  display: block;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translateX(-54%) translateY(-50%);
  border-left: 30px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
body #main .btn-wrap-border .play-youtube:before, body #main .btn-wrap-border .play-youtube:after {
  content: "";
  border: 1px solid;
  border-color: #0048a8;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: 1s stm_zoom linear infinite;
  animation: 1s stm_zoom linear infinite;
}
body #main .btn-wrap-border .play-youtube:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
body #main .btn-wrap-border:hover .watch-video {
  border-color: #0048a8;
  background: #0048a8;
  color: #ffffff;
}
body #main .ico-listing-wrap {
  background: #FFFFFF !important;
  padding: 88px 0 0;
}
body #main .ico-listing-wrap .container {
  display: flex;
}
body #main .ico-listing-wrap .container .left {
  display: flex;
  width: 44%;
  flex-direction: column;
  padding-right: 80px;
  position: relative;
}
body #main .ico-listing-wrap .container .left .img {
  display: block;
  overflow: hidden;
  width: auto;
}
body #main .ico-listing-wrap .container .left .img img {
  display: block;
}
body #main .ico-listing-wrap .container .left .img:nth-child(1) {
  margin-left: -145px;
  z-index: 0;
}
body #main .ico-listing-wrap .container .left .img:nth-child(2) {
  position: absolute;
  top: 42px;
  z-index: 2;
  right: 128px;
  border-radius: 6px;
  box-shadow: -23px 13px 70px -1px rgba(0, 0, 0, 0.5);
}
body #main .ico-listing-wrap .container .left .img:nth-child(3) {
  position: absolute;
  top: 148px;
  z-index: 1;
  right: 88px;
  border-radius: 6px;
  box-shadow: -23px 13px 70px -1px rgba(0, 0, 0, 0.5);
}
body #main .ico-listing-wrap .container .left .desc {
  padding: 22px 68px 0 0 !important;
}
body #main .ico-listing-wrap .container .right {
  display: flex;
  width: 50%;
  flex-direction: column;
}
body #main .ico-listing-wrap .container .right h2 {
  width: 100%;
  margin-bottom: 37px;
  margin-top: 22px;
  margin-left: 5px;
  padding-top: 33px;
}
body #main .ico-listing-wrap .container .right .desc {
  margin-bottom: 28px;
  margin-left: 7px;
}
body #main .ico-listing-wrap .container .right div:last-child {
  margin-bottom: 0;
}
body #main .ico-listing-wrap .container .right .btn-wrap {
  display: block;
  padding-left: 6px;
}
body #main .cost-calculator-wrap {
  padding: 60px 0 150px;
}
body #main .cost-calculator-wrap .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container {
    flex-direction: column;
  }
}
body #main .cost-calculator-wrap .container .left {
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container .left {
    width: 100%;
  }
}
body #main .cost-calculator-wrap .container .left h2 {
  width: 100%;
  margin-top: 56px;
  padding-top: 33px;
  margin-bottom: 10px;
}
body #main .cost-calculator-wrap .container .left .desc {
  margin-bottom: 5px;
}
body #main .cost-calculator-wrap .container .left div:last-child {
  margin-bottom: 0;
}
body #main .cost-calculator-wrap .container .left .desc {
  padding: 10px 68px 0 0 !important;
}
@media (max-width: 567px) {
  body #main .cost-calculator-wrap .container .left > .stm_animation {
    text-align: center;
  }
}
@media (max-width: 567px) {
  body #main .cost-calculator-wrap .container .left .stm-btn {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
body #main .cost-calculator-wrap .container .right {
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container .right {
    width: 100%;
  }
}
@media (max-width: 567px) {
  body #main .cost-calculator-wrap .container .right > .stm_animation {
    text-align: center;
  }
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap {
  position: relative;
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap .img {
  display: block;
  overflow: hidden;
  width: auto;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media (max-width: 1199px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img {
    right: 50px;
  }
}
@media (max-width: 991px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img {
    top: 90px;
  }
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img img {
    width: 400px;
  }
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img {
    position: static;
  }
}
@media (max-width: 425px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img img {
    width: 350px;
  }
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge {
  right: -15px;
  position: absolute;
}
@media (max-width: 1440px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge {
    right: -40px;
  }
}
@media (max-width: 1024px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge {
    right: -20px;
  }
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge {
    right: 70px !important;
  }
}
@media (max-width: 425px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge {
    width: 75px;
    top: 20px;
    right: -15px !important;
  }
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.badge img {
  width: 100px;
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.img-over {
  top: 20px;
  right: 0;
}
@media (max-width: 991px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.img-over {
    top: 70px;
  }
}
@media (max-width: 768px) {
  body #main .cost-calculator-wrap .container .right .stm-image-wrap .img.img-over {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    margin: -20px auto auto 100px;
  }
}
body #main .cost-calculator-wrap .container .right .stm-image-wrap .img img {
  display: block;
  margin: 0 auto;
}
body #main .eroom-meetings-wrap {
  padding: 83px 0 130px;
}
body #main .eroom-meetings-wrap .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container {
    flex-direction: column;
  }
}
body #main .eroom-meetings-wrap .container > .right {
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container > .right {
    width: 100%;
    order: 1;
  }
}
body #main .eroom-meetings-wrap .container > .right h2 {
  width: 100%;
  margin-top: 20px;
  padding-top: 33px;
  margin-bottom: 16px;
}
body #main .eroom-meetings-wrap .container > .right .desc {
  margin-bottom: 5px;
  padding: 10px 68px 0 0 !important;
}
@media (max-width: 567px) {
  body #main .eroom-meetings-wrap .container > .right .desc {
    padding: 10px 0 0 !important;
  }
}
body #main .eroom-meetings-wrap .container > .right div:last-child {
  margin-bottom: 0;
}
@media (max-width: 567px) {
  body #main .eroom-meetings-wrap .container > .right > .stm_animation {
    text-align: center;
  }
}
@media (max-width: 567px) {
  body #main .eroom-meetings-wrap .container > .right .stm-btn {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
body #main .eroom-meetings-wrap .container > .left {
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container > .left {
    order: 2;
    width: 100%;
  }
}
body #main .eroom-meetings-wrap .container > .left .stm-image-wrap {
  position: relative;
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap {
    margin-top: 50px;
  }
}
body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img {
  display: block;
  overflow: hidden;
  width: auto;
  position: absolute;
  top: 10px;
  right: 50px;
}
@media (max-width: 1199px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img {
    top: 40px;
    right: 50px;
  }
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img img {
    width: 400px;
  }
}
@media (max-width: 991px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img {
    top: 10px;
  }
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img {
    position: static;
  }
}
@media (max-width: 425px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img img {
    width: 320px;
  }
}
body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img.img-over {
  top: 60px;
  left: -250px;
}
@media (max-width: 1199px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img.img-over {
    top: 90px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img.img-over {
    top: 70px;
  }
}
@media (max-width: 768px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img.img-over {
    position: absolute;
    top: 40px;
    left: -150px;
  }
}
@media (max-width: 425px) {
  body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img.img-over {
    left: -20px;
  }
}
body #main .eroom-meetings-wrap .container > .left .stm-image-wrap .img img {
  display: block;
  margin: 0 auto;
}
body #main .theme-localization-wrap {
  padding: 83px 0 62px;
}
body #main .theme-localization-wrap .container {
  display: flex;
  align-items: flex-start;
}
body #main .theme-localization-wrap .container .left {
  display: flex;
  width: 50%;
  flex-direction: column;
}
body #main .theme-localization-wrap .container .left h2 {
  width: 100%;
  margin-top: 56px;
  padding-top: 33px;
  margin-bottom: 16px;
}
body #main .theme-localization-wrap .container .left .desc {
  margin-bottom: 5px;
}
body #main .theme-localization-wrap .container .left div:last-child {
  margin-bottom: 0;
}
body #main .theme-localization-wrap .container .left .desc {
  padding: 22px 68px 0 0 !important;
}
body #main .theme-localization-wrap .container .right {
  display: flex;
  width: 50%;
  flex-direction: column;
}
body #main .theme-localization-wrap .container .right .img {
  display: block;
  overflow: hidden;
  width: auto;
}
body #main .theme-localization-wrap .container .right .img img {
  display: block;
  margin: 0 auto;
}
body #main .features-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #1d1e20;
  position: relative;
  padding-top: 100px;
  padding-bottom: 58px;
}
body #main .features-wrap .container h2 {
  margin-bottom: 40px;
  color: #ffffff;
}
body #main .features-wrap .container .desc {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 66%;
  margin-bottom: 53px;
  color: #ffffff;
}
body #main .features-wrap .container .features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body #main .features-wrap .container .features .feature {
  display: block;
  width: 30.7%;
  padding: 0 15px;
}
body #main .features-wrap .container .features .feature:hover .feature-inner {
  background: #f2c902;
}
body #main .features-wrap .container .features .feature:hover .feature-inner .icon-wrap i {
  color: #1d1e20;
}
body #main .features-wrap .container .features .feature:hover .feature-inner h4 {
  color: #1d1e20;
}
body #main .features-wrap .container .features .feature:hover .feature-inner .desc {
  color: #1d1e20;
}
body #main .features-wrap .container .features .feature .feature-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 0 30px;
  margin-bottom: 23px;
  border-radius: 7px;
  transition: all 0.2s ease-in;
}
body #main .features-wrap .container .features .feature .feature-inner .icon-wrap {
  display: flex;
  position: relative;
  min-height: 80px;
  align-items: flex-start;
}
body #main .features-wrap .container .features .feature .feature-inner .icon-wrap i {
  font-size: 48px;
  color: #f2c902;
}
body #main .features-wrap .container .features .feature .feature-inner .icon-wrap span {
  display: block;
  position: absolute;
  top: 7px;
  left: 85%;
  background: #0048a8;
  font-family: "museo_sans";
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
}
body #main .features-wrap .container .features .feature .feature-inner h4 {
  font-family: "museo_sans";
  font-size: 18px;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 20px;
}
body #main .features-wrap .container .features .feature .feature-inner .desc {
  max-width: 80%;
  line-height: 24px;
  margin-bottom: 0;
  color: #808080;
  font-size: 15px !important;
}
body #main .features-wrap .container .features .feature:nth-child(1) .icon-wrap i {
  margin-top: 17px;
  font-size: 48px;
}
body #main .features-wrap .container .features .feature:nth-child(2) .icon-wrap i {
  margin-top: 17px;
  font-size: 48px;
}
body #main .features-wrap .container .features .feature:nth-child(3) .icon-wrap i {
  margin-top: 27px;
  font-size: 40px;
}
body #main .features-wrap .container .features .feature:nth-child(4) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(4) .icon-wrap i {
  margin-top: 26px;
  font-size: 48px;
}
body #main .features-wrap .container .features .feature:nth-child(5) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(5) .icon-wrap i {
  margin-top: 22px;
  font-size: 44px;
}
body #main .features-wrap .container .features .feature:nth-child(6) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(6) .icon-wrap i {
  margin-top: 31px;
  font-size: 36px;
}
body #main .features-wrap .container .features .feature:nth-child(7) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(7) .icon-wrap i {
  margin-top: 24px;
  font-size: 40px;
}
body #main .features-wrap .container .features .feature:nth-child(8) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(8) .icon-wrap i {
  margin-top: 24px;
  font-size: 42px;
}
body #main .features-wrap .container .features .feature:nth-child(9) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(9) .icon-wrap i {
  margin-top: 24px;
  font-size: 46px;
}
body #main .features-wrap .container .features .feature:nth-child(10) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(10) .icon-wrap i {
  margin-top: 28px;
  font-size: 34px;
}
body #main .features-wrap .container .features .feature:nth-child(11) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(11) .icon-wrap i {
  margin-top: 27px;
  font-size: 46px;
}
body #main .features-wrap .container .features .feature:nth-child(12) .icon-wrap {
  min-height: 83px;
}
body #main .features-wrap .container .features .feature:nth-child(12) .icon-wrap i {
  margin-top: 28px;
  font-size: 42px;
}
body #main .footer-wrap {
  background: #26211d;
  padding: 110px 0 70px;
}
body #main .footer-wrap .container .footer-info h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
body #main .footer-wrap .container .footer-info h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #0048a8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #main .footer-wrap .container .footer-info .desc {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 66%;
  margin-bottom: 48px;
}
body #main .footer-wrap .container .footer-info .btn-purchase {
  display: block;
  overflow: hidden;
  text-align: center;
}
body #main .footer-wrap .container .footer-info .btn-purchase a {
  display: inline-block;
  overflow: hidden;
  padding: 22px 46px 22px 36px;
  background: linear-gradient(-135deg, #ffb405, #ffac01, #ffaa00);
  color: #1d1e20;
  font-family: "museo_sans";
  font-size: 18px;
  border-radius: 35px;
}
body #main .footer-wrap .container .footer-info .btn-purchase a:hover {
  background: linear-gradient(-135deg, #0048a8, #0048a8, #0048a8);
  color: #ffffff;
}
body #main .footer-wrap .container .footer-info .btn-purchase a:hover span:first-child {
  border-right-color: #ffffff;
}
body #main .footer-wrap .container .footer-info .btn-purchase a span {
  transition: all 0.1s ease-in;
}
body #main .footer-wrap .container .footer-info .btn-purchase a span:first-child {
  display: inline-block;
  position: relative;
  border-right: 1px solid #1d1e20;
  line-height: 26px;
  padding-right: 22px;
  margin-right: 16px;
}
body #main .footer-wrap .container .footer-info .made {
  display: block;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #555555;
  margin-top: 90px;
}
body #main .footer-wrap .container .footer-info .made i {
  font-size: 20px;
  margin: 0 5px;
}
body #main .footer-wrap .container .footer-info .made a {
  text-decoration: none;
  color: #555555;
}
body .float-buy-btn {
  display: block;
  overflow: hidden;
  background-color: #1fb03a;
  position: fixed;
  bottom: 20px;
  right: 90px;
  border-radius: 30px;
  transition: all 0.1s ease-in;
  z-index: 99999;
}
body .float-buy-btn.none {
  display: none;
}
body .float-buy-btn:hover {
  box-shadow: 0px 7px 30px -5px rgba(0, 0, 0, 0.3);
}
body .float-buy-btn:hover:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body .float-buy-btn a {
  display: block;
  overflow: hidden;
  padding: 18px 30px 18px;
  color: #ffffff;
  font-family: "museo_sans";
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
body .float-buy-btn a i {
  display: inline-block;
  font-size: 20px;
  margin-right: 14px;
  position: relative;
  bottom: -2px;
}
body .arrow_top {
  display: block;
  position: fixed;
  right: 7px;
  bottom: 93px;
  transform: translateY(-4%);
  z-index: 24;
  cursor: pointer;
  transition: all 0.1s linear;
  opacity: 0;
  visibility: hidden;
}
body .arrow_top.arrowShow {
  opacity: 1;
  visibility: visible;
}
body .arrow_top:hover {
  bottom: 100px;
}
body .arrow_top:hover .arrow {
  /*.arrow_anim{
    background: url("../img/arrow_top.png");
    animation: animatedBackground 10s linear 10;
    -moz-animation: animatedBackground 10s linear 10;
    -webkit-animation: animatedBackground 10s linear 10;
    -ms-animation: animatedBackground 10s linear 10;
    -o-animation: animatedBackground 10s linear 10;
  }*/
}
body .arrow_top .arrow {
  display: flex;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
body .arrow_top .arrow img {
  display: none;
}
body .arrow_top .arrow .arrow_anim {
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/arrow_to_top.svg") no-repeat;
}

.info-block {
  display: block;
  margin-top: 13px;
  position: relative;
  padding: 85px 0 7px;
}
.info-block .support-bg-text {
  top: 223px;
  letter-spacing: 40px;
}
.info-block h2 {
  color: #26211d;
  margin-bottom: 40px;
}
.info-block .info-desc {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 66%;
  font-family: "Roboto";
  font-size: 18px;
  color: #26211d;
  line-height: 36px;
}
.info-block .info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
  background-size: cover;
  padding: 48px 0 95px;
  position: relative;
  z-index: 2;
}
.info-block .info-wrap a {
  display: block;
  width: 30.5%;
  text-decoration: none;
  position: relative;
}
.info-block .info-wrap a .stm_flipbox {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  padding: 0;
  border: 0;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  min-height: 283px;
  height: auto;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front:after,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  outline: 1px solid transparent;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-top: 90px;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
  margin-top: -8px;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon i,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon i {
  color: #1d1e20;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
  font-family: "museo_sans";
  font-size: 18px;
  color: #1d1e20;
  margin-top: 30px;
  font-weight: 400;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
  display: block;
  max-width: 64%;
  font-size: 14px;
  font-weight: 300;
  color: #1d1e20;
  text-align: center;
  margin-top: 28px;
  line-height: 26px;
  letter-spacing: 0;
  transition: color 0.2s ease-out;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__front {
  background: linear-gradient(-135deg, #ffb405, #ffac01, #ffaa00);
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  background: linear-gradient(-135deg, #ffb405, #ffac01, #ffaa00);
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
  color: #1d1e20;
  margin-top: -5px !important;
  font-weight: 400;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
  color: #1d1e20;
}
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back:after {
  opacity: 1;
}
.info-block .info-wrap a .stm_flipbox:hover .stm_flipbox__front {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
}
.info-block .info-wrap a .stm_flipbox:hover .stm_flipbox__back {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
}
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
  margin-top: -10px;
  margin-bottom: 2px;
}
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon i,
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon i {
  font-size: 64px;
}
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
  margin-top: 24px;
}
.info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
.info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
  margin-top: 0;
  margin-bottom: 3px;
}
.info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon i,
.info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon i {
  font-size: 46px;
}
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
  margin-top: -4px;
  margin-bottom: 3px;
}
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon i,
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon i {
  font-size: 56px;
}
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
  margin-top: 24px;
}
#youtubeTutorialWrapFancy {
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#youtubeTutorialWrapFancy.tutorialVideoShow {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
#youtubeTutorialWrapFancy:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}
#youtubeTutorialWrapFancy .youtubeTutorialWrap {
  width: 58%;
  height: 63%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  z-index: 99;
  position: relative;
}

@media (max-width: 1300px) {
  body #main .banner-wrap {
    height: 640px;
    padding: 25px 80px 30px;
  }
  body #main .banner-wrap .container .banner-text-wrap .title {
    margin-top: 167px;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img {
    padding-left: 10px;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img > img {
    right: 0;
  }
  body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(1) {
    left: -40px;
  }
  body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(2) img {
    margin: 0 20px 0 auto;
  }
  body #main .ico-listing-wrap .container .left {
    width: 50%;
    padding-right: 0;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(1) {
    margin-left: -45px;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(2) {
    right: 60px;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(3) {
    right: 28px;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 70%;
    height: 60%;
  }
}
@media (max-width: 1235px) {
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 70px;
  }
}
@media (max-width: 1090px) {
  body #main .banner-wrap {
    padding: 25px 0 30px;
  }
  body #main .container {
    width: 1000px;
  }
  body #main .features-wrap .container .features .feature {
    width: 30%;
  }
  body #main .specials-wrap .container .live-wrap .live-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  body #main .container {
    width: 990px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 990px;
  }
  body #main .banner-wrap {
    padding: 20px 0;
    height: 630px;
  }
  body #main .spark-line-wrap .container {
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 5px;
  }
  body #main .spark-line-wrap .container .item {
    width: 50% !important;
    margin-bottom: 15px;
  }
  body #main .specials-wrap .container .live-wrap .live-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
  body #main .pcw-content {
    padding-top: 10px;
  }
  body #main .pcw-content .pcw-field-PRICE {
    font-size: 28px;
  }
  body #main .pcw-content .pcw-quote-container {
    margin-top: 10px;
  }
  body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-down, body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-down {
    font-family: "crypto-icon" !important;
    font-size: 20px !important;
  }
  body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-down:before, body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-down:before {
    content: "\e91a" !important;
  }
  body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-up, body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-up {
    font-family: "crypto-icon" !important;
    font-size: 20px !important;
    color: #1fb03a;
  }
  body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-drop .fa-arrow-up:before, body #main .pcw-content .pcw-quote-container .pcw-rate .pcw-rise .fa-arrow-up:before {
    content: "\e919" !important;
  }
  body #main .pcw-content .pcw-quote-container .pcw-rise div {
    color: #1fb03a;
  }
  body #main .demos-wrap .container .demos-list a {
    max-width: 47%;
  }
  body #main .demos-wrap .container .demos-list .comming-soon {
    max-width: 47% !important;
  }
  body #main .features-wrap .container .features .feature {
    width: 30.3%;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img > img {
    right: 10px;
  }
  body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(1) img {
    max-width: 90%;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(1) {
    margin-left: -25px;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(1) img {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  body #main .container {
    width: 840px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 840px;
  }

  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 35px;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 40%;
  }
}
@media (max-width: 812px) {
  body #main .container {
    width: 800px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 800px;
  }
  body #main .header .container {
    width: 780px;
  }
  body #main .header .container .menu-wrap ul li a {
    padding: 0 10px;
  }
  body #main .header .container .menu-wrap .btn-buy a {
    padding: 17px 37px;
  }
  body #main .demos-wrap .container .demos-list a {
    max-width: 46%;
  }
  body #main .demos-wrap .container .demos-list .comming-soon {
    max-width: 46% !important;
  }
  body #main .specials-wrap .container .live-wrap .container {
    flex-wrap: wrap !important;
  }
  body #main .specials-wrap .container .live-wrap .container .left, body #main .specials-wrap .container .live-wrap .container .right {
    width: 100%;
  }
  body #main .specials-wrap .container .live-wrap .container .left .img, body #main .specials-wrap .container .live-wrap .container .right .img {
    padding: 0 20px;
  }
  body #main .specials-wrap .smart-wrap .container .right .img-wrap .img:nth-child(1) {
    left: 20px;
  }
  body #main .ico-listing-wrap .container {
    flex-direction: column-reverse;
  }
  body #main .ico-listing-wrap .container .right {
    margin-bottom: 40px;
  }
  body #main .ico-listing-wrap .container .left, body #main .ico-listing-wrap .container .right {
    width: 100%;
  }
  body #main .countdown-wrap, body #main .real-time-wrap, body #main .live-wrap, body #main .converter-wrap {
    flex-wrap: wrap !important;
  }
  body #main .countdown-wrap h2, body #main .real-time-wrap h2, body #main .live-wrap h2, body #main .converter-wrap h2 {
    text-align: center;
    margin-top: 20px;
  }
  body #main .countdown-wrap h2:before, body #main .real-time-wrap h2:before, body #main .live-wrap h2:before, body #main .converter-wrap h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  body #main .countdown-wrap .desc, body #main .real-time-wrap .desc, body #main .live-wrap .desc, body #main .converter-wrap .desc {
    text-align: center;
  }
  body #main .countdown-wrap .container, body #main .real-time-wrap .container, body #main .live-wrap .container, body #main .converter-wrap .container {
    flex-wrap: wrap !important;
  }
  body #main .countdown-wrap .left, body #main .countdown-wrap .right, body #main .real-time-wrap .left, body #main .real-time-wrap .right, body #main .live-wrap .left, body #main .live-wrap .right, body #main .converter-wrap .left, body #main .converter-wrap .right {
    width: 100%;
  }
  body #main .countdown-wrap .img, body #main .real-time-wrap .img, body #main .live-wrap .img, body #main .converter-wrap .img {
    display: block;
    overflow: hidden;
  }
  body #main .countdown-wrap .img img, body #main .real-time-wrap .img img, body #main .live-wrap .img img, body #main .converter-wrap .img img {
    display: block;
    margin: 0 auto !important;
  }
  body #main .features-wrap .container .features .feature {
    width: 46%;
  }
  body #main .theme-localization-wrap .container .right .img img {
    width: 100%;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 65%;
    height: 80%;
  }
}
@media (max-width: 768px) {
  body #main .container {
    width: 740px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 740px;
  }
  body #main .header .container {
    width: 750px;
  }
  body #main .header .container .menu-wrap ul li a {
    padding: 0 10px;
  }
  body #main .header .container .menu-wrap .btn-buy a {
    padding: 17px 37px;
  }
  body #main .banner-wrap {
    padding: 20px 0;
    height: 630px;
  }
  body #main .demos-wrap .container .demos-list a {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  body #main .demos-wrap .container .demos-list .comming-soon {
    max-width: 100% !important;
    margin: 0 auto 40px;
  }
  body #main .specials-wrap .container .live-wrap .container {
    flex-wrap: wrap !important;
  }
  body #main .specials-wrap .container .live-wrap .container .left, body #main .specials-wrap .container .live-wrap .container .right {
    width: 100%;
  }
  body #main .specials-wrap .container .live-wrap .container .left .img, body #main .specials-wrap .container .live-wrap .container .right .img {
    padding: 0 20px;
  }
  body #main .countdown-wrap, body #main .real-time-wrap, body #main .live-wrap, body #main .converter-wrap {
    flex-wrap: wrap !important;
  }
  body #main .countdown-wrap h2, body #main .real-time-wrap h2, body #main .live-wrap h2, body #main .converter-wrap h2 {
    text-align: center;
    margin-top: 20px;
  }
  body #main .countdown-wrap h2:before, body #main .real-time-wrap h2:before, body #main .live-wrap h2:before, body #main .converter-wrap h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  body #main .countdown-wrap .desc, body #main .real-time-wrap .desc, body #main .live-wrap .desc, body #main .converter-wrap .desc {
    text-align: center;
  }
  body #main .countdown-wrap .container, body #main .real-time-wrap .container, body #main .live-wrap .container, body #main .converter-wrap .container {
    flex-wrap: wrap !important;
  }
  body #main .countdown-wrap .container .left, body #main .countdown-wrap .container .right, body #main .real-time-wrap .container .left, body #main .real-time-wrap .container .right, body #main .live-wrap .container .left, body #main .live-wrap .container .right, body #main .converter-wrap .container .left, body #main .converter-wrap .container .right {
    width: 100%;
  }
  body #main .countdown-wrap .left, body #main .countdown-wrap .right, body #main .real-time-wrap .left, body #main .real-time-wrap .right, body #main .live-wrap .left, body #main .live-wrap .right, body #main .converter-wrap .left, body #main .converter-wrap .right {
    width: 100%;
  }
  body #main .countdown-wrap .img img, body #main .real-time-wrap .img img, body #main .live-wrap .img img, body #main .converter-wrap .img img {
    display: block;
    margin: 0 auto !important;
  }
  body #main .features-wrap .container .features .feature {
    width: 46%;
  }
  body #main .specials-wrap .smart-wrap {
    background: #ffffff !important;
  }
  body #main .specials-wrap .smart-wrap .container .right .img {
    padding-left: 0 !important;
    margin: 0 auto;
  }
  body #main .specials-wrap .smart-wrap .container .right .img img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  body #main .specials-wrap .smart-wrap .container .right .img:nth-child(2) img {
    max-width: 50%;
  }
  body #main .specials-wrap .smart-wrap .container .right .desc {
    padding: 22px 0 0 !important;
  }
  body #main .ico-listing-wrap .container {
    flex-direction: column-reverse;
  }
  body #main .ico-listing-wrap .container > .left {
    width: 70%;
    margin: 0 auto;
  }
  body #main .ico-listing-wrap .container .right {
    width: 100%;
    margin-bottom: 30px;
  }
  body #main .ico-listing-wrap .container .right .desc {
    margin: 0 0 20px;
  }
  body #main .cost-calculator-wrap .container {
    flex-direction: column;
    align-items: flex-start;
  }
  body #main .cost-calculator-wrap .container > .left, body #main .cost-calculator-wrap .container .right {
    width: 100%;
  }
  body #main .cost-calculator-wrap .container > .left .desc, body #main .cost-calculator-wrap .container .right .desc {
    padding-right: 0 !important;
  }
  body #main .cost-calculator-wrap .container > .left .img, body #main .cost-calculator-wrap .container .right .img {
    padding-top: 50px;
  }
  body #main .cost-calculator-wrap .container > .left .img img, body #main .cost-calculator-wrap .container .right .img img {
    width: 100%;
    max-width: 500px;
  }
  body #main .theme-localization-wrap .container {
    flex-direction: column;
    align-items: flex-start;
  }
  body #main .theme-localization-wrap .container > .left, body #main .theme-localization-wrap .container .right {
    width: 100%;
  }
  body #main .theme-localization-wrap .container > .left .desc, body #main .theme-localization-wrap .container .right .desc {
    padding-right: 0 !important;
  }
  body #main .theme-localization-wrap .container > .left .img, body #main .theme-localization-wrap .container .right .img {
    padding-top: 50px;
  }
  body #main .theme-localization-wrap .container > .left .img img, body #main .theme-localization-wrap .container .right .img img {
    width: 100%;
    max-width: 500px;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 40%;
  }
}
@media (max-width: 767px) {
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 45px;
  }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    max-width: 74%;
  }

  body #main .specials-wrap .real-time-wrap .container .right,
body #main .specials-wrap .container .live-wrap .container .right {
    padding-left: 0;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 70%;
    height: 70%;
  }
}
@media (max-width: 670px) {
  body #main .container {
    width: 650px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 650px;
  }
  body #main .header .container {
    width: 650px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #main .header .container .menu-wrap {
    margin-top: 20px;
  }
  body #main .header .container .menu-wrap ul li a {
    padding: 0 10px;
  }
  body #main .header .container .menu-wrap .btn-buy a {
    padding: 17px 37px;
  }
  body #main .features-wrap .container .features .feature {
    width: 45%;
  }

  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 35px !important;
  }
}
@media (max-width: 570px) {
  body #main .container {
    width: 550px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 550px;
  }
  body #main .header .container {
    width: 550px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #main .header .container .menu-wrap {
    margin-top: 20px;
  }
  body #main .header .container .menu-wrap ul li a {
    padding: 0 10px;
  }
  body #main .header .container .menu-wrap .btn-buy a {
    padding: 17px 37px;
  }
  body #main .banner-wrap {
    height: 550px;
  }
  body #main .banner-wrap .container .banner-text-wrap .title {
    margin-top: 47px;
  }
  body #main .features-wrap .container .features .feature {
    width: 44%;
  }

  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    font-size: 12px;
  }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  body.has_iframe #main {
    margin-top: 50px;
  }

  .headers-wrap .head-wrap .container-column {
    width: 480px;
  }

  .countdown-wrap, .real-time-wrap, .live-wrap, .converter-wrap {
    flex-wrap: wrap !important;
  }
  .countdown-wrap h2, .real-time-wrap h2, .live-wrap h2, .converter-wrap h2 {
    text-align: center;
    margin-top: 20px;
  }
  .countdown-wrap h2:before, .real-time-wrap h2:before, .live-wrap h2:before, .converter-wrap h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .countdown-wrap .desc, .real-time-wrap .desc, .live-wrap .desc, .converter-wrap .desc {
    text-align: center;
  }
  .countdown-wrap .container, .real-time-wrap .container, .live-wrap .container, .converter-wrap .container {
    flex-wrap: wrap !important;
  }
  .countdown-wrap .left, .countdown-wrap .right, .real-time-wrap .left, .real-time-wrap .right, .live-wrap .left, .live-wrap .right, .converter-wrap .left, .converter-wrap .right {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .countdown-wrap .img, .real-time-wrap .img, .live-wrap .img, .converter-wrap .img {
    padding: 0 !important;
  }
  .countdown-wrap .img img, .real-time-wrap .img img, .live-wrap .img img, .converter-wrap .img img {
    display: block;
    margin: 0 auto !important;
    height: auto;
  }

  .features-wrap .container .features .feature {
    width: 100% !important;
  }

  .info-block .info-wrap {
    flex-direction: column !important;
  }
  .info-block .info-wrap a {
    width: 90% !important;
    margin: 0 20px 20px;
  }

  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
    min-height: 220px;
  }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex,
.info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 70px !important;
  }

  .specials-wrap .container .live-wrap .container .left .img .change_blocks {
    flex-direction: column !important;
    margin-bottom: 0 !important;
  }

  .info-block .info-desc {
    max-width: 90%;
  }

  .ico-listing-wrap .container {
    flex-direction: column-reverse;
  }
  .ico-listing-wrap .container .left, .ico-listing-wrap .container .right {
    width: 100% !important;
  }
  .ico-listing-wrap .container .left .img, .ico-listing-wrap .container .right .img {
    width: 100%;
  }
  .ico-listing-wrap .container .left .img img, .ico-listing-wrap .container .right .img img {
    width: 100%;
  }
  .ico-listing-wrap .container .left.right, .ico-listing-wrap .container .right.right {
    margin-bottom: 30px;
  }
  .ico-listing-wrap .container .left .desc, .ico-listing-wrap .container .right .desc {
    margin: 0 0 20px;
  }
}
@media (max-width: 415px) {
  body #main .container {
    width: 390px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 390px;
  }
  body #main .header .container {
    width: 390px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #main .header .container .menu-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  body #main .header .container .menu-wrap ul li a {
    padding: 0 10px;
  }
  body #main .header .container .menu-wrap .btn-buy {
    margin-top: 20px;
  }
  body #main .header .container .menu-wrap .btn-buy a {
    padding: 17px 37px;
  }
  body #main .banner-wrap {
    height: 360px;
  }
  body #main .banner-wrap .container .banner-text-wrap .title {
    margin-top: 47px;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  body #main .banner-wrap .container .banner-text-wrap .watch-wrap .watch-text div:last-child {
    font-size: 16px;
  }
  body #main .features-wrap .container .features .feature {
    width: 44%;
  }
  body #main .specials-wrap .smart-wrap .container .right .desc {
    padding: 82px 0 0 !important;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(1) {
    margin-left: 0;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(2) {
    width: 80%;
    right: 20px;
  }
  body #main .ico-listing-wrap .container .left .img:nth-child(3) {
    width: 80%;
    right: 10px;
    top: 110px;
  }
  body #main .headers-wrap .head-wrap .container-column .bottom .img {
    width: 50%;
  }
  body #main .spark-line-wrap .container .item {
    width: 100% !important;
  }
  body #main .specials-wrap .container .live-wrap .container .left .img .change_blocks .right {
    margin-top: 20px;
  }
  body #main .specials-wrap .container .live-wrap .container .left .img .pcw-table {
    display: none;
  }

  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 30%;
  }
}
@media (max-width: 414px) {
  body #main .container {
    width: 390px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 390px;
  }
  body #main .header .container {
    width: 390px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #main .header .container .menu-wrap ul {
    margin: 0 auto;
  }
  body #main .desc {
    max-width: 94% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
}
@media (max-width: 375px) {
  body #main .container {
    width: 350px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 350px;
  }
  body #main .header .container {
    width: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 50px !important;
  }
}
@media (max-width: 360px) {
  body #main .container {
    width: 340px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 360px;
  }
  body #main .header .container {
    width: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 320px) {
  body #main .container {
    width: 300px;
  }
  body #main .headers-wrap .head-wrap .container-column {
    width: 300px;
  }
  body #main .header .container {
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #main .header .container .menu-wrap ul {
    margin: 0;
  }
  body #main .header .container .menu-wrap ul li a {
    font-size: 14px;
  }
  body #main .banner-wrap {
    height: 310px;
  }
  body #main .banner-wrap .container .banner-text-wrap .title {
    margin-top: 10px;
    font-size: 24px;
  }
  body #main .info-block .info-desc {
    max-width: 90%;
  }
  body #main .footer-wrap .container .footer-info .btn-purchase a {
    font-size: 16px;
  }
  body #main .desc {
    padding-right: 0;
    margin: 0 auto 20px;
    width: 94% !important;
  }
  body #main .countdown-wrap .img img {
    width: auto;
  }
  body #main .stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -7px;
  }
  body #main .stm_crypto_converter {
    padding: 40px 10px;
  }
  body #main .stm_ico_countdown__payments .stm_ico_countdown__payment {
    width: 48px;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img {
    width: 300px;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img .stm_ico_countdown__prices {
    justify-content: center;
  }
  body #main .specials-wrap .container .countdown-wrap .right .img .stm_ico_countdown__prices .stm_ico_countdown__price_2 {
    margin-top: 20px;
  }
}
/*===============================================  IFRAME  ==================================================*/
#switcher {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-grow: 1;
  height: 54px;
  background: #232323;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#switcher:after {
  content: "";
  clear: both;
  display: block;
}

#switcher #theme-list {
  position: relative;
  width: 210px;
  height: 35px;
  margin-top: 10px;
  font: 14px/34px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#switcher #theme-list #theme-select {
  height: 35px;
}

#switcher #theme-list a {
  display: block;
  height: 33px;
  position: relative;
  color: #fff;
  text-decoration: none;
  background: #333;
  border-radius: 5px;
}

#switcher #theme-list #theme-select a {
  line-height: 36px;
  padding: 0 20px 0 12px;
  padding-right: 11px;
  border: 1px solid #4f4f4f;
  background: transparent;
  color: #fff;
  opacity: 1;
  letter-spacing: 0.2px;
  font-size: 13px;
}

#switcher #theme-list #theme-select a svg {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 9px;
}

#switcher #theme-list.list-opened #theme-select a svg {
  transform: rotate(180deg);
}

#switcher #theme-list li {
  background: #333;
}

#switcher #theme-list li a {
  border-radius: 0;
}

#switcher #theme-list ul a:hover {
  opacity: 1;
}

#switcher #theme-list ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  z-index: 99;
  border: 1px solid #4f4f4f;
  border-top: 0;
}

#switcher #theme-list ul li {
  position: relative;
  padding: 0 10px;
}

#switcher #theme-list li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#switcher #theme-list li:first-child a {
  border: 0;
}

#switcher #theme-list span {
  display: inline-block;
  font-family: Arial;
  position: absolute;
  right: 16px;
  top: 8px;
  padding: 0 6px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

#switcher #theme-list ul li span {
  right: 9px;
}

#switcher #theme-list ul li .screen {
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: -2px;
  display: none;
  z-index: -1;
}

#switcher #theme-list ul li .screen img {
  border: 2px solid #fff;
  border-radius: 3px;
}

#switcher #theme-list ul li:hover .screen {
  display: block;
}

#switcher #theme-list ul li .screen a {
  opacity: 1;
  position: relative;
  width: 350px;
}

#switcher #theme-list ul li .screen a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 16px;
}

#switcher .purchase {
  margin: 9px 30px 0 auto;
  font: normal 16px/20px arial, helvetica, sans-serif;
}

#switcher .purchase a {
  display: block;
  height: 34px;
  margin-top: 1px;
  padding: 0 30px;
  line-height: 36px;
  color: #ffffff;
  outline: none !important;
  font-size: 13px;
  vertical-align: top;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  background: #7E3BD0;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-animation: stm-button 6s ease infinite;
  animation: stm-button 6s ease infinite;
}

@-webkit-keyframes stm-button {
  0% {
    background: #7E3BD0;
  }
  33% {
    background: #c73bd0;
  }
  66% {
    background: #3bd0c9;
  }
  100% {
    background: #7E3BD0;
  }
}
@keyframes stm-button {
  0% {
    background: #7E3BD0;
  }
  33% {
    background: #c73bd0;
  }
  66% {
    background: #3bd0c9;
  }
  100% {
    background: #7E3BD0;
  }
}
#switcher .purchase img {
  margin-top: -2px;
  margin-right: 12px;
  vertical-align: top;
}

#switcher .close {
  border-left: 1px solid #333333;
}

#switcher .close a {
  display: block;
  padding: 0 20px;
  height: 54px;
  line-height: 58px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  vertical-align: middle;
}

#switcher .close img {
  margin-right: 9px;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 1;
}

.wp_support_banner {
  position: relative;
  width: 185px;
  text-align: left;
}

.wp_support_banner a {
  display: block;
  height: 41px;
  padding: 17px 10px 0 35px;
  text-decoration: none !important;
  color: #fff;
  transition: 0.3s ease-out;
}

.wp_support_banner a:hover {
  background-color: #323232;
}

.wp_support_banner svg {
  position: absolute;
  top: 19px;
  left: 13px;
  width: 15px;
  height: 15px;
}

.wp_support_banner svg path {
  fill: #1bc744;
}

.wp_support_banner span {
  display: block;
  font-size: 13px;
}

.wp_support_banner span.green {
  margin-top: -2px;
  color: #1bc744;
  font-size: 11px;
}

/* Media */
@media screen and (max-width: 940px) {
  .wp_support_banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #switcher .close img {
    top: 0;
    margin-right: 0;
  }

  #switcher .close span {
    display: none;
  }

  #switcher .purchase {
    margin-left: 20px;
  }

  .theme-list-screens {
    width: 200px !important;
  }
}
@media screen and (max-width: 520px) {
  .xs_clear:after {
    content: "";
    display: block;
    clear: both;
  }

  #switcher {
    height: 99px;
  }

  #switcher .purchase {
    margin-top: 1px;
    float: none;
    text-align: center;
  }

  #switcher #theme-list {
    float: none;
    width: 215px;
    margin: 10px auto 0;
  }

  #switcher .purchase a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }

  #switcher .close img {
    top: -1px;
    margin-right: 0;
  }

  #switcher #theme-list ul {
    height: 250px;
    overflow: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #switcher #theme-list ul li:hover .screen {
    display: none !important;
  }

  .theme-list-screens {
    display: none !important;
  }
}
/* Dropdown styles */
#switcher #theme-list ul {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#switcher #theme-list ul li {
  background: #232323;
  padding: 3px 0 3px 20px;
  padding-right: 0;
  padding-left: 12px;
}

#switcher #theme-list ul li a {
  background: #232323;
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
}

#switcher #theme-list ul li span {
  color: #fff;
}

#switcher #theme-list ul::-webkit-scrollbar {
  display: none;
}

#switcher #theme-list ul li a:hover span {
  color: #fff;
}

#switcher #theme-list.list-opened a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.invisible-switch {
  overflow-y: scroll;
}

.invisible-switch .screen {
  display: none !important;
}

/* Timmy css */
#switcher #theme-list ul {
  max-height: 319px;
  overflow-y: scroll;
}

.theme-list-screens {
  position: absolute;
  left: 100%;
  width: 350px;
}

.theme-list-screens .screen {
  display: none;
  margin: -10px 0 0 -2px;
}

.theme-list-screens .screen.active {
  display: block;
}

#theme-list .theme-list-screens .screen img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

#switcher #theme-list .theme-list-screens a {
  min-height: 177px;
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
#switcher #theme-list .theme-list-screens a img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

#stm_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 520px) {
  #switcher, #switcher #iframe {
    height: 50px !important;
  }

  #switcher #theme-list, .xs_clear {
    display: none;
  }

  #switcher .purchase {
    margin-top: 7px;
  }

  #switcher .close a {
    height: 50px;
    line-height: 54px;
  }

  #switcher .purchase {
    margin-right: 20px;
  }
}
#stm_theme_customization_banner {
  display: block;
  margin-top: -4px;
}
#stm_theme_customization_banner .stm_customization span:first-child {
  line-height: 20px;
}

.preview__envato-logo {
  position: relative;
  margin: 17px 35px 0 16px;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 152px;
  background: url(../image/envato_market-6eed4f715209e46c7454f26f3f25f7560d9d94713c11a5717436cd18642fb0a0.svg);
  background-size: 152px 18px;
}

.preview__envato-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.switcher__left,
.switcher__right,
.switcher__center {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}

.switcher__center {
  margin: 0 auto;
}

.switcher__right {
  margin-left: auto;
  justify-content: flex-end;
}

.switcher__links {
  margin-top: 22px;
  width: 200px;
}

.switcher__link {
  font-size: 13px;
  text-decoration: none !important;
  color: #fff;
  margin-left: 15%;
  vertical-align: top;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.switcher__link:hover {
  opacity: 1;
}

.switcher__link > * {
  vertical-align: top;
}

.switcher__link svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 1px 4px 0 0;
  fill: #fff;
}

.switcher__link svg.stm_wordpress {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: -1px 4px 0 0;
}

.stm_wheel_svg {
  fill: #fff;
}

@media (min-width: 1400px) {
  .switcher__links {
    margin-left: 10%;
  }
}
@media (max-width: 1130px) {
  .switcher__links {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #switcher .close span {
    display: none;
  }

  .switcher__center {
    display: none;
  }
}
@media (max-width: 650px) {
  #theme-list {
    display: none;
  }
}
@media (max-width: 430px) {
  .preview__envato-logo {
    width: 118px;
    margin: 15px 12px 0 10px;
    background-size: 118px 18px;
    background-repeat: no-repeat;
  }

  #switcher .purchase a {
    padding: 0 15px;
    text-transform: none;
  }
}
a {
  outline: none !important;
}

/*===============================================  IFRAME  ==================================================*/
/*===============================================  COUNTDOWN  ===============================================*/
.stm_ico_countdown {
  position: relative;
  padding: 40px 30px 20px;
  background-color: #1d1e20;
  border-radius: 9px;
  overflow: hidden;
  max-width: 500px;
}
.stm_ico_countdown > * {
  position: relative;
  z-index: 20;
}
.stm_ico_countdown__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-size: cover;
  background-position: 50% 0;
  opacity: 0.25;
}
.stm_ico_countdown__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.stm_ico_countdown__title {
  padding: 0 0 30px;
  margin-bottom: 0;
}
.stm_ico_countdown__button {
  display: block;
  height: 50px;
  line-height: 52px;
  margin: 0 0 30px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #0048a8;
  font-family: "museo_sans";
  text-align: center;
  padding: 0 15px;
  border-radius: 24px;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.1s ease-in;
}
.stm_ico_countdown__button:hover {
  background-color: #ffaa00;
}
.stm_ico_countdown__prices {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 28px;
  justify-content: space-between;
}
.stm_ico_countdown__prices .stm_ico_countdown__price h4 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1;
}
.stm_ico_countdown__prices .stm_ico_countdown__price span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #808080;
}
.stm_ico_countdown__progress .inner {
  position: relative;
  padding: 30px 0;
}
.stm_ico_countdown__progress_bar {
  position: relative;
  height: 15px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  overflow: hidden;
}
.stm_ico_countdown__progress_bar .stm_ico_countdown__progress_completed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffaa00;
}
.stm_ico_countdown__progress_holder {
  height: 40px;
}
.stm_ico_countdown__softcap, .stm_ico_countdown__hardcap {
  position: absolute;
  right: 0;
  top: 4px;
  text-align: right;
  height: 60px;
  color: #fff;
}
.stm_ico_countdown__softcap_label, .stm_ico_countdown__hardcap_label {
  font-size: 14px;
}
.stm_ico_countdown__softcap_label_2, .stm_ico_countdown__hardcap_label_2 {
  font-size: 12px;
}
.stm_ico_countdown__softcap {
  right: auto;
  left: 0;
  text-align: left;
}
.stm_ico_countdown__softcap_label {
  position: relative;
}
.stm_ico_countdown__softcap_label:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  height: 22px;
  width: 1px;
  background-color: #fff;
  z-index: 20;
}
.stm_ico_countdown__softcap_label_2 {
  position: relative;
  left: -25px;
}
.stm_ico_countdown__softcap_label_2 span {
  color: #808080;
}
.stm_ico_countdown h4 {
  display: block;
  overflow: hidden;
  position: relative;
  font-family: "museo_sans";
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  width: 100%;
}
.stm_ico_countdown h4.stm_ico_countdown__title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

/*Countdown*/
.stm_ico_countdown .countdown_box {
  margin-bottom: 30px;
}
.stm_ico_countdown .countdown_box .stm_countdown {
  float: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box {
  position: relative;
  float: none;
  width: 65px;
  min-width: auto;
  margin: 0 0 40px;
  border: 0;
  background-color: #fff;
  border-radius: 6px;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box:after, .stm_ico_countdown .countdown_box .stm_countdown .count-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #b5b5b5;
  z-index: 1;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box > * {
  z-index: 10;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box:after {
  background-color: #f2f2f2;
  top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 50%;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box .position {
  height: 42px;
  line-height: 70px;
  position: relative;
  left: -2px;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box .position.divs {
  left: 3px;
}
.stm_ico_countdown .countdown_box .stm_countdown .count-box .position .digit {
  font-size: 42px;
  color: #000;
}
.stm_ico_countdown .countdown_box .stm_countdown .countdown_label {
  position: absolute;
  width: 100%;
  bottom: -34px;
  left: 0;
  border-top: 0;
  opacity: 0.5;
  color: #fff;
}
.stm_ico_countdown__payments {
  display: flex;
  margin: 20px 0 0;
  justify-content: space-between;
}
.stm_ico_countdown__payments .stm_ico_countdown__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 33px;
  padding: 2px 1px;
  border: 1px solid #333333;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.stm_ico_countdown__payments .stm_ico_countdown__payment:nth-child(1) img {
  height: 13px;
}
.stm_ico_countdown__payments .stm_ico_countdown__payment:nth-child(2) img {
  height: 17px;
}
.stm_ico_countdown__payments .stm_ico_countdown__payment:nth-child(3) img {
  max-height: 23px;
}
.stm_ico_countdown__payments .stm_ico_countdown__payment:nth-child(4) img {
  max-width: 58px;
  max-height: 25px;
}
.stm_ico_countdown__payments .stm_ico_countdown__payment img {
  display: block;
}

@media only screen and (max-width: 480px) {
  .stm_ico_countdown .countdown_box .stm_countdown .count-box {
    width: 50px;
  }
  .stm_ico_countdown .countdown_box .stm_countdown .count-box .position {
    width: 20px;
  }
  .stm_ico_countdown .countdown_box .stm_countdown .count-box .position .digit {
    font-size: 31px;
  }
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.stm_ico_countdown .countdown_box {
  text-align: center;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper {
  display: inline-block;
  text-align: left;
  font-size: 0;
  width: auto;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper .flip {
  overflow: hidden;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper .flip:nth-of-type(even) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper .flip:nth-of-type(even) .inn {
  letter-spacing: 4px;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper .flip:nth-of-type(odd) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.stm_ico_countdown .countdown_box .flip-clock-wrapper .flip:nth-of-type(odd) .inn {
  letter-spacing: -4px;
}
.stm_ico_countdown .flip {
  margin: 0;
}
.stm_ico_countdown .flip-clock-divider {
  width: 5px;
}
.stm_ico_countdown .flip-clock-divider .flip-clock-dot {
  display: none;
}
.stm_ico_countdown .flip-clock-divider .flip-clock-label {
  display: block;
  top: auto;
  bottom: -5px;
  width: 70px;
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.stm_ico_countdown .flip-clock-divider.hours .flip-clock-label {
  right: -83px;
}
.stm_ico_countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -77px;
}
.stm_ico_countdown .flip-clock-divider.seconds .flip-clock-label {
  right: -76px;
}
.stm_ico_countdown .flip-clock-wrapper {
  margin: 0;
}
.stm_ico_countdown .flip-clock-wrapper ul {
  border-radius: 0;
  width: 33px;
  height: 70px;
  padding: 0;
}
.stm_ico_countdown .flip-clock-wrapper ul li {
  line-height: 70px;
}
.stm_ico_countdown .flip-clock-wrapper ul li a div.down {
  border-radius: 0;
}
.stm_ico_countdown .flip-clock-wrapper ul li a div.up:after {
  top: 34px;
  opacity: 0.5;
}
.stm_ico_countdown .flip-clock-wrapper ul li a div.up .inn {
  background-color: #f2f2f2;
}
.stm_ico_countdown .flip-clock-wrapper ul li a div div.inn {
  border-radius: 0;
  font-size: 42px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  text-shadow: none;
}

.stm_ico_countdown__popup, .stm_ico_countdown__popup_overlay {
  opacity: 0;
  visibility: hidden;
}
.stm_ico_countdown__popup.active, .stm_ico_countdown__popup_overlay.active {
  opacity: 1;
  visibility: visible;
}
.stm_ico_countdown__popup {
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 600px;
  width: 100%;
  left: 50%;
  text-align: center;
  z-index: 999999999;
  transition: 0.3s ease;
}
.stm_ico_countdown__popup .stm_ico_countdown__button_copy {
  background-color: transparent;
  border: 2px solid #0048a8;
  color: #000000 !important;
  line-height: 46px;
}
.stm_ico_countdown__popup .stm_ico_countdown__button_copy:hover {
  background-color: #0048a8;
  color: #fff !important;
}
.stm_ico_countdown__popup_inner {
  padding: 50px 50px 60px;
  border-radius: 10px;
  background-color: #fff;
}
.stm_ico_countdown__popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5 !important;
  z-index: 99999999;
}
.stm_ico_countdown__popup_title {
  color: #000;
  font-size: 30px;
}
.stm_ico_countdown__popup_address {
  margin-bottom: 20px;
  color: #595959;
  font-size: 18px;
}
.stm_ico_countdown__popup_desc {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #808080;
}
.stm_ico_countdown__popup_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.stm_ico_countdown__popup_close:after, .stm_ico_countdown__popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 1px;
  height: 23px;
  background-color: #bfbfbf;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.stm_ico_countdown__popup_close:after {
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(45deg);
}
.stm_ico_countdown__popup .row {
  padding: 0 10%;
}

.vcw.vcw-cursor {
  cursor: pointer;
}

/* PRICE LABEL */
.vcw.vcw-price-label {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: normal !important;
  margin: 0 8px 8px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  font-family: inherit !important;
  padding: 8px 10px !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-price-label:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-price-label > i {
  margin: 0 5px 0 0 !important;
}

.vcw.vcw-price-label > i.vcw-red {
  color: #D50000 !important;
}

.vcw.vcw-price-label > i.vcw-green {
  color: #00C853 !important;
}

.vcw.vcw-price-label > i.vcw-blue {
  color: #1E88E5 !important;
}

.vcw.vcw-price-label > .vcw-symbol {
  margin: 0 10px 0 0 !important;
  display: inline-block !important;
  font-family: inherit !important;
}

.vcw.vcw-price-label > .vcw-number {
  display: inline-block !important;
  font-size: 0.9em !important;
  font-family: inherit !important;
}

@media screen and (max-width: 480px) {
  .vcw.vcw-price-label {
    font-size: 14px !important;
  }
}
/* CHANGE LABEL */
.vcw.vcw-change-label {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: normal !important;
  margin: 0 8px 8px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  font-family: inherit !important;
  padding: 8px 10px !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-change-label:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-change-label > i {
  margin: 0 5px 0 0 !important;
}

.vcw.vcw-change-label > i.vcw-red {
  color: #D50000 !important;
}

.vcw.vcw-change-label > i.vcw-green {
  color: #00C853 !important;
}

.vcw.vcw-change-label > i.vcw-blue {
  color: #1E88E5 !important;
}

.vcw.vcw-change-label > .vcw-symbol {
  margin: 0 10px 0 0 !important;
  display: inline-block !important;
  font-family: inherit !important;
}

.vcw.vcw-change-label > .vcw-change {
  display: inline-block !important;
  font-size: 0.9em !important;
  font-family: inherit !important;
}

@media screen and (max-width: 480px) {
  .vcw.vcw-change-label {
    font-size: 14px !important;
  }
}
/* CHANGE BIG LABEL */
.vcw.vcw-change-big-label {
  vertical-align: baseline !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  padding: 8px 10px !important;
  font-family: inherit !important;
  line-height: normal !important;
  margin: 0 10px 10px 0 !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  display: inline-flex;
  flex-direction: row;
}

.vcw.vcw-change-big-label:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-change-big-label > .vcw-symbol {
  font-size: 26px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
  text-align: left !important;
  padding: 0 8px 0 0 !important;
  font-family: inherit !important;
  flex: 1 0 auto;
}

.vcw.vcw-change-big-label > .vcw-symbol > .vcw-price {
  font-size: 24px !important;
  display: inline-block !important;
  text-align: left !important;
  font-family: inherit !important;
}

.vcw.vcw-change-big-label > .vcw-changes {
  flex: 1 0 auto;
  display: inline-flex;
  flex-direction: row;
  font-family: inherit !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 60px !important;
  text-align: left !important;
  font-family: inherit !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-title {
  font-size: 14px !important;
  font-family: inherit !important;
  text-align: center !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
  text-align: center !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > i {
  font-size: 12px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > i.vcw-red {
  color: #D50000 !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > i.vcw-green {
  color: #00C853 !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > i.vcw-blue {
  color: #1E88E5 !important;
}

.vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > .vcw-number {
  display: inline-block !important;
  margin-left: 2px !important;
  font-family: inherit !important;
}

@media screen and (max-width: 480px) {
  .vcw.vcw-change-big-label > .vcw-symbol {
    font-size: 22px !important;
  }

  .vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-title {
    font-size: 12px !important;
  }

  .vcw.vcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value {
    font-size: 12px !important;
  }

  .vcw.vvcw-change-big-label > .vcw-changes > .vcw-change > .vcw-value > i {
    font-size: 10px !important;
  }
}
/* PRICE BIG LABEL */
.vcw.vcw-price-big-label {
  vertical-align: baseline !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  padding: 8px 10px !important;
  font-family: inherit !important;
  line-height: normal !important;
  margin: 0 10px 10px 0 !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  display: inline-flex;
  flex-direction: row;
}

.vcw.vcw-price-big-label:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-price-big-label > .vcw-symbol {
  font-size: 26px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
  text-align: left !important;
  padding: 0 8px 0 0 !important;
  font-family: inherit !important;
  flex: 1 0 auto;
}

.vcw.vcw-price-big-label > .vcw-prices {
  flex: 1 0 auto;
  display: inline-flex;
  flex-direction: row;
  font-family: inherit !important;
}

.vcw.vcw-price-big-label > .vcw-prices > .vcw-price {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 60px !important;
  text-align: left !important;
  font-family: inherit !important;
}

.vcw.vcw-price-big-label > .vcw-prices > .vcw-price > .vcw-currency {
  font-size: 14px !important;
  font-family: inherit !important;
  text-align: center !important;
}

.vcw.vcw-price-big-label > .vcw-prices > .vcw-price > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
  text-align: center !important;
}

@media screen and (max-width: 480px) {
  .vcw.vcw-price-big-label > .vcw-symbol {
    font-size: 22px !important;
  }

  .vcw.vcw-price-big-label > .vcw-prices > .vcw-price > .vcw-currency {
    font-size: 12px !important;
  }

  .vcw.vcw-price-big-label > .vcw-prices > .vcw-price > .vcw-value {
    font-size: 12px !important;
  }
}
/* CHANGE CARD */
.vcw.vcw-change-card {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  margin: 0 10px 10px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  font-family: inherit !important;
  padding: 8px 10px !important;
  width: 260px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-change-card:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-change-card > .vcw-symbol {
  font-size: 28px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-name {
  font-size: 18px !important;
  line-height: 22px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-bottom: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-changes {
  display: inline-flex;
  flex-direction: row;
  width: 100% !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 33.333% !important;
  text-align: center !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-title {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value > i {
  font-size: 12px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-red {
  color: #D50000 !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-green {
  color: #00C853 !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-blue {
  color: #1E88E5 !important;
}

.vcw.vcw-change-card > .vcw-changes > .vcw-change > .vcw-value > .vcw-number {
  display: inline-block !important;
  margin-left: 2px !important;
  font-family: inherit !important;
}

/* CONVERTER */
.vcw.vcw-converter {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 solid transparent !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  margin: 0 10px 10px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  padding: 12px 14px !important;
  width: 360px !important;
  cursor: pointer !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  font-family: inherit !important;
}

.vcw.vcw-converter > .vcw-input {
  display: inline-flex;
  flex-direction: row;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
}

.vcw.vcw-converter > .vcw-input:first-child {
  margin-bottom: 14px !important;
}

.vcw.vcw-converter > .vcw-input > .vcw-currency {
  width: 60% !important;
  flex: 1 0 auto;
  box-sizing: border-box !important;
  font-family: inherit !important;
}

.vcw.vcw-converter > .vcw-input > .vcw-currency > select {
  width: 90% !important;
  cursor: pointer !important;
  word-wrap: break-word !important;
  font-size: 16px !important;
  line-height: 40px !important;
  white-space: normal !important;
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.87) !important;
  display: inline-block !important;
  color: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none !important;
  border: 1px solid rgba(40, 40, 40, 0.15) !important;
  border-radius: 4px !important;
  transition: box-shadow 0.1s ease, width 0.1s ease !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  -webkit-appearance: none !important;
  padding: 0 0 0 7px !important;
  margin: 0 !important;
}

.vcw.vcw-converter > .vcw-input > .vcw-value {
  width: 40% !important;
  flex: 1 0 auto;
  font-family: inherit !important;
}

.vcw.vcw-converter > .vcw-input > .vcw-value > input {
  width: 100% !important;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  text-align: right !important;
  background: rgba(255, 255, 255, 0.87) !important;
  border: 1px solid rgba(40, 40, 40, 0.15) !important;
  color: rgba(0, 0, 0, 0.87) !important;
  border-radius: 4px !important;
  transition: box-shadow 0.1s ease, border-color 0.1s ease !important;
  box-shadow: none !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 10px 10px !important;
  margin: 0 !important;
}

@media screen and (max-width: 480px) {
  .vcw.vcw-converter > .vcw-input > .vcw-currency > select {
    font-size: 14px !important;
  }

  .vcw.vcw-converter > .vcw-input > .vcw-value > input {
    font-size: 14px !important;
  }
}
/* PRICE CARD */
.vcw.vcw-price-card {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  margin: 0 10px 10px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  font-family: inherit !important;
  padding: 8px 10px !important;
  width: 260px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-price-card:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-price-card > .vcw-symbol {
  font-size: 28px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  font-family: inherit !important;
}

.vcw.vcw-price-card > .vcw-name {
  font-size: 18px !important;
  line-height: 22px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-bottom: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-price-card > .vcw-prices {
  display: inline-flex;
  flex-direction: row;
  width: 100% !important;
  font-family: inherit !important;
}

.vcw.vcw-price-card > .vcw-prices > .vcw-price {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 33.333% !important;
  text-align: center !important;
  font-family: inherit !important;
}

.vcw.vcw-price-card > .vcw-prices > .vcw-price > .vcw-currency {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: inherit !important;
}

.vcw.vcw-price-card > .vcw-prices > .vcw-price > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
}

/* FULL CARD */
.vcw.vcw-full-card {
  display: inline-block !important;
  max-width: 100% !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  margin: 0 10px 10px 0 !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  font-family: inherit !important;
  padding: 8px 10px !important;
  width: 260px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-full-card:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.vcw.vcw-full-card > .vcw-divider {
  margin: 4px 0 !important;
  line-height: 14px !important;
  height: 0 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

.vcw.vcw-full-card > .vcw-symbol {
  font-size: 28px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-name {
  font-size: 18px !important;
  line-height: 22px !important;
  width: 100% !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-bottom: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-prices {
  display: inline-flex;
  flex-direction: row;
  width: 100% !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-prices > .vcw-price {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 33.333% !important;
  text-align: center !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-prices > .vcw-price > .vcw-currency {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-prices > .vcw-price > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-changes {
  display: inline-flex;
  flex-direction: row;
  width: 100% !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change {
  flex: 1 0 auto;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 33.333% !important;
  text-align: center !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-title {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value {
  font-size: 14px !important;
  font-family: inherit !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value > i {
  font-size: 12px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-red {
  color: #D50000 !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-green {
  color: #00C853 !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value > i.vcw-blue {
  color: #1E88E5 !important;
}

.vcw.vcw-full-card > .vcw-changes > .vcw-change > .vcw-value > .vcw-number {
  display: inline-block !important;
  margin-left: 2px !important;
  font-family: inherit !important;
}

/* TABLE */
.vcw.vcw-table {
  display: table !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  box-sizing: border-box !important;
  border-spacing: 0 !important;
  margin: 0 10px 10px 0 !important;
  padding: 8px 10px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  text-align: left !important;
  font-family: inherit !important;
  width: 100% !important;
  border: none !important;
}

.vcw.vcw-table tbody tr.vcw-out {
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="1");
  filter: blur(1px);
}

.vcw.vcw-table td, .vcw.vcw-table th {
  padding: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  font-family: inherit !important;
  background: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.vcw.vcw-table td:first-child, .vcw.vcw-table th:first-child {
  padding-left: 4px !important;
}

.vcw.vcw-table td:last-child, .vcw.vcw-table th:last-child {
  padding-right: 4px !important;
}

.vcw.vcw-table th {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.vcw.vcw-table td {
  font-weight: 200 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.vcw.vcw-table .vcw-right {
  text-align: right !important;
}

.vcw.vcw-table .vcw-left {
  text-align: left !important;
}

.vcw.vcw-table .vcw-symbol {
  width: 12% !important;
}

.vcw.vcw-table .vcw-name {
  width: 25% !important;
}

.vcw.vcw-table .vcw-price {
  width: 15% !important;
}

.vcw.vcw-table .vcw-change {
  width: 16% !important;
}

@media screen and (max-width: 500px) {
  .vcw.vcw-table .vcw-symbol, .vcw.vcw-table .vcw-1h, .vcw.vcw-table .vcw-7d {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .vcw.vcw-table .vcw-symbol, .vcw.vcw-table .vcw-1h {
    display: none;
  }
}
/* SMALL TABLE */
.vcw.vcw-small-table {
  display: table !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  box-sizing: border-box !important;
  border-spacing: 0 !important;
  margin: 0 10px 10px 0 !important;
  padding: 8px 10px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  text-align: left !important;
  font-family: inherit !important;
  max-width: 400px !important;
  width: 100% !important;
  border: none !important;
}

.vcw.vcw-small-table tbody tr.vcw-out {
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="1");
  filter: blur(1px);
}

.vcw.vcw-small-table td, .vcw.vcw-small-table th {
  padding: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  font-family: inherit !important;
  background: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.vcw.vcw-small-table td:first-child, .vcw.vcw-small-table th:first-child {
  padding-left: 4px !important;
}

.vcw.vcw-small-table td:last-child, .vcw.vcw-small-table th:last-child {
  padding-right: 4px !important;
}

.vcw.vcw-small-table th {
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.vcw.vcw-small-table td {
  font-weight: 200 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.vcw.vcw-small-table .vcw-right {
  text-align: right !important;
}

.vcw.vcw-small-table .vcw-left {
  text-align: left !important;
}

.vcw.vcw-small-table .vcw-name {
  width: 30% !important;
}

.vcw.vcw-small-table .vcw-price {
  width: 22% !important;
}

.vcw.vcw-small-table .vcw-change {
  width: 16% !important;
}

@media screen and (max-width: 400px) {
  .vcw.vcw-small-table .vcw-symbol, .vcw.vcw-small-table .vcw-1h, .vcw.vcw-small-table .vcw-7d {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .vcw.vcw-small-table .vcw-symbol, .vcw.vcw-small-table .vcw-1h {
    display: none;
  }
}
.stm_crypto_converter {
  padding: 40px 35px;
  background-color: #ffc40c;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 10px;
}
.stm_crypto_converter h3 {
  font-size: 28px;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-family: "museo_sans";
}
.stm_crypto_converter .vcw.vcw-converter {
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency {
  font-family: inherit !important;
  order: 100 !important;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  height: 50px;
  border-radius: 5px;
  width: 130px;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 15px;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
  border: 0;
  width: 12px;
  height: 7px;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:before, .stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  transform: rotate(50deg);
  transform-origin: right top;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #7d7d7d;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-currency .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  left: auto;
  right: 0;
  transform: rotate(-50deg);
  transform-origin: left top;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input .vcw-value input {
  background-color: #fff !important;
  border: 0 !important;
  height: 50px;
  text-align: left !important;
  padding-left: 20px !important;
}
.stm_crypto_converter .vcw.vcw-converter .vcw-input > * {
  padding: 0 10px;
  width: 50% !important;
}

.stm_crypto_converter .select2.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown {
  min-width: 200px;
  border-top: 1px solid #cacaca !important;
}

@media (max-width: 480px) {
  .stm_animation {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/*===============================================  Others  ==================================================*/
.stm-btn {
  font-family: "museo_sans";
  font-size: 16px;
  color: #fff;
  background: #0048a8;
  border: 2px solid #0048a8;
  margin-right: 25px;
  padding: 14px 30px;
  border-radius: 50px;
  transition: 0.3s;
}
.stm-btn:hover {
  background: #ffc10a;
  border: 2px solid #ffc10a;
}
.stm-btn.stm-btn-warning {
  border: 2px solid #0048a8;
  background: transparent;
  color: #0048a8;
}
.stm-btn.stm-btn-warning:hover {
  background: #ffc10a;
  border: 2px solid #ffc10a;
  color: #fff;
}

@media (max-width: 768px) {
  .real-time-wrap .btcwdgt-chart {
    margin: auto !important;
  }
}

.live-wrap .vcw.vcw-table {
  margin: auto !important;
}