body {
    background-color: #031430;
    position: relative;
}

.logo {
    background-image: url(/themes/cx/assets/images/logo.svg);
    width: 15rem;
    height: 4rem;
    background-size: 100%;
    background-position: top 5px center;
}

.navigation .navbar-nav li a.language_drop_ {
    color: #fff;
}


.dropdown-toggle::after {
    background-image: url(/themes/cx/assets/images/custom-select-icon.svg);
}

.txtlight {
    color: #fff !important;
}

.banner_sec,
.baner_bottom {
    min-height: 82rem;
}

.banner-title {
    font-family: "Oswald", sans-serif;
    font-size: 4.29rem;
    font-weight: 600;
    line-height: 120%;
}

.banner-title span {
    font-weight: 400;
}

.banner_bonus_slide_img {
    padding-bottom: 0px;
    max-height: 62rem;
}

.banner_bonus_slide_img img {
    height: auto;
    margin-top: 0rem;
    min-width: 100%;
}

.banner_data {
    margin-top: 2rem;
}

.mview_language_dropdown a {
    color: #fff;
}

.nw_infoblock {
    margin-top: -2.5rem;
}

.nw_info_wrapper {
    justify-content: center;
    background: #003A95;
}

.infowrap_img {
    margin-bottom: 2rem;
}

.infowrap_box {
    padding: 3rem 2rem;
    min-width: 17.85rem;
}

.infowrap_txt {
    font-size: 1.14rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease-in;
}

.infowrap_box:hover,
.infowrap_box.active {
    background: radial-gradient(266.7% 79% at -25% 100%, rgba(16, 106, 248, 0.64) 0%, rgba(16, 106, 248, 0) 100%);
}

.infowrap_box:hover .infowrap_txt,
.infowrap_box.active .infowrap_txt {
    color: #fff;
}

.partner_sec_wrapper {
    display: flex;
    justify-content: start;
}

.program_wrapper_container {
    display: flex;
    justify-content: center;
}

.partner_sec_left {
    width: 100%;
    max-width: 35%;
    flex: 0 0 35%;
}

.partner_sec_right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 5rem;
}

.section_heading_nw {
    font-size: 4.29rem;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #201B4C;
}

.section_heading_nwinvert {
    color: #106AF8;
}

