@charset "UTF-8";

.row_2,
.row_2_2_1,
.row_3,
.row_4 {
    display: flex;
    float: left;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .row_2,
    .row_2_2_1,
    .row_3,
    .row_4 {
        display: block;
        justify-content: unset;
    }
}

.row_2 > .card, .row_2 .col {
    width: calc(50% - 12px);
}

@media only screen and (max-device-width: 812px) {
    .row_2 > .card, .row_2 .col {
        width: 100%;
    }
}

.row_3 > .card {
    width: calc(33.3333333333% - 12px);
}

@media only screen and (max-device-width: 812px) {
    .row_3 > .card {
        width: 100%;
    }
}

.row_4 {
    flex-grow: 4;
    flex-wrap: wrap;
}

    .row_4 > .card {
        width: calc(25% - 12px);
    }

@media only screen and (max-device-width: 812px) {
    .row_4 > .card {
        width: 100%;
    }
}

.row_2_2_1 > .card {
    width: calc(41.6666666667% - 12px);
}

@media only screen and (max-device-width: 812px) {
    .row_2_2_1 > .card {
        width: 100%;
    }
}

.row_2_2_1 > .card ~ .card {
    width: calc(58.3333333333% - 12px);
}

@media only screen and (max-device-width: 812px) {
    .row_2_2_1 > .card ~ .card {
        width: 100%;
    }
}

.full .main {
    width: 100%;
}

.col_1 {
    float: left;
    width: 100%;
}

.col_2 {
    float: left;
    width: 50%;
}

@media only screen and (max-device-width: 812px) {
    .col_2 {
        width: 100%;
    }
}

.hmpg aside {
    width: calc(16.6666666667% - 24px);
}

@media only screen and (max-device-width: 812px) {
    .hmpg aside {
        width: 100%;
    }
}

.hmpg main {
    width: 83.3333333333%;
}

@media only screen and (max-device-width: 812px) {
    .hmpg main {
        width: 100%;
    }
}

@media only screen and (max-device-width: 812px) {
    .no_mob {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .no_desk {
        display: none !important;
    }
}

.dsp_no {
    display: none;
}

.dsp_blck {
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.fill_gold {
    fill: rgb(236, 202, 131);
}

.fill_white {
    fill: rgb(255, 255, 255);
}

.fill_med_orange {
    fill: #ad4b19;
}

.fill_red {
    fill: #FF0F00;
}

.border_black {
    border: 1px solid #000 !important;
}

.icon {
    margin-right: 6px;
}

    .icon .cross {
        cursor: pointer;
    }

.txtgld {
    color: rgb(236, 202, 131) !important;
}

.txtwhite {
    color: rgb(255, 255, 255) !important;
}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none !important;
}

.full-width {
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }
}

.brdcrmb {
    margin: 0;
    padding: 0;
}

@media only screen and (max-device-width: 812px) {
    .brdcrmb {
        font-size: 0.8rem;
    }
}

.brdcrmb li {
    display: block;
    float: left;
    list-style-type: none;
}

    .brdcrmb li a {
        float: left;
    }

    .brdcrmb li:after {
        content: " > ";
        display: block;
        float: left;
        padding: 2px 6px 0 6px;
    }

    .brdcrmb li:last-child:after {
        content: "";
    }

