﻿@font-face {
    font-family: 'Anton';
    src: url('/assets/webfonts/Anton.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/assets/webfonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/assets/webfonts/Mulish-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/assets/webfonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Valiente';
    src: url('Fonts/subset-WaterBrushROB.eot');
    src: url('Fonts/subset-WaterBrushROB.eot?#iefix') format('embedded-opentype'), url('Fonts/subset-WaterBrushROB.woff2') format('woff2'), url('Fonts/subset-WaterBrushROB.woff') format('woff'), url('Fonts/subset-WaterBrushROB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

/* Cookie Policy Begin */

.faq .Body a {
    color: #ff8300 !important;
}

.cookie-input-group {
    display: flex;
}

.switch {
    margin: 0;
    padding: 0;
}

.cookie-input {
    width: 50%;
    display: flex;
    align-items: center;
}

.cookie-input>label {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ff8300;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ffffff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.slider.round {
    border-radius: 18px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.cookie-sticky-flex {
    display: flex !important;
}

.cookie-sticky-wrap {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    width: 100%;
    height: 70px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
}

.cookie-sticky-container {
    width: 70%;
}

.cookie-sticky-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-sticky-body p {
    font-size: 16px;
}

.cookie-sticky-body p a {
    color: #2e0276;
}

.cookie-sticky-body>a {
    font-size: 16px;
    width: 200px;
    display: flex;
    width: 2rem;
    height: .5rem;
    color: #ff8300;
    border: 2px solid #ff8300;
    border-radius: .04rem;
    justify-content: center;
    align-items: center;
}

.cookie-sticky-body>a:hover {
    color: #ffffff !important;
    background-color: #ff8300;
}

/* Cookie Policy End */

/* General Bootstrap */

.h1-tag {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.h2-tag {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.h3-tag {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

html,
body {
    font-size: 5.20833333vw;
    font-family: "Mulish";
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    min-height: 100vh;
    background-color: #500198;
    -webkit-text-size-adjust: 100%
}

body.lock {
    height: 100vh;
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
}

*:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.clearfix {
    clear: both;
}

.vcenter {
    font-size: 0;
    margin-left: 0 !important;
}

.vcenter>* {
    display: inline-block;
    vertical-align: middle;
}

.vcenter:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

@keyframes hoverFx {
    0% {
        top: 0;
        left: 0;
    }

    20% {
        top: -0.075em;
        left: 0.15em;
    }

    40% {
        top: 0.075em;
        left: -0.075em;
    }

    60% {
        top: -0.15em;
        left: -0.15em;
    }

    80% {
        top: 0.15em;
        left: 0.075em;
    }

    100% {
        top: 0;
        left: 0;
    }
}

@-webkit-keyframes hoverFx {
    0% {
        top: 0;
        left: 0;
    }

    20% {
        top: -0.075em;
        left: 0.15em;
    }

    40% {
        top: 0.075em;
        left: -0.075em;
    }

    60% {
        top: -0.15em;
        left: -0.15em;
    }

    80% {
        top: 0.15em;
        left: 0.075em;
    }

    100% {
        top: 0;
        left: 0;
    }
}

.owl-carousel {
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-action: pan-y;
}

.loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .75);
    display: none;
}

#load {
    width: 150px;
    animation: loading 3s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #4f0098;
    fill: transparent;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -600;
    }
}

/* Social Icons */

a.social-icon {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}

a.social-icon:before {
    font-family: FontAwesome;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

a.social-icon.facebook:before {
    content: '\f09a';
}

a.social-icon.facebook-square:before {
    content: '\f082';
}

a.social-icon.facebook-official:before {
    content: '\f230';
}

a.social-icon.twitter:before {
    content: '\f099';
}

a.social-icon.whatsapp:before {
    content: '\f232';
}

a.social-icon.twitter-square:before {
    content: '\f081';
}

a.social-icon.youtube:before {
    content: '\f16a';
}

a.social-icon.instagram:before {
    content: '\f16d';
}

a.social-icon.linkedin:before {
    content: '\f0e1';
}

/* Items */

/* Captcha */

.g-recaptcha {
    position: relative;
    font-size: 0;
    /* z-index: 100; */
}

/* Apply Form */

.apply-form {
    position: relative;
    display: block;
    width: 6.7rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.apply-form .tab-menu {
    text-align: left;
    border-bottom: .04rem solid #FF8300;
}

.apply-form .tab-menu a {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: .64rem;
    padding-top: .04rem;
    text-align: center;
    border-radius: .04rem .04rem 0 0;
}

.apply-form .tab-menu a:first-child:last-child {
    width: 100%;
}

.apply-form .tab-menu a span {
    font-family: Anton;
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: rgba(255, 255, 255, .6);
}

.apply-form .tab-menu a.active {
    background-color: #FF8300;
    margin-bottom: -2px;
}

.apply-form .tab-menu a.active span {
    color: white;
}

.apply-form .tab-items {
    position: relative;
    padding: .48rem .6rem .4rem .6rem;
    background-color: #440182;
    border-radius: 0 0 .16rem .16rem;
}

.apply-form .tab-item {
    display: none;
}

.apply-form .tab-item.active {
    display: block;
}

.apply-form .form-item+.form-item {
    margin-top: .16rem;
}

.apply-form .form-item+.form-item.checkbox {
    margin-top: .32rem;
}

.apply-form .form-item ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.apply-form .form-item ::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.apply-form .form-item :-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.apply-form .form-item :-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.apply-form .form-item input[type='text'],
.apply-form .form-item input[type='tel'] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: .56rem;
    padding: .1rem .24rem;
    font-family: Mulish;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: black;
    border: none;
    outline: none;
    border-radius: .08rem;
}

.apply-form .form-item textarea {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    height: 1.5rem;
    min-height: 100px;
    padding: .1rem .24rem;
    font-family: Mulish;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    color: black;
    border: none;
    outline: none;
    border-radius: .08rem;
    margin-bottom: 10px;
    resize: vertical;
}

.apply-form .form-item input[type='text']+input[type='text'] {
    margin-top: .16rem;
}

.apply-form .form-item.number label {
    display: inline-block;
    vertical-align: middle;
    width: 35.31%;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: -.02em;
    color: white;
    text-align: left;
}

.apply-form .form-item.number input[type='tel'] {
    width: 62.9%;
    margin-left: 1.47%;
}

.apply-form .form-item.number .select2-container {
    display: inline-block;
    vertical-align: middle;
    width: 25.73% !important;
    margin-left: 2.94%;
    text-align: left;
}

.apply-form .form-item.number .select2-container .select2-selection--single {
    height: .56rem;
    border: none;
    border-radius: .08rem;
    background-color: white;
}

.apply-form .form-item.number .select2-container.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0 0 .08rem .08rem;
}

.apply-form .form-item.number .select2-container.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: .08rem .08rem 0 0;
}

.apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: .56rem;
    padding-left: .24rem;
    padding-right: .48rem;
    font-family: Mulish;
    font-weight: 600;
    font-size: .18rem;
    line-height: .56rem;
    color: black;
}

.apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: Mulish;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, .4);
}

.apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: auto;
    height: auto;
    top: 50%;
    right: .2rem;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.apply-form .form-item.number .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: .26rem;
    color: #FF8300;
}

.apply-form .form-item.number .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.apply-select-dropdown .select2-results>.select2-results__options {
    font-family: "Mulish";
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: black;
}

.apply-select-dropdown .select2-results__option {
    padding: .12rem .24rem;
}

.apply-select-dropdown .select2-dropdown {
    border-radius: .08rem !important;
    border: none;
    overflow: hidden;
    background-color: white;
}

.apply-select-dropdown.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ccc;
    border-radius: 0 0 .08rem .08rem !important;
}

.apply-select-dropdown.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ccc;
    border-radius: .08rem .08rem 0 0 !important;
}

.apply-select-dropdown ::-webkit-scrollbar {
    width: .06rem;
    background-color: #ddd;
}

.apply-select-dropdown ::-webkit-scrollbar-thumb {
    background-color: #FF8300;
}

.apply-form .form-item input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

.apply-form .form-item input[type='checkbox']~label {
    position: relative;
    display: block;
    padding: .06rem 0 .05rem .48rem;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
    text-align: left;
    cursor: pointer;
}

.apply-form .form-item input[type='checkbox']~label:before {
    content: '';
    position: absolute;
    width: .32rem;
    height: .32rem;
    left: 0;
    top: 0;
    border-radius: .08rem;
    border: 2px solid #FF8300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.apply-form .form-item input[type='checkbox']:checked~label:after {
    content: '\f00c';
    position: absolute;
    top: .04rem;
    left: .07rem;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: .2rem;
    line-height: 1.2em;
    color: white;
}

.apply-form .btn-submit {
    display: inline-block;
    height: .56rem;
    min-width: 2.64rem;
    max-width: 100%;
    background-color: #FF8300;
    border-radius: .08rem;
    border: none;
    cursor: pointer;
}

.apply-form *+.btn-submit {
    margin-top: .4rem;
}

.apply-form .btn-submit span {
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
}

.apply-form .note {
    display: block;
    width: 4.3rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
}

.apply-form *+.note {
    margin-top: .32rem;
}

.apply-form .form-item input[type='text'].error,
.apply-form .form-item.number select.error+.select2-container .select2-selection--single {
    border: 2px solid red;
}

.apply-form .result {
    display: none;
    position: relative;
    text-align: center;
}

.apply-form .result.lite {
    padding: .64rem;
    background-color: #440182;
    border-radius: .16rem;
}

.apply-form .result img {
    display: block;
    width: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.apply-form .result .result-title {
    font-weight: 600;
    font-size: .4rem;
    line-height: 1.2em;
    color: #ededed;
}

.apply-form .result *+.result-title {
    margin-top: .56rem;
}

.apply-form .result .result-text {
    font-weight: 400;
    font-size: .24rem;
    line-height: 1.2em;
    color: #ededed;
}

.apply-form .result *+.result-text {
    margin-top: .12rem;
}

.apply-form .result .btn-return {
    display: inline-block;
    min-width: 3.4rem;
    max-width: 100%;
    height: .7rem;
    border-radius: .12rem;
    background-color: #FF8300;
    text-align: center;
}

.apply-form .result *+.btn-return {
    margin-top: .32rem;
}

.apply-form .result .btn-return span {
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: #ffffff;
}

.apply-form.sent>*:not(.result) {
    display: none !important;
}

.apply-form.sent .result {
    display: block !important;
}

/* Slide Check */

.custom-slide-box {
    position: relative;
    width: 100%;
    font-family: "Mulish";
    font-size: .12rem;
    font-weight: 500;
}

.custom-slide-box [type="checkbox"]:not(:checked),
.custom-slide-box [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-slide-box [type="checkbox"]:not(:checked)+label,
.custom-slide-box [type="checkbox"]:checked+label {
    position: relative;
    font-size: inherit;
    padding-left: 4.3333em;
    cursor: pointer;
}

.custom-slide-box [type="checkbox"]:not(:checked)+label:before,
.custom-slide-box [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -.3333em;
    width: 3.333em;
    height: 2em;
    border-radius: 2em;
    background-color: #ff8300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .15s all ease;
    -webkit-transition: .15s all ease;
    -ms-transition: .15s all ease;
    -moz-transition: .15s all ease;
    -o-transition: .15s all ease;
}

.custom-slide-box [type="checkbox"]:not(:checked)+label:after,
.custom-slide-box [type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    display: block;
    width: 1.6667em;
    height: 1.6667em;
    left: .16667em;
    top: -.16666em;
    border-radius: 2em;
    background-color: white;
    box-shadow: -1px 0 .25em 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .25s all ease;
    -webkit-transition: .25s all ease;
    -ms-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -o-transition: .25s all ease;
}

.custom-slide-box [type="checkbox"]:checked+label:after {
    left: 1.5em;
}

.custom-slide-box [type="checkbox"]:checked+label:before {
    background-color: #4f0098;
}

/* Custom */

/* Header Bar */

.header-bar {
    position: relative;
    height: .5rem;
    font-size: 0;
    z-index: 10;
    background-color: #4f0098;
}

.header-bar .custom-slide-box {
    position: absolute;
    width: 3.2rem;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header-bar .custom-slide-box [type="checkbox"]:checked+label:before {
    background-color: #4f0098;
}

.header-bar .custom-slide-box span {
    font-size: .16rem;
}

.header-bar .left {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 80%;
    background-color: #6321a9;
}

.header-bar .header-bar-links {
    width: 100%;
    padding-left: 3rem;
    padding-right: .16rem;
    text-align: right;
}

.header-bar .header-bar-links a {
    padding-left: .1rem;
    padding-right: .1rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: #500099;
}

.header-bar .header-bar-links a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -.03rem;
    border-top: .04rem solid transparent;
    border-bottom: .04rem solid transparent;
    border-left: .07rem solid #ff8300;
}

.header-bar .header-bar-links a span {
    display: inline-block;
    vertical-align: middle;
}

.header-bar .right {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 20%;
    padding-left: .27rem;
    background-color: inherit;
    background-image: url(/assets/images/header-bar-bg.png);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: white;
}

.header-bar .right>a,
.header-bar .right>div {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    /* padding-left: .16rem; */
    padding-right: 0.16rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: #4f0098;
}

.header-bar .right>a img {
    display: inline-block;
    vertical-align: middle;
    width: .21rem;
}

.header-bar .right .online-operations {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    border-left: 1px solid rgba(255, 255, 255, .3);
    /*cursor: default;*/
}

.header-bar .right .online-operations>span {
    padding-left: .2rem;
    padding-right: .2rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: #4f0098;
}

.header-bar .right .online-operations>span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -.03rem;
    margin-right: .1rem;
    border-top: .04rem solid transparent;
    border-bottom: .04rem solid transparent;
    border-left: .07rem solid #ff8300;
}

.header-bar .right .online-operations-sub {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
}

.header-bar .right .online-operations-sub a {
    display: block;
    position: relative;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
    background: #420080;
}

.header-bar .right .online-operations-sub span {
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    color: white;
}

.header-bar .right .online-operations-sub img {
    width: auto;
    height: .16rem;
    position: absolute;
    top: 50%;
    right: 1.83rem;
    margin-top: -.09rem;
}

.header-bar .right .online-operations:hover .online-operations-sub {
    display: block;
}

/* Header */

header {
    position: relative;
    font-size: 0;
    z-index: 10;
}

header .header-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: .2rem .2rem .1rem .34rem;
    transition: .2s background ease;
    -webkit-transition: .2s background ease;
    -ms-transition: .2s background ease;
    -moz-transition: .2s background ease;
    -o-transition: .2s background ease;
}

header.static .header-container {
    position: relative;
    top: auto;
    left: auto;
    background: #2d0275;
}

header.activate-hover:not(.static):not(.search-active) .header-container:hover {
    background: #42018a;
}

header.has-selected-item:not(.static):not(.search-active) .header-container {
    background: #42018a;
}

header.search-active .header-container {
    background: #2d0275;
}

header .header-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

header .logo {
    position: relative;
    display: inline-block;
    width: .95rem;
    z-index: 1;
}

header .logo img {
    width: 100%;
}

header .menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
    text-align: center;
}

header .menu .menu-item {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 0 .34rem;
}

header .menu .menu-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

header .menu .menu-item>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: Anton;
    font-weight: 600;
    font-size: .24rem;
    letter-spacing: .01em;
    line-height: 1.2em;
    color: white;
}

header .menu .menu-item>a span {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    header .menu .menu-item:not(.active)>a:hover:after,
    header .menu .menu-item:not(.active)>a:hover:before {
        content: attr(data-text);
        position: absolute;
        display: block;
        top: 0;
        left: 1px;
        width: 100%;
        z-index: 0;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        letter-spacing: inherit;
        line-height: inherit;
    }

    header .menu .menu-item:not(.active)>a:hover:after {
        color: #f51dd3;
        animation: hoverFx .4s infinite;
        -webkit-animation: hoverFx .4s infinite;
    }

    header .menu .menu-item:not(.active)>a:hover:before {
        color: #18b8ff;
        animation: hoverFx .5s infinite;
        -webkit-animation: hoverFx .5s infinite;
    }
}

