.container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

section.padding-tb {
    padding: 60px 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    margin: 0;

    span {
        font-weight: 100;
        display: block;
    }
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.h1 {
    font-size: 32px !important;
}

.h2 {
    font-size: 28px !important;
}

.h3 {
    font-size: 20px !important;
}

.h4 {
    font-size: 16px !important;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: 900;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-light {
    color: #fff !important;
}

.text-grey {
    color: #A6B2BB !important;
}

.text-dark {
    color: #141F39 !important;
}

.bg-white {
    background-color: #fff !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }

    section.padding-tb {
        padding: 100px 0;
    }

    .container.padding-left {}

    .h1 {
        font-size: 40px !important;
    }

    .h2 {
        font-size: 32px !important;
    }

    .h3 {
        font-size: 24px !important;
    }

    .h4 {
        font-size: 18px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
        padding: 0 30px;
    }

    .h1 {
        font-size: 40px !important;
    }

    .h2 {
        font-size: 30px !important;
    }

    .h3 {
        font-size: 24px !important;
    }

    .h4 {
        font-size: 16px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
        padding: 0 64px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1680px;
        padding: 0 80px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1840px;
        padding: 0 96px;
    }
}