.sw-w-full { width: 100% !important; }
.sw-w-auto { width: auto !important; }

@media (min-width: 576px) {
    .sw-sm-w-full { width: 100% !important; }
    .sw-sm-w-auto { width: auto !important; }
}
@media (min-width: 768px) {
    .sw-md-w-full { width: 100% !important; }
    .sw-md-w-auto { width: auto !important; }
}
@media (min-width: 992px) {
    .sw-lg-w-full { width: 100% !important; }
    .sw-lg-w-auto { width: auto !important; }
}
@media (min-width: 1200px) {
    .sw-xl-w-full { width: 100% !important; }
    .sw-xl-w-auto { width: auto !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-w-full { width: 100% !important; }
    .sw-xxl-w-auto { width: auto !important; }
}

/* padding */

.sw-p-0 { padding: 0 !important; }
.sw-p-8 { padding: 8px !important; }
.sw-p-16 { padding: 16px !important; }
.sw-p-24 { padding: 24px !important; }
.sw-p-32 { padding: 32px !important; }
.sw-p-40 { padding: 40px !important; }
.sw-p-48 { padding: 48px !important; }
.sw-p-56 { padding: 56px !important; }
.sw-p-64 { padding: 64px !important; }
.sw-p-72 { padding: 72px !important; }
.sw-p-80 { padding: 80px !important; }

.sw-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.sw-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
.sw-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
.sw-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
.sw-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
.sw-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
.sw-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
.sw-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
.sw-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
.sw-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
.sw-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

.sw-pl-0 { padding-left: 0 !important; }
.sw-pl-8 { padding-left: 8px !important; }
.sw-pl-16 { padding-left: 16px !important; }
.sw-pl-24 { padding-left: 24px !important; }
.sw-pl-32 { padding-left: 32px !important; }
.sw-pl-40 { padding-left: 40px !important; }
.sw-pl-48 { padding-left: 48px !important; }
.sw-pl-56 { padding-left: 56px !important; }
.sw-pl-64 { padding-left: 64px !important; }
.sw-pl-72 { padding-left: 72px !important; }
.sw-pl-80 { padding-left: 80px !important; }

.sw-pr-0 { padding-right: 0 !important; }
.sw-pr-8 { padding-right: 8px !important; }
.sw-pr-16 { padding-right: 16px !important; }
.sw-pr-24 { padding-right: 24px !important; }
.sw-pr-32 { padding-right: 32px !important; }
.sw-pr-40 { padding-right: 40px !important; }
.sw-pr-48 { padding-right: 48px !important; }
.sw-pr-56 { padding-right: 56px !important; }
.sw-pr-64 { padding-right: 64px !important; }
.sw-pr-72 { padding-right: 72px !important; }
.sw-pr-80 { padding-right: 80px !important; }

.sw-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.sw-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
.sw-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
.sw-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
.sw-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
.sw-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.sw-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
.sw-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
.sw-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
.sw-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
.sw-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

.sw-pt-0 { padding-top: 0 !important; }
.sw-pt-8 { padding-top: 8px !important; }
.sw-pt-16 { padding-top: 16px !important; }
.sw-pt-24 { padding-top: 24px !important; }
.sw-pt-32 { padding-top: 32px !important; }
.sw-pt-40 { padding-top: 40px !important; }
.sw-pt-48 { padding-top: 48px !important; }
.sw-pt-56 { padding-top: 56px !important; }
.sw-pt-64 { padding-top: 64px !important; }
.sw-pt-72 { padding-top: 72px !important; }
.sw-pt-80 { padding-top: 80px !important; }

.sw-pb-0 { padding-bottom: 0 !important; }
.sw-pb-8 { padding-bottom: 8px !important; }
.sw-pb-16 { padding-bottom: 16px !important; }
.sw-pb-24 { padding-bottom: 24px !important; }
.sw-pb-32 { padding-bottom: 32px !important; }
.sw-pb-40 { padding-bottom: 40px !important; }
.sw-pb-48 { padding-bottom: 48px !important; }
.sw-pb-56 { padding-bottom: 56px !important; }
.sw-pb-64 { padding-bottom: 64px !important; }
.sw-pb-72 { padding-bottom: 72px !important; }
.sw-pb-80 { padding-bottom: 80px !important; }

@media (min-width: 576px) {
    .sw-sm-p-0 { padding: 0 !important; }
    .sw-sm-p-8 { padding: 8px !important; }
    .sw-sm-p-16 { padding: 16px !important; }
    .sw-sm-p-24 { padding: 24px !important; }
    .sw-sm-p-32 { padding: 32px !important; }
    .sw-sm-p-40 { padding: 40px !important; }
    .sw-sm-p-48 { padding: 48px !important; }
    .sw-sm-p-56 { padding: 56px !important; }
    .sw-sm-p-64 { padding: 64px !important; }
    .sw-sm-p-72 { padding: 72px !important; }
    .sw-sm-p-80 { padding: 80px !important; }

    .sw-sm-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sw-sm-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
    .sw-sm-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
    .sw-sm-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
    .sw-sm-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
    .sw-sm-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
    .sw-sm-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
    .sw-sm-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
    .sw-sm-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
    .sw-sm-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
    .sw-sm-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

    .sw-sm-pl-0 { padding-left: 0 !important; }
    .sw-sm-pl-8 { padding-left: 8px !important; }
    .sw-sm-pl-16 { padding-left: 16px !important; }
    .sw-sm-pl-24 { padding-left: 24px !important; }
    .sw-sm-pl-32 { padding-left: 32px !important; }
    .sw-sm-pl-40 { padding-left: 40px !important; }
    .sw-sm-pl-48 { padding-left: 48px !important; }
    .sw-sm-pl-56 { padding-left: 56px !important; }
    .sw-sm-pl-64 { padding-left: 64px !important; }
    .sw-sm-pl-72 { padding-left: 72px !important; }
    .sw-sm-pl-80 { padding-left: 80px !important; }

    .sw-sm-pr-0 { padding-right: 0 !important; }
    .sw-sm-pr-8 { padding-right: 8px !important; }
    .sw-sm-pr-16 { padding-right: 16px !important; }
    .sw-sm-pr-24 { padding-right: 24px !important; }
    .sw-sm-pr-32 { padding-right: 32px !important; }
    .sw-sm-pr-40 { padding-right: 40px !important; }
    .sw-sm-pr-48 { padding-right: 48px !important; }
    .sw-sm-pr-56 { padding-right: 56px !important; }
    .sw-sm-pr-64 { padding-right: 64px !important; }
    .sw-sm-pr-72 { padding-right: 72px !important; }
    .sw-sm-pr-80 { padding-right: 80px !important; }

    .sw-sm-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .sw-sm-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
    .sw-sm-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
    .sw-sm-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
    .sw-sm-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
    .sw-sm-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .sw-sm-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
    .sw-sm-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
    .sw-sm-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
    .sw-sm-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
    .sw-sm-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    .sw-sm-pt-0 { padding-top: 0 !important; }
    .sw-sm-pt-8 { padding-top: 8px !important; }
    .sw-sm-pt-16 { padding-top: 16px !important; }
    .sw-sm-pt-24 { padding-top: 24px !important; }
    .sw-sm-pt-32 { padding-top: 32px !important; }
    .sw-sm-pt-40 { padding-top: 40px !important; }
    .sw-sm-pt-48 { padding-top: 48px !important; }
    .sw-sm-pt-56 { padding-top: 56px !important; }
    .sw-sm-pt-64 { padding-top: 64px !important; }
    .sw-sm-pt-72 { padding-top: 72px !important; }
    .sw-sm-pt-80 { padding-top: 80px !important; }

    .sw-sm-pb-0 { padding-bottom: 0 !important; }
    .sw-sm-pb-8 { padding-bottom: 8px !important; }
    .sw-sm-pb-16 { padding-bottom: 16px !important; }
    .sw-sm-pb-24 { padding-bottom: 24px !important; }
    .sw-sm-pb-32 { padding-bottom: 32px !important; }
    .sw-sm-pb-40 { padding-bottom: 40px !important; }
    .sw-sm-pb-48 { padding-bottom: 48px !important; }
    .sw-sm-pb-56 { padding-bottom: 56px !important; }
    .sw-sm-pb-64 { padding-bottom: 64px !important; }
    .sw-sm-pb-72 { padding-bottom: 72px !important; }
    .sw-sm-pb-80 { padding-bottom: 80px !important; }
}
@media (min-width: 768px) {
    .sw-md-p-0 { padding: 0 !important; }
    .sw-md-p-8 { padding: 8px !important; }
    .sw-md-p-16 { padding: 16px !important; }
    .sw-md-p-24 { padding: 24px !important; }
    .sw-md-p-32 { padding: 32px !important; }
    .sw-md-p-40 { padding: 40px !important; }
    .sw-md-p-48 { padding: 48px !important; }
    .sw-md-p-56 { padding: 56px !important; }
    .sw-md-p-64 { padding: 64px !important; }
    .sw-md-p-72 { padding: 72px !important; }
    .sw-md-p-80 { padding: 80px !important; }

    .sw-md-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sw-md-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
    .sw-md-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
    .sw-md-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
    .sw-md-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
    .sw-md-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
    .sw-md-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
    .sw-md-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
    .sw-md-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
    .sw-md-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
    .sw-md-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

    .sw-md-pl-0 { padding-left: 0 !important; }
    .sw-md-pl-8 { padding-left: 8px !important; }
    .sw-md-pl-16 { padding-left: 16px !important; }
    .sw-md-pl-24 { padding-left: 24px !important; }
    .sw-md-pl-32 { padding-left: 32px !important; }
    .sw-md-pl-40 { padding-left: 40px !important; }
    .sw-md-pl-48 { padding-left: 48px !important; }
    .sw-md-pl-56 { padding-left: 56px !important; }
    .sw-md-pl-64 { padding-left: 64px !important; }
    .sw-md-pl-72 { padding-left: 72px !important; }
    .sw-md-pl-80 { padding-left: 80px !important; }

    .sw-md-pr-0 { padding-right: 0 !important; }
    .sw-md-pr-8 { padding-right: 8px !important; }
    .sw-md-pr-16 { padding-right: 16px !important; }
    .sw-md-pr-24 { padding-right: 24px !important; }
    .sw-md-pr-32 { padding-right: 32px !important; }
    .sw-md-pr-40 { padding-right: 40px !important; }
    .sw-md-pr-48 { padding-right: 48px !important; }
    .sw-md-pr-56 { padding-right: 56px !important; }
    .sw-md-pr-64 { padding-right: 64px !important; }
    .sw-md-pr-72 { padding-right: 72px !important; }
    .sw-md-pr-80 { padding-right: 80px !important; }

    .sw-md-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .sw-md-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
    .sw-md-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
    .sw-md-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
    .sw-md-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
    .sw-md-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .sw-md-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
    .sw-md-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
    .sw-md-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
    .sw-md-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
    .sw-md-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    .sw-md-pt-0 { padding-top: 0 !important; }
    .sw-md-pt-8 { padding-top: 8px !important; }
    .sw-md-pt-16 { padding-top: 16px !important; }
    .sw-md-pt-24 { padding-top: 24px !important; }
    .sw-md-pt-32 { padding-top: 32px !important; }
    .sw-md-pt-40 { padding-top: 40px !important; }
    .sw-md-pt-48 { padding-top: 48px !important; }
    .sw-md-pt-56 { padding-top: 56px !important; }
    .sw-md-pt-64 { padding-top: 64px !important; }
    .sw-md-pt-72 { padding-top: 72px !important; }
    .sw-md-pt-80 { padding-top: 80px !important; }

    .sw-md-pb-0 { padding-bottom: 0 !important; }
    .sw-md-pb-8 { padding-bottom: 8px !important; }
    .sw-md-pb-16 { padding-bottom: 16px !important; }
    .sw-md-pb-24 { padding-bottom: 24px !important; }
    .sw-md-pb-32 { padding-bottom: 32px !important; }
    .sw-md-pb-40 { padding-bottom: 40px !important; }
    .sw-md-pb-48 { padding-bottom: 48px !important; }
    .sw-md-pb-56 { padding-bottom: 56px !important; }
    .sw-md-pb-64 { padding-bottom: 64px !important; }
    .sw-md-pb-72 { padding-bottom: 72px !important; }
    .sw-md-pb-80 { padding-bottom: 80px !important; }
}
@media (min-width: 992px) {
    .sw-lg-p-0 { padding: 0 !important; }
    .sw-lg-p-8 { padding: 8px !important; }
    .sw-lg-p-16 { padding: 16px !important; }
    .sw-lg-p-24 { padding: 24px !important; }
    .sw-lg-p-32 { padding: 32px !important; }
    .sw-lg-p-40 { padding: 40px !important; }
    .sw-lg-p-48 { padding: 48px !important; }
    .sw-lg-p-56 { padding: 56px !important; }
    .sw-lg-p-64 { padding: 64px !important; }
    .sw-lg-p-72 { padding: 72px !important; }
    .sw-lg-p-80 { padding: 80px !important; }

    .sw-lg-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sw-lg-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
    .sw-lg-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
    .sw-lg-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
    .sw-lg-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
    .sw-lg-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
    .sw-lg-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
    .sw-lg-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
    .sw-lg-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
    .sw-lg-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
    .sw-lg-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

    .sw-lg-pl-0 { padding-left: 0 !important; }
    .sw-lg-pl-8 { padding-left: 8px !important; }
    .sw-lg-pl-16 { padding-left: 16px !important; }
    .sw-lg-pl-24 { padding-left: 24px !important; }
    .sw-lg-pl-32 { padding-left: 32px !important; }
    .sw-lg-pl-40 { padding-left: 40px !important; }
    .sw-lg-pl-48 { padding-left: 48px !important; }
    .sw-lg-pl-56 { padding-left: 56px !important; }
    .sw-lg-pl-64 { padding-left: 64px !important; }
    .sw-lg-pl-72 { padding-left: 72px !important; }
    .sw-lg-pl-80 { padding-left: 80px !important; }

    .sw-lg-pr-0 { padding-right: 0 !important; }
    .sw-lg-pr-8 { padding-right: 8px !important; }
    .sw-lg-pr-16 { padding-right: 16px !important; }
    .sw-lg-pr-24 { padding-right: 24px !important; }
    .sw-lg-pr-32 { padding-right: 32px !important; }
    .sw-lg-pr-40 { padding-right: 40px !important; }
    .sw-lg-pr-48 { padding-right: 48px !important; }
    .sw-lg-pr-56 { padding-right: 56px !important; }
    .sw-lg-pr-64 { padding-right: 64px !important; }
    .sw-lg-pr-72 { padding-right: 72px !important; }
    .sw-lg-pr-80 { padding-right: 80px !important; }

    .sw-lg-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .sw-lg-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
    .sw-lg-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
    .sw-lg-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
    .sw-lg-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
    .sw-lg-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .sw-lg-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
    .sw-lg-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
    .sw-lg-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
    .sw-lg-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
    .sw-lg-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    .sw-lg-pt-0 { padding-top: 0 !important; }
    .sw-lg-pt-8 { padding-top: 8px !important; }
    .sw-lg-pt-16 { padding-top: 16px !important; }
    .sw-lg-pt-24 { padding-top: 24px !important; }
    .sw-lg-pt-32 { padding-top: 32px !important; }
    .sw-lg-pt-40 { padding-top: 40px !important; }
    .sw-lg-pt-48 { padding-top: 48px !important; }
    .sw-lg-pt-56 { padding-top: 56px !important; }
    .sw-lg-pt-64 { padding-top: 64px !important; }
    .sw-lg-pt-72 { padding-top: 72px !important; }
    .sw-lg-pt-80 { padding-top: 80px !important; }

    .sw-lg-pb-0 { padding-bottom: 0 !important; }
    .sw-lg-pb-8 { padding-bottom: 8px !important; }
    .sw-lg-pb-16 { padding-bottom: 16px !important; }
    .sw-lg-pb-24 { padding-bottom: 24px !important; }
    .sw-lg-pb-32 { padding-bottom: 32px !important; }
    .sw-lg-pb-40 { padding-bottom: 40px !important; }
    .sw-lg-pb-48 { padding-bottom: 48px !important; }
    .sw-lg-pb-56 { padding-bottom: 56px !important; }
    .sw-lg-pb-64 { padding-bottom: 64px !important; }
    .sw-lg-pb-72 { padding-bottom: 72px !important; }
    .sw-lg-pb-80 { padding-bottom: 80px !important; }
}
@media (min-width: 1200px) {
    .sw-xl-p-0 { padding: 0 !important; }
    .sw-xl-p-8 { padding: 8px !important; }
    .sw-xl-p-16 { padding: 16px !important; }
    .sw-xl-p-24 { padding: 24px !important; }
    .sw-xl-p-32 { padding: 32px !important; }
    .sw-xl-p-40 { padding: 40px !important; }
    .sw-xl-p-48 { padding: 48px !important; }
    .sw-xl-p-56 { padding: 56px !important; }
    .sw-xl-p-64 { padding: 64px !important; }
    .sw-xl-p-72 { padding: 72px !important; }
    .sw-xl-p-80 { padding: 80px !important; }

    .sw-xl-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sw-xl-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
    .sw-xl-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
    .sw-xl-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
    .sw-xl-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
    .sw-xl-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
    .sw-xl-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
    .sw-xl-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
    .sw-xl-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
    .sw-xl-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
    .sw-xl-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

    .sw-xl-pl-0 { padding-left: 0 !important; }
    .sw-xl-pl-8 { padding-left: 8px !important; }
    .sw-xl-pl-16 { padding-left: 16px !important; }
    .sw-xl-pl-24 { padding-left: 24px !important; }
    .sw-xl-pl-32 { padding-left: 32px !important; }
    .sw-xl-pl-40 { padding-left: 40px !important; }
    .sw-xl-pl-48 { padding-left: 48px !important; }
    .sw-xl-pl-56 { padding-left: 56px !important; }
    .sw-xl-pl-64 { padding-left: 64px !important; }
    .sw-xl-pl-72 { padding-left: 72px !important; }
    .sw-xl-pl-80 { padding-left: 80px !important; }

    .sw-xl-pr-0 { padding-right: 0 !important; }
    .sw-xl-pr-8 { padding-right: 8px !important; }
    .sw-xl-pr-16 { padding-right: 16px !important; }
    .sw-xl-pr-24 { padding-right: 24px !important; }
    .sw-xl-pr-32 { padding-right: 32px !important; }
    .sw-xl-pr-40 { padding-right: 40px !important; }
    .sw-xl-pr-48 { padding-right: 48px !important; }
    .sw-xl-pr-56 { padding-right: 56px !important; }
    .sw-xl-pr-64 { padding-right: 64px !important; }
    .sw-xl-pr-72 { padding-right: 72px !important; }
    .sw-xl-pr-80 { padding-right: 80px !important; }

    .sw-xl-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .sw-xl-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
    .sw-xl-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
    .sw-xl-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
    .sw-xl-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
    .sw-xl-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .sw-xl-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
    .sw-xl-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
    .sw-xl-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
    .sw-xl-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
    .sw-xl-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    .sw-xl-pt-0 { padding-top: 0 !important; }
    .sw-xl-pt-8 { padding-top: 8px !important; }
    .sw-xl-pt-16 { padding-top: 16px !important; }
    .sw-xl-pt-24 { padding-top: 24px !important; }
    .sw-xl-pt-32 { padding-top: 32px !important; }
    .sw-xl-pt-40 { padding-top: 40px !important; }
    .sw-xl-pt-48 { padding-top: 48px !important; }
    .sw-xl-pt-56 { padding-top: 56px !important; }
    .sw-xl-pt-64 { padding-top: 64px !important; }
    .sw-xl-pt-72 { padding-top: 72px !important; }
    .sw-xl-pt-80 { padding-top: 80px !important; }

    .sw-xl-pb-0 { padding-bottom: 0 !important; }
    .sw-xl-pb-8 { padding-bottom: 8px !important; }
    .sw-xl-pb-16 { padding-bottom: 16px !important; }
    .sw-xl-pb-24 { padding-bottom: 24px !important; }
    .sw-xl-pb-32 { padding-bottom: 32px !important; }
    .sw-xl-pb-40 { padding-bottom: 40px !important; }
    .sw-xl-pb-48 { padding-bottom: 48px !important; }
    .sw-xl-pb-56 { padding-bottom: 56px !important; }
    .sw-xl-pb-64 { padding-bottom: 64px !important; }
    .sw-xl-pb-72 { padding-bottom: 72px !important; }
    .sw-xl-pb-80 { padding-bottom: 80px !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-p-0 { padding: 0 !important; }
    .sw-xxl-p-8 { padding: 8px !important; }
    .sw-xxl-p-16 { padding: 16px !important; }
    .sw-xxl-p-24 { padding: 24px !important; }
    .sw-xxl-p-32 { padding: 32px !important; }
    .sw-xxl-p-40 { padding: 40px !important; }
    .sw-xxl-p-48 { padding: 48px !important; }
    .sw-xxl-p-56 { padding: 56px !important; }
    .sw-xxl-p-64 { padding: 64px !important; }
    .sw-xxl-p-72 { padding: 72px !important; }
    .sw-xxl-p-80 { padding: 80px !important; }

    .sw-xxl-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sw-xxl-px-8 { padding-left: 8px !important; padding-right: 8px !important; }
    .sw-xxl-px-16 { padding-left: 16px !important; padding-right: 16px !important; }
    .sw-xxl-px-24 { padding-left: 24px !important; padding-right: 24px !important; }
    .sw-xxl-px-32 { padding-left: 32px !important; padding-right: 32px !important; }
    .sw-xxl-px-40 { padding-left: 40px !important; padding-right: 40px !important; }
    .sw-xxl-px-48 { padding-left: 48px !important; padding-right: 48px !important; }
    .sw-xxl-px-56 { padding-left: 56px !important; padding-right: 56px !important; }
    .sw-xxl-px-64 { padding-left: 64px !important; padding-right: 64px !important; }
    .sw-xxl-px-72 { padding-left: 72px !important; padding-right: 72px !important; }
    .sw-xxl-px-80 { padding-left: 80px !important; padding-right: 80px !important; }

    .sw-xxl-pl-0 { padding-left: 0 !important; }
    .sw-xxl-pl-8 { padding-left: 8px !important; }
    .sw-xxl-pl-16 { padding-left: 16px !important; }
    .sw-xxl-pl-24 { padding-left: 24px !important; }
    .sw-xxl-pl-32 { padding-left: 32px !important; }
    .sw-xxl-pl-40 { padding-left: 40px !important; }
    .sw-xxl-pl-48 { padding-left: 48px !important; }
    .sw-xxl-pl-56 { padding-left: 56px !important; }
    .sw-xxl-pl-64 { padding-left: 64px !important; }
    .sw-xxl-pl-72 { padding-left: 72px !important; }
    .sw-xxl-pl-80 { padding-left: 80px !important; }

    .sw-xxl-pr-0 { padding-right: 0 !important; }
    .sw-xxl-pr-8 { padding-right: 8px !important; }
    .sw-xxl-pr-16 { padding-right: 16px !important; }
    .sw-xxl-pr-24 { padding-right: 24px !important; }
    .sw-xxl-pr-32 { padding-right: 32px !important; }
    .sw-xxl-pr-40 { padding-right: 40px !important; }
    .sw-xxl-pr-48 { padding-right: 48px !important; }
    .sw-xxl-pr-56 { padding-right: 56px !important; }
    .sw-xxl-pr-64 { padding-right: 64px !important; }
    .sw-xxl-pr-72 { padding-right: 72px !important; }
    .sw-xxl-pr-80 { padding-right: 80px !important; }

    .sw-xxl-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .sw-xxl-py-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
    .sw-xxl-py-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
    .sw-xxl-py-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
    .sw-xxl-py-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
    .sw-xxl-py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .sw-xxl-py-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
    .sw-xxl-py-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
    .sw-xxl-py-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
    .sw-xxl-py-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
    .sw-xxl-py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    .sw-xxl-pt-0 { padding-top: 0 !important; }
    .sw-xxl-pt-8 { padding-top: 8px !important; }
    .sw-xxl-pt-16 { padding-top: 16px !important; }
    .sw-xxl-pt-24 { padding-top: 24px !important; }
    .sw-xxl-pt-32 { padding-top: 32px !important; }
    .sw-xxl-pt-40 { padding-top: 40px !important; }
    .sw-xxl-pt-48 { padding-top: 48px !important; }
    .sw-xxl-pt-56 { padding-top: 56px !important; }
    .sw-xxl-pt-64 { padding-top: 64px !important; }
    .sw-xxl-pt-72 { padding-top: 72px !important; }
    .sw-xxl-pt-80 { padding-top: 80px !important; }

    .sw-xxl-pb-0 { padding-bottom: 0 !important; }
    .sw-xxl-pb-8 { padding-bottom: 8px !important; }
    .sw-xxl-pb-16 { padding-bottom: 16px !important; }
    .sw-xxl-pb-24 { padding-bottom: 24px !important; }
    .sw-xxl-pb-32 { padding-bottom: 32px !important; }
    .sw-xxl-pb-40 { padding-bottom: 40px !important; }
    .sw-xxl-pb-48 { padding-bottom: 48px !important; }
    .sw-xxl-pb-56 { padding-bottom: 56px !important; }
    .sw-xxl-pb-64 { padding-bottom: 64px !important; }
    .sw-xxl-pb-72 { padding-bottom: 72px !important; }
    .sw-xxl-pb-80 { padding-bottom: 80px !important; }
}

/* margin */

.sw-m-0 { margin: 0 !important; }
.sw-m-8 { margin: 8px !important; }
.sw-m-16 { margin: 16px !important; }
.sw-m-24 { margin: 24px !important; }
.sw-m-32 { margin: 32px !important; }
.sw-m-40 { margin: 40px !important; }
.sw-m-48 { margin: 48px !important; }
.sw-m-56 { margin: 56px !important; }
.sw-m-64 { margin: 64px !important; }
.sw-m-72 { margin: 72px !important; }
.sw-m-80 { margin: 80px !important; }

.sw-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.sw-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
.sw-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
.sw-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
.sw-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
.sw-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
.sw-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
.sw-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
.sw-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
.sw-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
.sw-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

.sw-ml-0 { margin-left: 0 !important; }
.sw-ml-8 { margin-left: 8px !important; }
.sw-ml-16 { margin-left: 16px !important; }
.sw-ml-24 { margin-left: 24px !important; }
.sw-ml-32 { margin-left: 32px !important; }
.sw-ml-40 { margin-left: 40px !important; }
.sw-ml-48 { margin-left: 48px !important; }
.sw-ml-56 { margin-left: 56px !important; }
.sw-ml-64 { margin-left: 64px !important; }
.sw-ml-72 { margin-left: 72px !important; }
.sw-ml-80 { margin-left: 80px !important; }

.sw-mr-0 { margin-right: 0 !important; }
.sw-mr-8 { margin-right: 8px !important; }
.sw-mr-16 { margin-right: 16px !important; }
.sw-mr-24 { margin-right: 24px !important; }
.sw-mr-32 { margin-right: 32px !important; }
.sw-mr-40 { margin-right: 40px !important; }
.sw-mr-48 { margin-right: 48px !important; }
.sw-mr-56 { margin-right: 56px !important; }
.sw-mr-64 { margin-right: 64px !important; }
.sw-mr-72 { margin-right: 72px !important; }
.sw-mr-80 { margin-right: 80px !important; }

.sw-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.sw-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
.sw-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
.sw-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
.sw-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
.sw-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.sw-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
.sw-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
.sw-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
.sw-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
.sw-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

.sw-mt-0 { margin-top: 0 !important; }
.sw-mt-8 { margin-top: 8px !important; }
.sw-mt-16 { margin-top: 16px !important; }
.sw-mt-24 { margin-top: 24px !important; }
.sw-mt-32 { margin-top: 32px !important; }
.sw-mt-40 { margin-top: 40px !important; }
.sw-mt-48 { margin-top: 48px !important; }
.sw-mt-56 { margin-top: 56px !important; }
.sw-mt-64 { margin-top: 64px !important; }
.sw-mt-72 { margin-top: 72px !important; }
.sw-mt-80 { margin-top: 80px !important; }

.sw-mb-0 { margin-bottom: 0 !important; }
.sw-mb-8 { margin-bottom: 8px !important; }
.sw-mb-16 { margin-bottom: 16px !important; }
.sw-mb-24 { margin-bottom: 24px !important; }
.sw-mb-32 { margin-bottom: 32px !important; }
.sw-mb-40 { margin-bottom: 40px !important; }
.sw-mb-48 { margin-bottom: 48px !important; }
.sw-mb-56 { margin-bottom: 56px !important; }
.sw-mb-64 { margin-bottom: 64px !important; }
.sw-mb-72 { margin-bottom: 72px !important; }
.sw-mb-80 { margin-bottom: 80px !important; }

@media (min-width: 576px) {
    .sw-sm-m-0 { margin: 0 !important; }
    .sw-sm-m-8 { margin: 8px !important; }
    .sw-sm-m-16 { margin: 16px !important; }
    .sw-sm-m-24 { margin: 24px !important; }
    .sw-sm-m-32 { margin: 32px !important; }
    .sw-sm-m-40 { margin: 40px !important; }
    .sw-sm-m-48 { margin: 48px !important; }
    .sw-sm-m-56 { margin: 56px !important; }
    .sw-sm-m-64 { margin: 64px !important; }
    .sw-sm-m-72 { margin: 72px !important; }
    .sw-sm-m-80 { margin: 80px !important; }

    .sw-sm-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .sw-sm-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
    .sw-sm-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
    .sw-sm-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
    .sw-sm-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
    .sw-sm-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
    .sw-sm-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
    .sw-sm-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
    .sw-sm-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
    .sw-sm-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
    .sw-sm-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

    .sw-sm-ml-0 { margin-left: 0 !important; }
    .sw-sm-ml-8 { margin-left: 8px !important; }
    .sw-sm-ml-16 { margin-left: 16px !important; }
    .sw-sm-ml-24 { margin-left: 24px !important; }
    .sw-sm-ml-32 { margin-left: 32px !important; }
    .sw-sm-ml-40 { margin-left: 40px !important; }
    .sw-sm-ml-48 { margin-left: 48px !important; }
    .sw-sm-ml-56 { margin-left: 56px !important; }
    .sw-sm-ml-64 { margin-left: 64px !important; }
    .sw-sm-ml-72 { margin-left: 72px !important; }
    .sw-sm-ml-80 { margin-left: 80px !important; }

    .sw-sm-mr-0 { margin-right: 0 !important; }
    .sw-sm-mr-8 { margin-right: 8px !important; }
    .sw-sm-mr-16 { margin-right: 16px !important; }
    .sw-sm-mr-24 { margin-right: 24px !important; }
    .sw-sm-mr-32 { margin-right: 32px !important; }
    .sw-sm-mr-40 { margin-right: 40px !important; }
    .sw-sm-mr-48 { margin-right: 48px !important; }
    .sw-sm-mr-56 { margin-right: 56px !important; }
    .sw-sm-mr-64 { margin-right: 64px !important; }
    .sw-sm-mr-72 { margin-right: 72px !important; }
    .sw-sm-mr-80 { margin-right: 80px !important; }

    .sw-sm-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .sw-sm-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
    .sw-sm-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
    .sw-sm-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
    .sw-sm-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
    .sw-sm-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
    .sw-sm-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
    .sw-sm-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
    .sw-sm-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
    .sw-sm-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
    .sw-sm-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    .sw-sm-mt-0 { margin-top: 0 !important; }
    .sw-sm-mt-8 { margin-top: 8px !important; }
    .sw-sm-mt-16 { margin-top: 16px !important; }
    .sw-sm-mt-24 { margin-top: 24px !important; }
    .sw-sm-mt-32 { margin-top: 32px !important; }
    .sw-sm-mt-40 { margin-top: 40px !important; }
    .sw-sm-mt-48 { margin-top: 48px !important; }
    .sw-sm-mt-56 { margin-top: 56px !important; }
    .sw-sm-mt-64 { margin-top: 64px !important; }
    .sw-sm-mt-72 { margin-top: 72px !important; }
    .sw-sm-mt-80 { margin-top: 80px !important; }

    .sw-sm-mb-0 { margin-bottom: 0 !important; }
    .sw-sm-mb-8 { margin-bottom: 8px !important; }
    .sw-sm-mb-16 { margin-bottom: 16px !important; }
    .sw-sm-mb-24 { margin-bottom: 24px !important; }
    .sw-sm-mb-32 { margin-bottom: 32px !important; }
    .sw-sm-mb-40 { margin-bottom: 40px !important; }
    .sw-sm-mb-48 { margin-bottom: 48px !important; }
    .sw-sm-mb-56 { margin-bottom: 56px !important; }
    .sw-sm-mb-64 { margin-bottom: 64px !important; }
    .sw-sm-mb-72 { margin-bottom: 72px !important; }
    .sw-sm-mb-80 { margin-bottom: 80px !important; }
}
@media (min-width: 768px) {
    .sw-md-m-0 { margin: 0 !important; }
    .sw-md-m-8 { margin: 8px !important; }
    .sw-md-m-16 { margin: 16px !important; }
    .sw-md-m-24 { margin: 24px !important; }
    .sw-md-m-32 { margin: 32px !important; }
    .sw-md-m-40 { margin: 40px !important; }
    .sw-md-m-48 { margin: 48px !important; }
    .sw-md-m-56 { margin: 56px !important; }
    .sw-md-m-64 { margin: 64px !important; }
    .sw-md-m-72 { margin: 72px !important; }
    .sw-md-m-80 { margin: 80px !important; }

    .sw-md-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .sw-md-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
    .sw-md-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
    .sw-md-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
    .sw-md-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
    .sw-md-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
    .sw-md-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
    .sw-md-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
    .sw-md-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
    .sw-md-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
    .sw-md-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

    .sw-md-ml-0 { margin-left: 0 !important; }
    .sw-md-ml-8 { margin-left: 8px !important; }
    .sw-md-ml-16 { margin-left: 16px !important; }
    .sw-md-ml-24 { margin-left: 24px !important; }
    .sw-md-ml-32 { margin-left: 32px !important; }
    .sw-md-ml-40 { margin-left: 40px !important; }
    .sw-md-ml-48 { margin-left: 48px !important; }
    .sw-md-ml-56 { margin-left: 56px !important; }
    .sw-md-ml-64 { margin-left: 64px !important; }
    .sw-md-ml-72 { margin-left: 72px !important; }
    .sw-md-ml-80 { margin-left: 80px !important; }

    .sw-md-mr-0 { margin-right: 0 !important; }
    .sw-md-mr-8 { margin-right: 8px !important; }
    .sw-md-mr-16 { margin-right: 16px !important; }
    .sw-md-mr-24 { margin-right: 24px !important; }
    .sw-md-mr-32 { margin-right: 32px !important; }
    .sw-md-mr-40 { margin-right: 40px !important; }
    .sw-md-mr-48 { margin-right: 48px !important; }
    .sw-md-mr-56 { margin-right: 56px !important; }
    .sw-md-mr-64 { margin-right: 64px !important; }
    .sw-md-mr-72 { margin-right: 72px !important; }
    .sw-md-mr-80 { margin-right: 80px !important; }

    .sw-md-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .sw-md-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
    .sw-md-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
    .sw-md-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
    .sw-md-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
    .sw-md-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
    .sw-md-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
    .sw-md-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
    .sw-md-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
    .sw-md-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
    .sw-md-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    .sw-md-mt-0 { margin-top: 0 !important; }
    .sw-md-mt-8 { margin-top: 8px !important; }
    .sw-md-mt-16 { margin-top: 16px !important; }
    .sw-md-mt-24 { margin-top: 24px !important; }
    .sw-md-mt-32 { margin-top: 32px !important; }
    .sw-md-mt-40 { margin-top: 40px !important; }
    .sw-md-mt-48 { margin-top: 48px !important; }
    .sw-md-mt-56 { margin-top: 56px !important; }
    .sw-md-mt-64 { margin-top: 64px !important; }
    .sw-md-mt-72 { margin-top: 72px !important; }
    .sw-md-mt-80 { margin-top: 80px !important; }

    .sw-md-mb-0 { margin-bottom: 0 !important; }
    .sw-md-mb-8 { margin-bottom: 8px !important; }
    .sw-md-mb-16 { margin-bottom: 16px !important; }
    .sw-md-mb-24 { margin-bottom: 24px !important; }
    .sw-md-mb-32 { margin-bottom: 32px !important; }
    .sw-md-mb-40 { margin-bottom: 40px !important; }
    .sw-md-mb-48 { margin-bottom: 48px !important; }
    .sw-md-mb-56 { margin-bottom: 56px !important; }
    .sw-md-mb-64 { margin-bottom: 64px !important; }
    .sw-md-mb-72 { margin-bottom: 72px !important; }
    .sw-md-mb-80 { margin-bottom: 80px !important; }
}
@media (min-width: 992px) {
    .sw-lg-m-0 { margin: 0 !important; }
    .sw-lg-m-8 { margin: 8px !important; }
    .sw-lg-m-16 { margin: 16px !important; }
    .sw-lg-m-24 { margin: 24px !important; }
    .sw-lg-m-32 { margin: 32px !important; }
    .sw-lg-m-40 { margin: 40px !important; }
    .sw-lg-m-48 { margin: 48px !important; }
    .sw-lg-m-56 { margin: 56px !important; }
    .sw-lg-m-64 { margin: 64px !important; }
    .sw-lg-m-72 { margin: 72px !important; }
    .sw-lg-m-80 { margin: 80px !important; }

    .sw-lg-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .sw-lg-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
    .sw-lg-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
    .sw-lg-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
    .sw-lg-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
    .sw-lg-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
    .sw-lg-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
    .sw-lg-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
    .sw-lg-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
    .sw-lg-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
    .sw-lg-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

    .sw-lg-ml-0 { margin-left: 0 !important; }
    .sw-lg-ml-8 { margin-left: 8px !important; }
    .sw-lg-ml-16 { margin-left: 16px !important; }
    .sw-lg-ml-24 { margin-left: 24px !important; }
    .sw-lg-ml-32 { margin-left: 32px !important; }
    .sw-lg-ml-40 { margin-left: 40px !important; }
    .sw-lg-ml-48 { margin-left: 48px !important; }
    .sw-lg-ml-56 { margin-left: 56px !important; }
    .sw-lg-ml-64 { margin-left: 64px !important; }
    .sw-lg-ml-72 { margin-left: 72px !important; }
    .sw-lg-ml-80 { margin-left: 80px !important; }

    .sw-lg-mr-0 { margin-right: 0 !important; }
    .sw-lg-mr-8 { margin-right: 8px !important; }
    .sw-lg-mr-16 { margin-right: 16px !important; }
    .sw-lg-mr-24 { margin-right: 24px !important; }
    .sw-lg-mr-32 { margin-right: 32px !important; }
    .sw-lg-mr-40 { margin-right: 40px !important; }
    .sw-lg-mr-48 { margin-right: 48px !important; }
    .sw-lg-mr-56 { margin-right: 56px !important; }
    .sw-lg-mr-64 { margin-right: 64px !important; }
    .sw-lg-mr-72 { margin-right: 72px !important; }
    .sw-lg-mr-80 { margin-right: 80px !important; }

    .sw-lg-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .sw-lg-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
    .sw-lg-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
    .sw-lg-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
    .sw-lg-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
    .sw-lg-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
    .sw-lg-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
    .sw-lg-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
    .sw-lg-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
    .sw-lg-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
    .sw-lg-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    .sw-lg-mt-0 { margin-top: 0 !important; }
    .sw-lg-mt-8 { margin-top: 8px !important; }
    .sw-lg-mt-16 { margin-top: 16px !important; }
    .sw-lg-mt-24 { margin-top: 24px !important; }
    .sw-lg-mt-32 { margin-top: 32px !important; }
    .sw-lg-mt-40 { margin-top: 40px !important; }
    .sw-lg-mt-48 { margin-top: 48px !important; }
    .sw-lg-mt-56 { margin-top: 56px !important; }
    .sw-lg-mt-64 { margin-top: 64px !important; }
    .sw-lg-mt-72 { margin-top: 72px !important; }
    .sw-lg-mt-80 { margin-top: 80px !important; }

    .sw-lg-mb-0 { margin-bottom: 0 !important; }
    .sw-lg-mb-8 { margin-bottom: 8px !important; }
    .sw-lg-mb-16 { margin-bottom: 16px !important; }
    .sw-lg-mb-24 { margin-bottom: 24px !important; }
    .sw-lg-mb-32 { margin-bottom: 32px !important; }
    .sw-lg-mb-40 { margin-bottom: 40px !important; }
    .sw-lg-mb-48 { margin-bottom: 48px !important; }
    .sw-lg-mb-56 { margin-bottom: 56px !important; }
    .sw-lg-mb-64 { margin-bottom: 64px !important; }
    .sw-lg-mb-72 { margin-bottom: 72px !important; }
    .sw-lg-mb-80 { margin-bottom: 80px !important; }
}
@media (min-width: 1200px) {
    .sw-xl-m-0 { margin: 0 !important; }
    .sw-xl-m-8 { margin: 8px !important; }
    .sw-xl-m-16 { margin: 16px !important; }
    .sw-xl-m-24 { margin: 24px !important; }
    .sw-xl-m-32 { margin: 32px !important; }
    .sw-xl-m-40 { margin: 40px !important; }
    .sw-xl-m-48 { margin: 48px !important; }
    .sw-xl-m-56 { margin: 56px !important; }
    .sw-xl-m-64 { margin: 64px !important; }
    .sw-xl-m-72 { margin: 72px !important; }
    .sw-xl-m-80 { margin: 80px !important; }

    .sw-xl-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .sw-xl-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
    .sw-xl-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
    .sw-xl-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
    .sw-xl-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
    .sw-xl-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
    .sw-xl-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
    .sw-xl-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
    .sw-xl-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
    .sw-xl-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
    .sw-xl-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

    .sw-xl-ml-0 { margin-left: 0 !important; }
    .sw-xl-ml-8 { margin-left: 8px !important; }
    .sw-xl-ml-16 { margin-left: 16px !important; }
    .sw-xl-ml-24 { margin-left: 24px !important; }
    .sw-xl-ml-32 { margin-left: 32px !important; }
    .sw-xl-ml-40 { margin-left: 40px !important; }
    .sw-xl-ml-48 { margin-left: 48px !important; }
    .sw-xl-ml-56 { margin-left: 56px !important; }
    .sw-xl-ml-64 { margin-left: 64px !important; }
    .sw-xl-ml-72 { margin-left: 72px !important; }
    .sw-xl-ml-80 { margin-left: 80px !important; }

    .sw-xl-mr-0 { margin-right: 0 !important; }
    .sw-xl-mr-8 { margin-right: 8px !important; }
    .sw-xl-mr-16 { margin-right: 16px !important; }
    .sw-xl-mr-24 { margin-right: 24px !important; }
    .sw-xl-mr-32 { margin-right: 32px !important; }
    .sw-xl-mr-40 { margin-right: 40px !important; }
    .sw-xl-mr-48 { margin-right: 48px !important; }
    .sw-xl-mr-56 { margin-right: 56px !important; }
    .sw-xl-mr-64 { margin-right: 64px !important; }
    .sw-xl-mr-72 { margin-right: 72px !important; }
    .sw-xl-mr-80 { margin-right: 80px !important; }

    .sw-xl-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .sw-xl-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
    .sw-xl-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
    .sw-xl-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
    .sw-xl-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
    .sw-xl-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
    .sw-xl-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
    .sw-xl-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
    .sw-xl-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
    .sw-xl-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
    .sw-xl-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    .sw-xl-mt-0 { margin-top: 0 !important; }
    .sw-xl-mt-8 { margin-top: 8px !important; }
    .sw-xl-mt-16 { margin-top: 16px !important; }
    .sw-xl-mt-24 { margin-top: 24px !important; }
    .sw-xl-mt-32 { margin-top: 32px !important; }
    .sw-xl-mt-40 { margin-top: 40px !important; }
    .sw-xl-mt-48 { margin-top: 48px !important; }
    .sw-xl-mt-56 { margin-top: 56px !important; }
    .sw-xl-mt-64 { margin-top: 64px !important; }
    .sw-xl-mt-72 { margin-top: 72px !important; }
    .sw-xl-mt-80 { margin-top: 80px !important; }

    .sw-xl-mb-0 { margin-bottom: 0 !important; }
    .sw-xl-mb-8 { margin-bottom: 8px !important; }
    .sw-xl-mb-16 { margin-bottom: 16px !important; }
    .sw-xl-mb-24 { margin-bottom: 24px !important; }
    .sw-xl-mb-32 { margin-bottom: 32px !important; }
    .sw-xl-mb-40 { margin-bottom: 40px !important; }
    .sw-xl-mb-48 { margin-bottom: 48px !important; }
    .sw-xl-mb-56 { margin-bottom: 56px !important; }
    .sw-xl-mb-64 { margin-bottom: 64px !important; }
    .sw-xl-mb-72 { margin-bottom: 72px !important; }
    .sw-xl-mb-80 { margin-bottom: 80px !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-m-0 { margin: 0 !important; }
    .sw-xxl-m-8 { margin: 8px !important; }
    .sw-xxl-m-16 { margin: 16px !important; }
    .sw-xxl-m-24 { margin: 24px !important; }
    .sw-xxl-m-32 { margin: 32px !important; }
    .sw-xxl-m-40 { margin: 40px !important; }
    .sw-xxl-m-48 { margin: 48px !important; }
    .sw-xxl-m-56 { margin: 56px !important; }
    .sw-xxl-m-64 { margin: 64px !important; }
    .sw-xxl-m-72 { margin: 72px !important; }
    .sw-xxl-m-80 { margin: 80px !important; }

    .sw-xxl-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .sw-xxl-mx-8 { margin-left: 8px !important; margin-right: 8px !important; }
    .sw-xxl-mx-16 { margin-left: 16px !important; margin-right: 16px !important; }
    .sw-xxl-mx-24 { margin-left: 24px !important; margin-right: 24px !important; }
    .sw-xxl-mx-32 { margin-left: 32px !important; margin-right: 32px !important; }
    .sw-xxl-mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
    .sw-xxl-mx-48 { margin-left: 48px !important; margin-right: 48px !important; }
    .sw-xxl-mx-56 { margin-left: 56px !important; margin-right: 56px !important; }
    .sw-xxl-mx-64 { margin-left: 64px !important; margin-right: 64px !important; }
    .sw-xxl-mx-72 { margin-left: 72px !important; margin-right: 72px !important; }
    .sw-xxl-mx-80 { margin-left: 80px !important; margin-right: 80px !important; }

    .sw-xxl-ml-0 { margin-left: 0 !important; }
    .sw-xxl-ml-8 { margin-left: 8px !important; }
    .sw-xxl-ml-16 { margin-left: 16px !important; }
    .sw-xxl-ml-24 { margin-left: 24px !important; }
    .sw-xxl-ml-32 { margin-left: 32px !important; }
    .sw-xxl-ml-40 { margin-left: 40px !important; }
    .sw-xxl-ml-48 { margin-left: 48px !important; }
    .sw-xxl-ml-56 { margin-left: 56px !important; }
    .sw-xxl-ml-64 { margin-left: 64px !important; }
    .sw-xxl-ml-72 { margin-left: 72px !important; }
    .sw-xxl-ml-80 { margin-left: 80px !important; }

    .sw-xxl-mr-0 { margin-right: 0 !important; }
    .sw-xxl-mr-8 { margin-right: 8px !important; }
    .sw-xxl-mr-16 { margin-right: 16px !important; }
    .sw-xxl-mr-24 { margin-right: 24px !important; }
    .sw-xxl-mr-32 { margin-right: 32px !important; }
    .sw-xxl-mr-40 { margin-right: 40px !important; }
    .sw-xxl-mr-48 { margin-right: 48px !important; }
    .sw-xxl-mr-56 { margin-right: 56px !important; }
    .sw-xxl-mr-64 { margin-right: 64px !important; }
    .sw-xxl-mr-72 { margin-right: 72px !important; }
    .sw-xxl-mr-80 { margin-right: 80px !important; }

    .sw-xxl-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .sw-xxl-my-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
    .sw-xxl-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
    .sw-xxl-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
    .sw-xxl-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
    .sw-xxl-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
    .sw-xxl-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
    .sw-xxl-my-56 { margin-top: 56px !important; margin-bottom: 56px !important; }
    .sw-xxl-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
    .sw-xxl-my-72 { margin-top: 72px !important; margin-bottom: 72px !important; }
    .sw-xxl-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    .sw-xxl-mt-0 { margin-top: 0 !important; }
    .sw-xxl-mt-8 { margin-top: 8px !important; }
    .sw-xxl-mt-16 { margin-top: 16px !important; }
    .sw-xxl-mt-24 { margin-top: 24px !important; }
    .sw-xxl-mt-32 { margin-top: 32px !important; }
    .sw-xxl-mt-40 { margin-top: 40px !important; }
    .sw-xxl-mt-48 { margin-top: 48px !important; }
    .sw-xxl-mt-56 { margin-top: 56px !important; }
    .sw-xxl-mt-64 { margin-top: 64px !important; }
    .sw-xxl-mt-72 { margin-top: 72px !important; }
    .sw-xxl-mt-80 { margin-top: 80px !important; }

    .sw-xxl-mb-0 { margin-bottom: 0 !important; }
    .sw-xxl-mb-8 { margin-bottom: 8px !important; }
    .sw-xxl-mb-16 { margin-bottom: 16px !important; }
    .sw-xxl-mb-24 { margin-bottom: 24px !important; }
    .sw-xxl-mb-32 { margin-bottom: 32px !important; }
    .sw-xxl-mb-40 { margin-bottom: 40px !important; }
    .sw-xxl-mb-48 { margin-bottom: 48px !important; }
    .sw-xxl-mb-56 { margin-bottom: 56px !important; }
    .sw-xxl-mb-64 { margin-bottom: 64px !important; }
    .sw-xxl-mb-72 { margin-bottom: 72px !important; }
    .sw-xxl-mb-80 { margin-bottom: 80px !important; }
}

/* special cases */
.sw-mr-12 { margin-right: 12px !important; }
.sw-mr-46 { margin-right: 46px !important; }
.sw-mb-12 { margin-bottom: 12px !important; }
.sw-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
.sw-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
.sw-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
.sw-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
.sw-pb-12 { padding-bottom: 12px !important; }
.sw-pr-20 { padding-right: 20px !important; }

@media (min-width: 576px) {
    .sw-sm-mr-12 { margin-right: 12px !important; }
    .sw-sm-mr-46 { margin-right: 46px !important; }
    .sw-sm-mb-12 { margin-bottom: 12px !important; }
    .sw-sm-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .sw-sm-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
    .sw-sm-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
    .sw-sm-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
    .sw-sm-pb-12 { padding-bottom: 12px !important; }
    .sw-sm-pr-20 { padding-right: 20px !important; }
}
@media (min-width: 768px) {
    .sw-md-mr-12 { margin-right: 12px !important; }
    .sw-md-mr-46 { margin-right: 46px !important; }
    .sw-md-mb-12 { margin-bottom: 12px !important; }
    .sw-md-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .sw-md-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
    .sw-md-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
    .sw-md-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
    .sw-md-pb-12 { padding-bottom: 12px !important; }
    .sw-md-pr-20 { padding-right: 20px !important; }
}
@media (min-width: 992px) {
    .sw-lg-mr-12 { margin-right: 12px !important; }
    .sw-lg-mr-46 { margin-right: 46px !important; }
    .sw-lg-mb-12 { margin-bottom: 12px !important; }
    .sw-lg-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .sw-lg-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
    .sw-lg-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
    .sw-lg-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
    .sw-lg-pb-12 { padding-bottom: 12px !important; }
    .sw-lg-pr-20 { padding-right: 20px !important; }
}
@media (min-width: 1200px) {
    .sw-xl-mr-12 { margin-right: 12px !important; }
    .sw-xl-mr-46 { margin-right: 46px !important; }
    .sw-xl-mb-12 { margin-bottom: 12px !important; }
    .sw-xl-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .sw-xl-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
    .sw-xl-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
    .sw-xl-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
    .sw-xl-pb-12 { padding-bottom: 12px !important; }
    .sw-xl-pr-20 { padding-right: 20px !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-mr-12 { margin-right: 12px !important; }
    .sw-xxl-mr-46 { margin-right: 46px !important; }
    .sw-xxl-mb-12 { margin-bottom: 12px !important; }
    .sw-xxl-px-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .sw-xxl-px-65 { padding-left: 65px !important; padding-right: 65px !important; }
    .sw-xxl-py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
    .sw-xxl-py-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
    .sw-xxl-pb-12 { padding-bottom: 12px !important; }
    .sw-xxl-pr-20 { padding-right: 20px !important; }
}

/* border radius */

.sw-rounded-0 { border-radius: 0 !important; }
.sw-rounded-12 { border-radius: 12px !important; }
.sw-rounded-15 { border-radius: 15px !important; }
.sw-rounded-50 { border-radius: 50px !important; }
.sw-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
.sw-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }

@media (min-width: 576px) {
    .sw-sm-rounded-0 { border-radius: 0 !important; }
    .sw-sm-rounded-12 { border-radius: 12px !important; }
    .sw-sm-rounded-15 { border-radius: 15px !important; }
    .sw-sm-rounded-50 { border-radius: 50px !important; }
    .sw-sm-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
    .sw-sm-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }
}
@media (min-width: 768px) {
    .sw-md-rounded-0 { border-radius: 0 !important; }
    .sw-md-rounded-12 { border-radius: 12px !important; }
    .sw-md-rounded-15 { border-radius: 15px !important; }
    .sw-md-rounded-50 { border-radius: 50px !important; }
    .sw-md-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
    .sw-md-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }
}
@media (min-width: 992px) {
    .sw-lg-rounded-0 { border-radius: 0 !important; }
    .sw-lg-rounded-12 { border-radius: 12px !important; }
    .sw-lg-rounded-15 { border-radius: 15px !important; }
    .sw-lg-rounded-50 { border-radius: 50px !important; }
    .sw-lg-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
    .sw-lg-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }
}
@media (min-width: 1200px) {
    .sw-xl-rounded-0 { border-radius: 0 !important; }
    .sw-xl-rounded-12 { border-radius: 12px !important; }
    .sw-xl-rounded-15 { border-radius: 15px !important; }
    .sw-xl-rounded-50 { border-radius: 50px !important; }
    .sw-xl-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
    .sw-xl-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-rounded-0 { border-radius: 0 !important; }
    .sw-xxl-rounded-12 { border-radius: 12px !important; }
    .sw-xxl-rounded-15 { border-radius: 15px !important; }
    .sw-xxl-rounded-50 { border-radius: 50px !important; }
    .sw-xxl-rounded-top-12 { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; }
    .sw-xxl-rounded-bottom-12 { border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; }
}

