*:focus {
    background-color: none;
    outline: none;
}
input,
textarea {
    color: 000;
}
.srch-box input[type="date"] {
    display: block;
    color: #000;
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    -webkit-appearance: none;
}
.srch-box input::-webkit-date-and-time-value {
    text-align: left;
}
select {
    color: #333;
}
.single-l img {
    width: 100%;
    max-height: 500px;
}
.single-l ul {
    font-family: adobe-text-pro, serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}
.single-l p img {
    max-height: unset;
}
.single-l a {
    color: #014a89;
}
.single-l blockquote {
    font-family: "roboto condensed", sans-serif;
    font-size: 22px;
    font-weight: 400;
    /* margin: 40px auto;
  padding: 40px;
  width: 80%;
  border: unset;
  quotes: none;
  position: relative; */
}
.speakercard-top img {
    width: 50px;
    height: 43px;
}
.mhimg {
    width: 520px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.tracker_1 img {
    height: 1px;
}
.coverimg {
    height: 480px;
}
.column4ad {
    display: none;
}
.column6s {
    width: 100%;
}
.pagination .page-link {
    padding: 8px 12px;
}
.temp {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 99;
    transition: top 666ms;
    box-shadow: 0 0 11px rgb(0 0 0 / 20%);
}
.event-gallery figure {
    margin: 0;
}
.headerbody {
    display: flex;
    align-items: center;
    width: calc(100vw - 50px);
}
.nav-r {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.temp .search {
    position: absolute;
    height: 50px;
    top: -32px;
    right: 10px;
}
.temp .login {
    position: absolute;
    top: -12px;
    right: 60px;
}
.temp .input {
    font-size: 16px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    padding: 0 10px 0 18px;
    transition: width 0.3s ease;
    border-radius: 30px;
    background-color: #f3f3f3;
}
.temp .btn {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 8px;
    border: 0;
    background-color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 30px;
    transition: transform 0.3s ease;
}
.temp .input:focus,
.temp .btn:focus {
    outline: none;
}
.temp .search.active .input {
    width: 300px;
}
.temp .search.active .btn {
    transform: translateX(250px);
}
.temp .input,
textarea {
    color: #333;
}
/* ################ */
.header__wrapper {
    padding-top: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 10px;
}

.header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.header__menu-button {
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    width: 50px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    transition: color 0.5s;
    z-index: 2;
}
.header__menu-button-dark {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -25px;
    border: 0;
    width: 60px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    transition: color 0.5s;
    z-index: 2;
}
.header__text {
    position: absolute;
    left: 120px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    height: 55px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    transition: color 0.5s;
    z-index: 2;
    font-family: "roboto", sans-serif;
    font-weight: 500;
}
.header__menu-button_fixed {
    right: 47px;
    top: 5px;
    margin: 0;
}

.header__menu-button-inner {
    height: 2px;
    width: 24px;
    background: currentColor;
    position: relative;
    border: 0;
    transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
    background: transparent;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
    position: absolute;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: currentColor;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
    transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
    animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
    animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
    0% {
        transform: translateY(7px);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes button-before-open-animation {
    0% {
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(7px);
    }
}

.header__menu-button-inner:after {
    transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
    animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
    animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
    0% {
        transform: translateY(-7px);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(-45deg);
    }
}

@keyframes button-after-open-animation {
    0% {
        transform: translateY(0px) rotate(-45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(-7px);
    }
}

.header__menu {
    transform: translateX(100%) translateZ(0);
    transition: 0.6s;
    z-index: 9;
}

.header__menu_opened {
    transform: translateX(0%) translateZ(0);
}
.navextra .menu-panel {
    position: fixed;
    background: #fff;
    color: #014a89;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
}

.menu-panel__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    padding-inline: 15px;
}
.menu-section {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #aaa;
    padding-block: 5px;
    padding-left: 5px;
}
.menu-section a {
    color: #000;
}
.menu-item {
    color: #333;
    padding-block: 5px;
    padding-left: 5px;
}
.menu-item a {
    color: #333;
}
.menu-search {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 40px;
    padding: 0 5px 0 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    margin-block: 10px;
}
.header__menu_opened .menu-panel__menu {
    transform: translate(0);
    opacity: 1;
}

.menu-panel__menu-item {
    margin-bottom: 15px;
}

.navextra .menu-panel__menu-link {
    font-size: 26px;
    font-weight: 500;
    color: #014a89;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    line-height: 1.1;
}

.navextra .menu-panel__menu-link.collapsed {
    color: #014a89;
}

.navextra .menu-panel__menu-link_active {
    color: #014a89;
}

.navextra .menu-panel__menu-link_active.collapsed {
    color: #014a89;
}

.navextra .menu-panel__menu-link:hover {
    color: #014a89;
    text-decoration: none;
}
.menu-panel__menu-link i {
    font-size: 24px;
}
.menu-panel__bottom-submenu {
    padding-left: 15px;
}

.menu-panel__submenu-item {
    margin-bottom: 2px;
}

.menu-panel__submenu-item:first-child {
    padding-top: 9px;
}

.menu-panel__submenu-item:last-child {
    padding-bottom: 9px;
}

.navextra .menu-panel__submenu-link {
    font-size: 16px;
    line-height: 1.75;
    color: #014a89;
    transition: 0.3s;
    text-decoration: none;
}

.navextra .menu-panel__submenu-link_active,
.menu-panel__submenu-link:hover {
    color: #014a89;
    text-decoration: none;
}

.navextra .header__menu_opened {
    transform: translate(0);
    opacity: 1;
}

.menu-panel__footer {
    margin-top: auto;
    padding-bottom: 44px;
}

.menu-panel__socials {
    margin-top: 30px;
    transition: all 0.5s 0.7s ease;
    transform: translateY(3rem);
    opacity: 0;
}

.header__menu_opened .menu-panel__socials {
    transform: translate(0);
    opacity: 1;
}

.menu-panel .menu-panel__socials {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu-panel__bottom {
    margin-top: 18px;
    color: #fff;
    transition: all 0.5s 0.9s ease;
    transform: translateY(2rem);
    opacity: 0;
}

.header__menu_opened .menu-panel__bottom {
    transform: translate(0);
    opacity: 1;
}

.menu-panel__bottom strong {
    color: #fff;
    font-weight: 600;
}

.menu-panel__bottom a {
    font-family: inherit;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.menu-panel__bottom a:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity 0.3s;
    opacity: 0;
}

.menu-panel__bottom a:hover {
    color: #000;
}

.menu-panel__bottom a:hover:after {
    opacity: 1;
}

.menu-panel__bottom a_active {
    color: #014a89;
    text-decoration: none;
}

.menu-panel__bottom a_active:after {
    opacity: 1;
}

.menu-panel__bottom a_inverted:after {
    opacity: 1;
}

.menu-panel__bottom a_inverted:hover:after {
    opacity: 0;
}
.menu-panel__copyright {
    font-size: 12px;
}
/* ################ */

.navsection {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}
.navextra {
    display: flex;
    color: #444;
}
.navsection a {
    position: relative;
    display: table-cell;
    text-align: center;
    color: #666;
    letter-spacing: 2px;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    transition: 0.2s ease color;
}

.navsection a:before,
.navsection a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}

.navsection a:before {
    top: 0;
    left: 10px;
    width: 6px;
    height: 6px;
}

.navsection a:after {
    top: 5px;
    left: 18px;
    width: 4px;
    height: 4px;
}

.navsection a:before {
    background-color: rgb(8, 70, 151);
}

.navsection a:after {
    background-color: rgb(84, 151, 240);
}

.navsection a:hover {
    color: #000;
}

.navsection a:hover:before,
.navsection a:hover:after {
    transform: scale(1);
}

.topnav-new {
    width: 100%;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
    background-color: rgb(0 0 0 / 80%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    z-index: 98;
    position: sticky;
    top: 0px;
}
.topnav-new a {
    margin: 0 15px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.topnav-new a:hover {
    color: #fff;
}
.topnav-events {
    width: 100%;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
    background-color: #014a89;
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    z-index: 98;
    position: sticky;
    top: 0px;
}
.topnav-events a {
    margin: 0 15px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.topnav-events a:hover {
    color: #ccc;
}
.topnav-awards {
    width: 100%;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
    background-color: rgb(0 0 0 / 80%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    z-index: 98;
    position: sticky;
    top: 0px;
}
.topnav-awards a {
    margin: 0 15px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.topnav-awards a:hover {
    color: #fff;
}
.topnav-extra {
    display: flex;
    justify-content: flex-end;
}

.header__menu-btn {
    display: flex;
}

/* ############################# */
.canvas-featured {
    display: grid;
    max-width: 1280px;
    grid-template-columns: [line1] 300px [line2] 300px [line3] 300px [line4] 300px [line5];
    grid-template-rows: [r1] 300px [r2] 300px [r3] 300px [r4];
    /* 300px [r5] 300px [r6] 300px [r7] */
    gap: 20px;
    margin: 0px auto 20px;
    padding: 0 10px;
    place-items: center;
}
.canvas-featured .card1 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r1;
    grid-row-end: r2;
}
.canvas-featured .card2 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r1;
    grid-row-end: r2;
}
.canvas-featured .card3 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r1;
    grid-row-end: r2;
}
.canvas-featured .card4 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r1;
    grid-row-end: r2;
}
.canvas-featured .card5 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r2;
    grid-row-end: r3;
}
.canvas-featured .card6 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r2;
    grid-row-end: r3;
}
.canvas-featured .card7 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r2;
    grid-row-end: r3;
}
.canvas-featured .card8 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r2;
    grid-row-end: r3;
}
.canvas-featured .card9 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r3;
    grid-row-end: r4;
}
.canvas-featured .card10 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r3;
    grid-row-end: r4;
}
.canvas-featured .card11 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r3;
    grid-row-end: r4;
}
.card11 .adv-mpu .iframe {
    height: 620px;
}
.canvas-featured .card12 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r3;
    grid-row-end: r4;
}
.canvas-featured .card13 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r4;
    grid-row-end: r5;
}
.canvas-featured .card14 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r4;
    grid-row-end: r5;
}
.canvas-featured .card15 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r4;
    grid-row-end: r5;
}
.canvas-featured .card16 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r4;
    grid-row-end: r5;
}
.canvas-featured .card17 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r5;
    grid-row-end: r6;
}
.canvas-featured .card18 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r5;
    grid-row-end: r6;
}
.canvas-featured .card19 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r5;
    grid-row-end: r6;
}
.canvas-featured .card20 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r5;
    grid-row-end: r6;
}
.canvas-featured .card21 {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r6;
    grid-row-end: r7;
}
.canvas-featured .card22 {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r6;
    grid-row-end: r7;
}
.canvas-featured .card23 {
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: r6;
    grid-row-end: r7;
}
.canvas-featured .card24 {
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: r6;
    grid-row-end: r7;
}
.canvas-featured .card-wrapper,
.card-ad-wrapper {
    margin: 0;
}
.canvas-featured .video-wrapper {
    margin: 0;
}
.canvas {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0px auto 20px;
}
.canvas-xl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0px auto 40px;
}
.canvas-xl-r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 640px;
}
.canvas-xl .card-ad-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.canvas-xl .card-ad-wrapper iframe {
    width: 620px;
    height: auto;
    object-fit: contain;
}
.canvas-xl .card-ad-wrapper p {
    width: 620px;
    height: auto;
    object-fit: contain;
    margin: 0;
}
.canvas-xl .card-ad-wrapper {
    width: 620px;
    max-height: 620px;
    height: 620px;
    margin: 10px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardnew .cardtop {
    height: 100px;
    overflow: hidden;
}
.award-contents {
    flex: 2;
    border-left: 1px solid #666;
    padding-left: 20px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.awardlist-card {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 940px;
    padding: 30px 0;
    color: #333;
}
.awardlist-card:hover {
    cursor: pointer;
    background-color: #cce5ff;
}
.awardlist-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awardlist-body {
    flex: 3;
    padding-right: 40px;
}
.awardlist-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}
#event-index .canvas {
    justify-content: flex-start;
}
.canvas-event {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}
.canvas-event .event-bq-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin-block: 20px;
}
.canvas-event .event-contents {
    flex: 2;
    border-left: 1px solid #666;
    padding-left: 20px;
    color: #333;
}
.event-contents {
    max-width: 1260px;
}
.research-content * {
    padding: 0;
    margin-left: 0;
}
.research-content h1 {
    font-size: 28px;
    margin-block: 20px;
}
.research-content h2 {
    font-size: 24px;
}
.research-content h3 {
    font-size: 24px;
}
.canvastitle-adjust {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0px auto;
    border-top: 1px solid #014a89;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 100;
}
.event-contents p {
    margin: 20px auto;
}
.event-contents li {
    margin-left: 20px;
}
.canvas-event ul li {
    margin-left: 20px;
}
.canvas-eventlist {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0px auto 20px;
}
.canvas-xl-r .card-wrapper:last-child {
    display: none;
}
.canvas-masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    background-color: #fff;
    max-width: 1260px;
    margin: 0px auto;
}
.canvas-masthead .card-wrapper {
    margin: 0;
    min-width: unset;
    max-height: unset;
}
/* .masthead {
  max-width: 400px;
} */
.canvas-masthead .leaderboard-wrapper {
    margin-block: 10px;
    min-width: 300px;
    max-height: 620px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awardcanvas ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
}
.awardcanvas ul li {
    margin: 10px;
    list-style: none;
}
.awardcanvas .award-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.award-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.awardcanvas .award-title p:first-child {
    font-size: 26px;
    line-height: 26px;
}
.award-title p:first-child {
    font-size: 26px;
    line-height: 26px;
}
.awardcanvas .award-title p:last-child {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/* .award-title p:last-child {
  font-family: "Roboto", sans-serif;
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
} */
.eventcanvas ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 10px auto;
}
.canvastitle {
    display: flex;
    align-items: center;
    max-width: 1260px;
    margin: 0px auto;
    border-top: 1px solid #014a89;
    margin-top: 20px auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 100;
}
.blocktitle {
    padding: 0 12px 12px 0;
    border-top: 4px solid #014a89;
}
.subpage-content {
    max-width: 1280px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.subpage-tag {
    width: 290px;
    color: #014a89;
    font-weight: 700;
    font-size: 40px;
    font-family: "Roboto Condensed";
    transform: translateY(5px);
    float: left;
    margin-right: 10px;
    line-height: 1;
}
.subpage-tag::after {
    clear: both;
}

.canvas222title {
    display: flex;
    align-items: center;
    max-width: 1260px;
    margin: 0px auto;
    border-top: 1px solid #ccc;
    margin-top: 20px auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 100;
}
.block222title {
    padding: 0 12px 12px 0;
    border-top: 4px solid #ccc;
    color: #ccc;
}
.topcard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.topcard img {
    width: 300px;
}
.bg-ed {
    background-color: #f8f8f8;
    padding: 10px 0;
}
.bg-222 {
    background-color: #222;
    padding: 10px 0;
}

/* card */
.empty-wrapper {
    margin: 10px;
    transition: 0.3s ease-in-out;
    width: 300px;
    height: 300px;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-wrapper {
    margin: 10px;
    min-width: 300px;
    max-height: 620px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-ad-wrapper {
    margin: 10px;
    width: 300px;
    max-height: 300px;
    background-color: #f8f8f8;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-ad-wrapper img {
    width: 300px;
    height: auto;
    object-fit: contain;
}
.card-ad-wrapper iframe {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
.card-ad-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-ad-wrapper p {
    margin-bottom: 0;
}
.canvas .leaderboard-wrapper {
    margin: 10px;
    width: 100%;
    max-height: 300px;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-wrapper {
    margin: 10px;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.video-wrapper img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.videotype,
.videotitle {
    transform: translateY(-72px);
    background-color: #000;
    color: #fff;
    opacity: 0.75;
    margin-inline: 15px;
    padding: 5px;
}
.cardnew {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.cardnew:hover {
    background-color: #cce5ff;
    transition: 0.4s ease-in-out;
}
.single-r {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 300px;
    position: sticky;
    top: 60px;
    margin-bottom: 10px;
}
.single-r img {
    max-width: 100%;
}
.cardnew-short {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 300px;
    margin: 10px 0;
    overflow: hidden;
}
.cardsketch {
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.cardsketch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
.empty-cardnew {
    position: relative;
    width: 300px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cardnew-ad {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.cardevent {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.cardevent:hover {
    transform: scale(1.03);
    transition: 0.4s ease-in-out;
}
.cardevent .award-highlight {
    opacity: 0.3;
    z-index: unset;
}
.cardevent .cardimg {
    flex: 1;
    height: unset;
}
.event-type {
    flex: 1;
    background-color: #014a89;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    width: 100vw;
    padding: 0 4px;
    box-shadow: 0 0 2px #000;
    text-transform: uppercase;
    z-index: 9999999;
    align-items: flex-start;
}
.event-name {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-family: "Roboto condensed", sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding: 0 15px;
    line-height: 1.1;
    /* backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgb(88 88 88 / 45%);
  border-radius: 5px; */
}
.event-loc {
    font-weight: 100;
    text-shadow: 0 0 2px #000;
}
.event-dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Roboto condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 2px #000;
}

.card-top {
    overflow: hidden;
}
.logocenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cardimg {
    /* height: 30%; */
    overflow: hidden;
}
.cardimg img {
    width: 100%;
    transform: translate(0, -30px);
}
.cardimg-alt img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.cardbody {
    height: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-r .cardbody {
    height: auto;
}
.cardcontent {
    z-index: 2;
    padding: 15px;
}
.eventcanvas .cardcontent {
    z-index: 2;
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.cardsection {
    font-size: 10px;
}
.cardtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    max-height: 75px;
    margin: 4px 0;
}
.eventcaption {
    font-size: 15px;
}
.cardexcerpt {
    font-size: 12px;
}
.cardauthdate {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    padding-bottom: 10px;
}
.cardauthdate span {
    font-size: 10px;
    font-weight: 700;
}
.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* card-long */

.cardnew-masthead {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.cardnew-masthead img {
    /* max-width: 100%; */
    object-fit: cover;
}

.cardnew-long {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 620px;
    height: 300px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.cardnew-long-top {
    background-color: #fff;
    position: relative;
    align-items: center;
    max-width: 728px;
    max-height: auto;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.cardnew-long-top iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cardnew-long-top img {
    width: 728px;
    height: auto;
    object-fit: contain;
}
.cardnew-long-ad {
    position: relative;
    display: flex;
    width: 620px;
    height: 300px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.cardnew-long-top p {
    margin: 0;
}

.question {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 24px;
    line-height: 28px;
    padding: 15px;
}
.spslogo {
    display: flex;
    align-items: center;
}
.mc {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-mc {
    width: 90%;
    background: #aaa;
    color: #fff;
    min-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 3px 0;
    padding: 2px 10px;
}

.tat {
    position: relative;
    overflow: hidden;
}
.tat img {
    width: 300px;
    border-radius: 5px;
}
.art-highlight {
    position: absolute;
    top: 0px;
    right: 0px;
    left: -1px;
    width: 200px;
    height: 100px;
    opacity: 0.7;
    z-index: 1;
    border-radius: 10px;
    /* border-radius: 5px 30% 50% 0; */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(40%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0 );
    transform: rotate(52deg);
}

.award .award-title {
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.award-title p {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: 280px;
    font-style: normal;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    margin: 0;
    background: radial-gradient(
        ellipse farthest-corner at left top,
        #ffffff 0%,
        #ffecac 4%,
        #ffd666 25%,
        #d9a634 72.5%,
        #fbf7ee 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.award-winner {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    margin: 0;
    background: radial-gradient(
        ellipse farthest-corner at left top,
        #ffffff 0%,
        #ffecac 4%,
        #ffd666 25%,
        #d9a634 72.5%,
        #fbf7ee 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.award-button {
    position: relative;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.award-button:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 1s ease-in-out;
}
.award-button .award-title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.award-latest-button {
    position: relative;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.award-latest-button:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 1s ease-in-out;
}
.bg-1 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/private-capital-bg.jpg");
}
.bg-2 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/digital-bg.jpg");
}
.bg-3 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/islamic-bg.jpg");
}
.bg-4 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/sinvesting-bg.jpg");
}
.bg-5 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/infra-bg.jpg");
}
.bg-6 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/treasury-bg.jpg");
}
.bg-7 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/generic-bg1.jpg");
}
.bg-8 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/generic-bg2.jpg");
}
.bg-9 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/generic-bg3.jpg");
}
.bg-10 {
    background-image: url("http://demothor.plesk1.reboot.com.hk/award-cards/green-bg.jpg");
}
.bg-esg {
    background-image: url("https://www.theasset.com/storage/uploaded_image/1641454702esg-bg2.png");
}
.bg-country-regional {
    background-image: url("https://www.theasset.com/storage/uploaded_image/1641456261Country&RegionalAwards2021.jpg");
}
.bg-loon {
    background: #222;
}

.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-category {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-class {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-family: "roboto", sans-serif;
    font-weight: 400;
}
.award-highlight {
    position: absolute;
    top: 16px;
    right: 0;
    left: -8px;
    width: 550px;
    height: 250px;
    opacity: 0.7;
    z-index: 1;
    border-radius: 10px;
    /* border-radius: 5px 30% 50% 0; */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(40%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0 );
    transform: rotate(52deg);
}
.stars {
    position: absolute;
    top: 70px;
    left: 115px;
    font-size: 6px;
    margin: 0;
    background: radial-gradient(
        ellipse farthest-corner at left top,
        #ffffff 0%,
        #ffecac 4%,
        #ffd666 25%,
        #d9a634 72.5%,
        #fbf7ee 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stars2 {
    position: absolute;
    bottom: 48px;
    left: 115px;
    font-size: 6px;
    margin: 0;
    background: radial-gradient(
        ellipse farthest-corner at left top,
        #ffffff 0%,
        #ffecac 4%,
        #ffd666 25%,
        #d9a634 72.5%,
        #fbf7ee 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mediacanvas iframe {
    width: calc(100% - 20px);
    height: calc(1280px * 0.5625);
}
.mediacanvas .swiper-slide {
    overflow: unset;
    min-height: 300px;
}
/* ######### article-single ###########*/
.single-post {
    margin: 0 15px;
}
.single-post object {
    height: 100vh;
}
.single-l {
    max-width: calc(100% - 300px);
    min-width: 667px;
    margin-top: -120px;
    background: #fff;
    padding: 3rem 3rem 10px 0;
    border-radius: 0 10px 0 0;
}
.single-l iframe {
    margin: 0 auto;
    width: 100%;
    height: calc(980px * 0.5625);
    border: none;
}
.single-section {
    font-size: 18px;
    color: #014a89;
}
.single-title {
    font-family: roboto, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 1rem 0;
}
.single-summary {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
}
.single-authdate {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    color: #333;
}
.single-content p {
    font-family: adobe-text-pro, serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}
.single-l p:first-child:first-letter {
    color: #014a89;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.single-r .adv-mpu img {
    width: 300px;
    /* height: 1px; */
}
.single-r .adv-mpu div > img {
    width: 300px;
    /* height: 1px; */
}
.single-r .adv-mpu a > img {
    width: 300px;
    height: auto;
}
.single-r ins {
    display: none;
}

/* cookies */
.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    min-height: 220px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #eee;
    border: 1px solid #ddd;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    display: none;
}
.cookieConsentContainer .cookieTitle a {
    font-family: "Roboto", arial, sans-serif;
    color: #444;
    font-size: 24px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc p {
    padding: 0;
    font-family: "Roboto", arial, sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-block: 20px;
}
.cookieConsentContainer .cookieDesc a {
    font-family: "Roboto", arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #1976d2;
    box-sizing: border-box;
    padding: 8px 80px;
    text-align: center;
    transition: all 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #000;
}

/* app cards */
.app-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
}
/* speaker cards */
.speakercards {
    display: flex;
    flex-wrap: wrap;
}
.speakercard {
    width: calc(50% - 10px);
    min-width: 280px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.speakercard:first-child {
    margin-right: 10px;
}
.speakercard-top {
    font-family: "roboto condensed";
    font-size: 18px;
    font-weight: 700;
    color: #aaa;
    display: flex;
    justify-content: space-between;
}
.speakercard-top img {
    width: 50px;
}
.speakerdetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
}
.speakerdetails img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}
.speakerinfo {
    width: calc(100% - 120px);
    max-width: 100%;
}
.speakercard-action {
    font-size: 14px;
    font-weight: 400;
    margin: 20px auto 10px;
}
.speakerinfo-name {
    font-size: 14px;
    font-weight: 400;
}
.speakerinfo-title {
    font-size: 14px;
    font-weight: 400;
}
.speakerinfo-company {
    font-size: 14px;
    font-weight: 700;
}
.speakerevent {
    margin: 20px auto 20px 0;
    min-height: 100px;
}
.speakerevent-class {
    font-size: 12px;
}
.speakerevent-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.speakerevent-session {
    font-size: 14px;
    color: #666;
}
.speakercard-btn {
    color: #fff;
    min-height: 40px;
    background-color: #014a89;
    border: 1px solid #014a89;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s ease-in-out;
    vertical-align: middle;
    padding: 6px 12px;
}
.speakercard-btn:hover {
    background-color: #fff;
    color: #014a89;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

/* footer */
.foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 6rem;
}
.foot-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
}
.foot-links a {
    color: #aaa;
    font-size: 12px;
    padding: 0 5px;
}
.foot-socials {
    display: flex;
    margin: 30px;
}
.foot-socials a {
    color: #aaa;
    font-size: 24px;
    padding: 0 10px;
}
.foot-app {
    display: flex;
    margin: 30px;
}
.foot-app a {
    padding: 0 5px;
}
.foot-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 5px;
    font-size: 12px;
    color: #aaa;
}
/* digital magazine */
.dmag-wrapper img {
    width: 100%;
    border: 1px solid #ccc;
}
.dmag-wrapper img:hover {
    opacity: 0.7;
}
.dmag {
    width: 300px;
    margin: 10px;
}

/* event */
.event-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 8vh);
    grid-gap: 5px;
}
.event-gallery .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-gallery .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.event-gallery .gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}
.event-gallery .gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}
.event-gallery .gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 6;
}
.event-gallery .gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 9;
}
.event-gallery .gallery__item--6 {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}
.event-gallery .gallery__item--logo {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-subnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.event-contents {
    font-size: 18px;
}
.event-years {
    width: 300px;
    border: 1px solid #333;
    padding: 12px 6px;
    border-radius: 5px;
    background-color: #fff;
}
.bq {
    font-family: "Roboto Condensed";
    font-size: 32px;
    line-height: 1;
    color: #666;
}

.mediacanvas .swiper-container {
    background-color: #fff;
}
.mediacanvas .swiper-pagination-bullet-active {
    background: #333;
}

/* pagination */
.pagination a {
    color: unset;
    float: none;
    padding: 0;
}

.pagination__item {
    display: inline-block;
    margin: 0 10px;
}
.pagination__link {
    position: relative;
    text-indent: -99em;
    overflow: hiddin;
    display: block;
    width: 30px;
    height: 30px;
}
.pagination__link:before,
.pagination__link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pagination__link:before {
    background: #999;
    transform: scale(0.2);
}
.pagination__link:hover:after {
    transform: scale(1.1);
}
.pagination__link.is_active:before {
    transform: scale(0.5);
    background: #333;
}
.pagination__link.is_active:after {
    transform: scale(0.2);
}

/* misc */
.bg-gradient {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.subpage-body {
    margin-inline: 20px;
}
.subpage-p2 {
    column-count: 2;
    margin-block: 15px;
}
.productline {
    display: flex;
    flex-wrap: wrap;
}
.product-name {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 3px black;
}
.product-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 3px black;
}
.contact-modal {
    width: 500px;
    padding: 30px;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(245, 245, 245, 0.6);
}
.contact-modal .form-group label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-modal .form-group input {
    background-color: unset;
    border-style: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    width: 98%;
    font-size: 18px;
    height: 25px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-modal .form-group textarea {
    background-color: unset;
    border: 1px solid #666;
}
.registration-modal {
    padding: 30px;
    background-color: rgba(245, 245, 245, 0.6);
}
.registration-modal .form-group label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.registration-modal .form-group input {
    background-color: unset;
    border-style: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    width: 300px;
    font-size: 18px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.registration-modal .form-group textarea {
    background-color: unset;
    border: 1px solid #666;
}
.rulebook-form {
    width: 960px;
    padding: 30px;
    background-color: rgba(245, 245, 245, 0.6);
}
.rulebook-form label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.rulebook-form select {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
}
.rulebook-form input[type="checkbox"] {
    height: 0;
    width: 0;
}

.rulebook-form input[type="checkbox"] + label {
    position: relative;
    display: flex;
    margin-block: 3px;
    padding-left: 30px;
    align-items: center;
    color: #333;
    font-size: 17px;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.rulebook-form input[type="checkbox"] + label > ins {
    position: absolute;
    display: block;
    bottom: 0;
    left: 2em;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}

.rulebook-form input[type="checkbox"] + label > ins > i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #000;
}
.rulebook-form input[type="checkbox"] + label > span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 2px solid #9e9e9e;
    border-radius: 25px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.rulebook-form input[type="checkbox"]:checked + label > span {
    border: 12px solid #014a89;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.rulebook-form input[type="checkbox"]:checked + label > span:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -8px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
.rulebook-form input[type="text"] {
    background-color: unset;
    border-style: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    color: #333;
    width: 100%;
    font-size: 18px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.rulebook-form input:focus {
    background-color: unset;
    border-bottom: 1px solid #000;
}
.rulebook-form textarea {
    background-color: unset;
    border: 1px solid #666;
}
.formcol {
    width: 50%;
    min-width: 300px;
}
.modal-msg {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.modal-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.btn-new {
    background: #014a89;
    color: #fff;
    border: 1px solid #014a89;
    font-size: 15px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    padding: 8px 35px;
    display: inline-block;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 5px;
}
.btn-new:hover {
    color: #014a89;
    background: #fff;
    border: 1px solid #014a89;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
}
.btn-new:active {
    color: #014a89;
    background: #fff;
    border: 1px solid #014a89;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
}
.login-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.report-cover {
    height: 300px;
    border: 1px solid #aaa;
}
#projects .cardnew-long:hover {
    background-color: #c6e5ff;
}
#projects a:hover {
    color: inherit;
}
.research-pj img {
    max-width: 300px;
}
.m10 {
    margin: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mb10 {
    margin-block: 10px;
}
.pb10 {
    padding-block: 10px;
}
.mb20 {
    margin-block: 20px;
}
.mbm10 {
    margin-bottom: 10px;
}
.mbm20 {
    margin-bottom: 20px;
}
.mh200 {
    min-height: 200px;
}
.p30 {
    padding: 30px;
}
.p20 {
    padding: 20px;
}
.pl0 {
    padding-left: 0;
}
.w50p {
    width: 50%;
}
.fs16 {
    font-size: 16px;
}
.fs24 {
    font-size: 24px;
}
.fs18 {
    font-size: 18px;
}
.fw700 {
    font-weight: 700;
}
.lh12 {
    line-height: 1.2;
}
.li-no-style {
    list-style: none;
}
#event-index #myBtnContainer .active {
    border: 1px solid #666;
    transition: 0.2s ease-in-out;
}
#featured .video-wrapper {
    margin: 0 0 10px 0;
}
.leaderboard-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px auto;
}
.leaderboard-banner img {
    max-width: 100%;
}
.leaderboard-banner iframe {
    max-width: 100%;
}
.leaderboard-banner video {
    max-width: 100%;
}
.mpu-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
}
.mpu-banner img {
    max-width: 100%;
}
.mpu-banner iframe {
    max-width: 100%;
}
.mpu-banner video {
    max-width: 100%;
}
.single-l .top-image {
    margin-left: 0;
}
.canvas .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.canvas .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.canvas .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -10px;
}
.canvas .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -10px;
}
.swiper-msg {
    color: #ddd;
    font-size: 10px;
    text-align: center;
}
.swiper-tat .swiper-button-next,
.swiper-tat .swiper-rtl .swiper-button-prev {
    background-image: url(/img/arrow_right_black_24dp.svg);
    transform: translateY(30px);
}
.swiper-tat .swiper-button-prev,
.swiper-tat .swiper-rtl .swiper-button-next {
    background-image: url(/img/arrow_left_black_24dp.svg);
    transform: translateY(30px);
}
.swiper-highlights .swiper-button-next,
.swiper-highlights .swiper-rtl .swiper-button-prev {
    background-image: url(/img/arrow_right_black_24dp.svg);
    transform: translateY(30px);
}
.swiper-highlights .swiper-button-prev,
.swiper-highlights .swiper-rtl .swiper-button-next {
    background-image: url(/img/arrow_left_black_24dp.svg);
    transform: translateY(30px);
}

.search-grid {
    display: grid;
    max-width: 1280px;
    grid-template-columns: [line1] 300px [line2] auto [line3];
    grid-template-rows: [r1] auto [r2];
    gap: 20px;
    margin: 0px auto 20px;
    padding: 0 10px;
}
.search-grid .results {
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: r1;
    grid-row-end: r2;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.search-grid .advanced {
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: r1;
    grid-row-end: r2;
}
.srch-box {
    position: sticky;
    top: 90px;
}
.srch-box input[type="text"] {
    color: #333;
    background-color: unset;
    border-style: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    height: 25px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.srch-label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.search-results {
    width: 1260px;
    margin: 0px auto;
}
.search-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 5px;
    margin: 40px auto;
    max-width: 1260px;
}
.search-pagination ul {
    margin: 0;
}
.mediabox .video-wrapper {
    float: left;
}
/* temp hide preloader */
.page .position-outter {
    background: unset;
}
.page .preloader img {
    opacity: 0;
}
.page .preloader div {
    opacity: 0;
}
#more_latest_event {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#podcastlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.parallax__container .parallax {
    top: 0 !important;
}

.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardtop {
    display: none;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardbody {
    height: unset;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew {
    display: flex;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardsection {
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardtitle {
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardexcerpt {
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardauthdate {
    height: 50px;
    align-items: flex-end;
}
.greet {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    text-align: right;
    transform: translateY(-3px);
}
.username {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    transform: translateY(-28px);
}
.upcoming .Award_Ceremony .event-type {
    background: linear-gradient(to right, #bf953f, #b38728, #ab8553);
    text-shadow: 0 0 1px #333;
    width: 300px;
    text-align: center;
}
.upcoming .Award_Ceremony .event-name {
    display: none;
}
.upcoming .Award_Ceremony .event-dd {
    display: none;
}
.upcoming .Award_Ceremony .cardevent {
    background-position-y: 22px;
}

@media only screen and (max-width: 1279px) {
    .canvas-masthead .leaderboard-wrapper .cardnew-long-top img {
        width: 600px;
    }
    .mhimg {
        width: 320px;
        margin-right: 20px;
        transition: 0.3s ease-in-out;
    }
    .canvas-masthead {
        max-width: 940px;
        justify-content: center;
    }
    .canvas-featured {
        max-width: 960px;
        grid-template-columns: [line1] 300px [line2] 300px [line3] 300px [line4];
        grid-template-rows: [r1] 300px [r2] 300px [r3] 300px [r4] 300px [r5];
        /* 300px [r6] 300px [r7] 300px [r8] 300px [r9] */
    }
    .canvas-featured .card1 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .canvas-featured .card2 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .canvas-featured .card3 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .canvas-featured .card4 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r2;
        grid-row-end: r3;
    }
    .canvas-featured .card5 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r2;
        grid-row-end: r3;
    }
    .canvas-featured .card6 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r2;
        grid-row-end: r3;
    }
    .canvas-featured .card7 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r3;
        grid-row-end: r4;
    }
    .canvas-featured .card8 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r3;
        grid-row-end: r4;
    }
    .canvas-featured .card9 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r3;
        grid-row-end: r4;
    }
    .canvas-featured .card10 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r4;
        grid-row-end: r5;
    }
    .canvas-featured .card11 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r4;
        grid-row-end: r5;
    }
    .canvas-featured .card12 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r4;
        grid-row-end: r5;
    }
    .canvas-featured .card13 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r5;
        grid-row-end: r6;
    }
    .canvas-featured .card14 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r5;
        grid-row-end: r6;
    }
    .canvas-featured .card15 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r5;
        grid-row-end: r6;
    }
    .canvas-featured .card16 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r6;
        grid-row-end: r7;
    }
    .canvas-featured .card17 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r6;
        grid-row-end: r7;
    }
    .canvas-featured .card18 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r6;
        grid-row-end: r7;
    }
    .canvas-featured .card19 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r7;
        grid-row-end: r8;
    }
    .canvas-featured .card20 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r7;
        grid-row-end: r8;
    }
    .canvas-featured .card21 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r7;
        grid-row-end: r8;
    }
    .canvas-featured .card22 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r8;
        grid-row-end: r9;
    }
    .canvas-featured .card23 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r8;
        grid-row-end: r9;
    }
    .canvas-featured .card24 {
        grid-column-start: line3;
        grid-column-end: line4;
        grid-row-start: r8;
        grid-row-end: r9;
    }
    .search-grid {
        width: 960px;
    }
    .search-results {
        max-width: 940px;
    }
    .search-pagination {
        max-width: 940px;
    }
    .single-l iframe {
        height: calc(640px * 0.5625);
    }
    .mediacanvas iframe {
        height: calc(960px * 0.5625);
    }
    .canvastitle {
        max-width: 940px;
    }
    .canvastitle-adjust {
        max-width: 960px;
    }
    .canvas {
        max-width: 960px;
    }
    .canvas .subpage-content {
        max-width: 960px;
    }
    .canvas-event {
        max-width: 960px;
    }
    .canvas-eventlist {
        max-width: 960px;
    }
    .canvas222title {
        max-width: 940px;
    }
    .vid .video-wrapper:last-child {
        display: none;
    }
    .awardcanvas ul {
        max-width: 960px;
    }
    .event-contents {
        max-width: 940px;
    }
    .eventcanvas ul li:last-child {
        display: none;
    }
    .rulebook-form {
        width: 640px;
    }
    .single-l {
        max-width: calc(100% - 100px);
        padding: 3rem;
        border-top-left-radius: 10px;
    }
    .single-r {
        width: unset;
    }
    .single-r .cardnew-short {
        width: 640px;
    }
    .single-r .adv-mpu {
        max-width: 300px;
        margin: 0 auto;
        max-height: 300px;
    }
    #related-post {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 959px) {
    .navsection {
        display: none;
    }
    .eventcanvas ul li:first-child {
        display: block;
    }
    .leaderboard-banner {
        display: none;
    }
    .canvas-featured {
        max-width: 640px;
        grid-template-columns: [line1] 300px [line2] 300px [line3];
        grid-template-rows: [r1] 300px [r2] 300px [r3] 300px [r4] 300px [r5] 300px [r6] 300px [r7];
        /* 300px [r8] 300px [r9] 300px [r10] 300px [r11] 300px [r12] 300px [r13] */
    }
    .canvas-featured .card1 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .canvas-featured .card2 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .canvas-featured .card3 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r2;
        grid-row-end: r3;
    }
    .canvas-featured .card4 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r2;
        grid-row-end: r3;
    }
    .canvas-featured .card5 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r3;
        grid-row-end: r4;
    }
    .canvas-featured .card6 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r3;
        grid-row-end: r4;
    }
    .canvas-featured .card7 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r4;
        grid-row-end: r5;
    }
    .canvas-featured .card8 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r4;
        grid-row-end: r5;
    }
    .canvas-featured .card9 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r5;
        grid-row-end: r6;
    }
    .canvas-featured .card10 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r5;
        grid-row-end: r6;
    }
    .canvas-featured .card11 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r6;
        grid-row-end: r7;
    }
    .canvas-featured .card12 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r6;
        grid-row-end: r7;
    }
    .canvas-featured .card13 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r7;
        grid-row-end: r8;
    }
    .canvas-featured .card14 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r7;
        grid-row-end: r8;
    }
    .canvas-featured .card15 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r8;
        grid-row-end: r9;
    }
    .canvas-featured .card16 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r8;
        grid-row-end: r9;
    }
    .canvas-featured .card17 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r9;
        grid-row-end: r10;
    }
    .canvas-featured .card18 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r9;
        grid-row-end: r10;
    }
    .canvas-featured .card19 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r10;
        grid-row-end: r11;
    }
    .canvas-featured .card20 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r10;
        grid-row-end: r11;
    }
    .canvas-featured .card21 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r11;
        grid-row-end: r12;
    }
    .canvas-featured .card22 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r11;
        grid-row-end: r12;
    }
    .canvas-featured .card23 {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r12;
        grid-row-end: r13;
    }
    .canvas-featured .card24 {
        grid-column-start: line2;
        grid-column-end: line3;
        grid-row-start: r12;
        grid-row-end: r13;
    }
    .mediacanvas iframe {
        height: calc(640px * 0.5625);
    }
    .search-grid {
        width: 640px;
    }
    .search-results {
        max-width: 620px;
    }
    .search-pagination {
        max-width: 620px;
    }
    .app-card {
        width: 320px;
    }
    .event-contents {
        max-width: 620px;
    }
    .canvastitle {
        max-width: 620px;
        font-size: 24px;
    }
    .canvastitle-adjust {
        max-width: 640px;
        font-size: 24px;
    }
    .canvas-eventlist {
        max-width: 640px;
        justify-content: center;
    }
    .canvas {
        max-width: 640px;
    }
    .canvas .subpage-content {
        max-width: 640px;
    }
    .canvas-event {
        flex-direction: column;
        max-width: 640px;
    }
    .canvas-event .event-contents {
        border-left: none;
        padding-left: 0;
    }
    .awardcanvas ul {
        max-width: 640px;
    }
    .awardlist-card {
        max-width: 640px;
        flex-direction: column;
        padding-inline: 15px;
        margin-inline: 15px;
        text-align: center;
    }
    .awardlist-name {
        font-size: 22px;
    }
    .awardlist-body {
        font-size: 14px;
    }
    .awardlist-card .event-contents {
        padding: 30px 0 0 0;
    }
    .award-contents {
        border-left: none;
        padding-left: 0;
        gap: 10px;
    }
    .award-contents p {
        max-width: 1280px;
        margin: 20px auto;
    }
    .rulebook-form {
        max-width: 100%;
    }
    .canvas222title {
        max-width: 620px;
        font-size: 24px;
    }
    .canvas .leaderboard-wrapper {
        display: none;
    }
    .canvas-masthead .leaderboard-wrapper {
        display: none;
    }
    .canvas .video-wrapper:last-child {
        display: block;
    }
    .eventcanvas ul li:last-child {
        display: flex;
    }
    .speakercard {
        width: 100%;
    }
    .speakercard:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-l iframe {
        height: calc(100vw * 0.5625);
    }
    .topnav-new {
        justify-content: center;
        padding-inline: 0;
    }
    .topnav-new a {
        color: #ccc;
        font-size: 12px;
        margin-inline: 10px;
    }
    .topnav-events {
        justify-content: center;
    }
    .topnav-events a {
        color: #ccc;
        font-size: 12px;
        margin-inline: 10px;
    }
    .topnav-awards {
        font-size: 12px;
    }
    .topnav-awards a {
        color: #ccc;
        font-size: 14px;
        margin-inline: 10px;
    }
    .event-gallery {
        grid-gap: 3px;
    }
    .event-gallery .gallery__item--3 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .event-gallery .gallery__item--6 {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .event-gallery .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 6;
    }
    .event-gallery .gallery__item--4 {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 3;
        grid-row-end: 6;
    }
    .event-gallery .gallery__item--5 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 9;
    }
    .event-gallery .gallery__item--2 {
        display: none;
    }
    .event-gallery .gallery__item--logo {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 6;
        grid-row-end: 9;
    }
    .single-post {
        margin: 0;
    }
    .single-l {
        width: 100%;
        min-width: 300px;
        max-width: 100%;
        padding: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .single-title {
        font-size: 38px;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    .single-summary {
        font-size: 22px;
    }
    .single-content p {
        font-size: 20px;
    }
    .hide-mobile {
        display: none;
    }
}
@media only screen and (max-width: 679px) {
    .single-r .cardnew-short {
        width: calc(100vw - 30px);
    }
    .productline .cardnew-short {
        width: 100%;
        margin-inline: 0;
    }
}
@media only screen and (max-width: 669px) {
    .mediabox .video-wrapper {
        float: none;
    }
}
@media only screen and (max-width: 650px) {
    .single-section {
        font-size: 13px;
    }
    .event-contents {
        max-width: 100%;
        margin: 0 15px;
    }
    .cardbody {
        height: auto;
    }
    .canvas-xl .card-ad-wrapper {
        display: none;
    }
    .cardnew-masthead {
        max-width: 550px;
        /* height: calc(100vw * 0.25); */
        transition: 0.3s ease-in-out;
    }

    .cardnew-masthead img {
        max-width: 100%;
    }
    .subpage-content {
        padding-inline: 10px;
    }
}
@media only screen and (max-width: 639px) {
    .block222title {
        padding: 0 12px 12px;
    }
    .cookie-alert {
        width: calc(100vw - 30px);
    }
    .section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardbody {
        height: unset;
    }
    .section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardsection {
        height: unset;
    }
    .section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardtitle {
        height: unset;
    }
    .section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardexcerpt {
        height: unset;
    }
    .section-cards .card-wrapper:nth-child(n + 5) .cardnew .cardauthdate {
        height: unset;
        align-items: flex-end;
    }
    .search-grid {
        display: grid;
        max-width: 100%;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [r1] auto [r2];
        gap: 20px;
        margin: 0px auto 20px;
        padding: 0 10px;
        place-items: center;
    }
    .search-grid .results {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r2;
        grid-row-end: r3;
        flex-direction: column;
        gap: 20px;
    }
    .search-grid .advanced {
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: r1;
        grid-row-end: r2;
    }
    .search-results {
        max-width: 100%;
        padding: 20px 10px 0 10px;
    }
    .search-pagination {
        max-width: 100%;
        margin: 20px 10px;
    }
    .mhimg {
        width: 100%;
        margin-right: 0;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .coverimg {
        height: calc(100vw * 0.5625);
    }
    .single-l {
        margin-top: 0;
    }
    #more_latest_event {
        justify-content: center;
    }
    #podcastlist {
        justify-content: center;
    }
    .canvas .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0px;
    }
    .canvas .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0px;
    }
    .canvas-featured {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .canvas-featured .card10 {
        max-width: 300px;
    }
    .canvas-featured .card11 {
        place-self: center;
    }

    .mediacanvas iframe {
        height: calc(100vw * 0.5625);
    }
    .blocktitle {
        background-color: #014a89;
        color: #fff;
        border-bottom-right-radius: 5px;
        padding: 0 12px 0 15px;
    }
    .cardnew-long {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }
    .research-body {
        line-height: 1.2;
    }
    .video-wrapper {
        margin-inline: 0;
    }
    .rulebook-form {
        max-width: 100%;
        padding-inline: 10px;
    }
    .canvas {
        max-width: 100%;
    }
    .cardnew .cardtop {
        height: 120px;
        overflow: hidden;
    }
    .cardnew .cardbody {
        flex: 3;
    }
    .cardnew .cardtop img {
        height: 120px;
        object-fit: cover;
        transform: none;
    }
    .cardnew .cardtop .cardimg {
        height: unset;
    }
    .contact-modal {
        width: 100%;
        padding: 15px;
    }
    #event-index .canvas {
        justify-content: center;
    }
    .cardnew {
        /* width: calc(100vw - 30px); */
        width: 300px;
        height: auto;
    }
    .cardnew-long-ad {
        display: none;
    }
    .cardimg {
        height: 120px;
    }
    .cardauthdate {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .temp .btn {
        display: none;
    }
    .temp .login {
        right: 10px;
    }
    .temp input {
        display: none;
    }
    .navextra input {
        display: block;
    }
    .navextra .menu-panel {
        width: 80%;
    }
    .award-contents {
        padding-inline: 10px;
    }
    .card-wrapper {
        margin-inline: 0;
    }
    .subpage-tag {
        width: 100%;
        font-size: 28px;
        line-height: 1.5;
        transform: none;
        transition: 0.3s ease-in-out;
    }
    #projects .card-wrapper {
        margin-inline: 15px;
    }
}