header .menu .menu-item.hover:not(.active):has(.sub-menu:hover)>a:after,
header .menu .menu-item.hover:not(.active):has(.sub-menu:hover)>a:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 0;
    left: 1px;
    width: 100%;
    z-index: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

    header .menu .menu-item.hover:not(.active):has(.sub-menu:hover)>a:before {
        color: #18b8ff;
        animation: hoverFx .5s infinite;
        -webkit-animation: hoverFx .5s infinite;
    }
    
    header .menu .menu-item.hover:not(.active):has(.sub-menu:hover)>a:after {
        color: #f51dd3;
        animation: hoverFx .4s infinite;
        -webkit-animation: hoverFx .4s infinite;
    }


header .menu .menu-item:not(.active)>a:active {
    color: rgba(255, 255, 255, .7);
}

header .menu .menu-item.active>a {
    color: #ff8300;
}

header .menu .menu-item.active:nth-child(4) a {
    color: white;
}


header .menu .menu-item.active>a:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: .04rem;
    width: .24rem;
    top: 100%;
    left: 50%;
    margin-top: .16rem;
    margin-top: .12rem;
    margin-left: -.12rem;
    border-radius: .02rem;
    background: #ff8300;
}

header .menu .menu-item.active:nth-child(4)>a:after {
    display: none;
}

header .menu .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding-left: 4.92rem;
    text-align: left;
    background: #6321a9;
}

header .menu .sub-menu a {
    display: inline-block;
    vertical-align: middle;
    padding: .2rem .4rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
}

header .menu .sub-menu a:not(.active):hover:not(:active) {
    color: rgba(255, 255, 255, .55);
}

header .menu .sub-menu a:not(.active):active {
    color: rgba(255, 255, 255, .78);
}

header .menu .sub-menu a.active {
    color: #ff8300;
}

header .menu .sub-menu .type-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: .095rem;
    padding-bottom: .095rem;
    padding-left: .18rem;
    padding-right: .24rem;
    margin-left: .4rem;
    margin-right: .4rem;
    font-size: 0;
    background: #ff8300;
    cursor: pointer;
    text-align: left;
    border-radius: .3rem;
}

header .menu .sub-menu .type-dropdown:before,
header .menu .sub-menu .type-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    width: .06rem;
    height: .06rem;
    right: -.16rem;
    bottom: 50%;
    margin-top: -.03rem;
    border-radius: .04rem;
    background-color: rgba(158, 0, 255, .8);
}

header .menu .sub-menu .type-dropdown:after {
    top: 50%;
    bottom: auto;
    margin-top: .03rem;
}

header .menu .sub-menu .type-dropdown span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    color: white;
}

header .menu .sub-menu .type-dropdown>span:after {
    content: '\f107';
    display: inline-block;
    vertical-align: middle;
    margin-left: .16rem;
    margin-top: -.02rem;
    font-family: FontAwesome;
    font-size: .24rem;
    font-weight: 400;
    color: inherit;
}

header .menu .sub-menu .type-dropdown .option {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
    background: #e67700;
    border-radius: 0 0 .2rem .2rem;
}

header .menu .sub-menu .type-dropdown:hover {
    border-radius: .2rem .2rem 0 0;
}

header .menu .sub-menu .type-dropdown:hover>span:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

header .menu .sub-menu .type-dropdown:hover .option {
    display: block;
}

header .menu .menu-item:hover .sub-menu {
    display: flex;
    z-index: 2;
}

/*header .menu .menu-item.active .sub-menu {
            display: flex;
            align-items:center;
        }*/

header .menu .sub-menu .sub-type {
    display: none;
    vertical-align: middle;
}

header .menu .sub-menu .sub-type.active {
    display: inline-block;
}

header .menu .sub-menu .sub-type span {
    display: none;
}

header .buttons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: .2rem;
}

header .buttons .btn-search {
    display: inline-block;
    vertical-align: middle;
    padding: .1rem;
    margin-right: .2rem;
    cursor: pointer;
}

header .buttons .btn-search img {
    width: .28rem;
    pointer-events: none;
}

header .buttons .btn-search img.hover {
    display: none;
}

header .buttons .btn-search img.clicked {
    display: none;
}

header .buttons .btn-search img.close {
    display: none;
}

header:not(.search-active) .buttons .btn-search:hover img {
    display: none;
}

header:not(.search-active) .buttons .btn-search:hover:not(:active) img.hover {
    display: inline-block;
}

header:not(.search-active) .buttons .btn-search:active img {
    display: none;
}

header:not(.search-active) .buttons .btn-search:active img.clicked {
    display: inline-block;
}

header.search-active .buttons .btn-search img {
    display: none;
}

header.search-active .buttons .btn-search img.close {
    display: inline-block;
}

header .buttons a.btn-user {
    display: inline-block;
    vertical-align: middle;
    margin-right: .34rem;
    font-weight: 600;
    font-size: .16rem;
    letter-spacing: .01em;
    line-height: 1.2em;
    color: #ff8200;
}

header .buttons a.btn-user span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .02rem;
}

header .buttons a.btn-user img {
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
}

header .buttons a.btn-user:hover {
    opacity: .9;
}

header .buttons a.btn-user:active {
    opacity: 1;
}

header .buttons a.btn-apply {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 2.2rem;
    font-family: Anton;
    font-weight: 600;
    font-size: .2rem;
    letter-spacing: .01em;
    line-height: 1.2em;
    color: white;
    text-align: center;
    border-radius: .08rem;
    background-color: #ff8200;
}

header .buttons a.btn-apply span {
    margin-top: .04rem;
}

header .buttons a.btn-apply:hover {
    background-color: #ff9900;
}

header .buttons a.btn-apply:active {
    background-color: #ff5e00;
}

/* General Bootstrap */

.main-title {
    position: relative;
    margin-top: -.1rem;
    margin-bottom: -.36rem;
    padding-left: .4rem;
    padding-right: .4rem;
    font-family: Mulish;
    font-weight: 600;
    color: white;
    z-index: 2;
    cursor: default;
}

.main-title .small {
    font-size: .72rem;
    line-height: .9em;
    letter-spacing: -.02em;
}

.main-title .large {
    font-size: 1rem;
    line-height: .9em;
    letter-spacing: -.02em;
}

.sms-box {
    position: relative;
    display: block;
    font-size: 0;
}

.sms-box div {
    margin-bottom: .05rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #ff8300;
}

.sms-box span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

.sms-box img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: .67rem !important;
    margin-left: .15rem;
    margin-right: .09rem;
}

.banner-box {
    position: absolute;
    width: 5.5rem;
    top: 50%;
    left: 14.6%;
    padding: .23rem .38rem .69rem .38rem;
    font-size: 0;
    background: rgba(80, 0, 153, .7);
    border-radius: .14rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-box .title-image {
    width: 100%;
    margin-left: -.1rem;
}

.banner-box .sms-box {
    margin-top: .26rem;
}

.banner-box .social {
    position: absolute;
    right: .3rem;
    bottom: .28rem;
    font-size: .18rem;
    color: white;
}

.banner-box .social.left {
    right: auto;
    left: .36rem;
    bottom: .15rem;
}

.banner-box .social a.social-icon {
    margin-left: 1em;
    color: rgba(255, 255, 255, .25);
}

.banner-box .social a.social-icon:hover {
    color: rgba(255, 255, 255, .8);
}

.banner-box .social a.social-icon:active {
    color: #FFF;
}

.banner-box .social a.social-icon:first-child {
    margin-left: 0;
}

.banner-box .btn-banner {
    position: absolute;
    top: 100%;
    left: .38rem;
    width: 1.8rem;
    height: .56rem;
    margin-top: -.28rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
    background-color: #ff8300;
    border-radius: .1rem;
}

.banner-box .btn-banner:hover {
    background-color: #ff9900;
}

.banner-box .btn-banner:active {
    background-color: #ff5e00;
}

.banner-box .notch {
    position: absolute;
    top: 100%;
    right: .2rem;
    width: .56rem !important;
}

.banner-box .banner-box-pre {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: .09rem;
    padding-left: .38rem;
    padding-right: .38rem;
    padding-top: .15rem;
    padding-bottom: .14rem;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    border-radius: .14rem;
    background: rgba(80, 0, 153, .7);
}

.banner-box .banner-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.banner-box .banner-types {
    display: inline-block;
    vertical-align: top;
    width: 18.3%;
}

.banner-box .banner-types a {
    display: block;
}

.banner-box .banner-types a+a {
    margin-top: .15rem;
}

.banner-box .banner-types .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: .68rem;
    height: .68rem;
    font-size: 0;
    text-align: center;
    border-radius: .4rem;
    border: 2px solid rgba(255, 255, 255, .3);
}

.banner-box .banner-types .icon.long {
    width: 1.9rem;
}

.banner-box .banner-types .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.banner-box .banner-types .icon span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .29rem;
    line-height: 1.2em;
    color: rgba(255, 255, 255, .5);
}

.banner-box .banner-types .icon.long span {
    font-size: .25rem;
}

.banner-box .banner-types .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .68rem);
    padding-left: .12rem;
    font-family: Anton;
    font-size: .22rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: rgba(255, 255, 255, .3);
}

.banner-box .banner-types .icon.long+.text {
    display: none;
}

.banner-box .banner-types a.active .icon {
    border: none;
    background: white;
    box-shadow: 0 .06rem .1rem rgba(46, 2, 118, .3);
}

.banner-box .banner-types a.active .icon span {
    color: #2e0276;
}

.banner-box .banner-types a.active .text {
    color: white;
}

.banner-box .banner-detail-info {
    display: inline-block;
    vertical-align: top;
    width: 31.7%;
}

.banner-box .banner-detail-info img {
    width: 100%;
}

.banner-box .title {
    margin-top: .3rem;
    font-family: Anton;
    font-size: .94rem;
    line-height: 1em;
    letter-spacing: .01em;
    color: white;
}

.banner-box .title.small {
    font-size: .72rem;
}

.banner-box .title.bordered:after {
    content: '';
    display: block;
    width: .8rem;
    height: .06rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    background: #ff8300;
}

.banner-box .description {
    margin-top: .1rem;
    font-weight: 400;
    font-size: .28rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

.banner-box.medium {
    width: 6rem;
}

.banner-box.large {
    width: 11.5rem;
    left: 15.2%;
    padding: .36rem .24rem .49rem .36rem;
}

.banner-box.large.no-type {
    width: 9.5rem;
}

.banner-box.large.no-type .banner-types {
    display: none;
}

.banner-box.large.no-type .banner-info {
    width: 61.23%;
}

.banner-box.large.no-type .banner-detail-info {
    width: 38.77%;
}

.banner-box.large.no-image {
    width: 6.05rem;
}

.banner-box.large.no-image .banner-info {
    width: 100%;
}

.banner-box.large.no-image .banner-types {
    display: none;
}

.banner-box.large.no-image .banner-detail-info {
    display: none;
}

.banner-box .btn-apply {
    position: absolute;
    min-width: 1.8rem;
    height: .56rem;
    right: 1rem;
    bottom: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-bottom: -.28rem;
    text-align: center;
    border-radius: .08rem;
    background-color: #ff8300;
}

.banner-box .btn-apply span {
    font-weight: 600;
    font-size: .16rem;
    letter-spacing: .01em;
    line-height: 1.2em;
    color: white;
}

.converter {
    position: relative;
    width: 100%;
    border-radius: .08rem;
    overflow: hidden;
}

.converter strong {
    font-weight: 600;
}

.converter .text {
    height: .84rem;
    text-align: center;
}

.converter .text span {
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.25em;
    letter-spacing: .01em;
    color: #fefeff;
}

.converter .converter-left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.6rem);
    padding-left: .2rem;
    padding-right: .2rem;
    padding-bottom: .32rem;
    background-color: #2d0275;
}

.converter .converter-left .slider-container {
    position: relative;
    width: 100%;
    height: 1.72rem;
}

.converter .converter-left .slider+.slider {
    margin-top: .35rem;
}

.converter .converter-left .slider .label {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    padding-right: .2rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.25em;
    letter-spacing: .01em;
    text-align: center;
    color: #fefeff;
}

.converter .converter-left .slider .label span {
    display: block;
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.25em;
}

.converter .converter-left .slider .slide {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: .21rem;
    border-radius: .14rem;
    background-color: white;
}

.converter .converter-left .slider .slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(Icons/icon-converter-lines.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.converter .converter-left .slider .slide .ui-slider-handle {
    width: .34rem;
    height: .34rem;
    top: -.07rem;
    margin-left: -.17rem;
    cursor: grab;
    border-radius: .2rem;
    background-color: #ff8300;
    background-image: url(Icons/icon-converter-arrow.png);
    background-size: .18rem;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.converter .converter-left .slider .slide .ui-slider-range-min {
    border-radius: .2rem;
    background-color: #ffc180;
}

.converter .converter-left .slider .amount {
    display: inline-block;
    vertical-align: middle;
    width: 21%;
    height: .34rem;
    margin-left: 5%;
    text-align: center;
    border-radius: .12rem;
    background-color: #ff8300;
}

.converter .converter-left .slider .amount span {
    font-weight: 600;
    font-size: .16rem;
    line-height: 1em;
    letter-spacing: .01em;
    color: #fefeff;
}

.converter .converter-right {
    display: inline-block;
    vertical-align: top;
    width: 1.6rem;
    padding-left: .2rem;
    padding-right: .2rem;
    padding-bottom: .32rem;
    background-color: #1f0152;
}

.converter .converter-right .spent-container {
    position: relative;
    width: 100%;
    height: 1.72rem;
    border-radius: .08rem;
    background-color: #ffc180;
    overflow: hidden;
}

.converter .converter-right .spent-container .spent {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #ff8300;
}

.converter .converter-right .spent-container .spent-text {
    position: relative;
    width: 100%;
    font-family: 'Anton';
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.1em;
    letter-spacing: .01em;
    color: #fefeff;
    text-align: center;
    z-index: 2;
}

.converter .converter-right .spent-container .spent-text .line {
    width: 60%;
    height: 1px;
    margin-top: .08rem;
    margin-bottom: .11rem;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

/* Main Slider */

section.main-slider {
    position: relative;
    font-size: 0;
    height: 820px;
}

section.main-slider .item {
    position: relative;
}

section.main-slider .item img {
    width: 100%;
}

/*section.main-slider .main-slider-filter {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 2;
    }*/

section.main-slider .slider-container:after {
    content: url(/assets/images/main-slider-filter.svg);
    display: block;
    position: absolute;
    left: -2.5%;
    bottom: -1px;
    width: 105%;
    z-index: 2;
}

section.main-slider .owl-nav {
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -.31rem;
}

section.main-slider .owl-nav div {
    padding: .15rem;
}

section.main-slider .owl-nav div:after {
    content: '';
    display: inline-block;
    width: .34rem;
    height: .62rem;
    background-image: url(/assets/icons/main-slider-left-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.main-slider .owl-nav .owl-next:after {
    background-image: url(/assets/icons/main-slider-right-arrow.png);
}

section.main-slider .owl-nav .owl-prev {
    float: left;
    margin-left: .7rem;
}

section.main-slider .owl-nav .owl-next {
    float: right;
    margin-right: .7rem;
}

section.main-slider .owl-dots {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: .74rem;
    text-align: center;
    z-index: 3;
}

section.main-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 6px;
    background: #aca1b9;
}

section.main-slider .owl-dots .owl-dot.active {
    background: #ff8300;
}

section.main-slider .item .store-buttons {
    position: absolute;
    left: .85rem;
    bottom: 1.3rem;
}

section.main-slider .item .store-buttons a {
    display: inline-block;
    vertical-align: middle;
}

section.main-slider .item .store-buttons a.appstore {
    width: 2.73rem;
}

section.main-slider .item .store-buttons a.googleplay {
    width: 2.42rem;
}

section.main-slider .item .store-buttons a.appgallery {
    width: 2.42rem;
}

section.main-slider .item .store-buttons a+a {
    margin-left: .08rem;
}

section.main-slider .item .store-buttons a img {
    width: 100%;
}

/* Main Campaigns */

section.main-campaigns {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 14.0625%;
    padding-right: 14.0625%;
    font-size: 0;
    background-image: url(/assets/images/bg-balls.png);
    background-size: 5.99rem;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 60px;
    background-position: right 10.2rem;
}

section.main-campaigns .main-title {
    padding-right: 2rem;
}

section.main-campaigns .campaign-items {}

section.main-campaigns .column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

section.main-campaigns .column .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 0;
    padding-top: 50%;
}

section.main-campaigns .column .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.main-campaigns .column .item.large {
    width: 100%;
    padding-top: 100%;
}

section.main-campaigns .all-campaigns {
    position: absolute;
    top: .7rem;
    right: 14.0625%;
    padding-bottom: .06rem;
    font-family: Mulish;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    color: white;
    border-bottom: .03rem solid #ff8300;
    z-index: 2;
}

section.main-campaigns .all-campaigns:hover:not(:active) {
    color: #ff8300;
}

section.main-campaigns .all-campaigns:active {
    color: #ff5e00;
    border-color: #ff5e00;
}

section.main-campaigns .customizable {
    position: relative;
    padding-left: 0;
    padding-top: .94rem;
    width: 50%;
}

section.main-campaigns .btn-customizable {
    position: absolute;
    display: inline-block;
    top: .2rem;
    right: .2rem;
    padding: .07rem .09rem .07rem .12rem;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: .3rem;
    cursor: pointer;
}

section.main-campaigns .btn-customizable:hover {
    border-color: #FFF;
}

section.main-campaigns .btn-customizable:active {
    border-color: #FFF;
    background-color: #FFF;
}

section.main-campaigns .btn-customizable img {
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    margin-left: .1rem;
}

section.main-campaigns .btn-customizable span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.02rem;
    font-weight: 600;
    font-size: .12rem;
    line-height: 1.2em;
    color: white;
}

section.main-campaigns .btn-customizable:active span {
    color: #500099;
}

section.main-campaigns .customizable .hand {
    position: absolute;
    width: 5.43rem;
    top: -.9rem;
    left: -39.2%;
    z-index: 2;
}

section.main-campaigns .customizable .choose {}

section.main-campaigns .customizable .choose .choose-text {
    padding-left: 2.4rem;
    font-family: Valiente;
    font-size: .56rem;
    line-height: 1.2em;
    color: white;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    word-break: break-word;
}

section.main-campaigns .customizable .choose img {
    position: relative;
    width: 100%;
    margin-top: .2rem;
}

/* Main Social */

section.social {
    position: relative;
    font-size: 0;
}

section.social .main-title {
    position: relative;
    width: 10rem;
    margin-left: 3.25rem;
    margin-bottom: -.3rem;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
}

section.social .social-slider {
    position: relative;
    width: 100%;
    display: none;
    text-align: center;
}

section.social .social-slider.active {
    display: block;
}

section.social .social-slider .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 4.8rem;
    padding-right: .1rem;
    text-align: left;
}

section.social .social-slider .item:last-child {
    padding-right: 0;
}

section.social .social-slider .item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2;
}

