/* weekend styles */
@import "https://fonts.bunny.net/css?family=abhaya-libre:400,700,800|abril-fatface:400|albert-sans:400,400i,500,700,700i,800,800i,900,900i";
@import "https://use.typekit.net/ffy2hoi.css";
body,
html {
    height: 100%;
}
body {
    font-family:
        Proxima Nova,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    background: url(../img/bg1.jpg) center top no-repeat;
    background-size: contain;
}
body.no-scroll {
    overflow: hidden;
}
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
ul.right,
ol.right {
    float: right;
}
.split {
    width: 50%;
    float: left;
}
.split.right {
    text-align: right;
}
.center-me {
    text-align: center;
}
.right-me {
    text-align: right !important;
}
.light-shadow {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
}
.lighter-shadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(104, 32, 32, 0.04);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 2dvh #0000000a;
}
.card-light-shadow {
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 5px 7px 1px #00000008;
}
.card-shadow {
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 7px 1px #0000000f;
}
shim {
    width: 100%;
    height: 85px;
    display: block;
}
h1,
h3,
h4,
h5 {
    letter-spacing: -0.04rem;
}
.no-pad {
    padding: 0 !important;
}
.container {
    max-width: 1280px !important;
}
.row.center-me {
    justify-content: center;
}
.btn {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
section {
    padding: 35px 0;
}
section h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.section-header {
    margin-bottom: 30px;
}
blockquote {
    float: left;
    padding: 15px;
    width: 100%;
    max-width: 375px;
    position: relative;
    margin: 20px 20px 10px 0;
    font-style: italic;
    font-weight: 400;
}
blockquote p {
    margin-bottom: 8px;
    font-size: 21px !important;
    line-height: 23px;
}
blockquote span {
    text-align: right !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #666;
    width: 100%;
    display: block;
    font-style: normal !important;
}
blockquote.right {
    float: right;
    margin-right: 0;
}
blockquote:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 2px red;
    border-left: solid 2px red;
}
blockquote:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 2px red;
    border-right: solid 2px red;
}
[data-bs-theme="dark"] blockquote span {
    color: #ddd;
}
.has-spinner {
    min-height: 80px !important;
    width: 100%;
    background: center center no-repeat !important;
    background-image: url(images/spin2.gif) !important;
    display: block;
}
.right-col-group {
    width: 100%;
    margin-bottom: 25px;
    display: block;
    border: none;
    background-color: #fff;
    border: solid 1px #e9e9e9 !important;
    border-radius: 12px;
    overflow: hidden;
}
.right-col-group h5.section-header {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.02rem;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: #00000002;
    border-bottom: solid 1px #ddd;
}
.right-col-group h5.section-header span {
    text-align: center;
    display: block;
}
.right-col-group .list-group-item {
    display: flex;
    flex-direction: row;
    border: none !important;
    border-bottom: solid 1px #f0f0f0 !important;
    padding: 20px 15px;
    position: relative;
}
.right-col-group .list-group-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: #ddd;
    opacity: 0;
}
.right-col-group .list-group-item:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.right-col-group .list-group-item:hover .image-wrap img {
    height: 106%;
}
.right-col-group .list-group-item:last-child {
    border-bottom: none !important;
}
.right-col-group .list-group-item .image-wrap {
    position: relative;
    padding-bottom: 85px;
    padding-left: 85px;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    width: 100px;
    background-color: #333;
    margin-right: 15px;
}
.right-col-group .list-group-item .image-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: auto;
    height: 100%;
}
.right-col-group .list-group-item-content .item-content-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
}
.right-col-group .list-group-item-content small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-weight: 500;
}
.block-ad {
    padding: 15px 5px;
    background-color: #ffffffe6;
    border: solid 1px #e9e9e9;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}
.block-ad img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    border-radius: 12px;
}
.block-ad small {
    font-size: 10px;
    letter-spacing: 0.04rem;
    color: #ccc;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.btn {
    position: relative;
    overflow: hidden;
}
.btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff4d;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}
.btn:hover:before {
    width: 100%;
}
.right-col {
    width: 100%;
    max-width: 380px;
}
.main-col {
    width: calc(100% - 380px);
}
.post-label-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.post-label-wrap .post-label {
    padding: 7px 20px;
    background-color: #ddd;
    color: #333;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 7px;
    border-radius: 100px !important;
    border: none !important;
}
.post-label-wrap .post-label.the-stand {
    color: #f0f0f0;
    background: #2e2e2e;
    background: linear-gradient(127deg, #2e2e2e, #454545 44%, #0e0e0e);
}
.post-label-wrap .post-label.alert {
    color: #f0f0f0;
    background: #830000;
    background: linear-gradient(90deg, #830000, #c80000 44%, #f90000);
    text-shadow: 1px 1px 0px #666;
}
@media (max-width: 767px) {
    blockquote {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
}
.alert-card {
    margin-bottom: 0 !important;
    background-color: #b90000 !important;
    height: 450px;
}
.alert-card .card-body .card-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.alert-card .card-body p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.slider-wrap {
    border-radius: 12px;
    border: solid 1px #ddd;
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 25px;
    height: 450px;
    overflow: hidden;
}
.slider-wrap .slide {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
}
.slider-wrap .slide .slide-image-wrap {
    display: flex;
    width: 45%;
    height: 450px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.slider-wrap .slide .slide-image-wrap img {
    width: auto;
    height: 100%;
}
.slider-wrap .slide .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px;
    width: 70%;
}
.slider-wrap .slide .slide-content .slide-title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
}
.slider-wrap .slide .slide-content .slide-text {
    font-size: 17px;
    margin-bottom: 10px;
}
.header-container {
    margin-bottom: 40px;
}
[data-bs-theme="light"] body {
    background-color: #f9f9f9 !important;
}
[data-bs-theme="dark"] body {
    background-color: #212529 !important;
}
[data-bs-theme="dark"] body .right-col-group {
    background-color: #ffffff0d;
    border: solid 1px #454545 !important;
}
[data-bs-theme="dark"] body .right-col-group h5.section-header {
    background-color: #ffffff17 !important;
    border-bottom: solid 1px #454545 !important;
}
[data-bs-theme="dark"] body .right-col-group .list-group-item {
    background-color: transparent;
    border-bottom: solid 1px #454545 !important;
}
[data-bs-theme="dark"] body .block-ad {
    background-color: #ffffff0d;
    border: solid 1px #454545 !important;
}
.btn-action {
    padding: 10px 30px;
}
.btn-action.alert {
    background: linear-gradient(270deg, #fff, #c6c6c6, #fff, #d7d7d7);
    background-size: 800% 800%;
    -webkit-animation: Register-Now 4s ease infinite;
    -moz-animation: Register-Now 4s ease infinite;
    animation: Register-Now 4s ease infinite;
    text-shadow: 1px 1px 0px #fff;
    border: solid 1px #f0f0f0;
}
@-webkit-keyframes Register-Now {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@-moz-keyframes Register-Now {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@keyframes Register-Now {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
.nav-bar {
    height: auto;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav-bar .toggle-nav {
    font-size: 1.8rem;
    color: #222;
    position: fixed;
    z-index: 9995;
    top: 20px;
    left: 15px;
    cursor: pointer;
    display: none;
}
.nav-bar .toggle-nav:hover {
    color: #333;
}
.nav-bar #mobSearchButton {
    color: #ddd;
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    width: 65px;
    position: fixed;
    top: -2px;
    right: 13px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #666;
    margin-top: 15px;
    border-radius: 50px;
}
.nav-bar #mobSearchButton:hover {
    color: #fff;
}
.nav-bar #searchButton {
    color: #ddd;
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    width: 55px;
    margin-top: 32px !important;
    cursor: pointer;
    float: none;
    float: right;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #666;
    margin-top: 15px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 5px !important;
    background: #0000001a !important;
    -webkit-backdrop-filter: saturate(180%) blur(5px) !important;
    backdrop-filter: saturate(180%) blur(5px) !important;
}
.nav-bar #searchButton:hover {
    color: #fff !important;
    background: #ffffff26 !important;
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
}
.nav-bar .header-bar {
    height: 90px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 0 15px;
    background: #ebe3dc;
    background: linear-gradient(90deg, #ebe3dc 14%, #ebe3dc 55%, #b8b1ac 77%, #c6c0ba);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: solid 1px #59524a;
    border-bottom: solid 1px #59524a;
    border-right: solid 1px #59524a;
}
.nav-bar .header-bar .btn {
    margin-top: 15px;
    border-radius: 100px !important;
    padding-left: 23px;
    padding-right: 23px;
    background: #fff;
    border: solid 2px transparent;
    color: #222;
    font-weight: 700;
}
.nav-bar .header-bar .btn:hover {
    color: #f0f0f0;
    background: #101010;
    font-weight: 700;
    padding-left: 27px;
    padding-right: 27px;
}
.nav-bar .header-bar #nav-content {
    margin-top: 25px;
    float: left;
    width: 100%;
    text-align: center;
}
.nav-bar .header-bar #nav-content li {
    display: inline-block;
}
.nav-bar .header-bar #nav-content li a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
    text-decoration: none;
    padding-right: 20px;
}
.nav-bar .header-bar #nav-content li a:hover {
    color: #444;
}
.nav-bar .header-bar a.logo {
    width: 100%;
    text-align: center;
}
.nav-bar .header-bar a.logo img {
    height: 60px;
    width: auto;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
.nav-bar .header-bar .right-menu {
    text-align: right !important;
}
.nav-bar .header-bar .right-menu .btn-right-menu {
    border-radius: 100px !important;
    margin-top: 32px;
    border: solid 1px #666 !important;
    color: #eee !important;
    padding: 0 15px;
    font-weight: 400;
    float: right;
    height: 36px;
    line-height: 34px;
    background: #0000 !important;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
}
.nav-bar .header-bar .right-menu .btn-right-menu:hover {
    background-color: #666 !important;
    border-color: #666 !important;
    color: #fff !important;
    background: #ffffff26 !important;
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
}
.nav-bar .header-bar .left-menu {
    float: left;
    text-align: left;
}
.nav-bar .nav-socials {
    margin-top: 15px;
}
.nav-bar .nav-socials .nav-social {
    height: 36px;
    width: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #666;
    margin-right: 8px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .nav-socials .nav-social img {
    height: 18px;
}
.nav-bar .nav-socials .nav-social:hover {
    border: solid 1px #ddd;
}
.nav-bar .navigation {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #0000000a;
    position: relative;
    border-top: solid 1px #3c528e;
}
.nav-bar .navigation a.logo {
    width: 170px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 8px;
    display: none;
}
.nav-bar .navigation a.logo img {
    width: 100%;
    height: auto;
}
.nav-bar .navigation #navButton {
    width: 36px;
    height: 36px;
    color: #fff;
    position: fixed;
    line-height: 36px;
    font-size: 26px;
    cursor: pointer;
    left: 15px;
    top: 17px;
    z-index: 999;
    border-radius: 50px;
    display: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .navigation ul {
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    width: 100%;
}
.nav-bar .navigation ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.nav-bar .navigation ul li.donate a {
    background: #f15a22;
    background: linear-gradient(90deg, #f15a22, #f15a22 35%, #f39c12);
    color: #fff;
    padding: 7px 14px;
    border-radius: 100px;
    font-weight: 600;
}
.nav-bar .navigation ul li.has-drop:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    bottom: -9.5px;
    background-color: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform: rotate(-45deg);
    opacity: 0;
}
.nav-bar .navigation ul li a {
    text-decoration: none !important;
    font-weight: 400;
}
.nav-bar .navigation ul li .mega-menu {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    max-width: 1320px;
    left: 50%;
    transform: translate(-50%);
    position: fixed;
    top: 170px;
    height: auto;
    padding: 15px 5px;
    background: #f9f9f9;
    background: linear-gradient(90deg, #f9f9f9, #f9f9f9 35%, #fff);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
    z-index: 990;
    text-align: left !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: solid 1px #ddd;
    border-top: none !important;
}
.nav-bar .navigation ul li .mega-menu h5 {
    font-size: 20px;
    font-weight: 700 !important;
    color: #222;
}
.nav-bar .navigation ul li .mega-menu p {
    color: #444;
    font-size: 17px;
}
.nav-bar .navigation ul li .mega-menu .btn {
    font-size: 12px !important;
    padding: 8px 13px !important;
    line-height: normal !important;
    height: auto;
    color: #fff !important;
    background: #557898;
    background: linear-gradient(146deg, #557898, #223b51) !important;
    border: none !important;
    font-weight: 500 !important;
}
.nav-bar .navigation ul li .mega-menu .col-lg-6 {
    margin-bottom: 25px;
}
.nav-bar .navigation ul li ul {
    top: 46px;
}
.nav-bar .navigation ul li.show.has-drop:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    bottom: -7.5px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform: rotate(-45deg);
    opacity: 1;
}
.nav-bar .navigation ul li.show a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
}
.nav-bar .navigation ul li.show a .icon {
    transform: rotate(180deg);
    pointer-events: none;
}
.nav-bar .navigation ul li.show ul {
    opacity: 1;
    pointer-events: all;
    top: 50px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.nav-bar .navigation ul li.show ul li a {
    color: #f0f0f0;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 13px;
}
.nav-bar .navigation ul li.show ul li a:hover {
    color: #fff;
}
.nav-bar .navigation ul li.show .mega-menu {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    top: 170px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.nav-bar .navigation ul li a {
    padding: 0 24px 0 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #ddd;
    font-weight: 400 !important;
    position: relative;
}
.nav-bar .navigation ul li a .icon {
    font-size: 13px;
    position: absolute;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}
.nav-bar .navigation ul li a:hover {
    color: #fff;
}
.nav-bar .navigation ul li .cat-list {
    width: 375px;
    padding-top: 15px;
    background: #f9f9f9;
    background: linear-gradient(90deg, #f9f9f9, #f9f9f9 35%, #fff);
}
.nav-bar .navigation ul li ul {
    width: 300px;
    position: absolute;
    left: 0;
    background: #f9f9f9;
    background: linear-gradient(90deg, #f9f9f9, #f9f9f9 35%, #fff);
    display: block;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: solid 1px #ddd;
    border-top: none !important;
}
.nav-bar .navigation ul li ul.cat-list {
    width: 250px;
    padding-top: 15px;
}
.nav-bar .navigation ul li ul.cat-list li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.nav-bar .navigation ul li ul.cat-list li a {
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.nav-bar .navigation ul li ul li {
    width: 100%;
    display: block;
    height: auto;
}
.nav-bar .navigation ul li ul li a {
    float: left;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 5px 15px;
    font-size: 12.5px;
    text-align: left;
    margin-bottom: 5px;
    color: #000 !important;
}
.nav-bar .navigation ul li ul li a:hover {
    color: #333 !important;
}
.nav-bar .nav-bar-search {
    width: 100%;
    position: absolute;
    height: 85px;
    background: #232321;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999999;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    padding-top: 10px;
}
.nav-bar .nav-bar-search .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: #ddd;
    font-size: 24px;
}
.nav-bar .nav-bar-search .close-search {
    position: absolute;
    right: 14px;
    top: 12px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: red;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-bar .nav-bar-search .close-search:hover {
    border: solid 1px #ddd;
}
.nav-bar .nav-bar-search .form-control {
    background-color: transparent;
    border: none;
    color: #ddd;
    height: 65px;
    line-height: 65px;
    padding-left: 60px;
    padding-right: 50px;
    outline: none;
    border-bottom: solid 1px #999;
    border-radius: 0 !important;
    font-size: 18px;
    outline: none !important;
}
.nav-bar .nav-bar-search .form-control:focus {
    border-bottom: solid 1px #ccc;
    outline: none !important;
}
.nav-bar .nav-bar-search .form-control::-webkit-input-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control::-moz-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control:-ms-input-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search .form-control:-moz-placeholder {
    color: #ddd;
}
.nav-bar .nav-bar-search.show {
    left: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-support {
    margin-top: 8px;
    border-radius: 100px !important;
    padding: 3px 15px;
    background: #f9690e;
    background: linear-gradient(138deg, #f9690e, #ff9f62);
    border: solid 1px transparent;
    color: #f0f0f0;
    text-shadow: 1px 1px 0px #dc5e10;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 17px;
}
.btn-support:hover {
    background: linear-gradient(138deg, #ff9f62, #f9690e);
    color: #fff;
}
#mob-navi {
    position: fixed;
    left: -500px;
    top: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    padding-top: 65px;
    z-index: 9999999;
    background-color: #292929;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
}
#mob-navi #mobile-tickets {
    border-radius: 100px !important;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    background-color: #fff;
    color: #202020;
    border: solid 1px transparent;
}
#mob-navi #mobile-tickets:hover {
    background-color: #111;
    color: #fff;
    border: solid 1px #888;
}
#mob-navi .mega-menu {
    display: none !important;
}
#mob-navi p {
    color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
#mob-navi.show {
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#mob-navi #close-mob-navi {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    top: 10px;
    right: 15px;
    line-height: auto;
    color: #ddd;
    position: absolute;
    font-size: 29px;
    margin-top: 12px;
    border-radius: 50px;
}
#mob-navi ul {
    padding: 0;
    width: 100%;
    float: left;
}
#mob-navi ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #393939;
}
#mob-navi ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 19px;
    padding: 10px 20px;
    font-weight: 500;
    text-decoration: none;
}
#mob-navi ul li a .icon {
    float: right;
    font-size: 16px;
    margin-top: 5px;
    display: none;
}
#mob-navi ul li ul {
    float: left;
    width: 100%;
    height: auto;
    position: static;
    padding-left: 20px;
    background-color: #252525;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #393939;
}
#mob-navi ul li ul li {
    float: left;
    width: auto;
    margin-bottom: 8px;
    margin-right: 15px;
    border: none !important;
}
#mob-navi ul li ul li a {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
#mob-navi .mobi-nav-socials {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}
#mob-navi .mobi-nav-socials .nav-social {
    height: 36px;
    width: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #666;
    margin-right: 8px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#mob-navi .mobi-nav-socials .nav-social img {
    height: 18px;
}
#mob-navi .mobi-nav-socials .nav-social:hover {
    border: solid 1px #ddd;
}
@media (max-width: 1024px) {
    shim {
        height: 35px;
    }
    .nav-bar {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        height: 55px;
    }
    .nav-bar #searchButton {
        display: none;
    }
    .nav-bar .toggle-nav,
    .nav-bar #mobSearchButton {
        display: block;
    }
    .nav-bar .header-bar {
        background: #b8b1ac;
        background: linear-gradient(90deg, #b8b1ac, #f1eae3 58%, #c6c0ba);
        border-radius: 0 !important;
        height: 75px;
    }
    .nav-bar .header-bar ul {
        display: none;
    }
    .nav-bar .header-bar a.logo {
        height: 50px;
        width: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 5px;
    }
    .nav-bar .header-bar a.logo img {
        height: 100%;
        width: auto;
    }
    .nav-bar .header-bar .btn {
        font-size: 0.7rem;
        position: fixed;
        right: 10px;
        top: 20px;
        z-index: 9995;
        display: none;
    }
    .nav-bar #navButton {
        display: block;
    }
    .nav-bar .navigation {
        height: 55px;
    }
    .nav-bar .navigation a.logo {
        display: block;
        height: 50px;
    }
    .nav-bar .navigation a.logo img {
        height: 45px;
        width: auto;
    }
    .nav-bar .navigation ul {
        display: none !important;
    }
    .nav-bar .navigation #navButton {
        display: block;
    }
    .nav-bar .nav-bar-search {
        width: 100%;
        position: absolute;
        height: 65px;
        top: 0;
        left: 0;
        z-index: 999999;
        padding-top: 0;
    }
    #mobile-nav ul li a {
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    #mob-navi {
        max-width: 100%;
    }
}
.mode-toggle {
    height: 36px;
    width: 72px;
    border: solid 1px #666;
    border-radius: 50px;
    float: right;
    margin-top: 15px;
    margin-right: 8px;
    position: relative;
}
.mode-toggle.dark-mode {
    background-color: #ddd;
}
.mode-toggle.dark-mode .toggle {
    left: 42px;
    background-color: #222;
}
.mode-toggle.dark-mode .icon {
    color: #333;
}
.mode-toggle.light-mode {
    background-color: #222;
}
.mode-toggle.light-mode .toggle {
    left: 10px;
    background-color: #ddd;
}
.mode-toggle.light-mode .icon {
    color: #ddd;
}
.mode-toggle .icon {
    width: 35px;
    height: 36px;
    float: left;
    line-height: 37px;
    text-align: center;
    color: #ccc;
    font-size: 25px;
    position: relative;
}
.mode-toggle .toggle {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 8px;
    background-color: #fff;
    border-radius: 50px;
    z-index: 50;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#user-button {
    position: relative;
    height: 36px;
    float: right;
    margin-top: 31px;
}
#user-button .btn {
    margin-top: 0;
}
#user-button .user-drop-menu {
    background-color: #fff;
    border-radius: 13px;
    width: 180px;
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 9999999;
}
#user-button .user-drop-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}
#user-button .user-drop-menu ul li {
    width: 100%;
}
#user-button .user-drop-menu ul li:hover {
    background-color: #f0f0f0;
}
#user-button .user-drop-menu ul li a {
    width: 100%;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    float: left;
}
#donate-options {
    position: relative;
}
#donate-options .drop-wrap {
    position: absolute;
    top: 25px;
    right: 0;
    padding-top: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#donate-options .drop-wrap ul {
    width: 200px;
    background: linear-gradient(138deg, #ff9f62, #f9690e);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
#donate-options .drop-wrap ul li {
    width: 100%;
    padding: 0;
}
#donate-options .drop-wrap ul li a {
    padding: 13px 20px !important;
    width: 100%;
    text-align: right;
    color: #fff;
    float: left;
    font-weight: 700 !important;
    text-shadow: 1px 1px 0px #b85010;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: normal;
    height: auto;
}
#donate-options .drop-wrap ul li a:hover {
    padding-right: 26px;
    background-color: #0000000d;
}
#donate-options:hover .drop-wrap {
    top: 30px;
    opacity: 1;
    pointer-events: all;
}
[data-bs-theme="light"] body .light-mode-logo {
    display: block;
}
[data-bs-theme="light"] body .dark-mode-logo {
    display: none;
}
[data-bs-theme="dark"] #user-button .btn {
    margin-top: 0;
}
[data-bs-theme="dark"] #user-button .user-drop-menu {
    background-color: #333;
    border-radius: 13px;
    width: 180px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999999;
}
[data-bs-theme="dark"] #user-button .user-drop-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}
[data-bs-theme="dark"] #user-button .user-drop-menu ul li {
    width: 100%;
}
[data-bs-theme="dark"] #user-button .user-drop-menu ul li:hover {
    background-color: #393939;
}
[data-bs-theme="dark"] #user-button .user-drop-menu ul li a {
    width: 100%;
    float: left;
    color: #ddd;
}
[data-bs-theme="dark"] body .light-mode-logo {
    display: none;
}
[data-bs-theme="dark"] body .dark-mode-logo {
    display: block;
}
[data-bs-theme="dark"] body .nav-bar {
    background-color: #16191b;
}
[data-bs-theme="dark"] body .nav-bar .navigation {
    border-top: solid 1px #454545 !important;
    border-bottom: solid 1px #454545 !important;
}
[data-bs-theme="dark"] body .nav-bar .navigation ul li a {
    color: #ddd;
    font-weight: 400 !important;
}
[data-bs-theme="dark"] body .nav-bar .navigation ul li a:hover {
    color: #f0f0f0;
    font-weight: 400 !important;
}
.card {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
    background-color: #fff;
}
.card .card-body .card-title {
    font-weight: 700;
}
.card .card-body .card-title.small-title {
    font-size: 1rem;
    margin-bottom: 2px;
}
.card .card-body p.card-amount {
    font-weight: 900;
    font-size: 2.7rem;
    margin-bottom: 5px;
}
.card.profile-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
.card.profile-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card.profile-card .card-body .avatar {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card.profile-card .card-body .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card.profile-card .card-body .card-title {
    font-size: 20px;
    font-weight: 700;
}
.card.profile-card .card-body p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
}
.card.profile-card .card-body .btn {
    border-radius: 100px !important;
    padding-left: 12px;
    padding-right: 12px;
}
[data-bs-theme="dark"] body .card {
    background-color: #ffffff0d;
    border: solid 1px #454545 !important;
}
[data-bs-theme="dark"] body .card .btn-sub {
    border: solid 1px #676767;
}
section h2,
section h2.section-title {
    font-weight: 900;
    font-size: 2.3rem;
    margin-bottom: 0;
    font-family:
        Abhaya Libre,
        serif;
}
section p.section-subtitle {
    margin-bottom: 40px;
}
section#welcome-slider {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
    background: center center no-repeat;
    background-size: cover;
}
section#welcome-slider .show-desktop {
    display: block;
}
section#welcome-slider .show-mobile {
    display: none;
}
section#welcome-slider hr {
    border-top: solid 1px #999;
    opacity: 1;
    height: 1px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