.cx_program_nw {
    background: linear-gradient(136deg, #F8F9FD 1.61%, #EAF9FA 31.73%, #F3EDFD 95.74%);
    padding: 7rem 0px;
    margin-top: -1rem;
    background-size: cover;
}

.program_wrapper {
    background: #fff;
    width: 100%;
    margin-left: 3.5rem;
    color: #fff;
    text-align: center;
    padding: 0rem 0rem 5.71rem 0rem;
    max-width: 40rem;
    position: relative;
    transition: all 0.4s linear;
}

.xicon_wrapp {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24.07143rem;
    height: 22.42857rem;
}

.xicon_wrapp img {
    width: 24.07143rem;
    height: 22.42857rem;
    opacity: 0.1;
}

.program_wrapper.active,
.program_wrapper:hover {
    background: rgba(0, 48, 120, 1);
}

.program_wrapper.active .xicon_wrapp img,
.program_wrapper:hover .xicon_wrapp img {
    opacity: 1;
}

.program_wrapper_head,
.program_wrapper_dtl {
    padding: 3.5rem 0px;
}


.program_wrapper_heading {
    /* color: #FFF; */
    color: #003078;
    text-align: center;
    font-family: Roboto;
    font-size: 2.14rem;
    font-weight: 500;
    line-height: 140%;
}

.program_wrapper_hr {
    /* background: linear-gradient(90deg, #5FFFF5 0.29%, rgba(41, 121, 249, 0.00) 99.64%); */
    background: linear-gradient(97deg, #0E68F9 -0.91%, rgba(82, 200, 244, 0.00) 104.94%);
    height: 0.14rem;
    width: 100%;
}


.pw_helptxt {
    font-size: 1.43rem;
    font-weight: 600;
    line-height: 120%;
}

.pw_amt {
    font-size: 2.86rem;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    color: #003078;
}

.pw_amttxt {
    margin-left: 0.43rem;
    font-size: 1.14rem;
    font-weight: 500;
    line-height: 120%;
}

.program_wrapper_txt {
    padding: 0px 3.5rem;
}

.pw_txt {
    /* color: rgba(255, 255, 255, 0.60); */
    color: #003078;
    text-align: center;
    font-family: Roboto;
    font-size: 1.29rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0px 1rem;
    max-width: 96%;
}

.program_wrapper_btn {
    padding-top: 4rem;
    position: relative;
    z-index: 1;
}

.btn.btn_nwprt {
    border-radius: 1.85714rem;
    border: 1px solid;
    background: transparent !important;
    padding: 1rem 3.57rem;
    color: #003078 !important;
    min-width: 75%;
    box-shadow: none !important;
    font-family: Roboto;
    font-size: 1.29rem;
    font-weight: 500;
    line-height: 120%;
}

.bigicon_wrapper {
    max-width: 8rem;
    min-width: 8rem;
    margin-top: 12.36rem;
}

.program_wrapper.active .program_wrapper_heading,
.program_wrapper:hover .program_wrapper_heading {
    color: #fff;
}

.program_wrapper.active .pw_amt,
.program_wrapper:hover .pw_amt {
    color: #fff;
}

.program_wrapper.active .btn.btn_nwprt,
.program_wrapper:hover .btn.btn_nwprt {
    color: #fff !important;
}

.program_wrapper.active .pw_txt,
.program_wrapper:hover .pw_txt {
    color: rgba(255, 255, 255, 0.60);
}


.why_choose_sec_nw {
    background: #003078;
}

.why_choose_sec_nw .section_heading_nwinvert {
    color: #FFF;
    text-align: center;
    font-weight: 500;
}

.why_choose_boxwrapper {
    justify-content: center;
}

.whychoose_box {
    display: flex;
    width: 100%;
    max-width: 31%;
    flex: 0 0 31%;
    padding: 2.07rem 2.5rem;
    border: 1px solid #0553C8;
    background: #0045AC;
    margin-bottom: 2rem;
    align-items: baseline;
    position: relative;
    min-height: 21.35rem;
    overflow: hidden;
}

/* .whychoose_box:hover {
    background: #F8FAFC;
    box-shadow: 0px 4px 75.4px 0px #CEDEFE;
} */

.whychoose_box_iconwrap {
    min-width: 15.93rem;
    max-width: 15.93rem;
    margin-bottom: 0px;
    display: block;
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.whychoose_box_iconwrap img {
    min-width: 15.93rem;
    max-width: 15.93rem;
}

.whychoose_boxheading {
    text-align: start;
    color: #FFF;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;

}

.whychoose_boxtxt {
    text-align: start;
    margin-top: 1rem;
    max-width: 60%;
    color: rgba(255, 255, 255, 0.60);
    font-family: Roboto;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: 140%;
}

.deposits_withdrawals_sec_nw {
    background-image: url(/themes/cx/assets/images/deposite-withdrawals-nwbg.svg);
    background-position: top center;
}

.nw_awardsec {
    margin-top: -1rem;
}

.section_parnerspecs {
    background-image: url(/themes/cx/assets/images/thirdsec-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    min-height: 60rem;
}

.parner_specswrapp {
    display: flex;
    align-items: baseline;

}

.parner_specheading {
    color: #106AF8;
    font-size: 4.29rem;
    font-weight: 500;
    line-height: 120%;
}

.parner_specswrapp_left {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    margin-top: auto;
}

.parner_specsimgwrapp {
    position: static;
    margin-top: auto;
    min-width: 118%;
}

.parner_specswrapp_right {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    background: linear-gradient(136deg, #F8F9FD 1.61%, #EAF9FA 31.73%, #F3EDFD 95.74%);
    padding: 3rem 2rem 4rem 9rem;
    margin-top: 6rem;
}

.parner_speclistitem {
    display: flex;
    gap: 1rem;
    align-items: center;
    line-height: 435%;
}

.parner_speclist {
    margin-top: 3rem;
}

.speclistitem_txt {
    color: #000;
    font-family: Roboto;
    font-size: 1.29rem;
    font-weight: 500;
    line-height: 435%;
}

.speclistitem_icon {
    min-width: 2rem;
    max-width: 2rem;
}

.ceo_section {
    background-image: url(/themes/cx/assets/images/lastsec-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    min-height: 62rem;
}

#LeadershipSec .section_heading_nwinvert {
    color: #fff;
}

.footer_textwrapp p {
    color: rgba(255, 255, 255, 0.50);
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.43rem;
}

@media (max-width: 1599.98px) {
    .wlcm_msg_one::before {
        top: 1rem;
    }

    .topbox_heading {
        font-size: 2.57rem;
    }

    .banner-title {
        font-size: 3.21rem;
        font-weight: 500;
    }

    .home_page_topbox_wrapp {
        min-width: 23.43rem;
        max-width: 23.43rem;
    }

    .bannerimg_top img {
        max-width: 80%;
    }

    .section_heading_nw {
        font-size: 3.21rem;
    }

    .program_wrapper_head,
    .program_wrapper_dtl {
        padding: 2.5rem 0px;
    }

    .pw_amt {
        font-size: 2.5rem;
    }

    .whychoose_boxheading {
        font-size: 1.71rem;
    }

    .whychoose_box_iconwrap img {
        min-width: 14.93rem;
        max-width: 14.93rem;
    }

    .parner_specheading {
        font-size: 3.21rem;
    }

    .parner_speclistitem {
        align-items: baseline;
        line-height: 285%;
        margin-bottom: 1rem;
    }

    .speclistitem_txt {
        line-height: 140%;
    }


    .section_parnerspecs {
        min-height: 48rem;
    }

    .parner_specswrapp_right {
        margin-top: 11rem;
    }

    .footer_bottom_sec {
        padding: 0px 10px;
    }
}

@media (max-width: 1480.98px) {
    .wlcm_msg_one::before {
        top: 1.75rem;
    }
}

@media (max-width: 1439.98px) {

    .banner_sec,
    .baner_bottom {
        min-height: 40rem;
    }

    .banner_bonus_slide_img img {
        min-width: 100%;
        margin-top: 1rem;
    }

    .infowrap_box {
        padding: 2rem 2rem;
        min-width: 15.85rem;
    }

    .ceo_section {
        min-height: 55rem;
    }

    .ceoimg_wrapper {
        min-width: 40rem;
    }

    .ceo_detail_wrapper_left {
        margin-top: -7.5rem;
    }

    .wlcm_msg_one::before {
        top: 1.57rem;
    }

    .wlcm_msg_txt {
        max-width: 85%;
    }
}

@media (max-width: 1199.98px) {
    .why_choose_sec_nw {
        margin-top: -0.25rem;
    }

    .whychoose_box {
        max-width: 30%;
        flex: 0 0 30%;
        padding: 2.07rem 1rem;
    }

    .program_wrapper_head,
    .program_wrapper_dtl {
        padding: 2.5rem 0px;
    }

    .pw_txt {
        font-size: 1.14rem;
    }

    .wlcm_msg_one {
        font-size: 2.5rem;
    }

    .wlcm_msg_two {
        font-size: 3.21rem;
        margin-bottom: 1rem;
        line-height: 100%;
    }

    .wlcm_msg_txt {
        max-width: 100%;
    }

    .ceo_detail_wrapper_left {
        margin-top: -5.5rem;
        margin-left: 6.21rem;
    }

    .ceo_footer {
        margin-top: 3rem;
    }

    .ceo_name {
        font-size: 2rem;
    }

    .wlcm_msg_one::before {
        top: 0.75rem;
        left: -14px;
    }

    .infowrap_box {
        padding: 2rem 2rem;
        min-width: 12.85rem;
    }

    .infowrap_img {
        margin-bottom: 1rem;
    }

    .banner_bonus_slide_img {
        padding-bottom: 0px;
        max-height: 48rem;
    }

    .banner_bonus_slide_img img {
        margin-top: 3rem;
    }

}

@media (max-width: 991.98px) {
    .banner-title {
        font-size: 3.21rem;
        font-weight: 600;
    }

    .banner-title br {
        display: none !important;
    }

    .banner_data {
        margin-top: 2rem;
    }

    .banner_bonus_slide_img img {
        margin-top: 5rem;
    }

    .cx_program_nw {
        padding: 4rem 0px;
        padding-bottom: 6rem;
        background-size: contain;
    }

    .nw_info_wrapper {
        flex-wrap: wrap;
    }

    .infowrap_box {
        min-width: 33%;
    }

    .partner_sec_wrapper {
        flex-direction: column;
    }

    .partner_sec_left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .partner_sec_right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bigicon_wrapper {
        max-width: 6rem;
        min-width: 6rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
        transform: rotate(90deg);
    }

    .whychoose_box {
        max-width: 45%;
        flex: 0 0 45%;
    }

    .ceo_section {
        padding: 5rem 0px;
        min-height: 40rem;
        /* padding-bottom: 5rem !important; */
    }

    .ceo_detail_wrapper_outer {
        background-image: none;
    }

    .ceoimg_wrapper {
        min-width: 28rem;
        max-width: 28rem;
    }

    .ceo_detail_wrapper_left {
        margin-top: -1rem;
        margin-left: 1.21rem;
    }

    .wlcm_msg_one::before {
        left: -1.71rem;
    }

    .partner_sec {
        min-height: 42rem;
    }

    .award_givenby {
        display: none;
    }

}

@media (max-width: 767.98px) {
    .banner-data {
        padding: 3rem 0rem 3rem;
    }

    .banner_bonus_slide_img img {
        height: auto;
    }

    .home_page_topbox_wrapp {
        min-width: 100%;
        max-width: 100%;
        margin-top: 0px;
    }

    .home_page_topbox {
        padding: 1.49rem;
    }

    .bannerimg_top {
        margin-top: 5%;
        z-index: 0;
        margin-bottom: 3rem;
    }

    .bannerimg_top img {
        max-width: 100%;
    }

    .section_heading_nw {
        font-size: 3.29rem;
        opacity: 1 !important;
    }

    .cx_program_nw {
        background-size: cover;
        padding-bottom: 3rem;
    }

    .program_wrapper_container {
        flex-direction: column;
    }

    .program_wrapper {
        max-width: 100%;
        margin-bottom: 3rem;
        margin-left: 0rem;
    }

    .section_heading_nw br {
        display: none;
    }

    .whychoose_box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 2.07rem 2.5rem;
    }

    .why_choose_sec_nw {
        margin-top: -2rem;
    }

    .ceo_section {
        padding: 0rem 0px;
    }

    .wlcm_msg_txt.bold {
        line-height: 100%;
    }

    .dropdown-toggle::after {
        right: 0px;
    }

    .parner_specswrapp {
        flex-direction: column-reverse;
    }

    .parner_specswrapp_right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 2rem;
    }

    .parner_specswrapp_left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .parner_specsimgwrapp {
        min-width: 100%;
        margin-left: -15px;
    }

    .parner_specswrapp_right {
        margin-top: 6rem;
    }
}

@media (max-width: 575.98px) {
    .banner-title {
        font-size: 3.21rem;
    }

    .banner_bonus_slide_img img {
        max-width: 100% !important;
        height: auto !important;
    }

    .row.new_footerrow {
        align-items: center;
        gap: 2rem;
    }

    .copy_right_sec {
        flex-direction: column-reverse;
    }

    .parner_specheading {
        font-size: 2.5rem;
    }

    .section_heading_nw {
        font-size: 2.5rem;
    }

    .speclistitem_icon img {
        margin-top: 1rem;
    }
}


/* loader  */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Semi-transparent background */
    background-color: #031430;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Loader 1- Spinning */
.loader-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;

}

#loader-1 #loader {
    position: relative;
    left: 50%;
    top: 50%;
    height: 20vw;
    width: 20vw;
    margin: -10vw 0 0 -10vw;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-1 #loader:before {
    content: "";
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    border: 3px solid transparent;
    z-index: 2;
    border-top-color: #db213a;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;

}

#loader-1 #loader:after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    border: 3px solid transparent;
    border-top-color: #dec52d;
    z-index: 2;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;

}

