object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table,
td,
th,
tr {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
button,
input[type='button'] {
    cursor: pointer;
}

button {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    outline: none;
    font-weight: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
}

*:hover,
*:focus {
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    outline: none;
    -webkit-font-smoothing: antialiased;
}

/*
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-size: inherit;
}
*/
:root {
    --bs-white: #fff;
    --bs-gray: #6a6a85;
    --bs-gray-dark: #0a0a33;
    --bs-primary: #3a5dd0;
    --bs-secondary: #929292;
    --bs-danger: #dc3545;
    --bs-dark: #000;
    --bs-font-sans-serif: 'IBM Plex Sans', sans-serif;
    --bs-font-monospace: 'IBM Plex Mono', sans-serif;
    --primary-light: #6e88de;
    --border-technologies: #414040;
    --gradient-start-dark: #4466d5;
    --gradient-end-dark: #2948ae;
    --bs-gradient: linear-gradient(
            90deg,
            var(--primary-light) 0%,
            var(--bs-primary) 100%
    );
    --bs-gradient-hover: linear-gradient(
            90deg,
            var(--gradient-start-dark) 0%,
            var(--gradient-end-dark) 100%
    );
    --card-gradient: linear-gradient(
            329deg,
            var(--primary-light) 7.89%,
            var(--bs-primary) 77.46%
    );
    --third-family: 'Inter', sans-serif;
    --gray-md: #535353;
    --gray-sm: #999;
    --shadow-base: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --transiton: all 0.3s ease;
}

.row {
    --bs-gutter-x: 1.25rem;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    --bs-gutter-x: 1.25rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

hmtl {
    scroll-behavior: smooth;
}

body {
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: var(--bs-gray);
    background: radial-gradient(146.78% 81.68% at 50% 50%, #fff 0%, #eaeefa 100%);
}

.container {
    padding: 0 10px;
    max-width: 1244px;
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
    .container {
        padding: 0 2rem;
    }
}

@media (min-width: 0) {
    .mt-0 {
        margin-top: 0 !important;
    }

    .mt-1 {
        margin-top: 0.25rem !important;
    }

    .mt-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-3 {
        margin-top: 0.75rem !important;
    }

    .mt-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .mt-5 {
        margin-top: 1.25rem !important;
    }

    .mt-6 {
        margin-top: 1.5rem !important;
    }

    .mt-7 {
        margin-top: 1.75rem !important;
    }

    .mt-8 {
        margin-top: 2rem !important;
    }

    .mt-9 {
        margin-top: 2.25rem !important;
    }

    .mt-10 {
        margin-top: 2.5rem !important;
    }

    .mt-11 {
        margin-top: 2.75rem !important;
    }

    .mt-12 {
        margin-top: 3rem !important;
    }

    .mt-14 {
        margin-top: 3.5rem !important;
    }

    .mt-16 {
        margin-top: 4rem !important;
    }

    .mt-20 {
        margin-top: 5rem !important;
    }

    .mt-24 {
        margin-top: 6rem !important;
    }

    .mt-28 {
        margin-top: 7rem !important;
    }

    .mt-32 {
        margin-top: 8rem !important;
    }

    .mt-36 {
        margin-top: 9rem !important;
    }

    .mr-0 {
        margin-right: 0 !important;
    }

    .mr-1 {
        margin-right: 0.25rem !important;
    }

    .mr-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-3 {
        margin-right: 0.75rem !important;
    }

    .mr-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-4 {
        margin-right: 1rem !important;
    }

    .mr-5 {
        margin-right: 1.25rem !important;
    }

    .mr-6 {
        margin-right: 1.5rem !important;
    }

    .mr-7 {
        margin-right: 1.75rem !important;
    }

    .mr-8 {
        margin-right: 2rem !important;
    }

    .mr-9 {
        margin-right: 2.25rem !important;
    }

    .mr-10 {
        margin-right: 2.5rem !important;
    }

    .mr-11 {
        margin-right: 2.75rem !important;
    }

    .mr-12 {
        margin-right: 3rem !important;
    }

    .mr-14 {
        margin-right: 3.5rem !important;
    }

    .mr-16 {
        margin-right: 4rem !important;
    }

    .mr-20 {
        margin-right: 5rem !important;
    }

    .mr-24 {
        margin-right: 6rem !important;
    }

    .mr-28 {
        margin-right: 7rem !important;
    }

    .mr-32 {
        margin-right: 8rem !important;
    }

    .mr-36 {
        margin-right: 9rem !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-8 {
        margin-bottom: 2rem !important;
    }

    .mb-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-12 {
        margin-bottom: 3rem !important;
    }

    .mb-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-16 {
        margin-bottom: 4rem !important;
    }

    .mb-20 {
        margin-bottom: 5rem !important;
    }

    .mb-24 {
        margin-bottom: 6rem !important;
    }

    .mb-28 {
        margin-bottom: 7rem !important;
    }

    .mb-32 {
        margin-bottom: 8rem !important;
    }

    .mb-36 {
        margin-bottom: 9rem !important;
    }

    .ml-0 {
        margin-left: 0 !important;
    }

    .ml-1 {
        margin-left: 0.25rem !important;
    }

    .ml-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-3 {
        margin-left: 0.75rem !important;
    }

    .ml-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-4 {
        margin-left: 1rem !important;
    }

    .ml-5 {
        margin-left: 1.25rem !important;
    }

    .ml-6 {
        margin-left: 1.5rem !important;
    }

    .ml-7 {
        margin-left: 1.75rem !important;
    }

    .ml-8 {
        margin-left: 2rem !important;
    }

    .ml-9 {
        margin-left: 2.25rem !important;
    }

    .ml-10 {
        margin-left: 2.5rem !important;
    }

    .ml-11 {
        margin-left: 2.75rem !important;
    }

    .ml-12 {
        margin-left: 3rem !important;
    }

    .ml-14 {
        margin-left: 3.5rem !important;
    }

    .ml-16 {
        margin-left: 4rem !important;
    }

    .ml-20 {
        margin-left: 5rem !important;
    }

    .ml-24 {
        margin-left: 6rem !important;
    }

    .ml-28 {
        margin-left: 7rem !important;
    }

    .ml-32 {
        margin-left: 8rem !important;
    }

    .ml-36 {
        margin-left: 9rem !important;
    }

    .mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-0 {
        margin: 0 !important;
    }

    .m-1 {
        margin: 0.25rem !important;
    }

    .m-1_5 {
        margin: 0.375rem !important;
    }

    .m-2_5 {
        margin: 0.625rem !important;
    }

    .m-3 {
        margin: 0.75rem !important;
    }

    .m-3_5 {
        margin: 0.875rem !important;
    }

    .m-4 {
        margin: 1rem !important;
    }

    .m-5 {
        margin: 1.25rem !important;
    }

    .m-6 {
        margin: 1.5rem !important;
    }

    .m-7 {
        margin: 1.75rem !important;
    }

    .m-8 {
        margin: 2rem !important;
    }

    .m-9 {
        margin: 2.25rem !important;
    }

    .m-10 {
        margin: 2.5rem !important;
    }

    .m-11 {
        margin: 2.75rem !important;
    }

    .m-12 {
        margin: 3rem !important;
    }

    .m-14 {
        margin: 3.5rem !important;
    }

    .m-16 {
        margin: 4rem !important;
    }

    .m-20 {
        margin: 5rem !important;
    }

    .m-24 {
        margin: 6rem !important;
    }

    .m-28 {
        margin: 7rem !important;
    }

    .m-32 {
        margin: 8rem !important;
    }

    .m-36 {
        margin: 9rem !important;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .pt-1 {
        padding-top: 0.25rem !important;
    }

    .pt-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-3 {
        padding-top: 0.75rem !important;
    }

    .pt-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-4 {
        padding-top: 1rem !important;
    }

    .pt-5 {
        padding-top: 1.25rem !important;
    }

    .pt-6 {
        padding-top: 1.5rem !important;
    }

    .pt-7 {
        padding-top: 1.75rem !important;
    }

    .pt-8 {
        padding-top: 2rem !important;
    }

    .pt-9 {
        padding-top: 2.25rem !important;
    }

    .pt-10 {
        padding-top: 2.5rem !important;
    }

    .pt-11 {
        padding-top: 2.75rem !important;
    }

    .pt-12 {
        padding-top: 3rem !important;
    }

    .pt-14 {
        padding-top: 3.5rem !important;
    }

    .pt-16 {
        padding-top: 4rem !important;
    }

    .pt-20 {
        padding-top: 5rem !important;
    }

    .pt-24 {
        padding-top: 6rem !important;
    }

    .pt-28 {
        padding-top: 7rem !important;
    }

    .pt-32 {
        padding-top: 8rem !important;
    }

    .pt-36 {
        padding-top: 9rem !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    .pr-1 {
        padding-right: 0.25rem !important;
    }

    .pr-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-3 {
        padding-right: 0.75rem !important;
    }

    .pr-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-4 {
        padding-right: 1rem !important;
    }

    .pr-5 {
        padding-right: 1.25rem !important;
    }

    .pr-6 {
        padding-right: 1.5rem !important;
    }

    .pr-7 {
        padding-right: 1.75rem !important;
    }

    .pr-8 {
        padding-right: 2rem !important;
    }

    .pr-9 {
        padding-right: 2.25rem !important;
    }

    .pr-10 {
        padding-right: 2.5rem !important;
    }

    .pr-11 {
        padding-right: 2.75rem !important;
    }

    .pr-12 {
        padding-right: 3rem !important;
    }

    .pr-14 {
        padding-right: 3.5rem !important;
    }

    .pr-16 {
        padding-right: 4rem !important;
    }

    .pr-20 {
        padding-right: 5rem !important;
    }

    .pr-24 {
        padding-right: 6rem !important;
    }

    .pr-28 {
        padding-right: 7rem !important;
    }

    .pr-32 {
        padding-right: 8rem !important;
    }

    .pr-36 {
        padding-right: 9rem !important;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-4 {
        padding-bottom: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-8 {
        padding-bottom: 2rem !important;
    }

    .pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-12 {
        padding-bottom: 3rem !important;
    }

    .pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-16 {
        padding-bottom: 4rem !important;
    }

    .pb-20 {
        padding-bottom: 5rem !important;
    }

    .pb-24 {
        padding-bottom: 6rem !important;
    }

    .pb-28 {
        padding-bottom: 7rem !important;
    }

    .pb-32 {
        padding-bottom: 8rem !important;
    }

    .pb-36 {
        padding-bottom: 9rem !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .pl-1 {
        padding-left: 0.25rem !important;
    }

    .pl-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-3 {
        padding-left: 0.75rem !important;
    }

    .pl-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-4 {
        padding-left: 1rem !important;
    }

    .pl-5 {
        padding-left: 1.25rem !important;
    }

    .pl-6 {
        padding-left: 1.5rem !important;
    }

    .pl-7 {
        padding-left: 1.75rem !important;
    }

    .pl-8 {
        padding-left: 2rem !important;
    }

    .pl-9 {
        padding-left: 2.25rem !important;
    }

    .pl-10 {
        padding-left: 2.5rem !important;
    }

    .pl-11 {
        padding-left: 2.75rem !important;
    }

    .pl-12 {
        padding-left: 3rem !important;
    }

    .pl-14 {
        padding-left: 3.5rem !important;
    }

    .pl-16 {
        padding-left: 4rem !important;
    }

    .pl-20 {
        padding-left: 5rem !important;
    }

    .pl-24 {
        padding-left: 6rem !important;
    }

    .pl-28 {
        padding-left: 7rem !important;
    }

    .pl-32 {
        padding-left: 8rem !important;
    }

    .pl-36 {
        padding-left: 9rem !important;
    }

    .px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .p-1 {
        padding: 0.25rem !important;
    }

    .p-1_5 {
        padding: 0.375rem !important;
    }

    .p-2_5 {
        padding: 0.625rem !important;
    }

    .p-3 {
        padding: 0.75rem !important;
    }

    .p-3_5 {
        padding: 0.875rem !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .p-5 {
        padding: 1.25rem !important;
    }

    .p-6 {
        padding: 1.5rem !important;
    }

    .p-7 {
        padding: 1.75rem !important;
    }

    .p-8 {
        padding: 2rem !important;
    }

    .p-9 {
        padding: 2.25rem !important;
    }

    .p-10 {
        padding: 2.5rem !important;
    }

    .p-11 {
        padding: 2.75rem !important;
    }

    .p-12 {
        padding: 3rem !important;
    }

    .p-14 {
        padding: 3.5rem !important;
    }

    .p-16 {
        padding: 4rem !important;
    }

    .p-20 {
        padding: 5rem !important;
    }

    .p-24 {
        padding: 6rem !important;
    }

    .p-28 {
        padding: 7rem !important;
    }

    .p-32 {
        padding: 8rem !important;
    }

    .p-36 {
        padding: 9rem !important;
    }

    .gapt-0 {
        gap-top: 0 !important;
    }

    .gapt-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-4 {
        gap-top: 1rem !important;
    }

    .gapt-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-8 {
        gap-top: 2rem !important;
    }

    .gapt-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-12 {
        gap-top: 3rem !important;
    }

    .gapt-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-16 {
        gap-top: 4rem !important;
    }

    .gapt-20 {
        gap-top: 5rem !important;
    }

    .gapt-24 {
        gap-top: 6rem !important;
    }

    .gapt-28 {
        gap-top: 7rem !important;
    }

    .gapt-32 {
        gap-top: 8rem !important;
    }

    .gapt-36 {
        gap-top: 9rem !important;
    }

    .gapr-0 {
        gap-right: 0 !important;
    }

    .gapr-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-4 {
        gap-right: 1rem !important;
    }

    .gapr-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-8 {
        gap-right: 2rem !important;
    }

    .gapr-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-12 {
        gap-right: 3rem !important;
    }

    .gapr-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-16 {
        gap-right: 4rem !important;
    }

    .gapr-20 {
        gap-right: 5rem !important;
    }

    .gapr-24 {
        gap-right: 6rem !important;
    }

    .gapr-28 {
        gap-right: 7rem !important;
    }

    .gapr-32 {
        gap-right: 8rem !important;
    }

    .gapr-36 {
        gap-right: 9rem !important;
    }

    .gapb-0 {
        gap-bottom: 0 !important;
    }

    .gapb-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-0 {
        gap-left: 0 !important;
    }

    .gapl-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-4 {
        gap-left: 1rem !important;
    }

    .gapl-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-8 {
        gap-left: 2rem !important;
    }

    .gapl-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-12 {
        gap-left: 3rem !important;
    }

    .gapl-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-16 {
        gap-left: 4rem !important;
    }

    .gapl-20 {
        gap-left: 5rem !important;
    }

    .gapl-24 {
        gap-left: 6rem !important;
    }

    .gapl-28 {
        gap-left: 7rem !important;
    }

    .gapl-32 {
        gap-left: 8rem !important;
    }

    .gapl-36 {
        gap-left: 9rem !important;
    }

    .gapx-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-0 {
        gap: 0 !important;
    }

    .gap-1 {
        gap: 0.25rem !important;
    }

    .gap-1_5 {
        gap: 0.375rem !important;
    }

    .gap-2_5 {
        gap: 0.625rem !important;
    }

    .gap-3 {
        gap: 0.75rem !important;
    }

    .gap-3_5 {
        gap: 0.875rem !important;
    }

    .gap-4 {
        gap: 1rem !important;
    }

    .gap-5 {
        gap: 1.25rem !important;
    }

    .gap-6 {
        gap: 1.5rem !important;
    }

    .gap-7 {
        gap: 1.75rem !important;
    }

    .gap-8 {
        gap: 2rem !important;
    }

    .gap-9 {
        gap: 2.25rem !important;
    }

    .gap-10 {
        gap: 2.5rem !important;
    }

    .gap-11 {
        gap: 2.75rem !important;
    }

    .gap-12 {
        gap: 3rem !important;
    }

    .gap-14 {
        gap: 3.5rem !important;
    }

    .gap-16 {
        gap: 4rem !important;
    }

    .gap-20 {
        gap: 5rem !important;
    }

    .gap-24 {
        gap: 6rem !important;
    }

    .gap-28 {
        gap: 7rem !important;
    }

    .gap-32 {
        gap: 8rem !important;
    }

    .gap-36 {
        gap: 9rem !important;
    }
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-sm-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-sm-3 {
        margin-top: 0.75rem !important;
    }

    .mt-sm-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-sm-4 {
        margin-top: 1rem !important;
    }

    .mt-sm-5 {
        margin-top: 1.25rem !important;
    }

    .mt-sm-6 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-7 {
        margin-top: 1.75rem !important;
    }

    .mt-sm-8 {
        margin-top: 2rem !important;
    }

    .mt-sm-9 {
        margin-top: 2.25rem !important;
    }

    .mt-sm-10 {
        margin-top: 2.5rem !important;
    }

    .mt-sm-11 {
        margin-top: 2.75rem !important;
    }

    .mt-sm-12 {
        margin-top: 3rem !important;
    }

    .mt-sm-14 {
        margin-top: 3.5rem !important;
    }

    .mt-sm-16 {
        margin-top: 4rem !important;
    }

    .mt-sm-20 {
        margin-top: 5rem !important;
    }

    .mt-sm-24 {
        margin-top: 6rem !important;
    }

    .mt-sm-28 {
        margin-top: 7rem !important;
    }

    .mt-sm-32 {
        margin-top: 8rem !important;
    }

    .mt-sm-36 {
        margin-top: 9rem !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mr-sm-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-sm-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-sm-3 {
        margin-right: 0.75rem !important;
    }

    .mr-sm-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-sm-4 {
        margin-right: 1rem !important;
    }

    .mr-sm-5 {
        margin-right: 1.25rem !important;
    }

    .mr-sm-6 {
        margin-right: 1.5rem !important;
    }

    .mr-sm-7 {
        margin-right: 1.75rem !important;
    }

    .mr-sm-8 {
        margin-right: 2rem !important;
    }

    .mr-sm-9 {
        margin-right: 2.25rem !important;
    }

    .mr-sm-10 {
        margin-right: 2.5rem !important;
    }

    .mr-sm-11 {
        margin-right: 2.75rem !important;
    }

    .mr-sm-12 {
        margin-right: 3rem !important;
    }

    .mr-sm-14 {
        margin-right: 3.5rem !important;
    }

    .mr-sm-16 {
        margin-right: 4rem !important;
    }

    .mr-sm-20 {
        margin-right: 5rem !important;
    }

    .mr-sm-24 {
        margin-right: 6rem !important;
    }

    .mr-sm-28 {
        margin-right: 7rem !important;
    }

    .mr-sm-32 {
        margin-right: 8rem !important;
    }

    .mr-sm-36 {
        margin-right: 9rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-sm-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-sm-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 2rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-sm-12 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-sm-16 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-20 {
        margin-bottom: 5rem !important;
    }

    .mb-sm-24 {
        margin-bottom: 6rem !important;
    }

    .mb-sm-28 {
        margin-bottom: 7rem !important;
    }

    .mb-sm-32 {
        margin-bottom: 8rem !important;
    }

    .mb-sm-36 {
        margin-bottom: 9rem !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ml-sm-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-sm-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-sm-3 {
        margin-left: 0.75rem !important;
    }

    .ml-sm-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-sm-4 {
        margin-left: 1rem !important;
    }

    .ml-sm-5 {
        margin-left: 1.25rem !important;
    }

    .ml-sm-6 {
        margin-left: 1.5rem !important;
    }

    .ml-sm-7 {
        margin-left: 1.75rem !important;
    }

    .ml-sm-8 {
        margin-left: 2rem !important;
    }

    .ml-sm-9 {
        margin-left: 2.25rem !important;
    }

    .ml-sm-10 {
        margin-left: 2.5rem !important;
    }

    .ml-sm-11 {
        margin-left: 2.75rem !important;
    }

    .ml-sm-12 {
        margin-left: 3rem !important;
    }

    .ml-sm-14 {
        margin-left: 3.5rem !important;
    }

    .ml-sm-16 {
        margin-left: 4rem !important;
    }

    .ml-sm-20 {
        margin-left: 5rem !important;
    }

    .ml-sm-24 {
        margin-left: 6rem !important;
    }

    .ml-sm-28 {
        margin-left: 7rem !important;
    }

    .ml-sm-32 {
        margin-left: 8rem !important;
    }

    .ml-sm-36 {
        margin-left: 9rem !important;
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-sm-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-sm-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-sm-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-sm-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-sm-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-sm-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-sm-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-sm-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-sm-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-sm-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-sm-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-sm-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-sm-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-sm-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-sm-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-sm-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-sm-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-sm-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-sm-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-sm-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-sm-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-sm-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-sm-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-sm-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-sm-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-sm-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-sm-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-sm-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-sm-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-sm-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-sm-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-sm-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-sm-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-sm-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-sm-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-1_5 {
        margin: 0.375rem !important;
    }

    .m-sm-2_5 {
        margin: 0.625rem !important;
    }

    .m-sm-3 {
        margin: 0.75rem !important;
    }

    .m-sm-3_5 {
        margin: 0.875rem !important;
    }

    .m-sm-4 {
        margin: 1rem !important;
    }

    .m-sm-5 {
        margin: 1.25rem !important;
    }

    .m-sm-6 {
        margin: 1.5rem !important;
    }

    .m-sm-7 {
        margin: 1.75rem !important;
    }

    .m-sm-8 {
        margin: 2rem !important;
    }

    .m-sm-9 {
        margin: 2.25rem !important;
    }

    .m-sm-10 {
        margin: 2.5rem !important;
    }

    .m-sm-11 {
        margin: 2.75rem !important;
    }

    .m-sm-12 {
        margin: 3rem !important;
    }

    .m-sm-14 {
        margin: 3.5rem !important;
    }

    .m-sm-16 {
        margin: 4rem !important;
    }

    .m-sm-20 {
        margin: 5rem !important;
    }

    .m-sm-24 {
        margin: 6rem !important;
    }

    .m-sm-28 {
        margin: 7rem !important;
    }

    .m-sm-32 {
        margin: 8rem !important;
    }

    .m-sm-36 {
        margin: 9rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-sm-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-sm-3 {
        padding-top: 0.75rem !important;
    }

    .pt-sm-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-sm-4 {
        padding-top: 1rem !important;
    }

    .pt-sm-5 {
        padding-top: 1.25rem !important;
    }

    .pt-sm-6 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-7 {
        padding-top: 1.75rem !important;
    }

    .pt-sm-8 {
        padding-top: 2rem !important;
    }

    .pt-sm-9 {
        padding-top: 2.25rem !important;
    }

    .pt-sm-10 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-11 {
        padding-top: 2.75rem !important;
    }

    .pt-sm-12 {
        padding-top: 3rem !important;
    }

    .pt-sm-14 {
        padding-top: 3.5rem !important;
    }

    .pt-sm-16 {
        padding-top: 4rem !important;
    }

    .pt-sm-20 {
        padding-top: 5rem !important;
    }

    .pt-sm-24 {
        padding-top: 6rem !important;
    }

    .pt-sm-28 {
        padding-top: 7rem !important;
    }

    .pt-sm-32 {
        padding-top: 8rem !important;
    }

    .pt-sm-36 {
        padding-top: 9rem !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pr-sm-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-sm-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pr-sm-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-sm-4 {
        padding-right: 1rem !important;
    }

    .pr-sm-5 {
        padding-right: 1.25rem !important;
    }

    .pr-sm-6 {
        padding-right: 1.5rem !important;
    }

    .pr-sm-7 {
        padding-right: 1.75rem !important;
    }

    .pr-sm-8 {
        padding-right: 2rem !important;
    }

    .pr-sm-9 {
        padding-right: 2.25rem !important;
    }

    .pr-sm-10 {
        padding-right: 2.5rem !important;
    }

    .pr-sm-11 {
        padding-right: 2.75rem !important;
    }

    .pr-sm-12 {
        padding-right: 3rem !important;
    }

    .pr-sm-14 {
        padding-right: 3.5rem !important;
    }

    .pr-sm-16 {
        padding-right: 4rem !important;
    }

    .pr-sm-20 {
        padding-right: 5rem !important;
    }

    .pr-sm-24 {
        padding-right: 6rem !important;
    }

    .pr-sm-28 {
        padding-right: 7rem !important;
    }

    .pr-sm-32 {
        padding-right: 8rem !important;
    }

    .pr-sm-36 {
        padding-right: 9rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-sm-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-sm-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-sm-12 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-sm-16 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-20 {
        padding-bottom: 5rem !important;
    }

    .pb-sm-24 {
        padding-bottom: 6rem !important;
    }

    .pb-sm-28 {
        padding-bottom: 7rem !important;
    }

    .pb-sm-32 {
        padding-bottom: 8rem !important;
    }

    .pb-sm-36 {
        padding-bottom: 9rem !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .pl-sm-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-sm-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-sm-3 {
        padding-left: 0.75rem !important;
    }

    .pl-sm-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-sm-4 {
        padding-left: 1rem !important;
    }

    .pl-sm-5 {
        padding-left: 1.25rem !important;
    }

    .pl-sm-6 {
        padding-left: 1.5rem !important;
    }

    .pl-sm-7 {
        padding-left: 1.75rem !important;
    }

    .pl-sm-8 {
        padding-left: 2rem !important;
    }

    .pl-sm-9 {
        padding-left: 2.25rem !important;
    }

    .pl-sm-10 {
        padding-left: 2.5rem !important;
    }

    .pl-sm-11 {
        padding-left: 2.75rem !important;
    }

    .pl-sm-12 {
        padding-left: 3rem !important;
    }

    .pl-sm-14 {
        padding-left: 3.5rem !important;
    }

    .pl-sm-16 {
        padding-left: 4rem !important;
    }

    .pl-sm-20 {
        padding-left: 5rem !important;
    }

    .pl-sm-24 {
        padding-left: 6rem !important;
    }

    .pl-sm-28 {
        padding-left: 7rem !important;
    }

    .pl-sm-32 {
        padding-left: 8rem !important;
    }

    .pl-sm-36 {
        padding-left: 9rem !important;
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-sm-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-sm-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-sm-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-sm-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-sm-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-sm-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-sm-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-sm-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-sm-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-sm-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-sm-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-sm-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-sm-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-sm-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-sm-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-sm-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-sm-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-sm-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-sm-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-sm-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-sm-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-sm-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-sm-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-sm-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-sm-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-sm-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-sm-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-sm-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-sm-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-sm-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-sm-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-sm-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-sm-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-sm-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-sm-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-1_5 {
        padding: 0.375rem !important;
    }

    .p-sm-2_5 {
        padding: 0.625rem !important;
    }

    .p-sm-3 {
        padding: 0.75rem !important;
    }

    .p-sm-3_5 {
        padding: 0.875rem !important;
    }

    .p-sm-4 {
        padding: 1rem !important;
    }

    .p-sm-5 {
        padding: 1.25rem !important;
    }

    .p-sm-6 {
        padding: 1.5rem !important;
    }

    .p-sm-7 {
        padding: 1.75rem !important;
    }

    .p-sm-8 {
        padding: 2rem !important;
    }

    .p-sm-9 {
        padding: 2.25rem !important;
    }

    .p-sm-10 {
        padding: 2.5rem !important;
    }

    .p-sm-11 {
        padding: 2.75rem !important;
    }

    .p-sm-12 {
        padding: 3rem !important;
    }

    .p-sm-14 {
        padding: 3.5rem !important;
    }

    .p-sm-16 {
        padding: 4rem !important;
    }

    .p-sm-20 {
        padding: 5rem !important;
    }

    .p-sm-24 {
        padding: 6rem !important;
    }

    .p-sm-28 {
        padding: 7rem !important;
    }

    .p-sm-32 {
        padding: 8rem !important;
    }

    .p-sm-36 {
        padding: 9rem !important;
    }

    .gapt-sm-0 {
        gap-top: 0 !important;
    }

    .gapt-sm-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-sm-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-sm-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-sm-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-sm-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-sm-4 {
        gap-top: 1rem !important;
    }

    .gapt-sm-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-sm-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-sm-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-sm-8 {
        gap-top: 2rem !important;
    }

    .gapt-sm-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-sm-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-sm-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-sm-12 {
        gap-top: 3rem !important;
    }

    .gapt-sm-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-sm-16 {
        gap-top: 4rem !important;
    }

    .gapt-sm-20 {
        gap-top: 5rem !important;
    }

    .gapt-sm-24 {
        gap-top: 6rem !important;
    }

    .gapt-sm-28 {
        gap-top: 7rem !important;
    }

    .gapt-sm-32 {
        gap-top: 8rem !important;
    }

    .gapt-sm-36 {
        gap-top: 9rem !important;
    }

    .gapr-sm-0 {
        gap-right: 0 !important;
    }

    .gapr-sm-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-sm-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-sm-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-sm-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-sm-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-sm-4 {
        gap-right: 1rem !important;
    }

    .gapr-sm-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-sm-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-sm-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-sm-8 {
        gap-right: 2rem !important;
    }

    .gapr-sm-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-sm-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-sm-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-sm-12 {
        gap-right: 3rem !important;
    }

    .gapr-sm-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-sm-16 {
        gap-right: 4rem !important;
    }

    .gapr-sm-20 {
        gap-right: 5rem !important;
    }

    .gapr-sm-24 {
        gap-right: 6rem !important;
    }

    .gapr-sm-28 {
        gap-right: 7rem !important;
    }

    .gapr-sm-32 {
        gap-right: 8rem !important;
    }

    .gapr-sm-36 {
        gap-right: 9rem !important;
    }

    .gapb-sm-0 {
        gap-bottom: 0 !important;
    }

    .gapb-sm-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-sm-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-sm-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-sm-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-sm-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-sm-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-sm-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-sm-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-sm-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-sm-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-sm-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-sm-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-sm-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-sm-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-sm-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-sm-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-sm-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-sm-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-sm-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-sm-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-sm-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-sm-0 {
        gap-left: 0 !important;
    }

    .gapl-sm-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-sm-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-sm-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-sm-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-sm-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-sm-4 {
        gap-left: 1rem !important;
    }

    .gapl-sm-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-sm-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-sm-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-sm-8 {
        gap-left: 2rem !important;
    }

    .gapl-sm-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-sm-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-sm-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-sm-12 {
        gap-left: 3rem !important;
    }

    .gapl-sm-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-sm-16 {
        gap-left: 4rem !important;
    }

    .gapl-sm-20 {
        gap-left: 5rem !important;
    }

    .gapl-sm-24 {
        gap-left: 6rem !important;
    }

    .gapl-sm-28 {
        gap-left: 7rem !important;
    }

    .gapl-sm-32 {
        gap-left: 8rem !important;
    }

    .gapl-sm-36 {
        gap-left: 9rem !important;
    }

    .gapx-sm-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-sm-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-sm-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-sm-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-sm-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-sm-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-sm-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-sm-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-sm-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-sm-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-sm-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-sm-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-sm-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-sm-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-sm-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-sm-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-sm-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-sm-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-sm-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-sm-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-sm-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-sm-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-sm-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-sm-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-sm-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-sm-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-sm-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-sm-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-sm-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-sm-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-sm-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-sm-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-sm-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-sm-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-sm-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-sm-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-sm-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-sm-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-sm-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-sm-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-sm-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-sm-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-sm-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-sm-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-1_5 {
        gap: 0.375rem !important;
    }

    .gap-sm-2_5 {
        gap: 0.625rem !important;
    }

    .gap-sm-3 {
        gap: 0.75rem !important;
    }

    .gap-sm-3_5 {
        gap: 0.875rem !important;
    }

    .gap-sm-4 {
        gap: 1rem !important;
    }

    .gap-sm-5 {
        gap: 1.25rem !important;
    }

    .gap-sm-6 {
        gap: 1.5rem !important;
    }

    .gap-sm-7 {
        gap: 1.75rem !important;
    }

    .gap-sm-8 {
        gap: 2rem !important;
    }

    .gap-sm-9 {
        gap: 2.25rem !important;
    }

    .gap-sm-10 {
        gap: 2.5rem !important;
    }

    .gap-sm-11 {
        gap: 2.75rem !important;
    }

    .gap-sm-12 {
        gap: 3rem !important;
    }

    .gap-sm-14 {
        gap: 3.5rem !important;
    }

    .gap-sm-16 {
        gap: 4rem !important;
    }

    .gap-sm-20 {
        gap: 5rem !important;
    }

    .gap-sm-24 {
        gap: 6rem !important;
    }

    .gap-sm-28 {
        gap: 7rem !important;
    }

    .gap-sm-32 {
        gap: 8rem !important;
    }

    .gap-sm-36 {
        gap: 9rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-md-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-md-3 {
        margin-top: 0.75rem !important;
    }

    .mt-md-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-md-4 {
        margin-top: 1rem !important;
    }

    .mt-md-5 {
        margin-top: 1.25rem !important;
    }

    .mt-md-6 {
        margin-top: 1.5rem !important;
    }

    .mt-md-7 {
        margin-top: 1.75rem !important;
    }

    .mt-md-8 {
        margin-top: 2rem !important;
    }

    .mt-md-9 {
        margin-top: 2.25rem !important;
    }

    .mt-md-10 {
        margin-top: 2.5rem !important;
    }

    .mt-md-11 {
        margin-top: 2.75rem !important;
    }

    .mt-md-12 {
        margin-top: 3rem !important;
    }

    .mt-md-14 {
        margin-top: 3.5rem !important;
    }

    .mt-md-16 {
        margin-top: 4rem !important;
    }

    .mt-md-20 {
        margin-top: 5rem !important;
    }

    .mt-md-24 {
        margin-top: 6rem !important;
    }

    .mt-md-28 {
        margin-top: 7rem !important;
    }

    .mt-md-32 {
        margin-top: 8rem !important;
    }

    .mt-md-36 {
        margin-top: 9rem !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mr-md-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-md-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-md-3 {
        margin-right: 0.75rem !important;
    }

    .mr-md-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-md-4 {
        margin-right: 1rem !important;
    }

    .mr-md-5 {
        margin-right: 1.25rem !important;
    }

    .mr-md-6 {
        margin-right: 1.5rem !important;
    }

    .mr-md-7 {
        margin-right: 1.75rem !important;
    }

    .mr-md-8 {
        margin-right: 2rem !important;
    }

    .mr-md-9 {
        margin-right: 2.25rem !important;
    }

    .mr-md-10 {
        margin-right: 2.5rem !important;
    }

    .mr-md-11 {
        margin-right: 2.75rem !important;
    }

    .mr-md-12 {
        margin-right: 3rem !important;
    }

    .mr-md-14 {
        margin-right: 3.5rem !important;
    }

    .mr-md-16 {
        margin-right: 4rem !important;
    }

    .mr-md-20 {
        margin-right: 5rem !important;
    }

    .mr-md-24 {
        margin-right: 6rem !important;
    }

    .mr-md-28 {
        margin-right: 7rem !important;
    }

    .mr-md-32 {
        margin-right: 8rem !important;
    }

    .mr-md-36 {
        margin-right: 9rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-md-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-md-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-md-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1rem !important;
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-md-8 {
        margin-bottom: 2rem !important;
    }

    .mb-md-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-md-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-md-12 {
        margin-bottom: 3rem !important;
    }

    .mb-md-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-16 {
        margin-bottom: 4rem !important;
    }

    .mb-md-20 {
        margin-bottom: 5rem !important;
    }

    .mb-md-24 {
        margin-bottom: 6rem !important;
    }

    .mb-md-28 {
        margin-bottom: 7rem !important;
    }

    .mb-md-32 {
        margin-bottom: 8rem !important;
    }

    .mb-md-36 {
        margin-bottom: 9rem !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .ml-md-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-md-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-md-3 {
        margin-left: 0.75rem !important;
    }

    .ml-md-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-md-4 {
        margin-left: 1rem !important;
    }

    .ml-md-5 {
        margin-left: 1.25rem !important;
    }

    .ml-md-6 {
        margin-left: 1.5rem !important;
    }

    .ml-md-7 {
        margin-left: 1.75rem !important;
    }

    .ml-md-8 {
        margin-left: 2rem !important;
    }

    .ml-md-9 {
        margin-left: 2.25rem !important;
    }

    .ml-md-10 {
        margin-left: 2.5rem !important;
    }

    .ml-md-11 {
        margin-left: 2.75rem !important;
    }

    .ml-md-12 {
        margin-left: 3rem !important;
    }

    .ml-md-14 {
        margin-left: 3.5rem !important;
    }

    .ml-md-16 {
        margin-left: 4rem !important;
    }

    .ml-md-20 {
        margin-left: 5rem !important;
    }

    .ml-md-24 {
        margin-left: 6rem !important;
    }

    .ml-md-28 {
        margin-left: 7rem !important;
    }

    .ml-md-32 {
        margin-left: 8rem !important;
    }

    .ml-md-36 {
        margin-left: 9rem !important;
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-md-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-md-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-md-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-md-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-md-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-md-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-md-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-md-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-md-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-md-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-md-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-md-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-md-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-md-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-md-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-md-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-md-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-md-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-md-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-md-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-md-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-md-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-md-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-md-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-md-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-md-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-md-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-md-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-md-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-md-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-md-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-md-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-md-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-md-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-md-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-1_5 {
        margin: 0.375rem !important;
    }

    .m-md-2_5 {
        margin: 0.625rem !important;
    }

    .m-md-3 {
        margin: 0.75rem !important;
    }

    .m-md-3_5 {
        margin: 0.875rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .m-md-5 {
        margin: 1.25rem !important;
    }

    .m-md-6 {
        margin: 1.5rem !important;
    }

    .m-md-7 {
        margin: 1.75rem !important;
    }

    .m-md-8 {
        margin: 2rem !important;
    }

    .m-md-9 {
        margin: 2.25rem !important;
    }

    .m-md-10 {
        margin: 2.5rem !important;
    }

    .m-md-11 {
        margin: 2.75rem !important;
    }

    .m-md-12 {
        margin: 3rem !important;
    }

    .m-md-14 {
        margin: 3.5rem !important;
    }

    .m-md-16 {
        margin: 4rem !important;
    }

    .m-md-20 {
        margin: 5rem !important;
    }

    .m-md-24 {
        margin: 6rem !important;
    }

    .m-md-28 {
        margin: 7rem !important;
    }

    .m-md-32 {
        margin: 8rem !important;
    }

    .m-md-36 {
        margin: 9rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-md-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-md-3 {
        padding-top: 0.75rem !important;
    }

    .pt-md-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-md-4 {
        padding-top: 1rem !important;
    }

    .pt-md-5 {
        padding-top: 1.25rem !important;
    }

    .pt-md-6 {
        padding-top: 1.5rem !important;
    }

    .pt-md-7 {
        padding-top: 1.75rem !important;
    }

    .pt-md-8 {
        padding-top: 2rem !important;
    }

    .pt-md-9 {
        padding-top: 2.25rem !important;
    }

    .pt-md-10 {
        padding-top: 2.5rem !important;
    }

    .pt-md-11 {
        padding-top: 2.75rem !important;
    }

    .pt-md-12 {
        padding-top: 3rem !important;
    }

    .pt-md-14 {
        padding-top: 3.5rem !important;
    }

    .pt-md-16 {
        padding-top: 4rem !important;
    }

    .pt-md-20 {
        padding-top: 5rem !important;
    }

    .pt-md-24 {
        padding-top: 6rem !important;
    }

    .pt-md-28 {
        padding-top: 7rem !important;
    }

    .pt-md-32 {
        padding-top: 8rem !important;
    }

    .pt-md-36 {
        padding-top: 9rem !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pr-md-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-md-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-md-3 {
        padding-right: 0.75rem !important;
    }

    .pr-md-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-md-4 {
        padding-right: 1rem !important;
    }

    .pr-md-5 {
        padding-right: 1.25rem !important;
    }

    .pr-md-6 {
        padding-right: 1.5rem !important;
    }

    .pr-md-7 {
        padding-right: 1.75rem !important;
    }

    .pr-md-8 {
        padding-right: 2rem !important;
    }

    .pr-md-9 {
        padding-right: 2.25rem !important;
    }

    .pr-md-10 {
        padding-right: 2.5rem !important;
    }

    .pr-md-11 {
        padding-right: 2.75rem !important;
    }

    .pr-md-12 {
        padding-right: 3rem !important;
    }

    .pr-md-14 {
        padding-right: 3.5rem !important;
    }

    .pr-md-16 {
        padding-right: 4rem !important;
    }

    .pr-md-20 {
        padding-right: 5rem !important;
    }

    .pr-md-24 {
        padding-right: 6rem !important;
    }

    .pr-md-28 {
        padding-right: 7rem !important;
    }

    .pr-md-32 {
        padding-right: 8rem !important;
    }

    .pr-md-36 {
        padding-right: 9rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-md-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-md-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-md-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1rem !important;
    }

    .pb-md-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-md-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-md-8 {
        padding-bottom: 2rem !important;
    }

    .pb-md-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-md-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-md-12 {
        padding-bottom: 3rem !important;
    }

    .pb-md-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-16 {
        padding-bottom: 4rem !important;
    }

    .pb-md-20 {
        padding-bottom: 5rem !important;
    }

    .pb-md-24 {
        padding-bottom: 6rem !important;
    }

    .pb-md-28 {
        padding-bottom: 7rem !important;
    }

    .pb-md-32 {
        padding-bottom: 8rem !important;
    }

    .pb-md-36 {
        padding-bottom: 9rem !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .pl-md-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-md-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-md-3 {
        padding-left: 0.75rem !important;
    }

    .pl-md-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-md-4 {
        padding-left: 1rem !important;
    }

    .pl-md-5 {
        padding-left: 1.25rem !important;
    }

    .pl-md-6 {
        padding-left: 1.5rem !important;
    }

    .pl-md-7 {
        padding-left: 1.75rem !important;
    }

    .pl-md-8 {
        padding-left: 2rem !important;
    }

    .pl-md-9 {
        padding-left: 2.25rem !important;
    }

    .pl-md-10 {
        padding-left: 2.5rem !important;
    }

    .pl-md-11 {
        padding-left: 2.75rem !important;
    }

    .pl-md-12 {
        padding-left: 3rem !important;
    }

    .pl-md-14 {
        padding-left: 3.5rem !important;
    }

    .pl-md-16 {
        padding-left: 4rem !important;
    }

    .pl-md-20 {
        padding-left: 5rem !important;
    }

    .pl-md-24 {
        padding-left: 6rem !important;
    }

    .pl-md-28 {
        padding-left: 7rem !important;
    }

    .pl-md-32 {
        padding-left: 8rem !important;
    }

    .pl-md-36 {
        padding-left: 9rem !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-md-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-md-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-md-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-md-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-md-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-md-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-md-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-md-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-md-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-md-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-md-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-md-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-md-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-md-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-md-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-md-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-md-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-md-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-md-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-md-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-md-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-md-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-md-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-md-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-md-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-md-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-md-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-md-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-md-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-md-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-md-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-md-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-1_5 {
        padding: 0.375rem !important;
    }

    .p-md-2_5 {
        padding: 0.625rem !important;
    }

    .p-md-3 {
        padding: 0.75rem !important;
    }

    .p-md-3_5 {
        padding: 0.875rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .p-md-5 {
        padding: 1.25rem !important;
    }

    .p-md-6 {
        padding: 1.5rem !important;
    }

    .p-md-7 {
        padding: 1.75rem !important;
    }

    .p-md-8 {
        padding: 2rem !important;
    }

    .p-md-9 {
        padding: 2.25rem !important;
    }

    .p-md-10 {
        padding: 2.5rem !important;
    }

    .p-md-11 {
        padding: 2.75rem !important;
    }

    .p-md-12 {
        padding: 3rem !important;
    }

    .p-md-14 {
        padding: 3.5rem !important;
    }

    .p-md-16 {
        padding: 4rem !important;
    }

    .p-md-20 {
        padding: 5rem !important;
    }

    .p-md-24 {
        padding: 6rem !important;
    }

    .p-md-28 {
        padding: 7rem !important;
    }

    .p-md-32 {
        padding: 8rem !important;
    }

    .p-md-36 {
        padding: 9rem !important;
    }

    .gapt-md-0 {
        gap-top: 0 !important;
    }

    .gapt-md-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-md-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-md-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-md-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-md-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-md-4 {
        gap-top: 1rem !important;
    }

    .gapt-md-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-md-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-md-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-md-8 {
        gap-top: 2rem !important;
    }

    .gapt-md-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-md-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-md-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-md-12 {
        gap-top: 3rem !important;
    }

    .gapt-md-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-md-16 {
        gap-top: 4rem !important;
    }

    .gapt-md-20 {
        gap-top: 5rem !important;
    }

    .gapt-md-24 {
        gap-top: 6rem !important;
    }

    .gapt-md-28 {
        gap-top: 7rem !important;
    }

    .gapt-md-32 {
        gap-top: 8rem !important;
    }

    .gapt-md-36 {
        gap-top: 9rem !important;
    }

    .gapr-md-0 {
        gap-right: 0 !important;
    }

    .gapr-md-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-md-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-md-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-md-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-md-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-md-4 {
        gap-right: 1rem !important;
    }

    .gapr-md-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-md-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-md-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-md-8 {
        gap-right: 2rem !important;
    }

    .gapr-md-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-md-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-md-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-md-12 {
        gap-right: 3rem !important;
    }

    .gapr-md-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-md-16 {
        gap-right: 4rem !important;
    }

    .gapr-md-20 {
        gap-right: 5rem !important;
    }

    .gapr-md-24 {
        gap-right: 6rem !important;
    }

    .gapr-md-28 {
        gap-right: 7rem !important;
    }

    .gapr-md-32 {
        gap-right: 8rem !important;
    }

    .gapr-md-36 {
        gap-right: 9rem !important;
    }

    .gapb-md-0 {
        gap-bottom: 0 !important;
    }

    .gapb-md-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-md-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-md-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-md-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-md-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-md-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-md-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-md-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-md-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-md-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-md-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-md-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-md-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-md-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-md-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-md-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-md-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-md-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-md-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-md-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-md-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-md-0 {
        gap-left: 0 !important;
    }

    .gapl-md-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-md-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-md-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-md-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-md-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-md-4 {
        gap-left: 1rem !important;
    }

    .gapl-md-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-md-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-md-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-md-8 {
        gap-left: 2rem !important;
    }

    .gapl-md-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-md-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-md-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-md-12 {
        gap-left: 3rem !important;
    }

    .gapl-md-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-md-16 {
        gap-left: 4rem !important;
    }

    .gapl-md-20 {
        gap-left: 5rem !important;
    }

    .gapl-md-24 {
        gap-left: 6rem !important;
    }

    .gapl-md-28 {
        gap-left: 7rem !important;
    }

    .gapl-md-32 {
        gap-left: 8rem !important;
    }

    .gapl-md-36 {
        gap-left: 9rem !important;
    }

    .gapx-md-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-md-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-md-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-md-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-md-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-md-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-md-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-md-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-md-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-md-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-md-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-md-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-md-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-md-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-md-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-md-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-md-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-md-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-md-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-md-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-md-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-md-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-md-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-md-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-md-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-md-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-md-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-md-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-md-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-md-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-md-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-md-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-md-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-md-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-md-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-md-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-md-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-md-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-md-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-md-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-md-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-md-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-md-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-md-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-1_5 {
        gap: 0.375rem !important;
    }

    .gap-md-2_5 {
        gap: 0.625rem !important;
    }

    .gap-md-3 {
        gap: 0.75rem !important;
    }

    .gap-md-3_5 {
        gap: 0.875rem !important;
    }

    .gap-md-4 {
        gap: 1rem !important;
    }

    .gap-md-5 {
        gap: 1.25rem !important;
    }

    .gap-md-6 {
        gap: 1.5rem !important;
    }

    .gap-md-7 {
        gap: 1.75rem !important;
    }

    .gap-md-8 {
        gap: 2rem !important;
    }

    .gap-md-9 {
        gap: 2.25rem !important;
    }

    .gap-md-10 {
        gap: 2.5rem !important;
    }

    .gap-md-11 {
        gap: 2.75rem !important;
    }

    .gap-md-12 {
        gap: 3rem !important;
    }

    .gap-md-14 {
        gap: 3.5rem !important;
    }

    .gap-md-16 {
        gap: 4rem !important;
    }

    .gap-md-20 {
        gap: 5rem !important;
    }

    .gap-md-24 {
        gap: 6rem !important;
    }

    .gap-md-28 {
        gap: 7rem !important;
    }

    .gap-md-32 {
        gap: 8rem !important;
    }

    .gap-md-36 {
        gap: 9rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-lg-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-lg-3 {
        margin-top: 0.75rem !important;
    }

    .mt-lg-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-lg-4 {
        margin-top: 1rem !important;
    }

    .mt-lg-5 {
        margin-top: 1.25rem !important;
    }

    .mt-lg-6 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-7 {
        margin-top: 1.75rem !important;
    }

    .mt-lg-8 {
        margin-top: 2rem !important;
    }

    .mt-lg-9 {
        margin-top: 2.25rem !important;
    }

    .mt-lg-10 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-11 {
        margin-top: 2.75rem !important;
    }

    .mt-lg-12 {
        margin-top: 3rem !important;
    }

    .mt-lg-14 {
        margin-top: 3.5rem !important;
    }

    .mt-lg-16 {
        margin-top: 4rem !important;
    }

    .mt-lg-20 {
        margin-top: 5rem !important;
    }

    .mt-lg-24 {
        margin-top: 6rem !important;
    }

    .mt-lg-28 {
        margin-top: 7rem !important;
    }

    .mt-lg-32 {
        margin-top: 8rem !important;
    }

    .mt-lg-36 {
        margin-top: 9rem !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mr-lg-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-lg-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-lg-3 {
        margin-right: 0.75rem !important;
    }

    .mr-lg-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-lg-4 {
        margin-right: 1rem !important;
    }

    .mr-lg-5 {
        margin-right: 1.25rem !important;
    }

    .mr-lg-6 {
        margin-right: 1.5rem !important;
    }

    .mr-lg-7 {
        margin-right: 1.75rem !important;
    }

    .mr-lg-8 {
        margin-right: 2rem !important;
    }

    .mr-lg-9 {
        margin-right: 2.25rem !important;
    }

    .mr-lg-10 {
        margin-right: 2.5rem !important;
    }

    .mr-lg-11 {
        margin-right: 2.75rem !important;
    }

    .mr-lg-12 {
        margin-right: 3rem !important;
    }

    .mr-lg-14 {
        margin-right: 3.5rem !important;
    }

    .mr-lg-16 {
        margin-right: 4rem !important;
    }

    .mr-lg-20 {
        margin-right: 5rem !important;
    }

    .mr-lg-24 {
        margin-right: 6rem !important;
    }

    .mr-lg-28 {
        margin-right: 7rem !important;
    }

    .mr-lg-32 {
        margin-right: 8rem !important;
    }

    .mr-lg-36 {
        margin-right: 9rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-lg-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-lg-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-lg-12 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-16 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-20 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-24 {
        margin-bottom: 6rem !important;
    }

    .mb-lg-28 {
        margin-bottom: 7rem !important;
    }

    .mb-lg-32 {
        margin-bottom: 8rem !important;
    }

    .mb-lg-36 {
        margin-bottom: 9rem !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ml-lg-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-lg-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-lg-3 {
        margin-left: 0.75rem !important;
    }

    .ml-lg-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-lg-4 {
        margin-left: 1rem !important;
    }

    .ml-lg-5 {
        margin-left: 1.25rem !important;
    }

    .ml-lg-6 {
        margin-left: 1.5rem !important;
    }

    .ml-lg-7 {
        margin-left: 1.75rem !important;
    }

    .ml-lg-8 {
        margin-left: 2rem !important;
    }

    .ml-lg-9 {
        margin-left: 2.25rem !important;
    }

    .ml-lg-10 {
        margin-left: 2.5rem !important;
    }

    .ml-lg-11 {
        margin-left: 2.75rem !important;
    }

    .ml-lg-12 {
        margin-left: 3rem !important;
    }

    .ml-lg-14 {
        margin-left: 3.5rem !important;
    }

    .ml-lg-16 {
        margin-left: 4rem !important;
    }

    .ml-lg-20 {
        margin-left: 5rem !important;
    }

    .ml-lg-24 {
        margin-left: 6rem !important;
    }

    .ml-lg-28 {
        margin-left: 7rem !important;
    }

    .ml-lg-32 {
        margin-left: 8rem !important;
    }

    .ml-lg-36 {
        margin-left: 9rem !important;
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-lg-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-lg-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-lg-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-lg-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-lg-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-lg-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-lg-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-lg-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-lg-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-lg-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-lg-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-lg-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-lg-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-lg-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-lg-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-lg-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-lg-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-lg-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-lg-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-lg-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-lg-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-lg-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-lg-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-lg-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-lg-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-lg-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-lg-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-lg-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-lg-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-lg-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-lg-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-lg-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-lg-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-lg-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-lg-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-1_5 {
        margin: 0.375rem !important;
    }

    .m-lg-2_5 {
        margin: 0.625rem !important;
    }

    .m-lg-3 {
        margin: 0.75rem !important;
    }

    .m-lg-3_5 {
        margin: 0.875rem !important;
    }

    .m-lg-4 {
        margin: 1rem !important;
    }

    .m-lg-5 {
        margin: 1.25rem !important;
    }

    .m-lg-6 {
        margin: 1.5rem !important;
    }

    .m-lg-7 {
        margin: 1.75rem !important;
    }

    .m-lg-8 {
        margin: 2rem !important;
    }

    .m-lg-9 {
        margin: 2.25rem !important;
    }

    .m-lg-10 {
        margin: 2.5rem !important;
    }

    .m-lg-11 {
        margin: 2.75rem !important;
    }

    .m-lg-12 {
        margin: 3rem !important;
    }

    .m-lg-14 {
        margin: 3.5rem !important;
    }

    .m-lg-16 {
        margin: 4rem !important;
    }

    .m-lg-20 {
        margin: 5rem !important;
    }

    .m-lg-24 {
        margin: 6rem !important;
    }

    .m-lg-28 {
        margin: 7rem !important;
    }

    .m-lg-32 {
        margin: 8rem !important;
    }

    .m-lg-36 {
        margin: 9rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-lg-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-lg-3 {
        padding-top: 0.75rem !important;
    }

    .pt-lg-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-lg-4 {
        padding-top: 1rem !important;
    }

    .pt-lg-5 {
        padding-top: 1.25rem !important;
    }

    .pt-lg-6 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-7 {
        padding-top: 1.75rem !important;
    }

    .pt-lg-8 {
        padding-top: 2rem !important;
    }

    .pt-lg-9 {
        padding-top: 2.25rem !important;
    }

    .pt-lg-10 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-11 {
        padding-top: 2.75rem !important;
    }

    .pt-lg-12 {
        padding-top: 3rem !important;
    }

    .pt-lg-14 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-16 {
        padding-top: 4rem !important;
    }

    .pt-lg-20 {
        padding-top: 5rem !important;
    }

    .pt-lg-24 {
        padding-top: 6rem !important;
    }

    .pt-lg-28 {
        padding-top: 7rem !important;
    }

    .pt-lg-32 {
        padding-top: 8rem !important;
    }

    .pt-lg-36 {
        padding-top: 9rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pr-lg-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-lg-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pr-lg-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-lg-4 {
        padding-right: 1rem !important;
    }

    .pr-lg-5 {
        padding-right: 1.25rem !important;
    }

    .pr-lg-6 {
        padding-right: 1.5rem !important;
    }

    .pr-lg-7 {
        padding-right: 1.75rem !important;
    }

    .pr-lg-8 {
        padding-right: 2rem !important;
    }

    .pr-lg-9 {
        padding-right: 2.25rem !important;
    }

    .pr-lg-10 {
        padding-right: 2.5rem !important;
    }

    .pr-lg-11 {
        padding-right: 2.75rem !important;
    }

    .pr-lg-12 {
        padding-right: 3rem !important;
    }

    .pr-lg-14 {
        padding-right: 3.5rem !important;
    }

    .pr-lg-16 {
        padding-right: 4rem !important;
    }

    .pr-lg-20 {
        padding-right: 5rem !important;
    }

    .pr-lg-24 {
        padding-right: 6rem !important;
    }

    .pr-lg-28 {
        padding-right: 7rem !important;
    }

    .pr-lg-32 {
        padding-right: 8rem !important;
    }

    .pr-lg-36 {
        padding-right: 9rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-lg-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-lg-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-lg-12 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-16 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-24 {
        padding-bottom: 6rem !important;
    }

    .pb-lg-28 {
        padding-bottom: 7rem !important;
    }

    .pb-lg-32 {
        padding-bottom: 8rem !important;
    }

    .pb-lg-36 {
        padding-bottom: 9rem !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .pl-lg-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-lg-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-lg-3 {
        padding-left: 0.75rem !important;
    }

    .pl-lg-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-lg-4 {
        padding-left: 1rem !important;
    }

    .pl-lg-5 {
        padding-left: 1.25rem !important;
    }

    .pl-lg-6 {
        padding-left: 1.5rem !important;
    }

    .pl-lg-7 {
        padding-left: 1.75rem !important;
    }

    .pl-lg-8 {
        padding-left: 2rem !important;
    }

    .pl-lg-9 {
        padding-left: 2.25rem !important;
    }

    .pl-lg-10 {
        padding-left: 2.5rem !important;
    }

    .pl-lg-11 {
        padding-left: 2.75rem !important;
    }

    .pl-lg-12 {
        padding-left: 3rem !important;
    }

    .pl-lg-14 {
        padding-left: 3.5rem !important;
    }

    .pl-lg-16 {
        padding-left: 4rem !important;
    }

    .pl-lg-20 {
        padding-left: 5rem !important;
    }

    .pl-lg-24 {
        padding-left: 6rem !important;
    }

    .pl-lg-28 {
        padding-left: 7rem !important;
    }

    .pl-lg-32 {
        padding-left: 8rem !important;
    }

    .pl-lg-36 {
        padding-left: 9rem !important;
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-lg-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-lg-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-lg-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-lg-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-lg-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-lg-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-lg-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-lg-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-lg-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-lg-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-lg-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-lg-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-lg-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-lg-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-lg-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-lg-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-lg-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-lg-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-lg-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-lg-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-lg-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-lg-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-lg-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-lg-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-lg-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-lg-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-lg-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-lg-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-lg-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-lg-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-lg-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-lg-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-lg-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-lg-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-1_5 {
        padding: 0.375rem !important;
    }

    .p-lg-2_5 {
        padding: 0.625rem !important;
    }

    .p-lg-3 {
        padding: 0.75rem !important;
    }

    .p-lg-3_5 {
        padding: 0.875rem !important;
    }

    .p-lg-4 {
        padding: 1rem !important;
    }

    .p-lg-5 {
        padding: 1.25rem !important;
    }

    .p-lg-6 {
        padding: 1.5rem !important;
    }

    .p-lg-7 {
        padding: 1.75rem !important;
    }

    .p-lg-8 {
        padding: 2rem !important;
    }

    .p-lg-9 {
        padding: 2.25rem !important;
    }

    .p-lg-10 {
        padding: 2.5rem !important;
    }

    .p-lg-11 {
        padding: 2.75rem !important;
    }

    .p-lg-12 {
        padding: 3rem !important;
    }

    .p-lg-14 {
        padding: 3.5rem !important;
    }

    .p-lg-16 {
        padding: 4rem !important;
    }

    .p-lg-20 {
        padding: 5rem !important;
    }

    .p-lg-24 {
        padding: 6rem !important;
    }

    .p-lg-28 {
        padding: 7rem !important;
    }

    .p-lg-32 {
        padding: 8rem !important;
    }

    .p-lg-36 {
        padding: 9rem !important;
    }

    .gapt-lg-0 {
        gap-top: 0 !important;
    }

    .gapt-lg-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-lg-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-lg-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-lg-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-lg-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-lg-4 {
        gap-top: 1rem !important;
    }

    .gapt-lg-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-lg-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-lg-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-lg-8 {
        gap-top: 2rem !important;
    }

    .gapt-lg-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-lg-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-lg-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-lg-12 {
        gap-top: 3rem !important;
    }

    .gapt-lg-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-lg-16 {
        gap-top: 4rem !important;
    }

    .gapt-lg-20 {
        gap-top: 5rem !important;
    }

    .gapt-lg-24 {
        gap-top: 6rem !important;
    }

    .gapt-lg-28 {
        gap-top: 7rem !important;
    }

    .gapt-lg-32 {
        gap-top: 8rem !important;
    }

    .gapt-lg-36 {
        gap-top: 9rem !important;
    }

    .gapr-lg-0 {
        gap-right: 0 !important;
    }

    .gapr-lg-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-lg-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-lg-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-lg-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-lg-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-lg-4 {
        gap-right: 1rem !important;
    }

    .gapr-lg-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-lg-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-lg-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-lg-8 {
        gap-right: 2rem !important;
    }

    .gapr-lg-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-lg-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-lg-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-lg-12 {
        gap-right: 3rem !important;
    }

    .gapr-lg-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-lg-16 {
        gap-right: 4rem !important;
    }

    .gapr-lg-20 {
        gap-right: 5rem !important;
    }

    .gapr-lg-24 {
        gap-right: 6rem !important;
    }

    .gapr-lg-28 {
        gap-right: 7rem !important;
    }

    .gapr-lg-32 {
        gap-right: 8rem !important;
    }

    .gapr-lg-36 {
        gap-right: 9rem !important;
    }

    .gapb-lg-0 {
        gap-bottom: 0 !important;
    }

    .gapb-lg-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-lg-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-lg-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-lg-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-lg-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-lg-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-lg-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-lg-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-lg-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-lg-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-lg-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-lg-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-lg-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-lg-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-lg-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-lg-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-lg-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-lg-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-lg-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-lg-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-lg-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-lg-0 {
        gap-left: 0 !important;
    }

    .gapl-lg-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-lg-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-lg-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-lg-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-lg-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-lg-4 {
        gap-left: 1rem !important;
    }

    .gapl-lg-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-lg-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-lg-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-lg-8 {
        gap-left: 2rem !important;
    }

    .gapl-lg-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-lg-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-lg-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-lg-12 {
        gap-left: 3rem !important;
    }

    .gapl-lg-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-lg-16 {
        gap-left: 4rem !important;
    }

    .gapl-lg-20 {
        gap-left: 5rem !important;
    }

    .gapl-lg-24 {
        gap-left: 6rem !important;
    }

    .gapl-lg-28 {
        gap-left: 7rem !important;
    }

    .gapl-lg-32 {
        gap-left: 8rem !important;
    }

    .gapl-lg-36 {
        gap-left: 9rem !important;
    }

    .gapx-lg-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-lg-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-lg-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-lg-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-lg-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-lg-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-lg-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-lg-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-lg-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-lg-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-lg-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-lg-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-lg-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-lg-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-lg-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-lg-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-lg-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-lg-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-lg-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-lg-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-lg-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-lg-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-lg-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-lg-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-lg-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-lg-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-lg-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-lg-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-lg-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-lg-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-lg-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-lg-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-lg-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-lg-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-lg-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-lg-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-lg-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-lg-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-lg-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-lg-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-lg-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-lg-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-lg-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-lg-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-1_5 {
        gap: 0.375rem !important;
    }

    .gap-lg-2_5 {
        gap: 0.625rem !important;
    }

    .gap-lg-3 {
        gap: 0.75rem !important;
    }

    .gap-lg-3_5 {
        gap: 0.875rem !important;
    }

    .gap-lg-4 {
        gap: 1rem !important;
    }

    .gap-lg-5 {
        gap: 1.25rem !important;
    }

    .gap-lg-6 {
        gap: 1.5rem !important;
    }

    .gap-lg-7 {
        gap: 1.75rem !important;
    }

    .gap-lg-8 {
        gap: 2rem !important;
    }

    .gap-lg-9 {
        gap: 2.25rem !important;
    }

    .gap-lg-10 {
        gap: 2.5rem !important;
    }

    .gap-lg-11 {
        gap: 2.75rem !important;
    }

    .gap-lg-12 {
        gap: 3rem !important;
    }

    .gap-lg-14 {
        gap: 3.5rem !important;
    }

    .gap-lg-16 {
        gap: 4rem !important;
    }

    .gap-lg-20 {
        gap: 5rem !important;
    }

    .gap-lg-24 {
        gap: 6rem !important;
    }

    .gap-lg-28 {
        gap: 7rem !important;
    }

    .gap-lg-32 {
        gap: 8rem !important;
    }

    .gap-lg-36 {
        gap: 9rem !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-xl-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-xl-3 {
        margin-top: 0.75rem !important;
    }

    .mt-xl-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-xl-4 {
        margin-top: 1rem !important;
    }

    .mt-xl-5 {
        margin-top: 1.25rem !important;
    }

    .mt-xl-6 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-7 {
        margin-top: 1.75rem !important;
    }

    .mt-xl-8 {
        margin-top: 2rem !important;
    }

    .mt-xl-9 {
        margin-top: 2.25rem !important;
    }

    .mt-xl-10 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-11 {
        margin-top: 2.75rem !important;
    }

    .mt-xl-12 {
        margin-top: 3rem !important;
    }

    .mt-xl-14 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-16 {
        margin-top: 4rem !important;
    }

    .mt-xl-20 {
        margin-top: 5rem !important;
    }

    .mt-xl-24 {
        margin-top: 6rem !important;
    }

    .mt-xl-28 {
        margin-top: 7rem !important;
    }

    .mt-xl-32 {
        margin-top: 8rem !important;
    }

    .mt-xl-36 {
        margin-top: 9rem !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mr-xl-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-xl-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-xl-3 {
        margin-right: 0.75rem !important;
    }

    .mr-xl-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-xl-4 {
        margin-right: 1rem !important;
    }

    .mr-xl-5 {
        margin-right: 1.25rem !important;
    }

    .mr-xl-6 {
        margin-right: 1.5rem !important;
    }

    .mr-xl-7 {
        margin-right: 1.75rem !important;
    }

    .mr-xl-8 {
        margin-right: 2rem !important;
    }

    .mr-xl-9 {
        margin-right: 2.25rem !important;
    }

    .mr-xl-10 {
        margin-right: 2.5rem !important;
    }

    .mr-xl-11 {
        margin-right: 2.75rem !important;
    }

    .mr-xl-12 {
        margin-right: 3rem !important;
    }

    .mr-xl-14 {
        margin-right: 3.5rem !important;
    }

    .mr-xl-16 {
        margin-right: 4rem !important;
    }

    .mr-xl-20 {
        margin-right: 5rem !important;
    }

    .mr-xl-24 {
        margin-right: 6rem !important;
    }

    .mr-xl-28 {
        margin-right: 7rem !important;
    }

    .mr-xl-32 {
        margin-right: 8rem !important;
    }

    .mr-xl-36 {
        margin-right: 9rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-xl-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xl-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-xl-12 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-16 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-20 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-24 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-28 {
        margin-bottom: 7rem !important;
    }

    .mb-xl-32 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-36 {
        margin-bottom: 9rem !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ml-xl-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-xl-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-xl-3 {
        margin-left: 0.75rem !important;
    }

    .ml-xl-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-xl-4 {
        margin-left: 1rem !important;
    }

    .ml-xl-5 {
        margin-left: 1.25rem !important;
    }

    .ml-xl-6 {
        margin-left: 1.5rem !important;
    }

    .ml-xl-7 {
        margin-left: 1.75rem !important;
    }

    .ml-xl-8 {
        margin-left: 2rem !important;
    }

    .ml-xl-9 {
        margin-left: 2.25rem !important;
    }

    .ml-xl-10 {
        margin-left: 2.5rem !important;
    }

    .ml-xl-11 {
        margin-left: 2.75rem !important;
    }

    .ml-xl-12 {
        margin-left: 3rem !important;
    }

    .ml-xl-14 {
        margin-left: 3.5rem !important;
    }

    .ml-xl-16 {
        margin-left: 4rem !important;
    }

    .ml-xl-20 {
        margin-left: 5rem !important;
    }

    .ml-xl-24 {
        margin-left: 6rem !important;
    }

    .ml-xl-28 {
        margin-left: 7rem !important;
    }

    .ml-xl-32 {
        margin-left: 8rem !important;
    }

    .ml-xl-36 {
        margin-left: 9rem !important;
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xl-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-xl-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-xl-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-xl-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-xl-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xl-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-xl-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xl-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-xl-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-xl-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-xl-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-xl-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-xl-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xl-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-xl-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-xl-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-xl-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-xl-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-xl-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-xl-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-xl-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-xl-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xl-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-xl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-xl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xl-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-1_5 {
        margin: 0.375rem !important;
    }

    .m-xl-2_5 {
        margin: 0.625rem !important;
    }

    .m-xl-3 {
        margin: 0.75rem !important;
    }

    .m-xl-3_5 {
        margin: 0.875rem !important;
    }

    .m-xl-4 {
        margin: 1rem !important;
    }

    .m-xl-5 {
        margin: 1.25rem !important;
    }

    .m-xl-6 {
        margin: 1.5rem !important;
    }

    .m-xl-7 {
        margin: 1.75rem !important;
    }

    .m-xl-8 {
        margin: 2rem !important;
    }

    .m-xl-9 {
        margin: 2.25rem !important;
    }

    .m-xl-10 {
        margin: 2.5rem !important;
    }

    .m-xl-11 {
        margin: 2.75rem !important;
    }

    .m-xl-12 {
        margin: 3rem !important;
    }

    .m-xl-14 {
        margin: 3.5rem !important;
    }

    .m-xl-16 {
        margin: 4rem !important;
    }

    .m-xl-20 {
        margin: 5rem !important;
    }

    .m-xl-24 {
        margin: 6rem !important;
    }

    .m-xl-28 {
        margin: 7rem !important;
    }

    .m-xl-32 {
        margin: 8rem !important;
    }

    .m-xl-36 {
        margin: 9rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-xl-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-xl-3 {
        padding-top: 0.75rem !important;
    }

    .pt-xl-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-xl-4 {
        padding-top: 1rem !important;
    }

    .pt-xl-5 {
        padding-top: 1.25rem !important;
    }

    .pt-xl-6 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-7 {
        padding-top: 1.75rem !important;
    }

    .pt-xl-8 {
        padding-top: 2rem !important;
    }

    .pt-xl-9 {
        padding-top: 2.25rem !important;
    }

    .pt-xl-10 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-11 {
        padding-top: 2.75rem !important;
    }

    .pt-xl-12 {
        padding-top: 3rem !important;
    }

    .pt-xl-14 {
        padding-top: 3.5rem !important;
    }

    .pt-xl-16 {
        padding-top: 4rem !important;
    }

    .pt-xl-20 {
        padding-top: 5rem !important;
    }

    .pt-xl-24 {
        padding-top: 6rem !important;
    }

    .pt-xl-28 {
        padding-top: 7rem !important;
    }

    .pt-xl-32 {
        padding-top: 8rem !important;
    }

    .pt-xl-36 {
        padding-top: 9rem !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pr-xl-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-xl-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pr-xl-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-xl-4 {
        padding-right: 1rem !important;
    }

    .pr-xl-5 {
        padding-right: 1.25rem !important;
    }

    .pr-xl-6 {
        padding-right: 1.5rem !important;
    }

    .pr-xl-7 {
        padding-right: 1.75rem !important;
    }

    .pr-xl-8 {
        padding-right: 2rem !important;
    }

    .pr-xl-9 {
        padding-right: 2.25rem !important;
    }

    .pr-xl-10 {
        padding-right: 2.5rem !important;
    }

    .pr-xl-11 {
        padding-right: 2.75rem !important;
    }

    .pr-xl-12 {
        padding-right: 3rem !important;
    }

    .pr-xl-14 {
        padding-right: 3.5rem !important;
    }

    .pr-xl-16 {
        padding-right: 4rem !important;
    }

    .pr-xl-20 {
        padding-right: 5rem !important;
    }

    .pr-xl-24 {
        padding-right: 6rem !important;
    }

    .pr-xl-28 {
        padding-right: 7rem !important;
    }

    .pr-xl-32 {
        padding-right: 8rem !important;
    }

    .pr-xl-36 {
        padding-right: 9rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-xl-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xl-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-xl-12 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xl-16 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-20 {
        padding-bottom: 5rem !important;
    }

    .pb-xl-24 {
        padding-bottom: 6rem !important;
    }

    .pb-xl-28 {
        padding-bottom: 7rem !important;
    }

    .pb-xl-32 {
        padding-bottom: 8rem !important;
    }

    .pb-xl-36 {
        padding-bottom: 9rem !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .pl-xl-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-xl-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-xl-3 {
        padding-left: 0.75rem !important;
    }

    .pl-xl-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-xl-4 {
        padding-left: 1rem !important;
    }

    .pl-xl-5 {
        padding-left: 1.25rem !important;
    }

    .pl-xl-6 {
        padding-left: 1.5rem !important;
    }

    .pl-xl-7 {
        padding-left: 1.75rem !important;
    }

    .pl-xl-8 {
        padding-left: 2rem !important;
    }

    .pl-xl-9 {
        padding-left: 2.25rem !important;
    }

    .pl-xl-10 {
        padding-left: 2.5rem !important;
    }

    .pl-xl-11 {
        padding-left: 2.75rem !important;
    }

    .pl-xl-12 {
        padding-left: 3rem !important;
    }

    .pl-xl-14 {
        padding-left: 3.5rem !important;
    }

    .pl-xl-16 {
        padding-left: 4rem !important;
    }

    .pl-xl-20 {
        padding-left: 5rem !important;
    }

    .pl-xl-24 {
        padding-left: 6rem !important;
    }

    .pl-xl-28 {
        padding-left: 7rem !important;
    }

    .pl-xl-32 {
        padding-left: 8rem !important;
    }

    .pl-xl-36 {
        padding-left: 9rem !important;
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-xl-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-xl-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-xl-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-xl-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-xl-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-xl-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-xl-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-xl-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-xl-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-xl-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-xl-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-xl-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-xl-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-xl-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-xl-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-xl-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-xl-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-xl-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-xl-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-xl-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-xl-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-xl-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xl-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-xl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-xl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xl-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xl-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-1_5 {
        padding: 0.375rem !important;
    }

    .p-xl-2_5 {
        padding: 0.625rem !important;
    }

    .p-xl-3 {
        padding: 0.75rem !important;
    }

    .p-xl-3_5 {
        padding: 0.875rem !important;
    }

    .p-xl-4 {
        padding: 1rem !important;
    }

    .p-xl-5 {
        padding: 1.25rem !important;
    }

    .p-xl-6 {
        padding: 1.5rem !important;
    }

    .p-xl-7 {
        padding: 1.75rem !important;
    }

    .p-xl-8 {
        padding: 2rem !important;
    }

    .p-xl-9 {
        padding: 2.25rem !important;
    }

    .p-xl-10 {
        padding: 2.5rem !important;
    }

    .p-xl-11 {
        padding: 2.75rem !important;
    }

    .p-xl-12 {
        padding: 3rem !important;
    }

    .p-xl-14 {
        padding: 3.5rem !important;
    }

    .p-xl-16 {
        padding: 4rem !important;
    }

    .p-xl-20 {
        padding: 5rem !important;
    }

    .p-xl-24 {
        padding: 6rem !important;
    }

    .p-xl-28 {
        padding: 7rem !important;
    }

    .p-xl-32 {
        padding: 8rem !important;
    }

    .p-xl-36 {
        padding: 9rem !important;
    }

    .gapt-xl-0 {
        gap-top: 0 !important;
    }

    .gapt-xl-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-xl-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-xl-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-xl-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-xl-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-xl-4 {
        gap-top: 1rem !important;
    }

    .gapt-xl-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-xl-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-xl-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-xl-8 {
        gap-top: 2rem !important;
    }

    .gapt-xl-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-xl-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-xl-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-xl-12 {
        gap-top: 3rem !important;
    }

    .gapt-xl-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-xl-16 {
        gap-top: 4rem !important;
    }

    .gapt-xl-20 {
        gap-top: 5rem !important;
    }

    .gapt-xl-24 {
        gap-top: 6rem !important;
    }

    .gapt-xl-28 {
        gap-top: 7rem !important;
    }

    .gapt-xl-32 {
        gap-top: 8rem !important;
    }

    .gapt-xl-36 {
        gap-top: 9rem !important;
    }

    .gapr-xl-0 {
        gap-right: 0 !important;
    }

    .gapr-xl-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-xl-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-xl-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-xl-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-xl-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-xl-4 {
        gap-right: 1rem !important;
    }

    .gapr-xl-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-xl-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-xl-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-xl-8 {
        gap-right: 2rem !important;
    }

    .gapr-xl-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-xl-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-xl-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-xl-12 {
        gap-right: 3rem !important;
    }

    .gapr-xl-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-xl-16 {
        gap-right: 4rem !important;
    }

    .gapr-xl-20 {
        gap-right: 5rem !important;
    }

    .gapr-xl-24 {
        gap-right: 6rem !important;
    }

    .gapr-xl-28 {
        gap-right: 7rem !important;
    }

    .gapr-xl-32 {
        gap-right: 8rem !important;
    }

    .gapr-xl-36 {
        gap-right: 9rem !important;
    }

    .gapb-xl-0 {
        gap-bottom: 0 !important;
    }

    .gapb-xl-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-xl-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-xl-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-xl-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-xl-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-xl-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-xl-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-xl-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-xl-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-xl-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-xl-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-xl-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-xl-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-xl-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-xl-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-xl-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-xl-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-xl-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-xl-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-xl-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-xl-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-xl-0 {
        gap-left: 0 !important;
    }

    .gapl-xl-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-xl-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-xl-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-xl-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-xl-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-xl-4 {
        gap-left: 1rem !important;
    }

    .gapl-xl-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-xl-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-xl-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-xl-8 {
        gap-left: 2rem !important;
    }

    .gapl-xl-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-xl-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-xl-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-xl-12 {
        gap-left: 3rem !important;
    }

    .gapl-xl-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-xl-16 {
        gap-left: 4rem !important;
    }

    .gapl-xl-20 {
        gap-left: 5rem !important;
    }

    .gapl-xl-24 {
        gap-left: 6rem !important;
    }

    .gapl-xl-28 {
        gap-left: 7rem !important;
    }

    .gapl-xl-32 {
        gap-left: 8rem !important;
    }

    .gapl-xl-36 {
        gap-left: 9rem !important;
    }

    .gapx-xl-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-xl-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-xl-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-xl-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-xl-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-xl-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-xl-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-xl-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-xl-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-xl-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-xl-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-xl-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-xl-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-xl-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-xl-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-xl-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-xl-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-xl-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-xl-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-xl-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-xl-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-xl-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-xl-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-xl-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-xl-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-xl-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-xl-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-xl-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-xl-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-xl-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-xl-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-xl-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-xl-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-xl-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-xl-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-xl-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-xl-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-xl-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-xl-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-xl-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-xl-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-xl-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-xl-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-xl-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-1_5 {
        gap: 0.375rem !important;
    }

    .gap-xl-2_5 {
        gap: 0.625rem !important;
    }

    .gap-xl-3 {
        gap: 0.75rem !important;
    }

    .gap-xl-3_5 {
        gap: 0.875rem !important;
    }

    .gap-xl-4 {
        gap: 1rem !important;
    }

    .gap-xl-5 {
        gap: 1.25rem !important;
    }

    .gap-xl-6 {
        gap: 1.5rem !important;
    }

    .gap-xl-7 {
        gap: 1.75rem !important;
    }

    .gap-xl-8 {
        gap: 2rem !important;
    }

    .gap-xl-9 {
        gap: 2.25rem !important;
    }

    .gap-xl-10 {
        gap: 2.5rem !important;
    }

    .gap-xl-11 {
        gap: 2.75rem !important;
    }

    .gap-xl-12 {
        gap: 3rem !important;
    }

    .gap-xl-14 {
        gap: 3.5rem !important;
    }

    .gap-xl-16 {
        gap: 4rem !important;
    }

    .gap-xl-20 {
        gap: 5rem !important;
    }

    .gap-xl-24 {
        gap: 6rem !important;
    }

    .gap-xl-28 {
        gap: 7rem !important;
    }

    .gap-xl-32 {
        gap: 8rem !important;
    }

    .gap-xl-36 {
        gap: 9rem !important;
    }
}

@media (min-width: 1400px) {
    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-1_5 {
        margin-top: 0.375rem !important;
    }

    .mt-xxl-2_5 {
        margin-top: 0.625rem !important;
    }

    .mt-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mt-xxl-3_5 {
        margin-top: 0.875rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1rem !important;
    }

    .mt-xxl-5 {
        margin-top: 1.25rem !important;
    }

    .mt-xxl-6 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-7 {
        margin-top: 1.75rem !important;
    }

    .mt-xxl-8 {
        margin-top: 2rem !important;
    }

    .mt-xxl-9 {
        margin-top: 2.25rem !important;
    }

    .mt-xxl-10 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-11 {
        margin-top: 2.75rem !important;
    }

    .mt-xxl-12 {
        margin-top: 3rem !important;
    }

    .mt-xxl-14 {
        margin-top: 3.5rem !important;
    }

    .mt-xxl-16 {
        margin-top: 4rem !important;
    }

    .mt-xxl-20 {
        margin-top: 5rem !important;
    }

    .mt-xxl-24 {
        margin-top: 6rem !important;
    }

    .mt-xxl-28 {
        margin-top: 7rem !important;
    }

    .mt-xxl-32 {
        margin-top: 8rem !important;
    }

    .mt-xxl-36 {
        margin-top: 9rem !important;
    }

    .mr-xxl-0 {
        margin-right: 0 !important;
    }

    .mr-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mr-xxl-1_5 {
        margin-right: 0.375rem !important;
    }

    .mr-xxl-2_5 {
        margin-right: 0.625rem !important;
    }

    .mr-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .mr-xxl-3_5 {
        margin-right: 0.875rem !important;
    }

    .mr-xxl-4 {
        margin-right: 1rem !important;
    }

    .mr-xxl-5 {
        margin-right: 1.25rem !important;
    }

    .mr-xxl-6 {
        margin-right: 1.5rem !important;
    }

    .mr-xxl-7 {
        margin-right: 1.75rem !important;
    }

    .mr-xxl-8 {
        margin-right: 2rem !important;
    }

    .mr-xxl-9 {
        margin-right: 2.25rem !important;
    }

    .mr-xxl-10 {
        margin-right: 2.5rem !important;
    }

    .mr-xxl-11 {
        margin-right: 2.75rem !important;
    }

    .mr-xxl-12 {
        margin-right: 3rem !important;
    }

    .mr-xxl-14 {
        margin-right: 3.5rem !important;
    }

    .mr-xxl-16 {
        margin-right: 4rem !important;
    }

    .mr-xxl-20 {
        margin-right: 5rem !important;
    }

    .mr-xxl-24 {
        margin-right: 6rem !important;
    }

    .mr-xxl-28 {
        margin-right: 7rem !important;
    }

    .mr-xxl-32 {
        margin-right: 8rem !important;
    }

    .mr-xxl-36 {
        margin-right: 9rem !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .mb-xxl-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xxl-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-11 {
        margin-bottom: 2.75rem !important;
    }

    .mb-xxl-12 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-14 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-16 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-20 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-24 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-28 {
        margin-bottom: 7rem !important;
    }

    .mb-xxl-32 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-36 {
        margin-bottom: 9rem !important;
    }

    .ml-xxl-0 {
        margin-left: 0 !important;
    }

    .ml-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ml-xxl-1_5 {
        margin-left: 0.375rem !important;
    }

    .ml-xxl-2_5 {
        margin-left: 0.625rem !important;
    }

    .ml-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .ml-xxl-3_5 {
        margin-left: 0.875rem !important;
    }

    .ml-xxl-4 {
        margin-left: 1rem !important;
    }

    .ml-xxl-5 {
        margin-left: 1.25rem !important;
    }

    .ml-xxl-6 {
        margin-left: 1.5rem !important;
    }

    .ml-xxl-7 {
        margin-left: 1.75rem !important;
    }

    .ml-xxl-8 {
        margin-left: 2rem !important;
    }

    .ml-xxl-9 {
        margin-left: 2.25rem !important;
    }

    .ml-xxl-10 {
        margin-left: 2.5rem !important;
    }

    .ml-xxl-11 {
        margin-left: 2.75rem !important;
    }

    .ml-xxl-12 {
        margin-left: 3rem !important;
    }

    .ml-xxl-14 {
        margin-left: 3.5rem !important;
    }

    .ml-xxl-16 {
        margin-left: 4rem !important;
    }

    .ml-xxl-20 {
        margin-left: 5rem !important;
    }

    .ml-xxl-24 {
        margin-left: 6rem !important;
    }

    .ml-xxl-28 {
        margin-left: 7rem !important;
    }

    .ml-xxl-32 {
        margin-left: 8rem !important;
    }

    .ml-xxl-36 {
        margin-left: 9rem !important;
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xxl-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .mx-xxl-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .mx-xxl-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-xxl-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .mx-xxl-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xxl-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-xxl-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xxl-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-xxl-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-xxl-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-xxl-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-xxl-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .mx-xxl-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xxl-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-xxl-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-xxl-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-xxl-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-xxl-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-xxl-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-xxl-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-xxl-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-xxl-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xxl-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .my-xxl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xxl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xxl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xxl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .my-xxl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xxl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xxl-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-1_5 {
        margin: 0.375rem !important;
    }

    .m-xxl-2_5 {
        margin: 0.625rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .m-xxl-3_5 {
        margin: 0.875rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.25rem !important;
    }

    .m-xxl-6 {
        margin: 1.5rem !important;
    }

    .m-xxl-7 {
        margin: 1.75rem !important;
    }

    .m-xxl-8 {
        margin: 2rem !important;
    }

    .m-xxl-9 {
        margin: 2.25rem !important;
    }

    .m-xxl-10 {
        margin: 2.5rem !important;
    }

    .m-xxl-11 {
        margin: 2.75rem !important;
    }

    .m-xxl-12 {
        margin: 3rem !important;
    }

    .m-xxl-14 {
        margin: 3.5rem !important;
    }

    .m-xxl-16 {
        margin: 4rem !important;
    }

    .m-xxl-20 {
        margin: 5rem !important;
    }

    .m-xxl-24 {
        margin: 6rem !important;
    }

    .m-xxl-28 {
        margin: 7rem !important;
    }

    .m-xxl-32 {
        margin: 8rem !important;
    }

    .m-xxl-36 {
        margin: 9rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-1_5 {
        padding-top: 0.375rem !important;
    }

    .pt-xxl-2_5 {
        padding-top: 0.625rem !important;
    }

    .pt-xxl-3 {
        padding-top: 0.75rem !important;
    }

    .pt-xxl-3_5 {
        padding-top: 0.875rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1rem !important;
    }

    .pt-xxl-5 {
        padding-top: 1.25rem !important;
    }

    .pt-xxl-6 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-7 {
        padding-top: 1.75rem !important;
    }

    .pt-xxl-8 {
        padding-top: 2rem !important;
    }

    .pt-xxl-9 {
        padding-top: 2.25rem !important;
    }

    .pt-xxl-10 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-11 {
        padding-top: 2.75rem !important;
    }

    .pt-xxl-12 {
        padding-top: 3rem !important;
    }

    .pt-xxl-14 {
        padding-top: 3.5rem !important;
    }

    .pt-xxl-16 {
        padding-top: 4rem !important;
    }

    .pt-xxl-20 {
        padding-top: 5rem !important;
    }

    .pt-xxl-24 {
        padding-top: 6rem !important;
    }

    .pt-xxl-28 {
        padding-top: 7rem !important;
    }

    .pt-xxl-32 {
        padding-top: 8rem !important;
    }

    .pt-xxl-36 {
        padding-top: 9rem !important;
    }

    .pr-xxl-0 {
        padding-right: 0 !important;
    }

    .pr-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pr-xxl-1_5 {
        padding-right: 0.375rem !important;
    }

    .pr-xxl-2_5 {
        padding-right: 0.625rem !important;
    }

    .pr-xxl-3 {
        padding-right: 0.75rem !important;
    }

    .pr-xxl-3_5 {
        padding-right: 0.875rem !important;
    }

    .pr-xxl-4 {
        padding-right: 1rem !important;
    }

    .pr-xxl-5 {
        padding-right: 1.25rem !important;
    }

    .pr-xxl-6 {
        padding-right: 1.5rem !important;
    }

    .pr-xxl-7 {
        padding-right: 1.75rem !important;
    }

    .pr-xxl-8 {
        padding-right: 2rem !important;
    }

    .pr-xxl-9 {
        padding-right: 2.25rem !important;
    }

    .pr-xxl-10 {
        padding-right: 2.5rem !important;
    }

    .pr-xxl-11 {
        padding-right: 2.75rem !important;
    }

    .pr-xxl-12 {
        padding-right: 3rem !important;
    }

    .pr-xxl-14 {
        padding-right: 3.5rem !important;
    }

    .pr-xxl-16 {
        padding-right: 4rem !important;
    }

    .pr-xxl-20 {
        padding-right: 5rem !important;
    }

    .pr-xxl-24 {
        padding-right: 6rem !important;
    }

    .pr-xxl-28 {
        padding-right: 7rem !important;
    }

    .pr-xxl-32 {
        padding-right: 8rem !important;
    }

    .pr-xxl-36 {
        padding-right: 9rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-1_5 {
        padding-bottom: 0.375rem !important;
    }

    .pb-xxl-2_5 {
        padding-bottom: 0.625rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xxl-3_5 {
        padding-bottom: 0.875rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-11 {
        padding-bottom: 2.75rem !important;
    }

    .pb-xxl-12 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-14 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xxl-16 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-20 {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-24 {
        padding-bottom: 6rem !important;
    }

    .pb-xxl-28 {
        padding-bottom: 7rem !important;
    }

    .pb-xxl-32 {
        padding-bottom: 8rem !important;
    }

    .pb-xxl-36 {
        padding-bottom: 9rem !important;
    }

    .pl-xxl-0 {
        padding-left: 0 !important;
    }

    .pl-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .pl-xxl-1_5 {
        padding-left: 0.375rem !important;
    }

    .pl-xxl-2_5 {
        padding-left: 0.625rem !important;
    }

    .pl-xxl-3 {
        padding-left: 0.75rem !important;
    }

    .pl-xxl-3_5 {
        padding-left: 0.875rem !important;
    }

    .pl-xxl-4 {
        padding-left: 1rem !important;
    }

    .pl-xxl-5 {
        padding-left: 1.25rem !important;
    }

    .pl-xxl-6 {
        padding-left: 1.5rem !important;
    }

    .pl-xxl-7 {
        padding-left: 1.75rem !important;
    }

    .pl-xxl-8 {
        padding-left: 2rem !important;
    }

    .pl-xxl-9 {
        padding-left: 2.25rem !important;
    }

    .pl-xxl-10 {
        padding-left: 2.5rem !important;
    }

    .pl-xxl-11 {
        padding-left: 2.75rem !important;
    }

    .pl-xxl-12 {
        padding-left: 3rem !important;
    }

    .pl-xxl-14 {
        padding-left: 3.5rem !important;
    }

    .pl-xxl-16 {
        padding-left: 4rem !important;
    }

    .pl-xxl-20 {
        padding-left: 5rem !important;
    }

    .pl-xxl-24 {
        padding-left: 6rem !important;
    }

    .pl-xxl-28 {
        padding-left: 7rem !important;
    }

    .pl-xxl-32 {
        padding-left: 8rem !important;
    }

    .pl-xxl-36 {
        padding-left: 9rem !important;
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-xxl-1_5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .px-xxl-2_5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .px-xxl-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-xxl-3_5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .px-xxl-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-xxl-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-xxl-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-xxl-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-xxl-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-xxl-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-xxl-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-xxl-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .px-xxl-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-xxl-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-xxl-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-xxl-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-xxl-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-xxl-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-xxl-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-xxl-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-1_5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-xxl-2_5 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-xxl-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xxl-3_5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .py-xxl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xxl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xxl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xxl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .py-xxl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xxl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xxl-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xxl-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-1_5 {
        padding: 0.375rem !important;
    }

    .p-xxl-2_5 {
        padding: 0.625rem !important;
    }

    .p-xxl-3 {
        padding: 0.75rem !important;
    }

    .p-xxl-3_5 {
        padding: 0.875rem !important;
    }

    .p-xxl-4 {
        padding: 1rem !important;
    }

    .p-xxl-5 {
        padding: 1.25rem !important;
    }

    .p-xxl-6 {
        padding: 1.5rem !important;
    }

    .p-xxl-7 {
        padding: 1.75rem !important;
    }

    .p-xxl-8 {
        padding: 2rem !important;
    }

    .p-xxl-9 {
        padding: 2.25rem !important;
    }

    .p-xxl-10 {
        padding: 2.5rem !important;
    }

    .p-xxl-11 {
        padding: 2.75rem !important;
    }

    .p-xxl-12 {
        padding: 3rem !important;
    }

    .p-xxl-14 {
        padding: 3.5rem !important;
    }

    .p-xxl-16 {
        padding: 4rem !important;
    }

    .p-xxl-20 {
        padding: 5rem !important;
    }

    .p-xxl-24 {
        padding: 6rem !important;
    }

    .p-xxl-28 {
        padding: 7rem !important;
    }

    .p-xxl-32 {
        padding: 8rem !important;
    }

    .p-xxl-36 {
        padding: 9rem !important;
    }

    .gapt-xxl-0 {
        gap-top: 0 !important;
    }

    .gapt-xxl-1 {
        gap-top: 0.25rem !important;
    }

    .gapt-xxl-1_5 {
        gap-top: 0.375rem !important;
    }

    .gapt-xxl-2_5 {
        gap-top: 0.625rem !important;
    }

    .gapt-xxl-3 {
        gap-top: 0.75rem !important;
    }

    .gapt-xxl-3_5 {
        gap-top: 0.875rem !important;
    }

    .gapt-xxl-4 {
        gap-top: 1rem !important;
    }

    .gapt-xxl-5 {
        gap-top: 1.25rem !important;
    }

    .gapt-xxl-6 {
        gap-top: 1.5rem !important;
    }

    .gapt-xxl-7 {
        gap-top: 1.75rem !important;
    }

    .gapt-xxl-8 {
        gap-top: 2rem !important;
    }

    .gapt-xxl-9 {
        gap-top: 2.25rem !important;
    }

    .gapt-xxl-10 {
        gap-top: 2.5rem !important;
    }

    .gapt-xxl-11 {
        gap-top: 2.75rem !important;
    }

    .gapt-xxl-12 {
        gap-top: 3rem !important;
    }

    .gapt-xxl-14 {
        gap-top: 3.5rem !important;
    }

    .gapt-xxl-16 {
        gap-top: 4rem !important;
    }

    .gapt-xxl-20 {
        gap-top: 5rem !important;
    }

    .gapt-xxl-24 {
        gap-top: 6rem !important;
    }

    .gapt-xxl-28 {
        gap-top: 7rem !important;
    }

    .gapt-xxl-32 {
        gap-top: 8rem !important;
    }

    .gapt-xxl-36 {
        gap-top: 9rem !important;
    }

    .gapr-xxl-0 {
        gap-right: 0 !important;
    }

    .gapr-xxl-1 {
        gap-right: 0.25rem !important;
    }

    .gapr-xxl-1_5 {
        gap-right: 0.375rem !important;
    }

    .gapr-xxl-2_5 {
        gap-right: 0.625rem !important;
    }

    .gapr-xxl-3 {
        gap-right: 0.75rem !important;
    }

    .gapr-xxl-3_5 {
        gap-right: 0.875rem !important;
    }

    .gapr-xxl-4 {
        gap-right: 1rem !important;
    }

    .gapr-xxl-5 {
        gap-right: 1.25rem !important;
    }

    .gapr-xxl-6 {
        gap-right: 1.5rem !important;
    }

    .gapr-xxl-7 {
        gap-right: 1.75rem !important;
    }

    .gapr-xxl-8 {
        gap-right: 2rem !important;
    }

    .gapr-xxl-9 {
        gap-right: 2.25rem !important;
    }

    .gapr-xxl-10 {
        gap-right: 2.5rem !important;
    }

    .gapr-xxl-11 {
        gap-right: 2.75rem !important;
    }

    .gapr-xxl-12 {
        gap-right: 3rem !important;
    }

    .gapr-xxl-14 {
        gap-right: 3.5rem !important;
    }

    .gapr-xxl-16 {
        gap-right: 4rem !important;
    }

    .gapr-xxl-20 {
        gap-right: 5rem !important;
    }

    .gapr-xxl-24 {
        gap-right: 6rem !important;
    }

    .gapr-xxl-28 {
        gap-right: 7rem !important;
    }

    .gapr-xxl-32 {
        gap-right: 8rem !important;
    }

    .gapr-xxl-36 {
        gap-right: 9rem !important;
    }

    .gapb-xxl-0 {
        gap-bottom: 0 !important;
    }

    .gapb-xxl-1 {
        gap-bottom: 0.25rem !important;
    }

    .gapb-xxl-1_5 {
        gap-bottom: 0.375rem !important;
    }

    .gapb-xxl-2_5 {
        gap-bottom: 0.625rem !important;
    }

    .gapb-xxl-3 {
        gap-bottom: 0.75rem !important;
    }

    .gapb-xxl-3_5 {
        gap-bottom: 0.875rem !important;
    }

    .gapb-xxl-4 {
        gap-bottom: 1rem !important;
    }

    .gapb-xxl-5 {
        gap-bottom: 1.25rem !important;
    }

    .gapb-xxl-6 {
        gap-bottom: 1.5rem !important;
    }

    .gapb-xxl-7 {
        gap-bottom: 1.75rem !important;
    }

    .gapb-xxl-8 {
        gap-bottom: 2rem !important;
    }

    .gapb-xxl-9 {
        gap-bottom: 2.25rem !important;
    }

    .gapb-xxl-10 {
        gap-bottom: 2.5rem !important;
    }

    .gapb-xxl-11 {
        gap-bottom: 2.75rem !important;
    }

    .gapb-xxl-12 {
        gap-bottom: 3rem !important;
    }

    .gapb-xxl-14 {
        gap-bottom: 3.5rem !important;
    }

    .gapb-xxl-16 {
        gap-bottom: 4rem !important;
    }

    .gapb-xxl-20 {
        gap-bottom: 5rem !important;
    }

    .gapb-xxl-24 {
        gap-bottom: 6rem !important;
    }

    .gapb-xxl-28 {
        gap-bottom: 7rem !important;
    }

    .gapb-xxl-32 {
        gap-bottom: 8rem !important;
    }

    .gapb-xxl-36 {
        gap-bottom: 9rem !important;
    }

    .gapl-xxl-0 {
        gap-left: 0 !important;
    }

    .gapl-xxl-1 {
        gap-left: 0.25rem !important;
    }

    .gapl-xxl-1_5 {
        gap-left: 0.375rem !important;
    }

    .gapl-xxl-2_5 {
        gap-left: 0.625rem !important;
    }

    .gapl-xxl-3 {
        gap-left: 0.75rem !important;
    }

    .gapl-xxl-3_5 {
        gap-left: 0.875rem !important;
    }

    .gapl-xxl-4 {
        gap-left: 1rem !important;
    }

    .gapl-xxl-5 {
        gap-left: 1.25rem !important;
    }

    .gapl-xxl-6 {
        gap-left: 1.5rem !important;
    }

    .gapl-xxl-7 {
        gap-left: 1.75rem !important;
    }

    .gapl-xxl-8 {
        gap-left: 2rem !important;
    }

    .gapl-xxl-9 {
        gap-left: 2.25rem !important;
    }

    .gapl-xxl-10 {
        gap-left: 2.5rem !important;
    }

    .gapl-xxl-11 {
        gap-left: 2.75rem !important;
    }

    .gapl-xxl-12 {
        gap-left: 3rem !important;
    }

    .gapl-xxl-14 {
        gap-left: 3.5rem !important;
    }

    .gapl-xxl-16 {
        gap-left: 4rem !important;
    }

    .gapl-xxl-20 {
        gap-left: 5rem !important;
    }

    .gapl-xxl-24 {
        gap-left: 6rem !important;
    }

    .gapl-xxl-28 {
        gap-left: 7rem !important;
    }

    .gapl-xxl-32 {
        gap-left: 8rem !important;
    }

    .gapl-xxl-36 {
        gap-left: 9rem !important;
    }

    .gapx-xxl-0 {
        gap-left: 0 !important;
        gap-right: 0 !important;
    }

    .gapx-xxl-1 {
        gap-left: 0.25rem !important;
        gap-right: 0.25rem !important;
    }

    .gapx-xxl-1_5 {
        gap-left: 0.375rem !important;
        gap-right: 0.375rem !important;
    }

    .gapx-xxl-2_5 {
        gap-left: 0.625rem !important;
        gap-right: 0.625rem !important;
    }

    .gapx-xxl-3 {
        gap-left: 0.75rem !important;
        gap-right: 0.75rem !important;
    }

    .gapx-xxl-3_5 {
        gap-left: 0.875rem !important;
        gap-right: 0.875rem !important;
    }

    .gapx-xxl-4 {
        gap-left: 1rem !important;
        gap-right: 1rem !important;
    }

    .gapx-xxl-5 {
        gap-left: 1.25rem !important;
        gap-right: 1.25rem !important;
    }

    .gapx-xxl-6 {
        gap-left: 1.5rem !important;
        gap-right: 1.5rem !important;
    }

    .gapx-xxl-7 {
        gap-left: 1.75rem !important;
        gap-right: 1.75rem !important;
    }

    .gapx-xxl-8 {
        gap-left: 2rem !important;
        gap-right: 2rem !important;
    }

    .gapx-xxl-9 {
        gap-left: 2.25rem !important;
        gap-right: 2.25rem !important;
    }

    .gapx-xxl-10 {
        gap-left: 2.5rem !important;
        gap-right: 2.5rem !important;
    }

    .gapx-xxl-11 {
        gap-left: 2.75rem !important;
        gap-right: 2.75rem !important;
    }

    .gapx-xxl-12 {
        gap-left: 3rem !important;
        gap-right: 3rem !important;
    }

    .gapx-xxl-14 {
        gap-left: 3.5rem !important;
        gap-right: 3.5rem !important;
    }

    .gapx-xxl-16 {
        gap-left: 4rem !important;
        gap-right: 4rem !important;
    }

    .gapx-xxl-20 {
        gap-left: 5rem !important;
        gap-right: 5rem !important;
    }

    .gapx-xxl-24 {
        gap-left: 6rem !important;
        gap-right: 6rem !important;
    }

    .gapx-xxl-28 {
        gap-left: 7rem !important;
        gap-right: 7rem !important;
    }

    .gapx-xxl-32 {
        gap-left: 8rem !important;
        gap-right: 8rem !important;
    }

    .gapx-xxl-36 {
        gap-left: 9rem !important;
        gap-right: 9rem !important;
    }

    .gapy-xxl-0 {
        gap-top: 0 !important;
        gap-bottom: 0 !important;
    }

    .gapy-xxl-1 {
        gap-top: 0.25rem !important;
        gap-bottom: 0.25rem !important;
    }

    .gapy-xxl-1_5 {
        gap-top: 0.375rem !important;
        gap-bottom: 0.375rem !important;
    }

    .gapy-xxl-2_5 {
        gap-top: 0.625rem !important;
        gap-bottom: 0.625rem !important;
    }

    .gapy-xxl-3 {
        gap-top: 0.75rem !important;
        gap-bottom: 0.75rem !important;
    }

    .gapy-xxl-3_5 {
        gap-top: 0.875rem !important;
        gap-bottom: 0.875rem !important;
    }

    .gapy-xxl-4 {
        gap-top: 1rem !important;
        gap-bottom: 1rem !important;
    }

    .gapy-xxl-5 {
        gap-top: 1.25rem !important;
        gap-bottom: 1.25rem !important;
    }

    .gapy-xxl-6 {
        gap-top: 1.5rem !important;
        gap-bottom: 1.5rem !important;
    }

    .gapy-xxl-7 {
        gap-top: 1.75rem !important;
        gap-bottom: 1.75rem !important;
    }

    .gapy-xxl-8 {
        gap-top: 2rem !important;
        gap-bottom: 2rem !important;
    }

    .gapy-xxl-9 {
        gap-top: 2.25rem !important;
        gap-bottom: 2.25rem !important;
    }

    .gapy-xxl-10 {
        gap-top: 2.5rem !important;
        gap-bottom: 2.5rem !important;
    }

    .gapy-xxl-11 {
        gap-top: 2.75rem !important;
        gap-bottom: 2.75rem !important;
    }

    .gapy-xxl-12 {
        gap-top: 3rem !important;
        gap-bottom: 3rem !important;
    }

    .gapy-xxl-14 {
        gap-top: 3.5rem !important;
        gap-bottom: 3.5rem !important;
    }

    .gapy-xxl-16 {
        gap-top: 4rem !important;
        gap-bottom: 4rem !important;
    }

    .gapy-xxl-20 {
        gap-top: 5rem !important;
        gap-bottom: 5rem !important;
    }

    .gapy-xxl-24 {
        gap-top: 6rem !important;
        gap-bottom: 6rem !important;
    }

    .gapy-xxl-28 {
        gap-top: 7rem !important;
        gap-bottom: 7rem !important;
    }

    .gapy-xxl-32 {
        gap-top: 8rem !important;
        gap-bottom: 8rem !important;
    }

    .gapy-xxl-36 {
        gap-top: 9rem !important;
        gap-bottom: 9rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-1_5 {
        gap: 0.375rem !important;
    }

    .gap-xxl-2_5 {
        gap: 0.625rem !important;
    }

    .gap-xxl-3 {
        gap: 0.75rem !important;
    }

    .gap-xxl-3_5 {
        gap: 0.875rem !important;
    }

    .gap-xxl-4 {
        gap: 1rem !important;
    }

    .gap-xxl-5 {
        gap: 1.25rem !important;
    }

    .gap-xxl-6 {
        gap: 1.5rem !important;
    }

    .gap-xxl-7 {
        gap: 1.75rem !important;
    }

    .gap-xxl-8 {
        gap: 2rem !important;
    }

    .gap-xxl-9 {
        gap: 2.25rem !important;
    }

    .gap-xxl-10 {
        gap: 2.5rem !important;
    }

    .gap-xxl-11 {
        gap: 2.75rem !important;
    }

    .gap-xxl-12 {
        gap: 3rem !important;
    }

    .gap-xxl-14 {
        gap: 3.5rem !important;
    }

    .gap-xxl-16 {
        gap: 4rem !important;
    }

    .gap-xxl-20 {
        gap: 5rem !important;
    }

    .gap-xxl-24 {
        gap: 6rem !important;
    }

    .gap-xxl-28 {
        gap: 7rem !important;
    }

    .gap-xxl-32 {
        gap: 8rem !important;
    }

    .gap-xxl-36 {
        gap: 9rem !important;
    }
}

.fw-medium {
    font-weight: 500 !important;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--bs-white);
    padding: 20px 0;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .header {
        padding: 20px 0;
    }
}

.header.active {
    -webkit-box-shadow: var(--shadow-base);
    box-shadow: var(--shadow-base);
    padding: 20px 0;
}

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 40;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 0 10px;
}

@media screen and (min-width: 576px) {
    .nav-wrapper {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-wrapper {
        opacity: 0;
        display: none;
    }

    .nav-wrapper.active {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .nav-wrapper-content {
        overflow-y: scroll;
        padding-bottom: 50px;
    }
}

.nav-wrapper-bottom {
    border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
    .nav-wrapper {
        position: static;
        width: auto;
        height: auto;
        top: auto;
        left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

.nav li a {
    text-transform: uppercase;
    color: var(--bs-gray-dark);
}

.nav li a:hover,
.nav li a:focus {
    background: var(--bs-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient {
    background: var(--bs-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradienta:hover,
.text-gradienta:focus {
    background: var(--bs-gradient-hover);
}

.btn {
    padding: 15px;
    line-height: 21px;
}

@media screen and (min-width: 650px) {
    .btn {
        padding: 17px 32px;
    }
}

.btn-primary {
    background: var(--bs-gradient);
    border-radius: 100px;
    border: none;
}

.btn-circle {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: var(--bs-gradient);
}

.logo {
    display: block;
    width: 25px;
    height: 22px;
    position: relative;
    z-index: 50;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 45px;
        height: 40px;
    }
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.open-menu .burger-icon,
.open-menu .close-menu-icon {
    -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.open-menu .burger-icon.hidden,
.open-menu .close-menu-icon.hidden {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.open-menu .burger-icon.visible,
.open-menu .close-menu-icon.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .open-menu {
        position: relative;
        z-index: 50;
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .open-menu svg {
        position: absolute;
        top: auto;
        left: auto;
    }
}

.home .hero-section {
    background-position: 280% bottom;
    background-size: 80%;
}

@media screen and (min-width: 520px) {
    .home .hero-section {
        background-position: 130% bottom;
        background-size: 50%;
    }
}

@media screen and (min-width: 992px) {
    .home .hero-section {
        background-position: right bottom;
        background-size: 42%;
    }
}

.hero-section {
    background-repeat: no-repeat;
    max-width: 1244px;
    margin: 0 auto;
}

.hero-section h1 {
    font-size: 1.875rem;
    line-height: 2.75rem;
    font-weight: 400;
    color: var(--bs-dark);
    text-wrap: pretty;
}

@media screen and (min-width: 390px) {
    .hero-section h1 {
        font-size: 2.375rem;
        line-height: 3.1875rem;
    }
}

@media screen and (min-width: 768px) {
    .hero-section h1 {
        font-size: 4.0625rem;
        line-height: 5.3125rem;
    }
}

@media screen and (min-width: 992px) {
    .hero-section h1 {
        font-size: 4.6875rem;
        line-height: 6.125rem;
    }
}

.hero-section h1 img {
    width: 244px;
}

@media screen and (min-width: 768px) {
    .hero-section h1 img {
        width: 468px;
    }
}

.hero-section p {
    font-size: clamp(24px, 4vw, 36px);
    line-height: clamp(31px, 5vw, 47px);
    color: var(--bs-gray-dark);
    max-width: 530px;
}

.social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.social-block a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--bs-gradient);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.social-block a * {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.social-menu .social-link {
    width: 24px;
    height: 24px;
    background: var(--bs-gray-dark);
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-menu .social-link * {
    width: 80%;
    height: 80%;
    object-fit: cover;
    display: block;
}

.title {
    font-size: clamp(2.8125rem, 5vw, 3.75rem);
    color: var(--bs-dark);
    font-weight: 400;
    line-height: clamp(3.6875rem, 5vw, 4.875rem);
}

.title span {
    color: var(--bs-primary);
}

@media screen and (max-width: 576px) {
    .services-swiper .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.services-card {
    background-color: #6371e0;
    border-radius: 10px;
    color: white;
    position: relative;
}

@media screen and (min-width: 576px) {
    .services-card {
        width: 380px;
        height: auto;
    }
}

.services-card h3 {
    padding: 24px 32px;
    font-size: 24px;
    line-height: 31px;
    max-width: 264px;
}

@media screen and (min-width: 768) {
    .services-card h3 {
        padding: 28px 38px;
    }
}

.services-card-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: var(--transiton);
    transition: var(--transiton);
}

.services-card-arrow:hover {
    -webkit-transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
}

.services-card img {
    display: block;
    height: 135px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .services-card img {
        height: 166px;
    }
}

.services-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--bs-secondary);
    height: 100%;
}

@media screen and (min-width: 650px) {
    .services-box {
        gap: 14px;
        padding: 16px 14px;
    }
}

@media screen and (min-width: 768px) {
    .services-box {
        border-radius: 25px;
    }
}

@media screen and (min-width: 992px) {
    .services-box {
        gap: 16px;
        padding: 22px 26px;
    }
}

.services-box svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: clamp(49px, 40%, 82px);
}

.services-box h4 {
    color: var(--bs-gray-dark);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.more-link:hover > .btn-circle,
.more-link:focus > .btn-circle {
    background: var(--bs-gradient-hover);
}

.projects-section-description {
    color: var(--bs-gray);
}

@media screen and (min-width: 650px) {
    .projects-section-description {
        font-size: 20px;
        line-height: 26px;
    }
}

.projects-box {
    padding: 16px 24px 12px;
    border-radius: 25px;
    border: 1px solid #929292;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .projects-box {
        padding: 30px 24px 12px;
    }
}

.projects-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.projects-box-title {
    font-size: clamp(32px, 4vw, 20px);
    line-height: clamp(42px, 4vw, 52px);
    margin-bottom: 8px;
    color: var(--bs-gray-dark);
}

@media screen and (min-width: 992px) {
    .projects-box-title {
        margin-top: -20px;
        max-width: 200px;
    }
}

.projects-box-image {
    border-radius: 30px;
    overflow: hidden;
    height: 312px;
}

@media screen and (min-width: 768px) {
    .projects-box-image {
        border-radius: 39px;
    }
}

.projects-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reviews-slide {
    max-width: 240px;
}

.reviews-slide-circle {
    width: 89px;
    height: 89px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--primary-light);
}

.reviews-slide-circle img {
    object-fit: contain;
    max-width: 100%;
}

.reviews-slide-user h5 {
    color: #000;
}

.reviews-slide-user p {
    color: var(--gray-sm);
    font-size: 14px;
}

.reviews-slide-top {
    border-bottom: 1px solid var(--bs-gray-dark);
}

.reviews-slide-bottom p {
    color: var(--bs-gray);
}

.reviews-button-next,
.reviews-button-prev {
    border-radius: 50%;
    background: var(--bs-gradient);
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

.reviews-button-next.swiper-button-disabled,
.reviews-button-prev.swiper-button-disabled {
    width: 49px;
    height: 49px;
    opacity: 0.6;
}

.reviews-button-next svg,
.reviews-button-prev svg {
    width: 24px;
}

.reviews-button-next::after,
.reviews-button-prev::after {
    display: none;
}

.about-logo {
    position: absolute;
    right: 10px;
    top: -16px;
    height: 35px;
    background: var(--bs-white);
    display: inline-block;
    padding: 0 20px;
}

.about-logo img {
    height: 100%;
    width: auto;
}

@media screen and (min-width: 576px) {
    .about-logo {
        right: 60px;
        top: -22px;
        height: 48px;
    }
}

@media screen and (min-width: 768px) {
    .about-logo {
        top: -28px;
        height: 70px;
    }
}

.about-block {
    padding: 50px 14px 34px;
    border-radius: 25px;
    border: 1px solid #929292;
}

@media screen and (min-width: 576px) {
    .about-block {
        padding: 60px 30px 30px;
    }
}

@media screen and (min-width: 768px) {
    .about-block {
        padding: 60px;
    }
}

.core-box {
    border-radius: 25px;
    border: 1px solid #929292;
    padding: 26px 30px 26px 12px;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .core-box {
        padding: 26px 16px 26px 26px;
    }
}

.core-box-number {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
    color: var(--bs-gray-dark);
}

.core-box h4 {
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
    .core-box h4 {
        font-size: 24px;
        line-height: 31px;
    }
}

@media screen and (min-width: 992px) {
    .core-box h4 {
        font-size: 30px;
        line-height: 39px;
    }
}

.core-box p {
    text-wrap: pretty;
}

@media screen and (min-width: 992px) {
    .core-box p {
        font-size: 24px;
        line-height: 31px;
    }
}

.technologies-section .technologies-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 576px) {
    .technologies-section .technologies-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.technologies-section
.technologies-item:not(:nth-of-type(11)):not(:nth-of-type(12)) {
    border-bottom: 1px solid var(--border-technologies);
}

.technologies-section .technologies-item:nth-child(odd) {
    border-right: 1px solid var(--border-technologies);
}

@media screen and (min-width: 576px) {
    .technologies-section
    .technologies-item:not(:nth-of-type(11)):not(:nth-of-type(12)) {
        border-bottom: none;
    }

    .technologies-section .technologies-item:nth-child(odd) {
        border-right: none;
    }

    .technologies-section
    .technologies-item:not(:nth-of-type(9)):not(:nth-of-type(10)):not(
			:nth-of-type(11)
		):not(:nth-of-type(12)) {
        border-bottom: 1px solid var(--border-technologies);
    }

    .technologies-section
    .technologies-item:not(:nth-of-type(4)):not(:nth-of-type(8)):not(
			:nth-of-type(12)
		) {
        border-right: 1px solid var(--border-technologies);
    }
}

.technologies-item {
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .blog-section .title {
        position: absolute;
        top: 80px;
    }

    .blog-section .blog-link {
        position: absolute;
        top: 160px;
    }
}

@media screen and (min-width: 768px) {
    .blog-swiper {
        overflow: initial;
    }
}

.blog-box {
    height: 100%;
    border-radius: 12px;
    border: 1px solid var(--bs-secondary);
    padding: 20px 12px;
    max-width: 310px;
}

@media screen and (max-width: 992px) {
    .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-box p {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 576px) {
    .blog-box {
        padding: 30px 24px;
    }
}

@media screen and (min-width: 768px) {
    .blog-box {
        padding: 30px 28px;
        max-width: 100%;
    }
}

.blog-box h4 {
    font-size: 32px;
    line-height: 42px;
    color: var(--bs-gray-dark);
    font-weight: 400;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .blog-box h4 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .blog-swiper .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.blog-slide {
    height: auto;
    width: auto;
}

@media screen and (min-width: 768px) {
    .blog-slide {
        width: calc(50% - 10px);
    }

    .blog-slide:nth-child(even) .blog-box {
        margin-top: -20px;
    }
}

.contacts-form-wrapper {
    border-radius: 12px;
    border: 1px solid #929292;
}

.contacts-form-wrapper h3 {
    font-size: clamp(32px, 3vw, 36px);
    line-height: clamp(42px, 3vw, 47px);
    color: var(--bs-gray-dark);
}

.contacts-form .input-error {
    color: var(--bs-danger);
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.contacts-form fieldset .form-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.contacts-form fieldset .form-control {
    line-height: 40px;
    width: 100%;
    background: var(--bs-white);
    border-radius: 6px;
    color: var(--bs-gray-dark);
    border: 1px solid transparent;
    outline: none;
}

.contacts-form fieldset .form-control.is-invalid {
    border: 1px solid var(--bs-danger);
}

.footer {
    font-size: 13px;
    line-height: 17px;
    color: var(--bs-gray-dark);
    border-top: 1px solid var(--bs-secondary);
}

.footer-back-to-top:hover {
    color: var(--bs-primary);
}

.footer-logo img {
    display: block;
    height: 16px;
    width: auto;
}

@media screen and (min-width: 650px) {
    .footer-logo img {
        height: 22px;
    }
}

.services-page .hero-section {
    background-position: right 90%;
    background-size: 40%;
}

@media screen and (min-width: 450px) {
    .services-page .hero-section {
        background-position: right bottom;
    }
}

@media screen and (min-width: 992px) {
    .services-page .hero-section {
        background-size: 50%;
    }
}

@media screen and (min-width: 992px) {
    .services-page-technologies-section .technologies-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        row-gap: 16px;
    }
}

.services-page-technologies-section .swiper-container {
    overflow: visible;
}

@media screen and (max-width: 991px) {
    .services-page-technologies-section .swiper-container {
        padding-right: 40px;
    }
}

.services-page-technologies-section .technologies-item {
    border-right: 1px solid var(--bs-secondary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services-page-technologies-section .technologies-item:nth-child(1) {
    border-left: 1px solid var(--bs-secondary);
}

@media screen and (min-width: 768px) {
    .services-page-technologies-section .technologies-item {
        min-width: 152px;
    }
}

@media screen and (min-width: 992px) {
    .services-page-technologies-section .technologies-item {
        width: auto;
        min-width: auto;
    }

    .services-page-technologies-section .technologies-item:nth-child(7n + 1) {
        border-left: 1px solid var(--bs-secondary);
    }
}

.services-page-technologies-section .technologies-item img {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .services-page-technologies-section .technologies-item img {
        height: 65px;
    }
}

.services-page-technologies-section .technologies-item h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bs-dark);
    font-size: 10px;
    line-height: 13px;
}

@media screen and (min-width: 768px) {
    .services-page-technologies-section .technologies-item h6 {
        font-size: 16px;
        line-height: 21px;
    }
}

.text-dark {
    color: var(--bs-gray-dark) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.projects-page .hero-section {
    background-position: 280% bottom;
    background-size: 80%;
}

@media screen and (min-width: 520px) {
    .projects-page .hero-section {
        background-position: 120% bottom;
        background-size: 60%;
    }
}

@media screen and (min-width: 992px) {
    .projects-page .hero-section {
        background-position: right bottom;
        background-size: 50%;
    }
}

.accordion-item {
    border: 0;
    margin-bottom: -1px;
    background: transparent;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}

.accordion-button {
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    font-size: 24px;
    line-height: 31px;
    color: var(--bs-dark);
    cursor: pointer;
}

.accordion-button::after,
.accordion-button::before {
    content: '';
    position: absolute;
    background-color: var(--primary-light);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    top: 50%;
    width: 12px;
    background-image: none;
}

.accordion-button::before {
    height: 2px;
    right: 33px;
    -webkit-transform: translateY(calc(-50% + 1px));
    -ms-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px));
}

.accordion-button::after {
    height: 2px;
    right: 32px;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}

.accordion-button:not(.collapsed)::after {
    -webkit-transform: translateY(calc(50% - 1px)) rotate(-180deg);
    -ms-transform: translateY(calc(50% - 1px)) rotate(-180deg);
    transform: translateY(calc(50% - 1px)) rotate(-180deg);
}

.accordion-button:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--bs-dark);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--bs-dark);
}

.accordion-header {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.accordion-body {
    border-bottom: 1px solid #c1c1c1;
}

.projects-tab-swiper .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.projects-tab-swiper .nav-tabs {
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.projects-tab-swiper .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.projects-tab-swiper .nav-link {
    border: 1px solid var(--bs-secondary);
    font-size: 14px;
    line-height: 18px;
    background: transparent;
    padding: 10px 15px;
    border-radius: 100px;
    color: #3b3838;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	white-space: nowrap;
}

.projects-tab-swiper .nav-link.active {
    background: var(--bs-gradient);
    color: var(--bs-white);
}

@media screen and (min-width: 576px) {
    .projects-tab-swiper .nav-link {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 30px;
		
    }
}

.career-page .hero-section {
    background-position: right 50%;
    background-size: 40%;
}

@media screen and (min-width: 992px) {
    .career-page .hero-section {
        background-position: right bottom;
        background-size: 43%;
    }
}

.career-info {
    border-radius: 30px;
    background: linear-gradient(329deg, #6c87de 7.89%, #3d5fd1 77.46%),
    linear-gradient(
            90deg,
            rgba(110, 136, 222, 0.6) 0%,
            rgba(58, 93, 208, 0.6) 100%
    );
    -webkit-backdrop-filter: blur(4.8000001907px);
    backdrop-filter: blur(4.8000001907px);
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .career-info {
        border-radius: 65px;
    }
}

.career-info-svg {
    position: absolute;
    max-width: 100%;
    right: -20%;
    top: -18%;
    -webkit-transform: rotate(-36.353deg);
    -ms-transform: rotate(-36.353deg);
    transform: rotate(-36.353deg);
}

@media screen and (min-width: 450px) {
    .career-info-svg {
        right: -25%;
        top: -8%;
    }
}

@media screen and (min-width: 650px) {
    .career-info-svg {
        right: 0;
        top: -20%;
    }
}

@media screen and (min-width: 768px) {
    .career-info-svg {
        -webkit-transform: rotate(-36.353deg);
        -ms-transform: rotate(-36.353deg);
        transform: rotate(-36.353deg);
        right: 0;
        top: -12%;
    }
}

.career-info .title {
    font-family: var(--bs-font-monospace);
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: clamp(2.625rem, 5vw, 4.875rem);
}

@media screen and (min-width: 768px) {
    .career-info p {
        font-size: 20px;
        line-height: 26px;
    }
}

.blog-page .hero-section {
    background-position: center bottom;
    background-size: 70%;
    padding-bottom: 200px;
}

@media screen and (min-width: 450px) {
    .blog-page .hero-section {
        padding-bottom: 300px;
        background-size: 60%;
    }
}

@media screen and (min-width: 576px) {
    .blog-page .hero-section {
        background-size: 48%;
        background-position: right bottom;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .blog-page .hero-section {
        background-size: 42%;
    }
}

.blog-page-section .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.blog-page-section .nav-tabs {
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.blog-page-section .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.blog-page-section .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(10, 10, 51, 0.46);
    padding: 10px 10px 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
}

.blog-page-section .nav-link.active,
.blog-page-section .nav-link:hover {
    border-bottom: 3px solid var(--bs-primary);
    color: var(--bs-gray-dark);
    background: transparent;
}

.blog-page .tab-content .row {
    row-gap: 12px;
}

@media screen and (min-width: 576px) {
    .blog-page .tab-content .row {
        row-gap: 28px;
    }
}

@media screen and (min-width: 992px) {
    .blog-page .tab-content .row {
        row-gap: 0;
    }
}

@media screen and (min-width: 992px) {
    /*
    .blog-page-tab-content-col:nth-child(3n + 3),
    .blog-page-tab-content-col:nth-child(3n + 4),
    .blog-page-tab-content-col:first-child {
        padding-bottom: 28px;
    }

    .blog-page-tab-content-col:nth-child(3n + 2),
    .blog-page-tab-content-col:nth-child(3n + 5),
    .blog-page-tab-content-col:nth-child(3n + 8) {
        padding-top: 28px;
    }
*/






}

.blog-page-tab-content-box {
    border-radius: 25px;
    border: 1px solid var(--bs-secondary);
    overflow: hidden;
    height: 100%;
}

.blog-page-tab-content-box-img {
    height: 210px;
}

.blog-page-tab-content-box-img img {
    /*display: block;*/
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-page-tab-content-box-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 14px;
}

@media screen and (min-width: 576px) {
    .blog-page-tab-content-box-body {
        padding: 0 16px;
    }
}

.blog-page-tab-content-box-body h4 {
    color: var(--bs-gray-dark);
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
}

.blog-page-tab-content-box-bottom {
    padding: 0 14px;
    margin-bottom: 28px;
}

@media screen and (min-width: 576px) {
    .blog-page-tab-content-box-bottom {
        padding: 0 16px;
    }
}

.blog-details-page .main-content {
    padding-top: 60px;
}

@media screen and (min-width: 768px) {
    .blog-details-page .main-content {
        padding-top: 150px;
    }
}

.blog-details-page .main-content .logo-img {
    width: 244px;
}

@media screen and (min-width: 768px) {
    .blog-details-page .main-content .logo-img {
        width: 468px;
    }
}

.blog-details-page .main-content h1 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: clamp(47px, 5vw, 83px);
    color: var(--bs-gray-dark);
    max-width: 950px;
}

.blog-details-page .main-content .main-content-img {
    border-radius: 30px;
    overflow: hidden;
    min-width: 100%;
}

@media screen and (min-width: 768px) {
    .blog-details-page .main-content .main-content-img {
        border-radius: 39px;
    }
}

.blog-details-page .main-content .main-content-img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
/*
.blog-details-page .main-text p {
    font-size: clamp(16px, 3vw, 32px);
    line-height: clamp(21px, 3vw, 42px);
    margin-bottom: 20px;
}
*/
.blog-details-page .main-text p {
    font-size: 1.25rem;
    line-height: 125%;
    margin-bottom: 20px;
}

.blog-details-page .linkedin-slide {
    width: 280px;
    height: 280px;
    display: block;
}

.blog-details-page .linkedin-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts-page-hero {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .contacts-page-hero {
        min-height: 640px;
    }
}

.contacts-page-hero-content h1 {
    font-size: clamp(48px, 5vw, 75px);
    line-height: clamp(62px, 5vw, 98px);
    color: var(--bs-gray-dark);
    white-space: nowrap;
}

.contacts-page-hero-content p {
    font-size: clamp(32px, 4vw, 36px);
    line-height: clamp(42px, 4vw, 47px);
    color: var(--bs-gray-dark);
    white-space: nowrap;
}

.contacts-page-hero-content a {
    font-size: clamp(24px, 4vw, 36px);
    line-height: clamp(31px, 4vw, 47px);
    white-space: nowrap;
}

.contacts-page-hero-image {
    position: relative;
}

.contacts-page-hero-image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1200px) {
    .contacts-page-hero-image img {
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .contacts-page-hero-image {
        position: absolute;
        right: -18%;
        top: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .contacts-page-hero-image {
        right: -28%;
    }
}

.contacts-page-hero-image .map-text {
    position: absolute;
    font-weight: 500;
    background: var(--bs-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: 23%;
    left: 2%;
}

@media screen and (min-width: 768px) {
    .contacts-page-hero-image .map-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 992px) {
    .contacts-page-hero-image .map-text {
        bottom: 30px;
        left: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .contacts-page-hero-image .map-text {
        bottom: 130px;
        left: -50px;
    }
}


.project-category-block {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
@media(max-width: 768px){
    .project-category-block {
        grid-template-columns: 1fr;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fade-in .5s ease-in-out;
}
.none {
    display: none !important;
}
.blog-all-cards{
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

/* Применение стиля ко всем вторым элементам в ряду */
.blog-all-cards > .blog-page-tab-content-col:nth-child(3n + 2) {
    padding-top: 28px;
}

/* Применение стиля ко всем первым и третьим элементам в ряду */
.blog-all-cards > .blog-page-tab-content-col:nth-child(3n),
.blog-all-cards > .blog-page-tab-content-col:nth-child(3n+1) {
    padding-bottom: 28px;
}

@media(max-width: 991px){
    .blog-all-cards{
        grid-template-columns: 1fr 1fr ;
        grid-gap: 20px;
    }
    .blog-all-cards > .blog-page-tab-content-col:nth-child(3n + 2) {
        padding-top: 0;
    }

    /* Применение стиля ко всем первым и третьим элементам в ряду */
    .blog-all-cards > .blog-page-tab-content-col:nth-child(3n),
    .blog-all-cards > .blog-page-tab-content-col:nth-child(3n+1) {
        padding-bottom: 0;
    }
}

@media(max-width: 690px) {
    .blog-all-cards {
        grid-template-columns: 1fr ;
        grid-gap: 20px;
    }
}
.active-top-menu{
    background: linear-gradient(
            90deg,
            var(--primary-light) 0%,
            var(--bs-primary) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-box__logo{
    max-width: 78px;
}

.wp-block-image img {
    border-radius: 20px;
	min-width: 100% !important;
}
.wp-block-image :where(figcaption) {
   margin-bottom: .8em;
    margin-top: .2em;
    text-align: center;
    font-size: .9rem;
    font-style: italic;
}

.contacts-form fieldset .form-control{
	border: 1px solid #e5e0e0dd;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 1rem;
    font-weight: 100;
    line-height: 1.6;
}