.card-box p, .modal-body p {
    line-height: 2;
    font-family: Rubik
}

.tag-yellow {
    background-color: #eabc47
}

.tag-pink {
    background-color: #8da44a
}

.tag-blue {
    background-color: #82a7c8
}

.tag-brown {
    background-color: #6c3c3c
}

.tag-green {
    background-color: #73969a
}

.tag-red {
    background-color: #b76343
}

.tag-dark-green {
    background-color: #568d72
}

.tag-light-green {
    background-color: #91a14a
}

.navbar-expand-lg, footer {
    background-color: #000
}

.btn.active, .btn:active, a:focus, button:active, button:focus, button:hover, input:active, input:focus, input:hover, label:focus, textarea:active, textarea:focus, textarea:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

header .container-fluid {
    border-style: none;
    border-width: 0 0 1px;
    border-color: #e8dcd0;
    padding-left: 0;
    padding-right: 0
}

header .container {
    --bs-gutter-x: 0;
    max-width: 100%
}

@media(min-width:992px) {
    header .container-fluid {
        border-style: solid;
        border-width: 0 0 1px;
        border-color: #e8dcd0;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5)
    }

    header .container {
        --bs-gutter-x: 1.5rem;
        max-width: 960px
    }

    .navbar-expand-lg {
        padding-left: 0;
        padding-right: 0;
        border-style: none;
        background-color: #fff
    }
}

.navbar-expand-lg {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff
}

    .navbar-expand-lg .logobox {
        padding-left: 16px
    }

@media(min-width:992px) {
    .navbar-expand-lg .logobox {
        margin-right: 0;
        padding-left: 0
    }
}

.desktop-key-dates, .desktop-sticky, .line, .navbar button[aria-expanded=true] > span.navbar-toggler-icon, .navbar-brand .deskstop-logo {
    display: none
}

@media(min-width:320px) {
    .navbar-brand .mobile-logo {
        width: 160px;
        margin-top: 4px;
        padding-bottom: 4px
    }

    .navbar-brand .deskstop-logo {
        display: none
    }
}

.navbar .navbar-toggler {
    border-style: none;
    padding-left: 0;
    padding-right: 16px;
    padding-bottom: 4px
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar .navbar-toggler .navbar-toggler-icon {
    width: 15px
}

@media(min-width:414px) {
    .navbar-brand .mobile-logo {
        width: 160px
    }

    .navbar-brand .deskstop-logo {
        display: none
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        width: 18px
    }
}

@media(min-width:768px) {
    .navbar-brand .mobile-logo {
        width: 180px
    }

    .navbar-brand .deskstop-logo {
        display: none
    }

    .navbar .navbar-toggler {
        border-style: none;
        padding-top: 3px;
        padding-left: 0;
        padding-right: 16px
    }

        .navbar .navbar-toggler .navbar-toggler-icon {
            width: 20px
        }
}

.navbar button[aria-expanded=true]:after {
    display: inline-block;
    color: #fff;
    content: url(/osa/assets/SLA/images/moblie-close.png);
    width: 20px;
    height: 20px
}

.navbar-nav {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e8dcd0
}

    .navbar-nav .nav-item {
        margin-right: 4%;
        margin-left: 1%
    }

        .navbar-nav .nav-item :hover {
            background-color: rgba(0,0,0,0);
            border-radius: 29px;
            font-weight: 600
        }

@media(min-width:992px) {
    .navbar-brand .mobile-logo {
        display: none
    }

    .navbar-brand .deskstop-logo {
        display: inline-block;
        width: 242px
    }

    .navbar-nav {
        border-style: none
    }

        .navbar-nav li.nav-item {
            margin-right: 4%
        }

        .navbar-nav .nav-item :hover {
            background-color: #e8dcd0;
            border-radius: 29px
        }
}

.navbar-expand-lg .navbar-nav {
    font-size: 16px;
    font-family: Rubik
}

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        color: #fff
    }

.backgroundimage, .footer-section .container, .main-section .container {
    background-image: none
}

.sidebar {
    height: 100%;
    padding: 35px 10px 0;
    border-style: none
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        font-size: 16px;
        font-family: Rubik
    }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: 15px;
            padding-right: 15px;
            color: #000
        }

    .backgroundimage {
        background-image: url("/osa/assets/SLA/images/BG1.png");
        background-repeat: no-repeat;
        background-size: cover
    }

    .main-section {
        background-image: url("/osa/assets/SLA/images/BG2.png");
        background-repeat: no-repeat;
        background-size: cover
    }

    .sidebar {
        height: 100%;
        padding: 80px 10px 0;
        border-style: none
    }

    .full-line1, .full-line2 {
        display: none
    }
}

