/* Fonts */

/* inter-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
}
/* inter-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v20-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global */

body {
    font-family: 'inter-variable', sans-serif;
    font-size:17px;
    font-style:normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.visible {
    opacity: 1;
}

.mr-small {
    margin-right:05px;
}

.mr-1 {
    margin-right:10px;
}

.mr-2 {
    margin-right:20px;
}

.align-center {
    display: flex;
    align-items: center;
}

.margin-top {
    margin-top:80px;
    display: block;
}

.margin-bottom {
    margin-bottom:80px;
    display: block;
}

@media (max-width: 991px) {
    .margin-top {
        margin-top:60px;
        display: block;
    }

    .margin-bottom {
        margin-bottom:60px;
        display: block;
    }
}

.image-outer {
    border-radius:25px;
    overflow: hidden;
}

ul.breadcrumb a {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

ul.breadcrumb a:hover {
    color: #ef7c21;
    text-decoration: none;
    font-weight: 700;
}

.divider {
    margin-left: 3px;
    margin-right: 7px;
    color: darkgray;
}

a {
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s;
}

a:hover {
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s;
}

.mobile-image-align {
    text-align: left;
}

@media (max-width: 991px) {
    .mobile-image-align {
        text-align: center;
    }
}

.width-100 {
    width: auto;
}

@media (max-width: 1199px) {
    .width-100 {
        width: 100%;
    }
}

.text-centre-mobile {
    text-align: left;
}

@media (max-width: 991px) {
    .text-centre-mobile {
        text-align: center;
    }
}

.shift-top {
    position: relative;
    top: -110px;
}

@media (max-width: 1078px) {
    .shift-top {
        top: -50px;
    }
}

.pt-100 {
    padding-top:100px;
}

@media (max-width: 1078px) {
    .shift-top {
        top: -50px;
    }
}

/* Nav */

.nav-item a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.nav-item a:hover {
    color: #ef7c21;
    text-decoration: none;
    transition: all 0.3s;
}

.offcanvas {
    max-width: 100%;
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .offcanvas {
        overflow: hidden;
        max-width: 75%;
    }
}

.nav-outer {
    padding:0 25px;
    border-bottom: 1px solid #D9D9D9;
    background: white;
}

.nav-link {
    font-size: 18px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media (max-width: 1075px) {
    .nav-link {
        font-size: 16px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 991px) {
    .nav-link {
        font-size: 16px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .nav-item {
        display: flow !important;
    }
}

@media (max-width: 425px) {
    .nav-outer {
        padding:0 15px;
    }
}

.navbar-brand {
    width: 240px;
}

@media (max-width: 991px) {
    .navbar-brand {
        width: 200px;
    }
}

@media (max-width: 425px) {
    .navbar-brand {
        width: 175px;
        padding: 20px 0;
    }
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.nav-alignment {
    justify-content: center;
}

@media (max-width: 991px) {
    .nav-alignment {
        justify-content: flex-start;
    }
}

.nav-w-100 {
    width: auto;
}

@media (max-width: 1199px) {
    .nav-w-100 {
        width: 100%;
    }
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%); /* Center the dropdown menu */
    text-align: center; /* Center the text inside dropdown items */
    min-width: 220px; /* Optional: Make the dropdown's width match the parent */
    padding: 0px;
    box-shadow: 0px 4px 0px 0px #D9D9D9;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s;
}

.nav-link:focus, .nav-link:hover {
    color: #ec7d25;
}

ul li:nth-last-child(1) .dropdown-item {
    border-bottom: 0px solid #D9D9D9;
}

@media (max-width: 992px) {
    .offcanvas .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        transform: none;
        text-align: left;
        min-width: auto;
        top: 0;
    }
    .dropdown-menu {
        min-width: 100%; /* Optional: Make the dropdown's width match the parent */
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ec7d25;
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        margin-right: 20px;
    }
}

.nav-image {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 46px);
}

/* Buttons */

.btn-master {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding:18px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color:black;
    font-family: 'inter-variable', sans-serif;
    font-weight: 700;
}

.btn-master:hover {
    background: #adb5bd;
}

.btn-master-sm {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 11px 16px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
}

.btn-master-sm:hover {
    background: #adb5bd;
}

.btn-master-tiny {
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 6px 13px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
}

.btn-master-narrow {
    padding: 10px 18px;
}

.btn-master-tiny:hover {
    background: #ef7c21;
}

.btn-master-sm:hover {
    background: #ef7c21;
}

.btn-orange-tint {
    background: #D9D9D9;
}

.btn-business {
    background: #ff93a1;
}

.btn-white-tint {
    background: #ffffff;
}

.btn-portal {
    background-image: linear-gradient(90deg, #ef7c21 00%, rgb(19, 30, 59) 100%);
    color: white;
    transition: all 0.3s !important;
}

.btn-portal:hover {
    background: #ef7c21;
}

.btn-container {
    display: flex;
}

@media (max-width: 991px) {
    .btn-container {
        display: block;
    }
}

/* Hero Area */

.hero-outer {
    height: calc(100vh - 270px);
    background: #F5F5F5;
    display: flex;
    align-items: center;
    margin-top: 130px;
    overflow:hidden;
    padding-left: 60px;
    padding-right: 60px;
}

.hero-outer-narrow {
    height: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    overflow:hidden;
    padding-top:0;
    padding-bottom:0;
}

@media (max-width: 1350px) {
    .hero-outer-narrow {
        height: 100%;
        background: #F5F5F5;
        display: flex;
        align-items: center;
        overflow:hidden;
        padding-top:50px;
        padding-bottom:70px;
    }
}

.hero-outer-no-image {
    height: 100%;
    background: white;
    margin-top: 145px;
    padding-top:50px;
    padding-bottom:50px;
}

.statistics-area {
    position: relative;
    width: 100%;
    bottom: 0;
    background: #ec7d25;
    height:130px;
}

h1.hero {
    font-family: 'poppinsextrabold', sans-serif; 
    position:relative;
    z-index: 1;
    line-height: 44px;
    text-align: left;
}

h2.subheading {
    font-size: 20px;
    line-height: 30px;
    position:relative;
    z-index: 1;
    text-align: left;
}

.hero-text-area {
    padding-right:15%;
}


@media (max-width: 1350px) {
    .hero-text-area {
        padding-right:0;
    }
}

@media (max-width: 1200px) {
    .hero-text-area {
        padding-right:0;
    }
}

@media (max-width: 991px) {
    .hero-outer {
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 120px;
        padding-top:50px;
        padding-bottom:50px;
    }
    .hero-outer-no-image {
        height: 100%;
        margin-top: 125px;
        padding-top:50px;
        padding-bottom:50px;
    }
    .statistics-area {
        position: relative;
        width: 100%;
        bottom: 0;
        background: #ec7d25;
        height:auto;
        padding-top:30px;
        padding-bottom:30px;
    }
    .hero-text-area {
        padding-right:0;
    }
    .background-grid {
        background-image: url(/images/grid-graphic.svg);
        background-position: bottom;
        background-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    h2.subheading {
        text-align: center;
    }
    h1.hero {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-outer {
        padding: 50px 15px;
    }
    .hero-outer-no-image {
        padding: 50px 15px;
    }
    h1.hero {
        font-size: 40px;
        line-height: 40px;
    }
    h2.subheading {
        font-size: 19px;
        line-height: 29px;
    }
   
    
}

@media (max-width: 425px) {
    h1.hero {
        font-size: 30px;
        line-height: 37px;
    }
}

.hero-circle {
    border-radius: 100%;
}

.hero-circles {
    position: absolute;
    width: 226px;
    height: auto;
    top: -45px;
    right: -145px;
}

.hero-circles-blue {
    position: absolute;
    width: 147px;
    height: auto;
    bottom: -37px;
    left: -89px;
}

@media (max-width: 1200px) {
    .hero-circles-blue {
        position: absolute;
        width: 122px;
        height: auto;
        bottom: -34px;
        left: -63px;
    }
}

@media (max-width: 991px) {
    .hero-circles {
        position: absolute;
        width: 226px;
        height: auto;
        top: -45px;
        right: -34px;
    }
    .hero-circles-blue {
        position: absolute;
        width: 122px;
        height: auto;
        bottom: 4px;
        left: -63px;
    }
}

@media (max-width: 768px) {
    .hero-circles {
        position: absolute;
        width: 226px;
        height: auto;
        top: -29px;
        right: -109px;
    }
}

@media (max-width: 425px) {
    .hero-circles {
        position: absolute;
        width: 154px;
        height: auto;
        top: -48px;
        right: -24px;
    }
    .hero-circles-blue {
        position: absolute;
        width: 95px;
        height: auto;
        bottom: -9px;
        left: -43px;
    }
}

.underline {
    position: relative; /* Allow absolute positioning */
    display: inline-block; /* Keeps it inline */
}

.underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 100%;
    height: 31px;
    background-image: url(/images/underline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.stat-number {
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-family: 'poppinsextrabold', sans-serif;
    color: #fff;
}

.stat-text {
    font-size: 18px;
    line-height: 23px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.vertical-rule-white {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
}

@media (max-width: 768px) {
    .vertical-rule-white {
        width: 100%;
        height: 1px;
        top: -15px;
        left: 0;
        background: rgba(255, 255, 255, 0.4);
    }
}

/* section */

.section {
    top: 47px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .section {
        top: 0px;
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

span.section-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: center;
    display: block;
    line-height: 43px;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    span.section-title {
        margin-bottom: 50px;
    }
}

.circles-left {
    position: absolute;
    top: 0px;
    z-index: -1;
}

.circles-right{
    position: absolute;
    right: 100px;
    bottom: 0px;
}

@media (max-width: 1500px) {
    .circles-right{
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

.block-outer {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    overflow: hidden;
}

.benefit-icon {
    background: #FFE79B;
    display: inline-block;
    width: 50px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.row > .col-lg-3:nth-child(2) .benefit-icon {
    background: #FAD8BD;
}

.row > .col-lg-3:nth-child(3) .benefit-icon {
    background: #C1F7FF;
}

.row > .col-lg-3:nth-child(4) .benefit-icon {
    background: #FF6EAD;
}

.benefit-title {
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 25px;
    display: block;
    line-height: 43px;
    margin-bottom: 5px;
}

.video-outer {
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

@media (max-width: 991px) {
    .video-outer {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .video-outer {
        height: 450px;
    }
}

.btn-master:hover img {
    filter: brightness(0) saturate(100%);
}

/* Events */

.event-title {
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 25px;
    display: block;
    line-height: 33px;
    margin-bottom: 5px;
}

.event-type {
    display: inline-block;
    background: #ec7d25;
    color: white;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    margin-top:15px;
}

span.cta-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: left;
    display: block;
    line-height: 43px;
    margin-bottom: 20px;
    color:#ED7E23;
}

.flex-area {
    display: flex; align-items: center; justify-content: center;
}

@media (max-width: 991px) {
    .flex-area {
        display: flex; align-items: flex-start; justify-content: flex-start;
    }
}

span.cta-text {
    font-size: 24px;
}

/* Footer */

footer {
    top: 125px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    
}

@media (max-width: 991px) {
    footer {
        top: 0;
        

    }
}

footer p {
    color: #000000;
    font-size: 14px;
}

footer a {
    color: #000000;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: underline;
    
}

footer a:hover {
    color: #e4191d;
    text-decoration: underline;
}

.footer-supporter {
    box-shadow: 0px 4px 0px 0px #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    appearance: auto;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.supporter-link {
    margin-right: 0;
    filter: grayscale(100%);
    transition: all 0.3s;
}

a.supporter-link:hover {
    filter: grayscale(0%);
}

/* Download */

.accordion-button {
    font-size: 20px;
    padding: 24px;
    
}

.accordion {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);

}

.accordion-item {
    background: rgba(255, 255, 255, 0.3);
}
.accordion-button {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-header {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-item {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-body {
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.accordion-button:not(.collapsed) {
    background-color: #FAD8BD;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.file {
    border-radius: 10px;
    border: 2px solid #000;
    background: rgba(254, 145, 55, 0.30);
    box-shadow: 0px 4px 0px 0px #000;
    padding:18px;
    font-weight:normal;
}

.filename {
    line-height: 22px;
    display: inline-block;
    width: 100%;
    font-family: 'poppinsbold', sans-serif;
    font-size: 20px;
    padding-top: 3px;
    margin-bottom: 5px;
}



.file-inner {
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .file {
        display: block;
    }
    .file-inner {
        margin-bottom:10px;
    }
}

.file-type {
    font-size: 12px;
    background: black;
    margin-left: 2px;
    padding: 0px 9px;
    border-radius: 6px;
    font-weight: 900;
    color: white;
    position: relative;
    top: -3px;
    height: 27px;
    padding-top: 2px;
}

/* Content Area */

.content-area p {
    font-size: 18px;
    line-height: 30px;
}
.content-area .intro-paragraph {
    font-size: 30px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 37px;
}
.content-area img {
    border-radius:25px;
}
.content-area .image-caption {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 15px 18px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    position: relative;
    bottom: 34px;
    left: 0;
}

@media (max-width: 991px) {
    .content-area .image-caption {
        width: 86%;
    }
}

.content-area .icon-list {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    overflow: hidden;
}

.content-area .icon-list .icon-list-title {
    font-size: 26px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 32px;
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 768px) {
    .content-area .icon-list img {
        width: 100px;
    }
}

.event-date {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: white;
    background: black;
    padding: 8px 20px;
    border-radius: 30px;
}
body.modal-open .tox-tinymce {
    z-index: 1040 !important;
}

.team-section-header {
    font-size: 36px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 46px;
    color: #ef7c21;
    display: block;
    margin-bottom: 30px;
}

.team-section-intro {
    font-size: 22px;
    line-height: 30px;
}

.ysl-button {
    
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border:0;
    text-align: left;
    width:100%;
    height: 100%;
    background-color: #F9FBFC;
}

.team-image {
        width: 170px;
        margin-bottom: 20px;
        height:auto;
         border-radius:17px !important;
}

@media (max-width: 1200px) {
    .team-image {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .team-image {
        width: 170px;
        margin-bottom: 20px;
    }
}

.team-name {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: 'poppinsextrabold', sans-serif;
}
.team-role {
    display: block;
    line-height: 19px;
    font-size: 14px;
    color: #666666;
}
.team-profile {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Forms */

.form-control {
    box-shadow: 0px 4px 0px 0px #212529;
    border: 1px solid #212529;
    padding: 10px 15px;
    margin-bottom: 15px;
    appearance: auto;
    padding-top: 13px;
}

.filter-area .form-control {
    box-shadow: none;
    border: 1px solid #212529;
    padding: 15px;
    margin-bottom: 0;
    appearance: auto;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

label {
    margin-bottom: 10px;
    font-weight:bold;
}

.form-check-input {
    /*--bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;*/
    border: 3px solid #212529;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.radiobuttonlist {
    border: none;
    padding: 0px;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    display: block;
}

.form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.form-check-input:focus {
    border: 3px solid #212529;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.01);
}

.form-select {
    box-shadow: 0px 4px 0px 0px #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    margin-bottom: 15px;
    appearance: none;
    padding-top: 13px;
}

.filter-area .form-select {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 0px 0px #D9D9D9;
    padding: 15px;
    margin-bottom: 15px;
    appearance: none;
}

.field-validation-error {
    display: block;
    color: red;
}

/* Dashboard */

.event-block-title {
    font-size: 26px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 32px;
    margin-bottom: 30px;
    display: block;
}

.event-date-outer {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .event-date-outer {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

.event-button {
    font-size: 16px;
}

.event-date-outer .event-button:nth-of-type(2) {
    margin-left:10px;
    margin-right: 10px;
}

@media (max-width: 520px) {
    .event-date-outer .event-button:nth-of-type(2) {
        margin-left:0px;
        margin-right: 0px;
    }
    .event-button {
        font-size: 16px;
        width: 100%;
        margin-bottom:10px;
    }
    .event-date-outer {
        display: block;
        width:100%;
        
    }
}

img.portal-icon {
    position: relative; 
    top: -1px; 
    height: 26px; 
    width: auto; 
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.certificate-icon {
    width: 200px; 
    height: auto; 
    border-radius: 0; 
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .certificate-icon {
        width: 150px;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }
    
}

@media (max-width: 991px) {
    .certificate-icon {
        width: 250px;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .certificate-icon {
        width: 200px !important;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}

@media (max-width: 425px) {
    .certificate-icon {
        width: 200px !important;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}

.sector-icon {
    width: 70px;
    height: auto;
    margin-right:15px;
}

@media (max-width: 425px) {
    .sector-icon {
        width: 50px;
        height: auto;
        margin-right:10px;
    }
}

.section-outer {
    display: flex;
    align-items: center;
    margin-bottom:25px;
    
}
.section-outer-text {
    font-family: 'poppinsextrabold', sans-serif;
    font-size:28px;
    color:#fe9137;
}

@media (max-width: 425px) {
    .section-outer-text {
        font-size: 24px;
    }
}

.downloads-outer {
    border-radius: 10px;
    border: 2px solid #000;
    background: #FE9137;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 20px;
}

.downloads-outer img {
    border-radius:0px;
}

/* Content */

.sub-heading {
    color: #E4191D;
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 20px;
}

/* Questionnaire */

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

#partial-container {
    display: none;                 
    opacity: 0;
    backdrop-filter: blur(0px);   
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0.3);
    transition:
            opacity 0.4s ease,
            backdrop-filter 0.4s ease,
            -webkit-backdrop-filter 0.4s ease,
            background-color 0.4s ease;
    position: fixed;     /* Ensure it overlays content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 425px) {
    #partial-container {
        padding: 0;
    }

}

/* Visible state */
#partial-container.show {
    display: block;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.questionnaire-outer {
    position: fixed;
    z-index: 5000;
    width: 100%;
    top: 0;
}

.questionnaire-inner {
    height: 100vh;
}

.questions-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.question {
    background: white;
    border-radius: 15px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px); /* 20px top + 20px bottom */
    margin: 20px 0;
    overflow: hidden;
}

.question-header {
    padding-top:25px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
}
.question-content {
    padding-top:0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: visible; /* allow dropdown to overflow horizontally */
    z-index: 1; /* raise z-index */
    min-height: 0;
}
.question-title-block {
    padding-top:20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    flex: 0 0 auto;
}
.question-footer {
    padding-top:20px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
}

.progress-bar {
    background-color: #E4191D;
}

.progress, .progress-stacked {
    border-radius: 30px;
}

.question-title {
    color: #E4191D;
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 20px;
    line-height: 1.1;
}

.scroll-indicator {
    position: relative;
    margin-top: 10px;
}
/* Target the scrollbar */
.question-content::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
    height: 8px; /* Height of the horizontal scrollbar (if needed) */
}

/* Track (background of the scrollbar) */
.question-content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* Handle (scroll thumb) */
.question-content::-webkit-scrollbar-thumb {
    background-color: #ff93a1;
    border-radius: 10px;
}

/* On hover */
.question-content::-webkit-scrollbar-thumb:hover {
    background-color: #ff93a1;
}

.question-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    

}


input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 30px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

input[type="radio"] + label span {
    display: inline-block;
    color: #333;
}

input[type="radio"] + label:hover {
    border-color: #888;
    background-color: #eaeaea;
}

input[type="radio"]:checked + label {
    border-color: #007BFF;
    background-color: #007BFF;
    color:#000000;
}

input[type="radio"]:checked + label span {
    color: black;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 30px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 900;
    width: 100%;
    text-align: left;
}

input[type="checkbox"] + label span {
    color: #333;
}

input[type="checkbox"] + label:hover {
    border-color: #888;
    background-color: #eaeaea;
}

input[type="checkbox"]:checked + label {
    background-color: #28a745; /* solid green, change as needed */
    border-color: #28a745;
    color:#000000;
}

input[type="checkbox"]:checked + label span {
    color: black;
}

.no-style-check .form-check-input {
    all: revert;
}

.custom-checkbox .form-check-input {
    appearance: none;
}

.no-style-check .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
    align-items: flex-start;
}


.no-style-check input[type="checkbox"] + label {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-left: 6px;
}




/* Cookies */

.cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 1.1em;
    text-align: center;
    z-index: 1000;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .cookie {
        text-align: left;
    }
}

.cookie-btn-agree {
    border: 0;
    background: #0b970b;
    color: white;
    font-weight: 700;
    border-radius: 6px;
    padding: 7px 10px;
    margin-right: 5px;
}

.cookie-btn-disagree {
    border: 0;
    background: #cccccc;
    color: black;
    font-weight: 700;
    border-radius: 6px;
    padding: 7px 10px;
}

.cookie-btn-outer {
    display: block;
}

#cookie-banner {
    display: none;
}

/* Footer */

footer {
    padding: 45px 35px;
    border-top: 1px solid #D9D9D9;
    background: white;
}

/* Header/Hero Areas for Homepage, Business and Community */

.header-outer-homepage {
    height: 100%;
    background: #F5F5F5;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 138px;
    position: relative;
}

/*@media (max-width: 1199px) {*/
/*    .header-outer-homepage {*/
/*        height: 700px;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .header-outer-homepage {
        margin-top: 119px;
        height: 500px;
    }
    .community {
        height:600px;
    }
}

@media (max-width: 768px) {
    .header-outer-homepage {
        margin-top: 119px;
        height: auto;

    }
}

.header-columns-outer {
    display: grid;
    grid-template-columns: 60% 30%;
    gap: 0;
}

.community .header-columns-outer {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
}

@media (max-width: 1199px) {
    .header-columns-outer {
        grid-template-columns: 60% 35%;
    }
    .community .header-columns-outer {
        grid-template-columns: 35% 65%;
        height: 700px;
    }
}

@media (max-width: 991px) {
    .header-columns-outer {
        height:500px;
    }
    .community .header-columns-outer {
        height:700px;
    }
}

@media (max-width: 768px) {
    .header-columns-outer {
        grid-template-columns: inherit;
        height: auto;
    }
    .community .header-columns-outer {
        grid-template-columns: inherit;
        height: auto;
    }
}

.header-outer-homepage .header-left {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding-top: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 100;
}

.header-outer-homepage .header-left-community {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding-top: 30px;
    padding-right: 0;
}

@media (max-width: 991px) {
    .header-outer-homepage .header-left {
        display: flex;
        justify-content: flex-start;
        align-items: end;
        padding-top: 0;
        padding-right: 30px;
        z-index: 100;
    }
    .header-outer-homepage .header-left-community {
        display: flex;
        justify-content: flex-start;
        align-items: end;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .header-outer-homepage .header-left {
        display: flex;
        justify-content: flex-start;
        align-items: end;
        padding-top: 0;
        padding-right: 0;
    }
    .header-outer-homepage .header-left-community {
        display: flex;
        justify-content: flex-start;
        align-items: end;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
}

.header-outer-homepage .header-right {
    display: flex;
    justify-content: center;
    height: calc(100% - 100px);
    flex-direction: column;
    align-items: center;
}

.header-outer-homepage .header-right-community {
    display: flex;
    justify-content: center;
    height: calc(100% - 200px);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 150px;
}

@media (max-width: 1364px) {
    .header-outer-homepage .header-right-community {
        padding-left: 100px;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header-outer-homepage .header-right {
        height: 100%;
    }
    .header-outer-homepage .header-right-community {
        padding-left: 50px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .header-outer-homepage .header-right {
        display: block;
        height: 100%;
        padding:30px;
        padding-top:60px;
        padding-bottom:0;
        text-align: center;
    
    }
    .header-outer-homepage .header-right-community {
        display: block;
        height: 100%;
        padding:30px;
        padding-top:60px;
        padding-bottom:0;
        text-align: center;

    }
}

.header-outer-homepage h1.hero {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    line-height: 50px;
    text-align: left;
    font-size: 40px;
}

@media (max-width: 1564px) {
    .header-outer-homepage h1.hero {
        line-height: 42px;
        font-size: 36px;
    }
}

@media (max-width: 1364px) {
    .header-outer-homepage h1.hero {
        line-height: 36px;
        font-size: 28px;
    }
}
@media (max-width: 1060px) {
    .header-outer-homepage h1.hero {
        line-height: 33px;
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .header-outer-homepage h1.hero {
        text-align: center;
    }
}

.homepage-arrow {
    height: 160px;
    width: auto
}

.homepage-arrow-community {
    height: 130px;
    width: auto
}

@media (max-width: 1199px) {
    .homepage-arrow {
        height: 130px;
        width: auto
    }
    .homepage-arrow-community {
        height: 95px;
        width: auto
    }
}

@media (max-width: 991px) {
    .homepage-arrow {
        height: 120px;
        width: auto
    }
    .homepage-arrow-community {
        height: 100px;
        width: auto
    }
}

.community-arrow-outer {
    display: block;
    width: 100%;
    text-align: left;
}
.community-arrow-outer img {
    padding-left: 150px;
}

@media (max-width: 991px) {
    .community-arrow-outer {
        display: block;
        width: 100%;
        text-align: center;
    }
    .community-arrow-outer img {
        padding-left: 100px;
    }
}

@media (max-width: 768px) {
    .community-arrow-outer img {
        padding-left: 150px;
    }
}

.header-swoosh {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.header-swoosh-lower {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.header-swoosh img {
    width: 100%;
    height: auto;
}

.header-swoosh-lower img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    
    .header-swoosh img {
        width: 1000px;
        height: auto;
        left: -200px;
        position: relative;
    }
    .header-swoosh-lower img {
        width: 1000px;
        height: auto;
        left: -200px;
        position: relative;
    }
    .hero-image {
        position: relative;
        bottom: -40px;
    }
    .community .hero-image {
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 560px) {
    .hero-image {
        position: relative;
        bottom: 0;
    }
}

.hero-intro-paragraph {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1364px) {
    .hero-intro-paragraph {
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .hero-intro-paragraph {
        font-size: 16px;
    }
}

.flowers {
    position: absolute;
    z-index: 20;
    width: 23%;
    height: auto;
    bottom: 0px;
    left: 53px;
}

.flowers-right {
    position: absolute;
    z-index: 20;
    width: 17%;
    height: auto;
    top: -44px;
    right: 10%;
}

@media (max-width: 1490px) {
    .flowers-right {
        position: absolute;
        z-index: 20;
        width: 18%;
        height: auto;
        top: -15px;
        right: 10%;
    }
}

@media (max-width: 1280px) {
    .flowers-right {
        position: absolute;
        z-index: 20;
        width: 18%;
        height: auto;
        top: 40px;
        right: 54px;
    }
}

@media (max-width: 991px) {
    .flowers-right {
        display: none;
    }
}

@media (max-width: 560px) {
    .flowers {
        position: absolute;
        z-index: 20;
        width: 38%;
        height: auto;
        bottom: 0px;
        left: 15px;
    }
}

.quicklink-outer {
    border-radius: 10px;
    border: 2px solid #000;
    background: #e4191d;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 20px;
    display: block;
    height: 100%;
    color:white;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 30px;
}

@media (max-width: 1399px) {
    .quicklink-outer {
        display:block;
    }
}

@media (max-width: 560px) {
    .quicklink-outer {
        font-size: 16px;
        line-height: 1.3;
    }
}

.content-block-outer {
    padding-left:30px;
    padding-right:30px;
}

.content-block-outer-grey {
    background: #F5F5F5;
    margin-top:150px;
    padding-top:150px;
    padding-bottom:150px;
}

@media (max-width: 560px) {
    .content-block-outer-grey {
        padding-left:30px;
        padding-right:30px;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top:100px;
    }
}

.quicklink-left {
    width: 60px;
    flex: 0 0 60px;
    margin-right: 15px;
}

.quicklink-right h2 {
    font-family: 'poppinsextrabold', sans-serif;
    font-size:24px;
    margin-top: 15px;
}

h3.app-screen-title {
    font-family: 'poppinsextrabold', sans-serif;
    font-size:34px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    h3.app-screen-title {
        font-size:28px;
    }
}

.app-store-outer p {
    font-size: 20px;
}

.app-store-outer a {
    color: #e4191d;
    text-decoration: underline;
    font-weight: 900;
    transition: all 0.3s;
}

.app-store-icons {
    display: flex;
}

.app-store-icons img {
    width: 200px;
    height: auto;
    margin-right: 10px;
}

.mobile-centred {
    text-align: left;
}



.app-store-outer {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobile-centred {
        text-align: center;
    }
    .app-store-outer {
        justify-content: center;
    }
    .app-store-icons {
        display: flex;
        flex-direction: column;
    }
    
}

.app-screen {
    padding-right:20px;
}

@media (max-width: 768px) {
    .app-screen {
        text-align: center;
        padding-right:0;
        padding-left: 0;
    }
    
    .app-screen img {
        width: 70% !important;
    }
}

.news-image-large {
    border-radius:30px;
    overflow:hidden;
    width:100%;
    display:block;
    height:450px;
}

@media (max-width: 1199px) {
    .news-image-large {
        height:350px;
    }
}

.news-text-outer {
    display: flex;
    align-items: flex-end;
    height:100%;
}

.news h1 {
    font-family: 'poppinsextrabold', sans-serif;
    font-size:38px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.testimonial-outer {
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    color:white;
}

@media (max-width: 768px) {
    .testimonial-outer {
        padding: 400px 30px 80px 30px;
        background-position: center;

    }
}

.testimonial-inner {
    background: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 30px;
    border-radius: 30px;
}



.testimonial {
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 29px;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
}

.pants {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.pants img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .pants img {
        width: 136%;
        height: auto;
        position: relative;
        left: -6%;
    }
}

.case-study-outer {
    border-radius: 10px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    overflow: hidden;
    height: 100%;
}

.advice-title {
    padding: 24px;
    font-size: 18px;
    font-family: 'poppinsextrabold', sans-serif;
    color:white;
    background: #e4191d;
}

.award {
    opacity:0.3;
}

.awarded {
    opacity:1;
}

code {
    color: black;
}

.dashboard-title {
    color: #ff93a1;
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 30px;
    display: block;
    line-height: 1.2;
}

.content-area-dashboard .icon-list {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .content-area-dashboard .icon-list img {
        width: 100%;
        height: auto;
    }
}

.content-area-dashboard img {
    border-radius: 0;
}

.dashboard-score {
    background: #ff93a1;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 900;
    color: white;
}

.dashboard-answers {
    list-style: none; 
    padding-left: 0; 
    margin:0;
}

.dashboard-answers li {
    position: relative;
    background: #F5F5F5;
    padding: 20px;
    padding-left: 50px;
    border-radius: 8px;
    margin-bottom: 10px;
}

ul.dashboard-answers li:last-child {
    margin-bottom: 0;
}

.dashboard-answers li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-image: url('/images/myperiod-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Business */

.questionnaire-intro-outer {
    border-radius: 10px;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 30px;
    display: block;
    height: 100%;
    color: black;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 30px;
}

.questionnaire-intro-outer-shift {
    position: relative;
    top: -150px;
    z-index: 10;
}

.business-test-title {
    line-height: 1.1;
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.business-test-paragraph {
   text-align: center; 
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

.business-test-quicklink {
    margin-bottom: 10px;
    color: black;
    height: 110px;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (max-width: 768px) {
    .business-test-quicklink img {
        width: 100px;
        height: auto;
    }
}

.business-arrow {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.padding-outer {
    margin-top: 80px;
    margin-bottom: 100px;
}

.hall-of-fame-title {
    line-height: 1.1;
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.hall-of-fame-text {
    text-align: center;
    font-size: 21px;
    margin-bottom: 80px;
    display: block;
}

.hall-of-fame-outer {
    border-radius: 10px;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 20px;
    display: flex;
    height: 100%;
    color: black;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}

.login-bg-left {
    position: absolute;
    bottom: 0px;
    width: 35%;
}

@media (max-width: 1200px) {
    .login-bg-left {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login-bg-left {
        width: 100%;
    }
}

.block-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    line-height: 35px;
    text-align: left;
    font-size: 28px;
}

span.intro-paragraph {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    line-height: 35px;
    text-align: left;
    font-size: 28px;
    color: #ff93a1;
}

