/* Minification failed. Returning unminified contents.
(228,35): run-time error CSS1030: Expected identifier, found '.'
(228,55): run-time error CSS1031: Expected selector, found ')'
(228,55): run-time error CSS1025: Expected comma or open brace, found ')'
(232,35): run-time error CSS1030: Expected identifier, found '.'
(232,57): run-time error CSS1031: Expected selector, found ')'
(232,57): run-time error CSS1025: Expected comma or open brace, found ')'
(370,43): run-time error CSS1030: Expected identifier, found '>'
(370,77): run-time error CSS1031: Expected selector, found ')'
(370,77): run-time error CSS1025: Expected comma or open brace, found ')'
(399,87): run-time error CSS1030: Expected identifier, found '.'
(399,192): run-time error CSS1031: Expected selector, found ')'
(399,192): run-time error CSS1025: Expected comma or open brace, found ')'
(443,36): run-time error CSS1030: Expected identifier, found '.'
(443,60): run-time error CSS1031: Expected selector, found ')'
(443,60): run-time error CSS1025: Expected comma or open brace, found ')'
(447,36): run-time error CSS1030: Expected identifier, found '.'
(447,60): run-time error CSS1031: Expected selector, found ')'
(447,60): run-time error CSS1025: Expected comma or open brace, found ')'
(487,38): run-time error CSS1030: Expected identifier, found '>'
(487,60): run-time error CSS1031: Expected selector, found ')'
(487,60): run-time error CSS1025: Expected comma or open brace, found ')'
(491,39): run-time error CSS1030: Expected identifier, found '.'
(491,63): run-time error CSS1031: Expected selector, found ')'
(491,63): run-time error CSS1025: Expected comma or open brace, found ')'
(495,40): run-time error CSS1030: Expected identifier, found '.'
(495,64): run-time error CSS1031: Expected selector, found ')'
(495,64): run-time error CSS1025: Expected comma or open brace, found ')'
 */

body {
    /*position: relative;*/
}

/*Header*/
#header .holder-of-campaign-page,
#header.scrolled .holder-of-campaign-page {
    padding: 35px 30px 35px 31px !important;
    background: #FFFFFF;
}

    #header .holder-of-campaign-page .logo {
        margin-top: -16px;
    }

    #header.scrolled .holder-of-campaign-page .logo {
        margin-top: -12px;
    }

@media screen and (max-width: 991px) {
    #header .holder-of-campaign-page,
    #header.scrolled .holder-of-campaign-page {
        display: flex;
        justify-content: center;
        padding: 35px 30px 35px 31px !important;
    }

        #header .holder-of-campaign-page .logo,
        #header.scrolled .holder-of-campaign-page .logo {
            right: auto;
            left: auto;
            top: auto;
            margin-top: -10px;
        }
}

.header-of-campaign-page {
    padding: 0 !important;
}

/*Footer*/
#footer {
    background-color: #2C2A2E;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #footer .container {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }

        #footer .container ul {
            display: flex;
            justify-content: center;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #footer .container ul .link-in-footer {
                display: flex;
                margin-left: 32px;
            }

                #footer .container ul .link-in-footer:last-child {
                    margin-left: 0;
                }

                #footer .container ul .link-in-footer i.icon {
                    margin-left: 10px;
                }

                #footer .container ul .link-in-footer p {
                    margin: 0;
                }

    #footer .sub-footer {
        font-family: "AlmoniDLAAA";
        margin: 0 20px;
        font-size: 18px;
        color: #858585;
        line-height: 18.21px;
        padding: 28px 0 0;
        border-top: solid;
        border-width: 1px;
    }

        #footer .sub-footer .container {
            width: 100%;
            margin: 0;
        }

@media screen and (max-width: 767px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #footer .container ul {
            flex-direction: column;
            width: fit-content;
            margin: auto;
            padding-left: 37px;
        }

            #footer .container ul .link-in-footer {
                margin-left: 0;
                margin-bottom: 14px;
            }

                #footer .container ul .link-in-footer:last-child {
                    margin-bottom: 0;
                }

                #footer .container ul .link-in-footer i.icon {
                    margin-left: 8px;
                }
}