section#welcome-slider .card.slider-card {
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
    padding: 220px 0 115px;
    margin-bottom: 0;
}
section#welcome-slider .btn {
    border-radius: 100px !important;
    padding-left: 25px;
    padding-right: 25px;
    text-shadow: 1px 1px 1px transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04rem;
    font-size: 15px;
    background-color: #fff;
    color: #202020;
    border: solid 1px transparent;
}
section#welcome-slider .btn:hover {
    background-color: #111;
    color: #fff;
    border: solid 1px #888;
}
section#welcome-slider .container {
    z-index: 5;
    position: relative;
}
section#welcome-slider .container h2,
section#welcome-slider .container p {
    color: #f0f0f0;
}
section#welcome-slider .container h2 {
    font-weight: 900;
    font-size: 3rem;
    text-shadow: 1px 1px 1px #333;
}
section#welcome-slider .container p {
    font-size: 1.1rem;
    font-weight: 400;
    text-shadow: 1px 1px 1px #333;
}
section#welcome-slider .slider-overlay {
    background: -webkit-linear-gradient(to bottom, rgba(20, 20, 20, 0), rgba(20, 20, 20, 0.7));
    background: -o-linear-gradient(to bottom, rgba(20, 20, 20, 0), rgba(20, 20, 20, 0.7));
    background: -moz-linear-gradient(to bottom, rgba(20, 20, 20, 0), rgba(20, 20, 20, 0.7));
    background: linear-gradient(to bottom, #14141400, #141414b3);
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
section#welcome-slider #home-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    opacity: 1;
    z-index: 1;
}
section#home-info {
    padding: 100px 0 65px;
    background-color: #eee;
    border-bottom: solid 1px #ddd;
}
section#home-info h2 {
    font-weight: 400;
    font-size: 2.3rem;
}
section#home-info h2 strong {
    font-weight: 800;
    opacity: 0.8;
}
section#home-info p {
    font-size: 17px;
}
section#home-info .btn {
    background-color: #fff;
    border-radius: 100px !important;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
