/* Minification failed. Returning unminified contents.
(224,35): run-time error CSS1030: Expected identifier, found '.'
(224,55): run-time error CSS1031: Expected selector, found ')'
(224,55): run-time error CSS1025: Expected comma or open brace, found ')'
(227,35): run-time error CSS1030: Expected identifier, found '.'
(227,57): run-time error CSS1031: Expected selector, found ')'
(227,57): run-time error CSS1025: Expected comma or open brace, found ')'
(358,34): run-time error CSS1030: Expected identifier, found '>'
(358,68): run-time error CSS1031: Expected selector, found ')'
(358,68): run-time error CSS1025: Expected comma or open brace, found ')'
(388,87): run-time error CSS1030: Expected identifier, found '.'
(388,192): run-time error CSS1031: Expected selector, found ')'
(388,192): run-time error CSS1025: Expected comma or open brace, found ')'
(430,36): run-time error CSS1030: Expected identifier, found '.'
(430,60): run-time error CSS1031: Expected selector, found ')'
(430,60): run-time error CSS1025: Expected comma or open brace, found ')'
(433,36): run-time error CSS1030: Expected identifier, found '.'
(433,60): run-time error CSS1031: Expected selector, found ')'
(433,60): run-time error CSS1025: Expected comma or open brace, found ')'
(472,42): run-time error CSS1030: Expected identifier, found '>'
(472,64): run-time error CSS1031: Expected selector, found ')'
(472,64): run-time error CSS1025: Expected comma or open brace, found ')'
(476,43): run-time error CSS1030: Expected identifier, found '.'
(476,67): run-time error CSS1031: Expected selector, found ')'
(476,67): run-time error CSS1025: Expected comma or open brace, found ')'
(479,40): run-time error CSS1030: Expected identifier, found '.'
(479,64): run-time error CSS1031: Expected selector, found ')'
(479,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 {
    right: 3px !important;
    left: 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;
    right: 125px
}

.small.image-container .text-container {
    position: absolute;
    top: -10px;
    right: 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: 120px;
}

    .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;
    right: 110px;
}

.campaignPageBannner .small.image-container .archtypeButtons.desktop {
    top: 289px;
    right: 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-right: 246px;
}

@media screen and (max-width: 780px) {
    .big.image-container .text-container h2 span strong {
        line-height: inherit;
    }
    .campaignPageBannner .archtypeButtons {
        gap: 10px;
        width: 100%;
        right: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 {
            right: 40px;
            justify-content: right;
        }
            .campaignPageBannner .archtypeButtons.one-button-archtype a, .campaignPageBannner .archtypeButtons.one-button-archtype button {
               width:185px;
               height:44px;

            }

    .campaignPageBannner .archtypeButtons .arrow-icon {
        margin-right: 133px;
        width: 15px;
    }
        .campaignPageBannner .archtypeButtons.one-button-archtype .arrow-icon {
            margin-right: 148px;
        }

}


/*----------------------------------*/

/*--------------------form button submit campaign-page-style-----------------*/
.contour.campaign-page-style 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-left.svg");
    background-repeat: no-repeat;
    background-position: 23px;
}

    .contour.campaign-page-style input[type="submit"]:hover {
        filter: brightness(97%)
    }

.contour.campaign-page-style .LBD_ReloadIcon, .contour.campaign-page-style .LBD_SoundIcon, .contour.campaign-page-style .bs-caret .caret {
    filter: invert(70%) sepia(100%) saturate(1000%) hue-rotate(360deg);
}

.contourMessageOnSubmit {
    color: #FAA819;
}
@media screen and (max-width: 780px) {
    .contour.campaign-page-style input[type="submit"] {
        width: 325px !important;
        height: 56px !important;
        font-size: 26px;
    }
    .campaign-page-style 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-right: 245px;
        }

        .campaignFloatingButtons .archtypeButtons.one-button-archtype .arrow-icon {
            margin-right: 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-right: 120px;
                }
            .campaignFloatingButtons .archtypeButtons.one-button-archtype .arrow-icon {
                margin-right: 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-right: 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-right: 36px;
            }
    }
    /*-----------------------------*/
    @media screen and (max-width: 767px) {
        .big.image-container .text-container {
            top: 4px;
            right: 42px;
        }

            .big.image-container .text-container {
                top: 41px;
            }
      
        .small.image-container .text-container {
            right: 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: 64px;
            }

        .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;
        }
    }