section.social .social-slider .item img {
    height: 100%;
}

section.social .social-slider .item .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: .42rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .15rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    z-index: 3;
}

section.social .social-slider .item .text:before {
    content: '@selfycomtr';
    display: block;
    margin-bottom: .06rem;
    font-size: .12rem;
    font-weight: 400;
}

section.social .social-slider .item .text.only-text {
    bottom: auto;
    top: 50%;
    font-size: .24rem;
    padding-right: .3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.social .social-slider .item .text.only-text:before {
    font-size: .16rem;
}

section.social .social-slider .item .frame-container {
    position: relative;
    height: 100%;
    width: 8.5333333rem;
}

section.social .social-slider .item iframe {
    width: 100%;
    height: 100%;
}

section.social .social-slider .item .frame-player {
    width: 100%;
    height: 100%;
}

section.social .social-slider .item .frame-top-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
}

section.social .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 56.5%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    height: .2rem;
}

section.social .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: .06rem;
    margin: .07rem 0;
    background-color: rgba(255, 255, 255, .15) !important;
}

section.social .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: .06rem;
    margin: .07rem 0;
    background-color: #ff8300 !important;
}

section.social .social-tabs {
    position: absolute;
    right: 3rem;
    top: .5rem;
    font-size: .28rem;
    color: rgba(255, 255, 255, .25);
    cursor: default;
    z-index: 2;
}

section.social .social-tabs a {
    position: relative;
    margin-left: .1rem;
    margin-right: .1rem;
}

section.social .social-tabs a:hover {
    color: rgba(255, 255, 255, .8);
}

section.social .social-tabs a:active {
    color: #FFF;
}

section.social .social-tabs a.active {
    color: #FFF;
}

section.social .social-tabs a.active:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 100%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: .03rem;
    border-radius: 4px;
    background-color: #ff8200;
}

/* Main Store */

