
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

img, svg {
    max-width: 100%
}

.l-index__list > li a span, .l-program__name, .l-results__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all
}

:root {
    --fontSize-xxl: 1.75rem;
    --fontSize-xl: 1.5rem;
    --fontSize-lg: 1.25rem;
    --fontSize-md: 1.125rem;
    --fontSize-sm: 1rem;
    --fontSize-xs: 0.875rem;
    --fontSize-xxs: 0.75rem;
    --neutralsColor-0: #ffffff;
    --neutralsColor-50: #fafafa;
    --neutralsColor-100: #f5f5f5;
    --neutralsColor-200: #e5e5e5;
    --neutralsColor-300: #d4d4d4;
    --neutralsColor-400: #a3a3a3;
    --neutralsColor-500: #737373;
    --neutralsColor-600: #525252;
    --neutralsColor-700: #404040;
    --neutralsColor-800: #262626;
    --neutralsColor-900: #171717;
    --neutralsColor-950: #0a0a0a;
    --primaryColor: #6dc249;
    --secondaryColor: #008e40;
    --zindexDropdown: 1000;
    --zindexSticky: 1020;
    --zindexFixed: 1030;
    --zindexModalBackdrop: 1040;
    --zindexModal: 1050;
    --zindexPopover: 1060;
    --zindexTooltip: 1070
}

.c-banner__inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block
}

.c-banner__inner--main {
    aspect-ratio: 16/9
}

@media only screen and (min-width:992px) {
    .c-banner__inner--main {
        aspect-ratio: 1920/400
    }
}

.c-btn {
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4px;
    outline: none;
    padding: 0
}

.c-btn__text {
    font-size: var(--fontSize-xs);
    line-height: 1
}

.c-btn--login {
    color: var(--neutralsColor-0);
    padding: 8px 0
}

.c-modal__close {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: -40px;
    right: -8px
}

    .c-modal__close, .c-modal__close:focus {
        outline: none
    }

.c-modal__title {
    font-size: var(--fontSize-md);
    line-height: 1;
    margin-bottom: 0
}

@media only screen and (min-width:992px) {
    .c-modal__title {
        font-size: var(--fontSize-lg)
    }
}

