/* COMMON */

.index-top{
    padding-bottom: 5px;
    border-bottom: 2px solid #d31623;
    background-size: cover;
    background-position: center bottom;
	background-image: url(../../../assets/image/page/home/bg-header.png);

}
.index-top{
    
}
.index-top .top-text{
    padding-top: 25px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.index-top .top-text span{
    color: #ff2900;
}
.index-top .welcome{
    padding-bottom: 75px;
    padding-top: 70px;
}
.index-top .welcome .name{
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #b2c3c7;
    font-size: 36px;
}
.index-top .welcome .name span{
    color: #f11a28;
}
.index-top .welcome .desc span{
    color: #f11a28;
}
.index-top .block-img img{
    zoom: 50%;
}


.index-body {
    margin-bottom: -16px;
    background-image: linear-gradient( 180deg, #25343e 0%, #0d2631 100%);
}
.index-body .days{
    padding-bottom: 75px;
}
.index-body .days p{
    font-size: 32px;
}
.index-body .days .numb{
    color: #f11a28;
    line-height: 60px;
    font-size: 64px;
}
.index-body .days .day{
    color: #b2c3c7;
    font-size: 18px;
}
.index-body .text-calc{
    background-color: #091519;
    border-radius: 8px;
    padding: 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    position: relative;
}

.index-body .text-calc .top{
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3a4447;
}
.index-body .text-calc:before {
    content: '';
    position: absolute;
    top: 49px;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #4f5b62;
    z-index: 1;
}
.index-body .text-calc:after {
    content: '';
    position: absolute;
    top: 49px;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #4f5b62;
    z-index: 1;
}

.index-body .aff{
    padding-top: 80px;
}
.index-body .left{
    max-width: 500px;
}
.index-body .left .name{
    color: #f11a28;
}
.index-body .left .name span{
    color: #b2c3c7;
}
.index-body .right .top{
    text-align: right;
}
.index-body .right .block{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
.index-body .right .block p{
    
}
.index-body .right .block input{
    background-color: rgb(0, 0, 0);
    height: 36px;
    border: 1px solid #5f5f5f;
    border-radius: 8px;
    width: 135px;
    margin-left: 10px;
    color: #ffffff;
    padding-left: 10px;
}
.index-body .right .min{
    text-align: right;
    margin-top: 8px;
    color: #5a5a5a;
    font-size: 10px;
    margin-bottom: 15px;
}
.index-body .right .daily{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
    margin-bottom: 6px;
}
.index-body .right .daily .profit span{
    color: #b2c3c7;
    font-size: 18px;
}
.index-body .right .daily .roi{
    margin-left: 10px;
}
.index-body .right .daily .roi span{
    color: #3bc797;
    font-size: 18px;
}
.index-body .right .text{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
    text-align: right;
    color: #5a5a5a;
    font-size: 10px;
    margin-bottom: 14px;
}
.index-body .right .btn-block{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
.index-body .right .btn-site{
    height: 34px;
    border-radius: 8px;
    text-transform: uppercase;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    background-color: #400500;
    border: 1px solid #e02919;
    padding: 0 20px;
    line-height: normal;
    text-decoration: none;
}
.home-text{
    padding-top: 80px;
    color: #707d87;
    padding-bottom: 65px;
    font-size: 13px;
    line-height: 1.2;
}

.h-subtitle h2 {
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  margin: 0 auto;
}
.h-subtitle h2 .arrow-icon {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.h-subtitle h2 .arrow-icon .svg-fill {
  fill: #ffffff;
}
.h-subtitle.dark h2 .arrow-icon .svg-fill {
  fill: #000000;
}
@media screen and (min-width: 1920px) {
  .h-subtitle h2 {
    font-size: 25px;
  }
  .h-subtitle h2 .arrow-icon {
    left: -54px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .h-subtitle h2 .arrow-icon {
    left: -28px;
  }
}
@media screen and (max-width: 1199.9px) {
  .h-subtitle h2 .arrow-icon {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1919.9px) {
  .h-subtitle h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .h-subtitle h2 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .h-subtitle h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.9px) {
  .h-subtitle h2 {
    font-size: 16px;
  }
}
/* COMMON END */

/* HOME PROMO */
#h-promo {
  background: url(/assets/image/page/home/h-promo-bg.svg) center no-repeat;
  background-size: cover;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  display: flex;
  z-index: 1;
}
/* ------------------------------ */
.promo-main {
  position: relative;
  text-align: right;
  display: flex;
  flex-grow: 1;
  z-index: 5;
}
.promo-main .guest-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  width: 100%;
}
/* ---------------------------------------- promo-title */
.promo-title {
  justify-content: center;
  flex-direction: column;
  padding: 75px 0 50px;
  display: flex;
  flex-grow: 1;
}
.promo-title h1,
.promo-title h2 {
  position: relative;
  line-height: 1.2;
}
/* ------------------------------ promo-title h1 */
.promo-title h1 {
  font-weight: 500;
  display: inline-block;
  margin: 0 0 15px auto;
}
.promo-title h1::after {
  background-color: #c92317;
  position: absolute;
  content: "";
  height: 1px;
  width: 200%;
  bottom: 0;
  left: 0;
}
/* -------------------- */
.promo-title h1 span {
  display: inline-block;
}
/* -------------------- */
.promo-title h1 sup {
  top: -0.3em;
}
/* -------------------- */
.promo-title h1 .pf-regular {
  position: relative;
}
.promo-title h1 .pf-regular::after {
  background-color: #c92317;
  position: absolute;
  width: 1000px;
  content: "";
  height: 1px;
  top: 100%;
  left: 5px;
}
/* ------------------------------ promo-title h2 */
.promo-title h2 {
/*  font-family: "pf_baseline_proregular";*/
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* -------------------- */
.promo-title h2 span {
  display: inline-block;
}
/* -------------------- */
.promo-title h2 .pf-medium {
  text-decoration: underline;
}
/* ------------------------------ promo-title p */
.promo-title p {
  font-weight: 500;
  margin: 0 0 35px auto;
  color: #666666;
  max-width: 700px;
}
/* ------------------------------ promo-title ul */
.promo-title ul {
  margin-bottom: 0;
}
/* ---------------------------------------- promo-footnote */
.promo-footnote {
  font-weight: 700;
  padding: 20px 0;
}
/* ------------------------------ date */
.date {
  padding-bottom: 35px;
}
/* -------------------- */
.date span {
  margin-bottom: 5px;
}
/* ------------------------------ promo-footnote a */
.promo-footnote a {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.promo-footnote a:hover {
  text-decoration: none;
  color: #c92317;
}
/* -------------------- */
.promo-footnote a .arrow-icon {
  transform: rotate(90deg);
  position: relative;
  margin-left: 10px;
  margin-bottom: 2px;
  width: 7px;
}
.promo-footnote a .arrow-icon .svg-fill {
  fill: #000000;
}
/* ---------------------------------------- letters */
.promo-main-letters {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* -------------------- */
.letter-box {
  font-weight: 300;
  position: absolute;
  line-height: 1;
}
/* -------------------- */
.letter-box.fill {
  background: linear-gradient(to right, #c92317 50%, #ff5555 65%, #c92317 80%);
  animation: textShine 5s ease-in-out infinite alternate;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 400% auto;
  background-clip: text;
  color: #c92317;
  z-index: 3;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* -------------------- */
.letter-box.line {
  -webkit-text-stroke: 1px #c92317;
  color: transparent;
  z-index: 2;
}

@media screen and (min-width: 1920px) {
  .letter-box {
    font-size: 840px;
  }
  .letter-box.fill {
    bottom: -161px;
    left: -195px;
  }
  .letter-box.line {
    bottom: -160px;
    left: -95px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .letter-box {
    font-size: 730px;
  }
  .letter-box.fill {
    bottom: -140px;
    left: -195px;
  }
  .letter-box.line {
    bottom: -139px;
    left: -95px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.9px) {
  .letter-box {
    font-size: 680px;
  }
  .letter-box.fill {
    bottom: -130px;
    left: -195px;
  }
  .letter-box.line {
    bottom: -129px;
    left: -95px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .letter-box {
    font-size: 620px;
  }
  .letter-box.fill {
    bottom: -119px;
    left: -195px;
  }
  .letter-box.line {
    bottom: -118px;
    left: -95px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .letter-box {
    font-size: 580px;
  }
  .letter-box.fill {
    bottom: -111px;
    left: -195px;
  }
  .letter-box.line {
    bottom: -110px;
    left: -95px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .letter-box {
    font-size: 410px;
  }
  .letter-box.fill {
    bottom: -78px;
    left: -150px;
  }
  .letter-box.line {
    bottom: -78px;
    left: -100px;
  }
}
@media (min-width: 376px) and (max-width: 575.9px) {
  .letter-box {
    font-size: 410px;
  }
  .letter-box.fill {
    bottom: -78px;
    left: -150px;
  }
  .letter-box.line {
    bottom: -78px;
    left: -100px;
  }
}
@media screen and (max-width: 375.9px) {
  .letter-box {
    font-size: 340px;
  }
  .letter-box.fill {
    bottom: -65px;
    left: -140px;
  }
  .letter-box.line {
    bottom: -65px;
    left: -100px;
  }
}
/* ---------------------------------------- parallax */
.promo-main-parallax {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* -------------------- */
.parallax-box {
  position: absolute;
}
.parallax-box img {
  height: auto;
  width: 100%;
}
/* -------------------- */
.parallax-1 {
  margin-left: -135px;
  height: 182px;
  width: 152px;
  bottom: 10px;
  left: 50%;
}
/* -------------------- */
.parallax-2 {
  transform: translateY(-50%);
  margin-left: -185px;
  height: 101px;
  width: 116px;
  left: 50%;
  top: 50%;
}
/* -------------------- */
.parallax-3 {
  margin-right: 540px;
  height: 167px;
  width: 177px;
  right: 50%;
  top: 80px;
}
/* -------------------- */
.parallax-4 {
  margin-right: 190px;
  height: 550px;
  width: 880px;
  right: 50%;
  bottom: 0;
}
/* -------------------- */
.parallax-5 {
  left: -180px;
}
.parallax-6 {
  left: -80px;
}
.parallax-5,
.parallax-6 {
  bottom: 0px;
}

@media screen and (min-width: 1920px) {
  .promo-title h1 {
    font-size: 70px;
  }
  .promo-title h2 {
    font-size: 33px;
  }
  .promo-title .small-font {
    line-height: 20px;
    font-size: 14px;
  }
  .small-font {
    font-size: 12px;
  }
  .promo-footnote {
    font-size: 13px;
  }
  .parallax-5,
  .parallax-6 {
    height: 543px;
    width: 649px;
  }
}
@media screen and (max-width: 1919.9px) {
  .small-font {
    font-size: 10px;
  }
  .promo-title .small-font {
    line-height: 1.4;
  }
  .promo-footnote {
    font-size: 11px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .parallax-5,
  .parallax-6 {
    height: 505px;
    width: 603px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.9px) {
  .parallax-5,
  .parallax-6 {
    height: 485px;
    width: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .parallax-5,
  .parallax-6 {
    height: 452px;
    width: 540px;
  }
}
@media (min-width: 992px) and (max-width: 1919.9px) {
  .promo-title h1 {
    font-size: 50px;
  }
  .promo-title h2 {
    font-size: 24px;
  }
  .promo-title .small-font {
    font-size: 12px;
  }
  .promo-title p {
    max-width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .promo-title h1 {
    font-size: 45px;
  }
  .promo-title h2 {
    font-size: 21px;
  }
  .promo-title .small-font {
    font-size: 12px;
  }
  .promo-title p {
    max-width: 460px;
  }
  .parallax-5 {
    left: -240px;
  }
  .parallax-6 {
    left: -140px;
  }
  .parallax-5,
  .parallax-6 {
    height: 418px;
    width: 500px;
  }
}
@media screen and (max-width: 767.9px) {
  .promo-title p {
    max-width: 450px;
  }
  .parallax-5 {
    left: -240px;
  }
  .parallax-6 {
    left: -140px;
  }
  .parallax-5,
  .parallax-6 {
    height: 251px;
    width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .promo-title h1 {
    font-size: 40px;
  }
  .promo-title h2 {
    font-size: 19px;
  }
  .promo-title .small-font {
    line-height: 1.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 575.9px) {
  .promo-title h1 {
    font-size: 30px;
  }
  .promo-title h2 {
    font-size: 15px;
  }
  .promo-title .small-font {
    line-height: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 375.9px) {
  .parallax-5 {
    left: -150px;
  }
  .parallax-6 {
    left: -110px;
  }
  .parallax-5,
  .parallax-6 {
    height: 205px;
    width: 245px;
  }
}
/* HOME PROMO END */

/* HOME PROFIT */
#h-profit {
  background-image: -moz-linear-gradient(90deg, rgb(13, 13, 13) 0%, rgb(39, 39, 39) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(13, 13, 13) 0%, rgb(39, 39, 39) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(13, 13, 13) 0%, rgb(39, 39, 39) 100%);
  padding: 85px 0 65px;
  color: #ffffff;
}
/* -------------------- */
#h-profit p {
  margin-bottom: 10px;
  color: #cccccc;
}
/* -------------------- */
#h-profit .h-subtitle {
  padding-bottom: 40px;
}
/* -------------------- */
#h-profit .divider {
  background-color: #c92317;
  margin-bottom: 15px;
  position: relative;
  height: 1px;
}
#h-profit .divider::after {
  background-color: #c92317;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 99%;
  top: 0;
}
/* ---------------------------------------- profit-about */
.profit-about .pdf-link {
  color: #ffffff;
}
/* -------------------- */
.profit-about .pdf-link:hover {
  opacity: 0.7;
}
/* ---------------------------------------- profit-company */
.profit-company {
  max-width: 260px;
}
/* ---------------------------------------- profit-text */
.profit-text {
  padding-top: 55px;
  min-height: 100%;
}
/* ------------------------------ profit-numbers */
.profit-numbers {
  font-weight: 300;
  margin-bottom: 25px;
  color: #666666;
  font-size: 44px;
  line-height: 1;
}
/* ------------------------------ profit-text h3 */
.profit-text h3 {
  text-transform: uppercase;
  margin: 0 auto 15px;
  font-size: 16px;
}

@media screen and (min-width: 1920px) {
  .profit-about {
    padding-right: 90px;
  }
  .profit-text {
    padding-right: 90px;
  }
  .profit-numbers {
    font-size: 44px;
  }
  .profit-text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1919.9px) {
  .profit-numbers {
    font-size: 34px;
  }
  .profit-text h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .profit-about {
    padding-right: 60px;
  }
  .profit-text {
    padding-right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .profit-about {
    padding-right: 30px;
  }
  .profit-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .profit-company {
    padding-top: 40px;
  }
}
/* HOME PROFIT END */

/* HOME CALCULATOR */
#h-calculator {
  background-color: #161616;
  background-image: -moz-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  padding-top: 85px;
  position: relative;
  color: #ffffff;
  z-index: 1;
}
/* -------------------- */
#h-calculator .h-subtitle {
  padding-bottom: 40px;
}
/* ---------------------------------------- calculator-main */
.calculator-main {
  background-color: #c92317;
  position: relative;
  padding: 10px 0;
}
/* -------------------- */
.calculator-main::after {
  background-color: #c92317;
  transform: translateX(-50%);
  position: absolute;
  width: 1000%;
  content: "";
  left: 50%;
  bottom: 0;
  top: 0;
}
.calculator-main::before {
  background: url(/assets/image/page/home/calculator-tringles.png) center no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: 250px;
  height: 490px;
  width: 770px;
  content: "";
  z-index: 1;
  left: 50%;
  top: 0;
}
/* ---------------------------------------- calculator */
.calculator {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #535353;
  position: relative;
  padding: 60px 0;
  z-index: 10;
}
/* -------------------- */
.calculator::after {
  background-color: #535353;
  position: absolute;
  width: 100%;
  content: "";
  right: 100%;
  bottom: 0;
  top: 0;
}
/* ------------------------------ calculator h3 */
.calculator h3 {
  text-transform: uppercase;
  padding-bottom: 15px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 auto;
}
/* ------------------------------ calculator divider */
.calculator .divider {
  background-color: #353535;
  margin: 0 auto 10px;
  position: relative;
  height: 1px;
  z-index: 2;
}
/* -------------------- */
.calculator .divider::after,
.calculator .divider::before {
  position: absolute;
  width: 1000%;
  content: "";
  height: 1px;
  top: 0;
}
.calculator .divider::after {
  background-color: #535353;
  left: 100%;
}
.calculator .divider::before {
  background-color: #353535;
  right: 100%;
}
/* ------------------------------ calculator p */
.calculator p {
  margin: 0 auto 40px;
}
/* ------------------------------ calculator-row */
.calculator-row {
  margin-bottom: 10px;
}
/* ------------------------------ calculator-input */
.calculator-input {
  max-width: 185px;
}
/* -------------------- */
.with-currency {
  position: relative;
}
.with-currency .form-control {
  padding-left: 30px !important;
}
.with-currency .input-currency {
  align-items: center;
  position: absolute;
  padding-left: 15px;
  display: flex;
  font-size: 16px;
  height: 100%;
  left: 0;
  top: 0;
}
/* -------------------- */
.totalroi-input,
.daily-input .form-control,
.calculator-input .form-control {
  font-weight: 700;
  align-items: center;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 16px;
  max-width: 100%;
  display: flex;
  height: 45px;
  width: 185px;
}
/* -------------------- */
.calculator-input .form-control,
.calculator-input .form-control:focus {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  box-shadow: none;
}
/* -------------------- */
.daily-input .form-control,
.daily-input .form-control:focus {
  background-color: #3a3a3a;
  color: #ffffff;
  box-shadow: none;
  border: 0;
}
/* -------------------- */
.totalroi-input {
  background-color: #ffffff;
  color: #010101;
}
/* ------------------------------ calculator-hint */
.calculator-hint {
  font-size: 13px;
  color: #fefefe;
}
/* -------------------- */
.calculator-hint .grey-col {
  color: #cccccc;
}
/* ------------------------------ calculator-footnote */
.calculator-footnote {
  padding: 15px 15px 25px;
}
/* -------------------- */
.calculator-footnote .black-col {
  color: #333333;
}
/* -------------------- */
.calculator-footnote .not-active {
  color: #333333;
  cursor: pointer;
}
.calculator-footnote .not-active:hover {
  color: #ffffff;
}
/* ------------------------------ roi-info */
.roi-info {
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
  color: #ffffff;
  display: flex;
  height: 100%;
}
.roi-info .black-col {
  color: #000000;
}
.roi-info > div {
  position: relative;
  z-index: 3;
}
/* -------------------- */
.roi-info .title {
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.roi-info .title sup {
  font-size: 0.6em;
}
/* -------------------- */
.roi-info-block {
  position: relative;
}
.roi-info-block::after,
.roi-info-block::before {
  position: absolute;
  bottom: -10px;
  height: 543px;
  width: 649px;
  content: "";
  z-index: 1;
}
.roi-info-block::after {
  background: url(/assets/image/page/home/x-grey.svg) left bottom no-repeat;
  background-size: contain;
  left: -145px;
}
.roi-info-block::before {
  background: url(/assets/image/page/home/x-lined.svg) left bottom no-repeat;
  background-size: contain;
  left: -255px;
}

@media screen and (min-width: 1200px) {
  .roi-info {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1199.9px) {
  .roi-info {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .roi-info .title {
    font-size: 44px;
  }
  .roi-site {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1919.9px) {
  .roi-info .title {
    font-size: 40px;
  }
  .roi-site {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .calculator {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .roi-info .title {
    font-size: 36px;
  }
  .roi-site {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.9px) {
  .calculator-hint {
    padding: 10px 15px;
  }
  .roi-info .title {
    font-size: 32px;
  }
  .roi-site {
    font-size: 16px;
  }
}
@media screen and (max-width: 339.9px) {
  .calculator-main {
    padding: 0 0 20px;
  }
  .calculator {
    margin-right: -15px;
    border-radius: 0;
  }
  .roi-info-block::after,
  .roi-info-block::before {
    display: none;
  }
}
/* HOME CALCULATOR END */

/* HOME PLATFORM */
#h-platform {
  background-color: #464646;
  padding: 75px 0 25px;
  color: #ffffff;
}
/* ------------------------------ */
#h-platform .h-subtitle {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
/* -------------------- */
#h-platform .h-subtitle::after {
  background-color: #000000;
  position: absolute;
  width: 1000%;
  content: "";
  height: 1px;
  left: -20%;
  bottom: 0;
}
/* -------------------- */
#h-platform .h-subtitle .small-font {
  padding-top: 5px;
}
#h-platform .h-subtitle .small-font .grey-col {
  color: #cccccc;
}
/* ---------------------------------------- live-audience */
.live-audience {
  max-width: 540px;
}
/* -------------------- */
.live-audience .title {
  padding-bottom: 15px;
}
/* ------------------------------ audience-box */
.audience-box {
  font-weight: 700;
  padding-bottom: 15px;
  color: #fefefe;
}
/* -------------------- */
.audience-box .grey-col {
  color: #cccccc;
}
/* -------------------- */
.audience-box .black-col {
  color: #000000;
}
/* ------------------------------ p-statistics */
.p-statistics .title {
  padding: 30px 0 15px;
}
/* -------------------- */
.p-statistics .title .black-col {
  color: #000000;
}
/* ------------------------------ statistics */
.statistics {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #535353;
  padding: 15px 0 20px;
  position: relative;
}
/* -------------------- */
.statistics::after {
  background-color: #535353;
  position: absolute;
  content: "";
  right: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
}
/* -------------------- */
.statistics ul {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
/* -------------------- */
.statistics ul li {
  font-weight: 700;
  flex-wrap: nowrap;
  display: flex;
  padding: 5px 0;
}
/* -------------------- */
.statistics ul li .amount {
  width: 130px;
}
/* -------------------- */
.statistics ul li .grey-col {
  color: #cccccc;
}
/* -------------------- */
.platform-footnote {
  padding-top: 25px;
}
.platform-footnote a {
  display: inline-block;
  margin-bottom: 10px;
}
/* ------------------------------ live-success */
.live-success {
  padding-left: 45px;
}
/* -------------------- */
.live-success-title {
  padding-bottom: 25px;
  margin-bottom: 20px;
  padding-top: 17px;
}
/* -------------------- */
.live-success-title .small-font {
  padding-top: 5px;
}
/* -------------------- */
.live-success .review-link {
  display: inline-block;
  margin-top: 15px;
}
.live-success .review-link:hover {
  opacity: 0.6;
}
/* ------------------------------ */
.success-list-box {
  background-color: rgba(70, 70, 70, 0.5);
  padding: 16px 0 16px 20px;
  margin-bottom: 18px;
  position: relative;
  min-height: 147px;
}
/* -------------------- */
.success-list-box:last-child {
  margin-bottom: 0;
}
/* -------------------- */
.success-list-box::after {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #a3a3a3;
  position: absolute;
  width: 200%;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
}
/* -------------------- */
.success-list-box .grey-col {
  color: #cccccc;
}
.success-list-box .black-col {
  color: #000000;
}
/* -------------------- */
.success-list-text {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}
.success-list-text::after {
  background-color: #686767;
  position: absolute;
  width: 200%;
  content: "";
  height: 1px;
  left: 0;
  top: 0;
}
/* -------------------- */
.live-success .pagination {
  margin-top: 35px;
}
.live-success .pagination::after {
  background-color: #616161;
  top: -10px;
}
.live-success .page-item:nth-child(1) .page-link,
.live-success .page-item:nth-child(2) .page-link {
  border-color: #616161;
}
.live-success .page-item:last-child .page-link,
.live-success .page-item:nth-last-child(2) .page-link {
  border-color: #616161;
}
.live-success .page-link {
  color: #ffffff;
}
.live-success .page-link:hover {
  background-color: transparent;
  color: #353535;
}
.live-success .page-link .icon-w .svg-fill {
  fill: #ffffff;
}
.live-success .page-link:hover .icon-w .svg-fill {
  fill: #353535;
}
.live-success .active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #353535;
}

@media screen and (min-width: 1920px) {
  .live-audience,
  .statistics ul li,
  .success-list-box {
    font-size: 13px;
  }
}
@media screen and (max-width: 1919.9px) {
  .live-audience,
  .statistics ul li,
  .success-list-box {
    font-size: 11px;
  }
}
@media screen and (max-width: 991.9px) {
  .p-statistics {
    max-width: 600px;
  }
  .live-success {
    padding-top: 30px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 575.9px) {
  .statistics ul li {
    display: block;
  }
  .statistics ul li .amount {
    padding-top: 5px;
  }
  .live-success {
    padding-left: 0;
  }
}
/* HOME PLATFORM END */

/* HOME SCALE */
#h-scale {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
/* -------------------- */
#h-scale::after {
  background: url(/assets/image/page/home/scale-tringles.png) center no-repeat;
  background-size: contain;
  position: absolute;
  height: 550px;
  width: 880px;
  content: "";
  top: -180px;
}
@media screen and (min-width: 1200px) {
  #h-scale::after {
    left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  #h-scale::after {
    margin-right: -170px;
    width: 680px;
    right: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  #h-scale::after {
    width: 480px;
    left: 10px;
  }
}
/* -------------------- */
#h-scale .h-subtitle h2 {
  font-weight: 500;
}
/* ------------------------------ scale-title */
.scale-title {
  font-weight: 300;
  position: relative;
  color: #c92317;
  line-height: 1;
}
/* -------------------- */
.scale-title::after {
  background-color: #c92317;
  position: absolute;
  width: 1000%;
  content: "";
  height: 1px;
  left: -20%;
  bottom: 0;
}
/* ------------------------------ scale-about */
.scale-about {
  padding-top: 25px;
}
/* -------------------- */
.scale-about p,
.scale-about ul {
  margin-bottom: 20px;
}
/* ------------------------------ scale-leaders */
.scale-leaders .title {
  padding-bottom: 15px;
  margin: 0 auto 15px;
  line-height: 20px;
  padding-top: 50px;
}
/* ------------------------------ leader-row */
.leader-row {
  padding-bottom: 20px;
}
/* ------------------------------ leader-name */
.leader-name {
  padding-bottom: 7px;
}
/* ------------------------------ leader-numbers */
.leader-numbers,
.leader-numbers-last {
  padding-bottom: 5px;
}
/* -------------------- */
.leader-numbers-last {
  text-align: right;
}
/* ------------------------------ leader-results */
.leader-results {
  border-top: 1px solid #cccccc;
}
/* -------------------- */
.leader-results ul {
  margin-bottom: 0;
  padding: 20px 0;
}
/* -------------------- */
.leader-results ul li {
  font-weight: 700;
}
.leader-results ul li:nth-child(1) {
  text-transform: uppercase;
  color: #666666;
}
.leader-results ul li:nth-child(3) {
  color: #cccccc;
}
/* -------------------- */
.list-results-last {
  text-align: right;
}

@media screen and (min-width: 1920px) {
  #h-scale {
    padding-top: 110px;
  }
  .scale-title {
    padding-bottom: 15px;
    margin: 0 auto 15px;
    font-size: 70px;
  }
  .leader-name {
    font-size: 13px;
  }
  .leader-results ul li:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 1919.9px) {
  #h-scale {
    padding-top: 85px;
  }
  .scale-title {
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  .leader-name {
    font-size: 12px;
  }
  .leader-results ul li:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .scale-leaders {
    margin-left: auto;
    max-width: 640px;
    margin-right: 0;
  }
  .list-results,
  .leader-numbers {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1919.9px) {
  .scale-title {
    font-size: 50px;
  }
  .scale-leaders .title {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .scale-about {
    padding-right: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .scale-title {
    font-size: 45px;
  }
  .scale-leaders {
    max-width: 640px;
  }
}
@media (min-width: 576px) and (max-width: 991.9px) {
  .list-results,
  .leader-numbers {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .scale-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575.9px) {
  .scale-title {
    font-size: 30px;
  }
}
/* HOME SCALE END */

/* HOME TRUST */
#h-trust {
  background-color: #fff;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
/* -------------------- */
#h-trust .h-subtitle {
  padding-bottom: 25px;
}
#h-trust .h-subtitle h2 {
/*  font-family: "pf_baseline_proregular";*/
}
/* ---------------------------------------- trust-main */
.trust-main {
  background-color: #161616;
  background-image: -moz-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  position: relative;
}
/* -------------------- */
.trust-main::after {
  background-color: #161616;
  background-image: -moz-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(13, 13, 13) 100%);
  transform: translateX(-50%);
  position: absolute;
  width: 1000%;
  content: "";
  left: 50%;
  bottom: 0;
  top: 0;
}
/* ------------------------------ trust-nav */
.trust-nav {
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}
.trust-nav a {
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  position: relative;
  display: flex;
  line-height: 1;
  color: #fff;
}
.trust-nav a::after {
  position: absolute;
  content: "";
  width: 200%;
  bottom: 0;
  right: 0;
  top: 0;
}
/* -------------------- */
.trust-nav li:nth-child(1) a::after {
  background-color: #851515;
}
.trust-nav li:nth-child(2) a::after {
  background-color: #6d1111;
}
.trust-nav li:nth-child(3) a::after {
  background-color: #5f1a1a;
}
.trust-nav li:nth-child(4) a::after {
  background-color: #512323;
}
.trust-nav li:nth-child(5) a::after {
  background-color: #422b2b;
}
.trust-nav li:nth-child(6) a::after {
  background-color: #343434;
}
.trust-nav li a.active::after {
  background-color: #c92317;
}
/* -------------------- */
.trust-nav a span {
  position: relative;
  z-index: 3;
}
/* -------------------- */
.trust-nav a span.arrow-icon {
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  right: 0;
  top: 50%;
}
.trust-nav a:hover span.arrow-icon,
.trust-nav a.active span.arrow-icon {
  right: 30px;
  opacity: 1;
}
/* -------------------- */
.trust-nav a span.arrow-icon .svg-fill {
  fill: #fff;
}
/* ------------------------------ trust-content */
.trust-content {
  padding: 20px 30px 20px 40px;
  position: relative;
  color: #ffffff;
  z-index: 3;
}
/* -------------------- */
.trust-content *:last-child {
  margin-bottom: 0;
}
/* -------------------- */
.trust-content p {
  margin-bottom: 20px;
}
/* -------------------- */
.trust-content ul {
  margin-bottom: 20px;
  padding-left: 15px;
}
/* -------------------- */
.trust-content ul.grey-col {
  color: #cccccc;
}

@media screen and (min-width: 1920px) {
  .trust-nav a {
    padding: 25px 25px 25px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1919.9px) {
  .trust-nav a {
    padding: 20px 20px 20px 0;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .trust-content {
    padding: 20px 20px 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .trust-content {
    padding: 20px 15px 20px 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .trust-nav {
    margin-right: -15px;
  }
  .trust-content {
    padding: 30px 0px;
  }
}

.trust-main .tab-content {
  position: relative;
  z-index: 100;
}
/* HOME TRUST END */

/* HOME JOIN */
#h-join {
  background: url(/assets/image/page/home/h-join-bg.svg) center no-repeat;
  background-size: cover;
  flex-direction: column;
  padding: 40px 0 25px;
  min-height: 100vh;
  display: flex;
  color: #ffffff;
}
/* ------------------------------ */
#h-join .guest-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  width: 100%;
}
/* ------------------------------ */
#h-join .join-about {
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  display: flex;
  flex-grow: 1;
}
/* ---------------------------------------- join-title */
.join-title {
  border-bottom: 1px solid #c92317;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
/* -------------------- */
.join-title::after {
  background-color: #c92317;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 99%;
  top: 100%;
}
/* ------------------------------ join-logo */
.join-logo {
  display: inline-block;
  margin-bottom: 35px;
  width: 68px;
}
/* ------------------------------ join-users */
.join-users {
  font-weight: 300;
  position: relative;
}
/* -------------------- */
.join-users #globe {
  position: absolute;
  display: block;
  top: 0;
}

@media screen and (min-width: 768px) {
  .join-users #globe {
    margin-top: -135px;
    left: -38px;
  }
}
@media screen and (max-width: 767.9px) {
  .join-users {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .join-users #globe {
    margin-top: -80px;
    right: -38px;
  }
}
@media screen and (min-width: 576px) {
  .join-users #globe {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 575.9px) {
  .join-users #globe {
    margin-top: -60px;
    height: 120px;
    width: 120px;
    right: -28px;
  }
}
/* -------------------- */
.join-users .amount {
/*  font-family: "pf_baseline_proregular";*/
  position: relative;
}
/* -------------------- */
.join-users .amount .arrow-icon .svg-fill {
  fill: #ffffff;
}
.join-users .amount .arrow-icon {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
/* ------------------------------ subtitle */
.join-title .subtitle {
/*  font-family: "pf_baseline_proregular";*/
  margin-bottom: 15px;
  text-align: right;
}
/* ------------------------------ h2 */
.join-title h2 {
  font-weight: 300;
  text-align: right;
  margin-bottom: 0;
}
/* ------------------------------ join-statistics */
.join-statistics {
  font-weight: 700;
  text-transform: uppercase;
}
/* -------------------- */
.join-statistics li {
  padding-bottom: 20px;
}
/* ------------------------------ join-rules */
.join-rules {
  margin-bottom: 25px;
  text-align: right;
}
/* -------------------- */
.join-rules li {
  padding-bottom: 5px;
}
/* ------------------------------ reg-link */
.reg-link {
  font-weight: 700;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  position: relative;
  line-height: 30px;
  display: flex;
  color: #fff;
  z-index: 2;
}
a.reg-link {
  text-decoration: none;
}
/* -------------------- */
.reg-link.l-side {
  margin-left: auto;
}
/* -------------------- */
.reg-link::after,
.reg-link::before {
/*  transition: all 0.5s;*/
  position: absolute;
  content: "";
  width: 200%;
}
/* -------------------- */
.reg-link::after {
  bottom: 0;
  top: 0;
}
.reg-link.l-side::after {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  left: 0;
}
.reg-link.r-side::after {
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  right: 0;
}
.reg-link.red-reg::after {
  background-color: #c92317;
}
.reg-link.black-reg::after {
  background-color: #000000;
}
/* -------------------- */
.reg-link::before {
  bottom: 2px;
  z-index: 2;
  top: 2px;
}
.reg-link.l-side::before {
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  left: 2px;
}
.reg-link.r-side::before {
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  right: 2px;
}
.reg-link.red-reg::before {
  border: 1px solid #161616;
}
.reg-link.black-reg::before {
  border: 1px solid #535353;
}
/* -------------------- */
.reg-link span {
  position: relative;
  z-index: 5;
}
/* ------------------------------ */
.reg-link span.btn-border {
  border: 1px solid transparent;
  transform: translateY(-50%);
/*  transition: all 0.5s;*/
  position: absolute;
  height: 100%;
  width: 200%;
  opacity: 0;
  top: 50%;
}
/* -------------------- */
.reg-link:hover span.btn-border {
  height: 130%;
  width: 204%;
  opacity: 1;
}
/* -------------------- */
.reg-link.red-reg span.btn-border {
  border-color: #474747;
}
.reg-link.black-reg span.btn-border {
  border-color: #686868;
}
/* -------------------- */
.reg-link.l-side span.btn-border {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  left: 0;
}
.reg-link.r-side span.btn-border {
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  right: 0;
}
/* -------------------- */
.reg-link.l-side:hover span.btn-border {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  left: -2%;
}
.reg-link.r-side:hover span.btn-border {
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  right: -2%;
}
/* -------------------- */
.reg-link .icon-w .svg-fill {
  fill: #fff;
}
/* -------------------- */
.reg-link:hover .icon-w {
  margin-left: 10px;
}
.reg-link.red-reg:hover::before {
  background-color: #161616;
}
.reg-link.black-reg:hover::before {
  background-color: #535353;
}
/* ------------------------------ join-footnote ul */
.join-footnote ul {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 0;
}
/* -------------------- */
.join-footnote ul li {
  margin-right: 25px;
}
.join-footnote ul li:last-child {
  margin-right: 0;
}
/* ------------------------------ join-footnote a */
.join-footnote a {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.join-footnote a:hover {
  text-decoration: none;
  color: #c92317;
}
/* -------------------- */
.join-footnote a .arrow-icon {
  transform: rotate(270deg);
  position: relative;
  margin-left: 10px;
  margin-bottom: 2px;
  width: 7px;
}
.join-footnote a .arrow-icon .svg-fill {
  fill: #ffffff;
}

@media screen and (min-width: 1920px) {
  .join-users {
    font-size: 16px;
  }
  .join-users .amount {
    font-size: 25px;
  }
  .join-users .amount .arrow-icon {
    left: -54px;
  }
  .join-title h2 {
    font-size: 70px;
  }
  .join-title .subtitle {
    font-size: 25px;
  }
  .join-statistics li span:nth-child(2) {
    font-size: 16px;
  }
  .reg-link.l-side {
    padding: 10px 0 10px 30px;
    width: 400px;
  }
  .reg-link.r-side {
    padding: 10px 30px 10px 10px;
    width: 400px;
  }
}
@media screen and (max-width: 1919.9px) {
  .join-users {
    font-size: 14px;
  }
  .join-statistics li span:nth-child(2) {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .join-users .amount .arrow-icon {
    left: -28px;
  }
}
@media screen and (max-width: 1199.9px) {
  .join-users .amount .arrow-icon {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1919.9px) {
  .join-users .amount {
    font-size: 20px;
  }
  .join-title h2 {
    font-size: 50px;
  }
  .join-title .subtitle {
    font-size: 20px;
  }
  .reg-link.l-side {
    padding: 6px 0 6px 30px;
    width: 330px;
  }
  .reg-link.r-side {
    padding: 6px 30px 6px 10px;
    width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .join-users .amount {
    font-size: 20px;
  }
  .join-title h2 {
    font-size: 45px;
  }
  .join-title .subtitle {
    font-size: 20px;
  }
  .reg-link.l-side {
    padding: 6px 0 6px 30px;
    width: 330px;
  }
  .reg-link.r-side {
    padding: 6px 30px 6px 10px;
    width: 330px;
  }
}
@media screen and (max-width: 767.9px) {
  .join-about {
    text-align: right;
  }
  .join-title .subtitle {
    padding-top: 35px;
  }
  .reg-link.l-side {
    padding: 6px 0 6px 20px;
    width: 290px;
  }
  .reg-link.r-side {
    padding: 6px 20px 6px 10px;
    width: 290px;
  }
  .join-footnote {
    text-align: right;
  }
  .join-footnote ul {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .join-users .amount {
    font-size: 18px;
  }
  .join-title h2 {
    font-size: 40px;
  }
  .join-title .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.9px) {
  .join-users .amount {
    font-size: 16px;
  }
  .join-title h2 {
    font-size: 30px;
  }
  .join-title .subtitle {
    font-size: 16px;
  }
}
/* HOME JOIN END */
