.text-webkit-right{
    text-align: -webkit-right;
}

.w-1\/2{
    width: 50%;
}
.w-1\/5{
    width: 20%;
}
.w-2\/5{
    width: 40%;
}
.w-3\/5{
    width: 60%;
}
.w-4\/5{
    width: 80%;
}
.w-5\/5{
    width: 100%;
}
.w-1\/10{
    width: 10%;
}
.w-2\/10{
    width: 20%;
}
.w-3\/10{
    width: 30%;
}
.w-4\/10{
    width: 40%;
}
.w-5\/10{
    width: 50%;
}
.w-6\/10{
    width: 60%;
}
.w-7\/10{
    width: 70%;
}
.w-8\/10{
    width: 80%;
}
.w-9\/10{
    width: 90%;
}
.w-10\/10{
    width: 100%;
}

.top-0{
    top: 0;
}

.end-0{
    right: 0;
}

.start-0{
    left: 0;
}

.bottom-0{
    bottom: 0;
}

.m-6{
    margin: 4.5rem;
}

.mt-6{
    margin-top: 4.5rem;
}

.mb-6{
    margin-bottom: 4.5rem;
}

.mx-6{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}

.my-6{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.m-7{
    margin: 6rem;
}

.mt-7{
    margin-top: 6rem;
}

.mb-7{
    margin-bottom: 6rem;
}

.mx-7{
    margin-left: 6rem;
    margin-right: 6rem;
}

.my-7{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.p-2-5{
    padding-top : 0.7rem;
    padding-bottom : 0.7rem;
    padding-left : 0.7rem;
    padding-right : 0.7rem;
}

.py-2-5{
    padding-top : 0.7rem;
    padding-bottom : 0.7rem;
}

.p-6{
    padding: 4.5rem;
}

.pt-6{
    padding-top: 4.5rem;
}

.pb-6{
    padding-bottom: 4.5rem;
}

.px-6{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.py-6{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.p-7{
    padding: 6rem;
}

.pt-7{
    padding-top: 6rem;
}

.pb-7{
    padding-bottom: 6rem;
}

.px-7{
    padding-left: 6rem;
    padding-right: 6rem;
}

.py-7{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.rounded-xl{
    border-radius: 5px;
}

.rounded-2xl{
    border-radius: 10px;
}
.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}

.font-15{
    font-size: 15px;
}

.font-16{
    font-size: 16px;
}

.font-17{
    font-size: 17px;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-22{
    font-size: 22px;
}

.font-24{
    font-size: 24px;
}

.font-25{
    font-size: 25px;
}

.font-26{
    font-size: 26px;
}

.font-27{
    font-size: 27px;
}

.font-28{
    font-size: 28px;
}

.font-29{
    font-size: 29px;
}

.font-30{
    font-size: 30px;
}

.font-32{
    font-size: 32px;
}

.font-34{
    font-size: 34px;
}

.font-36{
    font-size: 36px;
}

.font-38{
    font-size: 38px;
}

.font-40{
    font-size: 40px;
}

.font-42{
    font-size: 42px;
}

@media (max-width: 991px) {
    .h1-lg{
        font-size: 40px;
        line-height: 55px;
    }
    .h2-lg{
        font-size: 32px;
        line-height: 44px;
    }
    .h3-lg{
        font-size: 28px;
        line-height: 38px;
    }
    .h4-lg{
        font-size: 24px;
        line-height: 33px;
    }
    .h5-lg{
        font-size: 20px;
        line-height: 27px;
    }
    .h6-lg{
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .h1-md{
        font-size: 40px;
        line-height: 55px;
    }
    .h2-md{
        font-size: 32px;
        line-height: 44px;
    }
    .h3-md{
        font-size: 28px;
        line-height: 38px;
    }
    .h4-md{
        font-size: 24px;
        line-height: 33px;
    }
    .h5-md{
        font-size: 20px;
        line-height: 27px;
    }
    .h6-md{
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .h1-sm{
        font-size: 40px;
        line-height: 55px;
    }
    .h2-sm{
        font-size: 32px;
        line-height: 44px;
    }
    .h3-sm{
        font-size: 28px;
        line-height: 38px;
    }
    .h4-sm{
        font-size: 24px;
        line-height: 33px;
    }
    .h5-sm{
        font-size: 20px;
        line-height: 27px;
    }
    .h6-sm{
        font-size: 16px;
        line-height: 22px;
    }
}