section#home-info .btn:hover {
    background-color: #333;
    color: #ddd;
    font-weight: 700;
}
section#home-info .center-vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section#page-header {
    text-align: center;
    background: #2a3962;
    background: linear-gradient(123deg, #3d528d, #2d3e6d 56%, #3f5591);
    border-bottom: solid 1px #ddd;
}
section#page-header h1 {
    font-weight: 900;
    color: #fff;
}
section#page-header p {
    color: #ddd;
    margin-bottom: 0;
}
section#schedule {
    padding-top: 100px;
    background-color: #eee;
    border-bottom: solid 1px #ddd;
}
section#schedule .card {
    padding: 0;
    border: solid 1px #e5e5e5;
}
section#schedule .card .card-body .card-title {
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family:
        Abhaya Libre,
        serif;
}
section#schedule .card .card-body .card-title span {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.03rem;
    font-family:
        Albert Sans,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif !important;
}
section#schedule .card .card-body:first-child {
    border-bottom: solid 1px #e9e9e9;
    background: #2a3962;
    background: linear-gradient(123deg, #835654, #6a4544 56%, #855856);
}
section#schedule .card .card-body:first-child .card-title {
    color: #fff;
}
section#schedule .card .card-body:first-child .card-title span {
    color: #ddd;
}
section#schedule .card .card-body:last-child {
    padding: 0;
}
section#schedule .card .card-body p {
    font-size: 14px;
    line-height: 16px;
    border-bottom: solid 1px #f0f0f0;
    padding: 15px;
    margin: 0;
}
section#schedule .card .card-body p:last-child {
    border-bottom: none;
}
section#hosts {
    background: #fff;
    background: linear-gradient(0deg, #fff, #e6ffff);
    padding-top: 100px;
}
section#hosts .row.align-center {
    justify-content: center;
}
section#hosts .card {
    padding-top: 20px;
    text-align: center;
    border-radius: 12px;
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}
section#hosts .card img {
    width: 120px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 5px 7px 1px #00000008;
}
section#hosts .card .card-body .card-title {
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-weight: 800;
    font-family:
        Abhaya Libre,
        serif;
}
section#hosts .card .card-body p {
    margin-bottom: 0;
    font-size: 0.85rem;
    line-height: 1.2rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