.c-modal__btn {
    background-color: transparent;
    border: 1px solid var(--primaryColor);
    border-radius: 4px;
    font-size: var(--fontSize-sm);
    line-height: 1;
    color: var(--primaryColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 4px;
    margin: 0;
    padding: 8px 12px
}

@media only screen and (min-width:992px) {
    .c-modal__btn {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.c-modal__btn, .c-modal__btn:focus {
    outline: none
}

@media only screen and (max-width:991px) {
    .c-modal__results {
        display: none !important
    }
}

.c-modal__results .c-modal__content {
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.c-modal__results .c-modal__inner {
    aspect-ratio: 490/284;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.c-modal__results .c-modal__winner {
    display: -ms-grid;
    display: grid;
    bottom: 0;
    position: absolute;
    right: 115px;
    left: 115px;
    grid-auto-flow: column;
    bottom: 45px
}

@media only screen and (min-width:992px) {
    .c-modal__results .c-modal__winner--four {
        right: 20px;
        left: 20px
    }
}

.c-modal__results .c-modal__winner > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px 0;
    position: relative
}

    .c-modal__results .c-modal__winner > li b,
    .c-modal__results .c-modal__winner > li span {
        color: var(--fontColor);
        letter-spacing: var(--spacing);
        line-height: 1
    }

.c-modal__results .c-modal__gamename {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4px
}

    .c-modal__results .c-modal__gamename svg {
        position: relative;
        top: -1px;
        width: 20px;
        height: 20px
    }

.modal-content {
    border: 0;
    border-radius: 4px;
    gap: 16px 0;
    max-height: 90% !important;
    padding: 16px;
    overflow: visible !important
}

@media only screen and (min-width:992px) {
    .modal-content {
        border-radius: 8px;
        gap: 20px 0;
        padding: 20px
    }
}

.modal-body, .modal-footer, .modal-header {
    border: 0;
    padding: 0
}

.modal-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 16px
}

.c-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media only screen and (min-width:992px) {
    .c-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.c-nav__menu--lab {
    cursor: pointer;
    display: block;
    margin: 0
}

@media only screen and (min-width:992px) {
    .c-nav__menu--lab {
        display: none
    }
}

.c-nav__menu--ipt {
    display: none
}

    .c-nav__menu--ipt:checked ~ .c-nav__block {
        left: 0
    }

@media only screen and (min-width:992px) {
    .c-nav__menu--ipt:checked ~ .c-nav__block {
        left: auto
    }
}

@media only screen and (max-width:991px) {
    .c-nav__menu--ipt:checked ~ .c-nav__overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
}

.c-nav__block {
    background-color: color-mix(in srgb,var(--primaryColor) 80%,transparent 0%);
    border-radius: 0 8px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*
    justify-content: space-between;
    */
    top: 0;
    left: -240px;
    position: fixed;
    padding: 16px;
    -webkit-transition: left 0.3s ease,right 0.3s ease;
    transition: left 0.3s ease,right 0.3s ease;
    width: 240px;
    height: 100vh;
    z-index: var(--zindexSticky)
}

@media only screen and (min-width:992px) {
    .c-nav__block {
        background-color: transparent;
        display: block;
        top: auto;
        left: auto;
        position: static;
        padding: 0;
        width: auto;
        height: auto;
        z-index: inherit
    }
}

@media only screen and (min-width:992px) {
    .c-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 24px
    }
}

.c-nav__list > li > a {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px
}

@media only screen and (min-width:992px) {
    .c-nav__list > li > a {
        border-radius: 0;
        gap: 0 4px;
        padding: 0
    }
}

.c-nav__list > li > a > span {
    font-size: var(--fontSize-xs);
    color: var(--neutralsColor-0)
}

@media only screen and (min-width:992px) {
    .c-nav__list > li > a > span {
        color: var(--neutralsColor-950)
    }
}

.c-nav__list > li > a > svg {
    display: none;
    height: 16px;
    width: 16px
}

.c-nav__list > li > a.c-nav__list--active {
    background-color: color-mix(in srgb,var(--neutralsColor-0) 40%,transparent 0%)
}

@media only screen and (min-width:992px) {
    .c-nav__list > li > a.c-nav__list--active {
        background-color: transparent;
        gap: 0 4px
    }
}

.c-nav__list > li > a.c-nav__list--active > svg {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:992px) {
    .c-nav__list > li > a.c-nav__list--active > svg {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.c-nav__list > li > a.c-nav__list--active > span {
    color: var(--secondaryColor)
}

.c-nav__list--mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .c-nav__list--mobile {
        display: none
    }
}

.c-nav__overlay {
    background-color: rgba(0,0,0,0.5);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: var(--zindexDropdown);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (min-width:992px) {
    .c-nav__overlay {
        display: none
    }
}

.c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .c-title {
        gap: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-title__name {
    color: var(--secondaryColor);
    font-size: var(--fontSize-xl);
    margin-bottom: 0
}

@media only screen and (min-width:992px) {
    .c-title__name {
        font-size: var(--fontSize-xxl)
    }
}

.c-title__select {
    border-radius: 0;
    border-color: var(--neutralsColor-300);
    font-size: var(--fontSize-sm);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 8px 12px
}

@media only screen and (min-width:992px) {
    .c-title__select {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-width: 170px
    }
}

.c-title__select, .c-title__select:focus {
    outline: none
}

.c-title span {
    display: block
}

@media only screen and (min-width:992px) {
    .c-title span {
        display: inline;
        margin-left: 12px
    }
}

.l-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: var(--zindexDropdown)
}

.l-header__topbar {
    display: none
}

@media only screen and (min-width:992px) {
    .l-header__topbar {
        background-color: var(--primaryColor);
        display: block
    }
}

@media only screen and (min-width:992px) {
    .l-header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 0 16px
    }
}

.l-header__inner {
    background-color: color-mix(in srgb,var(--neutralsColor-0) 80%,transparent 0%);
    padding: 8px 0
}

@media only screen and (min-width:992px) {
    .l-header__inner {
        padding: 12px 0
    }
}

.l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-header__brand {
    height: 46px
}

@media only screen and (min-width:992px) {
    .l-header__brand {
        height: 50px
    }
}

body, html {
    min-height: 100%
}

body {
    /*
background-image: url("/new/images/img_bg_body.jpg");
    */
    
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.container-lg {
    padding: 0 16px;
    padding-bottom:90px;
}

.l-main {
    height: 100%
}

.l-main__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    min-height: 100%
}

.l-main__inner{
    height:calc(100vh - 133px);
    padding-bottom:90px;
}

@media only screen and (min-width:992px) {
    .l-main__inner {
        height: calc(100vh - 196px);
    }
}

.l-main__gotop {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s,opacity 0.5s linear;
    transition: visibility 0s,opacity 0.5s linear;
    margin: 16px auto;
    z-index: var(--zindexDropdown)
}

@media only screen and (min-width:992px) {
    .l-main__gotop {
        margin: 20px auto
    }
}

.l-main__gotop--active {
    visibility: visible;
    opacity: 1
}

.l-main__icon {
    background-color: transparent;
    padding: 0;
    border: 0
}

    .l-main__icon, .l-main__icon:focus {
        outline: none
    }

        .l-main__icon > svg path {
            stroke: color-mix(in srgb,var(--primaryColor) 80%,transparent 0%)
        }

.l-layout {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:992px) {
    .l-layout {
        gap: 24px 0
    }
}

.l-layout__banner {
    display: -ms-grid;
    display: grid;
    gap: 16px
}

@media only screen and (min-width:992px) {
    .l-layout__banner {
        gap: 40px 0
    }
}

.l-layout__wrap {
    display: -ms-grid;
    display: grid;
    gap: 20px 0
}

@media only screen and (min-width:992px) {
    .l-layout__wrap {
        gap: 24px 0
    }
}

.l-layout__inner {
    background-color: var(--neutralsColor-0);
    -webkit-box-shadow: 0 4px 24px color-mix(in srgb,var(--neutralsColor-950) 10%,transparent 0%);
    box-shadow: 0 4px 24px color-mix(in srgb,var(--neutralsColor-950) 10%,transparent 0%);
    border-radius: 8px;
    padding: 16px
}

@media only screen and (min-width:992px) {
    .l-layout__inner {
        padding: 20px
    }
}

.l-layout__inner--results {
    background-color: #012313;
    background-image: url("/new/images/img_patterned.svg");
    background-size: 500px
}

.l-footer {
    position:fixed;
    width:100%;
    bottom:0;
    left:0
}

.l-footer__inner {
    display: none;
    background-color: white !important;
}

@media only screen and (min-width:992px) {
    .l-footer__inner {
        background-color: color-mix(in srgb,var(--neutralsColor-0) 50%,transparent 0%);
        display: block;
        padding: 12px 0
    }
}

@media only screen and (min-width:992px) {
    .l-footer__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:992px) {
    .l-footer__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 24px
    }
}

@media only screen and (min-width:992px) {
    .l-footer__link > li > a > span {
        font-size: var(--fontSize-xs);
        color: var(--neutralsColor-950)
    }
}

.l-footer__bottombar {
    background-color: var(--primaryColor);
    padding: 12px 0
}

    .l-footer__bottombar a, .l-footer__bottombar p {
        color: var(--neutralsColor-0);
        display: block;
        font-size: var(--fontSize-xxs);
        margin-bottom: 0;
        text-align: center
    }

@media only screen and (min-width:992px) {
    .l-footer__real {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:992px) {
    .l-footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 24px
    }
}

@media only screen and (min-width:992px) {
    .l-footer__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 12px
    }
}

.l-index {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:992px) {
    .l-index {
        gap: 20px 0
    }
}

.l-index__info {
    display: -ms-grid;
    display: grid;
    gap: 4px 0
}

    .l-index__info > li {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
        align-items: first baseline;
        -ms-grid-columns: minmax(76px,auto) 1fr;
        grid-template-columns: minmax(76px,auto) 1fr
    }

    .l-index__info h5 {
        font-size: var(--fontSize-xs);
        line-height: 1.5;
        margin-bottom: 0
    }

.l-index__wrap {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:992px) {
    .l-index__wrap {
        gap: 0 24px;
        -ms-grid-columns: 1fr 24px 240px;
        grid-template-columns: 1fr 240px
    }
}

.l-index__map {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:992px) {
    .l-index__map {
        aspect-ratio: 3/1
    }
}

@media only screen and (min-width:1200px) {
    .l-index__map {
        aspect-ratio: 4/1
    }
}

@media only screen and (min-width:1400px) {
    .l-index__map {
        aspect-ratio: 5/1
    }
}

.l-index__map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.l-index__goto {
    display: -ms-grid;
    display: grid
}

    .l-index__goto > li {
        display: block
    }

        .l-index__goto > li + li {
            border-top: 1px dotted var(--neutralsColor-300)
        }

.l-index__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 8px
}

    .l-index__link > h5 {
        color: var(--neutralsColor-950);
        font-size: var(--fontSize-sm);
        line-height: 24px;
        margin-bottom: 0
    }

.l-index__download {
    display: -ms-grid;
    display: grid;
    gap: 8px 0
}

.l-index__sub {
    font-size: var(--fontSize-sm);
    line-height: 1;
    margin-bottom: 0
}

.l-index__list {
    display: -ms-grid;
    display: grid;
    gap: 8px 0
}

@media only screen and (min-width:992px) {
    .l-index__list {
        gap: 4px 0
    }
}

.l-index__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4px
}

    .l-index__list > li > svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .l-index__list > li a {
        color: var(--neutralsColor-900);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: var(--fontSize-xxs);
        text-decoration: underline
    }