.about-us ul, .sidebar ul, .sidebar ul li.red ul li {
    list-style: none
}

    .sidebar ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .sidebar ul li a {
            font-size: 16px;
            font-family: Rubik;
            cursor: pointer;
            text-decoration: none;
            color: #000;
            margin-top: 1px
        }

            .sidebar ul li a:hover {
                font-size: 16px;
                font-family: Rubik;
                font-weight: 600
            }

        .sidebar ul li.yellow::before {
            display: inline-block;
            content: "";
            border-radius: 0.375rem;
            height: 0.75rem;
            width: 0.75rem;
            margin-right: 0.5rem;
            background-color: #eabc47;
            vertical-align: middle;
            -webkit-transition: width 1s;
            -o-transition: width 1s;
            transition: width 1s;
            margin-top: -0.5px;
        }

        .sidebar ul li.yellow ul li:before {
            content: "• ";
            color: #eabc47;
            font-size: 20px;
            margin-top: -3.5px;
            margin-right: 5px;
        }

        .sidebar ul li.blue::before, .sidebar ul li.pink::before {
            display: inline-block;
            content: "";
            border-radius: .375rem;
            min-height: .75rem;
            height: .75rem;
            margin-right: .5rem;
            -webkit-transition: width 1s;
            -o-transition: width 1s;
            vertical-align: middle;
            min-width: .8rem;
            width: .8rem
        }

        .sidebar ul li.blue:hover::before, .sidebar ul li.brown:hover::before, .sidebar ul li.green:hover::before, .sidebar ul li.light-green:hover::before, .sidebar ul li.pink:hover::before, .sidebar ul li.yellow:hover::before {
            width: 44px
        }

        .sidebar ul li.pink::before {
            background-color: #D2A5AF;
            transition: width 1s;
            margin-top: 6.5px
        }

        .sidebar ul li.blue::before {
            background-color: #82a7c8;
            transition: width 1s;
            margin-top: 6.5px
        }

        .sidebar ul li.brown::before, .sidebar ul li.green::before, .sidebar ul li.red::before {
            display: inline-block;
            content: "";
            border-radius: .375rem;
            margin-right: .5rem;
            -webkit-transition: width 1s;
            -o-transition: width 1s;
            margin-top: 6.5px;
            min-height: .75rem;
            height: .75rem
        }

        .sidebar ul li.brown::before {
            min-width: .75rem;
            width: .75rem;
            background-color: #6c3c3c;
            vertical-align: middle;
            transition: width 1s
        }

        .sidebar ul li.green::before {
            min-width: .8rem;
            width: .8rem;
            background-color: #73969a;
            vertical-align: top;
            transition: width 1s
        }

        .sidebar ul li.dark-green::before {
            min-width: .8rem;
            width: .8rem;
            -webkit-transition: width 1s;
            -o-transition: width 1s;
            display: inline-block;
            content: "";
            border-radius: .375rem;
            margin-right: .5rem;
            vertical-align: middle
        }

        .sidebar ul li.red::before {
            min-width: .75rem;
            width: .75rem;
            background-color: #b76343;
            vertical-align: middle;
            transition: width 1s
        }

        .sidebar ul li.dark-green:hover::before, .sidebar ul li.red:hover::before {
            width: 44.5px
        }

.side-heading {
    margin-top: -6px;
    cursor: pointer
}