/*Keyframes for spin animation */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(180deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(180deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(180deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(180deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


.loader {
    position: relative;
    display: flex;
}

.loader span {
    width: 50px;
    height: 200px;
    margin: 0 20px;
    background: #00A7E1;
    animation: animate 2s linear infinite;
}

.loader span:nth-child(1) {
    animation-delay: 0s;
}

.loader span:nth-child(2) {
    animation-delay: 0.3s;
}

.loader span:nth-child(3) {
    animation-delay: 0.6s;
}

.loader span:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        transform: translateX(-30px) scale(1);
    }

    50% {
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        opacity: 1;
        transform: translateX(0px) scale(1.2);
    }

    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        transform: translateX(30px) scale(1);
    }
}


.row.new_footerrow {
    align-items: center;
}

.financial_logo_sec {
    justify-content: end;
}

@media (max-width: 1199.98px) {
    .financial_logo_sec {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {

    .socail_link_title,
    span.title_social {
        margin-bottom: 0px;
    }
}

@media (max-width: 575.98px) {
    .social_wrapper {
        flex-direction: column;
        align-items: start;
    }

    .socail_link a.facebook {
        margin-left: 0rem !important;
    }
}

@media (max-width: 379.98px) {
    .nwaward_text_wrapper {
        text-align: start;
    }

}

.row.new_footerrow {
    align-items: center;
}

.financial_logo_sec {
    justify-content: end;
}

@media (max-width: 1199.98px) {
    .financial_logo_sec {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {

    .socail_link_title,
    span.title_social {
        margin-bottom: 0px;
    }
}

@media (max-width: 575.98px) {
    .social_wrapper {
        flex-direction: column;
        align-items: start;
    }

    .socail_link a.facebook {
        margin-left: 0rem !important;
    }

    .mview_language_dropdown a {
        border-bottom: 1px solid rgb(228 231 233 / 20%) !important;
    }
}

@media (max-width: 379.98px) {
    .nwaward_text_wrapper {
        text-align: start;
    }

    .logo {
        width: 12rem;
        background-position: top 14px center;
    }

}