#wcag-accessibility-panel-wrapper .accessibility_panel {
    left: 3px !important;
    right: unset !important;
}

/*Body*/
.full-width > .container {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

/*Banner*/
.image-container {
    height: 571px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position-x: 50%;
}

    .image-container img {
        max-width: 100%;
    }

.big.image-container .mobile.image-banner, .big.image-container .image-banner {
    margin-top: 36px;
}


.big.image-container .text-container {
    position: absolute;
    top: 63px;
    left: 125px
}

.small.image-container .text-container {
    position: absolute;
    top: -10px;
    left: 210px;
    margin-top: 35px;
}

.text-container h2,
.text-container h3 {
    margin-top: 0;
}

    .text-container h2,
    .text-container h3,
    .text-container h2 strong,
    .text-container h3 strong,
    .text-container h2 span,
    .text-container h3 span {
        font-family: 'poeti-aaa-bold', sans-serif !important;
    }

.big.image-container .text-container h2,
.big.image-container .text-container h3 {
    font-size: 64px;
    line-height: 63px;
}

.small.image-container .text-container h2,
.small.image-container .text-container h3 {
    font-size: 44px;
    line-height: 63px;
    margin-bottom: 0;
}

.big.image-container .text-container h2 span,
.big.image-container .text-container h3 span {
    font-size: 80px;
    font-family: "RobotoSlab-Regular" !important;
}

    .big.image-container .text-container h2 span strong,
    .big.image-container .text-container h3 span strong {
        line-height: 103px;
    }

.small.image-container .text-container h2 span,
.small.image-container .text-container h3 span {
    font-size: 100px;
}

.big.image-container .text-container p {
    margin-top: 20px;
    line-height: 31px;
}

.small.image-container .text-container p {
    margin-top: 0;
    line-height: 40px;
}

.text-container p {
    font-family: 'AlmoniDLAAA' !important;
    font-size: 40px;
}

.campaign-page-banner-wrapper:has(.big.image-container) {
    padding-top: 70px !important;
}

.campaign-page-banner-wrapper:has(.small.image-container) {
    padding-top: 70px !important;
}
/*----------------buttonsArchtype------------------*/
.campaignPageBannner .archtypeButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.campaignPageBannner .archtypeButtons {
    bottom: 91px;
    left: 110px;
}

.campaignPageBannner .small.image-container .archtypeButtons.desktop {
    top: 289px;
    left: 192px;
}

.campaignPageBannner .archtypeButtons a,
.campaignPageBannner .archtypeButtons button {
    width: 300px;
    height: 58px;
    border-radius: 55px;
    border: none;
    bottom: 32px;
    padding: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    margin: 14px;
}

    .campaignPageBannner .archtypeButtons a.border-solid-black,
    .campaignPageBannner .archtypeButtons button.border-solid-black {
        border: 1px solid #434345
    }

    .campaignPageBannner .archtypeButtons a:hover,
    .campaignPageBannner .archtypeButtons button:hover {
        filter: brightness(97%)
    }

.campaignPageBannner .archtypeButtons .arrow-icon {
    position: absolute;
    margin-left: 246px;
}

@media screen and (max-width: 780px) {
    .big.image-container .text-container h2 span strong {
        line-height: inherit;
    }

    .campaignPageBannner .archtypeButtons {
        gap: 10px;
        width: 100%;
        left: 0;
        margin: 0;
    }

    .campaignPageBannner .big.image-container .archtypeButtons {
        top: -45px;
    }

    .campaignPageBannner .small.image-container .archtypeButtons {
        top: 196px;
    }

    .campaignPageBannner .archtypeButtons a,
    .campaignPageBannner .archtypeButtons button {
        width: 164.5px;
        height: 42px;
        font-size: 18px;
        padding: 19px;
        margin: 0px;
    }

    .campaignPageBannner .archtypeButtons.one-button-archtype {
        left: 40px;
        justify-content: left;
    }

        .campaignPageBannner .archtypeButtons.one-button-archtype a, .campaignPageBannner .archtypeButtons.one-button-archtype button {
            width: 185px;
            height: 44px;
        }

    .campaignPageBannner .archtypeButtons .arrow-icon {
        margin-left: 133px;
        width: 15px;
    }

    .campaignPageBannner .archtypeButtons.one-button-archtype .arrow-icon {
        margin-left: 148px;
    }
}


/*----------------------------------*/

/*--------------------form button submit campaign-page-style-----------------*/
.campaign-page-banner-wrapper .contour input[type="submit"] {
    background-color: #FAA819;
    border-radius: 55px;
    color: #434345;
    font-size: 24px;
    font-family: 'AlmoniDLAAA', sans-serif;
    width: 350px;
    height: 56px;
    background-image: url("../images/campaignPageBanner/icons/arrow-black-right.svg");
    background-repeat: no-repeat;
    background-position: 95%;
}

    .campaign-page-banner-wrapper .contour input[type="submit"]:hover {
        filter: brightness(97%)
    }

.campaign-page-banner-wrapper .contour .LBD_ReloadIcon, .campaign-page-banner-wrapper .contour .LBD_SoundIcon, .campaign-page-banner-wrapper .contour .bs-caret .caret {
    filter: invert(70%) sepia(100%) saturate(1000%) hue-rotate(360deg);
}

.contourMessageOnSubmit {
    color: #FAA819;
}

@media screen and (max-width: 780px) {
    .campaign-page-banner-wrapper .contour input[type="submit"] {
        width: 325px !important;
        height: 56px !important;
        font-size: 26px;
    }

    .campaign-page-banner-wrapper div:has(> input[type="submit"]:first-child) {
        display: flex;
    }
}
/*---------------------------------------------------------------------------*/
/*---------CampaignFloatingButtons---------*/

.campaignFloatingButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
    z-index: 10001;
}

