:root{
    --blue: #1a1a96;
}
/*-----------------------------
  Classes:
  margin, padding, font-size, color,
  background-color, border-radius,
  z-index, min-width
-----------------------------*/
.margin-b-1 {
    margin-bottom: 0.625rem !important;
}

.margin-b-2 {
    margin-bottom: 1.25rem !important;
}

.margin-b-3 {
    margin-bottom: 1.875rem !important;
}

.margin-b-4 {
    margin-bottom: 2.5rem !important;
}

.margin-b-5 {
    margin-bottom: 3.125rem !important;
}
@media (max-width: 767px) {
    .margin-b-5 {
        margin-bottom: 1.875rem !important;
    }
}

.margin-b-6 {
    margin-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
    .margin-b-6 {
        margin-bottom: 2.5rem !important;
    }
}

.margin-b-7 {
    margin-bottom: 4.375rem !important;
}
@media (max-width: 767px) {
    .margin-b-7 {
        margin-bottom: 2.5rem !important;
    }
}

.margin-b-8 {
    margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
    .margin-b-8 {
        margin-bottom: 2.5rem !important;
    }
}

.margin-b-9 {
    margin-bottom: 5.625rem !important;
}
@media (max-width: 767px) {
    .margin-b-9 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-10 {
    margin-bottom: 6.25rem !important;
}
@media (max-width: 767px) {
    .margin-b-10 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-11 {
    margin-bottom: 6.875rem !important;
}
@media (max-width: 767px) {
    .margin-b-11 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-12 {
    margin-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
    .margin-b-12 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-13 {
    margin-bottom: 8.125rem !important;
}
@media (max-width: 767px) {
    .margin-b-13 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-14 {
    margin-bottom: 8.75rem !important;
}
@media (max-width: 767px) {
    .margin-b-14 {
        margin-bottom: 3.125rem !important;
    }
}

.margin-b-15 {
    margin-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
    .margin-b-15 {
        margin-bottom: 3.75rem !important;
    }
}

.margin-t-1 {
    margin-top: 0.625rem !important;
}

.margin-t-2 {
    margin-top: 1.25rem !important;
}

.margin-t-3 {
    margin-top: 1.875rem !important;
}

.margin-t-4 {
    margin-top: 2.5rem !important;
}

.margin-t-5 {
    margin-top: 3.125rem !important;
}

.margin-t-6 {
    margin-top: 3.75rem !important;
}
@media (max-width: 767px) {
    .margin-t-6 {
        margin-top: 2.5rem !important;
    }
}

.margin-t-7 {
    margin-top: 4.375rem !important;
}
@media (max-width: 767px) {
    .margin-t-7 {
        margin-top: 2.5rem !important;
    }
}

.margin-t-8 {
    margin-top: 5rem !important;
}
@media (max-width: 767px) {
    .margin-t-8 {
        margin-top: 2.5rem !important;
    }
}

.margin-t-9 {
    margin-top: 5.625rem !important;
}
@media (max-width: 767px) {
    .margin-t-9 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-10 {
    margin-top: 6.25rem !important;
}
@media (max-width: 767px) {
    .margin-t-10 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-11 {
    margin-top: 6.875rem !important;
}
@media (max-width: 767px) {
    .margin-t-11 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-12 {
    margin-top: 7.5rem !important;
}
@media (max-width: 767px) {
    .margin-t-12 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-13 {
    margin-top: 8.125rem !important;
}
@media (max-width: 767px) {
    .margin-t-13 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-14 {
    margin-top: 8.75rem !important;
}
@media (max-width: 767px) {
    .margin-t-14 {
        margin-top: 3.125rem !important;
    }
}

.margin-t-15 {
    margin-top: 9.375rem !important;
}
@media (max-width: 767px) {
    .margin-t-15 {
        margin-top: 3.75rem !important;
    }
}

.margin-my-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.margin-my-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.margin-my-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
}

.margin-my-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.margin-my-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
}

.margin-my-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
    .margin-my-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
}

.margin-my-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
}
@media (max-width: 767px) {
    .margin-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
}

.margin-my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
    .margin-my-8 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
}

.margin-my-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
}
@media (max-width: 767px) {
    .margin-my-9 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
}
@media (max-width: 767px) {
    .margin-my-10 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
}
@media (max-width: 767px) {
    .margin-my-11 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
    .margin-my-12 {
        margin-top: 3.125em !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
}
@media (max-width: 767px) {
    .margin-my-13 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
}
@media (max-width: 767px) {
    .margin-my-14 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }
}

.margin-my-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
    .margin-my-15 {
        margin-top: 1.875rem !important;
        margin-bottom: 3.75rem !important;
    }
}

.padding-py-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.padding-py-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.padding-py-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}

.padding-py-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.padding-py-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
}

.padding-py-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
    .padding-py-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

.padding-py-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
}
@media (max-width: 767px) {
    .padding-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

.padding-py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
@media (max-width: 767px) {
    .padding-py-8 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

.padding-py-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
}
@media (max-width: 767px) {
    .padding-py-9 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
}
@media (max-width: 767px) {
    .padding-py-10 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
}
@media (max-width: 767px) {
    .padding-py-11 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
    .padding-py-12 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
}
@media (max-width: 767px) {
    .padding-py-13 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
}
@media (max-width: 767px) {
    .padding-py-14 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
}

.padding-py-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
    .padding-py-15 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }
}