/* typography */

.sw-font-size-14 { font-size: 14px !important;}
.sw-font-size-16 { font-size: 16px !important;}
.sw-font-size-18 { font-size: 18px !important;}
.sw-font-size-20 { font-size: 20px !important;}
.sw-font-size-24 { font-size: 24px !important;}
.sw-font-size-32 { font-size: 32px !important;}
.sw-font-size-40 { font-size: 40px !important;}
.sw-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
.sw-fw-normal { font-family: RegolaProRegular !important; }
.sw-fw-medium { font-family: RegolaProMedium !important; }
.sw-fw-bold { font-family: RegolaProBold !important; }

@media (min-width: 576px) {
    .sw-sm-font-size-14 { font-size: 14px !important;}
    .sw-sm-font-size-16 { font-size: 16px !important;}
    .sw-sm-font-size-18 { font-size: 18px !important;}
    .sw-sm-font-size-24 { font-size: 24px !important;}
    .sw-sm-font-size-32 { font-size: 32px !important;}
    .sw-sm-font-size-40 { font-size: 40px !important;}
    .sw-sm-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
    .sw-sm-fw-normal { font-family: RegolaProRegular !important; }
    .sw-sm-fw-medium { font-family: RegolaProMedium !important; }
    .sw-sm-fw-bold { font-family: RegolaProBold !important; }
}
@media (min-width: 768px) {
    .sw-md-font-size-14 { font-size: 14px !important;}
    .sw-md-font-size-16 { font-size: 16px !important;}
    .sw-md-font-size-18 { font-size: 18px !important;}
    .sw-md-font-size-24 { font-size: 24px !important;}
    .sw-md-font-size-32 { font-size: 32px !important;}
    .sw-md-font-size-40 { font-size: 40px !important;}
    .sw-md-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
    .sw-md-fw-normal { font-family: RegolaProRegular !important; }
    .sw-md-fw-medium { font-family: RegolaProMedium !important; }
    .sw-md-fw-bold { font-family: RegolaProBold !important; }
}
@media (min-width: 992px) {
    .sw-lg-font-size-14 { font-size: 14px !important;}
    .sw-lg-font-size-16 { font-size: 16px !important;}
    .sw-lg-font-size-18 { font-size: 18px !important;}
    .sw-lg-font-size-24 { font-size: 24px !important;}
    .sw-lg-font-size-32 { font-size: 32px !important;}
    .sw-lg-font-size-40 { font-size: 40px !important;}
    .sw-lg-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
    .sw-lg-fw-normal { font-family: RegolaProRegular !important; }
    .sw-lg-fw-medium { font-family: RegolaProMedium !important; }
    .sw-lg-fw-bold { font-family: RegolaProBold !important; }
}
@media (min-width: 1200px) {
    .sw-xl-font-size-14 { font-size: 14px !important;}
    .sw-xl-font-size-16 { font-size: 16px !important;}
    .sw-xl-font-size-18 { font-size: 18px !important;}
    .sw-xl-font-size-24 { font-size: 24px !important;}
    .sw-xl-font-size-32 { font-size: 32px !important;}
    .sw-xl-font-size-40 { font-size: 40px !important;}
    .sw-xl-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
    .sw-xl-fw-normal { font-family: RegolaProRegular !important; }
    .sw-xl-fw-medium { font-family: RegolaProMedium !important; }
    .sw-xl-fw-bold { font-family: RegolaProBold !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-font-size-14 { font-size: 14px !important;}
    .sw-xxl-font-size-16 { font-size: 16px !important;}
    .sw-xxl-font-size-18 { font-size: 18px !important;}
    .sw-xxl-font-size-24 { font-size: 24px !important;}
    .sw-xxl-font-size-32 { font-size: 32px !important;}
    .sw-xxl-font-size-40 { font-size: 40px !important;}
    .sw-xxl-letter-spacing--1p7 { letter-spacing: -1.7px !important;}
    .sw-xxl-fw-normal { font-family: RegolaProRegular !important; }
    .sw-xxl-fw-medium { font-family: RegolaProMedium !important; }
    .sw-xxl-fw-bold { font-family: RegolaProBold !important; }
}

/* opacity */
.sw-opacity-20 { opacity: 20% !important; }
.sw-opacity-40 { opacity: 40% !important; }
.sw-opacity-70 { opacity: 70% !important; }
.sw-opacity-100 { opacity: 100% !important; }

@media (min-width: 576px) {
    .sw-sm-opacity-20 { opacity: 20% !important; }
    .sw-sm-opacity-40 { opacity: 40% !important; }
    .sw-sm-opacity-70 { opacity: 70% !important; }
    .sw-sm-opacity-100 { opacity: 100% !important; }
}
@media (min-width: 768px) {
    .sw-md-opacity-20 { opacity: 20% !important; }
    .sw-md-opacity-40 { opacity: 40% !important; }
    .sw-md-opacity-70 { opacity: 70% !important; }
    .sw-md-opacity-100 { opacity: 100% !important; }
}
@media (min-width: 992px) {
    .sw-lg-opacity-20 { opacity: 20% !important; }
    .sw-lg-opacity-40 { opacity: 40% !important; }
    .sw-lg-opacity-70 { opacity: 70% !important; }
    .sw-lg-opacity-100 { opacity: 100% !important; }
}
@media (min-width: 1200px) {
    .sw-xl-opacity-20 { opacity: 20% !important; }
    .sw-xl-opacity-40 { opacity: 40% !important; }
    .sw-xl-opacity-70 { opacity: 70% !important; }
    .sw-xl-opacity-100 { opacity: 100% !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-opacity-20 { opacity: 20% !important; }
    .sw-xxl-opacity-40 { opacity: 40% !important; }
    .sw-xxl-opacity-70 { opacity: 70% !important; }
    .sw-xxl-opacity-100 { opacity: 100% !important; }
}

/* border */
.sw-border { border-color: #CDCCD3 !important;  }
.sw-border-solid { border-style: solid !important;  }
.sw-bordered { border-width: 1px !important; }
.sw-bordered-0 { border-width: 0 !important; }
.sw-bordered-left { border-left-width: 1px !important; }
.sw-bordered-left-0 { border-left-width: 0 !important; }
.sw-bordered-right { border-right-width: 1px !important; }
.sw-bordered-right-0 { border-right-width: 0 !important; }
.sw-bordered-top { border-top-width: 1px !important; }
.sw-bordered-top-0 { border-top-width: 0 !important; }
.sw-bordered-bottom { border-bottom-width: 1px !important; }
.sw-bordered-bottom-0 { border-bottom-width: 0 !important; }
.sw-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }

@media (min-width: 576px) {
    .sw-sm-border { border-color: #CDCCD3 !important;  }
    .sw-sm-bordered { border-width: 1px !important; }
    .sw-sm-bordered-0 { border-width: 0 !important; }
    .sw-sm-bordered-left { border-left-width: 1px !important; }
    .sw-sm-bordered-left-0 { border-left-width: 0 !important; }
    .sw-sm-bordered-right { border-right-width: 1px !important; }
    .sw-sm-bordered-right-0 { border-right-width: 0 !important; }
    .sw-sm-bordered-top { border-top-width: 1px !important; }
    .sw-sm-bordered-top-0 { border-top-width: 0 !important; }
    .sw-sm-bordered-bottom { border-bottom-width: 1px !important; }
    .sw-sm-bordered-bottom-0 { border-bottom-width: 0 !important; }
    .sw-sm-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }
}
@media (min-width: 768px) {
    .sw-md-border { border-color: #CDCCD3 !important;  }
    .sw-md-bordered { border-width: 1px !important; }
    .sw-md-bordered-0 { border-width: 0 !important; }
    .sw-md-bordered-left { border-left-width: 1px !important; }
    .sw-md-bordered-left-0 { border-left-width: 0 !important; }
    .sw-md-bordered-right { border-right-width: 1px !important; }
    .sw-md-bordered-right-0 { border-right-width: 0 !important; }
    .sw-md-bordered-top { border-top-width: 1px !important; }
    .sw-md-bordered-top-0 { border-top-width: 0 !important; }
    .sw-md-bordered-bottom { border-bottom-width: 1px !important; }
    .sw-md-bordered-bottom-0 { border-bottom-width: 0 !important; }
    .sw-md-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }
}
@media (min-width: 992px) {
    .sw-lg-border { border-color: #CDCCD3 !important;  }
    .sw-lg-bordered { border-width: 1px !important; }
    .sw-lg-bordered-0 { border-width: 0 !important; }
    .sw-lg-bordered-left { border-left-width: 1px !important; }
    .sw-lg-bordered-left-0 { border-left-width: 0 !important; }
    .sw-lg-bordered-right { border-right-width: 1px !important; }
    .sw-lg-bordered-right-0 { border-right-width: 0 !important; }
    .sw-lg-bordered-top { border-top-width: 1px !important; }
    .sw-lg-bordered-top-0 { border-top-width: 0 !important; }
    .sw-lg-bordered-bottom { border-bottom-width: 1px !important; }
    .sw-lg-bordered-bottom-0 { border-bottom-width: 0 !important; }
    .sw-lg-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }
}
@media (min-width: 1200px) {
    .sw-xl-border { border-color: #CDCCD3 !important;  }
    .sw-xl-bordered { border-width: 1px !important; }
    .sw-xl-bordered-0 { border-width: 0 !important; }
    .sw-xl-bordered-left { border-left-width: 1px !important; }
    .sw-xl-bordered-left-0 { border-left-width: 0 !important; }
    .sw-xl-bordered-right { border-right-width: 1px !important; }
    .sw-xl-bordered-right-0 { border-right-width: 0 !important; }
    .sw-xl-bordered-top { border-top-width: 1px !important; }
    .sw-xl-bordered-top-0 { border-top-width: 0 !important; }
    .sw-xl-bordered-bottom { border-bottom-width: 1px !important; }
    .sw-xl-bordered-bottom-0 { border-bottom-width: 0 !important; }
    .sw-xl-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-border { border-color: #CDCCD3 !important;  }
    .sw-xxl-bordered { border-width: 1px !important; }
    .sw-xxl-bordered-0 { border-width: 0 !important; }
    .sw-xxl-bordered-left { border-left-width: 1px !important; }
    .sw-xxl-bordered-left-0 { border-left-width: 0 !important; }
    .sw-xxl-bordered-right { border-right-width: 1px !important; }
    .sw-xxl-bordered-right-0 { border-right-width: 0 !important; }
    .sw-xxl-bordered-top { border-top-width: 1px !important; }
    .sw-xxl-bordered-top-0 { border-top-width: 0 !important; }
    .sw-xxl-bordered-bottom { border-bottom-width: 1px !important; }
    .sw-xxl-bordered-bottom-0 { border-bottom-width: 0 !important; }
    .sw-xxl-bordered-bottom-0-if-last-child:last-child { border-bottom-width: 0 !important; }
}

/* text color */
.sw-text-default { color: #1A1539 !important; }

/* image sizes */
.sw-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
.sw-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
.sw-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
.sw-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
.sw-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
.sw-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
.sw-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }

@media (min-width: 576px) {
    .sw-sm-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
    .sw-sm-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
    .sw-sm-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
    .sw-sm-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
    .sw-sm-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
    .sw-sm-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
    .sw-sm-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }
}
@media (min-width: 768px) {
    .sw-md-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
    .sw-md-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
    .sw-md-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
    .sw-md-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
    .sw-md-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
    .sw-md-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
    .sw-md-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }
}
@media (min-width: 992px) {
    .sw-lg-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
    .sw-lg-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
    .sw-lg-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
    .sw-lg-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
    .sw-lg-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
    .sw-lg-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
    .sw-lg-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }
}
@media (min-width: 1200px) {
    .sw-xl-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
    .sw-xl-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
    .sw-xl-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
    .sw-xl-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
    .sw-xl-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
    .sw-xl-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
    .sw-xl-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }
}
@media (min-width: 1400px) {
    .sw-xxl-img-sq-20 { max-width: 20px !important; max-height: 20px !important; }
    .sw-xxl-img-sq-28 { max-width: 28px !important; max-height: 28px !important; }
    .sw-xxl-img-sq-32 { max-width: 32px !important; max-height: 32px !important; }
    .sw-xxl-img-sq-35 { max-width: 35px !important; max-height: 35px !important; }
    .sw-xxl-img-sq-64 { max-width: 64px !important; max-height: 64px !important; }
    .sw-xxl-img-sq-70 { max-width: 70px !important; max-height: 70px !important; }
    .sw-xxl-img-sq-100 { max-width: 100px !important; max-height: 100px !important; }
}

/* misc (todo: move this to hcr) */
.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    padding: 0 14px !important;
    color: inherit;
}
.nav-tabs .nav-link.active {
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
}