@media only screen and (min-width:992px) {
    .l-index__list > li a {
        font-size: var(--fontSize-xs)
    }
}

.l-index__list > li a span {
    -webkit-line-clamp: 1
}

.l-results {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:768px) {
    .l-results {
        gap: 20px
    }
}

.l-results__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-results__best {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1;
    position: relative;
    width: 320px
}

@media only screen and (min-width:768px) {
    .l-results__best {
        width: 330px
    }
}

.l-results__best > h5 {
    color: #ffb948;
    font-size: var(--fontSize-xxl);
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 2px;
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0
}

@media only screen and (min-width:768px) {
    .l-results__best > h5 {
        bottom: 61px
    }
}

.l-results__list {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:768px) {
    .l-results__list {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }
}

@media only screen and (min-width:1400px) {
    .l-results__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }
}

.l-results__items {
    background-color: color-mix(in srgb,#e0e2a3 20%,transparent 0%);
    border: 0;
    border-radius: 8px;
    display: -ms-grid;
    display: grid;
    gap: 8px 0;
    padding: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    pointer-events: none
}

@media only screen and (min-width:992px) {
    .l-results__items {
        pointer-events: visible;
        gap: 12px 0
    }
}

.l-results__items, .l-results__items:focus {
    outline: none
}

@media only screen and (min-width:992px) {
    .l-results__items:hover {
        background-color: color-mix(in srgb,var(--neutralsColor-0) 100%,transparent 0%);
        -webkit-box-shadow: 0 4px 16px color-mix(in srgb,var(--neutralsColor-950) 60%,transparent 0%);
        box-shadow: 0 4px 16px color-mix(in srgb,var(--neutralsColor-950) 60%,transparent 0%)
    }
}

.l-results__items:hover .l-results__title {
    color: var(--neutralsColor-950)
}

.l-results__title {
    color: var(--neutralsColor-0);
    font-size: var(--fontSize-md);
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    -webkit-line-clamp: 1
}

@media only screen and (min-width:992px) {
    .l-results__title {
        font-size: var(--fontSize-lg);
        text-align: left
    }
}

.l-results__ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px 0
}