footer {
    width: 100%;
    background-color: #202020;
    padding: 0;
    text-align: center;
}
footer.main {
    padding: 50px 0;
    background: #2a3962;
    background: linear-gradient(123deg, #8e5c5a, #6a4544 56%, #664342);
}
footer .center-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .btn {
    background-color: #fff;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
    color: #222;
    border-radius: 100px !important;
}
footer .btn:hover {
    background-color: #000;
    color: #ddd;
}
footer ul {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    color: #ddd;
    text-decoration: none;
    padding: 10px;
}
footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    section#welcome-slider .show-desktop {
        display: none;
    }
    section#welcome-slider #home-slider {
        width: 100%;
        height: 100%;
    }
    section#welcome-slider #home-slider .carousel-inner {
        height: 100%;
        width: 100%;
    }
    section#welcome-slider #home-slider .carousel-inner .carousel-item {
        width: 100%;
        height: 100%;
    }
    section#welcome-slider #home-slider .carousel-inner .carousel-item img {
        width: auto !important;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    section#welcome-slider .show-mobile {
        display: block;
    }
}
@media (max-width: 780px) {
    section#welcome-slider {
        padding-bottom: 0 !important;
    }
    section#welcome-slider .card.slider-card {
        padding: 140px 0 55px;
        border-radius: 0 !important;
    }
    section#home-info {
        padding: 30px 0;
        border-bottom: solid 1px #ddd;
    }
    section#hosts {
        padding: 35px 0;
    }
    section#schedule {
        padding: 35px 0;
    }
    .center-mobile {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section h2.section-title {
        font-size: 1.8rem;
        line-height: 1.9rem;
    }
    section p.section-subtitle {
        margin-bottom: 30px;
    }
    section#welcome-slider {
        padding-top: 0;
        padding-bottom: 0;
    }
    section#welcome-slider .card {
        padding-top: 100px;
    }
    section#welcome-slider h2 {
        font-size: 1.5rem !important;
        text-shadow: 1px 2px 1px #000;
    }
    section#welcome-slider p {
        font-size: 0.9rem !important;
        line-height: 1.2rem;
        text-shadow: 1px 2px 1px #000;
    }
    section#welcome-slider .slider-overlay {
        background: -webkit-linear-gradient(to bottom, rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.95));
        background: -o-linear-gradient(to bottom, rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.95));
        background: -moz-linear-gradient(to bottom, rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.95));
        background: linear-gradient(to bottom, #14141433, #141414f2);
    }
    section#home-info {
        text-align: center;
    }
    section#home-info img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    section#home-info h2 {
        width: 100%;
        text-align: center;
    }
    section#home-info p {
        font-size: 0.9rem !important;
        line-height: 1.2rem;
    }
    section#home-info .btn {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    section#hosts .card {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding-top: 5px;
        border-radius: 0 !important;
    }
    section#hosts .card img {
        width: 88px;
        height: 88px;
    }
    section#hosts .card .card-body {
        padding-top: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    section#hosts .card .card-body .card-title {
        font-size: 1.3rem;
        line-height: 1.4rem;
        margin-bottom: 2px;
    }
    section#hosts .card .card-body p {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    section#schedule .card .card-body:first-child {
        padding: 10px 15px;
    }
    section#schedule .card .card-body .card-title {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    section#schedule .card .card-body .card-title span {
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    section#schedule .card .card-body p {
        font-size: 0.8rem !important;
        line-height: 1rem;
        padding: 8px 15px;
    }
}
