@font-face {
    font-family: Poppins;
    src: url(/fonts/poppins/Poppins-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url("/fonts/poppins/Poppins-Regular.ttf");
    font-weight: 400;
}

.modal-backdrop {
    background-color: rgba(0,0,0,.0001) !important;
}

.topmost-banner-container {
    background-image: url("/img/widgets/topmost-banner/0.png"), linear-gradient(91.12deg, #019DFD 8.02%, #0172F8 96.6%);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 69px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /*display: flex;*/
}

.topmost-banner-container .topmost-big {
    display: none;
    max-height: 95px;
}

.topmost-banner-container p {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.topmost-banner-container .wrapper {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /*display: table-cell;*/
    vertical-align: center;
    height: 69px;
    display: flex;
}

.topmost-banner-container .wrapper.left {
    width: 50%;
    padding-left: 20px;
    float: left;
}

.topmost-banner-container .wrapper.right {
    width: 50%;
    /*padding-right: 20px;*/
    float: right;
}

.topmost-banner-container .wrapper.left p {
    margin: auto;
}

.topmost-banner-container .wrapper.right button {
    margin: auto;
}

.topmost-banner-container .wrapper.left .size-20 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    /*line-height: 110%;*/
}

.topmost-banner-container .wrapper.left .size-18 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    /*line-height: 120%;*/
}

.topmost-banner-container button {
    background: #F50882;
    border: 0;
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    width: 108px;
    height: 38px;
}

#topmost-disclaimer .modal-content {
    border: 1px solid rgba(210, 210, 210, 0.4);
    box-shadow: 5px 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 10px;
    max-width: 546px;
}

#topmost-disclaimer .modal-header {

    padding-bottom: 0;
    border: none;
}

#topmost-disclaimer .modal-body {
    padding: 20px;
}

#topmost-disclaimer .topmost-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin-top: -35px;
}

#topmost-disclaimer .topmost-logos .disclaimer-logo {
    width: auto;
    margin-bottom: 15px;
    padding-right: 20px;
}

#topmost-disclaimer .topmost-logos img {
    text-align: left;
}

#topmost-disclaimer p,
#topmost-disclaimer p a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0.02em;
    color: #898989;
}

#topmost-disclaimer p a {
    color: #0377E3;
}

@media (min-width: 1024px) {
    .topmost-banner-container {
        background: radial-gradient(54.59% 81.88% at 50.4% 51.4%, #00BBFF 1%, #00B6FF 21%, #00A8FD 45%, #0090FB 70%, #006FF7 97%, #006BF7 100%);
        height: 95px;
        min-height: 95px;
    }

    .topmost-banner-container a {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;

        letter-spacing: 0.02em;
        text-decoration-line: underline;
        color: white;
    }

    .topmost-banner-container a:hover {
        color: white;
    }

    .topmost-banner-container .topmost-small {
        display: none;
    }

    .topmost-banner-container .topmost-big {
        display: flex;
    }

    .topmost-banner-container .topmost-big div {
        margin: auto;
    }

    .topmost-banner-container .bold {
        width: 190px;
        min-width: 190px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;

        /* or 29px */
        letter-spacing: 0.02em;
    }

    .topmost-banner-container .vertical-line {
        width: 64px;
        min-height: 70px;
        background-image: url("/img/widgets/topmost-banner/line.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .topmost-banner-container .href {
        width: 185px;
        min-width: 185px;
    }

    .topmost-banner-container .section {
        padding-top: 10px;
        width: 110px;
        min-width: 110px;
    }

    .topmost-banner-container .section {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        line-height: 60px;
    }

    .topmost-banner-container .section .section-small {
        font-size: 24px;
        line-height: 29px;
    }

    .topmost-banner-container .section p {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0.02em;
        text-shadow: none;
        color: white;
    }

    .topmost-banner-container .topmost-big div.leftmost,
    .topmost-banner-container .topmost-big div.rightmost {
        display: none;
    }

    .topmost-banner-container button {
        background: #F50882;
        border: 0;
        border-radius: 10px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        width: 192px;
        height: 54px;
    }
}

@media (min-width: 1490px) {
    .topmost-banner-container .topmost-big div.leftmost,
    .topmost-banner-container .topmost-big div.rightmost {
        display: block;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 95px;
        min-width: 299px;
        margin-top: 0;
    }

    .topmost-banner-container .topmost-big div.leftmost {
        background-image: url("/img/widgets/topmost-banner/left-bg.png");
        background-position-x: left;
        margin-left: 0;
    }

    .topmost-banner-container .topmost-big div.rightmost {
        background-image: url("/img/widgets/topmost-banner/right-bg.png");
        background-position-x: right;
        margin-right: 0;
    }
}