.init-heading {
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 90% */
    letter-spacing: 1px;
    z-index: 10;
}

.heading-des {
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height:3 29px; /* 145% */
    letter-spacing: 0.5px;
    padding: 0 9.44rem;
}

.heading-des2 {
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
    letter-spacing: 0.5px;
}

.dis-lg {
    margin: 1.125rem 0;
    text-align: center;
    font-family: Sloth;
    font-size: 5em;
    font-style: normal;
    font-weight: 600;
    line-height: 88px; /* 110% */
    letter-spacing: -2px;
}

.dis-md {
    margin: 1.25rem 0;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1px;
}

.headline-lg {
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.5px;
}

.headline-sm {
font-size:  1.5em;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
letter-spacing: -0.25px;
}

.headline-xsm {
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.25px;
}

/*White Color*/
.white {
    color: var(--white, #FFF);
}

.bg-white {
    background-color: var(--white, #FFF);
}

/*Dark Blue Color*/
.dark-blue {
    color: var(--Grey-60, #00132C);
}

.bg-dark-blue {
    background-color: var(--Grey-60, #00132C);
}

/*Blue*/
.blue {
    color: var(--Blue-60, #076DF2);
}

.bg-blue {
    background-color: var(--Blue-60, #076DF2);
}

.bg-blue-100 {
    background-color: var(--Blue-100, #CDE2FC);
}

.bg-blue-200 {
    background-color: var(--Blue-200, #ACCEFB);
}

.bg-blue-300 {
    background-color: var(--Blue-300, #83B6F8);
}

.bg-blue-400 {
    background-color: var(--Blue-400, #5A9EF6);
}

.bg-blue-500 {
    background-color: var(--Blue-500, #3085F4);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-22 {
font-size: 1.375em;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 127.273% */
text-decoration: none;
}

.text-16 {
    font-size: 1em;
    font-style: normal;
    line-height: 29px; /* 127.273% */
    text-decoration: none;
}

.flex {
    display: flex;
}

.item-start {
    align-items: start;
}

.item-center {
    align-items: center;
}

.item-end {
    align-items: end;
}

.flex-gap-16 {
    display: flex;
    gap: 1em;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.text-deco-none {
    text-decoration: none;
}

.border-1 {
    border: 1px solid;
}

.border-white {
    border-color: #FFF;
}

.w-full {
    width: 100%;
}

.bg-transparent {
    background-color: transparent;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.display-none {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}


.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mt-32 {
    margin-top: 2rem;
}

.mx-8pc {
    margin-left: 8%;
    margin-right: 8%;
}

@media (max-width: 1300px) {
    
    
}

@media (max-width: 1200px) {
    
    
}

@media (max-width: 1130px) {
    .dis-lg {
        margin: 1.125rem 0;
        font-size: 4.5em;
        line-height: 77px; /* 110% */
        letter-spacing: -2px;
    }
    
}

@media (max-width: 800px) {
    .dis-lg {
        font-size: 4em;
        line-height: 66px;
        letter-spacing: -2px;
    }
}

@media (max-width: 768px) {
    .smd\:text-center {
        text-align: center;
    }
    
    .smd\:text-left {
        text-align: left;
    }

    .smd\:display-none {
        display: none;
    }
    
    .smd\:visibility-hidden {
        visibility: hidden;
    }
}

@media (max-width: 648px) {
    .msd\:display-none {
        display: none;
    }

    .msd\:block {
        display: block;
    }
    
    .msd\:visibility-hidden {
        visibility: hidden;
    }
}


@media (max-width: 480px) {
    .dis-lg {
        font-size: 3em;
        line-height: 43px;
        letter-spacing: -2px;
        text-align: left;
    }

    .dis-md {
        margin: 0.25rem 0;
        font-size: 3rem;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.5px;
        text-align: left;
    }

    .heading-des {
        font-size: 1.25em;
        font-style: normal;
        font-weight: 400;
        line-height: 3 29px;
        letter-spacing: 0.5px;
        padding: 0 0;
    }    

    .heading-des2 {
        line-height: 19px;
    }

    .headline-xsm {
        line-height: 16px;
    }

    .headline-lg {
        line-height: 30px;
    }

    .sd\:text-center {
        text-align: center;
    }
    
    .sd\:text-left {
        text-align: left;
    }

    .sd\:justify-start {
        justify-content: start;
    }

    .sd\:display-none {
        display: none;
    }

    .sd\:block {
        display: block;
    }
    
    .sd\:visibility-hidden {
        visibility: hidden;
    }
    
}