.campaignFloatingButtons {
    height: 96px;
}

    .campaignFloatingButtons .archtypeButtons button, .campaignFloatingButtons .archtypeButtons a {
        border-radius: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

        .campaignFloatingButtons .archtypeButtons button:not(.campaignFloatingButtons .archtypeButtons button.border-solid-black,.campaignFloatingButtons .archtypeButtons a.border-solid-black) {
            border: none;
        }

    .campaignFloatingButtons .archtypeButtons button, .campaignFloatingButtons .archtypeButtons a {
        width: 300px;
        height: 58px;
    }

    .campaignFloatingButtons .archtypeButtons.one-button-archtype button, .campaignFloatingButtons .archtypeButtons.one-button-archtype a {
        width: 325px;
        height: 56px;
    }

    .campaignFloatingButtons .archtypeButtons button.border-solid-black, .campaignFloatingButtons .archtypeButtons a.border-solid-black {
        border: 1px solid #434345
    }

    .campaignFloatingButtons .archtypeButtons {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        border: none;
    }

    .campaignFloatingButtons .archtypeButtons {
        gap: 40px;
        top: 20px;
    }

        .campaignFloatingButtons .archtypeButtons .arrow-icon {
            position: absolute;
        }

        .campaignFloatingButtons .archtypeButtons .arrow-icon {
            margin-left: 245px;
        }

        .campaignFloatingButtons .archtypeButtons.one-button-archtype .arrow-icon {
            margin-left: 272px;
        }

.campaign-page-banner-wrapper:has( .campaignFloatingButtons) #footer {
    margin-bottom: 96px;
}

.campaign-page-banner-wrapper:has( .campaignFloatingButtons) .btn-page-up {
    z-index: 100002;
}