.padding-t-1 {
    padding-top: 0.625rem !important;
}

.padding-t-2 {
    padding-top: 1.25rem !important;
}

.padding-t-3 {
    padding-top: 1.875rem !important;
}

.padding-t-4 {
    padding-top: 2.5rem !important;
}

.padding-t-5 {
    padding-top: 3.125rem !important;
}

.padding-t-6 {
    padding-top: 3.75rem !important;
}
@media (max-width: 767px) {
    .padding-t-6 {
        padding-top: 2.5rem !important;
    }
}

.padding-t-7 {
    padding-top: 4.375rem !important;
}
@media (max-width: 767px) {
    .padding-t-7 {
        padding-top: 2.5rem !important;
    }
}

.padding-t-8 {
    padding-top: 5rem !important;
}
@media (max-width: 767px) {
    .padding-t-8 {
        padding-top: 2.5rem !important;
    }
}

.padding-t-9 {
    padding-top: 5.625rem !important;
}
@media (max-width: 767px) {
    .padding-t-9 {
        padding-top: 3.125rem !important;
    }
}

.padding-t-10 {
    padding-top: 6.25rem !important;
}
@media (max-width: 767px) {
    .padding-t-10 {
        padding-top: 3.125rem !important;
    }
}

.padding-t-11 {
    padding-top: 6.875rem !important;
}
@media (max-width: 767px) {
    .padding-t-11 {
        padding-top: 3.125rem !important;
    }
}

.padding-t-12 {
    padding-top: 7.5rem !important;
}
@media (max-width: 767px) {
    .padding-t-12 {
        padding-top: 3.125rem !important;
    }
}

.padding-t-13 {
    padding-top: 8.125rem !important;
}
@media (max-width: 767px) {
    .padding-t-13 {
        padding-top: 1.875rem !important;
    }
}

.padding-t-14 {
    padding-top: 8.75rem !important;
}
@media (max-width: 767px) {
    .padding-t-14 {
        padding-top: 3.125rem !important;
    }
}

.padding-t-15 {
    padding-top: 9.375rem !important;
}
@media (max-width: 767px) {
    .padding-t-15 {
        padding-top: 3.75rem !important;
    }
}

.padding-px-1 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.padding-px-2 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.padding-px-3 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
}

.padding-px-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.padding-px-5 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
}
@media (max-width: 767px) {
    .padding-px-5 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }
}

.padding-px-6 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
}
@media (max-width: 767px) {
    .padding-px-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

.padding-px-7 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
}
@media (max-width: 767px) {
    .padding-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

.padding-px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
@media (max-width: 767px) {
    .padding-px-8 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

.padding-px-9 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
}
@media (max-width: 767px) {
    .padding-px-9 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-10 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
}
@media (max-width: 767px) {
    .padding-px-10 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-11 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
}
@media (max-width: 767px) {
    .padding-px-11 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-12 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}
@media (max-width: 767px) {
    .padding-px-12 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-13 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
}
@media (max-width: 767px) {
    .padding-px-13 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-14 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
}
@media (max-width: 767px) {
    .padding-px-14 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }
}

.padding-px-15 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
}
@media (max-width: 767px) {
    .padding-px-15 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important;
    }
}

.padding-b-1 {
    padding-bottom: 0.625rem !important;
}

.padding-b-2 {
    padding-bottom: 1.25rem !important;
}

.padding-b-3 {
    padding-bottom: 1.875rem !important;
}

.padding-b-4 {
    padding-bottom: 2.5rem !important;
}

.padding-b-5 {
    padding-bottom: 3.125rem !important;
}

.padding-b-6 {
    padding-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
    .padding-b-6 {
        padding-bottom: 2.5rem !important;
    }
}

.padding-b-7 {
    padding-bottom: 4.375rem !important;
}
@media (max-width: 767px) {
    .padding-b-7 {
        padding-bottom: 2.5rem !important;
    }
}

.padding-b-8 {
    padding-bottom: 5rem !important;
}
@media (max-width: 767px) {
    .padding-b-8 {
        padding-bottom: 2.5rem !important;
    }
}