@media only screen and (min-width:992px) {
    .l-results__ranking {
        gap: 0 24px
    }
}

@media only screen and (min-width:1200px) {
    .l-results__ranking {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-results__ranking > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media only screen and (min-width:1200px) {
    .l-results__ranking > li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:1400px) {
    .l-results__ranking > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-results__icon {
    height: 48px
}

.l-results__name {
    color: #ffb948;
    font-size: var(--fontSize-sm);
    line-height: 1;
    margin-bottom: 0
}

.l-program {
    display: -ms-grid;
    display: grid;
    gap: 16px 0
}

@media only screen and (min-width:992px) {
    .l-program {
        gap: 20px 0
    }
}

.l-program__title {
    font-size: var(--fontSize-md);
    line-height: 1;
    color: var(--neutralsColor-950);
    margin-bottom: 0
}

@media only screen and (min-width:992px) {
    .l-program__title {
        font-size: var(--fontSize-lg)
    }
}

.l-program__body > li + li {
    border-top: 1px dotted var(--neutralsColor-300)
}

.l-program__body > li:last-child {
    border-bottom: 1px dotted var(--neutralsColor-300)
}

.l-program__header, .l-program__items {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 60px 1fr 60px;
    grid-template-columns: 60px 1fr 60px;
    font-size: var(--fontSize-xs)
}

    .l-program__header > li, .l-program__items > li {
        padding: 8px
    }

        .l-program__header > li:not(:nth-of-type(2)), .l-program__items > li:not(:nth-of-type(2)) {
            text-align: center
        }

.l-program__header {
    background-color: var(--neutralsColor-200);
    color: var(--neutralsColor-950)
}

.l-program__items {
    color: var(--neutralsColor-600)
}

.l-program__name {
    -webkit-line-clamp: 2;
    margin-bottom: 0
}

.l-program__view {
    border: 0;
    background-color: transparent
}

    .l-program__view, .l-program__view:focus {
        outline: none
    }

img.note-float-center {
    float: none;
    display: block;
    margin: 0 auto;
}

.btn-new {
    background-color: #94cc00;
    padding: 0.2em 0.5em;
    border: white solid 2px;
    color: white;
    font-size: 20px;
    border-radius: 5px 5px;
    display: inline-block; 
    transition: transform 0.2s;
}

    .btn-new:disabled,
    .btn-new.disabled {
        background-color: #e9ecef !important; 
        color: #aaa !important; 
        cursor: not-allowed !important; 
        border-color: #dee2e6 !important; 
        opacity: 0.7; 
        pointer-events: none; /
        box-shadow: none !important; 
        transform: none !important; 
    }

.btn-new:hover {
    color:white;
    transform:scale(1.02);
}

.btn-new:active {
    transform:translate(2px, 2px);
}

.nav-link[disabled],
.nav-link.disabled,
.nav-link[aria-disabled="true"] {
    background-color: #e9ecef !important; 
    color: #aaa !important;
    cursor: not-allowed !important; 
    border-color: #dee2e6 !important; 
    pointer-events: none; 
    opacity: 0.7; 
}
/* sourceMappingURL=isdi.css.map */
