@font-face {
    font-family: 'SourceSans';
    font-weight: 300;
    src: url('../fonts/SourceSans/SourceSans3-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'SourceSans';
    font-weight: 400;
    src: url('../fonts/SourceSans/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSans';
    font-weight: 500;
    src: url('../fonts/SourceSans/SourceSans3-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSans';
    font-weight: 600;
    src: url('../fonts/SourceSans/SourceSans3-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSans';
    font-weight: 700;
    src: url('../fonts/SourceSans/SourceSans3-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'MuseoSlab';
    font-weight: 300;
    src: url('../fonts/MuseoSlab/Museo_Slab_300.otf') format('truetype');
}
@font-face {
    font-family: 'MuseoSlab';
    font-weight: 500;
    src: url('../fonts/MuseoSlab/Museo_Slab_500.otf') format('truetype');
}
@font-face {
    font-family: 'MuseoSlab';
    font-weight: 700;
    src: url('../fonts/MuseoSlab/Museo_Slab_700.otf') format('truetype');
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}

textarea[data-autocompleted] {
    background-color: transparent !important;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-family: SourceSans;
}
body {
    position: relative !important;
    overflow-x: clip !important;
}
body {
    font-size: 16px;
    color: #616161;
    line-height: 32px;
    font-family: SourceSans;
    font-weight: 500;
    background-color: #000000;
    overflow-x: hidden;
    margin: 0;
   
}

img {
    display: block;
    max-width: 100%;
}

button {
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

a {
    cursor: pointer;
}
.listStyleNone{
    list-style:none;
}
.text-danger {
    color: red;
}
.overflowHidden {
    overflow: hidden;
}
.justifyCenter {
    display: flex;
    justify-content: center;
}

.textCenter {
    text-align: center;
}
.alignSelf {
    display: flex;
    align-items: self-start;
}
.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center;
}
.boldText{
    font-weight:bold;
}

.mainContainer {
    max-width: 1920px;
    margin: auto;
}

.pageContainer {
    max-width: 1280px;
    margin: auto;
}

.customContainer {
    min-height: calc(100vh - 563px);
}

.title {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 65px;
    font-family: MuseoSlab;
    font-weight: 700;
    color: #fff;
    line-height:80px;
}
.description {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #fff;
    line-height:24px;
}
.mainText {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
}
.gradientText {
    font-family: 'MuseoSlab';
    font-size: 65px;
    font-weight: 700;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 40%) 40.78%)
}
.videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
}
.buttonWrapper {
    display: inline-flex;
    border: none;
    padding: 0;
}

.pageHeader {
    max-width: 1280px;
    margin: auto;
    min-height: 312px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

    .pageHeader h1 {
        color: white;
        font-size: 32px;
    }

.contentCS {
    max-width: 960px;
    margin: auto;
}
.cardCover {
    width: 100%;
    padding: 100px 60px;
}
.innerContent {
    max-width: 1440px;
    margin: auto;
    text-align: left;
}
.secondaryHeader {
    font-weight: 700;
    line-height: 50px;
}
.displayFlex {
    display: flex;
}

.rowReverse {
    display: flex;
    flex-direction: row-reverse;
}
.marginTopAuto{
    margin-top:auto;
}
.popuptext {
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 14%);
    text-align: center;
    padding: 16px;
}
.pText {
    font-size: 20px;
    color: #F2F3F3;
    margin:0;
    line-height:24px;
}
.HCVideoC {
    position: relative;
}
.HCPlyBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.itemCardCBasin {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    width: 300px;
    margin-top: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.sectionHeader {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.objectFitContain{
    object-fit:contain !important;
}
#scrollToTop {
    position: fixed;
    bottom: 70px;
    right: 30px;
    padding: 19px 15px;
    background-color: #171717;
    border: none;
    border-radius: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
}
body.noScroll {
    overflow: hidden !important;
    overflow-x: hidden !important;
}
.cardItemRmSS {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 20px;
    line-height: 100%;
}

    .cardItemRmSS a {
        color: #0DDCE7;
        text-decoration: none;
    }

    .cardItemRmSS img {
        width: unset !important;
    }

.requiredLabel {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    float: left;
}

    .requiredLabel:after {
        content: ' *';
        color: red;
        position: absolute;
        top: -2px;
        padding-left: 2px;
    }
.mobileVideo{
    display:none;
}
.containFit{
    object-fit:contain !important;
}
/*spaces*/
.gap16 {
    gap: 16px;
}
.paddingRight50{
    padding-right:50px;
}
.paddingTop30 {
    padding-top: 30px;
}
.marginTop36 {
    margin-top: 36px;
}
.marginTop60 {
    margin-top: 60px !important;
}
.marginTop80 {
    margin-top: 80px !important;
}
.marginTop120 {
    margin-top: 120px;
}
.marginTopMinus300 {
    margin-top: -300px;
}
.marginBottom40 {
    margin-bottom: 40px !important;
}
.marginBottom60 {
    margin-bottom: 60px !important;
}
.marginLeft64 {
    margin-left: 64px;
}

.marginRight64 {
    margin-right: 64px;
}
.marginLeft80 {
    margin-left: 80px;
}

.marginRight80 {
    margin-right: 80px;
}
.paddingLeft64 {
    margin-left: 64px;
}

.paddingRight64 {
    padding-right: 64px;
}


/*buttons*/

.primaryButton {
    display: inline-block;
    position: relative;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    text-align:center;
    text-decoration: none;
    background: linear-gradient(135.34deg, #00F4FF 2.79%, #68FFED 51.4%, #9867FF 100%) padding-box, linear-gradient(105.66deg, rgba(0, 244, 255, 0.5) 16.76%, rgba(104, 255, 237, 0.5) 46.39%, rgba(152, 103, 255, 0.5) 76.01%) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all ease 0.3s;
}
/*    .primaryButton::before {
     content:"";
     position:absolute;
     top:2px;
     left:2px;
     right:2px;
     bottom:2px;

    }
*/
.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #0000000D;
    border: 2px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

.readAllBtn {
    font-size: 14px;
    background-color: #0D47A1;
    padding: 12px 20px;
    border-radius: 32px;
}
.whiteButton {
    color: #0D47A1;
    background-color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.darkBlueButton {
    color:white;
    background-color: #0D47A1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.readAllBtn a {
    color: white;
    text-decoration: none;
    font-size: inherit;
    font-weight: 600;
}



@media screen and (max-width:1160px) {

}

@media screen and (max-width:992px) {
    .title{
        font-size:28px;
        line-height:34px;
    }
    .primaryButton {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 16px;
    }
    .secondaryButton {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 16px;
    }
    .cardCover {
        padding: 50px 20px 50px 20px;
    }
    .sectionHeader {
        margin-bottom: 20px;
    }
    .description{
        font-size:14px;
    }
    .customContainer {
        min-height: calc(100vh - 447px);
    }
}
@media screen and (max-width: 768px) {
    #scrollToTop {
        bottom: 30px;
        right: 20px;
    }
    .customContainer {
        min-height: calc(100vh - 564px);
    }
}

@media screen and (max-width: 480px) {

    .title {
        line-height: 35px;
    }
    .customContainer {
        min-height: calc(100vh - 672px);
    }
}