.sidebar .side-heading {
    font-size: 16px;
    font-family: Rubik;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

    .sidebar .side-heading:hover {
        font-size: 16px;
        font-family: Rubik;
        font-weight: 500
    }

.sidebar ul li.red ul {
    margin-left: -32px
}

    .sidebar ul li.red ul li:before {
        content: "• ";
        color: #b76343;
        font-size: 20px;
        margin-top: -3.5px;
        margin-right: 5px
    }

    .sidebar ul li.red ul ol {
        counter-reset: item
    }

        .sidebar ul li.red ul ol li {
            display: block
        }

            .sidebar ul li.red ul ol li:before {
                content: counter(item) ". ";
                counter-increment: item;
                color: #000
            }

.sidebar ul li.dark-green::before {
    min-height: .8rem;
    height: .8rem;
    background-color: #568d72;
    transition: width 1s;
    margin-top: 6px
}

.sidebar ul li.light-green::before {
    display: inline-block;
    content: "";
    border-radius: .375rem;
    min-height: .75rem;
    height: .75rem;
    min-width: .75rem;
    width: .75rem;
    margin-right: .5rem;
    background-color: #91a14a;
    vertical-align: middle;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    margin-top: 6.5px
}

.full-line1, .full-line2 {
    border: 1px solid #d0c6bb;
    position: absolute;
    width: 100%
}

.card-box {
    padding-top: 53px;
    padding-left: 45px;
    padding-right: 45px
}

    .card-box h1, .card-box h2 {
        font-family: Rubik;
        font-weight: 600
    }

    .card-box p {
        font-size: 16px
    }

.full-line1 {
    top: 871px
}

.full-line2 {
    top: 4565px
}

.card, .tag-cat {
    border-radius: 20px
}

.card-box .card .info-btn, .card-box .card .vote-btn {
    border-radius: 50px;
    border-color: #eb2126;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600
}

.card, .card-box .card p, .nav-width {
    border-style: none
}

.tag-cat {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 2px 15px 5px 13px;
    text-align: left;
    bottom: -12px;
    left: 3.5%
}

@media(min-width:992px) {
    .line {
        display: block;
        margin-bottom: 40px;
        border-style: #d0c6bb
    }

    .tag-cat {
        font-size: 12px
    }
}

.card-radius {
    border-radius: 20px 20px 0 0
}

.card-body {
    max-height: 100%;
    text-align: left
}

.card-title {
    font-size: 18px;
    font-family: Rubik;
    font-weight: 600;
    margin-top: 20px
}

.card-box .card .fst-italic {
    font-weight: 600
}

.merit-color {
    color: #eb2126
}

.distinction-color {
    color: #af8f4f
}

.card-box .card p {
    line-height: 1.2;
    font-size: 16px
}

.card-box .card .info-btn {
    background-color: rgba(0,0,0,0);
    color: #ed2126;
    width: 129px;
    margin-right: 8px
}

.card-box .card .vote-btn {
    background-color: #ed2126;
    color: #fff;
    width: 105px
}

.pagination .page-link, .pagination .page-link:hover {
    background-color: rgba(0,0,0,0)
}

.award-box .award-content .sec-text, .textalign {
    text-align: center
}

.no-nominess {
    height: 700px
}

.nav-width {
    border-width: 1px;
    margin-bottom: 50px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pagination .page-item {
        line-height: 23px;
        margin-left: 2px;
        margin-right: 2px
    }

        .pagination .page-item.next a, .pagination .page-item.prev a {
            font-size: 22px;
            border-radius: 50%;
            border: 1px solid #ed2126;
            background-color: rgba(0,0,0,0);
            color: #ed2126
        }

        .pagination .page-item.next.disabled a, .pagination .page-item.prev.disabled a {
            background-color: #ed2126;
            border-radius: 50%;
            color: #fff
        }

    .pagination .page-link {
        border: none;
        font-size: 16px;
        font-family: Rubik;
        color: #000;
        padding-top: 6.5px;
        padding-left: 13.5px
    }

        .pagination .page-link:focus {
            border: none
        }

.page-item.active .page-link {
    border: transparent;
    font-size: 16px;
    background-color: #f7f5f2;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    color: #ed2126;
    font-weight: 600;
    padding-top: 7px
}

.page-item.prev .page-link, .profile-box p {
    font-size: 18px
}

.footer-section {
    color: #fff;
    font-size: 14px;
    font-family: Rubik
}

.first-column-height {
    margin-top: -12px
}

.column-height {
    margin-top: 0
}

.span-height {
    margin-bottom: 8px;
    font-size: 14px
}

.p-height {
    margin-bottom: 33px;
    font-size: 16px
}

.footer-bottom-text, .media-height {
    margin-top: -15px
}

    .media-height img {
        margin-bottom: 12px
    }

.right-footer-logo {
    margin-left: -10px;
    width: 320px;
    margin-bottom: 20px
}

@media(min-width:992px) {
    .textalign {
        text-align: left
    }

    .footer-section .container {
        background-image: url("/osa/assets/SLA/images/footer-background.png");
        background-repeat: no-repeat
    }

    .column-height {
        margin-top: 25px
    }

    .right-footer-logo {
        margin-left: -15px;
        width: 100%;
        margin-bottom: 0
    }
}

.sticky-button1, .sticky-button2, .sticky-button3 {
    border-radius: 50%;
    width: 28px;
    height: 26px;
    color: #fff
}

.container .ms-5 {
    font-size: 16px
}

.bottom-footer {
    padding-top: 12px;
    background-color: rgba(0,0,0,.025);
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #fff;
    color: #fff
}

.tc-text a {
    color: #fff
}

.desktop-sticky, .sticky {
    display: block;
    padding: 0 20px;
    text-align: center;
    background: #181818;
    position: sticky;
    bottom: 0;
    z-index: 3
}

.award-span, .visit-span {
    padding-top: 4px;
    font-size: 12px
}

.sticky-left {
    font-size: 16px;
    font-family: Rubik;
    font-weight: 500;
    color: #fff
}

.nom-span {
    padding-left: 14px;
    font-size: 12px
}

.visit-span {
    padding-left: 28px
}

.sticky-button1 {
    background-color: #ed2126;
    margin-top: 12px;
    margin-left: -1px
}

.sticky-button2, .sticky-button3 {
    background-color: #ed2126;
    margin-top: 0
}

.fa-chevron-right {
    margin-top: 6px;
    margin-left: 2px
}

.sticky .container .vote-button {
    border-radius: 30px;
    background-color: #ed2126;
    color: #fff;
    width: 105px;
    height: 33px;
    margin-left: 5px;
    margin-top: 12px;
    font-size: 14px
}

@media(min-width:564px) {
    .pagination .page-item {
        line-height: 23px;
        margin-left: 5px;
        margin-right: 5px
    }

    .nom-span {
        padding-left: 24px;
        padding-top: 5px
    }

    .award-span {
        padding-left: 9px;
        padding-top: 5px
    }

    .visit-span {
        padding-left: 37.5px;
        padding-top: 10px
    }

    .sticky-button1 {
        background-color: #ed2126;
        border-radius: 50%;
        width: 32px;
        height: 30px;
        margin-top: 14px;
        color: #fff;
        margin-left: -1.5px
    }

    .sticky-button2, .sticky-button3 {
        border-radius: 50%;
        width: 32px;
        height: 30px;
        margin-top: -2px;
        background-color: #ed2126;
        color: #fff
    }

    .sticky-button3 {
        margin-left: -1px
    }

    .fa-chevron-right {
        margin-top: 7px;
        margin-left: 3px
    }

    .sticky .container .vote-button {
        border-radius: 30px;
        background-color: #ed2126;
        color: #fff;
        width: 180px;
        height: 51px;
        margin-left: 10px;
        margin-top: 13.5px
    }
}

@media(min-width:992px) {
    .sticky-button1, .sticky-button2 {
        margin-top: 25px;
        border-radius: 50%
    }

    .sticky {
        display: none
    }

    .desktop-sticky {
        display: block;
        background-color: #181818
    }

    .sticky-button1, .sticky-button2, .sticky-button3 {
        background-color: #ed2126;
        color: #fff
    }

    .quick-span {
        font-size: 26px;
        font-family: Rubik;
        margin-right: 40px;
        margin-left: 28px
    }

    .nom-span {
        padding-left: 14px;
        font-size: 12px;
        padding-top: 14px
    }

    .award-span, .visit-span {
        font-size: 12px;
        padding-top: 29px
    }

    .visit-span {
        padding-left: 28px
    }

    .sticky-button1 {
        width: 28px;
        height: 26px;
        margin-right: 25px
    }

    .sticky-button2 {
        width: 29px;
        height: 27px;
        margin-right: 15px
    }

    .sticky-button3 {
        border-radius: 50%;
        width: 30px;
        height: 28px;
        margin-top: 25.5px;
        margin-right: 60px;
        margin-bottom: 15px
    }

    .fa-chevron-right {
        margin-top: 6px;
        margin-left: 2px
    }

    .desktop-sticky .container .vote-button {
        border-radius: 30px;
        background-color: #ed2126;
        color: #fff;
        width: 155px;
        height: 45px;
        margin-left: 5px;
        margin-top: 15px !important;
        font-size: 16px;
        padding-top: 5px
    }
}

.modal {
    margin-top: 0;
    padding-right: 10px
}

.modal-content {
    padding: 45px 30px !important;
    border-radius: 20px;
    border-style: none
}

.modal-header {
    padding: 0 0 20px
}

.about-us-box p, .modal-header-text p {
    font-family: Rubik;
    font-size: 16px
}

.modal-title {
    font-size: 20px;
    margin-bottom: 10px
}

.btn-close {
    position: absolute;
    top: 35px;
    right: 30px;
    font-size: 12px
}

.modal-content .modal-header .tag-cat {
    position: relative;
    border-radius: 20px;
    font-family: Rubik;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px 8px 13px;
    text-align: left;
    bottom: -12px;
    left: 2px
}

.modal-body {
    padding-left: 0;
    padding-right: 0
}

    .modal-body img {
        width: 100%;
        margin-top: 15px;
        border-radius: 20px
    }

    .modal-body p {
        font-size: 16px;
        margin-top: 20px;
        margin-left: 0;
        border-style: none;
        height: 100%
    }

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-pagination {
    border-style: none;
    margin-bottom: 0
}

    .swiper-pagination .swiper-pagination-bullet {
        background-color: #ed2126;
        width: 8.5px;
        height: 8.5px
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 34px;
            border-radius: 12px
        }

.container .sub-title {
    font-family: Rubik;
    font-weight: 600;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 0
}

.mobile-key-dates {
    display: block;
    width: 70%;
    margin: auto
}

.container .sub-content {
    font-family: Rubik;
    margin-top: 45px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400
}

.container .cat-box.row .col-6 {
    padding-left: 10px;
    padding-right: 10px;
    border-style: none
}

    .container .cat-box.row .col-6 a {
        text-decoration: none;
        color: #000
    }

    .container .cat-box.row .col-6 .cat-card {
        background-color: #f7f5f2;
        border-radius: 20px;
        padding: 18px 0;
        height: 100%;
        border-style: none;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

        .container .cat-box.row .col-6 .cat-card:hover {
            background-color: #ed2126;
            color: #fff;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }

        .container .cat-box.row .col-6 .cat-card img {
            width: 68px
        }

    .container .cat-box.row .col-6 p {
        font-size: 10px;
        font-family: Rubik;
        font-weight: 500;
        margin-top: 14px;
        text-align: center;
        padding: 0 5px
    }

@media(min-width:414px) {
    .container .cat-box.row .col-6 {
        padding-left: 8px;
        padding-right: 8px
    }

        .container .cat-box.row .col-6 .cat-card {
            background-color: #f7f5f2;
            border-radius: 20px;
            padding: 22px 0 16px
        }

            .container .cat-box.row .col-6 .cat-card img {
                width: 80px
            }

        .container .cat-box.row .col-6 p {
            font-size: 13px;
            font-family: Rubik;
            font-weight: 500;
            margin-top: 20px;
            text-align: center
        }
}

@media(min-width:500px) {
    .container .cat-box.row .col-6 .cat-card img {
        width: 90px
    }

    .container .cat-box.row .col-6 p {
        font-size: 16px
    }
}

@media(min-width:564px) {
    .container .cat-box.row .col-6 {
        padding-left: 13px;
        padding-right: 13px
    }

        .container .cat-box.row .col-6 .cat-card img {
            width: 100px
        }
}

@media(min-width:768px) {
    .full-line1 {
        position: absolute;
        top: 815px;
        border: 1px solid #d0c6bb;
        width: 100%
    }

    .full-line2 {
        position: absolute;
        top: 5340px;
        border: 1px solid #d0c6bb;
        width: 100%
    }

    .container .cat-box.row .col-6 {
        padding-left: 18px;
        padding-right: 18px
    }

        .container .cat-box.row .col-6 .cat-card {
            background-color: #f7f5f2;
            border-radius: 20px;
            padding: 30px 0 26px
        }

            .container .cat-box.row .col-6 .cat-card img {
                width: 120px
            }

        .container .cat-box.row .col-6 p {
            font-size: 16px;
            font-family: Rubik;
            font-weight: 500;
            margin-top: 24px;
            text-align: center
        }
}

@media(min-width:992px) {
    .modal {
        margin-top: 75px;
        padding-right: 0
    }

    .modal-dialog {
        width: 886px
    }

    .modal-content {
        padding: 45px 30px !important;
        border-radius: 20px;
        border-style: none;
        border-color: #b76343;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto
    }

    .modal-body img {
        width: 322px;
        height: 242px;
        border-radius: 20px
    }

    .modal-body p {
        font-size: 16px;
        font-family: Rubik;
        margin-left: 30px;
        border-style: none;
        min-height: 280px;
        height: 100%;
        line-height: 1.7;
        margin-top: 15px
    }

    .swiper-pagination {
        border-style: none;
        margin-bottom: 28px
    }

        .swiper-pagination .swiper-pagination-bullet {
            background-color: #ed2126;
            width: 13.5px;
            height: 13.5px
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 44px;
                border-radius: 12px
            }

    .mobile-key-dates {
        display: none
    }

    .desktop-key-dates {
        display: block;
        width: 100%
    }

    .container .cat-box.row .col-6 {
        padding-left: 10px;
        padding-right: 10px
    }

        .container .cat-box.row .col-6 .cat-card {
            background-color: #f7f5f2;
            border-radius: 20px;
            padding: 30px 0 10px
        }

            .container .cat-box.row .col-6 .cat-card img {
                width: 90px
            }

        .container .cat-box.row .col-6 p {
            font-size: 14px;
            font-family: Rubik;
            font-weight: 500;
            margin-top: 20px;
            text-align: center
        }
}

@media(min-width:1200px) {
    header .container {
        --bs-gutter-x: 1.5rem;
        max-width: 1140px
    }

    .navbar-expand-lg .logobox {
        margin-right: 4%
    }

    .navbar-nav li.nav-item {
        margin-right: 9%
    }

    .sidebar {
        height: 100%;
        padding: 80px 10px 0 20px;
        border-style: none
    }

    .tag-cat {
        font-size: 14px
    }

    .sticky {
        display: none
    }

    .desktop-sticky {
        display: block;
        background-color: #181818
    }

    .quick-span {
        font-size: 30px;
        font-family: Rubik;
        margin-right: 65px
    }

    .nom-span {
        padding-left: 14px;
        font-size: 16px;
        padding-top: 12px
    }

    .award-span {
        font-size: 16px;
        padding-top: 28px
    }

    .visit-span {
        padding-left: 28px;
        font-size: 16px;
        padding-top: 28.5px
    }

    .sticky-button1 {
        background-color: #ed2126;
        border-radius: 50%;
        width: 28px;
        height: 26px;
        margin-top: 28px;
        color: #fff;
        margin-right: 35px
    }

    .sticky-button2, .sticky-button3 {
        border-radius: 50%;
        width: 30px;
        margin-top: 28px;
        background-color: #ed2126;
        color: #fff
    }

    .sticky-button2 {
        height: 27px;
        margin-right: 35px
    }

    .sticky-button3 {
        height: 28px;
        margin-right: 65px;
        margin-bottom: 15px
    }

    .fa-chevron-right {
        margin-top: 6px;
        margin-left: 2px
    }

    .desktop-sticky .container .vote-button {
        border-radius: 30px;
        background-color: #ed2126;
        color: #fff;
        width: 155px;
        height: 45px;
        margin-left: 5px;
        margin-top: 18px !important;
        font-size: 16px;
        padding-top: 5px
    }

    .container .cat-box.row .col-6 {
        padding-left: 12px;
        padding-right: 12px
    }

        .container .cat-box.row .col-6 .cat-card {
            background-color: #f7f5f2;
            border-radius: 20px;
            padding: 30px 0 16px
        }

            .container .cat-box.row .col-6 .cat-card img {
                width: 100px
            }

        .container .cat-box.row .col-6 p {
            font-size: 14px;
            font-family: Rubik;
            font-weight: 500;
            margin-top: 20px;
            text-align: center;
            padding: 0 15px
        }
}

@media(min-width:1400px) {
    header .container {
        --bs-gutter-x: 1.5rem;
        max-width: 1320px
    }

    .navbar-expand-lg .logobox {
        margin-right: 7%
    }

    .right-footer-logo {
        margin-left: -20px
    }

    .container .cat-box.row .col-6 {
        padding-left: 15px;
        padding-right: 15px
    }

        .container .cat-box.row .col-6 .cat-card {
            background-color: #f7f5f2;
            border-radius: 20px;
            padding: 30px 0 13px
        }

            .container .cat-box.row .col-6 .cat-card img {
                width: 132px
            }

        .container .cat-box.row .col-6 p {
            font-size: 16px;
            font-family: Rubik;
            font-weight: 500;
            margin-top: 20px;
            text-align: center;
            padding: 0 20px
        }
}

.container .vote-button {
    border-radius: 30px;
    background-color: #ed2126;
    color: #fff;
    width: 182px;
    height: 50px;
    padding-bottom: 1px;
    border-style: none;
    font-weight: 600;
    font-size: 16px;
    font-family: Rubik
}

.date-box {
    border-radius: 24px 24px 0 0;
    background-image: url("/osa/assets/SLA/images/mobile-date-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-style: none;
    padding: 45px 0 30px
}

    .date-box .mobile-date {
        width: 200px;
        text-align: center
    }

    .date-box span:first-child, .date-box span:nth-child(2) {
        font-size: 30px;
        font-weight: 500;
        font-family: Rubik;
        border-style: none;
        height: .75em;
        line-height: .75em
    }

    .date-box span:nth-child(3) {
        font-size: 30px;
        font-family: Rubik;
        border-style: none;
        height: .75em;
        line-height: .75em;
        font-weight: 400
    }

    .date-box span:nth-child(4) {
        font-size: 14px;
        font-weight: 400;
        font-family: Rubik;
        border-style: none;
        margin-top: 10px
    }

.award-box {
    padding: 50px 20px;
    border-radius: 0 0 24px 24px;
    border: 1px solid #e0e0e0
}

    .award-box h2 {
        font-family: Rubik;
        margin-bottom: 20px;
        font-size: 16px
    }

    .award-box span {
        font-size: 16px;
        font-weight: 700;
        width: 110px
    }

    .award-box .award-content .d-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .award-box .award-content .nus-tag-link {
        color: #ed2126;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer
    }

@media(min-width:428px) {
    .award-box {
        padding: 50px 30px;
        border-radius: 0 0 24px 24px;
        border: 1px solid #e0e0e0
    }

        .award-box h2 {
            font-family: Rubik;
            margin-bottom: 20px;
            font-size: 20px
        }

        .award-box span {
            font-size: 16px;
            font-weight: 700;
            width: 110px
        }

        .award-box .award-content .d-flex {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .award-box .award-content .sec-text {
            text-align: center
        }

        .award-box .award-content .nus-tag-link {
            color: #ed2126;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer
        }
}

.about-us ul li, .jury-button, .videoswiper2 {
    border-style: none
}

.about-us-box h1, .container .mx-md-4 span, h3 {
    font-family: Rubik
}

.circle1, .circle2, .circle3 {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    margin: auto
}

    .circle1 img, .circle2 img, .circle3 img {
        border-radius: 50%;
        width: 100%;
        height: 100%
    }

.jury-button {
    border-radius: 30px;
    background-color: #ed2126;
    color: #fff;
    width: 180px;
    height: 51px;
    margin-left: 10px;
    margin-top: 13.5px;
    font-weight: 700;
    font-family: Rubik
}

.video-box {
    padding-bottom: 100px
}

.videoswiper1 {
    width: 100%;
    height: 398px
}

@media(min-width:992px) {
    .date-box span:first-child, .date-box span:nth-child(2), .date-box span:nth-child(3) {
        height: .75em;
        line-height: .75em;
        font-family: Rubik
    }

    .date-box {
        border-radius: 24px 0 0 24px;
        background-image: url("/osa/assets/SLA/images/date-background.png");
        background-repeat: no-repeat;
        border-style: solid;
        border-width: 0 5px 0 0;
        border-left: 5px solid transparent;
        border-right: 5px solid #f4f0e9
    }

        .date-box .mobile-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center
        }

        .date-box span:first-child {
            font-size: 90px;
            font-weight: 500;
            border-style: none;
            margin-bottom: 15px
        }

        .date-box span:nth-child(2) {
            font-size: 60px;
            font-weight: 500;
            border-style: none;
            margin-bottom: 15px
        }

        .date-box span:nth-child(3) {
            font-size: 40px;
            border-style: none;
            font-weight: 400
        }

        .date-box span:nth-child(4) {
            font-size: 14px;
            font-weight: 400;
            font-family: Rubik;
            border-style: none;
            margin-top: 10px
        }

    .award-box .award-content .d-flex span, .award-box .award-content .haha, .award-box .d-flex, .award-box h2 {
        text-align: left
    }

    .award-box {
        padding: 50px 80px;
        border-radius: 0 24px 24px 0;
        border-style: solid;
        border-color: #e0e0e0;
        border-width: 1px 1px 1px 0
    }

        .award-box h2 {
            font-family: Rubik;
            margin-bottom: 20px;
            font-weight: 600
        }

        .award-box span {
            font-size: 16px;
            font-weight: 700;
            width: 110px
        }

        .award-box .award-content .d-flex {
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline
        }

        .award-box .award-content .sec-text {
            padding: 0 0 0 110px;
            width: 100%;
            text-align: left
        }

        .award-box .award-content .nus-tag-link {
            color: #ed2126;
            font-weight: 600
        }

    .videoswiper1 {
        width: 100%;
        height: 611px
    }
}

@media(min-width:1600px) {
    .videoswiper1 {
        width: 100%;
        height: 711px
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center/cover #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videoswiper2 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.videoswiper2 {
    width: 100%;
    height: 120px;
    margin-left: auto;
    margin-right: auto
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    border-style: solid;
    border-color: #ed2126;
    width: 30px;
    height: 30px;
    top: 63px;
    padding-top: 1px;
    border-radius: 50%
}

.videoswiper2 .swiper-slide {
    width: 25%;
    height: 100%
}

.swiper-button-next {
    padding-left: 3px
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 15px
    }

.swiper-button-prev {
    padding-right: 3px
}

.profile-box {
    margin-top: 100px;
    margin-bottom: 200px
}

.profile-section {
    margin-top: 30px
}

    .profile-section .col-md-3 {
        position: relative;
        margin-bottom: -30px
    }

        .profile-section .col-md-3 img {
            border-radius: 50%;
            border: 10px solid #fff;
            width: 80%
        }

@media(min-width:768px) {
    .profile-section .col-md-3 img {
        border-radius: 50%;
        border: 10px solid #fff;
        width: 100%
    }
}

@media(min-width:992px) {
    .videoswiper2 .swiper-wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .videoswiper2 {
        width: 100%;
        height: 170px;
        margin-left: auto;
        margin-right: auto;
        border-style: none;
        border-color: #568d72
    }

    .swiper-button-next, .swiper-button-prev {
        color: #fff;
        border-style: solid;
        border-radius: 50%;
        border-color: #ed2126;
        width: 50px;
        height: 50px;
        top: 85px
    }

    .swiper-button-next {
        padding-top: 2px;
        padding-left: 3px
    }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 25px
        }

    .swiper-button-prev {
        padding-top: 1px;
        padding-right: 3px
    }

    .profile-section .col-md-3 img {
        border-radius: 50%;
        border: 10px solid #fff;
        width: 100%
    }
}

.about-us ul li.blue::before, .about-us ul li.brown::before, .about-us ul li.dark-green::before, .about-us ul li.green::before, .about-us ul li.light-green::before, .about-us ul li.pink::before, .about-us ul li.red::before, .about-us ul li.yellow::before {
    display: inline-block;
    content: "";
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    vertical-align: middle;
    margin-top: 6px
}

.profile-section .col-md-9 h6 {
    font-size: 18px;
    font-family: Rubik;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px
}

.profile-section .col-md-9 span {
    font-size: 18px;
    font-family: Rubik;
    font-weight: 400;
    padding-top: 20px
}

.profile-section .col-md-9 {
    background-color: #f7f5f2;
    border-radius: 24px;
    padding: 30px
}

@media(min-width:768px) {
    .profile-section .col-md-3 img {
        border-radius: 50%;
        border: 10px solid #fff
    }

    .profile-section .col-md-9 {
        background-color: #f7f5f2;
        border-radius: 24px;
        margin-left: -30px;
        width: 77.2%;
        padding: 20px 30px
    }

        .profile-section .col-md-9 span {
            font-size: 20px;
            font-family: Rubik;
            font-weight: 400;
            padding-top: 20px
        }
}

.profile-section .col-md-9 p {
    font-size: 14px;
    font-family: Rubik;
    font-weight: 400;
    line-height: 1.6
}

@media(min-width:576px) {
    .profile-section .col-md-9 h6 {
        font-size: 20px;
        font-family: Rubik;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .profile-section .col-md-9 p {
        font-size: 14px;
        font-family: Rubik;
        font-weight: 400;
        line-height: 1.6
    }
}

@media(min-width:992px) {
    .profile-section .col-md-9 h6 {
        font-size: 28px;
        font-family: Rubik;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 10px
    }

    .profile-section .col-md-9 p {
        font-size: 18px;
        font-family: Rubik;
        font-weight: 400;
        line-height: 1.6
    }
}

.about-us {
    margin: auto;
    padding: 0 50px 0 26px
}

    .about-us ul li span {
        font-size: 16px;
        font-family: Rubik;
        margin-left: 25px;
        text-decoration: none;
        color: #000
    }

    .about-us ul li.yellow::before {
        background-color: #eabc47
    }

    .about-us ul li.pink::before {
        background-color: #8da44a
    }

    .about-us ul li.blue::before {
        background-color: #82a7c8
    }

    .about-us ul li.brown::before {
        background-color: #6c3c3c
    }

    .about-us ul li.green::before {
        background-color: #73969a
    }

    .about-us ul li.red::before {
        background-color: #b76343
    }

    .about-us ul li.dark-green::before {
        background-color: #568d72
    }

    .about-us ul li.light-green::before {
        background-color: #91a14a
    }

.youtube-container {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.youtube-player {
    display: block;
    margin 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://freepngimg.com/thumb/categories/1398.png") no-repeat center center;
    background-size: 72px 72px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
