<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {overflow: hidden; overflow-y: auto;}
.error_field{background: #ffe0e0; padding: 10px; margin-top: 20px; font-size: 13px; text-align: center;}

.instaspot-top-buttons {
    display: flex;
    margin-bottom: 20px;
}
.instaspot-btn {
    position: relative;
    padding: 11px 50px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}
.instaspot-btn:first-of-type {
    margin-right: 20px;
}
.instaspot-btn-success {background: #27AE60; border: 1px solid #27AE60; color: #FFFFFF;font-weight: normal;}
.instaspot-btn-success:hover{background: #52be80; border: 1px solid #52be80;}

.instaspot-btn-success-outline {background: transparent; color: #27AE60; border: 1px solid #27AE60; font-weight: normal;}
.instaspot-btn-success-outline:hover {background: #52be80; color: #ffffff; border: 1px solid #52be80; font-weight: normal;}

.instaspot-btn-danger-outline {
    background: transparent;
    color: #CE3026;
    border: 1px solid #CE3026;
    font-weight: normal;
}
.instaspot-btn.other-offer {
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
}
.other-offer-check {
    display: block;
    width: 5px;
    height: 5px;
    margin-left: 30px;
    border-left: 1px solid #27AE60;
    border-bottom: 1px solid #27AE60;
    transform: rotate(-45deg);
}
.instaspot-btn-tooltip {
    position: absolute;
    top: -85px;
    left: -25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    color: #242424;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 4px 2px 20px rgba(0, 0, 0, 0.15);
    z-index: 999999;
}
.instaspot-btn-tooltip.hidden {
    display: none;
}
.instaspot-btn-tooltip:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #ffffff;
}
.instaspot-btn-tooltip .instaspot-btn-tooltip-alert {
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
}
.instaspot-btn-tooltip .instaspot-btn-tooltip-links {
    display: flex;
    margin-top: 10px;
}
.instaspot-btn-tooltip .instaspot-btn-tooltip-link,
.instaspot-form .instaspot-remember-link {
    position: relative;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #CE3026;
    font-weight: normal;
}
.instaspot-form .instaspot-remember-link {
    margin-top: 20px;
}
.instaspot-btn-tooltip .instaspot-btn-tooltip-link:after {
    position: absolute;
    right: -4px;
    top: 8px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #CE3026;
    border-right: 1px solid #CE3026;
    transform: rotate(45deg);
}
.instaspot-btn-tooltip .instaspot-btn-tooltip-link:nth-last-of-type(1) {
    margin-left: 20px;
}
.instaspot-reg-result,
.instaspot-reg-auth {
    max-width: 495px;
    padding: 40px 100px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 16px;
    z-index: 9999999;
    width: 100%;
    position: relative;
}
.instaspot-reg-auth .close-reg-auth,
.instaspot-reg-result .close-reg-result {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    background: url("/i/img/instaspot/close.png") no-repeat center center;
    cursor: pointer;
}
.instaspot-reg-auth.hidden {
    display: none;
}
.instaspot-reg-auth .instaspot-reg-auth-buttons {
    border-bottom: 2px solid #DEDEDE;
    display: flex;
    justify-content: center;
}
.instaspot-reg-auth .instaspot-reg-auth-button {
    position: relative;
    background: transparent;
    margin: 5px 15px;
    color: #989898;
    font-size: 14px;
    cursor: pointer;
}
.instaspot-reg-auth .instaspot-reg-auth-button.active {
    color: #242424;
}
.instaspot-reg-auth-button .reg-auth-button-bottom-line {
    display: none;
}
.instaspot-reg-auth-button.active .reg-auth-button-bottom-line {
    position: absolute;
    width: 100%;
    bottom: -6px;
    display: block;
    border: 1px solid #CE3026;
}
.instaspot-reg-auth .instaspot-form.hidden {
    display: none;
}
.instaspot-reg-auth .instaspot-form label {
    display: block;
    position: relative;
}
.instaspot-reg-auth .instaspot-form input[type='text'],
.instaspot-reg-auth .instaspot-form input[type='email'],
.instaspot-reg-auth .instaspot-form input[type='number'],
.instaspot-reg-auth .instaspot-form input[type='phone'],
.instaspot-reg-auth .instaspot-form input[type='password'],
.instaspot-reg-auth select,
.instaspot-reg-auth .instaspot-form .select2-container .select2-selection--single,
.instaspot-reg-auth .instaspot-form .select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px !important;
    margin-top: 10px;
    padding: 10px 5px 0 10px;
    background: rgba(0, 0, 0, 0.02);
    border: 0.5px solid rgba(0, 0, 0, 0.05)  !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
}
.instaspot-reg-auth .instaspot-form .phone-line {
    display: flex;
    justify-content: space-between;
}
.instaspot-reg-auth .instaspot-form .phone-line select,
.instaspot-reg-auth .instaspot-form .phone-line .select2-container{
    max-width: 45%;
}
.instaspot-reg-auth .instaspot-form .phone-line label {
    width: 54%;
}
body &gt;.select2-container.select2-container--open {
    z-index: 9999999;
}
.instaspot-reg-auth .instaspot-form .select2-container .select2-selection--single,
.instaspot-reg-auth .instaspot-form .select2-container--default .select2-selection--single {
    padding: 5px 10px;
}
.instaspot-reg-auth .instaspot-form .select2-selection__rendered {
    line-height: normal !important;
}
.instaspot-reg-auth select{
    padding: 5px 5px 0 10px;
    color: #242424;
}
.instaspot-reg-auth .instaspot-form .placeholder {
    position: absolute;
    top: 25px;
    left: 10px;
    display: block;
    font-size: 12px;
    color: #242424;
    opacity: 0.3;
    width: max-content;
}
.instaspot-reg-auth .instaspot-form .phone-line .placeholder {
    top: 25px;
 }
.instaspot-reg-auth .instaspot-form input:not(:placeholder-shown) + .placeholder,
.instaspot-reg-auth .instaspot-form input:focus + .placeholder {
    font-size: 9px;
    top: 15px;
}
.instaspot-reg-auth .instaspot-form .phone-line input:not(:placeholder-shown) + .placeholder,
.instaspot-reg-auth .instaspot-form .phone-line input:focus + .placeholder {
    font-size: 9px;
    top: 15px;
}

.instaspot-reg-auth .instaspot-form input[type="checkbox"] {
    display: none;
}
.instaspot-reg-auth .instaspot-form span.checkbox {
    display: block;
    min-width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px rgba(3, 33, 64, 0.1);
    border-radius: 2px;
}
.instaspot-form input[type="checkbox"]:checked + span.checkbox {
    background-color: #4982BD;
    background-image: url("/i/img/instaspot/icon-checkbox-check.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.instaspot-form .check_group {
    margin-top: 20px;
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #242424;
}
.instaspot-form .check_group a {
    color: #242424;
}
.instaspot-form .check_group a:hover {
    color: #f00;
}
.instaspot-form label.check_group:last-of-type {
    margin-top: 10px;
}
.instaspot-reg-result .instaspot-result-goto,
.instaspot-form .instaspot-form-submit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: #CE3026;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.under-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #2D2D2D;
    opacity: 0.2;
    z-index: 9999999;
}
.under-layer.hidden {
    display: none;
}
.instaspot-reg-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.instaspot-reg-result.hidden {
    display: none;
}
div.page .sections .content .instaspot-reg-result p {
    text-align: center;
    margin: 0;
    margin-top: 5px;
}
.instaspot-reg-result .instaspot-reg-result-title {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #363946;
}
.instaspot-reg-result .instaspot-reg-result-desc{
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #989898;
}
.instaspot-reg-result .instaspot-reg-result-data {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #F8F8F8;
    border-radius: 5px;
    position: relative;
}
.instaspot-reg-result-data .instaspot-reg-result-data-item {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    font-size: 14px;
}
.instaspot-reg-result-data .instaspot-reg-result-data-item:first-of-type {
    margin-top: 0;
}
.instaspot-reg-result-data .instaspot-reg-result-data-item .result-data-title {
    color: #989898;
}
.instaspot-reg-result-data .instaspot-reg-result-data-item .copy {
    margin-left: 25%;
    cursor: pointer;
}
div.page .sections .content .instaspot-reg-result p.instaspot-reg-result-footnote {
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #787878;
    text-align: left;
}
div.page .sections .content .instaspot-reg-result p.instaspot-reg-result-footnote a {
    text-decoration: none;
}
/*.instafast-btn__send{margin-top: 40px; position: relative;}*/
.instafast-btn__load{border: 0px; padding: 0px; background: #CE3026; width: 100%; top: 0px; position: absolute; left: 0px; height: 100%; text-align: center;}
.instafast-btn__load .preloader_white_mini{position: absolute; top: calc(50% - 16px); left: calc(50% - 16px);}

input.error {
    border: 1px solid red !important;
}
.error-text {
    margin-top: 5px;
    font-size: 10px;
    color: red;
    text-align: left !important;
}

.select2{
    width: 100% !important;
}
.select2-customold .select2-selection__rendered {
    line-height: 52px !important;
}

.select2-container .select2-customold {
    height: 52px !important;
}

.select2-customold .select2-selection__arrow:not(form.instaspot-form .select2-selection__arrow) {
    height: 50px !important;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select2-container--default .select2-customold {
    width: 100%;
    background: #FFFFFF;
    color: #999999;
    height: 52px;
    border-width: 1px!important;
    border-style: solid!important;
    border-color: #E1E1E1!important;
    box-sizing: border-box;
    border-radius: 6px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-width: 0px!important;
}
.select2-customold .select2-results .select2-results__option {
    padding: 15px 6px;
}
.select2-customold .select2-results .select2-results__option[aria-selected] {
    color: #a7a6a6;
}
.select2-customold .select2-results .select2-results__option[aria-selected=true] {
    position: relative;
}
.select2-customold .select2-results .select2-results__option[aria-selected=true]:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('/i/img/instaspot/vector.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: green;
    position: absolute;
    right: 10px;
    top: calc( 50% - 7px);
}
.select2-customold .select2-results .select2-results__option[aria-selected=true],
.select2-customold .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: #000;
}
.select2-container--default .select2-customold .select2-selection__arrow b {
    border-color: #333 transparent transparent #333!important;
    border-width: 1px!important;
    background: transparent;
    width: 4px!important;
    height: 4px!important;
    transform: rotate(45deg);
}
.select2-container--default.select2-container--open .select2-customold .select2-selection__arrow b {
    transform: rotate(225deg);
}
form.instaspot-form .select2-container--default .select2-customold .select2-selection__arrow b {
    top: 31px;
}
form.instaspot-form .select2-container--default.select2-container--open .select2-customold .select2-selection__arrow b {
    top: 27px;
}

.select_box .select2-container--default .select2-selection--single {
    padding-left: 30px;
    font-size: 16px;
}
.select_box2 .select2-container--default .select2-selection--single {
    padding-left: 12px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single:hover{
    color: #181818;
    border: 1px solid #181818;
}
.select2-customold .select2-search--dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid #C2C2C2 !important;
    background: url(/i/img/instaspot/search.png) no-repeat center right;
}

.instaspot-reg__fixed{background: rgb(45 45 45 / 20%); position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
.spot-copy{position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; border-radius: 5px; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  color: #fff; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -webkit-transition: all 200ms linear; opacity: 0; pointer-events: none;}
.instaspot-reg-result-data.copyed .spot-copy{opacity: 1; pointer-events: auto;}

@media (max-width: 500px) {
    .instaspot-reg-result,
    .instaspot-reg-auth {
        max-width: 320px;
        padding: 40px 30px;
    }
    .instaspot-top-buttons {
        flex-direction: column;
    }
    .instaspot-btn:first-of-type {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .instaspot-btn {
        justify-content: center;
    }
    .instaspot-btn-tooltip {
        left: auto;
    }
    .instaspot-btn-tooltip .instaspot-btn-tooltip-alert {
        font-size: 15px;
    }
    .instaspot-btn-tooltip .instaspot-btn-tooltip-link {
        font-size: 12px;
    }
}
</pre></body></html>