.padding-b-9 {
    padding-bottom: 5.625rem !important;
}
@media (max-width: 767px) {
    .padding-b-9 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-10 {
    padding-bottom: 6.25rem !important;
}
@media (max-width: 767px) {
    .padding-b-10 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-11 {
    padding-bottom: 6.875rem !important;
}
@media (max-width: 767px) {
    .padding-b-11 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-12 {
    padding-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
    .padding-b-12 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-13 {
    padding-bottom: 8.125rem !important;
}
@media (max-width: 767px) {
    .padding-b-13 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-14 {
    padding-bottom: 8.75rem !important;
}
@media (max-width: 767px) {
    .padding-b-14 {
        padding-bottom: 3.125rem !important;
    }
}

.padding-b-15 {
    padding-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
    .padding-b-15 {
        padding-bottom: 3.75rem !important;
    }
}

.c-dark {
    color: #0b2238 !important;
}

.c-white {
    color: #ffffff !important;
}

.c-blue {
    color: #1a1a96 !important;
}

.c-gold {
    color: #ffce53 !important;
}

.c-green {
    color: #19a389 !important;
}

.c-aquamarine {
    color: #17e79b !important;
}

.c-orange {
    color: #f28e1c !important;
}

.c-orange-red {
    color: #fd6b3b !important;
}

.c-red {
    color: #f93542 !important;
}

.c-yollow {
    color: #ffc329 !important;
}

.c-gray {
    color: #6c7a87 !important;
}

.c-light {
    color: #9da6af !important;
}

.c-beiget {
    color: #ffe7aa !important;
}

.c-skuy {
    color: #6bb0f8 !important;
}

.c-magenta {
    color: #fd4ffe !important;
}

.c-currency-d {
    color: #29013e !important;
}

.c-currency-p {
    color: #aa9bb3 !important;
}

.c-sea {
    color: #4d81f7 !important;
}

.c-cyan{
    color: #4242ff !important;
}

.c-purple {
    color: #9e1266 !important;
}

.c-lightgreen {
    color: #7bd88a !important;
}

.c-black {
    color: #000 !important;
}

.c-blue2 {
    color: #3875f7 !important;
}

.c-orange2 {
    color: #fd7028 !important;
}

.bg-dark {
    background-color: #0b2238 !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-blue {
    background-color: #1a1a96 !important;
}

.bg-orange {
    background-color: #f28e1c !important;
}

.bg-red {
    background-color: #f93542 !important;
}

.bg-yollow {
    background-color: #ffc329 !important;
}

.bg-gray {
    background-color: #6c7a87 !important;
}

.bg-grayer {
    background-color: #f7f8f9 !important;
}

.bg-light {
    background-color: #9da6af !important;
}

.bg-beiget {
    background-color: #ffe7aa !important;
}

.bg-skuy {
    background-color: #6bb0f8 !important;
}

.bg-magenta {
    background-color: #fd4ffe !important;
}

.bg-green2 {
    background-color: #31d1ab !important;
}

.bg-orange-red {
    background-color: #fd6b3b !important;
}

.bg-cyan{
    background-color: #4242ff !important;
}

.bg-purple {
    background-color: #9e1266 !important;
}

.bg-lightgreen {
    background-color: #7bd88a !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-snow {
    background-color: #f7f8fa !important;
}

.bg-blue2 {
    background-color: #3875f7 !important;
}

.bg-orange2 {
    background-color: #fd7028 !important;
}

.rounded-0 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.rounded-1 {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    -o-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    border-radius: 1px !important;
}

.rounded-2 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
}

.rounded-3 {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
}

.rounded-4 {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.rounded-5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.rounded-6 {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    border-radius: 6px !important;
}

.rounded-7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -o-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    border-radius: 7px !important;
}

.rounded-8 {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    border-radius: 8px !important;
}

.rounded-9 {
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    -o-border-radius: 9px !important;
    -ms-border-radius: 9px !important;
    border-radius: 9px !important;
}

.rounded-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    border-radius: 10px !important;
}

.rounded-11 {
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -o-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    border-radius: 11px !important;
}

.rounded-12 {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important;
}

.rounded-13 {
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    -o-border-radius: 13px !important;
    -ms-border-radius: 13px !important;
    border-radius: 13px !important;
}

.rounded-14 {
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    -o-border-radius: 14px !important;
    -ms-border-radius: 14px !important;
    border-radius: 14px !important;
}

.rounded-15 {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    border-radius: 15px !important;
}

.rounded-16 {
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -o-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    border-radius: 16px !important;
}

.rounded-17 {
    -webkit-border-radius: 17px !important;
    -moz-border-radius: 17px !important;
    -o-border-radius: 17px !important;
    -ms-border-radius: 17px !important;
    border-radius: 17px !important;
}

.rounded-18 {
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -o-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    border-radius: 18px !important;
}

.rounded-19 {
    -webkit-border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    -o-border-radius: 19px !important;
    -ms-border-radius: 19px !important;
    border-radius: 19px !important;
}

.rounded-20 {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    border-radius: 20px !important;
}

.rounded-21 {
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    -o-border-radius: 21px !important;
    -ms-border-radius: 21px !important;
    border-radius: 21px !important;
}

.rounded-22 {
    -webkit-border-radius: 22px !important;
    -moz-border-radius: 22px !important;
    -o-border-radius: 22px !important;
    -ms-border-radius: 22px !important;
    border-radius: 22px !important;
}

.rounded-23 {
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    -o-border-radius: 23px !important;
    -ms-border-radius: 23px !important;
    border-radius: 23px !important;
}

.rounded-24 {
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -o-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    border-radius: 24px !important;
}

.rounded-25 {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}

.h-100vh {
    height: 100vh !important;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.transform-r-15 {
    transform: rotate(-15deg) !important;
}

.align-justify {
    text-align: justify !important;
}

.font-s-8 {
    font-size: 8px !important;
}

.font-s-10 {
    font-size: 10px !important;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-s-13 {
    font-size: 13px !important;
}

.font-s-14 {
    font-size: 14px !important;
}

.font-s-15 {
    font-size: 15px !important;
}

.font-s-16 {
    font-size: 16px !important;
}

.font-s-17 {
    font-size: 17px !important;
}

.font-s-18 {
    font-size: 18px !important;
}

.font-s-19 {
    font-size: 19px !important;
}

.font-s-20 {
    font-size: 20px !important;
}

.font-s-21 {
    font-size: 21px !important;
}

.font-s-22 {
    font-size: 22px !important;
}

.font-s-23 {
    font-size: 23px !important;
}

.font-s-24 {
    font-size: 24px !important;
}

.font-s-25 {
    font-size: 25px !important;
}

.font-s-26 {
    font-size: 26px !important;
}

.font-s-27 {
    font-size: 27px !important;
}

.font-s-28 {
    font-size: 28px !important;
}

.font-s-29 {
    font-size: 29px !important;
}

.font-s-30 {
    font-size: 30px !important;
}

.font-s-35 {
    font-size: 35px !important;
}

.font-s-40 {
    font-size: 40px !important;
}

.font-s-45 {
    font-size: 45px !important;
}

.font-s-50 {
    font-size: 50px !important;
}
@media (max-width: 991px) {
    .font-s-50 {
        font-size: 40px !important;
    }
}

.font-s-55 {
    font-size: 55px !important;
}
@media (max-width: 991px) {
    .font-s-55 {
        font-size: 45px !important;
    }
}

.font-s-60 {
    font-size: 60px !important;
}
@media (max-width: 991px) {
    .font-s-60 {
        font-size: 30px !important;
    }
}

.font-s-65 {
    font-size: 65px !important;
}
@media (max-width: 991px) {
    .font-s-65 {
        font-size: 30px !important;
    }
}

.font-s-70 {
    font-size: 70px !important;
}
@media (max-width: 991px) {
    .font-s-70 {
        font-size: 40px !important;
    }
}

.font-s-75 {
    font-size: 75px !important;
}
@media (max-width: 991px) {
    .font-s-75 {
        font-size: 40px !important;
    }
}

.font-s-80 {
    font-size: 80px !important;
}
@media (max-width: 991px) {
    .font-s-80 {
        font-size: 40px !important;
    }
}

.font-s-85 {
    font-size: 85px !important;
}
@media (max-width: 991px) {
    .font-s-85 {
        font-size: 40px !important;
    }
}

.font-s-90 {
    font-size: 90px !important;
}
@media (max-width: 991px) {
    .font-s-90 {
        font-size: 40px !important;
    }
}

.font-s-95 {
    font-size: 95px !important;
}
@media (max-width: 991px) {
    .font-s-95 {
        font-size: 40px !important;
    }
}

.font-s-100 {
    font-size: 100px !important;
}
@media (max-width: 991px) {
    .font-s-100 {
        font-size: 40px !important;
    }
}

.font-w-400 {
    font-weight: 400 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.font-w-700 {
    font-weight: 700 !important;
}

.font-w-800 {
    font-weight: 800 !important;
}

.wd-50 {
    min-width: 50px !important;
    justify-content: center;
}

.wd-100 {
    min-width: 100px !important;
    justify-content: center;
}

.wd-120 {
    min-width: 120px !important;
    justify-content: center;
}

.wd-130 {
    min-width: 130px !important;
    justify-content: center;
}

.wd-140 {
    min-width: 140px !important;
    justify-content: center;
}

.wd-160 {
    min-width: 160px !important;
    justify-content: center;
}

.wd-170 {
    min-width: 170px !important;
    justify-content: center;
}

.border-0 {
    border: 0 !important;
}

.border-1 {
    border: 1px solid #edeef1 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.h-fit-content {
    height: fit-content !important;
}