.card {
    margin-bottom: 24px;
    float: left;
    position: relative;
    width: 100%;
}

    .card figure {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .card header {
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        background: rgb(236, 202, 131);
        background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border: solid 1px rgb(117, 95, 43);
        border-bottom: none;
        box-sizing: border-box;
        display: block;
        float: left;
        padding: 12px;
        position: relative;
        width: 100%;
    }

        .card header .ttl {
            color: rgb(36, 39, 40);
            float: left;
            font-weight: 400;
            margin-bottom: 0;
        }

        .card header .info {
            background: url(/static/images/icons/ic_info.svg) no-repeat top left;
            content: "";
            background-size: 24px 24px;
            display: block;
            float: right;
            height: 24px;
            margin-top: 6px;
            margin-left: 18px;
            opacity: 0.4;
            text-indent: -999em;
            width: 24px;
        }

@media only screen and (max-device-width: 812px) {
    .card header .btn {
        float: right;
        width: initial;
    }
}

.card section {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    background: rgb(248, 245, 239);
    border: solid 1px rgb(117, 95, 43);
    box-sizing: border-box;
    color: rgb(36, 39, 40);
    display: block;
    float: left;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.card a {
    color: rgb(36, 39, 40);
}

.card.drk header {
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border-color: rgb(36, 39, 40);
}

    .card.drk header .ttl {
        color: rgb(229, 229, 229);
    }

    .card.drk header .info, .card.drk header:before {
        filter: invert(1);
    }

.card.drk section {
    background: rgb(0, 0, 0);
    border-color: rgb(36, 39, 40);
    color: rgb(229, 229, 229);
}

.card.drk a {
    color: rgb(197, 164, 84);
}

.card.snd header {
    background: rgb(234, 225, 207);
    border-color: rgb(210, 193, 154);
}

    .card.snd header .ttl {
        color: rgb(36, 39, 40);
    }

.card.snd section {
    background: rgb(234, 225, 207);
    border-color: rgb(210, 193, 154);
}

.card_no_hdr section {
    border-radius: 6px;
}

.card_chs_type header {
    padding-left: 42px;
}

    .card_chs_type header:before {
        content: "";
        display: inline-block;
        height: 36px;
        left: 6px;
        top: 6px;
        width: 36px;
        position: absolute;
    }

@media only screen and (max-device-width: 812px) {
    .card_chs_type header {
        border-radius: 6px 6px;
        -moz-border-radius: 6px 6px;
        -webkit-border-radius: 6px 6px;
    }

        .card_chs_type header .ttl {
            margin-top: 6px;
            width: auto;
        }

        .card_chs_type header:before {
            top: 14px;
        }
}

.card_chs_type section img {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.card_chs_type section .btn {
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .card_chs_type section {
        display: none;
    }
}

.card_chs_type.indep header:before {
    background: url(/static/images/icons/ic_indep.svg) no-repeat top left;
}

.card_chs_type.agency header:before {
    background: url(/static/images/icons/ic_agency.svg) no-repeat top left;
}

.card_chs_type.club header:before {
    background: url(/static/images/icons/ic_club.svg) no-repeat top left;
}

.card_chs_type.visitor header:before {
    background: url(/static/images/icons/ic_traveler.svg) no-repeat top left;
    background-size: 24px;
    top: 12px;
}

@media only screen and (max-device-width: 812px) {
    .card_chs_type.visitor header:before {
        top: 16px;
    }
}

.card_chs_type.indep header:before, .card_chs_type.agency header:before, .card_chs_type.club header:before {
    background-size: 36px 36px;
}

.card_active header {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

@media only screen and (max-device-width: 812px) {
    .card_active section {
        display: block;
    }

        .card_active section img {
            margin-right: 12px;
            width: 100%;
        }

        .card_active section ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            font-size: 0.6rem;
            width: 100%;
        }
}

@media only screen and (max-device-width: 812px) {
    .card_ltst {
        display: none;
    }
}

.btn {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ad4b19;
    background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border: solid 1px #7b2e06;
    box-sizing: border-box;
    color: rgb(255, 255, 255) !important;
    display: block;
    float: left;
    font-size: 1rem;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

    .btn:hover {
        background: #da5e1f;
        background: -moz-linear-gradient(top, #da5e1f 0%, #ac4008 99%);
        background: -webkit-linear-gradient(top, #da5e1f 0%, #ac4008 99%);
        background: linear-gradient(to bottom, #da5e1f 0%, #ac4008 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        cursor: pointer;
    }

    .btn.sm {
        width: auto;
    }

    .btn.dsbld {
        margin: 0;
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
    }

        .btn.dsbld:hover {
            background: #ad4b19;
            background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
            background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
            background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        }

    .btn.drk {
        border: solid 1px rgb(197, 164, 84);
        background: #3c4143;
        background: -moz-linear-gradient(top, #3c4143 0%, #1a1a1a 99%);
        background: -webkit-linear-gradient(top, #3c4143 0%, #1a1a1a 99%);
        background: linear-gradient(to bottom, #3c4143 0%, #1a1a1a 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    }

        .btn.drk:focus {
            background: rgb(0, 0, 0);
        }

    .btn.outln {
        margin-bottom: 12px;
        background: #3c4143;
        background: -moz-linear-gradient(top, #3c4143 0%, #1a1a1a 99%);
        background: -webkit-linear-gradient(top, #3c4143 0%, #1a1a1a 99%);
        background: linear-gradient(to bottom, #3c4143 0%, #1a1a1a 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border-color: #ad4b19;
    }

        .btn.outln:hover {
            background: transparent;
        }

    .btn.tgl {
        padding-right: 36px;
    }

        .btn.tgl:after {
            width: 0;
            height: 0;
            display: inline-block;
            border: 6px solid transparent;
            border-top-color: black;
            content: "";
            position: absolute;
            right: 12px;
            top: 14px;
        }

.btn--open:after {
    border-color: transparent;
    border-bottom-color: black;
    top: 8px;
}

.btn.facebook {
    background: rgb(24, 119, 242) url("/static/images/icons/ic_login_facebook.svg") left center no-repeat;
    border-color: rgb(24, 119, 242);
}

    .btn.facebook:hover {
        background: #3085f3 url("/static/images/icons/ic_login_facebook.svg") left center no-repeat;
    }

.btn.google {
    background: rgb(224, 58, 38) url("/static/images/icons/ic_login_google.svg") left center no-repeat;
    border-color: rgb(224, 58, 38);
}

    .btn.google:hover {
        background: #e34e3c url("/static/images/icons/ic_login_google.svg") left center no-repeat;
    }

.btn.apple {
    background: rgb(0, 0, 0) url("/static/images/icons/ic_login_apple.svg") left center no-repeat;
    background-size: 35px 23px;
    border-color: rgb(140, 140, 140);
}

.btn.branded {
    background-position: left 10px bottom 45%;
    border-style: solid;
    border-width: 1px;
    color: rgb(255, 255, 255) !important;
    margin-bottom: 12px;
    min-width: 240px;
    padding: 12px 12px 12px 48px;
    text-align: left;
}

    .btn.branded:hover {
        background-size: 36px 36px;
        border-color: rgb(229, 229, 229);
    }

.btn.back {
    background: transparent;
    border: none;
    color: rgb(236, 202, 131) !important;
    text-decoration: underline;
}

.btn.btn-danger {
    background: rgb(153, 42, 34);
    background: -moz-linear-gradient(top, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    background: -webkit-linear-gradient(top, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    background: linear-gradient(to bottom, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#992a22", endColorstr="#721710",GradientType=0 );
    border-color: rgb(114, 23, 16);
}

    .btn.btn-danger:hover {
        background: rgb(180, 56, 47);
        background: -moz-linear-gradient(top, rgb(199, 66, 56) 0%, rgb(129, 29, 21) 99%);
        background: -webkit-linear-gradient(top, rgb(199, 66, 56) 0%, rgb(129, 29, 21) 99%);
        background: linear-gradient(to bottom, rgb(199, 66, 56) 0%, rgb(129, 29, 21) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c73842", endColorstr="#811d15",GradientType=0 );
        border-color: rgb(114, 23, 16);
    }

.btn.btn-success {
    background: rgb(114, 153, 45);
    background: -moz-linear-gradient(top, rgb(114, 153, 45) 0%, #557221 99%);
    background: -webkit-linear-gradient(top, rgb(114, 153, 45) 0%, #557221 99%);
    background: linear-gradient(to bottom, rgb(114, 153, 45) 0%, #557221 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border-color: #557221;
}

    .btn.btn-success:hover {
        background: rgb(121, 163, 46);
        background: -moz-linear-gradient(top, rgb(121, 163, 46) 0%, rgb(123, 168, 44) 99%);
        background: -webkit-linear-gradient(top, rgb(121, 163, 46) 0%, rgb(123, 168, 44)99%);
        background: linear-gradient(to bottom, rgb(121, 163, 46) 0%, rgb(123, 168, 44) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border-color: #557221;
    }

.btn.btn-warning {
    background: rgb(230, 162, 38);
    background: -moz-linear-gradient(top, rgb(230, 162, 38) 0%, rgb(186, 132, 36) 99%);
    background: -webkit-linear-gradient(top,rgb(230, 162, 38) 0%, rgb(186, 132, 36) 99%);
    background: linear-gradient(to bottom, rgb(230, 162, 38)0%, rgb(186, 132, 36) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6a226", endColorstr="#ba8424",GradientType=0 );
    border-color: rgb(230, 162, 38);
}

    .btn.btn-warning:hover {
        background: rgb(251, 183, 60);
        background: -moz-linear-gradient(top, rgb(251, 183, 60) 0%, rgb(186, 132, 36) 99%);
        background: -webkit-linear-gradient(top,rgb(251, 183, 60) 0%, rgb(186, 132, 36) 99%);
        background: linear-gradient(to bottom, rgb(251, 183, 60) 0%, rgb(186, 132, 36) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fbb73c", endColorstr="#ba8424",GradientType=0 );
        border-color: rgb(251, 183, 60);
    }

.btn.btn-svg-icon {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    line-height: 1;
    justify-content: center;
}

.drk .btn.outln {
    border-color: rgb(140, 140, 140);
    color: rgb(229, 229, 229) !important;
}

.drk .btn.tgl:after {
    border-top-color: rgb(140, 140, 140);
}

.drk .btn.open:after {
    border-color: transparent;
    border-bottom-color: rgb(140, 140, 140);
}

.btn.btn-conversion {
    width: 100%;
}

.btn.btn-nav {
    background: linear-gradient(to bottom, #ecca83 0%, #c5a454 99%);
    border: solid 1px #c5a454;
    color: rgb(30, 30, 30) !important;
    outline: none;
}

    .btn.btn-nav:hover {
        background: linear-gradient(to bottom, #c5a454 0%, #ecca83 99%);
    }

    .btn.btn-nav.active {
        background: -moz-linear-gradient(top, #7d6638 0%, #b18724 99%);
        background: -webkit-linear-gradient(top, #7d6638 0%, #b18724 99%);
        background: linear-gradient(to bottom, #7d6638 0%, #b18724 99%);
        border: solid 1px #b18724;
        color: rgb(232, 232, 232) !important;
        font-weight: bold;
    }

        .btn.btn-nav.active:hover {
            background: -moz-linear-gradient(top, #7d6638 0%, #b18724 99%);
            background: -webkit-linear-gradient(top, #7d6638 0%, #b18724 99%);
            background: linear-gradient(to bottom, #7d6638 0%, #b18724 99%);
        }

    .btn.btn-nav + .btn.btn-nav {
        border-radius: unset;
        -moz-border-radius: unset;
        -webkit-border-radius: unset;
    }
/*.sub-nav > .btn.btn-nav:first-child {
    display: none;
}*/

. /*sub-nav > .btn.btn-nav:first-child {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

.sub-nav.mobile > .btn.btn-nav:first-child {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-left-radius: unset;
    -moz-border-radius-bottomleft: unset;
    -webkit-border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    -moz-border-radius-bottomright: unset;
    -webkit-border-bottom-right-radius: unset;
}*/
.sub-nav.mobile > .btn.btn-nav:first-child {
    display: block;
    border-top-right-radius: unset;
    -moz-border-radius-topright: unset;
    -webkit-border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    -moz-border-radius-bottomright: unset;
    -webkit-border-bottom-right-radius: unset;
}

.sub-nav > .btn.btn-nav:nth-child(1) {
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.sub-nav.mobile > .btn.btn-nav:nth-child(1) {
    border-radius: unset;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
}

.sub-nav > .btn.btn-nav:last-child {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

@media only screen and (max-device-width: 530px) {
    .sub-nav {
        flex-wrap: wrap;
    }

        .sub-nav > .btn.btn-nav:first-child {
            border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
        }

        .sub-nav.mobile > .btn.btn-nav:first-child {
            border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -webkit-border-top-left-radius: 6px;
            border-bottom-left-radius: unset;
            -moz-border-radius-bottomleft: unset;
            -webkit-border-bottom-left-radius: unset;
            border-bottom-right-radius: unset;
            -moz-border-radius-bottomright: unset;
            -webkit-border-bottom-right-radius: unset;
        }

        .sub-nav.mobile > .btn.btn-nav:nth-child(2) {
            border-radius: unset;
            -moz-border-radius: unset;
            -webkit-border-radius: unset;
        }

        .sub-nav > .btn.btn-nav:nth-child(2) {
            border-radius: unset;
            -moz-border-radius: unset;
            -webkit-border-radius: unset;
            border-top-left-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -webkit-border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
        }

        .sub-nav > .btn.btn-nav:last-child {
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-top-right-radius: unset;
            -moz-border-radius-topright: unset;
            -webkit-border-top-right-radius: unset;
        }
}

.checkbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(255, 255, 255);
    display: block;
    padding: 4px 0 0 35px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox input:hover input ~ .checkmark {
            background-color: rgb(229, 229, 229);
        }

        .checkbox input:checked ~ .checkmark {
            background: rgb(236, 202, 131);
            background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
            background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
            background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        }

            .checkbox input:checked ~ .checkmark:after {
                display: block;
            }

    .checkbox .checkmark {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

        .checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.gdpr-cb {
    float: left;
    width: 100%;
    margin-top: 12px;
}

    .gdpr-cb .checkbox {
        float: left;
        padding: 0;
        margin: 0;
        width: 10%;
    }

    .gdpr-cb label {
        float: left;
        font-size: 10px;
        font-weight: normal;
        width: 90%;
    }

.form_terms_cond {
    display: block;
    font-size: 0.6rem;
    margin-bottom: 12px;
}

input,
textarea {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(36, 39, 40);
    border: solid 1px rgb(210, 193, 154);
    box-sizing: border-box;
    float: left;
    margin-bottom: 12px;
    max-height: 36px;
    padding: 12px;
    width: 100%;
}

    input[type=file], input[type=image],
    textarea[type=file],
    textarea[type=image] {
        background: transparent;
        padding: 12px 0;
    }

    input[type=checkbox],
    textarea[type=checkbox] {
        width: auto;
    }

textarea {
    float: left;
    max-height: 120px;
}

label {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 6px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(36, 39, 40);
}

.drk label {
    color: rgb(229, 229, 229);
}

select {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-color: rgb(255, 255, 255);
    background-position: right;
    background-repeat: no-repeat;
    border: solid 1px rgb(36, 39, 40);
    color: rgb(0, 0, 0);
    font-size: 1rem;
    margin-bottom: 12px;
    height: 36px;
    padding: 0 24px 0 12px;
    width: 100%;
}

    select::-ms-expand {
        display: none;
    }

    select option {
        font-weight: normal;
    }

    select:after {
        content: "hi";
    }

.val_invalid, .val_valid {
    border-left-style: solid;
    border-width: 3px;
    float: left;
    list-style-type: none;
    margin: 0 0 12px 12px;
    padding: 6px 0;
    width: 100%;
}

    .val_invalid li, .val_valid li {
        margin: 0 0 0 12px;
        padding: 0;
    }

.val_valid {
    border-color: rgb(114, 153, 45);
    color: rgb(114, 153, 45);
}

.val_invalid {
    border-color: rgb(197, 21, 21);
    color: rgb(197, 21, 21);
}

.input_valid {
    border-bottom-width: 2px;
    border-color: rgb(114, 153, 45);
}

.input_invalid {
    border-bottom-width: 2px;
    border-color: rgb(197, 21, 21);
}

.mndtry {
    color: #ad4b19;
}

.prgrsbr {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px rgb(36, 39, 40);
    background: rgb(0, 0, 0);
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

    .prgrsbr > div {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background: rgb(117, 95, 43);
        background-image: linear-gradient(to right, rgb(117, 95, 43), rgb(236, 202, 131));
        box-sizing: border-box;
        float: left;
        font-size: 0.6rem;
        font-weight: bold;
        padding: 6px;
        text-align: center;
        width: 0;
    }

.inp_drop {
    float: left;
    margin-bottom: 6px;
    width: 100%;
}

    .inp_drop .drop-container {
        align-items: center;
        border-radius: 10px;
        background: rgb(36, 39, 40);
        background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border: 2px dashed #ad4b19;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        padding: 20px;
        position: relative;
        transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    }

        .inp_drop .drop-container:hover {
            background: #4a1c04;
            cursor: pointer;
        }

    .inp_drop .drop-title {
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        transition: color 0.2s ease-in-out;
    }

        .inp_drop .drop-title:before {
            content: "";
            display: inline-block;
            float: left;
            margin-right: 12px;
            width: 25px;
            height: 16px;
            background-image: url('data:image/svg+xml;utf8,<svg width="25" height="18" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0136 0H0.398205C0.178276 0 0 0.186104 0 0.415595V14.5844C0 14.8139 0.178276 15 0.398205 15H19.0136C19.2334 15 19.4118 14.8139 19.4118 14.5844V0.415595C19.4118 0.186104 19.2335 0 19.0136 0ZM18.6154 0.831191V10.6075L14.4733 7.27982C14.3394 7.17214 14.1549 7.16457 14.0132 7.26082L11.2935 9.1084L5.92791 5.26759C5.80081 5.17661 5.63476 5.17034 5.5016 5.25163L0.796409 8.12489V0.831191H18.6154V0.831191ZM0.796409 14.1688V9.08787L5.68581 6.10219L11.0625 9.95093C11.1954 10.0459 11.3701 10.0482 11.505 9.9565L14.2111 8.11812L18.6154 11.6564V14.1688H0.796409V14.1688Z" fill="white"/><path d="M11.1779 6.44184C12.2157 6.44184 13.06 5.5607 13.06 4.47757C13.06 3.39461 12.2157 2.51355 11.1779 2.51355C10.1401 2.51355 9.29581 3.39461 9.29581 4.47757C9.29581 5.5607 10.1401 6.44184 11.1779 6.44184ZM11.1779 3.34478C11.7765 3.34478 12.2636 3.85297 12.2636 4.47761C12.2636 5.10238 11.7766 5.61069 11.1779 5.61069C10.5793 5.61069 10.0922 5.10242 10.0922 4.47761C10.0922 3.85293 10.5793 3.34478 11.1779 3.34478Z" fill="white"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
        }

    .inp_drop:hover .drop-title {
        color: rgb(255, 255, 255);
    }

    .inp_drop input[type=file] {
        display: none;
    }

        .inp_drop input[type=file]::file-selector-button {
            background: rgb(197, 164, 84);
            border: none;
            border-radius: 10px;
            color: rgb(255, 255, 255);
            cursor: pointer;
            margin-right: 20px;
            padding: 10px 20px;
            transition: background 0.2s ease-in-out;
        }

.hmpg .adv_here {
    color: rgb(36, 39, 40);
    cursor: pointer;
    font-size: 0.6rem;
    left: 240px;
    position: absolute;
    text-decoration: underline;
    z-index: 2;
    top: 18px;
}

@media only screen and (max-device-width: 812px) {
    .hmpg .adv_here {
        left: initial;
        right: 12px;
    }
}

.hmpg .adv_here:hover {
    text-decoration: none;
}

.hmpg .advrt_lst {
    display: flex;
    flex: 4;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .hmpg .advrt_lst {
        gap: 1%;
        justify-content: space-between;
    }
}

.hmpg .advrt_lst li {
    float: left;
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0;
    width: 23%;
    text-align: center;
}

@media only screen and (max-device-width: 812px) {
    .hmpg .advrt_lst li {
        width: 49%;
    }
}

@media (orientation: landscape) {
    .hmpg .advrt_lst li {
        width: 23%;
    }
}

.hmpg .advrt_lst li .ttl {
    color: rgb(114, 23, 16);
    margin-bottom: 6px;
    text-transform: none;
}

.hmpg .advrt_lst li .intro {
    font-size: 0.8rem;
}

.hmpg .advrt_lst li a {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
}

@media only screen and (max-device-width: 812px) {
    .hmpg .advrt_lst li a {
        height: 255px;
    }
}

.hmpg .advrt_lst li img {
    box-sizing: border-box;
    border: solid 1px rgb(36, 39, 40);
}

.pgr {
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .pgr span {
        font-size: 0.8rem;
        margin: 0 auto;
        padding-top: 12px;
        text-align: center;
        width: 120px;
    }

@media (orientation: landscape) {
    .pgr span {
        padding: 12px 3px;
    }
}

.pgr .btn {
    width: 120px;
}

    .pgr .btn svg {
        margin: 2px 0 0 -3px;
    }

    .pgr .btn.prev svg {
        transform: rotate(180deg);
    }

@media only screen and (max-device-width: 812px) {
    .pgr {
        background: rgb(36, 39, 40);
        background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border-top: solid 3px rgb(197, 164, 84);
        box-sizing: border-box;
        padding: 12px;
        left: 0;
        width: 100%;
    }

        .pgr .btn {
            width: 90px;
        }

        .pgr span {
            color: rgb(255, 255, 255);
        }
}

.pgr .bck {
    display: none;
}

.pgr.enable_back .bck {
    margin: 8px 24px 0 0;
    display: block;
    height: 24px;
    width: 24px;
}

    .pgr.enable_back .bck svg {
        fill: rgb(255, 255, 255);
    }

.fltr {
    margin-left: 6px;
    position: relative;
}

    .fltr ul {
        color: rgb(236, 202, 131);
        float: left;
        font-size: 0.8rem;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .fltr ul li {
            cursor: pointer;
            text-decoration: underline;
        }

            .fltr ul li:hover {
                text-decoration: none;
            }

    .fltr .srch {
        display: none;
    }

@media only screen and (max-device-width: 812px) {
    .fltr {
        margin-top: 6px;
        margin-bottom: 0;
        order: 1;
    }

        .fltr header {
            display: none;
        }

        .fltr section {
            background: transparent;
            border: none;
            padding: 0;
        }

            .fltr section ul {
                font-size: 0.6rem;
            }

            .fltr section li {
                border: solid 1px rgb(236, 202, 131);
                color: rgb(236, 202, 131);
                display: inline-block;
                margin-right: 2px;
                padding: 6px;
                text-decoration: none;
            }
}

.fltr .act_fct {
    background: transparent;
    border-color: transparent;
    color: rgb(197, 164, 84);
    text-decoration: none;
}

    .fltr .act_fct:before {
        border: solid 2px rgb(197, 164, 84);
        border-radius: 50%;
        display: inline-block;
        content: "✕";
        color: rgb(255, 255, 255);
        height: 10px;
        line-height: 11px;
        font-size: 12px;
        margin: -6px 6px 0 0;
        padding: 5px;
        text-align: center;
        width: 10px;
    }

@media (min-width: 768px) {
    .fltr .act_fct:before {
        border-width: 1px;
        line-height: 10px;
    }
}

@media only screen and (max-device-width: 812px) {
    .srch {
        order: 2;
    }
}

.srch label {
    position: absolute;
    z-index: -1;
}

.srch_tggl {
    background: rgb(236, 202, 131);
    background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
    background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
    background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: none;
    color: rgb(36, 39, 40);
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 71px;
    width: 36px;
    z-index: 2;
}

    .srch_tggl:before {
        background: url("/static/images/icons/ic_search.svg") no-repeat top left;
        background-size: 20px 20px;
        content: "";
        display: inline-block;
        margin-top: 8px;
        height: 20px;
        width: 20px;
    }

    .srch_tggl svg {
        margin-top: 8px;
        width: 20px;
    }

    .srch_tggl.active:before {
        background: url("/static/images/icons/ic_close.svg") no-repeat top left;
        background-size: 20px 20px;
    }

.city .srch_tggl {
    display: none;
}

@media only screen and (max-device-width: 812px) {
    .city .srch_tggl {
        display: block;
    }
}

@media only screen and (max-device-width: 812px) {
    .city .srch {
        display: none;
    }

        .city .srch.active {
            display: block;
        }
}

.main {
    position: relative;
}

.city_info_toggle {
    display: none;
}

@media only screen and (max-device-width: 812px) {
    .city_info_toggle {
        background-color: rgb(19, 123, 203);
        border-radius: 50%;
        display: block;
        height: 21px;
        padding: 3px;
        position: absolute;
        text-align: center;
        top: -30px;
        right: 50px;
        width: 21px;
        z-index: 2;
    }

        .city_info_toggle:before {
            content: "ⓘ";
            display: block;
            font-size: 18px;
            margin-top: -2px;
        }
}

.city_intro {
    display: block;
}

@media only screen and (max-device-width: 812px) {
    .city_intro {
        display: none;
    }

        .city_intro.open {
            display: block;
        }
}

.ssp_res {
    border-bottom: solid 1px rgb(117, 95, 43);
    box-sizing: border-box;
    float: left;
    padding: 12px;
    padding-bottom: 18px;
    width: 100%;
}

    .ssp_res:hover {
        background: rgb(234, 225, 207);
    }

    .ssp_res .wide_bnr {
        float: left;
        margin-bottom: -10px;
        text-align: center;
        width: 100%;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_res .wide_bnr img {
        width: 100%;
    }
}

.ssp_res.single_pic .ssp_res_img {
    box-sizing: border-box;
    float: left;
    padding-right: 12px;
    width: 33.3333333333%;
}

    .ssp_res.single_pic .ssp_res_img span {
        width: 100% !important;
    }

.ssp_res.single_pic .ssp_res_info {
    float: left;
    width: 66.6666666667%;
}

.ssp_res.single_pic .rdmr {
    display: block;
    float: left;
}

.ssp_res_hdr {
    float: left;
    width: 66.6666666667%;
}

    .ssp_res_hdr .t1 {
        color: rgb(114, 23, 16);
        display: block;
        margin: 0;
        font-weight: 400;
        width: calc(100% - 13px);
    }

@media only screen and (max-device-width: 812px) {
    .ssp_res_hdr {
        width: 66.6666666667%;
    }

        .ssp_res_hdr .t1 {
            color: rgb(114, 23, 16);
            font-size: 1rem;
            font-weight: 800;
        }
}

.ssp_res a {
    float: left;
    text-decoration: none;
    width: 100%;
}

.ssp_res .rdmr {
    display: block;
    margin: 6px 0 0 0;
    text-decoration: underline;
}

    .ssp_res .rdmr:hover {
        text-decoration: none;
    }

.ssp_res .icn {
    display: block;
    margin-top: 3px;
    float: right;
}

.ssp_res_sub {
    color: rgb(92, 92, 88);
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 0.8rem;
    margin-bottom: 6px;
}

.ssp_res_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_res_img img {
        width: calc(33.3333333333% - 12px);
    }
}

.ssp_res_img a {
    width: calc(33.3333333333% - 6px);
}

    .ssp_res_img a img {
        width: 100%;
    }

.ssp_res_info {
    line-height: 18px;
    margin-top: 6px;
    line-break: break-word;
    max-width: 100vw;
}

.labels {
    height: 42px;
    float: right;
    width: 33.3333333333%;
}

@media only screen and (max-device-width: 812px) {
    .labels {
        width: 33.3333333333%;
    }
}

.labels span {
    margin: 0 3px;
}

.ssp_res_lst {
    margin-bottom: 0;
}

    .ssp_res_lst section {
        padding: 0;
    }

    .ssp_res_lst .pgr {
        box-sizing: border-box;
        padding: 12px;
    }

    .ssp_res_lst header h4 {
        width: auto;
    }

    .ssp_res_lst header .adv_here {
        margin-top: 6px;
        float: right;
        font-size: 0.6rem;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_res_lst .row_4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.ssp_res_lst .row_4 .ssp_res {
    padding-top: 6px;
    text-align: center;
    width: calc(25% - 24px);
    border-bottom: none;
}

@media only screen and (max-device-width: 812px) {
    .ssp_res_lst .row_4 .ssp_res {
        width: calc(50% - 6px);
    }
}

.ssp_res_lst .row_4 .ssp_res a {
    text-decoration: none;
    width: 100%;
}

.ssp_res_lst .row_4 .ssp_res .t2 {
    color: rgb(114, 23, 16);
    font-size: 1rem;
    line-height: 18px;
    font-weight: bold;
    height: 22px;
    margin-bottom: 3px;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
}

.ssp_res_lst .row_4 .ssp_res .ssp_res_img {
    display: block;
    justify-content: initial;
    height: 200px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

    .ssp_res_lst .row_4 .ssp_res .ssp_res_img .icn {
        position: absolute;
        height: 11px;
        width: 14px;
        top: 6px;
        right: 6px;
    }

    .ssp_res_lst .row_4 .ssp_res .ssp_res_img img {
        margin-bottom: 12px;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_res_lst .row_4 .ssp_res .ssp_res_img img {
        width: 100%;
    }
}

.ssp_res_lst .row_4 .ssp_res_hdr {
    float: left;
    width: 100%;
}

.ssp_res_lst .row_1 .ssp_res_img {
    margin-bottom: 12px;
}

    .ssp_res_lst .row_1 .ssp_res_img span {
        width: calc(33.3333333333% - 3px);
        height: auto;
        max-height: 340px;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_res_lst .row_1 .ssp_res_img span {
        max-height: 170px;
    }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .ssp_res_lst .row_1 .ssp_res_img span {
        max-height: 240px;
    }
}

.ssp_res_lst .row_1 .ssp_res_img span img {
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .country .srch {
        display: none;
    }
}

.country hr {
    margin: 0;
}

.country .umbr_content,
.country .city_list {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}

    .country .umbr_content h1,
    .country .umbr_content h2,
    .country .umbr_content h3,
    .country .umbr_content h4,
    .country .umbr_content h5,
    .country .umbr_content h6,
    .country .city_list h1,
    .country .city_list h2,
    .country .city_list h3,
    .country .city_list h4,
    .country .city_list h5,
    .country .city_list h6 {
        color: rgb(36, 39, 40);
        font-weight: bold;
        font-size: initial;
    }

    .country .umbr_content p, .country .umbr_content ul, .country .umbr_content ol,
    .country .city_list p,
    .country .city_list ul,
    .country .city_list ol {
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

@media only screen and (max-device-width: 812px) {
    .country .umbr_content img,
    .country .city_list img {
        height: auto;
        width: 100%;
    }
}

.wz_steps_ind {
    counter-reset: my-sec-counter;
    border-bottom: solid 1px rgb(117, 95, 43);
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0 0 12px 0;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .wz_steps_ind {
        border: none;
        margin: 0;
    }
}

.wz_steps_ind li {
    float: left;
}

    .wz_steps_ind li a {
        position: relative;
        text-decoration: none;
        z-index: 1;
    }

        .wz_steps_ind li a:before {
            font-family: "Roboto", sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            color: rgb(236, 202, 131);
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: rgb(0, 0, 0);
            border: solid 1px rgb(236, 202, 131);
            counter-increment: my-sec-counter;
            content: counter(my-sec-counter);
            display: inline-block;
            height: 24px;
            opacity: 0.6;
            padding: 6px;
            text-align: center;
            width: 24px;
        }

        .wz_steps_ind li a.active {
            color: rgb(255, 255, 255);
        }

            .wz_steps_ind li a.active:before {
                background: rgb(236, 202, 131);
                background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
                background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
                background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(117, 95, 43) 99%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
                border-color: rgb(236, 202, 131);
                color: rgb(36, 39, 40);
                font-weight: bold;
                opacity: 1;
            }

        .wz_steps_ind li a.done {
            color: rgb(197, 164, 84);
            text-decoration: underline;
            text-underline-position: under;
        }

            .wz_steps_ind li a.done:before {
                background-color: rgb(117, 95, 43);
                border: transparent;
                color: rgb(117, 95, 43);
                font-weight: bold;
                opacity: 1;
            }

            .wz_steps_ind li a.done:after {
                border-bottom: 3px solid rgb(236, 202, 131);
                border-right: 3px solid rgb(236, 202, 131);
                content: "";
                display: inline-block;
                height: 12px;
                left: -18px;
                position: absolute;
                transform: rotate(45deg);
                top: 0;
                width: 6px;
                left: calc(50% - 4px);
                position: absolute;
            }

        .wz_steps_ind li a span {
            margin-left: 12px;
        }

@media only screen and (max-device-width: 812px) {
    .wz_steps_ind li a span {
        display: none;
    }
}

.speclist {
    display: table;
    margin: 0 0 12px 0;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .speclist {
        font-size: 0.8rem;
    }
}

.speclist > div:nth-of-type(odd) {
    background: #e4d8c1;
}

.speclist > div > div:first-of-type {
    font-weight: bold;
    width: 40%;
}

.speclist .row {
    display: table-row;
}

.speclist .cell {
    display: table-cell;
    padding: 3px;
    width: 60%;
}

dl {
    display: block;
    float: left;
    margin: 0 0 12px 0;
    width: 100%;
}

    dl lh {
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        font-weight: normal;
        color: rgb(114, 23, 16);
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }

    dl dt,
    dl dd {
        display: block;
        float: left;
        margin: 0;
        min-height: 20px;
        padding: 3px 6px;
        width: calc(50% - 12px);
    }

        dl dt:nth-of-type(odd),
        dl dd:nth-of-type(odd) {
            background: #e4d8c1;
        }

    dl dt {
        font-weight: bold;
    }

.error_msg {
    float: left;
    margin-bottom: 12px;
    color: rgb(197, 21, 21);
}

.load-error,
#components-reconnect-modal {
    background: rgba(0, 0, 0, 0.8) !important;
    box-sizing: border-box;
    height: 100%;
    padding: 20% 5% 5% 5% !important;
    opacity: 1 !important;
    text-align: center;
}

    .load-error h5,
    #components-reconnect-modal h5 {
        display: none !important;
    }

    .load-error div,
    #components-reconnect-modal div {
        border: none;
        box-sizing: border-box;
        margin: 0 auto;
    }

        .load-error div:before,
        #components-reconnect-modal div:before {
            margin: 0 auto;
            margin-bottom: 24px;
            left: 50%;
            right: 50%;
        }

        #components-reconnect-modal div:before {
            content: " ";
            display: block;
            height: 80px;
            width: 80px;
        }

    .load-error::after,
    #components-reconnect-modal::after {
        background: rgb(0, 0, 0) !important;
        border: #ad4b19 solid 2px;
        border-radius: 6px;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        white-space: pre-wrap;
        display: block !important;
        margin: 0 30% 24px 30%;
        padding: 60px 20px 20px 20px;
        width: 40%;
    }

@media only screen and (max-device-width: 812px) {
    .load-error::after,
    #components-reconnect-modal::after {
        margin: 0 10% 24px 10%;
        width: 80%;
    }
}

.load-error button,
.load-error .btn,
#components-reconnect-modal button,
#components-reconnect-modal .btn {
    display: block;
    margin: 20px auto 0;
    float: initial;
    width: 100px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ad4b19;
    background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border: solid 1px #7b2e06;
    box-sizing: border-box;
    color: rgb(255, 255, 255) !important;
    display: block;
    float: left;
    font-size: 1rem;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: auto;
}

.load-error .btn {
    margin: 0px;
}

.load-error .full-page-popup .dialog-footer .row {
    text-align: center;
    .
}

    .load-error .full-page-popup .dialog-footer .row .btn {
        float: none;
    }


.pnf {
    text-align: center;
}

    .pnf .main {
        float: initial;
        margin: 0 auto;
        width: 60%;
    }

@media only screen and (max-device-width: 812px) {
    .pnf .main {
        width: 100%;
    }
}

.pnf .main p {
    float: left;
    width: 100%;
}

.pnf .main .btn {
    display: block;
    float: none;
    margin: 0 auto 12px auto;
    width: 300px;
}

.pnf .main .searchlink {
    display: block;
    float: none;
}

.pnf .main a {
    color: rgb(255, 255, 255);
    display: block;
}

.pnf .lst_cntrs a {
    color: rgb(140, 140, 140);
    font-size: 0.8rem;
}

.faq,
.login {
    display: none;
    margin-top: 12px;
}

    .faq.open,
    .login.open {
        display: block;
    }

    .faq header,
    .login header {
        position: relative;
    }

        .faq header .crossclose,
        .login header .crossclose {
            position: absolute;
            right: 12px;
            top: 16px;
        }

.faq_tggl {
    color: rgb(197, 164, 84);
    cursor: pointer;
    text-decoration: underline;
}

    .faq_tggl:hover {
        text-decoration: none;
    }

.faq {
    float: left;
}

hr {
    background: rgb(140, 140, 140);
    border: none;
    display: block;
    height: 1px;
    margin: 0 0 24px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    hr.or {
        background: transparent;
        height: 30px;
    }

        hr.or:before {
            display: block;
            background: rgb(0, 0, 0);
            content: "OR";
            color: rgb(197, 164, 84);
            margin: 0 auto;
            position: relative;
            width: 50px;
            position: relative;
            text-align: center;
            z-index: 1;
        }

        hr.or:after {
            border-bottom: solid 1px rgb(210, 193, 154);
            display: block;
            content: " ";
            color: rgb(197, 164, 84);
            margin: -10px auto 0 auto;
            position: relative;
            width: 200px;
        }

.icn {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.6rem;
    height: 10px;
    padding: 6px;
    position: relative;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.icn.wtt:before, .icn.prem:before {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
}

.icn.wtt {
    background: rgb(140, 140, 140);
    background: -moz-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(140, 140, 140) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    display: block;
    padding-left: 20px;
}

    .icn.wtt:before {
        background: url("/static/images/icons/ic_wtt.svg") no-repeat top left;
        background-size: 10px 10px;
        height: 22px;
        left: 6px;
        top: 6px;
        width: 22px;
    }

@media only screen and (max-device-width: 812px) {
    .icn.wtt:before {
        left: 8px;
    }
}

@media (min-width: 768px) {
    .icn.wtt:after {
        content: "WILLING TO TRAVEL";
        color: rgb(255, 255, 255);
        padding-left: 0;
        width: 20px;
    }
}

.icn.prem {
    background: rgb(153, 42, 34);
    background: -moz-linear-gradient(top, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    background: -webkit-linear-gradient(top, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    background: linear-gradient(to bottom, rgb(153, 42, 34) 0%, rgb(114, 23, 16) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    color: rgb(255, 255, 255);
}

    .icn.prem svg {
        left: 0;
        position: absolute;
        top: 0;
    }

@media (min-width: 768px) {
    .icn.prem:after {
        content: "PREMIUM";
    }
}

.icn.validated {
    background: #197bad;
    background: -moz-linear-gradient(top, #197bad 0%, #0a547a 99%);
    background: -webkit-linear-gradient(top, #197bad 0%, #0a547a 99%);
    background: linear-gradient(to bottom, #197bad 0%, #0a547a 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    color: rgb(255, 255, 255);
    position: relative;
    padding-left: 18px;
    width: auto;
}

    .icn.validated:before {
        content: " ";
        position: absolute;
        left: 3px;
        top: 3px;
        height: 16px;
        width: 14px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTMzMzUgMy41NDA5OEMyLjkzMzM1IDUuNDcyNDMgNC41OTI2MSA3LjA4MTk3IDYuNjY2NjggNy4wODE5N0M4Ljc0MDc2IDcuMDgxOTcgMTAuNCA1LjQ3MjQzIDEwLjQgMy41NDA5OEMxMC40IDEuNjA5NTQgOC43NDA3NiAwIDYuNjY2NjggMEM0LjU5MjYxIDAgMi45MzMzNSAxLjYwOTU0IDIuOTMzMzUgMy41NDA5OFpNOC43NDA3NiAzLjU0MDk4QzguNzQwNzYgNC41ODcxOCA3LjgyODE2IDUuNDcyNDMgNi42NjY2OCA1LjQ3MjQzQzUuNTA1MiA1LjQ3MjQzIDQuNTkyNjEgNC41ODcxOCA0LjU5MjYxIDMuNTQwOThDNC41OTI2MSAyLjQ5NDc4IDUuNTA1MiAxLjYwOTU0IDYuNjY2NjggMS42MDk1NEM3LjgyODE2IDEuNjA5NTQgOC43NDA3NiAyLjQ5NDc4IDguNzQwNzYgMy41NDA5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yLjE4NjgxIDExLjc3MThDMi41MTg0MSAxMC4zODk2IDMuNjc5MDQgOS40OTUxMyA1LjAwNTQ3IDkuNDk1MTNIOC4zMjE1NEM4Ljk4NDc1IDkuNDk1MTMgOS42NDc5NiA5LjczOTA2IDEwLjIyODMgMTAuMTQ1NkMxMC41NTk5IDEwLjQ3MDkgMTEuMTQwMiAxMC4zODk2IDExLjM4ODkgMTAuMDY0M0MxMS43MjA1IDkuNzM5MDYgMTEuNjM3NiA5LjE2OTg4IDExLjMwNiA4LjkyNTk1QzEwLjQ3NyA4LjI3NTQ1IDkuMzk5MjYgNy44Njg5IDguMzIxNTQgNy44Njg5SDUuMDA1NDdDMi45MzI5MiA3Ljg2ODkgMS4xMDkwOCA5LjI1MTE5IDAuNTI4NzcyIDExLjM2NTNMMC4xMTQyNjMgMTIuOTEwMkMtMC4xMzQ0NDIgMTMuNjQyIDAuMDMxMzYxMiAxNC40NTUxIDAuNTI4NzcyIDE1LjEwNTZDMS4wMjYxOCAxNS42NzQ4IDEuNjg5NCAxNiAyLjUxODQxIDE2SDguMjM4NjNDOC43MzYwNCAxNiA5LjA2NzY1IDE1LjY3NDggOS4wNjc2NSAxNS4xODY5QzkuMDY3NjUgMTQuNjk5MSA4LjczNjA0IDE0LjM3MzggOC4yMzg2MyAxNC4zNzM4SDIuNTE4NDFDMi4xODY4MSAxNC4zNzM4IDIuMDIxIDE0LjIxMTIgMS45MzgxIDE0LjA0ODZDMS42ODk0IDEzLjg4NTkgMS42MDY0OSAxMy41NjA3IDEuNjg5NCAxMy4zMTY4TDIuMTg2ODEgMTEuNzcxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNC40MzA4IDExLjA2MjVDMTQuMzM5NCAxMC45NzkyIDE0LjE4OTMgMTAuOTc5MiAxNC4wOTc4IDExLjA2MjVMMTEuMzI3NyAxMy41NzU2TDkuOTAxMTYgMTIuMjcyMkM5LjgwOTY3IDEyLjE4ODYgOS42NjA2NSAxMi4xODg2IDkuNTY4NDggMTIuMjcyMkw5LjA2ODYyIDEyLjcyNTVDOC45NzcxMyAxMi44MDgyIDguOTc3MTMgMTIuOTQ0NCA5LjA2ODYyIDEzLjAyNzdMMTEuMTU5OSAxNC45MzhDMTEuMjUxNCAxNS4wMjA3IDExLjQwMDQgMTUuMDIwNyAxMS40OTI5IDE0LjkzOEwxNC45MzA0IDExLjgxODNDMTUuMDIzMiAxMS43MzUgMTUuMDIzMiAxMS41OTg1IDE0LjkzMDQgMTEuNTE0OUwxNC40MzA4IDExLjA2MjVaIiBmaWxsPSIjNzI5OTJEIi8+Cjwvc3ZnPgo=");
    }

    .icn.validated:after {
        content: "VALIDATED";
    }

    .icn.validated.small {
        width: 13px;
        padding-left: 0;
        position: relative;
    }

        .icn.validated.small:hover::after {
            border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
            background: #197bad;
            background: -moz-linear-gradient(top, #197bad 0%, #0a547a 99%);
            background: -webkit-linear-gradient(top, #197bad 0%, #0a547a 99%);
            background: linear-gradient(to bottom, #197bad 0%, #0a547a 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
            bottom: 0px;
            content: "Validated profile";
            height: 10px;
            padding: 6px 3px 6px 6px;
            position: absolute;
            right: 14px;
            width: 70px;
            z-index: 2;
        }

        .icn.validated.small::after {
            content: " ";
        }

.icn.prem, .icn.premstaff {
    padding-left: 24px;
    position: relative;
}

    .icn.prem svg, .icn.premstaff svg {
        left: 6px;
        position: absolute;
        top: 3px;
        height: 16px;
        width: 16px;
    }

.icn.premstaff {
    background: rgb(140, 140, 140);
    background: -moz-linear-gradient(top, rgb(140, 140, 140) 40%, rgb(36, 39, 40) 70%);
    background: -webkit-linear-gradient(top, rgb(140, 140, 140) 40%, rgb(36, 39, 40) 70%);
    background: linear-gradient(to bottom, rgb(140, 140, 140) 40%, rgb(36, 39, 40) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
}

@media (min-width: 768px) {
    .icn.premstaff:after {
        content: "Agency escort";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }
}

.icn.avnow {
    color: rgb(255, 255, 255);
    padding-left: 18px;
    text-transform: uppercase;
    background: rgb(114, 153, 45);
    background: -moz-linear-gradient(top, rgb(114, 153, 45) 50%, #557221 50%);
    background: -webkit-linear-gradient(top, rgb(114, 153, 45) 50%, #557221 50%);
    background: linear-gradient(to bottom, rgb(114, 153, 45) 50%, #557221 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
}

    .icn.avnow:before {
        animation: avnow 1s ease-in-out infinite;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        content: "";
        display: block;
        height: 4px;
        left: 8px;
        position: absolute;
        top: 9px;
        width: 4px;
        z-index: 1;
    }

@media (min-width: 768px) {
    .icn.avnow::after {
        content: "Available now";
    }
}

@keyframes avnow {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 255, 255, 0);
    }
}

.chklst {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .chklst.neg li::before {
        background: rgb(197, 21, 21);
        content: "✕";
    }

    .chklst li {
        margin-bottom: 12px;
        font-size: 0.8rem;
    }

        .chklst li::before {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #72992d;
            color: rgb(255, 255, 255);
            content: "✓";
            display: inline-block;
            font-weight: 700;
            font-size: 12px;
            height: 19px;
            margin: 0 10px 0 0;
            padding: 0;
            text-align: center;
            width: 20px;
        }

.splide {
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .splide .splide__track {
        height: 400px;
    }
}

.splide .splide__list {
    width: 100%;
}

.splide .splide__slide {
    width: 100% !important;
}

.splide .splide__arrows {
    position: absolute;
    z-index: 1;
    top: 24px;
    width: 100%;
}

    .splide .splide__arrows .splide__arrow {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background: rgba(255, 255, 255, 0.8);
        border: none;
        cursor: pointer;
        height: 48px;
        position: absolute;
        width: 48px;
    }

        .splide .splide__arrows .splide__arrow:disabled {
            background: rgba(255, 255, 255, 0.2);
            cursor: not-allowed;
        }

        .splide .splide__arrows .splide__arrow svg {
            width: 30px;
        }

        .splide .splide__arrows .splide__arrow.splide__arrow--prev {
            left: 12px;
        }

            .splide .splide__arrows .splide__arrow.splide__arrow--prev svg {
                transform: rotate(180deg);
            }

        .splide .splide__arrows .splide__arrow.splide__arrow--next {
            right: 12px;
        }

.splide .splide__pagination {
    background-color: rgba(234, 225, 207, 0.6);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    height: 12px;
    margin: 0 auto;
    padding: 4px 0 6px 0;
    position: relative;
    top: -36px;
    width: 60%;
}

    .splide .splide__pagination li {
        height: 12px;
        flex: 1 1 auto;
        text-align: center;
        margin: 0;
    }

    .splide .splide__pagination .splide__pagination__page {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: rgba(36, 39, 40, 0.6);
        border: none;
        content: "";
        cursor: pointer;
        height: 12px;
        padding: 0;
        margin: 0;
        width: 12px;
    }

        .splide .splide__pagination .splide__pagination__page.is-active {
            background: rgba(36, 39, 40, 0.9);
        }

.freeimgviewer {
    float: left;
    width: calc(50% - 12px);
    margin-right: 12px;
}

@media only screen and (max-device-width: 812px) {
    .freeimgviewer {
        width: calc(58.3333333333% - 12px);
    }
}

:root {
    --borderWidth: 3px;
    --height: 10px;
    --width: 6px;
}

.lst_check {
    float: left;
    list-style-type: none;
    line-height: 24px;
    margin: 0 0 12px 0;
    padding: 0;
}

    .lst_check li {
        margin-left: 24px;
        position: relative;
    }

        .lst_check li:before {
            border-bottom: 3px solid rgb(114, 153, 45);
            border-right: 3px solid rgb(114, 153, 45);
            content: "";
            display: inline-block;
            height: 12px;
            left: -18px;
            position: absolute;
            transform: rotate(45deg);
            top: 0;
            width: 6px;
        }

.lst_cntrs {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .lst_cntrs li {
        margin: 0 0 6px 0;
        padding: 0;
    }

        .lst_cntrs li a {
            color: rgb(236, 202, 131);
        }

@media only screen and (max-device-width: 812px) {
    .lst_cntrs li {
        display: inline;
        float: left;
    }

        .lst_cntrs li a {
            float: left !important;
            margin-right: 12px;
            width: auto !important;
        }
}

.live-icon {
    float: right;
    position: relative;
    background-color: rgb(197, 21, 21);
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    animation: live 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes live {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(197, 21, 21, 0);
    }
}

.live {
    float: right;
    position: relative;
    background-color: rgb(197, 21, 21);
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    margin: 5px 0 0 12px;
}

    .live:before {
        content: "";
        display: block;
        position: absolute;
        background-color: rgba(197, 21, 21, 0.6);
        width: 100%;
        height: 100%;
    }

.mdl_ovl {
    animation: fadein 0.5s;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .mdl_ovl .mdl {
        box-sizing: border-box;
        height: 100vh;
        padding: 24px;
        width: 100vw;
    }

        .mdl_ovl .mdl .phone {
            font-size: 1.8rem;
            margin: 12px 0;
        }

            .mdl_ovl .mdl .phone a {
                text-decoration: none;
            }

            .mdl_ovl .mdl .phone:before {
                background: url(/static/images/icons/ic_phone.svg) no-repeat top left;
                content: "";
                display: inline-block;
                margin-right: 6px;
                height: 18px;
                position: relative;
                top: 2px;
                width: 18px;
            }

@media (min-width: 768px) {
    .mdl_ovl .mdl {
        margin: 0 auto;
        height: 50%;
        width: 50%;
    }
}

.mdl_ovl .mdl .ssp_res_sub {
    color: rgb(114, 23, 16);
}

.mdl_ovl .mdl .img_slider {
    float: left;
    margin: 0;
}

.mdl_ovl .mdl .cls {
    color: rgb(36, 39, 40);
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4rem;
    height: 40px;
    padding-top: 12px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 0px;
    width: 40px;
}

.mdl_ovl .mdl .btn {
    margin-top: 12px;
}

.mdl_ovl .mdl section {
    overflow-y: auto;
    height: 90vh;
}

.mdl_ovl .mdl p,
.mdl_ovl .mdl img {
    float: left;
}

@media only screen and (max-device-width: 812px) {
    .mdl_ovl .mdl p {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .mdl_ovl .mdl .ssp_img_cnt {
        margin-right: 12px;
        width: calc(50% - 12px);
    }
}

.mdl_ovl .mdl img {
    height: max-content;
    margin-right: 12px;
    margin-bottom: 12px;
}

.mdl_ovl .mdl .info {
    float: left;
}

@media (min-width: 992px) {
    .mdl_ovl .mdl .info {
        width: 50%;
    }
}

.mdl_ovl .mdl dl {
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .mdl_ovl .mdl dl {
        font-size: 0.8rem;
    }
}

.mdl_ovl .mdl dl dd,
.mdl_ovl .mdl dl dt {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

ol.styled {
    counter-reset: col-counter;
    list-style: none;
    margin-bottom: 12px;
}

    ol.styled li {
        counter-increment: col-counter;
        position: relative;
    }

        ol.styled li::before {
            background-color: #ad4b19;
            border-radius: 50%;
            box-sizing: border-box;
            content: counter(col-counter);
            color: rgb(255, 255, 255);
            display: inline-block;
            font-weight: normal;
            font-size: 0.8rem;
            height: 20px;
            margin: 0 0 0 -24px;
            padding-top: 0px;
            position: absolute;
            text-align: center;
            width: 20px;
        }

.overlayer {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

    .overlayer.displayTrue {
        display: block;
        animation-name: FadeIn;
        animation-duration: 1s;
        transition-timing-function: linear;
    }

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.overlayer.displayFalse {
    display: none;
}

.overlayer .ldr {
    text-align: center;
    height: 100vh;
}

    .overlayer .ldr img {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.overlayer .popup {
    background-color: rgb(234, 225, 207);
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 6px rgb(197, 164, 84);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20%;
    position: fixed;
    width: 100%;
    max-width: 500px;
}

    .overlayer .popup a {
        color: rgb(117, 95, 43);
    }

@media only screen and (max-device-width: 812px) {
    .overlayer .popup {
        width: 90%;
    }
}

@media (orientation: landscape) {
    .overlayer .popup {
        top: 10%;
    }
}

.overlayer .popup .hdr {
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    box-sizing: border-box;
    padding: 12px;
}

.overlayer .popup .content {
    display: inline-block;
    color: rgb(36, 39, 40);
    padding: 12px;
}

    .overlayer .popup .content p {
        float: left;
        width: 75%;
    }

    .overlayer .popup .content img {
        float: right;
        width: 15%;
    }

    .overlayer .popup .content .btns {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }

        .overlayer .popup .content .btns a {
            display: inline-block;
            color: rgb(117, 95, 43);
            margin-top: 10px;
            width: 100%;
            text-align: center;
        }

.popup {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 3px rgb(197, 164, 84);
}

    .popup header img {
        width: 75% !important;
    }

    .popup section p {
        height: auto !important;
        width: 75% !important;
    }

    .popup section img {
        width: calc(15% - 10px) !important;
        float: right !important;
    }

.adimg {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

    .adimg img {
        float: left;
        width: 100%;
    }

.adintro {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

    .adintro ul {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 33.3333333333%;
    }

        .adintro ul li {
            margin-bottom: 6px;
        }

@media only screen and (max-device-width: 812px) {
    .adintro ul {
        font-size: 0.8rem;
        text-align: left;
        width: 50%;
    }

        .adintro ul img {
            width: 10px;
        }
}

.nocc {
    color: rgb(140, 140, 140);
    font-size: 0.8rem;
    float: left;
    padding: 12px 0 0 32px;
    position: relative;
}

    .nocc:before, .nocc:after {
        background-color: rgb(236, 202, 131);
        content: "";
        display: block;
        height: 2px;
        left: 2px;
        position: absolute;
        width: 18px;
        top: 18px;
        z-index: 1;
    }

    .nocc:before {
        transform: rotate(30deg);
    }

    .nocc:after {
        transform: rotate(-30deg);
    }

    .nocc svg {
        fill: rgb(140, 140, 140);
        position: absolute;
        left: 0;
        top: 12px;
    }

@media only screen and (max-device-width: 812px) {
    .nocc {
        margin-bottom: 12px;
    }
}

@media only screen and (max-device-width: 812px) {
    .freeprof h1.t5 {
        font-size: 1.6rem;
    }
}

.frad_img {
    display: block;
    height: 200px;
    overflow: hidden;
}

.premad .tab_pnl .tabs {
    border: none;
    margin-left: 3px;
}

    .premad .tab_pnl .tabs li {
        background: rgb(36, 39, 40);
        background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border-radius: 6px 6px 0 0;
        box-sizing: border-box;
        margin-right: 3px;
    }

@media only screen and (max-device-width: 812px) {
    .premad .tab_pnl .tabs li {
        width: calc(50% - 6px);
    }
}

.premad .tab_pnl .tabs li.active {
    background: rgb(140, 140, 140);
    background: -moz-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    background: -webkit-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    background: linear-gradient(to bottom, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
}

.premproimg {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

    .premproimg img {
        width: 100%;
    }

.or {
    float: left;
    display: block;
    margin: 12px 0;
    text-align: center;
    width: 100%;
}

.upgrd {
    text-align: center;
}

.reportabuse {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 3px rgb(197, 21, 21);
    background-color: rgb(0, 0, 0);
    float: left;
    margin-top: 6px;
    padding: 6px;
    width: 100%;
}

    .reportabuse h3 {
        color: rgb(197, 21, 21);
        font-weight: bold;
    }

    .reportabuse p, .reportabuse label {
        color: rgb(255, 255, 255);
    }

    .reportabuse .btn {
        background: rgb(197, 21, 21);
        background: -moz-linear-gradient(top, rgb(197, 21, 21) 0%, rgb(114, 23, 16) 99%);
        background: -webkit-linear-gradient(top, rgb(197, 21, 21) 0%, rgb(114, 23, 16) 99%);
        background: linear-gradient(to bottom, rgb(197, 21, 21) 0%, rgb(114, 23, 16) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    }

.ribbon {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before, .ribbon::after {
        position: absolute;
        z-index: 0;
        content: "";
        display: block;
        border: 5px solid rgb(117, 95, 43);
    }

    .ribbon span {
        background: rgb(197, 164, 84);
        background: -moz-linear-gradient(top, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        background: -webkit-linear-gradient(top, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        background: linear-gradient(to bottom, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
        color: rgb(255, 255, 255);
        display: block;
        font-size: 0.7rem;
        font-weight: bold;
        padding: 15px 0;
        position: absolute;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        text-align: center;
        width: 225px;
    }

    .ribbon.ribbon-bottom-right {
        bottom: -10px;
        right: -10px;
    }

        .ribbon.ribbon-bottom-right::before, .ribbon.ribbon-bottom-right::after {
            border-bottom-color: transparent;
            border-right-color: transparent;
        }

        .ribbon.ribbon-bottom-right::before {
            bottom: 0;
            left: 7px;
        }

        .ribbon.ribbon-bottom-right::after {
            top: 7px;
            right: 0;
        }

        .ribbon.ribbon-bottom-right span {
            left: -25px;
            bottom: 30px;
            transform: rotate(-45deg);
        }

.ssp_latest_result {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

    .ssp_latest_result li {
        border-bottom: solid 1px rgb(117, 95, 43);
        box-sizing: border-box;
        display: block;
        float: left;
        margin-bottom: 0px;
        padding: 12px;
        width: 100%;
    }

        .ssp_latest_result li:last-child {
            border: none;
        }

        .ssp_latest_result li:hover {
            background: rgb(221, 208, 182);
        }

        .ssp_latest_result li a {
            float: left;
            width: 100%;
        }

        .ssp_latest_result li img {
            float: left;
            margin-right: 12px;
            display: block;
            width: calc(25% - 12px);
        }

@media only screen and (max-device-width: 812px) {
    .ssp_latest_result li img {
        width: 100%;
    }
}

@media only screen and (max-device-width: 812px) {
    .ssp_latest_result li .ssp_img_cntnr {
        float: left;
        display: block;
        max-height: 250px;
        margin-right: 12px;
        overflow: hidden;
        width: calc(50% - 12px);
    }
}

.ssp_latest_result li .ssp_latest_info {
    display: block;
    float: left;
    width: 75%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_latest_result li .ssp_latest_info {
        width: 50%;
    }
}

.ssp_latest_result li .ssp_latest_info .ttl {
    color: rgb(114, 23, 16);
    float: left;
}

.ssp_latest_result li .ssp_latest_info span {
    display: block;
    margin-bottom: 12px;
}

    .ssp_latest_result li .ssp_latest_info span.cntry {
        font-weight: bold;
        font-size: 0.8rem;
    }

    .ssp_latest_result li .ssp_latest_info span.rdmr {
        text-decoration: underline;
    }

        .ssp_latest_result li .ssp_latest_info span.rdmr:hover {
            text-decoration: none;
        }

.ltst_escrts aside .hdr {
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: bold;
}

@media only screen and (max-device-width: 812px) {
    .ltst_escrts {
        display: flex;
        flex-wrap: wrap;
        padding: 0 12px !important;
    }

        .ltst_escrts main {
            order: 1;
            padding: 0;
        }

        .ltst_escrts aside {
            margin-top: 12px !important;
            order: 2;
            padding: 0;
        }
}

.profile main {
    padding-top: 0;
}

.profile .nav .btn {
    background: rgb(140, 140, 140);
    background: -moz-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    background: -webkit-linear-gradient(top, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    background: linear-gradient(to bottom, rgb(140, 140, 140) 0%, rgb(36, 39, 40) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
}

.profile .pgr {
    float: right;
    margin-bottom: 12px;
    width: 25%;
}

.middle.registration.profile > .card {
    width: 100%;
}

.profile .pgr .btn {
    width: 90px;
}

@media only screen and (max-device-width: 812px) {
    .profile .pgr {
        bottom: -1px;
        position: fixed;
        margin: 0;
        width: 100%;
        z-index: 1;
    }
}

.profile .brdcrmb {
    float: left;
    padding: 8px 0;
    width: 58.3333333333%;
}

@media only screen and (max-device-width: 812px) {
    .profile .brdcrmb {
        padding: 0 0 12px 0;
        width: 100%;
    }
}

.profile .msg_alrt {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ad4b19;
    background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    padding: 6px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .profile .msg_alrt {
        display: none;
    }
}

.profile .msg_alrt a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 6px 0;
}

.profile-content {
    display: flex;
    width: 100%;
    background: #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.no-bottom-radius {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

.no-top-radius {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
}

.label + input {
    margin-left: 4px;
}

.content-panel {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.cta-panel {
    display: flex;
    padding: 12px;
    align-items: start;
    flex-direction: column;
    width: 35%
}

    .cta-panel .cta {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        background: #ecca83;
        background: linear-gradient(180deg, #ecca83 0, #c5a454 99%);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-sizing: border-box;
        color: #242728;
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

        .cta-panel .cta .cta-header {
            font-weight: bold;
            font-size: 20px;
            border-bottom: 1px dotted #c5a454;
            margin: 0;
            padding: 0 0 10px;
            border-color: #c5a454 !important;
            color: #242728 !important;
            margin-bottom: 10px !important;
        }

        .cta-panel .cta p {
            font-size: 14px;
        }

@media only screen and (max-device-width: 812px) {
    .profile-content {
        flex-direction: column-reverse
    }

    .content-panel {
        width: auto;
    }

    .cta-panel {
        width: auto;
    }
}

/*KYC*/
.cta.kyc {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: #242728;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
    background: #000;
    border: 2px solid #ad4b19;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    max-width: 600px;
}

    .cta.kyc.rejected,
    .cta.kyc.retry {
        border-color: #8e1010
    }

    .cta.kyc.approved {
        border-color: #72992d
    }

    .cta.kyc .cta-header {
        color: #FFF !important;
        font-weight: 700;
        text-transform: uppercase;
        /*background: linear-gradient(180deg, #242728 0, #000 99%);*/
        border-color: #242728;
        border-radius: 6px 6px 0 0;
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=0);*/
        height: auto;
        margin: 0;
        padding-bottom: 12px;
    }

    .cta.kyc p {
        font-size: 14px;
    }

    .cta.kyc section {
        box-sizing: border-box;
        float: left;
        width: 100%;
        background: #000;
        border-color: #242728;
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        color: #e5e5e5;
        display: block;
        margin: 0;
        padding: 12px;
    }

        .cta.kyc section > .cta-text {
            display: flex;
            width: 100%;
            margin-bottom: 12px;
            gap: 10px;
        }

            .cta.kyc section > .cta-text p {
                margin: 0px;
                position: relative;
                text-align: left;
                flex: 1;
            }

            .cta.kyc section > .cta-text .kyc-status-img {
                width: 58px;
                margin-top: -10px;
            }

    .cta.kyc .popup-header-close {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

        .cta.kyc .popup-header-close .header-close {
            cursor: pointer;
        }

            .cta.kyc .popup-header-close .header-close svg {
                margin-right: 0px;
            }

    .cta.kyc .popup-footer-close {
        display: flex;
        justify-content: flex-end;
    }

.sm {
    font-size: 12px;
}

.cta .prc {
    color: #7b2e06;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta.bump .text {
    font-weight: bold;
    margin-bottom: 10px;
}

.cta.account-status {
    border: 1px solid #444;
    background: #2a2a2a;
}

    .cta.account-status .account-status-section {
        display: flex;
        flex-direction: column;
    }

        .cta.account-status .account-status-section .btn-pause,
        .cta.account-status .account-status-section .btn-play {
            display: inline-flex;
            font-size: 1rem;
            font-size: 1rem;
            align-items: center;
            justify-content: center
        }

.account-status-section + .account-status-section {
    border-top: solid 1px #444;
    padding-top: 20px;
    margin-top: 20px;
}

.cta.account-status .cta-text {
    color: white !important;
    text-align: left;
}

    .cta.account-status .cta-text p {
        margin: 0px;
    }
    /* .cta.account-status .cta-text .recurring-billing-container {
            margin-bottom: 18px;
        }*/

    .cta.account-status .cta-text .recurring-billing-container .recurring-billing {
        display: flex;
    }

        .cta.account-status .cta-text .recurring-billing-container .recurring-billing .recurring-billing-label {
            color: white !important;
            line-height: 24px;
            flex: 1;
        }

        .cta.account-status .cta-text .recurring-billing-container .recurring-billing .switch {
            margin-bottom: 0px;
            border-color: #2a2a2a;
        }

            .cta.account-status .cta-text .recurring-billing-container .recurring-billing .switch .slider {
                background-color: #444;
            }

.cta.reactivate-ad {
    background: none;
    color: white;
    padding: 10px 0px 0px 0px;
}

    .cta.reactivate-ad .reactivate-ad-container {
        display: flex !important;
        flex: 1;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        align-items: center;
        text-align: left;
    }

        .cta.reactivate-ad .reactivate-ad-container .reactivate-ad-status {
            flex: 1;
            font-size: 20px;
            font-weight: 700;
        }

        .cta.reactivate-ad .reactivate-ad-container a {
            width: auto;
        }


.gr_img {
    display: inline-block;
    float: left;
    padding: 0 12px 12px 0;
    width: 150px !important;
}

.ssp_grp_imgs {
    width: 100%;
    float: left;
}

    .ssp_grp_imgs .ttl {
        color: rgb(114, 23, 16);
    }

    .ssp_grp_imgs ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .ssp_grp_imgs ul li {
            width: 23%;
            margin-bottom: 12px;
            box-sizing: border-box;
        }

@media only screen and (max-device-width: 812px) {
    .ssp_grp_imgs ul li {
        width: 48%;
    }
}

.ssp_grp_imgs ul li span {
    color: rgb(114, 23, 16);
    cursor: pointer;
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}

    .ssp_grp_imgs ul li span:hover {
        text-decoration: underline;
    }

    .ssp_grp_imgs ul li span .grp_img {
        height: 150px;
        overflow: hidden;
    }

    .ssp_grp_imgs ul li span .grp_name {
        margin-bottom: 6px;
    }

.ssp_profile img {
    width: 100%;
}

.ssp_profile iframe {
    border: none;
    height: 75vh;
    width: calc(100% + 22px);
    margin: -11px;
    border-radius: 0 0 6px 6px;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .t1 {
        font-size: 0.9rem;
        font-weight: 800 !important;
    }
}

.ssp_profile header {
    padding: 6px 12px;
    position: relative;
}

    .ssp_profile header .ssp_res_sub {
        color: rgb(114, 23, 16);
    }

    .ssp_profile header .iconstate {
        font-size: 1rem;
        position: absolute;
        right: 12px;
        top: 17px;
        margin: 0;
    }

        .ssp_profile header .iconstate span {
            float: left;
            margin-left: 6px;
            position: relative;
        }

@media only screen and (max-device-width: 812px) {
    .ssp_profile header .iconstate {
        font-size: 0.8rem;
        top: 16px;
    }
}

.ssp_profile header .iconstate a {
    color: rgb(114, 23, 16);
    text-decoration: none;
}

.ssp_profile header .availablenow {
    position: absolute;
    right: 12px;
    bottom: 6px;
    padding: 3px 6px 6px 18px;
}

    .ssp_profile header .availablenow:before {
        top: 5px;
    }

.ssp_profile section {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile section {
        padding: 6px;
    }
}

.ssp_profile .ssp_images {
    float: right;
    width: calc(50% - 12px);
}

    .ssp_profile .ssp_images.agency_images {
        float: left;
        margin-left: 0;
        width: 100%;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_images {
        width: 100%;
    }
}

.ssp_profile .ssp_info {
    margin-right: 12px;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_info {
        margin: 0;
        order: 2;
    }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .ssp_profile .ssp_info {
        width: calc(70% - 12px);
    }
}

.ssp_profile .ssp_images {
    margin-left: 12px;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_images {
        margin-left: 0;
        margin-bottom: 0;
        order: 1;
    }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .ssp_profile .ssp_images {
        width: calc(30% - 12px);
    }
}

.ssp_profile .sspwebframe {
    box-sizing: border-box;
    padding: 0 6px 6px;
    width: 100%;
}

    .ssp_profile .sspwebframe iframe {
        border: none;
        margin: 0;
        height: 2000px;
        width: 100%;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_profile .sspwebframe {
        height: 2000px;
        order: 2;
        overflow-y: hidden;
    }
}

.ssp_profile .bnr_hldr {
    float: left;
    margin-bottom: 12px;
    width: 50%;
}

    .ssp_profile .bnr_hldr .bnr {
        margin-left: 12px;
        width: 50%;
    }

@media only screen and (max-device-width: 812px) {
    .ssp_profile .bnr_hldr {
        margin-top: 12px;
        order: 3;
        width: 100%;
    }

        .ssp_profile .bnr_hldr .bnr {
            margin: 0;
            width: 100%;
        }
}

.ssp_profile .bnr_hldr > * {
    float: left;
    width: 100%;
}

.ssp_profile .ssp_img_cnt {
    float: left;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_img_cnt {
        overflow: hidden;
        height: 400px;
    }
}

.ssp_profile .ssp_contact {
    float: left;
    position: relative;
    margin-bottom: 24px;
    width: 100%;
}

    .ssp_profile .ssp_contact .ssp_intro {
        float: left;
        margin-bottom: 12px;
        width: 100%;
    }

        .ssp_profile .ssp_contact .ssp_intro p {
            word-break: break-word;
        }

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_contact .ssp_intro {
        order: 2;
    }
}

.ssp_profile .ssp_contact .ssp_intro .ttl {
    color: rgb(114, 23, 16);
    font-weight: 400;
}

.ssp_profile .ssp_contact .tab_pnl {
    float: left;
    width: 100%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_contact .tab_pnl {
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
    }

        .ssp_profile .ssp_contact .tab_pnl .ssp_images {
            order: 1;
        }

        .ssp_profile .ssp_contact .tab_pnl .tabs {
            margin-top: 12px;
            order: 2;
        }

        .ssp_profile .ssp_contact .tab_pnl .pnl {
            order: 3;
        }
}

.ssp_profile .ssp_specs {
    float: left;
    width: 100%;
}

    .ssp_profile .ssp_specs .ttl {
        color: rgb(114, 23, 16);
        font-weight: 400;
        margin-bottom: 6px;
    }

    .ssp_profile .ssp_specs dl {
        margin-bottom: 24px;
    }

.ssp_profile .ssp_othr_ssps {
    float: left;
    width: 50%;
}

@media only screen and (max-device-width: 812px) {
    .ssp_profile .ssp_othr_ssps {
        width: 100%;
    }
}

.ssp_profile .ssp_othr_ssps .ssp_other_list {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ssp_profile .ssp_othr_ssps .ssp_other_list li {
        float: left;
        margin: 0 12px 12px 0;
        width: calc(25% - 12px);
    }

        .ssp_profile .ssp_othr_ssps .ssp_other_list li:nth-child(4), .ssp_profile .ssp_othr_ssps .ssp_other_list li:nth-child(8) {
            margin-right: 0;
        }

    .ssp_profile .ssp_othr_ssps .ssp_other_list img {
        margin: 0;
    }

table {
    border-collapse: collapse;
    float: left;
    width: 100%;
}

    table td {
        border-bottom: solid 1px rgb(36, 39, 40);
        padding: 12px;
    }

        table td:first-child {
            padding-left: 0;
        }

    table thead td {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: rgb(236, 202, 131);
        border-bottom: solid 1px rgb(140, 140, 140);
    }

.tabs {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .tabs li {
        float: left;
        margin-right: 1px;
        background: rgb(210, 193, 154);
        border: 1px solid rgb(210, 193, 154);
        cursor: pointer;
        display: block;
        float: left;
        margin: 0 1px -1px 0;
        padding: 6px 6px;
        text-align: center;
    }

@media only screen and (max-device-width: 812px) {
    .tabs li {
        font-size: 0.7rem;
    }
}

.tabs li.active {
    background: rgb(234, 225, 207);
    border: 1px solid rgb(210, 193, 154);
    margin-bottom: -2px;
    font-weight: bold;
}

.tabs li.dsbld {
    opacity: 0.4;
    cursor: not-allowed;
}

.tabs li.invsbl {
    display: none;
}

.tabs li:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

.tabs li.drk li {
    background: rgb(36, 39, 40) F;
}

.pnl {
    border: 1px solid rgb(210, 193, 154);
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    float: left;
    padding: 12px;
    width: 50%;
}

@media only screen and (max-device-width: 812px) {
    .pnl {
        width: 100%;
    }
}

.pnl p {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.pnl a {
    display: block;
    float: left;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

    .pnl a.btn {
        margin-bottom: 0;
    }

.pnl .phone {
    display: block;
    font-size: 1rem;
    margin: 12px 0 24px 0;
}

    .pnl .phone .show_phone {
        background: rgb(197, 164, 84);
        background: -moz-linear-gradient(top, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        background: -webkit-linear-gradient(top, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        background: linear-gradient(to bottom, rgb(197, 164, 84) 0%, rgb(117, 95, 43) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border-radius: 6px;
        cursor: pointer;
        color: rgb(255, 255, 255);
        padding: 6px;
    }

        .pnl .phone .show_phone:hover {
            background: rgb(236, 202, 131);
            background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
            background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
            background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
            color: rgb(117, 95, 43);
        }

    .pnl .phone:before {
        content: " ";
        background: url("/static/images/icons/ic_phone.svg") no-repeat top left;
        background-size: 15px 15px;
        display: inline-block;
        height: 15px;
        margin-right: 12px;
        width: 15px;
    }

    .pnl .phone a {
        display: inline;
        float: initial;
        width: initial;
        margin: 0;
    }

.pnl.chat {
    display: flex;
    justify-content: space-between;
}

    .pnl.chat a {
        height: 80px;
        text-align: center;
        text-decoration: none;
        width: 40px;
    }

        .pnl.chat a span {
            font-size: 0.6rem;
        }

        .pnl.chat a.pref {
            fill: rgb(19, 123, 203);
        }

            .pnl.chat a.pref span {
                font-weight: bold;
            }

            .pnl.chat a.pref:hover {
                fill: #2695eb;
            }

.tab_pnl.drk .tabs {
    border-color: rgb(92, 92, 88);
}

    .tab_pnl.drk .tabs li {
        border-color: rgb(92, 92, 88);
        background: rgb(36, 39, 40);
    }

.sspdetail .tabs li:nth-last-child(2) {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}

.sspdetail .tabs li:last-child {
    background: transparent;
    float: right;
    border: none;
}

    .sspdetail .tabs li:last-child:before {
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23c51515" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 15"><path d="M13.0174 1.0693C12.9323 1.01058 12.8338 0.973653 12.731 0.961602C12.6282 0.949806 12.5241 0.96314 12.4277 1.00083C11.4128 1.44084 10.3384 1.7288 9.23966 1.85546C8.54555 1.66982 7.88297 1.38187 7.27373 1.00083C6.48756 0.515183 5.61806 0.179023 4.70958 0.00953229C3.60699 -0.0930338 0.982839 0.770316 0.435906 0.949807C0.30898 0.992628 0.198465 1.07442 0.120515 1.18314C0.0423085 1.29186 0 1.42264 0 1.55648V14.3601C0 14.5301 0.0674372 14.6931 0.187696 14.8134C0.307955 14.9337 0.471035 15.0011 0.641038 15.0011C0.811041 15.0011 0.974121 14.9337 1.09438 14.8134C1.21464 14.6931 1.28208 14.5301 1.28208 14.3601V9.3515C2.34748 8.97406 3.45571 8.72995 4.58137 8.62508C5.30497 8.80278 5.99704 9.09099 6.63269 9.47971C7.37629 9.93434 8.19118 10.2608 9.04299 10.4456H9.23966C10.4769 10.2856 11.6869 9.96075 12.8379 9.47971C12.9582 9.43202 13.0613 9.34971 13.1344 9.2433C13.2074 9.13663 13.2472 9.01073 13.2482 8.8815V1.59931C13.2546 1.49905 13.2369 1.39853 13.1969 1.30648C13.1567 1.21443 13.0951 1.13314 13.0174 1.0693Z" /></svg>');
        content: "";
        width: 12px;
        height: 12px;
        background-size: cover;
        display: inline-block;
        margin-right: 6px;
    }

.terms {
    margin: 0 auto;
    width: 60%;
}

@media only screen and (max-device-width: 812px) {
    .terms {
        width: 100%;
    }
}

.terms ol h3,
.terms ol h4 {
    display: inline;
}

.terms ol h3 {
    font-weight: bold;
    font-size: 1.2rem;
}

.terms ol h4 {
    font-size: 1rem;
}

.terms ol p {
    float: left;
}

.terms ol li {
    float: left;
    width: 100%;
}

.ttl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgb(236, 202, 131);
    display: block;
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
}

    .ttl.center,
    h1.center,
    h2.center,
    h3.center,
    h4.center,
    h5.center,
    h6.center {
        text-align: center;
    }

    .ttl.t5,
    h1.t5,
    h2.t5,
    h3.t5,
    h4.t5,
    h5.t5,
    h6.t5 {
        background: -webkit-linear-gradient(rgb(236, 202, 131) 50%, rgb(197, 164, 84) 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: solid 1px rgb(117, 95, 43);
        padding-bottom: 3px;
        font-size: 2rem;
    }

        .ttl.t5.sm,
        h1.t5.sm,
        h2.t5.sm,
        h3.t5.sm,
        h4.t5.sm,
        h5.t5.sm,
        h6.t5.sm {
            font-size: 1.4rem;
            border: none;
        }

        .ttl.t5 span,
        h1.t5 span,
        h2.t5 span,
        h3.t5 span,
        h4.t5 span,
        h5.t5 span,
        h6.t5 span {
            background: -webkit-linear-gradient(rgb(255, 255, 255) 50%, rgb(229, 229, 229) 50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: rgb(255, 255, 255);
        }

            .ttl.t5 span.cta,
            h1.t5 span.cta,
            h2.t5 span.cta,
            h3.t5 span.cta,
            h4.t5 span.cta,
            h5.t5 span.cta,
            h6.t5 span.cta {
                font-size: 1rem;
                float: right;
                margin-top: 6px;
            }

                .ttl.t5 span.cta a,
                h1.t5 span.cta a,
                h2.t5 span.cta a,
                h3.t5 span.cta a,
                h4.t5 span.cta a,
                h5.t5 span.cta a,
                h6.t5 span.cta a {
                    border-bottom: solid 1px rgb(255, 255, 255);
                }

                    .ttl.t5 span.cta a:hover,
                    h1.t5 span.cta a:hover,
                    h2.t5 span.cta a:hover,
                    h3.t5 span.cta a:hover,
                    h4.t5 span.cta a:hover,
                    h5.t5 span.cta a:hover,
                    h6.t5 span.cta a:hover {
                        border: none;
                    }

@media only screen and (max-device-width: 812px) {
    .ttl.t5 span.cta,
    h1.t5 span.cta,
    h2.t5 span.cta,
    h3.t5 span.cta,
    h4.t5 span.cta,
    h5.t5 span.cta,
    h6.t5 span.cta {
        float: left;
        margin-bottom: 12px;
        width: 100%;
    }
}

.ttl.t4,
h1.t4,
h2.t4,
h3.t4,
h4.t4,
h5.t4,
h6.t4 {
    font-size: 1.8rem;
}

@media only screen and (max-device-width: 812px) {
    .ttl.t4,
    h1.t4,
    h2.t4,
    h3.t4,
    h4.t4,
    h5.t4,
    h6.t4 {
        font-size: 1.8rem;
    }
}

.ttl.t3,
h1.t3,
h2.t3,
h3.t3,
h4.t3,
h5.t3,
h6.t3 {
    font-size: 1.6rem;
}

.ttl.t2,
h1.t2,
h2.t2,
h3.t2,
h4.t2,
h5.t2,
h6.t2 {
    font-size: 1.4rem;
}

.ttl.t1,
h1.t1,
h2.t1,
h3.t1,
h4.t1,
h5.t1,
h6.t1 {
    font-size: 1.2rem;
}

.ttl.t0,
h1.t0,
h2.t0,
h3.t0,
h4.t0,
h5.t0,
h6.t0 {
    font-size: 1rem;
}

.darktitle {
    color: rgb(36, 39, 40);
}

.usp_list {
    color: rgb(36, 39, 40);
    font-size: 0.8rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 16px;
}

@media only screen and (max-device-width: 812px) {
    .usp_list {
        display: none;
    }
}

@media (min-width: 768px) {
    .usp_list {
        display: none;
    }
}

@media (min-width: 992px) {
    .usp_list {
        display: block;
    }
}

.usp_list li {
    float: left;
    display: inline;
    margin: 0 12px;
}

    .usp_list li span {
        float: left;
        line-height: normal;
        padding-top: 2px;
    }

    .usp_list li svg {
        float: left;
    }

.pricetable {
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px rgb(117, 95, 43);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-grow: 3;
    float: left;
    justify-content: space-between;
    list-style-type: none;
    margin: 12px 0 0 0;
    padding: 12px;
    flex-wrap: nowrap;
    width: 100%;
}

    .pricetable li {
        text-align: center;
        padding: 12px;
    }

        .pricetable li:first-child {
            border-right: 1px solid rgb(92, 92, 88);
        }

        .pricetable li:last-child {
            border-left: 1px solid rgb(92, 92, 88);
        }

        .pricetable li > span {
            float: left;
            margin-bottom: 6px;
            width: 100%;
        }

        .pricetable li .period {
            font-weight: bold;
        }

        .pricetable li .costs {
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            background: rgb(153, 42, 34);
            box-sizing: border-box;
            font-weight: bold;
            padding: 12px;
        }

        .pricetable li .discount {
            font-size: 12px;
        }

            .pricetable li .discount span {
                color: rgb(236, 202, 131);
            }

        .pricetable li .anual {
            font-size: 14px;
        }

        .pricetable li .rules {
            font-size: 12px;
        }

.pc_block {
    flex: 1;
    display: flex;
}

    .pc_block .pc_period,
    .pc_block .pc_price {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        width: 100%;
        margin-bottom: 6px;
    }

    .pc_block .pc_price {
        color: rgb(236, 202, 131);
    }

    .pc_block .pc_info,
    .pc_block .pc_total_price {
        display: block;
        font-size: 0.63rem;
    }

    .pc_block .pc_period,
    .pc_block .pc_info {
        color: rgb(255, 255, 255);
    }

    .pc_block .pc_discount {
        color: #ad4b19;
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 6px;
        display: block;
    }

    .pc_block input[type=radio]:checked + label {
        /*  background: rgb(234, 225, 207);
        background: -moz-linear-gradient(top, rgb(234, 225, 207) 0%, rgb(210, 193, 154) 99%);
        background: -webkit-linear-gradient(top, rgb(234, 225, 207) 0%, rgb(210, 193, 154) 99%);
        background: linear-gradient(to bottom, rgb(234, 225, 207) 0%, rgb(210, 193, 154) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );*/
        border-width: 4px;
    }

        .pc_block input[type=radio]:checked + label .pc_price {
            /*color: #ad4b19;*/
        }

        .pc_block input[type=radio]:checked + label .pc_period,
        .pc_block input[type=radio]:checked + label .pc_info {
            /*color: rgb(36, 39, 40);*/
        }

.conversion {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

    .conversion .conversion-image-container {
        flex: 1;
    }

    .conversion .conversion-image-container {
        flex: 1;
    }

    .conversion .conversion-text {
        display: block;
        float: right;
        font-size: 12px;
        margin-top: 5px;
        text-align: right;
    }

@media (min-width: 768px) {
    .registration h1 {
        float: none;
        text-align: center;
    }
}

.registration .row_2 .col {
    float: left;
    width: 50% !important;
}

    .registration .row_2 .col div {
        box-sizing: border-box;
        float: left;
        padding-right: 6px;
        width: 50%;
    }

        .registration .row_2 .col div label {
            float: left;
            padding-top: 3px;
        }

@media only screen and (max-device-width: 812px) {
    .registration {
        text-align: center;
    }
}

.registration > .card {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 12px;
}

@media (min-width: 768px) {
    .registration > .card {
        float: none;
        margin: 0 auto;
        width: 70%;
    }

    .registration.profile > .card {
        float: none;
        margin: 0;
        width: 70%;
    }

    .registration.profile100 > .card {
        float: none;
        margin: 0;
        width: 100%;
    }
}

.registration hr {
    margin: 12px 0;
}

.registration .dark {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    text-align: left;
}

    .registration .dark .ttl {
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-align: left;
    }

    .registration .dark label {
        color: rgb(255, 255, 255);
        font-weight: normal;
    }

    .registration .dark .row {
        float: left;
        width: 100%;
    }

        .registration .dark .row div {
            float: left;
        }

            .registration .dark .row div:first-of-type {
                width: 30%;
            }

            .registration .dark .row div:last-of-type {
                width: 70%;
            }

        .registration .dark .row.split {
            border-bottom: solid 1px rgb(140, 140, 140);
            margin-bottom: 12px;
        }

            .registration .dark .row.split div {
                padding: 6px 0;
                width: 100%;
            }

                .registration .dark .row.split div:last-of-type label {
                    color: rgb(255, 255, 255);
                }

                .registration .dark .row.split div * {
                    float: left;
                    margin-right: 6px;
                    width: auto;
                }

.registration .inner_cont {
    box-sizing: border-box;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid rgb(236, 202, 131);
    padding: 12px;
    width: 100%;
}

    .registration .inner_cont .ttl {
        color: rgb(236, 202, 131);
    }

        .registration .inner_cont .ttl .white {
            color: rgb(255, 255, 255);
        }

    .registration .inner_cont .lbl {
        color: rgb(236, 202, 131);
    }

    .registration .inner_cont > div:last-of-type {
        border: none;
        padding-top: 12px;
    }

.registration .snd {
    margin-bottom: 6px;
}

.registration .card_no_hdr {
    float: left;
    width: 100%;
}

    .registration .card_no_hdr.mdl section {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

.registration .btn.previous, .registration .btn.next {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 33.3333333333%;
}

.registration .btn.next {
    float: right;
}

.registration .btn.previous {
    background: initial;
    float: left;
}

.registration #previewAndCropElementContainer .btn-danger,
.registration #previewAndCropElementContainer .btn-success {
    width: 33.3333333333%;
}

.registration #previewAndCropElementContainer .btn-danger {
    float: left;
}

.registration #previewAndCropElementContainer .btn-success {
    float: right;
}

.registration #previewAndCropElementContainer .cropper-container {
    margin-bottom: 12px;
}

.btn_plst {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

    .btn_plst label,
    .btn_plst input {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: rgb(36, 39, 40);
        background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        border: solid 1px rgb(197, 164, 84);
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        float: left;
        font-size: 1rem;
        padding: 12px 12px;
        position: relative;
        text-decoration: none;
        text-align: center;
        width: 100%;
    }

    .btn_plst label {
        cursor: pointer;
    }

    .btn_plst input[type=radio] {
        display: none;
    }

        .btn_plst input[type=radio]:checked + label {
            /*   background: none;
        background: -moz-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        background: -webkit-linear-gradient(top, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        background: linear-gradient(to bottom, rgb(236, 202, 131) 0%, rgb(197, 164, 84) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        color: rgb(36, 39, 40);
        font-weight: bold;*/
        }

@media only screen and (max-device-width: 812px) {
    .btn_plst {
        flex-direction: column;
        gap: 5px;
    }
}

.uploads {
    display: grid;
    float: left;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 12px 0;
    width: 100%;
}

    .uploads.wideuploads {
        display: grid;
        float: left;
        grid-template-columns: 1fr;
        margin: 12px 0;
        width: 100%;
    }

    .uploads .item {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border: solid 1px #7b2e06;
        box-sizing: border-box;
        padding: 6px;
        margin: 6px;
        text-align: center;
        background-color: black;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .uploads .item[draggable] {
            cursor: pointer;
        }

        .uploads .item.saved {
            cursor: default;
        }

        .uploads .item.wide {
            margin: auto;
            padding: 10px;
        }

@media only screen and (max-device-width: 450px) {
    .uploads .item .photo-ribbon {
        font-size: 12px;
    }
}

@media only screen and (max-device-width: 340px) {
    .uploads .item .photo-ribbon {
        font-size: 10px;
    }
}

@media only screen and (max-device-width: 295px) {
    .uploads .item .photo-ribbon {
        font-size: 8px;
    }
}

.uploads img {
    width: 100%;
}

.uploads canvas {
    width: 100%;
}

.uploads svg:hover {
    cursor: pointer;
    fill: rgb(221, 208, 182);
}

.ftr {
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    bottom: 0;
    font-size: 0.6rem;
    float: left;
    margin-top: 12px;
    width: 100%;
}

    .ftr ul {
        box-sizing: border-box;
        list-style-type: none;
        margin: 0 auto;
        padding: 12px;
        text-align: center;
        width: 100%;
    }

        .ftr ul li {
            border-right: solid 1px rgb(140, 140, 140);
            display: inline-block;
            padding-right: 12px;
            margin-right: 12px;
        }

            .ftr ul li:last-child {
                border-right: none;
                padding-right: 0;
                margin-right: 0;
            }

@media only screen and (max-device-width: 812px) {
    .ftr ul {
        padding: 6px;
        width: 100%;
    }
}

.ftr a, .ftr span {
    color: rgb(140, 140, 140);
    text-decoration: none;
}

    .ftr a:hover, .ftr span:hover {
        cursor: pointer;
    }

.bot_ftr {
    color: rgb(140, 140, 140);
    float: left;
    font-size: 10px;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.show_comp_info {
    cursor: pointer;
    text-decoration: underline;
}

    .show_comp_info:hover {
        text-decoration: none;
    }

.nav {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: -webkit-linear-gradient(top, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    background: linear-gradient(to bottom, rgb(36, 39, 40) 0%, rgb(0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    border: solid 1px rgb(0, 0, 0);
    box-sizing: border-box;
    float: left;
    list-style-type: none;
    margin: 12px 0 0 0;
    padding: 0;
    width: 100%;
    z-index: 10;
}

    .nav .srch {
        display: none;
    }

    .nav .login {
        margin: 0;
        padding: 12px 12px 12px 140px;
        text-transform: uppercase;
    }

.hidden {
    display: none !important;
}

@media only screen and (max-device-width: 812px) {
    .nav .login {
        padding: 12px 0;
    }
}

.nav .login .lgn {
    float: left;
    margin: 4px 6px 0 0;
}

.nav .login span:hover {
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-device-width: 812px) {
    .nav {
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(36, 39, 40) 99%);
        background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(36, 39, 40) 99%);
        background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(36, 39, 40) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
        display: none;
        margin-top: 0;
        left: -2%;
        padding: 0 6px 6px 6px;
        position: absolute;
        top: 48px;
        width: 104%;
    }

        .nav.active {
            display: block;
        }

        .nav .srch {
            display: block;
        }
}

.nav li {
    border-left: solid 1px rgb(140, 140, 140);
    box-sizing: border-box;
    display: inline-block;
}

    .nav li a {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: inline-block;
        margin: 0;
        padding: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .nav li a .icon {
            float: left;
            margin: 3px 6px 0 0;
        }

        .nav li a:hover {
            text-decoration: underline;
        }

@media only screen and (max-device-width: 812px) {
    .nav li a {
        padding: 12px 0px;
        width: 100%;
    }
}

.nav li a.btn {
    border: none;
    height: auto;
}

.nav li:first-child {
    border: none;
}

.nav li:last-child {
    float: right;
    border: none;
}

    .nav li:last-child a {
        border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
        margin: 0;
    }

@media only screen and (max-device-width: 812px) {
    .nav li {
        border: none;
        width: 100%;
    }

        .nav li:last-child a {
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .nav li:last-child {
        font-size: 0.8rem;
        padding-bottom: 15px;
    }
}

.nav_toggle {
    display: none;
}

@media only screen and (max-device-width: 812px) {
    .nav_toggle {
        cursor: pointer;
        display: block;
        padding: 12px;
        position: absolute;
        right: -9px;
        top: -10px;
        width: 24px;
        padding: 18px;
        z-index: 2;
    }

        .nav_toggle span {
            background: rgb(236, 202, 131);
            display: block;
            height: 2px;
            margin-bottom: 6px;
            width: 100%;
        }
}

.nav_toggle.active span {
    background: rgb(255, 255, 255);
}

    .nav_toggle.active span:nth-of-type(1) {
        margin-top: 10px;
        transform: rotate(45deg);
    }

    .nav_toggle.active span:nth-of-type(2) {
        margin-top: -9px;
        transform: rotate(-45deg);
    }

    .nav_toggle.active span:nth-of-type(3) {
        display: none;
    }

.hdr_lgn {
    float: right;
    position: absolute;
    right: 0;
    top: 106px;
    z-index: 2;
    width: 360px;
}

@media only screen and (max-device-width: 812px) {
    .hdr_lgn {
        top: 310px;
        z-index: 10;
        width: 100%;
    }
}

.hdr_lgn header {
    position: relative;
}

.hdr_lgn .crossclose {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 16px;
    z-index: 11;
}

.hdr_lgn .btn {
    background: #ad4b19;
    background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
    background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
}

    .hdr_lgn .btn:hover {
        background: #ad4b19;
        background: -moz-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
        background: -webkit-linear-gradient(top, #ad4b19 0%, #7b2e06 99%);
        background: linear-gradient(to bottom, #ad4b19 0%, #7b2e06 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2",GradientType=0 );
    }

.sidebar {
    box-sizing: border-box;
    float: left;
    margin: 0 24px 0 0;
    width: calc(16.6666666667% - 24px);
}

    .sidebar .advhere {
        color: rgb(197, 164, 84);
        display: block;
        font-size: 0.6rem;
        margin-bottom: 12px;
    }

    .sidebar img {
        display: block;
        height: auto;
        margin-bottom: 12px;
        width: 100%;
    }

    .sidebar.right {
        margin: 0 0 0 24px;
    }

        .sidebar.right .adv_here {
            color: rgb(236, 202, 131);
            display: block;
            font-size: 0.8rem;
            margin-bottom: 12px;
        }

@media only screen and (max-device-width: 812px) {
    .sidebar.right a:nth-of-type(odd) {
        float: left;
        margin-right: 12px;
    }
}

@media only screen and (max-device-width: 812px) {
    .sidebar {
        margin: 0 !important;
        padding: 12px 12px 0 12px;
        width: 100%;
    }

        .sidebar a {
            float: left;
            width: calc(50% - 6px);
        }

            .sidebar a:nth-of-type(odd) {
                float: right;
            }
}

.sidebar.main_srch {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-device-width: 812px) {
    .sidebar.main_srch {
        padding: 0;
    }
}

.sidebar.main_srch .card {
    flex: 1;
}

.sidebar.main_srch .ttl {
    text-align: center;
}

@media only screen and (max-device-width: 812px) {
    .intsbr {
        display: none;
    }
}

.intsbr .ttl {
    font-size: 0.8rem;
}

.cstm_radio {
    margin-right: 0 !important;
}

    .cstm_radio input,
    .cstm_radio label {
        width: auto;
    }

        .cstm_radio input:hover,
        .cstm_radio label:hover {
            cursor: pointer;
        }

    .cstm_radio span {
        margin: 3px 0 0 6px;
    }

    .cstm_radio label {
        font-family: system-ui, sans-serif;
        font-weight: bold;
        line-height: 1.1;
        display: grid;
        grid-template-columns: 1em auto;
        gap: 0.5em;
    }

        .cstm_radio label:focus-within {
            color: #ad4b19;
        }

    .cstm_radio input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #242728;
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1em;
        height: 1em;
        border: 1px solid #8c8c8c;
        border-radius: 50%;
        transform: translateY(-0.075em);
        display: grid;
        padding: 9px;
        place-content: center;
    }

        .cstm_radio input[type="radio"]::before {
            content: "";
            width: 0.5em;
            height: 0.5em;
            border-radius: 50%;
            transform: scale(0);
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em white;
            background-color: CanvasText;
        }

        .cstm_radio input[type="radio"]:checked::before {
            transform: scale(1.4);
        }

        .cstm_radio input[type="radio"]:focus {
            outline: 0.15em solid #ecca83;
            outline-offset: 0.15em;
        }

        .cstm_radio input[type="radio"]:checked {
            border-color: white;
        }

.cstm_wideradio {
    margin-right: 0 !important;
}

    .cstm_wideradio input,
    .cstm_wideradio label {
        width: auto;
    }

        .cstm_wideradio input:hover,
        .cstm_wideradio label:hover {
            cursor: pointer;
        }

    .cstm_wideradio span {
        margin: 3px 0 0 6px;
    }

    .cstm_wideradio label {
        font-family: system-ui, sans-serif;
        font-weight: bold;
        line-height: 1.1;
        display: grid;
        grid-template-columns: 1em auto;
        gap: 0.5em;
    }

        .cstm_wideradio label:focus-within {
            color: #ad4b19;
        }

    .cstm_wideradio input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #242728;
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1em;
        height: 1em;
        border: 1px solid #8c8c8c;
        border-radius: 50%;
        transform: translateY(-0.075em);
        display: grid;
        padding: 9px;
        place-content: center;
    }

        .cstm_wideradio input[type="radio"]::before {
            content: "";
            width: 0.5em;
            height: 0.5em;
            border-radius: 50%;
            transform: scale(0);
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em white;
            background-color: CanvasText;
        }

        .cstm_wideradio input[type="radio"]:checked::before {
            transform: scale(1.4);
        }

        .cstm_wideradio input[type="radio"]:focus {
            outline: 0.15em solid #ecca83;
            outline-offset: 0.15em;
        }

        .cstm_wideradio input[type="radio"]:checked {
            border-color: white;
        }

.widebtn_plst label,
.widebtn_plst input {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #242728;
    background: -moz-linear-gradient(top, #242728 0%, black 99%);
    background: -webkit-linear-gradient(top, #242728 0%, black 99%);
    background: linear-gradient(to bottom, #242728 0%, black 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
    border: solid 1px #c5a454;
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    font-size: 1rem;
    padding: 12px 12px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.widebtn_plst label {
    cursor: pointer;
}

.widebtn_plst input[type="radio"] {
    display: none;
}

    .widebtn_plst input[type="radio"]:checked + label {
        background: #ecca83;
        background: -moz-linear-gradient(top, #ecca83 0%, #c5a454 99%);
        background: -webkit-linear-gradient(top, #ecca83 0%, #c5a454 99%);
        background: linear-gradient(to bottom, #ecca83 0%, #c5a454 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
        color: #242728;
        font-weight: bold;
    }

.btn.next.disabled {
    background: linear-gradient(to bottom, #555 0%, #666 99%);
    cursor: no-drop;
}

/*Radio Button*/
.radio-button-group h3 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffdd87;
}

.radio-button-group label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-button-group input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #8c8c8c;
    margin-right: 10px;
    position: relative;
    background-color: #313131;
}

.radio-button-group input[type="radio"]:checked + .custom-radio {
    background-color: #313131;
}

    .radio-button-group input[type="radio"]:checked + .custom-radio::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #ADADAD;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

label:hover .custom-radio {
    border-color: #313131;
}

/* Checkbox switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    border: 1px solid #040404;
    border-radius: 30px;
    cursor: pointer;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #313131;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 6px;
        bottom: 5px;
        background-color: #E5E5E5;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.invalid-field:before {
        background-color: #313131;
    }

input:checked + .slider {
    background: #313131;
}

    input:checked + .slider:before {
        background: #72992D;
    }

    input:checked + .slider:before {
        background-color: #72992D;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #313131;
}

input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Collapsible content*/
.collapsible {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 1px solid #E5E5E5;
}

    .active, .collapsible:hover {
        background-color: transparent;
    }

    .collapsible:after {
        /* color: white; */
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .collapsible .title {
        display: flex;
        flex: 1;
    }

        .collapsible .title .text {
            display: flex;
            flex: 1;
        }

            .collapsible .title .text h2 {
                margin-bottom: 10px;
            }

        .collapsible .title .icon {
            display: flex;
            transition: .4s;
            line-height: 19px;
            color: rgb(236, 202, 131);
            margin: 0px;
        }

        .collapsible .title .icon-container {
            padding: 5px 5px 0px 0px;
        }

    .collapsible.active .title .icon-container > .icon {
        transition: .4s;
        transform: rotate(180deg);
        padding: 0px;
    }

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-top: 10px;
}

/*Full page popup*/
.full-page-popup {
    display: flex;
    position: fixed;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(94,94,94,.8);
    z-index: 998;
    overflow-y: auto;
    left: 0;
    top: 0;
    padding: 20px 0;
    box-sizing: border-box;
}

    .full-page-popup .middle {
        background-color: transparent;
    }

    .full-page-popup .card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .full-page-popup .inner_cont {
        max-width: 500px;
    }

    .full-page-popup .full-page-popup-container {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

        .full-page-popup .full-page-popup-container .card {
            margin: 0px;
        }

@media only screen and (max-device-width: 812px) {
    .full-page-popup-container .hide-mobile {
        display: block !important;
    }
}

.full-page-popup .registration .inner_cont > div:last-of-type {
    border: none;
    padding-top: 0px;
}

.full-page-popup.hidden {
    display: none;
}

.full-page-popup.d {
    word-wrap: break-word;
    display: none;
}

.full-page-popup .row .btn {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/*Payment Methods*/
.payment-methods-container {
    display: flex;
    flex-direction: column;
}

    .payment-methods-container .payment-method {
        display: flex;
        flex: 1;
    }

        .payment-methods-container .payment-method .payment-method-name {
            display: flex;
            flex: 1;
            align-items: center;
        }

        .payment-methods-container .payment-method .payment-method-selection {
            display: flex;
            flex: 1;
            align-items: center;
        }

/*Escorts*/
.escorts-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .escorts-container .escort {
        display: flex;
        align-items: center;
    }

        .escorts-container .escort .escort-details {
            display: flex;
            flex: 1;
        }

            .escorts-container .escort .escort-details .escort-image {
                margin-right: 10px;
            }

            .escorts-container .escort .escort-details .escort-image {
                width: 50px;
                height: 50px;
            }

                .escorts-container .escort .escort-details .escort-image img {
                    max-width: 50px;
                    max-height: 50px;
                }

            .escorts-container .escort .escort-details .escort-detail {
                display: flex;
                align-items: center;
            }

                .escorts-container .escort .escort-details .escort-detail .escort-name {
                }

                .escorts-container .escort .escort-details .escort-detail .escort-extra {
                }

        .escorts-container .escort .escort-actions {
            display: flex;
        }

            .escorts-container .escort .escort-actions .escort-action-edit {
                cursor: pointer;
            }

            .escorts-container .escort .escort-actions .escort-action-delete {
                cursor: pointer;
            }

.photo-ribbon {
    --f: 15px; /* control the folded part */

    position: absolute !important;
    top: 0 !important;
    color: #fff;
    padding: .1em 1.8em !important;
    background: var(--c,#45ADA8) !important;
    border-bottom: var(--f) solid #0007 !important;
    clip-path: polygon( 100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px)) !important;
}

.right {
    right: 0 !important;
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg) !important;
    transform-origin: 0% 100% !important;
}

.left {
    left: 0 !important;
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg) !important;
    transform-origin: 100% 100% !important;
}

/* a fix for firefox that show some strange lines*/
@supports (-moz-appearance:none) {
    .photo-ribbon {
        background: linear-gradient(to top,#0000 1px,#0005 0 var(--f),#0000 0) border-box, linear-gradient(var(--c,#45ADA8) 0 0) 50%/ calc(100% - 2px) calc(100% - 2px) no-repeat border-box !important;
        border-bottom-color: #0000 !important;
    }
}

.align-right {
    text-align: right;
}


/*SKELETON*/
.skeleton-wrapper {
    display: flex;
    flex-direction: column;
}

.skeleton-label,
.skeleton-input,
.skeleton-select,
.skeleton-switch,
.skeleton-button,
.skeleton-textarea {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 6px;
}

.skeleton-label {
    height: 16px;
    width: 25%;
    margin-bottom: 6px;
}

.skeleton-input,
.skeleton-select,
.skeleton-textarea {
    height: 36px;
    width: 100%;
    margin-bottom: 12px;
}

.skeleton-textarea {
    height: 62px;
}

.skeleton-switch {
    width: 60px;
    height: 30px;
    border-radius: 15px;
}

.skeleton-button {
    height: 40px;
    max-width: 150px;
    width: 200px;
    align-self: flex-end;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-photo-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.skeleton-photo-item {
    flex: 1;
    aspect-ratio: 3/4;
    min-width: 100px;
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 6px;
}

.skeleton-footer-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.skeleton-button {
    height: 40px;
    width: 120px;
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 6px;
}

.skeleton-account-type-container .card.dark {
    height: 0px;
}

.skeleton-account-type-container .skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.skeleton-account-type-container .skeleton-button {
    max-width: none;
    height: 43.59px;
}

.skeleton-button.full-width {
    width: 100%;
}

.skeleton-button.primary {
    width: 100%;
    height: 48px;
    margin-top: 10px;
}

.skeleton-link {
    width: 60px;
    height: 20px;
    align-self: center;
    margin-top: 10px;
    border-radius: 3px;
}

.skeleton-account-type-container .skeleton-button,
.skeleton-account-type-container .skeleton-link {
    height: 40px;
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 6px;
}

.ask-session {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .ask-session .ask-session-container {
        display: flex;
        max-width: 400px;
        flex-direction: column;
        gap: 20px;
    }

        .ask-session .ask-session-container .ask-session-buttons {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-self: center;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

            .ask-session .ask-session-container .ask-session-buttons button {
                display: inline-flex;
                justify-content: center;
                line-height: 25px;
                align-items: center;
                gap: 6px;
                padding: 5px 12px;
            }