section.store {
    position: relative;
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
    font-size: 0;
    background-image: url(/assets/images/app-wrapper.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

section.store .store-container {
    display: block;
    width: 6.1rem;
    margin-left: 3.6rem;
}

section.store .title {
    font-weight: 600;
    font-size: .6rem;
    line-height: 1.2em;
    color: white;
}

section.store .title:after {
    content: '';
    display: block;
    width: .46rem;
    height: .06rem;
    margin-top: .25rem;
    background-color: #ff8300;
}

section.store .text {
    margin-top: .3rem;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.33333em;
    color: rgba(255, 255, 255, .8);
}

section.store .store-buttons {
    margin-top: .7rem;
}

section.store .store-buttons img {
    width: 1.83rem;
    margin-right: .2rem;
}

section.store .store-phone {
    position: absolute;
    width: 9.75rem;
}

section.store .store-phone.active {
    right: 0;
    bottom: -.6rem;
}

/* Footer */

footer {
    position: relative;
    font-size: 0;
    text-align: center;
    background-color: white;
    border-top: .08rem solid #FF8300;
}

footer .footer-menu {
    position: relative;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

footer .footer-menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: .3rem;
    padding-right: .3rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: #2E0276;
}

footer .footer-menu li:first-child {
    padding-left: 0;
}

footer .footer-menu li:last-child {
    padding-right: 0;
}

footer .footer-menu a {
    color: inherit;
}

footer .footer-comment {
    position: relative;
    padding-top: 80px;
    padding-bottom: .3rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 271px;
}

footer .footer-comment .comment-title {
    font-weight: 600;
    font-size: .3rem;
    line-height: 1.2em;
    color: #2E0276;
}

footer .footer-comment .comment-text {
    margin-top: .1rem;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    color: #2E0276;
}

footer .footer-comment a {
    display: inline-block;
    width: 2rem;
    height: .5rem;
    margin-top: .25rem;
    border: 2px solid #FF8300;
    border-radius: .04rem;
}

footer .footer-comment a:hover:not(:active) {
    border-color: #FF8300;
    background-color: #FF8300;
}

footer .footer-comment a:active {
    border-color: #FF8300;
    background-color: #FF5E00;
}

footer .footer-comment a span {
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #FF8300;
}

footer .footer-comment a:hover span {
    color: #FFF;
}

footer .footer-comment a:active span {
    color: #FFF;
}

footer .footer-comment img {
    position: absolute;
    width: .4rem;
    left: 50%;
    top: 30px;
    margin-top: -.2rem;
    margin-left: -.2rem;
}

footer .footer-social {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

footer .footer-social a {}

footer .footer-social img {
    display: inline-block;
    vertical-align: middle;
    height: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
}

footer .footer-content {
    position: relative;
    display: block;
    width: 9.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer .footer-content .top {
    display: flex;
    justify-content: center;
    gap: 10px;
}

footer .footer-content a {}

footer .footer-content a img {
    margin-top: 41px;
    width: 2.34rem;
    margin-bottom: .18rem;
}

footer .footer-content .text {
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.2em;
    color: #333333;
}

footer .footer-content .small-title {
    display: inline-block;
    margin-top: .45rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #333333;
}

footer .footer-shoes {
    position: absolute;
    left: .75rem;
    bottom: 49px;
    width: 4.39rem;
}

/* Popup */

.popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0;
    text-align: center;
    z-index: 10;
    overflow: auto;
    background: rgba(0, 0, 0, .9);
}

.popup-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.popup-wrapper.active {
    display: block;
}

.popup-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10.26rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popup-wrapper.information-popup {
    background: #500099;
}

.popup-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-images .top-left {
    position: absolute;
    width: 2.21rem;
    top: -.22rem;
    left: -.22rem;
}

.popup-images .top-right {
    position: absolute;
    width: 2.21rem;
    top: -.22rem;
    right: -.22rem;
}

.popup-images .bottom-right {
    position: absolute;
    width: 2.21rem;
    bottom: -.22rem;
    right: -.22rem;
}

.popup-images .bottom-left {
    position: absolute;
    width: 2.21rem;
    bottom: -.22rem;
    left: -.22rem;
}

.popup-images .game-sm {
    position: absolute;
    top: .54rem;
    left: .12rem;
    width: 1.85rem;
}

.popup-images .flash-sm {
    position: absolute;
    top: .28rem;
    right: .2rem;
    width: 1.64rem;
}

.popup-images .music-sm {
    position: absolute;
    bottom: .26rem;
    left: .62rem;
    width: 1.57rem;
}

.popup-images .game {
    position: absolute;
    width: 2.04rem;
    left: .63rem;
    top: .59rem;
}

.popup-images .flash {
    position: absolute;
    width: 1.71rem;
    top: .37rem;
    right: .89rem;
}

.popup-images .music {
    position: absolute;
    width: 2rem;
    left: .56rem;
    bottom: .65rem;
}

.popup-images .neon {
    position: absolute;
    width: 2.64rem;
    bottom: .52rem;
    right: .2rem;
}

.popup-content {
    position: relative;
    width: 100%;
    padding-top: .36rem;
    padding-bottom: .54rem;
}

.popup-content.form.fg {
    padding-top: 0;
    width: 53%;
}

.popup-title {
    display: block;
    width: 58.5%;
    margin-left: auto;
    margin-right: auto;
    font-family: Anton;
    font-size: .64rem;
    line-height: 1.2em;
    color: #ff8300;
    text-align: center;
}

.popup-title br {
    display: none;
}

.popup-title.fg {
    font-size: .48rem;
}

.popup-title.fg br {
    display: block;
}

.popup-text {
    display: block;
    width: 58.5%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

.popup-text.big {
    font-size: .24rem;
    line-height: 2em;
    letter-spacing: .01em;
    padding-top: .1rem;
}

.popup-text.small {
    letter-spacing: .01em;
    font-size: .16rem;
    line-height: 1.5em;
}

.popup-text.small a {
    text-decoration: underline !important;
}

.popup-input {
    position: relative;
    display: block;
    width: 65.8%;
    margin-left: auto;
    margin-right: auto;
}

.popup-input-character-error {
    position: absolute;
    width: 100%;
    top: calc(100% + .1rem);
    font-family: Mulish;
    font-weight: 800;
    font-size: .14rem;
    line-height: 1.2em;
    color: red;
    text-align: center;
    display: none;
}

.popup-input input {
    display: block;
    width: 100%;
    height: .6rem;
    padding: .19rem;
    font-family: Mulish;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.2em;
    color: #333333;
    text-align: center;
    background: #f4f2ea;
    border-radius: .04rem;
    border: none;
    outline: none;
}

.popup-input .input-error {
    position: absolute;
    width: 2.8rem;
    height: auto;
    left: 100%;
    top: 50%;
    font-size: 0;
    margin-left: .14rem;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.popup-input .input-error .input-error-inner {
    position: relative;
    width: 100%;
    padding: .24rem .18rem;
    background-color: #500099;
    border-radius: .12rem;
    z-index: 5;
}

.popup-input .input-error .input-error-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    margin-top: -.09rem;
    border-top: .09rem solid transparent;
    border-bottom: .09rem solid transparent;
    border-right: .09rem solid #500099;
}

.popup-input .input-error p {
    font-weight: 400;
    font-size: .12rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: left;
}

.popup-input .input-error p+p {
    margin-top: .06rem;
}

.popup-input .input-error p:before {
    content: '•';
    padding-right: .1rem;
}

.popup-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: .48rem;
    cursor: pointer;
}

.popup-close img {
    width: 100%;
}

.popup-content ::-webkit-input-placeholder {
    color: #333333;
}

.popup-content ::-moz-placeholder {
    color: #333333;
}

.popup-content :-ms-input-placeholder {
    color: #333333;
}

.popup-content :-moz-placeholder {
    color: #333333;
}

/* Popup Create */

.popup-wrapper.create .popup-input {
    margin-top: .46rem;
}

.popup-wrapper.create .slider {
    background-color: transparent !important;
}

.popup-wrapper.create .slider-container {
    display: block;
    width: 85.38%;
    margin-top: .35rem;
    margin-left: auto;
    margin-right: auto;
}

.popup-wrapper.create .slider-title {
    margin-bottom: .16rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

.popup-wrapper.create .slider .item {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #2d0275;
    border-radius: .26rem;
    border: .02rem solid #3f099c;
    cursor: pointer;
}

.popup-wrapper.create .slider .item.selected {
    border: .04rem solid #ff8300;
}

.popup-wrapper.create .slider .item img {
    position: absolute;
    width: auto;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popup-wrapper.create .slider .owl-item {
    padding: .03rem;
}

.popup-wrapper.create .owl-nav {
    position: absolute;
    height: 0;
    width: 110%;
    left: -5%;
    top: .28rem;
}

.popup-wrapper.create .owl-nav div {
    padding: .15rem;
}

.popup-wrapper.create .owl-nav div:after {
    content: '';
    display: inline-block;
    width: .15rem;
    height: .26rem;
    background-image: url(Icons/popup-slider-left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup-wrapper.create .owl-nav .owl-next:after {
    width: .16rem;
    height: .27rem;
    background-image: url(Icons/popup-slider-right.png);
}

.popup-wrapper.create .owl-nav .owl-prev {
    float: left;
}

.popup-wrapper.create .owl-nav .owl-next {
    float: right;
}

.popup-wrapper.create .owl-dots {
    position: relative;
    width: 100%;
    margin-top: .35rem;
    margin-bottom: .42rem;
    text-align: center;
}

.popup-wrapper.create .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 4px;
    background: #aca1b9;
}

.popup-wrapper.create .owl-dots .owl-dot.active {
    background: #ff8300;
}

.popup-wrapper.create .btn-create-popup {
    display: block;
    width: 1.8rem;
    height: .56rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
    background: #ff8300;
    border-radius: .08rem;
}

/* Popup Form */

.popup-content.form {
    display: block;
    width: 37.5%;
    margin-left: auto;
    margin-right: auto;
}

.popup-content.form>* {
    width: 100%;
}

.popup-content.form .popup-input input {
    color: black;
    text-align: left;
    background: #f4f2ea;
    border-radius: .02rem;
}

.popup-content.form .popup-input.error input {
    background: #ffd9e2;
    border: 1px solid #ff003c;
}

.popup-content.form .form-other {
    margin-top: .19rem;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
}

.popup-content.form .form-other>a {
    font-weight: 600;
    color: #ff8300;
    text-decoration: underline;
}

.popup-content.form .form-other .or {
    position: relative;
    margin-top: .2rem;
}

.popup-content.form .form-other .or:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: .02rem;
    top: 50%;
    right: 0;
    margin-top: -.01rem;
    background: #ff8300;
}

.popup-content.form .form-other .or:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: .02rem;
    top: 50%;
    left: 0;
    margin-top: -.01rem;
    background: #ff8300;
}

.popup-content.form .form-other .facebook-auth {
    margin-top: .2rem;
    font-weight: 600;
}

.popup-content.form .form-other .facebook-auth img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: .28rem;
    width: 3.1rem;
}

.popup-content.form .btn-form {
    display: block;
    width: 100%;
    height: .5rem;
    margin-top: .05rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    background: #ff8300;
    border-radius: .04rem;
}

.popup-content.form .btn-form.fg {
    width: 2.06rem;
}

.popup-content.form ::-webkit-input-placeholder {
    color: black;
}

.popup-content.form ::-moz-placeholder {
    color: black;
}

.popup-content.form :-ms-input-placeholder {
    color: black;
}

.popup-content.form :-moz-placeholder {
    color: black;
}

.popup-content.form .popup-input.error input {
    color: #ff003c;
}

.popup-input.error input:-moz-placeholder {
    color: #ff003c;
    opacity: 1;
}

.popup-input.error input::-moz-placeholder {
    color: #ff003c;
    opacity: 1;
}

.popup-input.error input:-ms-input-placeholder {
    color: #ff003c;
}

.popup-input.error input::-ms-input-placeholder {
    color: #ff003c;
}

.popup-input.error input::placeholder {
    color: #ff003c;
}

/* Popup Login */

.popup-wrapper.login .popup-text {
    font-size: .16rem;
    margin-bottom: .35rem;
    margin-top: .08rem;
}

.popup-wrapper.login .popup-input+.popup-input {
    margin-top: .1rem;
}

.popup-wrapper.login .popup-input input {
    height: .5rem;
    padding: .1rem .19rem;
    font-size: .16rem;
}

.popup-wrapper.login .form-bottom {
    padding-top: .18rem;
    padding-bottom: .22rem;
    text-align: left;
}

.popup-wrapper.login .form-bottom a {
    float: right;
    padding-top: .04rem;
    padding-bottom: .04rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    color: #ff8300;
    text-decoration: underline;
}

.popup-wrapper.login .form-bottom .remember-me {
    display: inline-block;
    font-size: .14rem;
    color: white;
}

/* Checkboxes */

.popup-wrapper.login [type="checkbox"]:not(:checked),
.popup-wrapper.login [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.popup-wrapper.login [type="checkbox"]:not(:checked)+label,
.popup-wrapper.login [type="checkbox"]:checked+label {
    position: relative;
    display: inline-block;
    font-size: inherit;
    padding-left: .34rem;
    padding-top: .04rem;
    padding-bottom: .04rem;
    cursor: pointer;
}

.popup-wrapper.login [type="checkbox"]:not(:checked)+label:before,
.popup-wrapper.login [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .24rem;
    height: .24rem;
    margin-top: -.12rem;
    border: 2px solid #ff8300;
    border-radius: .05rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.popup-wrapper.login [type="checkbox"]:not(:checked)+label:after,
.popup-wrapper.login [type="checkbox"]:checked+label:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: .12rem;
    font-weight: 400;
    color: #ff8300;
    position: absolute;
    top: .07rem;
    left: .06rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.popup-wrapper.login [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

.popup-wrapper.login [type="checkbox"]:checked+label:after {
    opacity: 1;
}

/* Popup Register */

.popup-wrapper.register .popup-text {
    font-size: .16rem;
    margin-bottom: .24rem;
}

.popup-wrapper.register .popup-input+.popup-input {
    margin-top: .05rem;
}

.popup-wrapper.register .popup-input input {
    height: .4rem;
    padding: .08rem .18rem;
    font-size: .16rem;
}

.popup-wrapper.register .captcha {
    margin-bottom: .1rem;
}

.popup-wrapper.register .captcha .captcha-text {
    margin-top: .08rem;
    font-size: .12rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

.popup-wrapper.register .captcha .captcha-container {
    margin-top: .08rem;
}

.popup-wrapper.register .captcha .btn-refresh {
    display: inline-block;
    vertical-align: middle;
    width: 9.2%;
}

.popup-wrapper.register .captcha .btn-refresh img {
    width: .26rem;
    cursor: pointer;
}

.popup-wrapper.register .captcha .image {
    display: inline-block;
    vertical-align: middle;
    width: 31.4%;
    margin-right: 1.8%;
}

.popup-wrapper.register .captcha .image img {
    width: 100%;
}

.popup-wrapper.register .captcha .popup-input {
    display: inline-block;
    vertical-align: middle;
    width: 57.6%;
}

.popup-wrapper.register .form-other {
    margin-top: .12rem;
}

.popup-wrapper.register .form-other .or {
    margin-top: .16rem;
}

.popup-wrapper.register .form-other .facebook-auth {
    margin-top: .16rem;
}

.popup-wrapper.register .form-other .facebook-auth img {
    margin-top: .1rem;
}

.popup-wrapper.register .btn-privacy {
    display: block;
    margin-top: .18rem;
    margin-bottom: -.34rem;
    font-size: .14rem;
}

/* Popup Forgot Password */

.popup-wrapper.forgot-password .popup-text {
    margin-top: .1rem;
    margin-bottom: .2rem;
}

/* Popup Change Password */

.popup-wrapper.change-password .popup-text {
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.popup-wrapper.change-password .popup-input+.popup-input {
    margin-top: .05rem;
}

/* Popup Info */

.popup-wrapper.info .popup-container {
    padding-top: .76rem;
    padding-bottom: .76rem;
}

.popup-wrapper.info .popup-content .popup-title {
    margin-top: .1rem;
}

.popup-wrapper.info .popup-content .popup-text {
    margin-top: .1rem;
}

.popup-wrapper.info .popup-content .popup-text a {
    color: #ff8300;
}

.popup-wrapper.info .popup-content img+.popup-text {
    margin-top: .2rem;
}

.popup-wrapper.info .popup-content .btn-form {
    margin-top: .5rem;
}

.popup-wrapper.error .popup-content img {
    width: 1.89rem;
}

.popup-wrapper.success .popup-content img {
    width: 2.18rem;
}

.popup-wrapper.warning .popup-content img {
    width: 1.69rem;
}

.popup-wrapper.error-forget-password .popup-content img {
    width: 1.89rem;
}

/* Popup Privacy */

.popup-wrapper.privacy {
    background: #500099;
}

.popup-wrapper.privacy .popup-close {
    top: .5rem;
    right: .5rem;
}

.popup-wrapper.privacy .popup-container {
    background: none;
}

.popup-wrapper .privacy-title {
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #ff8300;
    text-align: left;
}

.popup-wrapper .privacy-content {
    font-weight: 400;
    font-size: .14rem !important;
    line-height: 1.2em !important;
    letter-spacing: .01em !important;
    color: white;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word;
}

.popup-wrapper .privacy-content .privacy-item {
    margin-top: 3.6em;
}

.popup-wrapper .privacy-content .privacy-item * {
    font-size: .14rem !important;
    line-height: 1.2em !important;
    letter-spacing: .01em !important;
}

.popup-wrapper .privacy-content .privacy-item p+p {
    margin-top: 1.2em;
}

.popup-wrapper .privacy-content .privacy-item b,
.popup-wrapper .privacy-content .privacy-item strong {
    font-weight: 600 !important;
}

/* Search */

.search-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: .9rem;
    padding-bottom: 1.2rem;
    font-size: 0;
    text-align: center;
    z-index: 10;
    overflow: auto;
    background: #500099;
}

.search-wrapper.active {
    display: block;
}

.search-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10.26rem;
}

.search-title {
    font-family: Anton;
    font-size: .64rem;
    line-height: 1.2em;
    color: white;
}

.search-title br {
    display: none;
}

.search-input {
    position: relative;
    width: 100%;
    margin-top: .8rem;
    border-bottom: .02rem solid white;
}

.search-input input {
    display: inline-block;
    vertical-align: middle;
    width: 89.3%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: .2rem;
    font-family: 'Mulish';
    font-weight: 600;
    font-size: .48rem;
    line-height: 1.2em;
    color: white;
    background: transparent;
    border: none;
    outline: none;
}

.search-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .1);
}

.search-input ::-moz-placeholder {
    color: rgba(255, 255, 255, .1);
}

.search-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, .1);
}

.search-input :-moz-placeholder {
    color: rgba(255, 255, 255, .1);
}

.search-input .btn-execute-search {
    display: inline-block;
    vertical-align: middle;
    width: 10.7%;
    height: .56rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    background: #ff8300;
    border-radius: .08rem;
}

.search-input .btn-execute-search:hover:not(:active) {
    background-color: #ff9900;
}

.search-input .btn-execute-search:active {
    background-color: #ff5e00;
}

.search-input .btn-execute-search img {
    width: .23rem;
    margin-right: .06rem;
    margin-left: -.08rem;
}

.featured-searches {
    position: relative;
    margin-top: .92rem;
}

.featured-searches .title {
    padding-bottom: .22rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: white;
}

.featured-searches .item {
    display: inline-block;
    vertical-align: middle;
    margin: .1rem;
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: .16rem;
    padding-bottom: .16rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    border-radius: .08rem;
    border: 2px solid #ff8300;
}

.featured-searches .item:hover:not(:active) {
    border-color: #ff8300;
    background-color: #ff8300;
}

.featured-searches .item:active {
    border-color: #ff8300;
    background-color: #ff8300;
}

.search-result-container {
    position: relative;
    padding-top: .8rem;
}

.search-result-container .result-info {
    margin-bottom: .8rem;
    padding-top: .16rem;
    padding-bottom: .16rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: white;
    background: #3e0375;
    border-radius: .08rem;
}

.search-result-container .result-info span {
    color: #ff8300;
}

.search-result-container .result-item {}

.search-result-container .result-item+.result-item {
    margin-top: .6rem;
}

.search-result-container .result-image {
    display: inline-block;
    vertical-align: top;
    width: 22.9%;
}

.search-result-container .result-image img {
    width: 100%;
}

.search-result-container .result-content {
    display: block;
    width: 100%;
    text-align: left;
}

.search-result-container .result-title {
    font-weight: 600;
    font-size: .3rem;
    line-height: .8em;
    color: #ff8300;
}

.search-result-container .result-description {
    margin-top: .24rem;
    font-size: .2rem;
    line-height: 1.2em;
    color: white;
}

.search-result-container .result-item a {
    display: inline-block;
    margin-top: .3rem;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    color: white;
}

.search-result-container .result-item a img {
    display: inline-block;
    vertical-align: middle;
    width: .18rem;
    margin-left: .1rem;
}

.search-result-container .result-item a span {
    display: inline-block;
    vertical-align: middle;
}

/* Campaigns */

section.campaign-slider {
    position: relative;
    font-size: 0;
    padding-top: .92rem;
    padding-bottom: 1.72rem;
}

section.campaign-slider .title {
    font-family: Anton;
    font-size: .64rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

section.campaign-slider .campaign-slider-container {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: .7rem;
    padding-bottom: .72rem;
    text-align: center;
}

section.campaign-slider .campaign-slider-container>.item {
    display: inline-block;
    padding-left: .14rem;
    padding-right: .14rem;
}

section.campaign-slider .campaign-slider-container>.item img {
    width: 3.8rem;
}

section.campaign-slider .item {
    position: relative;
    max-width: 382px;
    width: 100%;
}

section.campaign-slider .item .item-top-image {
    position: relative;
    max-width: inherit;
    width: inherit;
}

section.campaign-slider .item .item-top-image img {
    display: none;
    max-width: inherit;
    width: inherit;
}

section.campaign-slider .item .item-top-image img.active {
    display: block;
}

section.campaign-slider .item .item-top-image .item-tabs {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.campaign-slider .item .item-top-image .item-tabs .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: .5rem;
    height: .5rem;
    left: auto;
    text-align: center;
    border-radius: .4rem;
    background-color: #FFF;
    margin: 0 .05rem;
    box-shadow: 0 .06rem .1rem rgba(46, 2, 118, .3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
}

section.campaign-slider .item .item-top-image .item-tabs .icon.medium {
    width: 1rem;
}

section.campaign-slider .item .item-top-image .item-tabs .icon.long {
    width: 1.6rem;
}

section.campaign-slider .item .item-top-image .item-tabs .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

section.campaign-slider .item .item-top-image .item-tabs .icon.active {
    border: none;
    background-color: #4f0098;
}

section.campaign-slider .item .item-top-image .item-tabs .icon span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    color: #4f0098;
}

section.campaign-slider .item .item-top-image .item-tabs .icon.active span {
    color: #FFF;
}

section.campaign-slider .item .item-bottom-image img {
    display: none;
}

section.campaign-slider .item .item-bottom-image img.active {
    display: block;
}

section.campaign-slider .item a {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50% !important;
    height: 10% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px !important;
    color: white;
    text-align: center;
    background: #FF8300;
    border-radius: 0.1rem;
}

section.campaign-slider .owl-item {
    padding-left: .14rem;
    padding-right: .14rem;
    transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -ms-transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -o-transition: .2s opacity ease;
}

section.campaign-slider .owl-item:not(.visible) {
    opacity: .25;
}

section.campaign-slider .owl-nav {
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 50%;
    padding-left: 2.34rem;
    padding-right: 2.34rem;
    margin-top: -.72rem;
}

section.campaign-slider .owl-nav div:after {
    content: '';
    display: inline-block;
    width: .72rem;
    height: .72rem;
    background-image: url(/assets/icons/campaign-slider-left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.campaign-slider .owl-nav .owl-next:after {
    background-image: url(/assets/icons/campaign-slider-right.png);
}

section.campaign-slider .owl-nav .owl-prev {
    float: left;
}

section.campaign-slider .owl-nav .owl-next {
    float: right;
}

section.campaign-slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: .6rem;
    text-align: center;
}

section.campaign-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 6px;
    background: #aca1b9;
}

section.campaign-slider .owl-dots .owl-dot.active {
    background: #ff8300;
}

/* Campaign Detail */

section.general-banner {
    position: relative;
    font-size: 0;
}

section.general-banner .banner-box .social.left {
    display: none;
}

section.general-banner .banner-image {
    width: 100%;
}

section.general-banner .banner-filter {
    position: absolute;
    width: 105%;
    left: -2.5%;
    bottom: -1px;
    z-index: 2;
}

section.campaign-detail {
    position: relative;
    display: block;
    padding-left: 1.5rem;
    padding-right: 3.4rem;
    padding-top: .64rem;
    padding-bottom: 1.6rem;
    font-size: 0;
    background-image: url(Images/campaign-detail-wrapper.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

section.campaign-detail .left {
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
}

section.campaign-detail .left img {
    width: 100%;
}

section.campaign-detail .right {
    display: inline-block;
    vertical-align: top;
    width: 51.4%;
    padding-left: .56rem;
}

section.campaign-detail .right .campaign-summary {}

section.campaign-detail .right .campaign-summary .description {
    width: 90%;
    font-weight: 400;
    font-size: .24rem;
    line-height: 1.5em;
    color: white;
}

section.campaign-detail .right .campaign-summary .description ul {
    padding-left: .4rem;
}

section.campaign-detail .right .campaign-summary .description ul+p,
section.campaign-detail .right .campaign-summary .description ul+ul,
section.campaign-detail .right .campaign-summary .description p+ul,
section.campaign-detail .right .campaign-summary .description p+p {
    margin-top: 1.4286em;
}

section.campaign-detail .right .campaign-summary .sms-box {
    margin-top: .45rem;
}

section.campaign-detail .right .campaign-summary .social {
    position: relative;
    font-size: .18rem;
    color: white;
    margin-top: .3rem;
}

section.campaign-detail .right .campaign-summary .social a {
    margin-right: .2rem;
}

section.campaign-detail .right .campaign-info .converter {
    display: none;
    width: auto;
    margin-right: -.76rem;
}

section.campaign-detail .right .campaign-info *+.converter {
    margin-top: .4rem;
}

section.campaign-detail .right .campaign-info {
    position: relative;
    margin-top: .82rem;
    cursor: default;
}

section.campaign-detail .right .campaign-info .item+.item {
    margin-top: .72rem;
}

section.campaign-detail .right .campaign-info .title {
    font-weight: 600;
    font-size: .36rem;
    line-height: 1.2em;
    color: white;
    cursor: pointer;
}

section.campaign-detail .right .campaign-info .title:after {
    content: '\f078';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .04rem;
    margin-left: .2rem;
    font-family: FontAwesome;
    font-size: .26rem;
    font-weight: 400;
    color: #ff8300;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
}

section.campaign-detail .right .campaign-info .item.active .title:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.campaign-detail .right .campaign-info .title.large {
    font-size: .48rem;
}

section.campaign-detail .right .campaign-info .content {
    display: none;
    padding-top: .3rem;
    font-weight: 400;
    font-size: .18rem !important;
    line-height: 1.6667em !important;
    color: white;
}

section.campaign-detail .right .campaign-info .content * {
    font-size: .18rem !important;
    line-height: 1.6667em !important;
}

section.campaign-detail .right .campaign-info .content img {
    width: 100% !important;
    height: auto !important;
}

section.campaign-detail .right .campaign-info .content table {
    width: 100% !important;
    border-spacing: 0 !important;
    border: 1px solid #FFF !important;
}

section.campaign-detail .right .campaign-info .content table[border="0"] {
    border: none !important;
}

section.campaign-detail .right .campaign-info .content table td {
    padding: .1rem;
    border: 1px solid #FFF !important;
}

section.campaign-detail .right .campaign-info .content table[border="0"] td {
    border: none !important;
}

section.campaign-detail .right .campaign-info .content table td a {
    color: white;
}

section.campaign-detail .right *+.apply-form {
    margin-top: .54rem;
}

.campaign-info a {
    color: #FF8200;
}

/* About */

section.about {
    position: relative;
    padding-top: 1.44rem;
    font-size: 0;
    background-image: url(Images/campaign-detail-wrapper.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

section.about .video {
    position: relative;
    display: block;
    width: 65.625%;
    margin-left: auto;
    margin-right: auto;
    background-color: #4f0098;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.about .video video {
    height: auto;
    border-radius: 0.1rem;
    background-color: transparent;
}

section.about .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.6rem;
    margin-left: -.6rem;
    cursor: pointer;
}

section.about .btn-play img {
    width: 100%;
}

section.about .content {
    position: relative;
    text-align: center;
    padding-top: .2rem;
    padding-bottom: .9rem;
}

section.about .video+.content {
    padding-top: .75rem;
}

section.about .content .left {
    display: inline-block;
    vertical-align: top;
    margin-right: -.8rem;
    margin-left: -1.4rem;
}

section.about .content .left img {
    width: 8.73rem;
}

section.about .content .right {
    display: inline-block;
    vertical-align: top;
    width: 6rem;
}

section.about .content .left+.right {
    width: 6rem;
    text-align: left;
}

section.about .content .right .title {
    margin-top: .1rem;
    font-weight: 600;
    font-size: .48rem;
    line-height: 2em;
    color: white;
}

section.about .content .right .text {
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.6667em;
    color: white;
}

section.about .content .right .text * {
    font-size: .18rem !important;
    line-height: 1.6667em !important;
}

section.about .content .right .text p+p {
    margin-top: 1.6667em;
}

/* Join */

section.tabs.join {
    position: relative;
    font-size: 0;
    padding-top: .76rem;
    padding-bottom: 2.2rem;
    background-image: url(/assets/images/campaign-detail-wrapper.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-top: -5rem;
}

section.tabs.join .tabs-menu {
    display: block;
    text-align: center;
}

section.tabs.join .tabs-menu .item {
    display: inline-block;
    vertical-align: middle;
    width: 2.64rem;
    margin-left: .1rem;
    margin-right: .1rem;
    padding-bottom: .17rem;
    padding-top: .18rem;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: .08rem;
    cursor: pointer;
}

section.tabs.join .tabs-menu .item:not(.active):hover {
    border-color: #d36226;
}

section.tabs.join .tabs-menu .item.active {
    border-color: #ff8300;
    background: #ff8300;
}

section.tabs.join .tabs-container {
    position: relative;
}

section.tabs.join .tab-item {
    display: none;
}

section.tabs.join .tab-item.active {
    display: block;
}

section.tabs.join .tab-item .description {
    display: block;
    width: 57%;
    margin-top: .54rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.6667em;
    color: white;
    text-align: center;
}

section.tabs.join .tab-item .circles {
    position: relative;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

section.tabs.join .tab-item .circles .item {
    display: inline-block;
    vertical-align: middle;
    width: 3.7rem;
    height: 3.7rem;
    padding-top: 0;
    margin-left: .1rem;
    margin-right: .1rem;
    background: #5d00b1;
    border: .2rem solid #500099;
    border-radius: 2rem;
}

section.tabs.join .tab-item .circles .item>div {}

section.tabs.join .tab-item .circles img {
    width: 1.14rem;
}

section.tabs.join .tab-item .circles .text {
    display: block;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .24rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.5em;
    color: white;
}

/* FAQ */

section.faq {
    position: relative;
    font-size: 0;
    padding-left: 17%;
    padding-right: 17%;
    padding-top: 1.5rem;
    padding-bottom: 1.36rem;
    background-image: url(Images/campaign-detail-wrapper.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.faq .faq-title {
    font-family: Anton;
    font-size: .64rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

section.faq .faq-input {
    position: relative;
    width: 76.7%;
    /* margin-left: auto; */
    margin-top: .2rem;
    border-bottom: .02rem solid white;
}

section.faq .faq-input input {
    display: inline-block;
    vertical-align: middle;
    width: 89.3%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: .2rem;
    font-weight: 600;
    font-size: .48rem;
    line-height: 1.2em;
    color: white;
    background: transparent;
    border: none;
    outline: none;
}

section.faq .faq-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .1);
}

section.faq .faq-input ::-moz-placeholder {
    color: rgba(255, 255, 255, .1);
}

section.faq .faq-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, .1);
}

section.faq .faq-input :-moz-placeholder {
    color: rgba(255, 255, 255, .1);
}

section.faq .faq-input .btn-faq-search {
    display: inline-block;
    vertical-align: middle;
    width: 10.7%;
    height: .56rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    background: #ff8300;
    border-radius: .08rem;
}

section.faq .faq-input .btn-faq-search:hover:not(:active) {
    background-color: #ff9900;
}

section.faq .faq-input .btn-faq-search:active {
    background-color: #ff5e00;
}

section.faq .faq-input .btn-faq-search img {
    width: .23rem;
    margin-right: .06rem;
    margin-left: -.08rem;
}

section.faq .tabs {
    position: relative;
    padding-top: .5rem;
    width: 100%;
}

section.faq .tabs-menu {
    display: inline-block;
    vertical-align: top;
    width: 23.3%;
    padding-right: .3rem;
    text-align: center;
}

section.faq .tabs-menu .item {
    display: block;
    width: 100%;
    padding-bottom: .17rem;
    padding-top: .18rem;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: .08rem;
    cursor: pointer;
}

section.faq .tabs-menu .item:not(.active):hover {
    border-color: #d36226;
}

section.faq .tabs-menu .item.active {
    border-color: #ff8300;
    background: #ff8300;
}

section.faq .tabs-menu .item+.item {
    margin-top: .2rem;
}

section.faq .tabs-container {
    display: inline-block;
    vertical-align: top;
    width: inherit;
}

section.faq .tabs-container .tab-item {
    display: none;
    width: inherit;
}

section.faq .tabs-container .tab-item.active {
    display: block;
}

section.faq .tabs-container .tab-item.no-results:after {
    content: 'Sonuç Bulunamadı.';
    font-weight: 600;
    font-size: .2rem;
    line-height: 1em;
    color: white;
}

section.faq .tabs-container .tab-item.no-results .dropdown-item {
    display: none;
}

section.faq .tabs-container .dropdown-item {
    padding: .3rem;
    padding-right: .56rem;
    background: #440182;
    border-radius: .1rem;
    cursor: pointer;
}

section.faq .tabs-container .dropdown-item.search-hidden {
    display: none;
}

section.faq .tabs-container .dropdown-item+.dropdown-item {
    margin-top: .1rem;
}

section.faq .tabs-container .dropdown-item .title {
    position: relative;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1em;
    color: white;
}

section.faq .tabs-container .dropdown-item.active .title {
    color: #ff8300;
}

section.faq .tabs-container .dropdown-item .title:before {
    content: '+';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    font-weight: 600;
    font-size: .36rem;
    line-height: 1em;
    color: #ff8300;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.faq .tabs-container .dropdown-item.active .title:before {
    content: '-';
}

section.faq .tabs-container .dropdown-item .content {
    display: none;
    padding-top: .3rem;
    font-weight: 400;
    font-size: .18rem !important;
    line-height: 1.6667em !important;
    color: white;
}

section.faq .tabs-container .dropdown-item .content * {
    font-size: .18rem !important;
    line-height: 1.6667em !important;
}

section.faq .tabs-container .dropdown-item .content p+p {
    margin-top: 1.6667em;
}

/* Comment */

section.comment {
    position: relative;
    padding: 2rem 1rem 1rem 1rem;
    font-size: 0;
    text-align: center;
}

section.comment .comment-title {
    font-family: Anton;
    font-size: .64rem;
    line-height: 1.2em;
    color: white;
}

section.comment .comment-text {
    width: 8.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .3rem;
    font-weight: 400;
    font-size: .16rem !important;
    line-height: 1.2em !important;
    color: white;
}

section.comment .comment-text p+p {
    margin-top: 1.2em;
}

section.comment .comment-text * {
    font-size: .16rem !important;
    line-height: 1.2em !important;
}

section.comment .comment-form {
    width: 3.82rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .6rem;
    text-align: left;
}

.no-validate {
    color: red !important;
}

.comment-redesign {
    width: 100% !important;
}

section.comment .comment-form .comment-input {
    display: block;
    margin-bottom: .1rem;
}

section.comment .comment-form .comment-input input {
    display: block;
    width: 100%;
    height: .4rem;
    padding: 0 .16rem;
    font-family: Mulish;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    color: #333333;
    text-align: left;
    background: #f4f2ea;
    border-radius: .04rem;
    border: none;
    outline: none;
}

section.comment .comment-form .comment-input.error input {
    color: red;
}

section.comment .comment-form .comment-input.error input:-moz-placeholder {
    color: red;
    opacity: 1;
}

section.comment .comment-form .comment-input.error input::-moz-placeholder {
    color: red;
    opacity: 1;
}

section.comment .comment-form .comment-input.error input:-ms-input-placeholder {
    color: red;
}

section.comment .comment-form .comment-input.error input::-ms-input-placeholder {
    color: red;
}

section.comment .comment-form .comment-input.error input::placeholder {
    color: red;
}

section.comment .comment-form .comment-input textarea {
    display: block;
    width: 100%;
    height: 1.5rem;
    padding: .12rem .16rem;
    font-family: Mulish;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    color: #333333;
    text-align: left;
    background: #f4f2ea;
    border-radius: .04rem;
    border: none;
    outline: none;
}

section.comment .comment-form ::-webkit-input-placeholder {
    color: #333333;
}

section.comment .comment-form ::-moz-placeholder {
    color: #333333;
}

section.comment .comment-form :-ms-input-placeholder {
    color: #333333;
}

section.comment .comment-form :-moz-placeholder {
    color: #333333;
}

section.comment .comment-form .captcha {
    margin-top: .16rem;
    margin-bottom: .3rem;
}

section.comment .comment-form .captcha .captcha-text {
    font-size: .12rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

section.comment .comment-form .captcha .captcha-container {
    margin-top: .08rem;
}

section.comment .comment-form .captcha .btn-refresh {
    display: inline-block;
    vertical-align: middle;
    width: 9.2%;
}

section.comment .comment-form .captcha .btn-refresh img {
    width: .26rem;
    cursor: pointer;
}

section.comment .comment-form .captcha .image {
    display: inline-block;
    vertical-align: middle;
    width: 31.4%;
    margin-right: 1.8%;
}

section.comment .comment-form .captcha .image img {
    width: 100%;
}

section.comment .comment-form .captcha .comment-input {
    display: inline-block;
    vertical-align: middle;
    width: 57.6%;
    margin-bottom: 0;
}

section.comment .comment-form .btn-comment {
    display: block;
    width: 100%;
    height: .5rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    background: #ff8300;
    border-radius: .04rem;
    border: 0px;
}

section.comment .comment-form .btn-comment:hover:not(:active) {
    background-color: #ff9900;
}

section.comment .comment-form .btn-comment:active {
    background-color: #ff5e00;
}

section.comment .comment-result {
    position: relative;
    width: 100%;
    height: .5rem;
    text-align: center;
    border-radius: .04rem;
    margin-top: .13rem;
    display: none;
}

section.comment .comment-result img {
    display: inline-block;
    vertical-align: middle;
    height: .16rem;
    margin-right: .12rem;
}

section.comment .comment-result span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

section.comment .comment-result.success {
    background: #2ed02e;
}

section.comment .comment-result.fail {
    background: #ff0000;
}

section.comment .comment-result.warning {
    background: #ff8300;
}


/* Apply */

section.apply {
    position: relative;
    padding: 1.64rem 1rem 1.64rem 1rem;
    font-size: 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.apply .apply-title {
    font-family: Anton;
    font-weight: 600;
    font-size: .64rem;
    line-height: 1.2em;
    color: white;
}

section.apply *+.apply-form {
    margin-top: .24rem;
}

/* 404 Error */

section.error-404 {
    position: relative;
    font-size: 0;
}

section.error-404 img {
    width: 100%;
}

section.error-404 .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2.2rem;
    padding-left: .2rem;
    padding-right: .2rem;
    text-align: center;
}

section.error-404 .text {
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: white;
}

section.error-404 a {
    display: inline-block;
    width: 2rem;
    height: .56rem;
    margin-top: .4rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
    background-color: #ff8300;
    border-radius: .1rem;
}

section.error-404 a:hover {
    background-color: #ff9900;
}

section.error-404 a:active {
    background-color: #ff5e00;
}

/* Services */

section.services {
    position: relative;
    padding-left: 14%;
    padding-right: 14%;
    padding-top: .3rem;
    padding-bottom: 1.2rem;
    font-size: 0;
    background-image: url(Images/campaign-detail-wrapper.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-top: 200px;
}

section.services .tags-menu {
    margin-bottom: .9rem;
    padding-top: 180px;
}

section.services .tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: .2rem;
    padding-bottom: .16rem;
    padding-left: .27rem;
    padding-right: .77rem;
    margin-bottom: .15rem;
    margin-right: .15rem;
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    border: 2px solid #ff8300;
    border-radius: .1rem;
    cursor: pointer;
}

section.services .tag.active {
    background: #ff8300;
}

section.services .tag .count {
    position: absolute;
    width: .4rem;
    height: .4rem;
    right: .08rem;
    top: 50%;
    margin-top: -.2rem;
    text-align: center;
    border-radius: .2rem;
    background: rgba(0, 0, 0, .3);
}

section.services .tag .count span {
    font-size: .14rem;
}

section.services .tag-content .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: .6rem;
}

section.services .tag-content .item.filtered {
    display: none;
}

section.services .tag-content .item .image {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

section.services .tag-content .item .image img {
    width: 100%;
}

section.services .tag-content .item .item-content {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: .2rem;
    padding-right: .27rem;
}

section.services .tag-content .item .title {
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: white;
}

section.services .tag-content .item .text {
    margin-top: .2rem;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
}

section.services .tag-content .item .btn-detail {
    display: inline-block;
    margin-top: .3rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    color: white;
}

section.services .tag-content .item .btn-detail:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .11rem;
    height: .1rem;
    margin-left: .04rem;
    margin-top: -.02rem;
    background-image: url(/assets/icons/arrow-detail-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video */

section.video {
    position: relative;
    width: 71.666%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.1rem;
    padding-bottom: 2rem;
    font-size: 0;
    margin-top: -20%;
}

section.video .item+.item {
    margin-top: .5rem;
}

section.video .video-container {
    position: relative;
    width: 53.77%;
    height: 0;
    padding-top: 30.246%;
    background-color: #4f0098;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.video .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    background-color: transparent;
}

section.video .video-container .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.6rem;
    margin-left: -.6rem;
    cursor: pointer;
}

section.video .video-container .btn-play img {
    width: 100%;
}

section.video .content {
    width: 46.23%;
    padding-left: .48rem;
}

section.video .content .title {
    font-weight: 600;
    font-size: .4rem;
    line-height: 1.8em;
    color: white;
}

section.video .content .text {
    font-weight: 400;
    font-size: .24rem;
    line-height: 1.5em;
    color: white;
}

section.video .content *+.text {
    margin-top: .05rem;
}

section.video .content .btn-detail {
    display: inline-block;
    vertical-align: middle;
    height: .56rem;
    padding-left: .43rem;
    padding-right: .43rem;
    text-align: center;
    background: #ff8300;
    border-radius: .08rem;
}

section.video .content *+.btn-detail {
    margin-top: .32rem;
}

section.video .content .btn-detail span {
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

section.video .content .btn-detail:hover:not(:active) {
    background-color: #ff9900;
}

section.video .content .btn-detail:active {
    background-color: #ff5e00;
}

/* IsTT */

.istt-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.istt-wrapper.active {
    display: block;
}

.istt-container {
    position: absolute;
    width: 5rem;
    top: .66rem;
    left: .1rem;
    padding: .45rem .42rem;
    background: white;
    border-radius: .1rem;
}

.istt-container:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 100%;
    left: .17rem;
    border-left: .14rem solid transparent;
    border-right: .14rem solid transparent;
    border-bottom: .13rem solid white;
}

.istt-container .text {
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.5em;
    color: #500099;
    text-align: center;
}

.istt-container a {
    display: block;
    width: 100%;
    height: .56rem;
    margin-top: .26rem;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    text-align: center;
    border-radius: .1rem;
    background: #ff8300;
}

.istt-container a+a {
    margin-top: .13rem;
}

.istt-container a:hover {
    background-color: #ff9900;
}

.istt-container a:active {
    background-color: #ff5e00;
}

/* Video Popup */

.video-popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    text-align: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .9);
    overflow: auto;
}

.video-popup-container {
    position: relative;
    width: 62.5%;
    padding-top: .46rem;
    padding-bottom: .46rem;
}

.video-popup-container .popup-close {
    position: absolute;
    top: .26rem;
}

.video-popup-container .video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    background-color: #4f0098;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: .2rem;
    overflow: hidden;
}

.video-popup-container .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.video-popup-container .video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.6rem;
    margin-left: -.6rem;
    cursor: pointer;
}

.video-popup-container .video .btn-play img {
    width: 100%;
}

.video-popup-container .content .text {
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

.video-popup-container .content .text:first-child {
    padding-top: .5rem;
}

.video-popup-container .content a {
    display: inline-block;
    height: .5rem;
    padding-left: .36rem;
    padding-right: .36rem;
    border-radius: .1rem;
    background-color: #ff8300;
}

.video-popup-container .content a span {
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

.video-popup-container .content *+a {
    margin-top: .3rem;
}

/* Forum */

section.forum-banner {
    position: relative;
    width: 100%;
    height: 5.29rem;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.forum-banner .banner-box {
    padding: .36rem .24rem .2rem .36rem;
}

section.forum-banner .banner-box .title {
    margin-top: 0;
    font-size: .48rem;
    line-height: 1.2em;
}

section.forum-banner .banner-box .title * {
    font-size: .48rem !important;
    line-height: 1.2em !important;
}

section.forum-banner .forum-menu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
    padding-bottom: .32rem;
    padding-top: .32rem;
    z-index: 2;
}

section.forum-banner .forum-menu a {
    font-family: Anton;
    font-size: .22rem;
    line-height: 1.2em;
    color: white;
}

section.forum-banner .forum-menu a+a {
    margin-left: .7rem;
}

section.forum-banner .forum-menu a.active {
    color: #ff8300;
}

section.forum-banner .forum-menu a:not(.active):hover {
    opacity: .8;
}

section.forum-banner .forum-menu-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Forum Container */

section.forum-container {
    position: relative;
    width: 100%;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    padding-top: .68rem;
    padding-bottom: .56rem;
    font-size: 0;
    background-color: white;
}

section.forum-container .item {
    margin-left: -.2rem;
    margin-right: -.2rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

section.forum-container .item+.item {
    margin-top: .26rem;
    padding-top: .26rem;
    border-top: 1px solid #dfd6ed;
}

section.forum-container .title-bordered {
    position: relative;
    padding-left: .15rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

section.forum-container .title-bordered:before {
    content: '';
    display: block;
    position: absolute;
    width: .05rem;
    height: .34rem;
    top: 50%;
    left: 0;
    margin-top: -.17rem;
    border-radius: .05rem;
    background-color: #ff8300;
}

section.forum-container .title-bordered.dark:before {
    background-color: #3e0375;
}

section.forum-container .text {
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.2em;
    letter-spacing: .01em;
}

section.forum-container .text ul {
    list-style-position: inside;
}

section.forum-container .text b,
section.forum-container .text strong {
    font-weight: 600;
}

section.forum-container .text.small {
    font-size: .16rem;
}

section.forum-container .text.large {
    font-size: .2rem;
}

section.forum-container .bold {
    font-weight: 600;
}

section.forum-container .blue {
    color: #2d0275;
}

section.forum-container .light-blue {
    color: #9f93bb;
}

section.forum-container .yellow {
    color: #ff8300;
}

section.forum-container .white {
    color: white;
}

section.forum-container .text .text-mention {
    color: #ff8300;
    font-weight: 600;
}

section.forum-container .text .text-hashtag {
    font-weight: 600;
}

section.forum-container .tag {
    display: inline-block;
    vertical-align: middle;
    padding-top: .09rem;
    padding-bottom: .08rem;
    padding-left: .14rem;
    padding-right: .12rem;
    background-color: #ff8300;
    border-radius: .08rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
}

section.forum-container .tag .number {
    margin-left: .2rem;
}

section.forum-container .tag.small {
    padding-left: .09rem;
    padding-right: .08rem;
    padding-top: .05rem;
    padding-bottom: .04rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    letter-spacing: .01em;
}

section.forum-container .profile,
section.forum-bar .profile {
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #8970b3;
    background-color: #4f0098;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.forum-container .profile .profile-tag,
section.forum-bar .profile .profile-tag {
    position: absolute;
    display: inline-block;
    bottom: -.1rem;
    left: 50%;
    padding: .06rem .07rem .04rem .07rem;
    font-weight: 600;
    font-size: .14rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    background-color: #3e0375;
    border-radius: .08rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

section.forum-container .btn-new-topic {
    position: relative;
    display: block;
    width: 100%;
    padding-top: .29rem;
    padding-bottom: .29rem;
    border-radius: .08rem;
    background-color: #ff8300;
    text-align: center;
}

section.forum-container .btn-new-topic img {
    display: inline-block;
    vertical-align: middle;
    width: .23rem;
    margin-right: .12rem;
}

section.forum-container .btn-new-topic span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

section.forum-container .forum-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 68.45%;
    margin-right: 0.95%;
}

section.forum-container .forum-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30.6%;
}

section.forum-container .forum-right .tag {
    margin-right: .08rem;
    margin-bottom: .08rem;
}

section.forum-container .forum-right .category-item+.category-item {
    margin-top: .3rem;
}

section.forum-container .forum-box+.forum-box {
    margin-top: .13rem;
}

section.forum-container .forum-box-header {
    padding-top: .3rem;
    padding-bottom: .28rem;
    padding-left: .2rem;
    padding-right: .2rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
    background-color: #4f0098;
    border-radius: .08rem .08rem 0 0;
}

section.forum-container .forum-box-header:last-child {
    border-radius: .08rem;
}

section.forum-container .forum-box-header .forum-breadcrumb {
    margin-bottom: .07rem;
}

section.forum-container .forum-box-header .forum-breadcrumb a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .forum-box-header .forum-breadcrumb a+a {
    margin-left: .07rem;
    padding-left: .2rem;
}

section.forum-container .forum-box-header .forum-breadcrumb a+a:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
}

section.forum-container .forum-box-content {
    position: relative;
    padding: .2rem;
    margin-top: .13rem;
    background-color: #faf5ff;
    border-radius: .08rem;
}

section.forum-container .forum-box-header+.forum-box-content {
    margin-top: 0;
    border-radius: 0 0 .08rem .08rem;
}

section.forum-container .count-box .count-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .count-box .count-item+.count-item {
    margin-left: .2rem;
    padding-left: .2rem;
}

section.forum-container .count-box .count-item+.count-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: .17rem;
    left: 0;
    top: 50%;
    margin-top: -.08rem;
    background-color: #9f93bb;
}

section.forum-categories .item>*+* {
    margin-top: .13rem;
}

section.forum-categories .item>.title-bordered+.text {
    margin-top: .16rem;
}

section.forum-container .item.list {}

section.forum-container .item.list .profile {
    display: inline-block;
    vertical-align: top;
    width: .89rem;
    height: .89rem;
}

section.forum-container .item.list .content {
    display: inline-block;
    vertical-align: top;
    padding-left: .2rem;
    padding-top: .18rem;
    padding-right: .5rem;
    width: calc(100% - .89rem);
}

section.forum-container .item.post .content {
    padding-top: 0;
}

section.forum-container .item.list .tags {
    margin-top: .08rem;
}

section.forum-container .item.list .tags .tag {
    margin-right: .05rem;
    margin-bottom: .05rem;
}

section.forum-container .item.list .info {
    position: relative;
    margin-top: .13rem;
    padding-right: 1.8rem;
}

section.forum-container .item.list .info>* {
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .item.list .info .profile {
    width: .21rem;
    height: .21rem;
    margin-right: .07rem;
}

section.forum-container .item.list .info .info-item {
    margin-left: .2rem;
}

section.forum-container .item.list .info .info-item>* {
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .item.list .info .info-item img {
    height: .16rem;
    margin-top: -.02rem;
}

section.forum-container .item.list .info .category-name {
    position: absolute;
    top: 0;
    right: 0;
}

section.forum-container .tag-list .item .content {
    padding-top: 0;
}

section.forum-container .tag-list .item+.item {
    padding-top: .2rem;
}

section.forum-container .tag-list .item .tags {
    margin-top: .15rem;
}

section.forum-container .tag-list .item .account-name {
    margin-bottom: .2rem;
}

section.forum-container .tag-list .tag-list-bottom {
    margin-left: .89rem;
}

section.forum-container .tag-list .tag-list-bottom a {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right;
    text-decoration: underline;
}

section.forum-container .tag-list .tag-list-bottom div {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

section.forum-container .topic-info {
    margin-bottom: .24rem;
}

section.forum-container .topic-info div {
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
}

section.forum-container .topic-info img {
    display: inline-block;
    vertical-align: middle;
    margin-right: .04rem;
    height: .16rem;
}

section.forum-container .topic-info span {
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .post-info {
    margin-bottom: .2rem;
}

section.forum-container .post-bottom {
    position: relative;
    margin-top: .4rem;
    min-height: .3rem;
}

section.forum-container .post-bottom .tags {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-top: .05rem;
}

section.forum-container .post-bottom .tags.full {
    width: 100%;
}

section.forum-container .post-bottom .buttons {
    position: absolute;
    bottom: .05rem;
    right: 0;
    width: 50%;
    text-align: right;
}

section.forum-container .post-bottom .buttons a,
section.forum-container .post-bottom .buttons svg,
section.forum-container .post-bottom .buttons span {
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .post-bottom .buttons svg {
    height: .16rem;
}

section.forum-container .post-bottom .buttons a.checked svg .a {
    fill: #ff8300;
}

section.forum-container .post-bottom .buttons a {
    margin-left: .2rem;
}

section.forum-container .answer-info {
    margin-bottom: -.1rem;
    padding-right: .7rem;
}

section.forum-container .answer-info>* {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

section.forum-container .answer-info .answer-order {
    text-align: right;
}

section.forum-container .answer-info .answer-order a {
    margin-left: .08rem;
}

section.forum-container .answer-info .answer-order a+a {
    margin-left: .1rem;
    padding-left: .1rem;
    border-left: 2px solid #ff8300;
}

section.forum-container .quotation {
    position: relative;
    padding: .2rem;
    margin-bottom: .2rem;
    background-color: #f1e9fa;
    border-radius: .08rem;
}

section.forum-container .quotation .quotation-title {
    margin-bottom: 1em;
}

/* Pagination */

section.forum-container .forum-pagination {
    position: relative;
    margin-bottom: .34rem;
    font-size: 0;
    text-align: center;
}

section.forum-container .forum-pagination>* {
    display: inline-block;
    vertical-align: middle;
    width: .34rem;
    height: .34rem;
    margin-left: .04rem;
    margin-right: .04rem;
    margin-top: .08rem;
    text-align: center;
    border-radius: .08rem;
    background-color: #faf5ff;
}

section.forum-container .forum-pagination>*:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .forum-pagination>*>* {
    display: inline-block;
    vertical-align: middle;
}

section.forum-container .forum-pagination div.pagination-item {
    border: 2px solid #ff8300;
    cursor: default;
}

section.forum-container .forum-pagination .pagination-item span {
    font-family: "Mulish";
    font-weight: 600;
    font-size: .18rem;
    line-height: 1em;
    letter-spacing: .01em;
    color: #4f0098;
}

section.forum-container .forum-pagination img {
    height: .15rem;
}

section.forum-container .forum-pagination div img {
    opacity: .3;
}

/* Editor */

section.forum-container .forum-editor-container:after {
    content: '';
    display: block;
    clear: both;
}

section.forum-container .btn-send-post {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: .13rem;
    padding-top: .13rem;
    padding-bottom: .12rem;
    padding-left: .16rem;
    padding-right: .16rem;
    background-color: #ff8300;
    border-radius: .08rem;
}

section.forum-container .btn-send-post img {
    display: inline-block;
    vertical-align: middle;
    width: .25rem;
    margin-right: .15rem;
}

section.forum-container .btn-send-post span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

section.forum-container .post-message {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: .13rem;
    padding-top: .13rem;
    padding-bottom: .12rem;
    padding-left: .16rem;
    padding-right: .16rem;
    background-color: #ff8300;
    border-radius: .08rem;
}

section.forum-container .small-post-message {
    height: auto;
    border-radius: .08rem;
    background: #2ed02e;
    display: none;
}

section.forum-container .empty-post-message {
    background-color: red;
    display: none;
}

section.forum-container .success-post-message {
    float: left;
    display: none;
}

section.forum-container .post-message span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: white;
}

section.forum-container .small-post-message span {
    font-size: .16rem;
}

section.forum-container .small-post-message img {
    display: inline-block;
    vertical-align: middle;
    height: .16rem;
    margin-right: .12rem;
}

section.forum-container .mce-tinymce {
    margin-top: .13rem;
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    background-color: #f4f4f4;
    border-radius: .08rem .08rem 0 0;
    overflow: hidden;
}

section.forum-container .mce-tinymce iframe {
    height: 1.75rem !important;
}

section.forum-container .mce-menubar {
    border: none;
    box-shadow: none;
}

section.forum-container .mce-top-part::before {
    display: none;
}

section.forum-container .mce-flow-layout {
    background-color: #ff8300;
}

section.forum-container .mce-splitbtn .mce-open {
    display: none;
}

section.forum-container .mce-toolbar .mce-btn-group {
    padding: .18rem .17rem;
}

section.forum-container .mce-btn {
    margin-left: 0;
    margin-right: .1rem;
    border: none;
    border-radius: .08rem;
    background: transparent;
}

section.forum-container .mce-btn button {
    padding: .125rem;
    line-height: 1em;
    font-size: 0;
}

section.forum-container .mce-ico {
    font-size: .25rem;
    line-height: .25rem;
    width: .25rem;
    height: .25rem;
    color: white;
}

section.forum-container .mce-btn.mce-active,
section.forum-container .mce-btn.mce-active:hover,
section.forum-container .mce-btn.mce-active:focus,
section.forum-container .mce-btn.mce-active:active {
    background-color: #cc6900;
}

section.forum-container .forum-editor-container .add-tag-container {
    position: relative;
    padding: .34rem .74rem .26rem .24rem;
    background-color: #f4f4f4;
    border-top: 1px solid #dad5e4;
}

section.forum-container .forum-editor-container .add-tag-container .forum-add-tag {
    height: .42rem;
    padding-right: .8rem;
    font-size: .2rem;
    color: #4f0098;
    background: white;
    border: none;
    border-radius: .08rem;
}

section.forum-container .forum-editor-container .add-tag-container .forum-form-tags {
    margin-top: .12rem;
}

section.forum-container .forum-editor-container .add-tag-container .btn-add-tag {
    width: .6rem;
}

section.forum-container .forum-editor-container .add-tag-container .btn-add-tag:before {
    font-size: .2rem;
}

/* Forum Form Items */

section.forum-container .forum-form-item {
    position: relative;
}

section.forum-container .forum-form-item+.forum-form-item {
    margin-top: .21rem;
}

section.forum-container .forum-form-tags {
    margin-top: .21rem;
}

section.forum-container .forum-form-tags .tag {
    margin-right: .08rem;
    margin-bottom: .08rem;
}

section.forum-container .forum-form-tags .tag .remove-tag {
    margin-left: .16rem;
}

section.forum-container .forum-form-item label {
    display: block;
    margin-bottom: .2rem;
    padding-top: .2rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

section.forum-container .forum-form-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 11.5%;
    margin-right: 1.14%;
    border: 2px solid #ff8300;
    border-radius: .24rem;
    cursor: pointer;
    overflow: hidden;
}

section.forum-container .forum-form-item .profile-image:last-child {
    margin-right: 0;
}

section.forum-container .forum-form-item .profile-image.active {
    background-color: #4f0098;
}

section.forum-container .forum-form-item .profile-image img {
    width: 100%;
}

section.forum-container .forum-form-item .btn-add-tag {
    position: absolute;
    width: .9rem;
    height: 100%;
    top: 0;
    right: 0;
}

section.forum-container .forum-form-item .btn-add-tag:before {
    content: '\f067';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-weight: 100;
    font-size: .3rem;
    line-height: 1em;
    color: #2d0275;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.forum-container .select2-container {
    width: 100% !important;
}

section.forum-container .select2-container--default .select2-selection--single {
    width: 100%;
    height: .86rem;
    background: white;
    border: 2px solid #ffbb73;
    border-radius: .08rem;
}

section.forum-container .error .select2-container--default .select2-selection--single {
    border-color: red;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    height: 100%;
    padding-left: .21rem;
    padding-right: .54rem;
    font-family: "Mulish";
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: inline-block;
    vertical-align: middle;
    color: #9e73c6;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    width: .54rem;
    height: 100%;
    right: 0;
    top: 0;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

section.forum-container .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: .16rem;
    height: .1rem;
    top: 50%;
    left: 50%;
    margin-left: -.08rem;
    margin-top: -.05rem;
    background-image: url(Icons/icon-forum-select.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.forum-select-dropdown .select2-results>.select2-results__options {
    font-family: "Mulish";
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

.forum-select-dropdown .select2-results__option {
    padding: .21rem;
}

section.forum-container .forum-form-item input {
    width: 100%;
    height: .86rem;
    padding-left: .21rem;
    padding-right: .21rem;
    font-family: "Mulish";
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
    background: white;
    box-shadow: none;
    border: 2px solid #ffbb73;
    border-radius: .08rem;
}

section.forum-container .forum-form-item ::-webkit-input-placeholder {
    color: #9e73c6;
}

section.forum-container .forum-form-item ::-moz-placeholder {
    color: #9e73c6;
}

section.forum-container .forum-form-item :-ms-input-placeholder {
    color: #9e73c6;
}

section.forum-container .forum-form-item :-moz-placeholder {
    color: #9e73c6;
}

section.forum-container .forum-form-item.error input {
    border-color: red;
}

/* Forum Bar */

section.forum-bar {
    position: relative;
    font-size: 0;
}

section.forum-bar .forum-bar-container {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    padding-top: .16rem;
    padding-bottom: .15rem;
    background-color: #f6f2fa;
    border-bottom: 1px solid #e5d9f0;
}

section.forum-bar .left {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

section.forum-bar .left span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

section.forum-bar .left .profile {
    display: inline-block;
    vertical-align: middle;
    width: .45rem;
    height: .45rem;
    margin-left: .15rem;
    margin-right: .05rem;
}

section.forum-bar .right {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

section.forum-bar .right .btn-forum-profile {
    position: relative;
    display: inline-block;
    padding-left: .2rem;
    padding-right: .2rem;
    padding-top: .15rem;
    padding-bottom: .14rem;
    border-radius: .08rem;
    border: 1px solid #ff8300;
    background-color: white;
}

section.forum-bar .right .btn-forum-profile+.btn-forum-profile {
    margin-left: .13rem;
}

section.forum-bar .right .btn-forum-profile img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    margin-right: .14rem;
}

section.forum-bar .right .btn-forum-profile span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    letter-spacing: .01em;
    color: #4f0098;
}

/* Popup Announcement */

.popup-announcement {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 100000;
}

.popup-announcement.active {
    display: block;
}

.popup-announcement .owl-carousel {
    display: inline-block !important;
    height: 80%;
}

.popup-announcement .owl-item,
.popup-announcement .owl-stage-outer,
.popup-announcement .owl-stage {
    height: 100%;
}

.popup-announcement .owl-item {
    padding-left: .76rem;
    padding-right: .76rem;
}

.popup-announcement .owl-item .item>* {
    opacity: .2;
    transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -ms-transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -o-transition: .2s opacity ease;
}

.popup-announcement .owl-item.active .item>* {
    opacity: 1;
}

.popup-announcement .item {
    position: relative;
    height: 100%;
    padding: .4rem .45rem;
    text-align: center;
    background-color: #500099;
    border-radius: .2rem;
}

.popup-announcement .item .title {
    font-family: Anton;
    font-weight: 600;
    font-size: .46rem;
    line-height: 1.08em;
    color: #ff8300;
}

.popup-announcement .item .title * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.popup-announcement .item .text-container {
    position: relative;
    height: auto;
    padding: .36rem;
    padding-right: .16rem;
    text-align: left;
    background-color: #2d0275;
    border-radius: .08rem;
}

.popup-announcement .item *+.text-container {
    margin-top: .3rem;
}

.popup-announcement .item .text {
    position: relative;
    height: 100%;
    padding-right: .2rem;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
    overflow: auto;
}

.popup-announcement .item .text * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.popup-announcement .item .text b,
.popup-announcement .item .text strong {
    font-weight: 600;
}

.popup-announcement .item .text p+p {
    margin-top: 2em;
}

.popup-announcement .item .btn-close {
    display: block;
    width: 3.08rem;
    height: .62rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FF8300;
    border-radius: .08rem;
    text-align: center;
}

.popup-announcement .item *+.btn-close {
    margin-top: .38rem;
}

.popup-announcement .item .btn-close span {
    font-weight: 600;
    font-size: .19rem;
    line-height: 1.2em;
    color: white;
}

.popup-announcement .item .no-result-image {
    display: block;
    width: 1.93rem;
    margin-left: auto;
    margin-right: auto;
}

.popup-announcement .item .no-result-text {
    margin-top: .24rem;
    margin-bottom: .48rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: white;
}

.popup-announcement .item ::-webkit-scrollbar {
    width: 4px;
}

.popup-announcement .item ::-webkit-scrollbar-track {
    background: #573591;
    border-radius: 4px;
}

.popup-announcement .item ::-webkit-scrollbar-thumb {
    background: #ff8300;
    border-radius: 4px;
}

.popup-announcement .owl-nav {
    position: absolute;
    width: calc(100% - 8rem);
    height: 0;
    left: 4rem;
    top: 50%;
}

.popup-announcement .owl-prev {
    position: absolute;
    width: .74rem;
    height: .74rem;
    top: -.37rem;
    left: -.37rem;
    background-image: url(Icons/icon-announcement-left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup-announcement .owl-next {
    position: absolute;
    width: .74rem;
    height: .74rem;
    top: -.37rem;
    right: -.37rem;
    background-image: url(Icons/icon-announcement-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup-announcement .owl-dots {
    position: absolute;
    width: 80%;
    top: 100%;
    left: 10%;
    margin-top: .26rem;
    text-align: center;
}

.popup-announcement .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    height: .16rem;
    margin: .12rem;
    border-radius: .08rem;
    background-color: rgba(255, 255, 255, .4);
}

.popup-announcement .owl-dot.active {
    background-color: #ff8300;
}

/* Vbt Popup */

.popup-wrapper.apply .popup-container {
    width: 6.8rem;
    padding: .4rem .86rem;
    background-image: unset;
    background-color: #500099;
    border-radius: .08rem;
}

.popup-wrapper.apply .apply-image {
    width: 4.91rem;
    margin-top: -1.76rem;
    margin-left: .2rem;
}

.popup-wrapper.apply .apply-title {
    padding-left: .8rem;
    padding-right: .8rem;
    margin-top: -.2rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.666em;
    color: white;
}

.popup-wrapper.apply .apply-button {
    display: block;
    width: 100%;
    height: .62rem;
    margin-top: .24rem;
    border-radius: .08rem;
    background-color: #FF8300;
}

.popup-wrapper.apply .apply-button+.apply-button {
    margin-top: .16rem;
}

.popup-wrapper.apply .apply-button img {
    width: .2rem;
}

.popup-wrapper.apply .apply-button span {
    font-weight: 600;
    font-size: .18rem;
    line-height: 1.2em;
    color: white;
}

.popup-wrapper.apply .apply-button img+span {
    max-width: calc(100% - .44rem);
    margin-left: .24rem;
}

.popup-wrapper.apply .apply-button.secondary {
    border: 2px solid #FF8300;
    background-color: transparent;
}

/* Vbt */

section.apply-vbt {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 8rem;
    font-size: 0;
    overflow: hidden;
}

section.apply-vbt .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

section.apply-vbt .video-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.73rem;
    left: 0;
    bottom: .8rem;
    margin-bottom: -1px;
    background-image: url(Vbt/Images/form-filter.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

section.apply-vbt .video-container .step {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.apply-vbt .video-container .step.active {
    display: block;
}

section.apply-vbt .video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

section.apply-vbt .video-container .form {
    position: absolute;
    width: 100%;
    height: .8rem;
    left: 0;
    bottom: -.8rem;
    text-align: center;
    opacity: 0;
    transition: .3s bottom ease, .3s opacity ease;
    -webkit-transition: .3s bottom ease, .3s opacity ease;
    -ms-transition: .3s bottom ease, .3s opacity ease;
    -moz-transition: .3s bottom ease, .3s opacity ease;
    -o-transition: .3s bottom ease, .3s opacity ease;
    z-index: 3;
}

section.apply-vbt .video-container .form form {
    height: 100%;
}

section.apply-vbt .video-container .form.active {
    bottom: 1.12rem;
    opacity: 1;
}

section.apply-vbt .video-container .form .label {
    display: inline-block;
    vertical-align: middle;
    margin-right: .32rem;
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: #EDEDED;
    text-align: right;
}

section.apply-vbt .video-container .form .form-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 6.4rem;
    height: 100%;
}

section.apply-vbt .video-container .form .form-item ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

section.apply-vbt .video-container .form .form-item ::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

section.apply-vbt .video-container .form .form-item :-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

section.apply-vbt .video-container .form .form-item :-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

section.apply-vbt .video-container .form .form-item input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: .1rem .38rem;
    font-family: Mulish;
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: black;
    border: 2px solid transparent;
    outline: none;
    border-radius: .12rem;
}

section.apply-vbt .video-container .form .form-item.range {
    height: .44rem;
    border-radius: .22rem;
    background-color: white;
    background-image: url(Vbt/Images/icon-line.svg);
    background-size: .32rem;
    background-repeat: repeat-x;
    background-position: left center;
}

section.apply-vbt .video-container .form .form-item.range input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: -webkit-pointer;
    cursor: pointer;
    z-index: 3;
}

section.apply-vbt .video-container .form .form-item.range .range-bar {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: -2px;
    border-radius: .22rem;
    background-color: #500099;
    background-image: url(Vbt/Images/icon-line-white.svg);
    background-size: .32rem;
    background-repeat: repeat-x;
    background-position: left center;
}

section.apply-vbt .video-container .form .form-item.range .range-bar div {
    position: absolute;
    width: .74rem;
    height: .74rem;
    top: -.15rem;
    right: -.37rem;
    padding-top: .1rem;
    border-radius: .37rem;
    border: 2px solid white;
    background-color: #FF8300;
}

section.apply-vbt .video-container .form .form-item.range .range-bar span {
    display: block;
    font-weight: 600;
    font-size: .17rem;
    line-height: 1.1em;
    color: white;
    text-align: center;
}

section.apply-vbt .video-container .form .form-item.range .range-bar span.amount {
    font-size: .28rem;
}

section.apply-vbt .video-container .form .form-item.radio {
    width: auto;
}

section.apply-vbt .video-container .form .form-item.radio+.form-item.radio {
    margin-left: .12rem;
}

section.apply-vbt .video-container .form .form-item input[type='radio'] {
    position: absolute;
    left: -9999px;
}

section.apply-vbt .video-container .form .form-item input[type='radio']~label {
    position: relative;
    display: block;
    height: 100%;
    padding: .28rem .24rem;
    font-weight: 600;
    font-size: .2rem;
    line-height: 1.2em;
    color: rgba(80, 0, 153, .4);
    background-color: white;
    border-radius: .08rem;
    border: 2px solid transparent;
    cursor: pointer;
}

section.apply-vbt .video-container .form .form-item input[type='radio']:checked~label {
    color: white;
    background-color: #500099;
}

section.apply-vbt .video-container .form .form-item.error input,
section.apply-vbt .video-container .form .form-item.radio.error label {
    border: 2px solid red !important;
}

section.apply-vbt .video-container .form .btn-submit {
    display: inline-block;
    vertical-align: middle;
    width: 2.8rem;
    height: 100%;
    text-align: center;
    background-color: #FF8300;
    border-radius: .12rem;
}

section.apply-vbt .video-container .form *+.btn-submit {
    margin-left: .24rem;
}

section.apply-vbt .video-container .form .form-item.range+.btn-submit {
    margin-left: .4rem;
}

section.apply-vbt .video-container .form .btn-submit span {
    font-weight: 600;
    font-size: .28rem;
    line-height: 1.2em;
    color: white;
}

/* Interface */
section.apply-vbt .interface {
    position: absolute;
    width: 100%;
    height: .8rem;
    left: 0;
    bottom: 0;
    background-color: #500099;
    z-index: 5;
}

section.apply-vbt .interface .btn-steps {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: .48rem;
    padding-right: .48rem;
    background-color: #2D0275;
}

section.apply-vbt .interface .btn-steps span {
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: white;
}

section.apply-vbt .interface .btn-steps .icon-step {
    width: .22rem;
    margin-right: .12rem;
}

section.apply-vbt .interface .btn-steps .icon-arrow {
    width: .24rem;
    margin-left: .45rem;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
}

section.apply-vbt .interface .btn-steps.active .icon-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.apply-vbt .interface .btn-replay {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding-left: .4rem;
    padding-right: .4rem;
}

section.apply-vbt .interface .btn-replay img {
    width: .23rem;
    margin-right: .12rem;
}

section.apply-vbt .interface .btn-replay span {
    font-weight: 600;
    font-size: .16rem;
    line-height: 1.2em;
    color: white;
}

section.apply-vbt .interface .steps-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    padding: .56rem .48rem .48rem .48rem;
    background-color: #2D0275;
}

section.apply-vbt .interface .steps-wrapper.active {
    display: block;
}

section.apply-vbt .interface .steps-wrapper .steps {
    position: relative;
    display: block;
    margin-left: -.08rem;
    margin-right: -.08rem;
}

section.apply-vbt .interface .steps-wrapper .step {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - .16rem);
    height: 0;
    padding-top: calc((20% - .16rem) * .565);
    margin-left: .08rem;
    margin-right: .08rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.apply-vbt .interface .steps-wrapper .step:not(.passive) {
    cursor: pointer;
}

section.apply-vbt .interface .steps-wrapper .step:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .64);
    z-index: 2;
    transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -ms-transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -o-transition: .2s opacity ease;
}

section.apply-vbt .interface .steps-wrapper .step.active {
    border: .04rem solid #FF8300;
}

section.apply-vbt .interface .steps-wrapper .step.active:before,
section.apply-vbt .interface .steps-wrapper .step:not(.passive):hover:before {
    opacity: 0;
}

section.apply-vbt .interface .steps-wrapper .step .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: .18rem .24rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: white;
    z-index: 3;
}

section.apply-vbt .interface .controls {
    position: absolute;
    width: 10.24rem;
    left: 50%;
    top: 50%;
    margin-left: -5.12rem;
    margin-top: -.2rem;
}

section.apply-vbt .interface .controls .v-play {
    position: relative;
    width: .4rem;
    height: .4rem;
    text-align: center;
}

section.apply-vbt .interface .controls .v-play img {
    width: .17rem;
}

section.apply-vbt .interface .controls .v-play.playing .icon-play {
    display: none;
}

section.apply-vbt .interface .controls .v-play:not(.playing) .icon-pause {
    display: none;
}

section.apply-vbt .interface .controls .v-seek {
    position: relative;
    width: calc(100% - 1.2rem);
    height: .04rem;
    margin-left: .2rem;
    margin-right: .2rem;
    background-color: #979797;
}

section.apply-vbt .interface .controls .v-seek input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: -webkit-pointer;
    cursor: pointer;
    z-index: 3;
}

section.apply-vbt .interface .controls .v-seek .v-current {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: white;
}

section.apply-vbt .interface .controls .v-seek .v-current:after {
    content: '';
    position: absolute;
    width: .24rem;
    height: .24rem;
    top: -.1rem;
    right: -.12rem;
    border-radius: .12rem;
    background-color: #FF8300;
}

section.apply-vbt .interface .controls .v-mute {
    position: relative;
    width: .4rem;
    height: .4rem;
    text-align: center;
}

section.apply-vbt .interface .controls .v-mute img {
    width: .24rem;
}

section.apply-vbt .interface .controls .v-mute.muted .icon-sound {
    display: none;
}

section.apply-vbt .interface .controls .v-mute:not(.muted) .icon-sound-muted {
    display: none;
}

section.apply-vbt .result {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #4f0098;
    z-index: 100;
}

section.apply-vbt .result img {
    display: block;
    width: 2rem;
    margin-left: auto;
    margin-right: auto;
}

section.apply-vbt .result .result-title {
    font-weight: 600;
    font-size: .4rem;
    line-height: 1.2em;
    color: #ededed;
}

section.apply-vbt .result *+.result-title {
    margin-top: .56rem;
}

section.apply-vbt .result .result-text {
    font-weight: 400;
    font-size: .24rem;
    line-height: 1.2em;
    color: #ededed;
}

section.apply-vbt .result *+.result-text {
    margin-top: .12rem;
}

section.apply-vbt .result .btn-return {
    display: inline-block;
    min-width: 3.4rem;
    max-width: 100%;
    height: .7rem;
    border-radius: .12rem;
    background-color: #FF8300;
    text-align: center;
}

section.apply-vbt .result *+.btn-return {
    margin-top: .32rem;
}

section.apply-vbt .result .btn-return span {
    font-weight: 600;
    font-size: .24rem;
    line-height: 1.2em;
    color: #ffffff;
}

/*Mobile Smart App Model*/

section.mobile-smart-app-banner {
    display: none;
}






/* Custom Css */

.tab-item .password-entry {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 32px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.tab-item .verify-area {
    width: 180px !important;
    margin-bottom: 22px;
    text-align: center !important;
}

.tab-item .verify-time {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: normal !important;
    cursor: pointer !important;
}

.tab-item #verify-area-1.hide {
    display: none !important;
}

.tab-item #verify-area-2.hide {
    display: none !important;
}

.tab-item .refresh {
    position: absolute !important;
}

.tab-item .btn-send-verify-1 {
    display: none !important;
    height: .56rem;
    min-width: 2.64rem;
    max-width: 100%;
    background-color: #FF8300;
    border-radius: .08rem;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
}

.tab-item .btn-send-verify-1.show {
    display: inline-block !important;
}

.tab-item .btn-number-verify-show-1 {
    cursor: pointer;
}

.tab-item .btn-number-verify-show-1.hide {
    display: none !important;
}

.tab-item .verify-box-1 {
    display: none !important;
}

.tab-item .verify-box-1.show {
    display: block !important;
}

.tab-item .number-porting.hide {
    display: none !important;
}





.tab-item .btn-send-verify-2 {
    display: none !important;
}

.tab-item .btn-send-verify-2.show {
    display: inline-block !important;
    height: .56rem;
    min-width: 2.64rem;
    max-width: 100%;
    background-color: #FF8300;
    border-radius: .08rem;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
}

.tab-item .btn-number-verify-show-2 {
    cursor: pointer;
}

.tab-item .btn-number-verify-show-2.hide {
    display: none !important;
}

.tab-item .verify-box-2 {
    display: none !important;
}

.tab-item .verify-box-2.show {
    display: block !important;
}

.tab-item .verify-notify-1 {
    font-size: 12px !important;
    color: #ff8300 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    display: none !important;
}

.tab-item .verify-notify-1.show {
    display: inline-block !important;
}

.tab-item .verify-notify-2 {
    font-size: 12px !important;
    color: #ff8300 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    display: none !important;
}

.tab-item .verify-notify-2.show {
    display: inline-block !important;
}

.tab-item .number-new.hide {
    display: none !important;
}


.tab-item .btn-next {
    height: .56rem;
    min-width: 2.64rem;
    max-width: 100%;
    background-color: #FF8300;
    border-radius: .08rem;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
}




.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px 32px;
    background: #fff;
    border-radius: 8px;
    width: 400px;
    transition: all 5s ease-in-out;
    font-size: 18px;
    color: #3b3b3b;
    text-align: left;
    font-weight: 600;
}


.popup .content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.popup .btn-online-go {
    margin-top: 0.40rem;
    margin-bottom: 0.10rem;
    border-radius: 4px;
    background-color: #ff8300;
    width: 94%;
    padding: 14px 23px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.notify-title {
    font-size: 24px;
    color: #333333;
    font-family: 'Mulish';
}

.notify-description {
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.overlay-same {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.overlay-same:target {
    visibility: visible;
    opacity: 1;
}

.popup-same {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px 32px;
    background: #fff;
    border-radius: 8px;
    width: 400px;
    transition: all 5s ease-in-out;
    font-size: 18px;
    color: #3b3b3b;
    text-align: left;
    font-weight: 600;
}


.popup-same .close {
    position: absolute;
    top: -10px;
    right: -10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    height: 30px;
    width: 30px;
    background-color: #ff8300;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-same .content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-same .btn-online-go {
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
    padding: 14px 23px;
    border-radius: 4px;
    border: solid 1px #ff8300;
    text-decoration: none;
    font-size: 16px;
    color: #ff8300;
    font-weight: 600;
    width: 94%;
    text-align: center;
}

#loader {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

#loader img {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .box {
        width: 80%;
    }
}

@media screen and (max-width: 414px) {
    .popup {
        width: 90% !important;
    }

    .popup-same {
        width: 90% !important;
    }
}

.main-card-grid {
    background-color: #490a92;
    padding-top: 0.03rem;
    padding-bottom: 0.03rem;
    border-radius: 4px;
}

.card-grid {
    width: 100%;
    padding: 0px 14.0625%;
    margin: 0.7rem auto;
}

.card-grid .card-row {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
}

.card-grid .card-row .card-col {
    width: 100%;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-flow: dense;
    border-radius: 4px;
    padding: 20px;
    color: #ffffff;
    position: relative;
}

.card-grid .card-row .card-col img {
    right: 0;
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.card-grid .card-row .card-col .col-l {
    padding-left: 15px;
}

.card-grid .card-row .card-col .col-l h2,
.card-grid .card-row .card-col .col-l p {
    width: 100%;
    padding: 0;
    margin: 0;
}

.card-grid .card-row .card-col .col-l h2 {
    font-size: clamp(20px, calc(12.8px + 1.5vw), 32px) !important;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
    margin-top: 10px;
}

.card-grid .card-row .card-col .col-l p {
    font-size: clamp(12px, calc(7.2px + 1vw), 20px) !important;
    margin-bottom: -0.45rem;
    white-space: nowrap;
}

.card-grid .card-row .card-col .col-l {
    align-items: flex-end !important;
}

.card-grid .card-row .card-col .col-l .card-apply {
    background-color: white;
    min-width: 100px;
    width: 50%;
    padding: 0.10rem 0.25rem;
    font-size: 0.14rem;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #b439ce;
    font-weight: 600;
}

.card-grid .card-row .card-col .col-l {
    align-items: center;
    justify-content: center;
    text-align: left;
    z-index: 2;
}



@media only screen and (max-width: 900px) {
    .card-grid {
        width: 100%;
        padding: 0px 15px;
    }

    .card-grid .card-row {
        grid-template-columns: 1fr;
    }


    .card-grid .card-row .card-col .col-l {
        padding-left: 0px;
        display: inherit;
    }

    .card-grid .card-row .card-col .col-l p {
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
        text-align: center;
    }

    .card-grid .card-row .card-col {
        grid-template-columns: 1fr;
        grid-gap: unset !important;
        padding-top: 225px;
    }

    .card-grid .card-row .card-col .col-l .card-apply {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        color: #b23acb;
        font-weight: 600;
        font-size: 16px;
    }

    .card-grid .card-row .card-col .col-l h2 {
        font-size: 20px;
        text-align: center;
    }

    .card-grid .card-row .card-col .col-r {
        text-align: center;
    }

    .card-grid .card-row .card-col .col-r .card-apply {
        z-index: 10;
        padding: 10px 0px;
        width: 100%;
    }

    .card-grid .card-row .card-col img {
        content: url('/assets/images/mobil-hemen-basvur.jpg');
        object-position: top;
    }

    /* .card-col:after {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(182, 58, 208, 1)) !important;
    } */
    footer .footer-content .top {
        flex-direction: column;
    }
}

@media only screen and (min-width: 482px) and (max-width: 1024px) {
    .card-grid {
        width: 90% !important;
        margin: 0.5rem auto !important;
    }

}

@media only screen and (max-width: 1024px) {
    .card-grid .card-row .card-col .col-l p {
        white-space: unset !important;
    }
}

.main-card-grid .card-col:after {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(182, 58, 208, 1));
}


.sub-menu-grid {
    margin: 0.2rem 0rem;
    display: inline-flex;
}

.sub-menu-grid .new-grid.active .sub-menu-new-title img.active-icon,
.sub-menu-grid .new-grid .sub-menu-new-title:hover img.active-icon {
    display: block;
}

.sub-menu-grid .new-grid .sub-menu-new-title img.active-icon {
    display: none;
}

.sub-menu-grid .new-grid.active .sub-menu-new-title img.icon,
.sub-menu-grid .new-grid .sub-menu-new-title:hover img.icon {
    display: none;
}

.sub-menu-grid .new-grid.active .sub-menu-new-title span,
.sub-menu-grid .new-grid .sub-menu-new-title:hover span {
    color: #ff8300;
}

.new-grid .sub-menu-new-title {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: .16rem;
}

.new-grid img {
    width: .72rem;
    height: auto;
}

.new-grid span {
    display: block !important;
    font-family: 'Anton';
    font-size: .24rem;
    color: white;
}

.grid-l {
    border-right: 1px solid #824dba;
}

.grid-r {
    padding-left: 0.3rem;
}

.grid-l a {
    padding-bottom: 0px !important;
}

.grid-r a {
    padding-bottom: 0px !important;
}

.sub-type width100.active {
    width: 75%;
}

.sub-menu-new-title {
    color: #a078ca !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}



.general-banner.newCard:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(79, 0, 152, 1));
}

.column-banner-item {
    width: 100%;
    position: absolute;
    padding-top: 2.2rem;
    display: inline-grid;
    justify-content: center;
}

.banner-category-title-span {
    color: #FF983A;
    width: 100%;
    /* padding-top: 1.2rem; */
    /* padding-top: 2.2rem; */
    font-family: 'Anton';
    font-size: .24rem;
    text-align: center;
}

.banner-category-title-span:empty {
    padding-top: unset;
}

/* .banner-category-title-span:empty+.banner-title-span {
    padding-top: 1.2rem;
} */

.banner-title-span {
    color: white;
    width: 100%;
    /* padding-top: 2.5rem; */
    font-family: 'Anton';
    font-size: .7rem;
    text-align: center;
}

.banner-subtitle-span {
    padding-top: 10px;
    color: white;
    width: 100%;
    font-family: 'Mulish';
    font-size: .28rem;
    text-align: center;
}

.campaign-slider.newPage {
    margin-top: -4.5rem !important;
}

.all-campaign-button {
    width: 40%;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.all-campaign-button a {
    text-align: center;
    width: 8rem;
    height: 80px;
    padding: 0.1rem;
    border-radius: 4px;
    font-size: 0.22rem;
    color: #ffffff;
    font-family: 'Anton-HeavyCondensed';
    background-color: #ff8200;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .all-campaign-button {
        padding: 0px;
    }

    .all-campaign-button a {
        width: 100%;
        border-radius: 0px;
        height: 40px;
    }
}

.header-bar .right .online-operations {
    padding-right: 5px;
}

.pl1 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -0.03rem;
    margin-right: 0.1rem;
    border-top: 0.04rem solid transparent;
    border-bottom: 0.04rem solid transparent;
    border-left: 0.07rem solid #ff8300;
}

.dk-sms {
    font-family: "Anton-HeavyCondensed" !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    font-stretch: condensed !important;
}

.card-row.template-one.social .card-col.img img {
    width: 20px;
}

/* Hizli Islemler */

.vcenter.hizli-islemler {
    display: inline-block;
    width: auto;
    height: 100%;
    font-size: .16rem;
    line-height: 1.2em;
    color: #6321a9;
    font-family: 'Mulish';
    cursor: pointer !important;
}

.vcenter.hizli-islemler img {
    width: .16rem;
}

.hizli-islemler:hover .hizli-islemler-menu {
    display: flex;
}

.hizli-islemler-menu {
    list-style: none;
    display: none;
    width: 260px;
    background-color: #ffffff;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 0.5rem;
    min-width: 260px;
    text-align: left;
}

.hizli-islemler-menu li {
    border-bottom: 1px solid #dee3ed;
    padding: 20px 32px;
}

.hizli-islemler-menu li a {
    display: block;
    cursor: pointer;
    font-size: 16px;
    padding: 0.05rem 0.1rem;
    font-size: .16rem;
    line-height: 20px;
    color: #6321a9;
    font-family: "Mulish";
}

.campaign-slider {
    margin-top: -3.5rem;
}

.selfy-special-container {
    margin-top: -0.5rem;
    display: grid;
    padding: 0 3rem;
    gap: 0.5rem;
    grid-template-columns: auto auto auto;
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
    .selfy-special-container {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 1024px) {
    .selfy-special-container {
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .selfy-special-container {
        grid-template-columns: auto;
    }

    .main-title h2 span {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 900px) {
    .selfy-special-container {
        margin-top: -4.5rem;
    }
}

.main-title h3 {
    font-size: 0.54rem;
}

.main-title h2 {
    font-size: .72rem;
    line-height: .9em;
    letter-spacing: -.02em;
}

.main-title h2 span {
    display: block;
    font-size: 1rem;
    line-height: .9em;
    letter-spacing: -.02em;
}

.swal2-container .swal2-html-container {
    overflow: unset;
}

.swal2-shown.swal2-height-auto {
    padding: 0 !important;
}

.ajax-loading img {
    animation: ajax-loading 1s infinite;
}

@keyframes ajax-loading {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}

.cookie-buttons {
    display: flex;

}

.cookie-buttons .btn-cookie {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-buttons .btn-cookie .input {
    width: 87px;
    height: 45px;
}

.cookie-buttons .btn-cookie .input input {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
}

.cookie-buttons .btn-cookie .input label {
    background-color: gray;
    width: inherit;
    height: inherit;
    border-radius: 22.5px;
    display: block;
    position: relative;
}

.cookie-buttons .btn-cookie .input label::before {
    content: '';
    top: 50%;
    position: absolute;
    left: 8px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #DEE3ED;
    box-shadow: 0px 0px 1.9px rgba(0, 0, 0, 0.12), 0px 1.9px 1.9px rgba(0, 0, 0, 0.237602);
}

.cookie-buttons .btn-cookie .input input:checked+label {
    background: #FF8300;
}

.cookie-buttons .btn-cookie .input input:checked+label::before {
    left: unset;
    right: 8px
}

@media only screen and (max-width: 600px) {
    .cookie-buttons {
        flex-direction: column;
    }
}