@media screen and (max-width: 780px) {
    .campaignFloatingButtons {
        height: 66px;
    }

        .campaignFloatingButtons .archtypeButtons button, .campaignFloatingButtons .archtypeButtons a {
            width: 159.5px;
            height: 46px;
            font-size: 18px;
        }

        .campaignFloatingButtons .archtypeButtons {
            gap: 16px;
            top: 10px;
        }

            .campaignFloatingButtons .archtypeButtons .arrow-icon {
                margin-left: 120px;
            }

            .campaignFloatingButtons .archtypeButtons.one-button-archtype .arrow-icon {
                margin-left: 140px;
            }


            .campaignFloatingButtons .archtypeButtons.one-button-archtype button, .campaignFloatingButtons .archtypeButtons.one-button-archtype a {
                width: 185px;
                height: 48px;
                font-size: 20px;
            }

            .campaignFloatingButtons .archtypeButtons.mobile.one-button-archtype {
                gap: 16px;
                top: 10px;
            }

        .campaignFloatingButtons:has(> .one-button-archtype) {
            height: 68px;
        }

    .campaign-page-banner-wrapper:has(.campaignFloatingButtons) .cookies {
        bottom: 66px;
    }

    .campaign-page-banner-wrapper:has( .campaignFloatingButtons) #footer {
        margin-bottom: 66px;
    }
}
/*-----------------------------------------*/
/*--------deposit item---------*/
.campaign-page-banner-wrapper .deposit .btn-warning {
    background: #FAA819;
    font-size: 24px;
    color: #434345;
    font-weight: 400;
    width: 278px;
    border-radius: 55px;
    font-family: AlmoniDLAAA, sans-serif;
}

.campaign-page-banner-wrapper .deposit btn:focus, .campaign-page-banner-wrapper .deposit .btn:active:focus, .campaign-page-banner-wrapper .deposit .btn.active:focus, .campaign-page-banner-wrapper .deposit .btn.focus, .campaign-page-banner-wrapper .deposit .btn:active.focus, .campaign-page-banner-wrapper .deposit .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.campaign-page-banner-wrapper .deposit .btn-warning:active:hover, .campaign-page-banner-wrapper .deposit .btn-warning.active:hover, .campaign-page-banner-wrapper .deposit .open > .campaign-page-banner-wrapper .deposit .dropdown-toggle.btn-warning:hover, .campaign-page-banner-wrapper .deposit .btn-warning:active:focus, .campaign-page-banner-wrapper .deposit .btn-warning.active:focus, .campaign-page-banner-wrapper .deposit .open > .campaign-page-banner-wrapper .deposit .dropdown-toggle.btn-warning:focus, .campaign-page-banner-wrapper .deposit .btn-warning:active.focus, .campaign-page-banner-wrapper .deposit .btn-warning.active.focus, .campaign-page-banner-wrapper .deposit .open > .campaign-page-banner-wrapper .deposit .dropdown-toggle.btn-warning.focus {
    color: #434345;
    background-color: #d58512;
    border-color: #985f0d;
}

.campaign-page-banner-wrapper .deposit .btn-warning .iconButtonLinkImg {
    margin-left: 49px;
    margin-top: 9px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .campaign-page-banner-wrapper .deposit .btn-warning {
        width: 246px;
    }

        .campaign-page-banner-wrapper .deposit .btn-warning .iconButtonLinkImg {
            margin-left: 36px;
        }
}
/*-----------------------------*/
@media screen and (max-width: 767px) {
    .big.image-container .text-container {
        top: 4px;
        left: 42px;
    }

    .big.image-container .text-container {
        top: 41px;
    }

    .small.image-container .text-container {
        left: 42px
    }

    .big.image-container .text-container h2,
    .big.image-container .text-container h3 {
        font-size: 34px;
        line-height: 30px;
    }

    .small.image-container .text-container h2,
    .small.image-container .text-container h3 {
        font-size: 32px;
        line-height: 28px;
    }

        .big.image-container .text-container h2 span,
        .big.image-container .text-container h3 span,
        .small.image-container .text-container h2 span,
        .small.image-container .text-container h3 span {
            font-size: 48px;
        }

    .big.image-container .text-container h2 span,
    .big.image-container .text-container h3 span {
        line-height: 57px;
    }

    .small.image-container .text-container h2 span,
    .small.image-container .text-container h3 span {
        line-height: 57px;
    }

    .big.image-container .text-container p {
        margin-top: 0;
    }

    .small.image-container .text-container p {
        margin-top: 8px;
    }

    .big.image-container .text-container p,
    .small.image-container .text-container p {
        font-size: 21px;
        line-height: normal;
        margin-right: 10px;
    }
}

