@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap");

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-gray-0 {
    background-color: #000 !important
}

a.bg-gray-0:focus,
a.bg-gray-0:hover,
button.bg-gray-0:focus,
button.bg-gray-0:hover {
    background-color: black !important
}

.bg-gray-1 {
    background-color: #111 !important
}

a.bg-gray-1:focus,
a.bg-gray-1:hover,
button.bg-gray-1:focus,
button.bg-gray-1:hover {
    background-color: black !important
}

.bg-gray-2 {
    background-color: #222 !important
}

a.bg-gray-2:focus,
a.bg-gray-2:hover,
button.bg-gray-2:focus,
button.bg-gray-2:hover {
    background-color: #090909 !important
}

.bg-gray-3 {
    background-color: #333 !important
}

a.bg-gray-3:focus,
a.bg-gray-3:hover,
button.bg-gray-3:focus,
button.bg-gray-3:hover {
    background-color: #1a1a1a !important
}

.bg-gray-4 {
    background-color: #444 !important
}

a.bg-gray-4:focus,
a.bg-gray-4:hover,
button.bg-gray-4:focus,
button.bg-gray-4:hover {
    background-color: #2b2b2b !important
}

.bg-gray-5 {
    background-color: #555 !important
}

a.bg-gray-5:focus,
a.bg-gray-5:hover,
button.bg-gray-5:focus,
button.bg-gray-5:hover {
    background-color: #3c3c3c !important
}

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

a.bg-gray-6:focus,
a.bg-gray-6:hover,
button.bg-gray-6:focus,
button.bg-gray-6:hover {
    background-color: #4d4d4d !important
}

.bg-gray-7 {
    background-color: #777 !important
}

a.bg-gray-7:focus,
a.bg-gray-7:hover,
button.bg-gray-7:focus,
button.bg-gray-7:hover {
    background-color: #5e5e5e !important
}

.bg-gray-8 {
    background-color: #888 !important
}

a.bg-gray-8:focus,
a.bg-gray-8:hover,
button.bg-gray-8:focus,
button.bg-gray-8:hover {
    background-color: #6f6f6f !important
}

.bg-gray-9 {
    background-color: #999 !important
}

a.bg-gray-9:focus,
a.bg-gray-9:hover,
button.bg-gray-9:focus,
button.bg-gray-9:hover {
    background-color: gray !important
}

.bg-gray-a {
    background-color: #aaa !important
}

a.bg-gray-a:focus,
a.bg-gray-a:hover,
button.bg-gray-a:focus,
button.bg-gray-a:hover {
    background-color: #919191 !important
}

.bg-gray-b {
    background-color: #bbb !important
}

a.bg-gray-b:focus,
a.bg-gray-b:hover,
button.bg-gray-b:focus,
button.bg-gray-b:hover {
    background-color: #a2a2a2 !important
}

.bg-gray-c {
    background-color: #ccc !important
}

a.bg-gray-c:focus,
a.bg-gray-c:hover,
button.bg-gray-c:focus,
button.bg-gray-c:hover {
    background-color: #b3b3b3 !important
}

.bg-gray-d {
    background-color: #ddd !important
}

a.bg-gray-d:focus,
a.bg-gray-d:hover,
button.bg-gray-d:focus,
button.bg-gray-d:hover {
    background-color: #c4c4c4 !important
}

.bg-gray-e {
    background-color: #eee !important
}

a.bg-gray-e:focus,
a.bg-gray-e:hover,
button.bg-gray-e:focus,
button.bg-gray-e:hover {
    background-color: #d5d5d5 !important
}

.bg-gray-f {
    background-color: #fff !important
}

a.bg-gray-f:focus,
a.bg-gray-f:hover,
button.bg-gray-f:focus,
button.bg-gray-f:hover {
    background-color: #e6e6e6 !important
}

.bg-color-1 {
    background-color: #0271b9 !important
}

a.bg-color-1:focus,
a.bg-color-1:hover,
button.bg-color-1:focus,
button.bg-color-1:hover {
    background-color: #015287 !important
}

.bg-color-2 {
    background-color: #0099ff !important
}

a.bg-color-2:focus,
a.bg-color-2:hover,
button.bg-color-2:focus,
button.bg-color-2:hover {
    background-color: #007acc !important
}

.bg-color-3 {
    background-color: #20c997 !important
}

a.bg-color-3:focus,
a.bg-color-3:hover,
button.bg-color-3:focus,
button.bg-color-3:hover {
    background-color: #199d76 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #be0000 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: darkred !important
}

.bg-light {
    background-color: #eee !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d5d5d5 !important
}

.bg-dark {
    background-color: #666 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #4d4d4d !important
}

.bg-gradient-color-1 {
    background: #0271b9 linear-gradient(180deg, #2886c4, #0271b9) repeat-x !important
}

.bg-gradient-color-2 {
    background: #0099ff linear-gradient(180deg, #26a8ff, #0099ff) repeat-x !important
}

.bg-gradient-color-3 {
    background: #20c997 linear-gradient(180deg, #41d1a7, #20c997) repeat-x !important
}

.bg-gradient-success {
    background: #5cb85c linear-gradient(180deg, #74c374, #5cb85c) repeat-x !important
}

.bg-gradient-info {
    background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important
}

.bg-gradient-warning {
    background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important
}

.bg-gradient-danger {
    background: #be0000 linear-gradient(180deg, #c82626, #be0000) repeat-x !important
}

.bg-gradient-light {
    background: #eee linear-gradient(180deg, #f1f1f1, #eee) repeat-x !important
}

.bg-gradient-dark {
    background: #666 linear-gradient(180deg, #7d7d7d, #666) repeat-x !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ddd !important
}

.border-top {
    border-top: 1px solid #ddd !important
}

.border-right {
    border-right: 1px solid #ddd !important
}

.border-bottom {
    border-bottom: 1px solid #ddd !important
}

.border-left {
    border-left: 1px solid #ddd !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-color-1 {
    border-color: #0271b9 !important
}

.border-color-2 {
    border-color: #0099ff !important
}

.border-color-3 {
    border-color: #20c997 !important
}

.border-success {
    border-color: #5cb85c !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #be0000 !important
}

.border-light {
    border-color: #eee !important
}

.border-dark {
    border-color: #666 !important
}

.border-gray-0 {
    border-color: #000 !important
}

.border-gray-1 {
    border-color: #111 !important
}

.border-gray-2 {
    border-color: #222 !important
}

.border-gray-3 {
    border-color: #333 !important
}

.border-gray-4 {
    border-color: #444 !important
}

.border-gray-5 {
    border-color: #555 !important
}

.border-gray-6 {
    border-color: #666 !important
}

.border-gray-7 {
    border-color: #777 !important
}

.border-gray-8 {
    border-color: #888 !important
}

.border-gray-9 {
    border-color: #999 !important
}

.border-gray-a {
    border-color: #aaa !important
}

.border-gray-b {
    border-color: #bbb !important
}

.border-gray-c {
    border-color: #ccc !important
}

.border-gray-d {
    border-color: #ddd !important
}

.border-gray-e {
    border-color: #eee !important
}

.border-gray-f {
    border-color: #fff !important
}

.border-blue {
    border-color: #007bff !important
}

.border-indigo {
    border-color: #6610f2 !important
}

.border-purple {
    border-color: #6f42c1 !important
}

.border-pink {
    border-color: #e83e8c !important
}

.border-red {
    border-color: #ff0000 !important
}

.border-orange {
    border-color: #fd7e14 !important
}

.border-yellow {
    border-color: #ffc107 !important
}

.border-green {
    border-color: #5cb85c !important
}

.border-teal {
    border-color: #20c997 !important
}

.border-cyan {
    border-color: #17a2b8 !important
}

.border-white {
    border-color: #fff !important
}

.border-gray {
    border-color: #666 !important
}

.border-gray-dark {
    border-color: #888 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0.2rem !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-lg {
    border-radius: 0.3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-caption {
    display: table-caption !important
}

.d-table-column {
    display: table-column !important
}

.d-table-column-group {
    display: table-column-group !important
}

.d-table-header-group {
    display: table-header-group !important
}

.d-table-footer-group {
    display: table-footer-group !important
}

.d-table-row-group {
    display: table-row-group !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:320.02px) {
    .d-xxs-none {
        display: none !important
    }

    .d-xxs-inline {
        display: inline !important
    }

    .d-xxs-inline-block {
        display: inline-block !important
    }

    .d-xxs-block {
        display: block !important
    }

    .d-xxs-table {
        display: table !important
    }

    .d-xxs-table-caption {
        display: table-caption !important
    }

    .d-xxs-table-column {
        display: table-column !important
    }

    .d-xxs-table-column-group {
        display: table-column-group !important
    }

    .d-xxs-table-header-group {
        display: table-header-group !important
    }

    .d-xxs-table-footer-group {
        display: table-footer-group !important
    }

    .d-xxs-table-row-group {
        display: table-row-group !important
    }

    .d-xxs-table-row {
        display: table-row !important
    }

    .d-xxs-table-cell {
        display: table-cell !important
    }

    .d-xxs-flex {
        display: flex !important
    }

    .d-xxs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:375.02px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-caption {
        display: table-caption !important
    }

    .d-xs-table-column {
        display: table-column !important
    }

    .d-xs-table-column-group {
        display: table-column-group !important
    }

    .d-xs-table-header-group {
        display: table-header-group !important
    }

    .d-xs-table-footer-group {
        display: table-footer-group !important
    }

    .d-xs-table-row-group {
        display: table-row-group !important
    }

    .d-xs-table-row {
        display: table-row !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

    .d-xs-flex {
        display: flex !important
    }

    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:576.02px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-caption {
        display: table-caption !important
    }

    .d-sm-table-column {
        display: table-column !important
    }

    .d-sm-table-column-group {
        display: table-column-group !important
    }

    .d-sm-table-header-group {
        display: table-header-group !important
    }

    .d-sm-table-footer-group {
        display: table-footer-group !important
    }

    .d-sm-table-row-group {
        display: table-row-group !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768.02px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-caption {
        display: table-caption !important
    }

    .d-md-table-column {
        display: table-column !important
    }

    .d-md-table-column-group {
        display: table-column-group !important
    }

    .d-md-table-header-group {
        display: table-header-group !important
    }

    .d-md-table-footer-group {
        display: table-footer-group !important
    }

    .d-md-table-row-group {
        display: table-row-group !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1024.02px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-caption {
        display: table-caption !important
    }

    .d-lg-table-column {
        display: table-column !important
    }

    .d-lg-table-column-group {
        display: table-column-group !important
    }

    .d-lg-table-header-group {
        display: table-header-group !important
    }

    .d-lg-table-footer-group {
        display: table-footer-group !important
    }

    .d-lg-table-row-group {
        display: table-row-group !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200.02px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-caption {
        display: table-caption !important
    }

    .d-xl-table-column {
        display: table-column !important
    }

    .d-xl-table-column-group {
        display: table-column-group !important
    }

    .d-xl-table-header-group {
        display: table-header-group !important
    }

    .d-xl-table-footer-group {
        display: table-footer-group !important
    }

    .d-xl-table-row-group {
        display: table-row-group !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1400.02px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-caption {
        display: table-caption !important
    }

    .d-xxl-table-column {
        display: table-column !important
    }

    .d-xxl-table-column-group {
        display: table-column-group !important
    }

    .d-xxl-table-header-group {
        display: table-header-group !important
    }

    .d-xxl-table-footer-group {
        display: table-footer-group !important
    }

    .d-xxl-table-row-group {
        display: table-row-group !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1600.02px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-caption {
        display: table-caption !important
    }

    .d-xxxl-table-column {
        display: table-column !important
    }

    .d-xxxl-table-column-group {
        display: table-column-group !important
    }

    .d-xxxl-table-header-group {
        display: table-header-group !important
    }

    .d-xxxl-table-footer-group {
        display: table-footer-group !important
    }

    .d-xxxl-table-row-group {
        display: table-row-group !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-caption {
        display: table-caption !important
    }

    .d-print-table-column {
        display: table-column !important
    }

    .d-print-table-column-group {
        display: table-column-group !important
    }

    .d-print-table-header-group {
        display: table-header-group !important
    }

    .d-print-table-footer-group {
        display: table-footer-group !important
    }

    .d-print-table-row-group {
        display: table-row-group !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:320.02px) {
    .flex-xxs-row {
        flex-direction: row !important
    }

    .flex-xxs-column {
        flex-direction: column !important
    }

    .flex-xxs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxs-fill {
        flex: 1 1 auto !important
    }

    .flex-xxs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxs-start {
        justify-content: flex-start !important
    }

    .justify-content-xxs-end {
        justify-content: flex-end !important
    }

    .justify-content-xxs-center {
        justify-content: center !important
    }

    .justify-content-xxs-between {
        justify-content: space-between !important
    }

    .justify-content-xxs-around {
        justify-content: space-around !important
    }

    .align-items-xxs-start {
        align-items: flex-start !important
    }

    .align-items-xxs-end {
        align-items: flex-end !important
    }

    .align-items-xxs-center {
        align-items: center !important
    }

    .align-items-xxs-baseline {
        align-items: baseline !important
    }

    .align-items-xxs-stretch {
        align-items: stretch !important
    }

    .align-content-xxs-start {
        align-content: flex-start !important
    }

    .align-content-xxs-end {
        align-content: flex-end !important
    }

    .align-content-xxs-center {
        align-content: center !important
    }

    .align-content-xxs-between {
        align-content: space-between !important
    }

    .align-content-xxs-around {
        align-content: space-around !important
    }

    .align-content-xxs-stretch {
        align-content: stretch !important
    }

    .align-self-xxs-auto {
        align-self: auto !important
    }

    .align-self-xxs-start {
        align-self: flex-start !important
    }

    .align-self-xxs-end {
        align-self: flex-end !important
    }

    .align-self-xxs-center {
        align-self: center !important
    }

    .align-self-xxs-baseline {
        align-self: baseline !important
    }

    .align-self-xxs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:375.02px) {
    .flex-xs-row {
        flex-direction: row !important
    }

    .flex-xs-column {
        flex-direction: column !important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        justify-content: center !important
    }

    .justify-content-xs-between {
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        justify-content: space-around !important
    }

    .align-items-xs-start {
        align-items: flex-start !important
    }

    .align-items-xs-end {
        align-items: flex-end !important
    }

    .align-items-xs-center {
        align-items: center !important
    }

    .align-items-xs-baseline {
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        align-items: stretch !important
    }

    .align-content-xs-start {
        align-content: flex-start !important
    }

    .align-content-xs-end {
        align-content: flex-end !important
    }

    .align-content-xs-center {
        align-content: center !important
    }

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:576.02px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768.02px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1024.02px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200.02px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1400.02px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1600.02px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:320.02px) {
    .float-xxs-left {
        float: left !important
    }

    .float-xxs-right {
        float: right !important
    }

    .float-xxs-none {
        float: none !important
    }
}

@media (min-width:375.02px) {
    .float-xs-left {
        float: left !important
    }

    .float-xs-right {
        float: right !important
    }

    .float-xs-none {
        float: none !important
    }
}

@media (min-width:576.02px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768.02px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:1024.02px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200.02px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1400.02px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width:1600.02px) {
    .float-xxxl-left {
        float: left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.w-100 {
    width: 100% !important
}

.w-99 {
    width: 99% !important
}

.w-98 {
    width: 98% !important
}

.w-97 {
    width: 97% !important
}

.w-96 {
    width: 96% !important
}

.w-95 {
    width: 95% !important
}

.w-94 {
    width: 94% !important
}

.w-93 {
    width: 93% !important
}

.w-92 {
    width: 92% !important
}

.w-91 {
    width: 91% !important
}

.w-90 {
    width: 90% !important
}

.w-89 {
    width: 89% !important
}

.w-88 {
    width: 88% !important
}

.w-87 {
    width: 87% !important
}

.w-86 {
    width: 86% !important
}

.w-85 {
    width: 85% !important
}

.w-84 {
    width: 84% !important
}

.w-83 {
    width: 83% !important
}

.w-82 {
    width: 82% !important
}

.w-81 {
    width: 81% !important
}

.w-80 {
    width: 80% !important
}

.w-79 {
    width: 79% !important
}

.w-78 {
    width: 78% !important
}

.w-77 {
    width: 77% !important
}

.w-76 {
    width: 76% !important
}

.w-75 {
    width: 75% !important
}

.w-74 {
    width: 74% !important
}

.w-73 {
    width: 73% !important
}

.w-72 {
    width: 72% !important
}

.w-71 {
    width: 71% !important
}

.w-70 {
    width: 70% !important
}

.w-69 {
    width: 69% !important
}

.w-68 {
    width: 68% !important
}

.w-67 {
    width: 67% !important
}

.w-66 {
    width: 66% !important
}

.w-65 {
    width: 65% !important
}

.w-64 {
    width: 64% !important
}

.w-63 {
    width: 63% !important
}

.w-62 {
    width: 62% !important
}

.w-61 {
    width: 61% !important
}

.w-60 {
    width: 60% !important
}

.w-59 {
    width: 59% !important
}

.w-58 {
    width: 58% !important
}

.w-57 {
    width: 57% !important
}

.w-56 {
    width: 56% !important
}

.w-55 {
    width: 55% !important
}

.w-54 {
    width: 54% !important
}

.w-53 {
    width: 53% !important
}

.w-52 {
    width: 52% !important
}

.w-51 {
    width: 51% !important
}

.w-50 {
    width: 50% !important
}

.w-49 {
    width: 49% !important
}

.w-48 {
    width: 48% !important
}

.w-47 {
    width: 47% !important
}

.w-46 {
    width: 46% !important
}

.w-45 {
    width: 45% !important
}

.w-44 {
    width: 44% !important
}

.w-43 {
    width: 43% !important
}

.w-42 {
    width: 42% !important
}

.w-41 {
    width: 41% !important
}

.w-40 {
    width: 40% !important
}

.w-39 {
    width: 39% !important
}

.w-38 {
    width: 38% !important
}

.w-37 {
    width: 37% !important
}

.w-36 {
    width: 36% !important
}

.w-35 {
    width: 35% !important
}

.w-34 {
    width: 34% !important
}

.w-33 {
    width: 33% !important
}

.w-32 {
    width: 32% !important
}

.w-31 {
    width: 31% !important
}

.w-30 {
    width: 30% !important
}

.w-29 {
    width: 29% !important
}

.w-28 {
    width: 28% !important
}

.w-27 {
    width: 27% !important
}

.w-26 {
    width: 26% !important
}

.w-25 {
    width: 25% !important
}

.w-24 {
    width: 24% !important
}

.w-23 {
    width: 23% !important
}

.w-22 {
    width: 22% !important
}

.w-21 {
    width: 21% !important
}

.w-20 {
    width: 20% !important
}

.w-19 {
    width: 19% !important
}

.w-18 {
    width: 18% !important
}

.w-17 {
    width: 17% !important
}

.w-16 {
    width: 16% !important
}

.w-15 {
    width: 15% !important
}

.w-14 {
    width: 14% !important
}

.w-13 {
    width: 13% !important
}

.w-12 {
    width: 12% !important
}

.w-11 {
    width: 11% !important
}

.w-10 {
    width: 10% !important
}

.w-9 {
    width: 9% !important
}

.w-8 {
    width: 8% !important
}

.w-7 {
    width: 7% !important
}

.w-6 {
    width: 6% !important
}

.w-5 {
    width: 5% !important
}

.w-4 {
    width: 4% !important
}

.w-3 {
    width: 3% !important
}

.w-2 {
    width: 2% !important
}

.w-1 {
    width: 1% !important
}

.w-0 {
    width: 0% !important
}

.h-100 {
    height: 100% !important
}

.h-99 {
    height: 99% !important
}

.h-98 {
    height: 98% !important
}

.h-97 {
    height: 97% !important
}

.h-96 {
    height: 96% !important
}

.h-95 {
    height: 95% !important
}

.h-94 {
    height: 94% !important
}

.h-93 {
    height: 93% !important
}

.h-92 {
    height: 92% !important
}

.h-91 {
    height: 91% !important
}

.h-90 {
    height: 90% !important
}

.h-89 {
    height: 89% !important
}

.h-88 {
    height: 88% !important
}

.h-87 {
    height: 87% !important
}

.h-86 {
    height: 86% !important
}

.h-85 {
    height: 85% !important
}

.h-84 {
    height: 84% !important
}

.h-83 {
    height: 83% !important
}

.h-82 {
    height: 82% !important
}

.h-81 {
    height: 81% !important
}

.h-80 {
    height: 80% !important
}

.h-79 {
    height: 79% !important
}

.h-78 {
    height: 78% !important
}

.h-77 {
    height: 77% !important
}

.h-76 {
    height: 76% !important
}

.h-75 {
    height: 75% !important
}

.h-74 {
    height: 74% !important
}

.h-73 {
    height: 73% !important
}

.h-72 {
    height: 72% !important
}

.h-71 {
    height: 71% !important
}

.h-70 {
    height: 70% !important
}

.h-69 {
    height: 69% !important
}

.h-68 {
    height: 68% !important
}

.h-67 {
    height: 67% !important
}

.h-66 {
    height: 66% !important
}

.h-65 {
    height: 65% !important
}

.h-64 {
    height: 64% !important
}

.h-63 {
    height: 63% !important
}

.h-62 {
    height: 62% !important
}

.h-61 {
    height: 61% !important
}

.h-60 {
    height: 60% !important
}

.h-59 {
    height: 59% !important
}

.h-58 {
    height: 58% !important
}

.h-57 {
    height: 57% !important
}

.h-56 {
    height: 56% !important
}

.h-55 {
    height: 55% !important
}

.h-54 {
    height: 54% !important
}

.h-53 {
    height: 53% !important
}

.h-52 {
    height: 52% !important
}

.h-51 {
    height: 51% !important
}

.h-50 {
    height: 50% !important
}

.h-49 {
    height: 49% !important
}

.h-48 {
    height: 48% !important
}

.h-47 {
    height: 47% !important
}

.h-46 {
    height: 46% !important
}

.h-45 {
    height: 45% !important
}

.h-44 {
    height: 44% !important
}

.h-43 {
    height: 43% !important
}

.h-42 {
    height: 42% !important
}

.h-41 {
    height: 41% !important
}

.h-40 {
    height: 40% !important
}

.h-39 {
    height: 39% !important
}

.h-38 {
    height: 38% !important
}

.h-37 {
    height: 37% !important
}

.h-36 {
    height: 36% !important
}

.h-35 {
    height: 35% !important
}

.h-34 {
    height: 34% !important
}

.h-33 {
    height: 33% !important
}

.h-32 {
    height: 32% !important
}

.h-31 {
    height: 31% !important
}

.h-30 {
    height: 30% !important
}

.h-29 {
    height: 29% !important
}

.h-28 {
    height: 28% !important
}

.h-27 {
    height: 27% !important
}

.h-26 {
    height: 26% !important
}

.h-25 {
    height: 25% !important
}

.h-24 {
    height: 24% !important
}

.h-23 {
    height: 23% !important
}

.h-22 {
    height: 22% !important
}

.h-21 {
    height: 21% !important
}

.h-20 {
    height: 20% !important
}

.h-19 {
    height: 19% !important
}

.h-18 {
    height: 18% !important
}

.h-17 {
    height: 17% !important
}

.h-16 {
    height: 16% !important
}

.h-15 {
    height: 15% !important
}

.h-14 {
    height: 14% !important
}

.h-13 {
    height: 13% !important
}

.h-12 {
    height: 12% !important
}

.h-11 {
    height: 11% !important
}

.h-10 {
    height: 10% !important
}

.h-9 {
    height: 9% !important
}

.h-8 {
    height: 8% !important
}

.h-7 {
    height: 7% !important
}

.h-6 {
    height: 6% !important
}

.h-5 {
    height: 5% !important
}

.h-4 {
    height: 4% !important
}

.h-3 {
    height: 3% !important
}

.h-2 {
    height: 2% !important
}

.h-1 {
    height: 1% !important
}

.h-0 {
    height: 0% !important
}

@media (min-width:320.02px) {
    .w-xxs-100 {
        width: 100% !important
    }

    .w-xxs-99 {
        width: 99% !important
    }

    .w-xxs-98 {
        width: 98% !important
    }

    .w-xxs-97 {
        width: 97% !important
    }

    .w-xxs-96 {
        width: 96% !important
    }

    .w-xxs-95 {
        width: 95% !important
    }

    .w-xxs-94 {
        width: 94% !important
    }

    .w-xxs-93 {
        width: 93% !important
    }

    .w-xxs-92 {
        width: 92% !important
    }

    .w-xxs-91 {
        width: 91% !important
    }

    .w-xxs-90 {
        width: 90% !important
    }

    .w-xxs-89 {
        width: 89% !important
    }

    .w-xxs-88 {
        width: 88% !important
    }

    .w-xxs-87 {
        width: 87% !important
    }

    .w-xxs-86 {
        width: 86% !important
    }

    .w-xxs-85 {
        width: 85% !important
    }

    .w-xxs-84 {
        width: 84% !important
    }

    .w-xxs-83 {
        width: 83% !important
    }

    .w-xxs-82 {
        width: 82% !important
    }

    .w-xxs-81 {
        width: 81% !important
    }

    .w-xxs-80 {
        width: 80% !important
    }

    .w-xxs-79 {
        width: 79% !important
    }

    .w-xxs-78 {
        width: 78% !important
    }

    .w-xxs-77 {
        width: 77% !important
    }

    .w-xxs-76 {
        width: 76% !important
    }

    .w-xxs-75 {
        width: 75% !important
    }

    .w-xxs-74 {
        width: 74% !important
    }

    .w-xxs-73 {
        width: 73% !important
    }

    .w-xxs-72 {
        width: 72% !important
    }

    .w-xxs-71 {
        width: 71% !important
    }

    .w-xxs-70 {
        width: 70% !important
    }

    .w-xxs-69 {
        width: 69% !important
    }

    .w-xxs-68 {
        width: 68% !important
    }

    .w-xxs-67 {
        width: 67% !important
    }

    .w-xxs-66 {
        width: 66% !important
    }

    .w-xxs-65 {
        width: 65% !important
    }

    .w-xxs-64 {
        width: 64% !important
    }

    .w-xxs-63 {
        width: 63% !important
    }

    .w-xxs-62 {
        width: 62% !important
    }

    .w-xxs-61 {
        width: 61% !important
    }

    .w-xxs-60 {
        width: 60% !important
    }

    .w-xxs-59 {
        width: 59% !important
    }

    .w-xxs-58 {
        width: 58% !important
    }

    .w-xxs-57 {
        width: 57% !important
    }

    .w-xxs-56 {
        width: 56% !important
    }

    .w-xxs-55 {
        width: 55% !important
    }

    .w-xxs-54 {
        width: 54% !important
    }

    .w-xxs-53 {
        width: 53% !important
    }

    .w-xxs-52 {
        width: 52% !important
    }

    .w-xxs-51 {
        width: 51% !important
    }

    .w-xxs-50 {
        width: 50% !important
    }

    .w-xxs-49 {
        width: 49% !important
    }

    .w-xxs-48 {
        width: 48% !important
    }

    .w-xxs-47 {
        width: 47% !important
    }

    .w-xxs-46 {
        width: 46% !important
    }

    .w-xxs-45 {
        width: 45% !important
    }

    .w-xxs-44 {
        width: 44% !important
    }

    .w-xxs-43 {
        width: 43% !important
    }

    .w-xxs-42 {
        width: 42% !important
    }

    .w-xxs-41 {
        width: 41% !important
    }

    .w-xxs-40 {
        width: 40% !important
    }

    .w-xxs-39 {
        width: 39% !important
    }

    .w-xxs-38 {
        width: 38% !important
    }

    .w-xxs-37 {
        width: 37% !important
    }

    .w-xxs-36 {
        width: 36% !important
    }

    .w-xxs-35 {
        width: 35% !important
    }

    .w-xxs-34 {
        width: 34% !important
    }

    .w-xxs-33 {
        width: 33% !important
    }

    .w-xxs-32 {
        width: 32% !important
    }

    .w-xxs-31 {
        width: 31% !important
    }

    .w-xxs-30 {
        width: 30% !important
    }

    .w-xxs-29 {
        width: 29% !important
    }

    .w-xxs-28 {
        width: 28% !important
    }

    .w-xxs-27 {
        width: 27% !important
    }

    .w-xxs-26 {
        width: 26% !important
    }

    .w-xxs-25 {
        width: 25% !important
    }

    .w-xxs-24 {
        width: 24% !important
    }

    .w-xxs-23 {
        width: 23% !important
    }

    .w-xxs-22 {
        width: 22% !important
    }

    .w-xxs-21 {
        width: 21% !important
    }

    .w-xxs-20 {
        width: 20% !important
    }

    .w-xxs-19 {
        width: 19% !important
    }

    .w-xxs-18 {
        width: 18% !important
    }

    .w-xxs-17 {
        width: 17% !important
    }

    .w-xxs-16 {
        width: 16% !important
    }

    .w-xxs-15 {
        width: 15% !important
    }

    .w-xxs-14 {
        width: 14% !important
    }

    .w-xxs-13 {
        width: 13% !important
    }

    .w-xxs-12 {
        width: 12% !important
    }

    .w-xxs-11 {
        width: 11% !important
    }

    .w-xxs-10 {
        width: 10% !important
    }

    .w-xxs-9 {
        width: 9% !important
    }

    .w-xxs-8 {
        width: 8% !important
    }

    .w-xxs-7 {
        width: 7% !important
    }

    .w-xxs-6 {
        width: 6% !important
    }

    .w-xxs-5 {
        width: 5% !important
    }

    .w-xxs-4 {
        width: 4% !important
    }

    .w-xxs-3 {
        width: 3% !important
    }

    .w-xxs-2 {
        width: 2% !important
    }

    .w-xxs-1 {
        width: 1% !important
    }

    .w-xxs-0 {
        width: 0% !important
    }

    .h-xxs-100 {
        height: 100% !important
    }

    .h-xxs-99 {
        height: 99% !important
    }

    .h-xxs-98 {
        height: 98% !important
    }

    .h-xxs-97 {
        height: 97% !important
    }

    .h-xxs-96 {
        height: 96% !important
    }

    .h-xxs-95 {
        height: 95% !important
    }

    .h-xxs-94 {
        height: 94% !important
    }

    .h-xxs-93 {
        height: 93% !important
    }

    .h-xxs-92 {
        height: 92% !important
    }

    .h-xxs-91 {
        height: 91% !important
    }

    .h-xxs-90 {
        height: 90% !important
    }

    .h-xxs-89 {
        height: 89% !important
    }

    .h-xxs-88 {
        height: 88% !important
    }

    .h-xxs-87 {
        height: 87% !important
    }

    .h-xxs-86 {
        height: 86% !important
    }

    .h-xxs-85 {
        height: 85% !important
    }

    .h-xxs-84 {
        height: 84% !important
    }

    .h-xxs-83 {
        height: 83% !important
    }

    .h-xxs-82 {
        height: 82% !important
    }

    .h-xxs-81 {
        height: 81% !important
    }

    .h-xxs-80 {
        height: 80% !important
    }

    .h-xxs-79 {
        height: 79% !important
    }

    .h-xxs-78 {
        height: 78% !important
    }

    .h-xxs-77 {
        height: 77% !important
    }

    .h-xxs-76 {
        height: 76% !important
    }

    .h-xxs-75 {
        height: 75% !important
    }

    .h-xxs-74 {
        height: 74% !important
    }

    .h-xxs-73 {
        height: 73% !important
    }

    .h-xxs-72 {
        height: 72% !important
    }

    .h-xxs-71 {
        height: 71% !important
    }

    .h-xxs-70 {
        height: 70% !important
    }

    .h-xxs-69 {
        height: 69% !important
    }

    .h-xxs-68 {
        height: 68% !important
    }

    .h-xxs-67 {
        height: 67% !important
    }

    .h-xxs-66 {
        height: 66% !important
    }

    .h-xxs-65 {
        height: 65% !important
    }

    .h-xxs-64 {
        height: 64% !important
    }

    .h-xxs-63 {
        height: 63% !important
    }

    .h-xxs-62 {
        height: 62% !important
    }

    .h-xxs-61 {
        height: 61% !important
    }

    .h-xxs-60 {
        height: 60% !important
    }

    .h-xxs-59 {
        height: 59% !important
    }

    .h-xxs-58 {
        height: 58% !important
    }

    .h-xxs-57 {
        height: 57% !important
    }

    .h-xxs-56 {
        height: 56% !important
    }

    .h-xxs-55 {
        height: 55% !important
    }

    .h-xxs-54 {
        height: 54% !important
    }

    .h-xxs-53 {
        height: 53% !important
    }

    .h-xxs-52 {
        height: 52% !important
    }

    .h-xxs-51 {
        height: 51% !important
    }

    .h-xxs-50 {
        height: 50% !important
    }

    .h-xxs-49 {
        height: 49% !important
    }

    .h-xxs-48 {
        height: 48% !important
    }

    .h-xxs-47 {
        height: 47% !important
    }

    .h-xxs-46 {
        height: 46% !important
    }

    .h-xxs-45 {
        height: 45% !important
    }

    .h-xxs-44 {
        height: 44% !important
    }

    .h-xxs-43 {
        height: 43% !important
    }

    .h-xxs-42 {
        height: 42% !important
    }

    .h-xxs-41 {
        height: 41% !important
    }

    .h-xxs-40 {
        height: 40% !important
    }

    .h-xxs-39 {
        height: 39% !important
    }

    .h-xxs-38 {
        height: 38% !important
    }

    .h-xxs-37 {
        height: 37% !important
    }

    .h-xxs-36 {
        height: 36% !important
    }

    .h-xxs-35 {
        height: 35% !important
    }

    .h-xxs-34 {
        height: 34% !important
    }

    .h-xxs-33 {
        height: 33% !important
    }

    .h-xxs-32 {
        height: 32% !important
    }

    .h-xxs-31 {
        height: 31% !important
    }

    .h-xxs-30 {
        height: 30% !important
    }

    .h-xxs-29 {
        height: 29% !important
    }

    .h-xxs-28 {
        height: 28% !important
    }

    .h-xxs-27 {
        height: 27% !important
    }

    .h-xxs-26 {
        height: 26% !important
    }

    .h-xxs-25 {
        height: 25% !important
    }

    .h-xxs-24 {
        height: 24% !important
    }

    .h-xxs-23 {
        height: 23% !important
    }

    .h-xxs-22 {
        height: 22% !important
    }

    .h-xxs-21 {
        height: 21% !important
    }

    .h-xxs-20 {
        height: 20% !important
    }

    .h-xxs-19 {
        height: 19% !important
    }

    .h-xxs-18 {
        height: 18% !important
    }

    .h-xxs-17 {
        height: 17% !important
    }

    .h-xxs-16 {
        height: 16% !important
    }

    .h-xxs-15 {
        height: 15% !important
    }

    .h-xxs-14 {
        height: 14% !important
    }

    .h-xxs-13 {
        height: 13% !important
    }

    .h-xxs-12 {
        height: 12% !important
    }

    .h-xxs-11 {
        height: 11% !important
    }

    .h-xxs-10 {
        height: 10% !important
    }

    .h-xxs-9 {
        height: 9% !important
    }

    .h-xxs-8 {
        height: 8% !important
    }

    .h-xxs-7 {
        height: 7% !important
    }

    .h-xxs-6 {
        height: 6% !important
    }

    .h-xxs-5 {
        height: 5% !important
    }

    .h-xxs-4 {
        height: 4% !important
    }

    .h-xxs-3 {
        height: 3% !important
    }

    .h-xxs-2 {
        height: 2% !important
    }

    .h-xxs-1 {
        height: 1% !important
    }

    .h-xxs-0 {
        height: 0% !important
    }
}

@media (min-width:375.02px) {
    .w-xs-100 {
        width: 100% !important
    }

    .w-xs-99 {
        width: 99% !important
    }

    .w-xs-98 {
        width: 98% !important
    }

    .w-xs-97 {
        width: 97% !important
    }

    .w-xs-96 {
        width: 96% !important
    }

    .w-xs-95 {
        width: 95% !important
    }

    .w-xs-94 {
        width: 94% !important
    }

    .w-xs-93 {
        width: 93% !important
    }

    .w-xs-92 {
        width: 92% !important
    }

    .w-xs-91 {
        width: 91% !important
    }

    .w-xs-90 {
        width: 90% !important
    }

    .w-xs-89 {
        width: 89% !important
    }

    .w-xs-88 {
        width: 88% !important
    }

    .w-xs-87 {
        width: 87% !important
    }

    .w-xs-86 {
        width: 86% !important
    }

    .w-xs-85 {
        width: 85% !important
    }

    .w-xs-84 {
        width: 84% !important
    }

    .w-xs-83 {
        width: 83% !important
    }

    .w-xs-82 {
        width: 82% !important
    }

    .w-xs-81 {
        width: 81% !important
    }

    .w-xs-80 {
        width: 80% !important
    }

    .w-xs-79 {
        width: 79% !important
    }

    .w-xs-78 {
        width: 78% !important
    }

    .w-xs-77 {
        width: 77% !important
    }

    .w-xs-76 {
        width: 76% !important
    }

    .w-xs-75 {
        width: 75% !important
    }

    .w-xs-74 {
        width: 74% !important
    }

    .w-xs-73 {
        width: 73% !important
    }

    .w-xs-72 {
        width: 72% !important
    }

    .w-xs-71 {
        width: 71% !important
    }

    .w-xs-70 {
        width: 70% !important
    }

    .w-xs-69 {
        width: 69% !important
    }

    .w-xs-68 {
        width: 68% !important
    }

    .w-xs-67 {
        width: 67% !important
    }

    .w-xs-66 {
        width: 66% !important
    }

    .w-xs-65 {
        width: 65% !important
    }

    .w-xs-64 {
        width: 64% !important
    }

    .w-xs-63 {
        width: 63% !important
    }

    .w-xs-62 {
        width: 62% !important
    }

    .w-xs-61 {
        width: 61% !important
    }

    .w-xs-60 {
        width: 60% !important
    }

    .w-xs-59 {
        width: 59% !important
    }

    .w-xs-58 {
        width: 58% !important
    }

    .w-xs-57 {
        width: 57% !important
    }

    .w-xs-56 {
        width: 56% !important
    }

    .w-xs-55 {
        width: 55% !important
    }

    .w-xs-54 {
        width: 54% !important
    }

    .w-xs-53 {
        width: 53% !important
    }

    .w-xs-52 {
        width: 52% !important
    }

    .w-xs-51 {
        width: 51% !important
    }

    .w-xs-50 {
        width: 50% !important
    }

    .w-xs-49 {
        width: 49% !important
    }

    .w-xs-48 {
        width: 48% !important
    }

    .w-xs-47 {
        width: 47% !important
    }

    .w-xs-46 {
        width: 46% !important
    }

    .w-xs-45 {
        width: 45% !important
    }

    .w-xs-44 {
        width: 44% !important
    }

    .w-xs-43 {
        width: 43% !important
    }

    .w-xs-42 {
        width: 42% !important
    }

    .w-xs-41 {
        width: 41% !important
    }

    .w-xs-40 {
        width: 40% !important
    }

    .w-xs-39 {
        width: 39% !important
    }

    .w-xs-38 {
        width: 38% !important
    }

    .w-xs-37 {
        width: 37% !important
    }

    .w-xs-36 {
        width: 36% !important
    }

    .w-xs-35 {
        width: 35% !important
    }

    .w-xs-34 {
        width: 34% !important
    }

    .w-xs-33 {
        width: 33% !important
    }

    .w-xs-32 {
        width: 32% !important
    }

    .w-xs-31 {
        width: 31% !important
    }

    .w-xs-30 {
        width: 30% !important
    }

    .w-xs-29 {
        width: 29% !important
    }

    .w-xs-28 {
        width: 28% !important
    }

    .w-xs-27 {
        width: 27% !important
    }

    .w-xs-26 {
        width: 26% !important
    }

    .w-xs-25 {
        width: 25% !important
    }

    .w-xs-24 {
        width: 24% !important
    }

    .w-xs-23 {
        width: 23% !important
    }

    .w-xs-22 {
        width: 22% !important
    }

    .w-xs-21 {
        width: 21% !important
    }

    .w-xs-20 {
        width: 20% !important
    }

    .w-xs-19 {
        width: 19% !important
    }

    .w-xs-18 {
        width: 18% !important
    }

    .w-xs-17 {
        width: 17% !important
    }

    .w-xs-16 {
        width: 16% !important
    }

    .w-xs-15 {
        width: 15% !important
    }

    .w-xs-14 {
        width: 14% !important
    }

    .w-xs-13 {
        width: 13% !important
    }

    .w-xs-12 {
        width: 12% !important
    }

    .w-xs-11 {
        width: 11% !important
    }

    .w-xs-10 {
        width: 10% !important
    }

    .w-xs-9 {
        width: 9% !important
    }

    .w-xs-8 {
        width: 8% !important
    }

    .w-xs-7 {
        width: 7% !important
    }

    .w-xs-6 {
        width: 6% !important
    }

    .w-xs-5 {
        width: 5% !important
    }

    .w-xs-4 {
        width: 4% !important
    }

    .w-xs-3 {
        width: 3% !important
    }

    .w-xs-2 {
        width: 2% !important
    }

    .w-xs-1 {
        width: 1% !important
    }

    .w-xs-0 {
        width: 0% !important
    }

    .h-xs-100 {
        height: 100% !important
    }

    .h-xs-99 {
        height: 99% !important
    }

    .h-xs-98 {
        height: 98% !important
    }

    .h-xs-97 {
        height: 97% !important
    }

    .h-xs-96 {
        height: 96% !important
    }

    .h-xs-95 {
        height: 95% !important
    }

    .h-xs-94 {
        height: 94% !important
    }

    .h-xs-93 {
        height: 93% !important
    }

    .h-xs-92 {
        height: 92% !important
    }

    .h-xs-91 {
        height: 91% !important
    }

    .h-xs-90 {
        height: 90% !important
    }

    .h-xs-89 {
        height: 89% !important
    }

    .h-xs-88 {
        height: 88% !important
    }

    .h-xs-87 {
        height: 87% !important
    }

    .h-xs-86 {
        height: 86% !important
    }

    .h-xs-85 {
        height: 85% !important
    }

    .h-xs-84 {
        height: 84% !important
    }

    .h-xs-83 {
        height: 83% !important
    }

    .h-xs-82 {
        height: 82% !important
    }

    .h-xs-81 {
        height: 81% !important
    }

    .h-xs-80 {
        height: 80% !important
    }

    .h-xs-79 {
        height: 79% !important
    }

    .h-xs-78 {
        height: 78% !important
    }

    .h-xs-77 {
        height: 77% !important
    }

    .h-xs-76 {
        height: 76% !important
    }

    .h-xs-75 {
        height: 75% !important
    }

    .h-xs-74 {
        height: 74% !important
    }

    .h-xs-73 {
        height: 73% !important
    }

    .h-xs-72 {
        height: 72% !important
    }

    .h-xs-71 {
        height: 71% !important
    }

    .h-xs-70 {
        height: 70% !important
    }

    .h-xs-69 {
        height: 69% !important
    }

    .h-xs-68 {
        height: 68% !important
    }

    .h-xs-67 {
        height: 67% !important
    }

    .h-xs-66 {
        height: 66% !important
    }

    .h-xs-65 {
        height: 65% !important
    }

    .h-xs-64 {
        height: 64% !important
    }

    .h-xs-63 {
        height: 63% !important
    }

    .h-xs-62 {
        height: 62% !important
    }

    .h-xs-61 {
        height: 61% !important
    }

    .h-xs-60 {
        height: 60% !important
    }

    .h-xs-59 {
        height: 59% !important
    }

    .h-xs-58 {
        height: 58% !important
    }

    .h-xs-57 {
        height: 57% !important
    }

    .h-xs-56 {
        height: 56% !important
    }

    .h-xs-55 {
        height: 55% !important
    }

    .h-xs-54 {
        height: 54% !important
    }

    .h-xs-53 {
        height: 53% !important
    }

    .h-xs-52 {
        height: 52% !important
    }

    .h-xs-51 {
        height: 51% !important
    }

    .h-xs-50 {
        height: 50% !important
    }

    .h-xs-49 {
        height: 49% !important
    }

    .h-xs-48 {
        height: 48% !important
    }

    .h-xs-47 {
        height: 47% !important
    }

    .h-xs-46 {
        height: 46% !important
    }

    .h-xs-45 {
        height: 45% !important
    }

    .h-xs-44 {
        height: 44% !important
    }

    .h-xs-43 {
        height: 43% !important
    }

    .h-xs-42 {
        height: 42% !important
    }

    .h-xs-41 {
        height: 41% !important
    }

    .h-xs-40 {
        height: 40% !important
    }

    .h-xs-39 {
        height: 39% !important
    }

    .h-xs-38 {
        height: 38% !important
    }

    .h-xs-37 {
        height: 37% !important
    }

    .h-xs-36 {
        height: 36% !important
    }

    .h-xs-35 {
        height: 35% !important
    }

    .h-xs-34 {
        height: 34% !important
    }

    .h-xs-33 {
        height: 33% !important
    }

    .h-xs-32 {
        height: 32% !important
    }

    .h-xs-31 {
        height: 31% !important
    }

    .h-xs-30 {
        height: 30% !important
    }

    .h-xs-29 {
        height: 29% !important
    }

    .h-xs-28 {
        height: 28% !important
    }

    .h-xs-27 {
        height: 27% !important
    }

    .h-xs-26 {
        height: 26% !important
    }

    .h-xs-25 {
        height: 25% !important
    }

    .h-xs-24 {
        height: 24% !important
    }

    .h-xs-23 {
        height: 23% !important
    }

    .h-xs-22 {
        height: 22% !important
    }

    .h-xs-21 {
        height: 21% !important
    }

    .h-xs-20 {
        height: 20% !important
    }

    .h-xs-19 {
        height: 19% !important
    }

    .h-xs-18 {
        height: 18% !important
    }

    .h-xs-17 {
        height: 17% !important
    }

    .h-xs-16 {
        height: 16% !important
    }

    .h-xs-15 {
        height: 15% !important
    }

    .h-xs-14 {
        height: 14% !important
    }

    .h-xs-13 {
        height: 13% !important
    }

    .h-xs-12 {
        height: 12% !important
    }

    .h-xs-11 {
        height: 11% !important
    }

    .h-xs-10 {
        height: 10% !important
    }

    .h-xs-9 {
        height: 9% !important
    }

    .h-xs-8 {
        height: 8% !important
    }

    .h-xs-7 {
        height: 7% !important
    }

    .h-xs-6 {
        height: 6% !important
    }

    .h-xs-5 {
        height: 5% !important
    }

    .h-xs-4 {
        height: 4% !important
    }

    .h-xs-3 {
        height: 3% !important
    }

    .h-xs-2 {
        height: 2% !important
    }

    .h-xs-1 {
        height: 1% !important
    }

    .h-xs-0 {
        height: 0% !important
    }
}

@media (min-width:576.02px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-99 {
        width: 99% !important
    }

    .w-sm-98 {
        width: 98% !important
    }

    .w-sm-97 {
        width: 97% !important
    }

    .w-sm-96 {
        width: 96% !important
    }

    .w-sm-95 {
        width: 95% !important
    }

    .w-sm-94 {
        width: 94% !important
    }

    .w-sm-93 {
        width: 93% !important
    }

    .w-sm-92 {
        width: 92% !important
    }

    .w-sm-91 {
        width: 91% !important
    }

    .w-sm-90 {
        width: 90% !important
    }

    .w-sm-89 {
        width: 89% !important
    }

    .w-sm-88 {
        width: 88% !important
    }

    .w-sm-87 {
        width: 87% !important
    }

    .w-sm-86 {
        width: 86% !important
    }

    .w-sm-85 {
        width: 85% !important
    }

    .w-sm-84 {
        width: 84% !important
    }

    .w-sm-83 {
        width: 83% !important
    }

    .w-sm-82 {
        width: 82% !important
    }

    .w-sm-81 {
        width: 81% !important
    }

    .w-sm-80 {
        width: 80% !important
    }

    .w-sm-79 {
        width: 79% !important
    }

    .w-sm-78 {
        width: 78% !important
    }

    .w-sm-77 {
        width: 77% !important
    }

    .w-sm-76 {
        width: 76% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-74 {
        width: 74% !important
    }

    .w-sm-73 {
        width: 73% !important
    }

    .w-sm-72 {
        width: 72% !important
    }

    .w-sm-71 {
        width: 71% !important
    }

    .w-sm-70 {
        width: 70% !important
    }

    .w-sm-69 {
        width: 69% !important
    }

    .w-sm-68 {
        width: 68% !important
    }

    .w-sm-67 {
        width: 67% !important
    }

    .w-sm-66 {
        width: 66% !important
    }

    .w-sm-65 {
        width: 65% !important
    }

    .w-sm-64 {
        width: 64% !important
    }

    .w-sm-63 {
        width: 63% !important
    }

    .w-sm-62 {
        width: 62% !important
    }

    .w-sm-61 {
        width: 61% !important
    }

    .w-sm-60 {
        width: 60% !important
    }

    .w-sm-59 {
        width: 59% !important
    }

    .w-sm-58 {
        width: 58% !important
    }

    .w-sm-57 {
        width: 57% !important
    }

    .w-sm-56 {
        width: 56% !important
    }

    .w-sm-55 {
        width: 55% !important
    }

    .w-sm-54 {
        width: 54% !important
    }

    .w-sm-53 {
        width: 53% !important
    }

    .w-sm-52 {
        width: 52% !important
    }

    .w-sm-51 {
        width: 51% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-49 {
        width: 49% !important
    }

    .w-sm-48 {
        width: 48% !important
    }

    .w-sm-47 {
        width: 47% !important
    }

    .w-sm-46 {
        width: 46% !important
    }

    .w-sm-45 {
        width: 45% !important
    }

    .w-sm-44 {
        width: 44% !important
    }

    .w-sm-43 {
        width: 43% !important
    }

    .w-sm-42 {
        width: 42% !important
    }

    .w-sm-41 {
        width: 41% !important
    }

    .w-sm-40 {
        width: 40% !important
    }

    .w-sm-39 {
        width: 39% !important
    }

    .w-sm-38 {
        width: 38% !important
    }

    .w-sm-37 {
        width: 37% !important
    }

    .w-sm-36 {
        width: 36% !important
    }

    .w-sm-35 {
        width: 35% !important
    }

    .w-sm-34 {
        width: 34% !important
    }

    .w-sm-33 {
        width: 33% !important
    }

    .w-sm-32 {
        width: 32% !important
    }

    .w-sm-31 {
        width: 31% !important
    }

    .w-sm-30 {
        width: 30% !important
    }

    .w-sm-29 {
        width: 29% !important
    }

    .w-sm-28 {
        width: 28% !important
    }

    .w-sm-27 {
        width: 27% !important
    }

    .w-sm-26 {
        width: 26% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-24 {
        width: 24% !important
    }

    .w-sm-23 {
        width: 23% !important
    }

    .w-sm-22 {
        width: 22% !important
    }

    .w-sm-21 {
        width: 21% !important
    }

    .w-sm-20 {
        width: 20% !important
    }

    .w-sm-19 {
        width: 19% !important
    }

    .w-sm-18 {
        width: 18% !important
    }

    .w-sm-17 {
        width: 17% !important
    }

    .w-sm-16 {
        width: 16% !important
    }

    .w-sm-15 {
        width: 15% !important
    }

    .w-sm-14 {
        width: 14% !important
    }

    .w-sm-13 {
        width: 13% !important
    }

    .w-sm-12 {
        width: 12% !important
    }

    .w-sm-11 {
        width: 11% !important
    }

    .w-sm-10 {
        width: 10% !important
    }

    .w-sm-9 {
        width: 9% !important
    }

    .w-sm-8 {
        width: 8% !important
    }

    .w-sm-7 {
        width: 7% !important
    }

    .w-sm-6 {
        width: 6% !important
    }

    .w-sm-5 {
        width: 5% !important
    }

    .w-sm-4 {
        width: 4% !important
    }

    .w-sm-3 {
        width: 3% !important
    }

    .w-sm-2 {
        width: 2% !important
    }

    .w-sm-1 {
        width: 1% !important
    }

    .w-sm-0 {
        width: 0% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-99 {
        height: 99% !important
    }

    .h-sm-98 {
        height: 98% !important
    }

    .h-sm-97 {
        height: 97% !important
    }

    .h-sm-96 {
        height: 96% !important
    }

    .h-sm-95 {
        height: 95% !important
    }

    .h-sm-94 {
        height: 94% !important
    }

    .h-sm-93 {
        height: 93% !important
    }

    .h-sm-92 {
        height: 92% !important
    }

    .h-sm-91 {
        height: 91% !important
    }

    .h-sm-90 {
        height: 90% !important
    }

    .h-sm-89 {
        height: 89% !important
    }

    .h-sm-88 {
        height: 88% !important
    }

    .h-sm-87 {
        height: 87% !important
    }

    .h-sm-86 {
        height: 86% !important
    }

    .h-sm-85 {
        height: 85% !important
    }

    .h-sm-84 {
        height: 84% !important
    }

    .h-sm-83 {
        height: 83% !important
    }

    .h-sm-82 {
        height: 82% !important
    }

    .h-sm-81 {
        height: 81% !important
    }

    .h-sm-80 {
        height: 80% !important
    }

    .h-sm-79 {
        height: 79% !important
    }

    .h-sm-78 {
        height: 78% !important
    }

    .h-sm-77 {
        height: 77% !important
    }

    .h-sm-76 {
        height: 76% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-74 {
        height: 74% !important
    }

    .h-sm-73 {
        height: 73% !important
    }

    .h-sm-72 {
        height: 72% !important
    }

    .h-sm-71 {
        height: 71% !important
    }

    .h-sm-70 {
        height: 70% !important
    }

    .h-sm-69 {
        height: 69% !important
    }

    .h-sm-68 {
        height: 68% !important
    }

    .h-sm-67 {
        height: 67% !important
    }

    .h-sm-66 {
        height: 66% !important
    }

    .h-sm-65 {
        height: 65% !important
    }

    .h-sm-64 {
        height: 64% !important
    }

    .h-sm-63 {
        height: 63% !important
    }

    .h-sm-62 {
        height: 62% !important
    }

    .h-sm-61 {
        height: 61% !important
    }

    .h-sm-60 {
        height: 60% !important
    }

    .h-sm-59 {
        height: 59% !important
    }

    .h-sm-58 {
        height: 58% !important
    }

    .h-sm-57 {
        height: 57% !important
    }

    .h-sm-56 {
        height: 56% !important
    }

    .h-sm-55 {
        height: 55% !important
    }

    .h-sm-54 {
        height: 54% !important
    }

    .h-sm-53 {
        height: 53% !important
    }

    .h-sm-52 {
        height: 52% !important
    }

    .h-sm-51 {
        height: 51% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-49 {
        height: 49% !important
    }

    .h-sm-48 {
        height: 48% !important
    }

    .h-sm-47 {
        height: 47% !important
    }

    .h-sm-46 {
        height: 46% !important
    }

    .h-sm-45 {
        height: 45% !important
    }

    .h-sm-44 {
        height: 44% !important
    }

    .h-sm-43 {
        height: 43% !important
    }

    .h-sm-42 {
        height: 42% !important
    }

    .h-sm-41 {
        height: 41% !important
    }

    .h-sm-40 {
        height: 40% !important
    }

    .h-sm-39 {
        height: 39% !important
    }

    .h-sm-38 {
        height: 38% !important
    }

    .h-sm-37 {
        height: 37% !important
    }

    .h-sm-36 {
        height: 36% !important
    }

    .h-sm-35 {
        height: 35% !important
    }

    .h-sm-34 {
        height: 34% !important
    }

    .h-sm-33 {
        height: 33% !important
    }

    .h-sm-32 {
        height: 32% !important
    }

    .h-sm-31 {
        height: 31% !important
    }

    .h-sm-30 {
        height: 30% !important
    }

    .h-sm-29 {
        height: 29% !important
    }

    .h-sm-28 {
        height: 28% !important
    }

    .h-sm-27 {
        height: 27% !important
    }

    .h-sm-26 {
        height: 26% !important
    }

    .h-sm-25 {
        height: 25% !important
    }

    .h-sm-24 {
        height: 24% !important
    }

    .h-sm-23 {
        height: 23% !important
    }

    .h-sm-22 {
        height: 22% !important
    }

    .h-sm-21 {
        height: 21% !important
    }

    .h-sm-20 {
        height: 20% !important
    }

    .h-sm-19 {
        height: 19% !important
    }

    .h-sm-18 {
        height: 18% !important
    }

    .h-sm-17 {
        height: 17% !important
    }

    .h-sm-16 {
        height: 16% !important
    }

    .h-sm-15 {
        height: 15% !important
    }

    .h-sm-14 {
        height: 14% !important
    }

    .h-sm-13 {
        height: 13% !important
    }

    .h-sm-12 {
        height: 12% !important
    }

    .h-sm-11 {
        height: 11% !important
    }

    .h-sm-10 {
        height: 10% !important
    }

    .h-sm-9 {
        height: 9% !important
    }

    .h-sm-8 {
        height: 8% !important
    }

    .h-sm-7 {
        height: 7% !important
    }

    .h-sm-6 {
        height: 6% !important
    }

    .h-sm-5 {
        height: 5% !important
    }

    .h-sm-4 {
        height: 4% !important
    }

    .h-sm-3 {
        height: 3% !important
    }

    .h-sm-2 {
        height: 2% !important
    }

    .h-sm-1 {
        height: 1% !important
    }

    .h-sm-0 {
        height: 0% !important
    }
}

@media (min-width:768.02px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-99 {
        width: 99% !important
    }

    .w-md-98 {
        width: 98% !important
    }

    .w-md-97 {
        width: 97% !important
    }

    .w-md-96 {
        width: 96% !important
    }

    .w-md-95 {
        width: 95% !important
    }

    .w-md-94 {
        width: 94% !important
    }

    .w-md-93 {
        width: 93% !important
    }

    .w-md-92 {
        width: 92% !important
    }

    .w-md-91 {
        width: 91% !important
    }

    .w-md-90 {
        width: 90% !important
    }

    .w-md-89 {
        width: 89% !important
    }

    .w-md-88 {
        width: 88% !important
    }

    .w-md-87 {
        width: 87% !important
    }

    .w-md-86 {
        width: 86% !important
    }

    .w-md-85 {
        width: 85% !important
    }

    .w-md-84 {
        width: 84% !important
    }

    .w-md-83 {
        width: 83% !important
    }

    .w-md-82 {
        width: 82% !important
    }

    .w-md-81 {
        width: 81% !important
    }

    .w-md-80 {
        width: 80% !important
    }

    .w-md-79 {
        width: 79% !important
    }

    .w-md-78 {
        width: 78% !important
    }

    .w-md-77 {
        width: 77% !important
    }

    .w-md-76 {
        width: 76% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-74 {
        width: 74% !important
    }

    .w-md-73 {
        width: 73% !important
    }

    .w-md-72 {
        width: 72% !important
    }

    .w-md-71 {
        width: 71% !important
    }

    .w-md-70 {
        width: 70% !important
    }

    .w-md-69 {
        width: 69% !important
    }

    .w-md-68 {
        width: 68% !important
    }

    .w-md-67 {
        width: 67% !important
    }

    .w-md-66 {
        width: 66% !important
    }

    .w-md-65 {
        width: 65% !important
    }

    .w-md-64 {
        width: 64% !important
    }

    .w-md-63 {
        width: 63% !important
    }

    .w-md-62 {
        width: 62% !important
    }

    .w-md-61 {
        width: 61% !important
    }

    .w-md-60 {
        width: 60% !important
    }

    .w-md-59 {
        width: 59% !important
    }

    .w-md-58 {
        width: 58% !important
    }

    .w-md-57 {
        width: 57% !important
    }

    .w-md-56 {
        width: 56% !important
    }

    .w-md-55 {
        width: 55% !important
    }

    .w-md-54 {
        width: 54% !important
    }

    .w-md-53 {
        width: 53% !important
    }

    .w-md-52 {
        width: 52% !important
    }

    .w-md-51 {
        width: 51% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-49 {
        width: 49% !important
    }

    .w-md-48 {
        width: 48% !important
    }

    .w-md-47 {
        width: 47% !important
    }

    .w-md-46 {
        width: 46% !important
    }

    .w-md-45 {
        width: 45% !important
    }

    .w-md-44 {
        width: 44% !important
    }

    .w-md-43 {
        width: 43% !important
    }

    .w-md-42 {
        width: 42% !important
    }

    .w-md-41 {
        width: 41% !important
    }

    .w-md-40 {
        width: 40% !important
    }

    .w-md-39 {
        width: 39% !important
    }

    .w-md-38 {
        width: 38% !important
    }

    .w-md-37 {
        width: 37% !important
    }

    .w-md-36 {
        width: 36% !important
    }

    .w-md-35 {
        width: 35% !important
    }

    .w-md-34 {
        width: 34% !important
    }

    .w-md-33 {
        width: 33% !important
    }

    .w-md-32 {
        width: 32% !important
    }

    .w-md-31 {
        width: 31% !important
    }

    .w-md-30 {
        width: 30% !important
    }

    .w-md-29 {
        width: 29% !important
    }

    .w-md-28 {
        width: 28% !important
    }

    .w-md-27 {
        width: 27% !important
    }

    .w-md-26 {
        width: 26% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-24 {
        width: 24% !important
    }

    .w-md-23 {
        width: 23% !important
    }

    .w-md-22 {
        width: 22% !important
    }

    .w-md-21 {
        width: 21% !important
    }

    .w-md-20 {
        width: 20% !important
    }

    .w-md-19 {
        width: 19% !important
    }

    .w-md-18 {
        width: 18% !important
    }

    .w-md-17 {
        width: 17% !important
    }

    .w-md-16 {
        width: 16% !important
    }

    .w-md-15 {
        width: 15% !important
    }

    .w-md-14 {
        width: 14% !important
    }

    .w-md-13 {
        width: 13% !important
    }

    .w-md-12 {
        width: 12% !important
    }

    .w-md-11 {
        width: 11% !important
    }

    .w-md-10 {
        width: 10% !important
    }

    .w-md-9 {
        width: 9% !important
    }

    .w-md-8 {
        width: 8% !important
    }

    .w-md-7 {
        width: 7% !important
    }

    .w-md-6 {
        width: 6% !important
    }

    .w-md-5 {
        width: 5% !important
    }

    .w-md-4 {
        width: 4% !important
    }

    .w-md-3 {
        width: 3% !important
    }

    .w-md-2 {
        width: 2% !important
    }

    .w-md-1 {
        width: 1% !important
    }

    .w-md-0 {
        width: 0% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-99 {
        height: 99% !important
    }

    .h-md-98 {
        height: 98% !important
    }

    .h-md-97 {
        height: 97% !important
    }

    .h-md-96 {
        height: 96% !important
    }

    .h-md-95 {
        height: 95% !important
    }

    .h-md-94 {
        height: 94% !important
    }

    .h-md-93 {
        height: 93% !important
    }

    .h-md-92 {
        height: 92% !important
    }

    .h-md-91 {
        height: 91% !important
    }

    .h-md-90 {
        height: 90% !important
    }

    .h-md-89 {
        height: 89% !important
    }

    .h-md-88 {
        height: 88% !important
    }

    .h-md-87 {
        height: 87% !important
    }

    .h-md-86 {
        height: 86% !important
    }

    .h-md-85 {
        height: 85% !important
    }

    .h-md-84 {
        height: 84% !important
    }

    .h-md-83 {
        height: 83% !important
    }

    .h-md-82 {
        height: 82% !important
    }

    .h-md-81 {
        height: 81% !important
    }

    .h-md-80 {
        height: 80% !important
    }

    .h-md-79 {
        height: 79% !important
    }

    .h-md-78 {
        height: 78% !important
    }

    .h-md-77 {
        height: 77% !important
    }

    .h-md-76 {
        height: 76% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-74 {
        height: 74% !important
    }

    .h-md-73 {
        height: 73% !important
    }

    .h-md-72 {
        height: 72% !important
    }

    .h-md-71 {
        height: 71% !important
    }

    .h-md-70 {
        height: 70% !important
    }

    .h-md-69 {
        height: 69% !important
    }

    .h-md-68 {
        height: 68% !important
    }

    .h-md-67 {
        height: 67% !important
    }

    .h-md-66 {
        height: 66% !important
    }

    .h-md-65 {
        height: 65% !important
    }

    .h-md-64 {
        height: 64% !important
    }

    .h-md-63 {
        height: 63% !important
    }

    .h-md-62 {
        height: 62% !important
    }

    .h-md-61 {
        height: 61% !important
    }

    .h-md-60 {
        height: 60% !important
    }

    .h-md-59 {
        height: 59% !important
    }

    .h-md-58 {
        height: 58% !important
    }

    .h-md-57 {
        height: 57% !important
    }

    .h-md-56 {
        height: 56% !important
    }

    .h-md-55 {
        height: 55% !important
    }

    .h-md-54 {
        height: 54% !important
    }

    .h-md-53 {
        height: 53% !important
    }

    .h-md-52 {
        height: 52% !important
    }

    .h-md-51 {
        height: 51% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-49 {
        height: 49% !important
    }

    .h-md-48 {
        height: 48% !important
    }

    .h-md-47 {
        height: 47% !important
    }

    .h-md-46 {
        height: 46% !important
    }

    .h-md-45 {
        height: 45% !important
    }

    .h-md-44 {
        height: 44% !important
    }

    .h-md-43 {
        height: 43% !important
    }

    .h-md-42 {
        height: 42% !important
    }

    .h-md-41 {
        height: 41% !important
    }

    .h-md-40 {
        height: 40% !important
    }

    .h-md-39 {
        height: 39% !important
    }

    .h-md-38 {
        height: 38% !important
    }

    .h-md-37 {
        height: 37% !important
    }

    .h-md-36 {
        height: 36% !important
    }

    .h-md-35 {
        height: 35% !important
    }

    .h-md-34 {
        height: 34% !important
    }

    .h-md-33 {
        height: 33% !important
    }

    .h-md-32 {
        height: 32% !important
    }

    .h-md-31 {
        height: 31% !important
    }

    .h-md-30 {
        height: 30% !important
    }

    .h-md-29 {
        height: 29% !important
    }

    .h-md-28 {
        height: 28% !important
    }

    .h-md-27 {
        height: 27% !important
    }

    .h-md-26 {
        height: 26% !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-24 {
        height: 24% !important
    }

    .h-md-23 {
        height: 23% !important
    }

    .h-md-22 {
        height: 22% !important
    }

    .h-md-21 {
        height: 21% !important
    }

    .h-md-20 {
        height: 20% !important
    }

    .h-md-19 {
        height: 19% !important
    }

    .h-md-18 {
        height: 18% !important
    }

    .h-md-17 {
        height: 17% !important
    }

    .h-md-16 {
        height: 16% !important
    }

    .h-md-15 {
        height: 15% !important
    }

    .h-md-14 {
        height: 14% !important
    }

    .h-md-13 {
        height: 13% !important
    }

    .h-md-12 {
        height: 12% !important
    }

    .h-md-11 {
        height: 11% !important
    }

    .h-md-10 {
        height: 10% !important
    }

    .h-md-9 {
        height: 9% !important
    }

    .h-md-8 {
        height: 8% !important
    }

    .h-md-7 {
        height: 7% !important
    }

    .h-md-6 {
        height: 6% !important
    }

    .h-md-5 {
        height: 5% !important
    }

    .h-md-4 {
        height: 4% !important
    }

    .h-md-3 {
        height: 3% !important
    }

    .h-md-2 {
        height: 2% !important
    }

    .h-md-1 {
        height: 1% !important
    }

    .h-md-0 {
        height: 0% !important
    }
}

@media (min-width:1024.02px) {
    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-99 {
        width: 99% !important
    }

    .w-lg-98 {
        width: 98% !important
    }

    .w-lg-97 {
        width: 97% !important
    }

    .w-lg-96 {
        width: 96% !important
    }

    .w-lg-95 {
        width: 95% !important
    }

    .w-lg-94 {
        width: 94% !important
    }

    .w-lg-93 {
        width: 93% !important
    }

    .w-lg-92 {
        width: 92% !important
    }

    .w-lg-91 {
        width: 91% !important
    }

    .w-lg-90 {
        width: 90% !important
    }

    .w-lg-89 {
        width: 89% !important
    }

    .w-lg-88 {
        width: 88% !important
    }

    .w-lg-87 {
        width: 87% !important
    }

    .w-lg-86 {
        width: 86% !important
    }

    .w-lg-85 {
        width: 85% !important
    }

    .w-lg-84 {
        width: 84% !important
    }

    .w-lg-83 {
        width: 83% !important
    }

    .w-lg-82 {
        width: 82% !important
    }

    .w-lg-81 {
        width: 81% !important
    }

    .w-lg-80 {
        width: 80% !important
    }

    .w-lg-79 {
        width: 79% !important
    }

    .w-lg-78 {
        width: 78% !important
    }

    .w-lg-77 {
        width: 77% !important
    }

    .w-lg-76 {
        width: 76% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-74 {
        width: 74% !important
    }

    .w-lg-73 {
        width: 73% !important
    }

    .w-lg-72 {
        width: 72% !important
    }

    .w-lg-71 {
        width: 71% !important
    }

    .w-lg-70 {
        width: 70% !important
    }

    .w-lg-69 {
        width: 69% !important
    }

    .w-lg-68 {
        width: 68% !important
    }

    .w-lg-67 {
        width: 67% !important
    }

    .w-lg-66 {
        width: 66% !important
    }

    .w-lg-65 {
        width: 65% !important
    }

    .w-lg-64 {
        width: 64% !important
    }

    .w-lg-63 {
        width: 63% !important
    }

    .w-lg-62 {
        width: 62% !important
    }

    .w-lg-61 {
        width: 61% !important
    }

    .w-lg-60 {
        width: 60% !important
    }

    .w-lg-59 {
        width: 59% !important
    }

    .w-lg-58 {
        width: 58% !important
    }

    .w-lg-57 {
        width: 57% !important
    }

    .w-lg-56 {
        width: 56% !important
    }

    .w-lg-55 {
        width: 55% !important
    }

    .w-lg-54 {
        width: 54% !important
    }

    .w-lg-53 {
        width: 53% !important
    }

    .w-lg-52 {
        width: 52% !important
    }

    .w-lg-51 {
        width: 51% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-49 {
        width: 49% !important
    }

    .w-lg-48 {
        width: 48% !important
    }

    .w-lg-47 {
        width: 47% !important
    }

    .w-lg-46 {
        width: 46% !important
    }

    .w-lg-45 {
        width: 45% !important
    }

    .w-lg-44 {
        width: 44% !important
    }

    .w-lg-43 {
        width: 43% !important
    }

    .w-lg-42 {
        width: 42% !important
    }

    .w-lg-41 {
        width: 41% !important
    }

    .w-lg-40 {
        width: 40% !important
    }

    .w-lg-39 {
        width: 39% !important
    }

    .w-lg-38 {
        width: 38% !important
    }

    .w-lg-37 {
        width: 37% !important
    }

    .w-lg-36 {
        width: 36% !important
    }

    .w-lg-35 {
        width: 35% !important
    }

    .w-lg-34 {
        width: 34% !important
    }

    .w-lg-33 {
        width: 33% !important
    }

    .w-lg-32 {
        width: 32% !important
    }

    .w-lg-31 {
        width: 31% !important
    }

    .w-lg-30 {
        width: 30% !important
    }

    .w-lg-29 {
        width: 29% !important
    }

    .w-lg-28 {
        width: 28% !important
    }

    .w-lg-27 {
        width: 27% !important
    }

    .w-lg-26 {
        width: 26% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-24 {
        width: 24% !important
    }

    .w-lg-23 {
        width: 23% !important
    }

    .w-lg-22 {
        width: 22% !important
    }

    .w-lg-21 {
        width: 21% !important
    }

    .w-lg-20 {
        width: 20% !important
    }

    .w-lg-19 {
        width: 19% !important
    }

    .w-lg-18 {
        width: 18% !important
    }

    .w-lg-17 {
        width: 17% !important
    }

    .w-lg-16 {
        width: 16% !important
    }

    .w-lg-15 {
        width: 15% !important
    }

    .w-lg-14 {
        width: 14% !important
    }

    .w-lg-13 {
        width: 13% !important
    }

    .w-lg-12 {
        width: 12% !important
    }

    .w-lg-11 {
        width: 11% !important
    }

    .w-lg-10 {
        width: 10% !important
    }

    .w-lg-9 {
        width: 9% !important
    }

    .w-lg-8 {
        width: 8% !important
    }

    .w-lg-7 {
        width: 7% !important
    }

    .w-lg-6 {
        width: 6% !important
    }

    .w-lg-5 {
        width: 5% !important
    }

    .w-lg-4 {
        width: 4% !important
    }

    .w-lg-3 {
        width: 3% !important
    }

    .w-lg-2 {
        width: 2% !important
    }

    .w-lg-1 {
        width: 1% !important
    }

    .w-lg-0 {
        width: 0% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-99 {
        height: 99% !important
    }

    .h-lg-98 {
        height: 98% !important
    }

    .h-lg-97 {
        height: 97% !important
    }

    .h-lg-96 {
        height: 96% !important
    }

    .h-lg-95 {
        height: 95% !important
    }

    .h-lg-94 {
        height: 94% !important
    }

    .h-lg-93 {
        height: 93% !important
    }

    .h-lg-92 {
        height: 92% !important
    }

    .h-lg-91 {
        height: 91% !important
    }

    .h-lg-90 {
        height: 90% !important
    }

    .h-lg-89 {
        height: 89% !important
    }

    .h-lg-88 {
        height: 88% !important
    }

    .h-lg-87 {
        height: 87% !important
    }

    .h-lg-86 {
        height: 86% !important
    }

    .h-lg-85 {
        height: 85% !important
    }

    .h-lg-84 {
        height: 84% !important
    }

    .h-lg-83 {
        height: 83% !important
    }

    .h-lg-82 {
        height: 82% !important
    }

    .h-lg-81 {
        height: 81% !important
    }

    .h-lg-80 {
        height: 80% !important
    }

    .h-lg-79 {
        height: 79% !important
    }

    .h-lg-78 {
        height: 78% !important
    }

    .h-lg-77 {
        height: 77% !important
    }

    .h-lg-76 {
        height: 76% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-74 {
        height: 74% !important
    }

    .h-lg-73 {
        height: 73% !important
    }

    .h-lg-72 {
        height: 72% !important
    }

    .h-lg-71 {
        height: 71% !important
    }

    .h-lg-70 {
        height: 70% !important
    }

    .h-lg-69 {
        height: 69% !important
    }

    .h-lg-68 {
        height: 68% !important
    }

    .h-lg-67 {
        height: 67% !important
    }

    .h-lg-66 {
        height: 66% !important
    }

    .h-lg-65 {
        height: 65% !important
    }

    .h-lg-64 {
        height: 64% !important
    }

    .h-lg-63 {
        height: 63% !important
    }

    .h-lg-62 {
        height: 62% !important
    }

    .h-lg-61 {
        height: 61% !important
    }

    .h-lg-60 {
        height: 60% !important
    }

    .h-lg-59 {
        height: 59% !important
    }

    .h-lg-58 {
        height: 58% !important
    }

    .h-lg-57 {
        height: 57% !important
    }

    .h-lg-56 {
        height: 56% !important
    }

    .h-lg-55 {
        height: 55% !important
    }

    .h-lg-54 {
        height: 54% !important
    }

    .h-lg-53 {
        height: 53% !important
    }

    .h-lg-52 {
        height: 52% !important
    }

    .h-lg-51 {
        height: 51% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-49 {
        height: 49% !important
    }

    .h-lg-48 {
        height: 48% !important
    }

    .h-lg-47 {
        height: 47% !important
    }

    .h-lg-46 {
        height: 46% !important
    }

    .h-lg-45 {
        height: 45% !important
    }

    .h-lg-44 {
        height: 44% !important
    }

    .h-lg-43 {
        height: 43% !important
    }

    .h-lg-42 {
        height: 42% !important
    }

    .h-lg-41 {
        height: 41% !important
    }

    .h-lg-40 {
        height: 40% !important
    }

    .h-lg-39 {
        height: 39% !important
    }

    .h-lg-38 {
        height: 38% !important
    }

    .h-lg-37 {
        height: 37% !important
    }

    .h-lg-36 {
        height: 36% !important
    }

    .h-lg-35 {
        height: 35% !important
    }

    .h-lg-34 {
        height: 34% !important
    }

    .h-lg-33 {
        height: 33% !important
    }

    .h-lg-32 {
        height: 32% !important
    }

    .h-lg-31 {
        height: 31% !important
    }

    .h-lg-30 {
        height: 30% !important
    }

    .h-lg-29 {
        height: 29% !important
    }

    .h-lg-28 {
        height: 28% !important
    }

    .h-lg-27 {
        height: 27% !important
    }

    .h-lg-26 {
        height: 26% !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-24 {
        height: 24% !important
    }

    .h-lg-23 {
        height: 23% !important
    }

    .h-lg-22 {
        height: 22% !important
    }

    .h-lg-21 {
        height: 21% !important
    }

    .h-lg-20 {
        height: 20% !important
    }

    .h-lg-19 {
        height: 19% !important
    }

    .h-lg-18 {
        height: 18% !important
    }

    .h-lg-17 {
        height: 17% !important
    }

    .h-lg-16 {
        height: 16% !important
    }

    .h-lg-15 {
        height: 15% !important
    }

    .h-lg-14 {
        height: 14% !important
    }

    .h-lg-13 {
        height: 13% !important
    }

    .h-lg-12 {
        height: 12% !important
    }

    .h-lg-11 {
        height: 11% !important
    }

    .h-lg-10 {
        height: 10% !important
    }

    .h-lg-9 {
        height: 9% !important
    }

    .h-lg-8 {
        height: 8% !important
    }

    .h-lg-7 {
        height: 7% !important
    }

    .h-lg-6 {
        height: 6% !important
    }

    .h-lg-5 {
        height: 5% !important
    }

    .h-lg-4 {
        height: 4% !important
    }

    .h-lg-3 {
        height: 3% !important
    }

    .h-lg-2 {
        height: 2% !important
    }

    .h-lg-1 {
        height: 1% !important
    }

    .h-lg-0 {
        height: 0% !important
    }
}

@media (min-width:1200.02px) {
    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-99 {
        width: 99% !important
    }

    .w-xl-98 {
        width: 98% !important
    }

    .w-xl-97 {
        width: 97% !important
    }

    .w-xl-96 {
        width: 96% !important
    }

    .w-xl-95 {
        width: 95% !important
    }

    .w-xl-94 {
        width: 94% !important
    }

    .w-xl-93 {
        width: 93% !important
    }

    .w-xl-92 {
        width: 92% !important
    }

    .w-xl-91 {
        width: 91% !important
    }

    .w-xl-90 {
        width: 90% !important
    }

    .w-xl-89 {
        width: 89% !important
    }

    .w-xl-88 {
        width: 88% !important
    }

    .w-xl-87 {
        width: 87% !important
    }

    .w-xl-86 {
        width: 86% !important
    }

    .w-xl-85 {
        width: 85% !important
    }

    .w-xl-84 {
        width: 84% !important
    }

    .w-xl-83 {
        width: 83% !important
    }

    .w-xl-82 {
        width: 82% !important
    }

    .w-xl-81 {
        width: 81% !important
    }

    .w-xl-80 {
        width: 80% !important
    }

    .w-xl-79 {
        width: 79% !important
    }

    .w-xl-78 {
        width: 78% !important
    }

    .w-xl-77 {
        width: 77% !important
    }

    .w-xl-76 {
        width: 76% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-74 {
        width: 74% !important
    }

    .w-xl-73 {
        width: 73% !important
    }

    .w-xl-72 {
        width: 72% !important
    }

    .w-xl-71 {
        width: 71% !important
    }

    .w-xl-70 {
        width: 70% !important
    }

    .w-xl-69 {
        width: 69% !important
    }

    .w-xl-68 {
        width: 68% !important
    }

    .w-xl-67 {
        width: 67% !important
    }

    .w-xl-66 {
        width: 66% !important
    }

    .w-xl-65 {
        width: 65% !important
    }

    .w-xl-64 {
        width: 64% !important
    }

    .w-xl-63 {
        width: 63% !important
    }

    .w-xl-62 {
        width: 62% !important
    }

    .w-xl-61 {
        width: 61% !important
    }

    .w-xl-60 {
        width: 60% !important
    }

    .w-xl-59 {
        width: 59% !important
    }

    .w-xl-58 {
        width: 58% !important
    }

    .w-xl-57 {
        width: 57% !important
    }

    .w-xl-56 {
        width: 56% !important
    }

    .w-xl-55 {
        width: 55% !important
    }

    .w-xl-54 {
        width: 54% !important
    }

    .w-xl-53 {
        width: 53% !important
    }

    .w-xl-52 {
        width: 52% !important
    }

    .w-xl-51 {
        width: 51% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-49 {
        width: 49% !important
    }

    .w-xl-48 {
        width: 48% !important
    }

    .w-xl-47 {
        width: 47% !important
    }

    .w-xl-46 {
        width: 46% !important
    }

    .w-xl-45 {
        width: 45% !important
    }

    .w-xl-44 {
        width: 44% !important
    }

    .w-xl-43 {
        width: 43% !important
    }

    .w-xl-42 {
        width: 42% !important
    }

    .w-xl-41 {
        width: 41% !important
    }

    .w-xl-40 {
        width: 40% !important
    }

    .w-xl-39 {
        width: 39% !important
    }

    .w-xl-38 {
        width: 38% !important
    }

    .w-xl-37 {
        width: 37% !important
    }

    .w-xl-36 {
        width: 36% !important
    }

    .w-xl-35 {
        width: 35% !important
    }

    .w-xl-34 {
        width: 34% !important
    }

    .w-xl-33 {
        width: 33% !important
    }

    .w-xl-32 {
        width: 32% !important
    }

    .w-xl-31 {
        width: 31% !important
    }

    .w-xl-30 {
        width: 30% !important
    }

    .w-xl-29 {
        width: 29% !important
    }

    .w-xl-28 {
        width: 28% !important
    }

    .w-xl-27 {
        width: 27% !important
    }

    .w-xl-26 {
        width: 26% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-24 {
        width: 24% !important
    }

    .w-xl-23 {
        width: 23% !important
    }

    .w-xl-22 {
        width: 22% !important
    }

    .w-xl-21 {
        width: 21% !important
    }

    .w-xl-20 {
        width: 20% !important
    }

    .w-xl-19 {
        width: 19% !important
    }

    .w-xl-18 {
        width: 18% !important
    }

    .w-xl-17 {
        width: 17% !important
    }

    .w-xl-16 {
        width: 16% !important
    }

    .w-xl-15 {
        width: 15% !important
    }

    .w-xl-14 {
        width: 14% !important
    }

    .w-xl-13 {
        width: 13% !important
    }

    .w-xl-12 {
        width: 12% !important
    }

    .w-xl-11 {
        width: 11% !important
    }

    .w-xl-10 {
        width: 10% !important
    }

    .w-xl-9 {
        width: 9% !important
    }

    .w-xl-8 {
        width: 8% !important
    }

    .w-xl-7 {
        width: 7% !important
    }

    .w-xl-6 {
        width: 6% !important
    }

    .w-xl-5 {
        width: 5% !important
    }

    .w-xl-4 {
        width: 4% !important
    }

    .w-xl-3 {
        width: 3% !important
    }

    .w-xl-2 {
        width: 2% !important
    }

    .w-xl-1 {
        width: 1% !important
    }

    .w-xl-0 {
        width: 0% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-99 {
        height: 99% !important
    }

    .h-xl-98 {
        height: 98% !important
    }

    .h-xl-97 {
        height: 97% !important
    }

    .h-xl-96 {
        height: 96% !important
    }

    .h-xl-95 {
        height: 95% !important
    }

    .h-xl-94 {
        height: 94% !important
    }

    .h-xl-93 {
        height: 93% !important
    }

    .h-xl-92 {
        height: 92% !important
    }

    .h-xl-91 {
        height: 91% !important
    }

    .h-xl-90 {
        height: 90% !important
    }

    .h-xl-89 {
        height: 89% !important
    }

    .h-xl-88 {
        height: 88% !important
    }

    .h-xl-87 {
        height: 87% !important
    }

    .h-xl-86 {
        height: 86% !important
    }

    .h-xl-85 {
        height: 85% !important
    }

    .h-xl-84 {
        height: 84% !important
    }

    .h-xl-83 {
        height: 83% !important
    }

    .h-xl-82 {
        height: 82% !important
    }

    .h-xl-81 {
        height: 81% !important
    }

    .h-xl-80 {
        height: 80% !important
    }

    .h-xl-79 {
        height: 79% !important
    }

    .h-xl-78 {
        height: 78% !important
    }

    .h-xl-77 {
        height: 77% !important
    }

    .h-xl-76 {
        height: 76% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-74 {
        height: 74% !important
    }

    .h-xl-73 {
        height: 73% !important
    }

    .h-xl-72 {
        height: 72% !important
    }

    .h-xl-71 {
        height: 71% !important
    }

    .h-xl-70 {
        height: 70% !important
    }

    .h-xl-69 {
        height: 69% !important
    }

    .h-xl-68 {
        height: 68% !important
    }

    .h-xl-67 {
        height: 67% !important
    }

    .h-xl-66 {
        height: 66% !important
    }

    .h-xl-65 {
        height: 65% !important
    }

    .h-xl-64 {
        height: 64% !important
    }

    .h-xl-63 {
        height: 63% !important
    }

    .h-xl-62 {
        height: 62% !important
    }

    .h-xl-61 {
        height: 61% !important
    }

    .h-xl-60 {
        height: 60% !important
    }

    .h-xl-59 {
        height: 59% !important
    }

    .h-xl-58 {
        height: 58% !important
    }

    .h-xl-57 {
        height: 57% !important
    }

    .h-xl-56 {
        height: 56% !important
    }

    .h-xl-55 {
        height: 55% !important
    }

    .h-xl-54 {
        height: 54% !important
    }

    .h-xl-53 {
        height: 53% !important
    }

    .h-xl-52 {
        height: 52% !important
    }

    .h-xl-51 {
        height: 51% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-49 {
        height: 49% !important
    }

    .h-xl-48 {
        height: 48% !important
    }

    .h-xl-47 {
        height: 47% !important
    }

    .h-xl-46 {
        height: 46% !important
    }

    .h-xl-45 {
        height: 45% !important
    }

    .h-xl-44 {
        height: 44% !important
    }

    .h-xl-43 {
        height: 43% !important
    }

    .h-xl-42 {
        height: 42% !important
    }

    .h-xl-41 {
        height: 41% !important
    }

    .h-xl-40 {
        height: 40% !important
    }

    .h-xl-39 {
        height: 39% !important
    }

    .h-xl-38 {
        height: 38% !important
    }

    .h-xl-37 {
        height: 37% !important
    }

    .h-xl-36 {
        height: 36% !important
    }

    .h-xl-35 {
        height: 35% !important
    }

    .h-xl-34 {
        height: 34% !important
    }

    .h-xl-33 {
        height: 33% !important
    }

    .h-xl-32 {
        height: 32% !important
    }

    .h-xl-31 {
        height: 31% !important
    }

    .h-xl-30 {
        height: 30% !important
    }

    .h-xl-29 {
        height: 29% !important
    }

    .h-xl-28 {
        height: 28% !important
    }

    .h-xl-27 {
        height: 27% !important
    }

    .h-xl-26 {
        height: 26% !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .h-xl-24 {
        height: 24% !important
    }

    .h-xl-23 {
        height: 23% !important
    }

    .h-xl-22 {
        height: 22% !important
    }

    .h-xl-21 {
        height: 21% !important
    }

    .h-xl-20 {
        height: 20% !important
    }

    .h-xl-19 {
        height: 19% !important
    }

    .h-xl-18 {
        height: 18% !important
    }

    .h-xl-17 {
        height: 17% !important
    }

    .h-xl-16 {
        height: 16% !important
    }

    .h-xl-15 {
        height: 15% !important
    }

    .h-xl-14 {
        height: 14% !important
    }

    .h-xl-13 {
        height: 13% !important
    }

    .h-xl-12 {
        height: 12% !important
    }

    .h-xl-11 {
        height: 11% !important
    }

    .h-xl-10 {
        height: 10% !important
    }

    .h-xl-9 {
        height: 9% !important
    }

    .h-xl-8 {
        height: 8% !important
    }

    .h-xl-7 {
        height: 7% !important
    }

    .h-xl-6 {
        height: 6% !important
    }

    .h-xl-5 {
        height: 5% !important
    }

    .h-xl-4 {
        height: 4% !important
    }

    .h-xl-3 {
        height: 3% !important
    }

    .h-xl-2 {
        height: 2% !important
    }

    .h-xl-1 {
        height: 1% !important
    }

    .h-xl-0 {
        height: 0% !important
    }
}

@media (min-width:1400.02px) {
    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-99 {
        width: 99% !important
    }

    .w-xxl-98 {
        width: 98% !important
    }

    .w-xxl-97 {
        width: 97% !important
    }

    .w-xxl-96 {
        width: 96% !important
    }

    .w-xxl-95 {
        width: 95% !important
    }

    .w-xxl-94 {
        width: 94% !important
    }

    .w-xxl-93 {
        width: 93% !important
    }

    .w-xxl-92 {
        width: 92% !important
    }

    .w-xxl-91 {
        width: 91% !important
    }

    .w-xxl-90 {
        width: 90% !important
    }

    .w-xxl-89 {
        width: 89% !important
    }

    .w-xxl-88 {
        width: 88% !important
    }

    .w-xxl-87 {
        width: 87% !important
    }

    .w-xxl-86 {
        width: 86% !important
    }

    .w-xxl-85 {
        width: 85% !important
    }

    .w-xxl-84 {
        width: 84% !important
    }

    .w-xxl-83 {
        width: 83% !important
    }

    .w-xxl-82 {
        width: 82% !important
    }

    .w-xxl-81 {
        width: 81% !important
    }

    .w-xxl-80 {
        width: 80% !important
    }

    .w-xxl-79 {
        width: 79% !important
    }

    .w-xxl-78 {
        width: 78% !important
    }

    .w-xxl-77 {
        width: 77% !important
    }

    .w-xxl-76 {
        width: 76% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-74 {
        width: 74% !important
    }

    .w-xxl-73 {
        width: 73% !important
    }

    .w-xxl-72 {
        width: 72% !important
    }

    .w-xxl-71 {
        width: 71% !important
    }

    .w-xxl-70 {
        width: 70% !important
    }

    .w-xxl-69 {
        width: 69% !important
    }

    .w-xxl-68 {
        width: 68% !important
    }

    .w-xxl-67 {
        width: 67% !important
    }

    .w-xxl-66 {
        width: 66% !important
    }

    .w-xxl-65 {
        width: 65% !important
    }

    .w-xxl-64 {
        width: 64% !important
    }

    .w-xxl-63 {
        width: 63% !important
    }

    .w-xxl-62 {
        width: 62% !important
    }

    .w-xxl-61 {
        width: 61% !important
    }

    .w-xxl-60 {
        width: 60% !important
    }

    .w-xxl-59 {
        width: 59% !important
    }

    .w-xxl-58 {
        width: 58% !important
    }

    .w-xxl-57 {
        width: 57% !important
    }

    .w-xxl-56 {
        width: 56% !important
    }

    .w-xxl-55 {
        width: 55% !important
    }

    .w-xxl-54 {
        width: 54% !important
    }

    .w-xxl-53 {
        width: 53% !important
    }

    .w-xxl-52 {
        width: 52% !important
    }

    .w-xxl-51 {
        width: 51% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-49 {
        width: 49% !important
    }

    .w-xxl-48 {
        width: 48% !important
    }

    .w-xxl-47 {
        width: 47% !important
    }

    .w-xxl-46 {
        width: 46% !important
    }

    .w-xxl-45 {
        width: 45% !important
    }

    .w-xxl-44 {
        width: 44% !important
    }

    .w-xxl-43 {
        width: 43% !important
    }

    .w-xxl-42 {
        width: 42% !important
    }

    .w-xxl-41 {
        width: 41% !important
    }

    .w-xxl-40 {
        width: 40% !important
    }

    .w-xxl-39 {
        width: 39% !important
    }

    .w-xxl-38 {
        width: 38% !important
    }

    .w-xxl-37 {
        width: 37% !important
    }

    .w-xxl-36 {
        width: 36% !important
    }

    .w-xxl-35 {
        width: 35% !important
    }

    .w-xxl-34 {
        width: 34% !important
    }

    .w-xxl-33 {
        width: 33% !important
    }

    .w-xxl-32 {
        width: 32% !important
    }

    .w-xxl-31 {
        width: 31% !important
    }

    .w-xxl-30 {
        width: 30% !important
    }

    .w-xxl-29 {
        width: 29% !important
    }

    .w-xxl-28 {
        width: 28% !important
    }

    .w-xxl-27 {
        width: 27% !important
    }

    .w-xxl-26 {
        width: 26% !important
    }

    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-24 {
        width: 24% !important
    }

    .w-xxl-23 {
        width: 23% !important
    }

    .w-xxl-22 {
        width: 22% !important
    }

    .w-xxl-21 {
        width: 21% !important
    }

    .w-xxl-20 {
        width: 20% !important
    }

    .w-xxl-19 {
        width: 19% !important
    }

    .w-xxl-18 {
        width: 18% !important
    }

    .w-xxl-17 {
        width: 17% !important
    }

    .w-xxl-16 {
        width: 16% !important
    }

    .w-xxl-15 {
        width: 15% !important
    }

    .w-xxl-14 {
        width: 14% !important
    }

    .w-xxl-13 {
        width: 13% !important
    }

    .w-xxl-12 {
        width: 12% !important
    }

    .w-xxl-11 {
        width: 11% !important
    }

    .w-xxl-10 {
        width: 10% !important
    }

    .w-xxl-9 {
        width: 9% !important
    }

    .w-xxl-8 {
        width: 8% !important
    }

    .w-xxl-7 {
        width: 7% !important
    }

    .w-xxl-6 {
        width: 6% !important
    }

    .w-xxl-5 {
        width: 5% !important
    }

    .w-xxl-4 {
        width: 4% !important
    }

    .w-xxl-3 {
        width: 3% !important
    }

    .w-xxl-2 {
        width: 2% !important
    }

    .w-xxl-1 {
        width: 1% !important
    }

    .w-xxl-0 {
        width: 0% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .h-xxl-99 {
        height: 99% !important
    }

    .h-xxl-98 {
        height: 98% !important
    }

    .h-xxl-97 {
        height: 97% !important
    }

    .h-xxl-96 {
        height: 96% !important
    }

    .h-xxl-95 {
        height: 95% !important
    }

    .h-xxl-94 {
        height: 94% !important
    }

    .h-xxl-93 {
        height: 93% !important
    }

    .h-xxl-92 {
        height: 92% !important
    }

    .h-xxl-91 {
        height: 91% !important
    }

    .h-xxl-90 {
        height: 90% !important
    }

    .h-xxl-89 {
        height: 89% !important
    }

    .h-xxl-88 {
        height: 88% !important
    }

    .h-xxl-87 {
        height: 87% !important
    }

    .h-xxl-86 {
        height: 86% !important
    }

    .h-xxl-85 {
        height: 85% !important
    }

    .h-xxl-84 {
        height: 84% !important
    }

    .h-xxl-83 {
        height: 83% !important
    }

    .h-xxl-82 {
        height: 82% !important
    }

    .h-xxl-81 {
        height: 81% !important
    }

    .h-xxl-80 {
        height: 80% !important
    }

    .h-xxl-79 {
        height: 79% !important
    }

    .h-xxl-78 {
        height: 78% !important
    }

    .h-xxl-77 {
        height: 77% !important
    }

    .h-xxl-76 {
        height: 76% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }

    .h-xxl-74 {
        height: 74% !important
    }

    .h-xxl-73 {
        height: 73% !important
    }

    .h-xxl-72 {
        height: 72% !important
    }

    .h-xxl-71 {
        height: 71% !important
    }

    .h-xxl-70 {
        height: 70% !important
    }

    .h-xxl-69 {
        height: 69% !important
    }

    .h-xxl-68 {
        height: 68% !important
    }

    .h-xxl-67 {
        height: 67% !important
    }

    .h-xxl-66 {
        height: 66% !important
    }

    .h-xxl-65 {
        height: 65% !important
    }

    .h-xxl-64 {
        height: 64% !important
    }

    .h-xxl-63 {
        height: 63% !important
    }

    .h-xxl-62 {
        height: 62% !important
    }

    .h-xxl-61 {
        height: 61% !important
    }

    .h-xxl-60 {
        height: 60% !important
    }

    .h-xxl-59 {
        height: 59% !important
    }

    .h-xxl-58 {
        height: 58% !important
    }

    .h-xxl-57 {
        height: 57% !important
    }

    .h-xxl-56 {
        height: 56% !important
    }

    .h-xxl-55 {
        height: 55% !important
    }

    .h-xxl-54 {
        height: 54% !important
    }

    .h-xxl-53 {
        height: 53% !important
    }

    .h-xxl-52 {
        height: 52% !important
    }

    .h-xxl-51 {
        height: 51% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .h-xxl-49 {
        height: 49% !important
    }

    .h-xxl-48 {
        height: 48% !important
    }

    .h-xxl-47 {
        height: 47% !important
    }

    .h-xxl-46 {
        height: 46% !important
    }

    .h-xxl-45 {
        height: 45% !important
    }

    .h-xxl-44 {
        height: 44% !important
    }

    .h-xxl-43 {
        height: 43% !important
    }

    .h-xxl-42 {
        height: 42% !important
    }

    .h-xxl-41 {
        height: 41% !important
    }

    .h-xxl-40 {
        height: 40% !important
    }

    .h-xxl-39 {
        height: 39% !important
    }

    .h-xxl-38 {
        height: 38% !important
    }

    .h-xxl-37 {
        height: 37% !important
    }

    .h-xxl-36 {
        height: 36% !important
    }

    .h-xxl-35 {
        height: 35% !important
    }

    .h-xxl-34 {
        height: 34% !important
    }

    .h-xxl-33 {
        height: 33% !important
    }

    .h-xxl-32 {
        height: 32% !important
    }

    .h-xxl-31 {
        height: 31% !important
    }

    .h-xxl-30 {
        height: 30% !important
    }

    .h-xxl-29 {
        height: 29% !important
    }

    .h-xxl-28 {
        height: 28% !important
    }

    .h-xxl-27 {
        height: 27% !important
    }

    .h-xxl-26 {
        height: 26% !important
    }

    .h-xxl-25 {
        height: 25% !important
    }

    .h-xxl-24 {
        height: 24% !important
    }

    .h-xxl-23 {
        height: 23% !important
    }

    .h-xxl-22 {
        height: 22% !important
    }

    .h-xxl-21 {
        height: 21% !important
    }

    .h-xxl-20 {
        height: 20% !important
    }

    .h-xxl-19 {
        height: 19% !important
    }

    .h-xxl-18 {
        height: 18% !important
    }

    .h-xxl-17 {
        height: 17% !important
    }

    .h-xxl-16 {
        height: 16% !important
    }

    .h-xxl-15 {
        height: 15% !important
    }

    .h-xxl-14 {
        height: 14% !important
    }

    .h-xxl-13 {
        height: 13% !important
    }

    .h-xxl-12 {
        height: 12% !important
    }

    .h-xxl-11 {
        height: 11% !important
    }

    .h-xxl-10 {
        height: 10% !important
    }

    .h-xxl-9 {
        height: 9% !important
    }

    .h-xxl-8 {
        height: 8% !important
    }

    .h-xxl-7 {
        height: 7% !important
    }

    .h-xxl-6 {
        height: 6% !important
    }

    .h-xxl-5 {
        height: 5% !important
    }

    .h-xxl-4 {
        height: 4% !important
    }

    .h-xxl-3 {
        height: 3% !important
    }

    .h-xxl-2 {
        height: 2% !important
    }

    .h-xxl-1 {
        height: 1% !important
    }

    .h-xxl-0 {
        height: 0% !important
    }
}

@media (min-width:1600.02px) {
    .w-xxxl-100 {
        width: 100% !important
    }

    .w-xxxl-99 {
        width: 99% !important
    }

    .w-xxxl-98 {
        width: 98% !important
    }

    .w-xxxl-97 {
        width: 97% !important
    }

    .w-xxxl-96 {
        width: 96% !important
    }

    .w-xxxl-95 {
        width: 95% !important
    }

    .w-xxxl-94 {
        width: 94% !important
    }

    .w-xxxl-93 {
        width: 93% !important
    }

    .w-xxxl-92 {
        width: 92% !important
    }

    .w-xxxl-91 {
        width: 91% !important
    }

    .w-xxxl-90 {
        width: 90% !important
    }

    .w-xxxl-89 {
        width: 89% !important
    }

    .w-xxxl-88 {
        width: 88% !important
    }

    .w-xxxl-87 {
        width: 87% !important
    }

    .w-xxxl-86 {
        width: 86% !important
    }

    .w-xxxl-85 {
        width: 85% !important
    }

    .w-xxxl-84 {
        width: 84% !important
    }

    .w-xxxl-83 {
        width: 83% !important
    }

    .w-xxxl-82 {
        width: 82% !important
    }

    .w-xxxl-81 {
        width: 81% !important
    }

    .w-xxxl-80 {
        width: 80% !important
    }

    .w-xxxl-79 {
        width: 79% !important
    }

    .w-xxxl-78 {
        width: 78% !important
    }

    .w-xxxl-77 {
        width: 77% !important
    }

    .w-xxxl-76 {
        width: 76% !important
    }

    .w-xxxl-75 {
        width: 75% !important
    }

    .w-xxxl-74 {
        width: 74% !important
    }

    .w-xxxl-73 {
        width: 73% !important
    }

    .w-xxxl-72 {
        width: 72% !important
    }

    .w-xxxl-71 {
        width: 71% !important
    }

    .w-xxxl-70 {
        width: 70% !important
    }

    .w-xxxl-69 {
        width: 69% !important
    }

    .w-xxxl-68 {
        width: 68% !important
    }

    .w-xxxl-67 {
        width: 67% !important
    }

    .w-xxxl-66 {
        width: 66% !important
    }

    .w-xxxl-65 {
        width: 65% !important
    }

    .w-xxxl-64 {
        width: 64% !important
    }

    .w-xxxl-63 {
        width: 63% !important
    }

    .w-xxxl-62 {
        width: 62% !important
    }

    .w-xxxl-61 {
        width: 61% !important
    }

    .w-xxxl-60 {
        width: 60% !important
    }

    .w-xxxl-59 {
        width: 59% !important
    }

    .w-xxxl-58 {
        width: 58% !important
    }

    .w-xxxl-57 {
        width: 57% !important
    }

    .w-xxxl-56 {
        width: 56% !important
    }

    .w-xxxl-55 {
        width: 55% !important
    }

    .w-xxxl-54 {
        width: 54% !important
    }

    .w-xxxl-53 {
        width: 53% !important
    }

    .w-xxxl-52 {
        width: 52% !important
    }

    .w-xxxl-51 {
        width: 51% !important
    }

    .w-xxxl-50 {
        width: 50% !important
    }

    .w-xxxl-49 {
        width: 49% !important
    }

    .w-xxxl-48 {
        width: 48% !important
    }

    .w-xxxl-47 {
        width: 47% !important
    }

    .w-xxxl-46 {
        width: 46% !important
    }

    .w-xxxl-45 {
        width: 45% !important
    }

    .w-xxxl-44 {
        width: 44% !important
    }

    .w-xxxl-43 {
        width: 43% !important
    }

    .w-xxxl-42 {
        width: 42% !important
    }

    .w-xxxl-41 {
        width: 41% !important
    }

    .w-xxxl-40 {
        width: 40% !important
    }

    .w-xxxl-39 {
        width: 39% !important
    }

    .w-xxxl-38 {
        width: 38% !important
    }

    .w-xxxl-37 {
        width: 37% !important
    }

    .w-xxxl-36 {
        width: 36% !important
    }

    .w-xxxl-35 {
        width: 35% !important
    }

    .w-xxxl-34 {
        width: 34% !important
    }

    .w-xxxl-33 {
        width: 33% !important
    }

    .w-xxxl-32 {
        width: 32% !important
    }

    .w-xxxl-31 {
        width: 31% !important
    }

    .w-xxxl-30 {
        width: 30% !important
    }

    .w-xxxl-29 {
        width: 29% !important
    }

    .w-xxxl-28 {
        width: 28% !important
    }

    .w-xxxl-27 {
        width: 27% !important
    }

    .w-xxxl-26 {
        width: 26% !important
    }

    .w-xxxl-25 {
        width: 25% !important
    }

    .w-xxxl-24 {
        width: 24% !important
    }

    .w-xxxl-23 {
        width: 23% !important
    }

    .w-xxxl-22 {
        width: 22% !important
    }

    .w-xxxl-21 {
        width: 21% !important
    }

    .w-xxxl-20 {
        width: 20% !important
    }

    .w-xxxl-19 {
        width: 19% !important
    }

    .w-xxxl-18 {
        width: 18% !important
    }

    .w-xxxl-17 {
        width: 17% !important
    }

    .w-xxxl-16 {
        width: 16% !important
    }

    .w-xxxl-15 {
        width: 15% !important
    }

    .w-xxxl-14 {
        width: 14% !important
    }

    .w-xxxl-13 {
        width: 13% !important
    }

    .w-xxxl-12 {
        width: 12% !important
    }

    .w-xxxl-11 {
        width: 11% !important
    }

    .w-xxxl-10 {
        width: 10% !important
    }

    .w-xxxl-9 {
        width: 9% !important
    }

    .w-xxxl-8 {
        width: 8% !important
    }

    .w-xxxl-7 {
        width: 7% !important
    }

    .w-xxxl-6 {
        width: 6% !important
    }

    .w-xxxl-5 {
        width: 5% !important
    }

    .w-xxxl-4 {
        width: 4% !important
    }

    .w-xxxl-3 {
        width: 3% !important
    }

    .w-xxxl-2 {
        width: 2% !important
    }

    .w-xxxl-1 {
        width: 1% !important
    }

    .w-xxxl-0 {
        width: 0% !important
    }

    .h-xxxl-100 {
        height: 100% !important
    }

    .h-xxxl-99 {
        height: 99% !important
    }

    .h-xxxl-98 {
        height: 98% !important
    }

    .h-xxxl-97 {
        height: 97% !important
    }

    .h-xxxl-96 {
        height: 96% !important
    }

    .h-xxxl-95 {
        height: 95% !important
    }

    .h-xxxl-94 {
        height: 94% !important
    }

    .h-xxxl-93 {
        height: 93% !important
    }

    .h-xxxl-92 {
        height: 92% !important
    }

    .h-xxxl-91 {
        height: 91% !important
    }

    .h-xxxl-90 {
        height: 90% !important
    }

    .h-xxxl-89 {
        height: 89% !important
    }

    .h-xxxl-88 {
        height: 88% !important
    }

    .h-xxxl-87 {
        height: 87% !important
    }

    .h-xxxl-86 {
        height: 86% !important
    }

    .h-xxxl-85 {
        height: 85% !important
    }

    .h-xxxl-84 {
        height: 84% !important
    }

    .h-xxxl-83 {
        height: 83% !important
    }

    .h-xxxl-82 {
        height: 82% !important
    }

    .h-xxxl-81 {
        height: 81% !important
    }

    .h-xxxl-80 {
        height: 80% !important
    }

    .h-xxxl-79 {
        height: 79% !important
    }

    .h-xxxl-78 {
        height: 78% !important
    }

    .h-xxxl-77 {
        height: 77% !important
    }

    .h-xxxl-76 {
        height: 76% !important
    }

    .h-xxxl-75 {
        height: 75% !important
    }

    .h-xxxl-74 {
        height: 74% !important
    }

    .h-xxxl-73 {
        height: 73% !important
    }

    .h-xxxl-72 {
        height: 72% !important
    }

    .h-xxxl-71 {
        height: 71% !important
    }

    .h-xxxl-70 {
        height: 70% !important
    }

    .h-xxxl-69 {
        height: 69% !important
    }

    .h-xxxl-68 {
        height: 68% !important
    }

    .h-xxxl-67 {
        height: 67% !important
    }

    .h-xxxl-66 {
        height: 66% !important
    }

    .h-xxxl-65 {
        height: 65% !important
    }

    .h-xxxl-64 {
        height: 64% !important
    }

    .h-xxxl-63 {
        height: 63% !important
    }

    .h-xxxl-62 {
        height: 62% !important
    }

    .h-xxxl-61 {
        height: 61% !important
    }

    .h-xxxl-60 {
        height: 60% !important
    }

    .h-xxxl-59 {
        height: 59% !important
    }

    .h-xxxl-58 {
        height: 58% !important
    }

    .h-xxxl-57 {
        height: 57% !important
    }

    .h-xxxl-56 {
        height: 56% !important
    }

    .h-xxxl-55 {
        height: 55% !important
    }

    .h-xxxl-54 {
        height: 54% !important
    }

    .h-xxxl-53 {
        height: 53% !important
    }

    .h-xxxl-52 {
        height: 52% !important
    }

    .h-xxxl-51 {
        height: 51% !important
    }

    .h-xxxl-50 {
        height: 50% !important
    }

    .h-xxxl-49 {
        height: 49% !important
    }

    .h-xxxl-48 {
        height: 48% !important
    }

    .h-xxxl-47 {
        height: 47% !important
    }

    .h-xxxl-46 {
        height: 46% !important
    }

    .h-xxxl-45 {
        height: 45% !important
    }

    .h-xxxl-44 {
        height: 44% !important
    }

    .h-xxxl-43 {
        height: 43% !important
    }

    .h-xxxl-42 {
        height: 42% !important
    }

    .h-xxxl-41 {
        height: 41% !important
    }

    .h-xxxl-40 {
        height: 40% !important
    }

    .h-xxxl-39 {
        height: 39% !important
    }

    .h-xxxl-38 {
        height: 38% !important
    }

    .h-xxxl-37 {
        height: 37% !important
    }

    .h-xxxl-36 {
        height: 36% !important
    }

    .h-xxxl-35 {
        height: 35% !important
    }

    .h-xxxl-34 {
        height: 34% !important
    }

    .h-xxxl-33 {
        height: 33% !important
    }

    .h-xxxl-32 {
        height: 32% !important
    }

    .h-xxxl-31 {
        height: 31% !important
    }

    .h-xxxl-30 {
        height: 30% !important
    }

    .h-xxxl-29 {
        height: 29% !important
    }

    .h-xxxl-28 {
        height: 28% !important
    }

    .h-xxxl-27 {
        height: 27% !important
    }

    .h-xxxl-26 {
        height: 26% !important
    }

    .h-xxxl-25 {
        height: 25% !important
    }

    .h-xxxl-24 {
        height: 24% !important
    }

    .h-xxxl-23 {
        height: 23% !important
    }

    .h-xxxl-22 {
        height: 22% !important
    }

    .h-xxxl-21 {
        height: 21% !important
    }

    .h-xxxl-20 {
        height: 20% !important
    }

    .h-xxxl-19 {
        height: 19% !important
    }

    .h-xxxl-18 {
        height: 18% !important
    }

    .h-xxxl-17 {
        height: 17% !important
    }

    .h-xxxl-16 {
        height: 16% !important
    }

    .h-xxxl-15 {
        height: 15% !important
    }

    .h-xxxl-14 {
        height: 14% !important
    }

    .h-xxxl-13 {
        height: 13% !important
    }

    .h-xxxl-12 {
        height: 12% !important
    }

    .h-xxxl-11 {
        height: 11% !important
    }

    .h-xxxl-10 {
        height: 10% !important
    }

    .h-xxxl-9 {
        height: 9% !important
    }

    .h-xxxl-8 {
        height: 8% !important
    }

    .h-xxxl-7 {
        height: 7% !important
    }

    .h-xxxl-6 {
        height: 6% !important
    }

    .h-xxxl-5 {
        height: 5% !important
    }

    .h-xxxl-4 {
        height: 4% !important
    }

    .h-xxxl-3 {
        height: 3% !important
    }

    .h-xxxl-2 {
        height: 2% !important
    }

    .h-xxxl-1 {
        height: 1% !important
    }

    .h-xxxl-0 {
        height: 0% !important
    }
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

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

.m-40 {
    margin: 10rem !important
}

.mt-40,
.my-40 {
    margin-top: 10rem !important
}

.mr-40,
.mx-40 {
    margin-right: 10rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 10rem !important
}

.ml-40,
.mx-40 {
    margin-left: 10rem !important
}

.m-39 {
    margin: 9.75rem !important
}

.mt-39,
.my-39 {
    margin-top: 9.75rem !important
}

.mr-39,
.mx-39 {
    margin-right: 9.75rem !important
}

.mb-39,
.my-39 {
    margin-bottom: 9.75rem !important
}

.ml-39,
.mx-39 {
    margin-left: 9.75rem !important
}

.m-38 {
    margin: 9.5rem !important
}

.mt-38,
.my-38 {
    margin-top: 9.5rem !important
}

.mr-38,
.mx-38 {
    margin-right: 9.5rem !important
}

.mb-38,
.my-38 {
    margin-bottom: 9.5rem !important
}

.ml-38,
.mx-38 {
    margin-left: 9.5rem !important
}

.m-37 {
    margin: 9.25rem !important
}

.mt-37,
.my-37 {
    margin-top: 9.25rem !important
}

.mr-37,
.mx-37 {
    margin-right: 9.25rem !important
}

.mb-37,
.my-37 {
    margin-bottom: 9.25rem !important
}

.ml-37,
.mx-37 {
    margin-left: 9.25rem !important
}

.m-36 {
    margin: 9rem !important
}

.mt-36,
.my-36 {
    margin-top: 9rem !important
}

.mr-36,
.mx-36 {
    margin-right: 9rem !important
}

.mb-36,
.my-36 {
    margin-bottom: 9rem !important
}

.ml-36,
.mx-36 {
    margin-left: 9rem !important
}

.m-35 {
    margin: 8.75rem !important
}

.mt-35,
.my-35 {
    margin-top: 8.75rem !important
}

.mr-35,
.mx-35 {
    margin-right: 8.75rem !important
}

.mb-35,
.my-35 {
    margin-bottom: 8.75rem !important
}

.ml-35,
.mx-35 {
    margin-left: 8.75rem !important
}

.m-34 {
    margin: 8.5rem !important
}

.mt-34,
.my-34 {
    margin-top: 8.5rem !important
}

.mr-34,
.mx-34 {
    margin-right: 8.5rem !important
}

.mb-34,
.my-34 {
    margin-bottom: 8.5rem !important
}

.ml-34,
.mx-34 {
    margin-left: 8.5rem !important
}

.m-33 {
    margin: 8.25rem !important
}

.mt-33,
.my-33 {
    margin-top: 8.25rem !important
}

.mr-33,
.mx-33 {
    margin-right: 8.25rem !important
}

.mb-33,
.my-33 {
    margin-bottom: 8.25rem !important
}

.ml-33,
.mx-33 {
    margin-left: 8.25rem !important
}

.m-32 {
    margin: 8rem !important
}

.mt-32,
.my-32 {
    margin-top: 8rem !important
}

.mr-32,
.mx-32 {
    margin-right: 8rem !important
}

.mb-32,
.my-32 {
    margin-bottom: 8rem !important
}

.ml-32,
.mx-32 {
    margin-left: 8rem !important
}

.m-31 {
    margin: 7.75rem !important
}

.mt-31,
.my-31 {
    margin-top: 7.75rem !important
}

.mr-31,
.mx-31 {
    margin-right: 7.75rem !important
}

.mb-31,
.my-31 {
    margin-bottom: 7.75rem !important
}

.ml-31,
.mx-31 {
    margin-left: 7.75rem !important
}

.m-30 {
    margin: 7.5rem !important
}

.mt-30,
.my-30 {
    margin-top: 7.5rem !important
}

.mr-30,
.mx-30 {
    margin-right: 7.5rem !important
}

.mb-30,
.my-30 {
    margin-bottom: 7.5rem !important
}

.ml-30,
.mx-30 {
    margin-left: 7.5rem !important
}

.m-29 {
    margin: 7.25rem !important
}

.mt-29,
.my-29 {
    margin-top: 7.25rem !important
}

.mr-29,
.mx-29 {
    margin-right: 7.25rem !important
}

.mb-29,
.my-29 {
    margin-bottom: 7.25rem !important
}

.ml-29,
.mx-29 {
    margin-left: 7.25rem !important
}

.m-28 {
    margin: 7rem !important
}

.mt-28,
.my-28 {
    margin-top: 7rem !important
}

.mr-28,
.mx-28 {
    margin-right: 7rem !important
}

.mb-28,
.my-28 {
    margin-bottom: 7rem !important
}

.ml-28,
.mx-28 {
    margin-left: 7rem !important
}

.m-27 {
    margin: 6.75rem !important
}

.mt-27,
.my-27 {
    margin-top: 6.75rem !important
}

.mr-27,
.mx-27 {
    margin-right: 6.75rem !important
}

.mb-27,
.my-27 {
    margin-bottom: 6.75rem !important
}

.ml-27,
.mx-27 {
    margin-left: 6.75rem !important
}

.m-26 {
    margin: 6.5rem !important
}

.mt-26,
.my-26 {
    margin-top: 6.5rem !important
}

.mr-26,
.mx-26 {
    margin-right: 6.5rem !important
}

.mb-26,
.my-26 {
    margin-bottom: 6.5rem !important
}

.ml-26,
.mx-26 {
    margin-left: 6.5rem !important
}

.m-25 {
    margin: 6.25rem !important
}

.mt-25,
.my-25 {
    margin-top: 6.25rem !important
}

.mr-25,
.mx-25 {
    margin-right: 6.25rem !important
}

.mb-25,
.my-25 {
    margin-bottom: 6.25rem !important
}

.ml-25,
.mx-25 {
    margin-left: 6.25rem !important
}

.m-24 {
    margin: 6rem !important
}

.mt-24,
.my-24 {
    margin-top: 6rem !important
}

.mr-24,
.mx-24 {
    margin-right: 6rem !important
}

.mb-24,
.my-24 {
    margin-bottom: 6rem !important
}

.ml-24,
.mx-24 {
    margin-left: 6rem !important
}

.m-23 {
    margin: 5.75rem !important
}

.mt-23,
.my-23 {
    margin-top: 5.75rem !important
}

.mr-23,
.mx-23 {
    margin-right: 5.75rem !important
}

.mb-23,
.my-23 {
    margin-bottom: 5.75rem !important
}

.ml-23,
.mx-23 {
    margin-left: 5.75rem !important
}

.m-22 {
    margin: 5.5rem !important
}

.mt-22,
.my-22 {
    margin-top: 5.5rem !important
}

.mr-22,
.mx-22 {
    margin-right: 5.5rem !important
}

.mb-22,
.my-22 {
    margin-bottom: 5.5rem !important
}

.ml-22,
.mx-22 {
    margin-left: 5.5rem !important
}

.m-21 {
    margin: 5.25rem !important
}

.mt-21,
.my-21 {
    margin-top: 5.25rem !important
}

.mr-21,
.mx-21 {
    margin-right: 5.25rem !important
}

.mb-21,
.my-21 {
    margin-bottom: 5.25rem !important
}

.ml-21,
.mx-21 {
    margin-left: 5.25rem !important
}

.m-20 {
    margin: 5rem !important
}

.mt-20,
.my-20 {
    margin-top: 5rem !important
}

.mr-20,
.mx-20 {
    margin-right: 5rem !important
}

.mb-20,
.my-20 {
    margin-bottom: 5rem !important
}

.ml-20,
.mx-20 {
    margin-left: 5rem !important
}

.m-19 {
    margin: 4.75rem !important
}

.mt-19,
.my-19 {
    margin-top: 4.75rem !important
}

.mr-19,
.mx-19 {
    margin-right: 4.75rem !important
}

.mb-19,
.my-19 {
    margin-bottom: 4.75rem !important
}

.ml-19,
.mx-19 {
    margin-left: 4.75rem !important
}

.m-18 {
    margin: 4.5rem !important
}

.mt-18,
.my-18 {
    margin-top: 4.5rem !important
}

.mr-18,
.mx-18 {
    margin-right: 4.5rem !important
}

.mb-18,
.my-18 {
    margin-bottom: 4.5rem !important
}

.ml-18,
.mx-18 {
    margin-left: 4.5rem !important
}

.m-17 {
    margin: 4.25rem !important
}

.mt-17,
.my-17 {
    margin-top: 4.25rem !important
}

.mr-17,
.mx-17 {
    margin-right: 4.25rem !important
}

.mb-17,
.my-17 {
    margin-bottom: 4.25rem !important
}

.ml-17,
.mx-17 {
    margin-left: 4.25rem !important
}

.m-16 {
    margin: 4rem !important
}

.mt-16,
.my-16 {
    margin-top: 4rem !important
}

.mr-16,
.mx-16 {
    margin-right: 4rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 4rem !important
}

.ml-16,
.mx-16 {
    margin-left: 4rem !important
}

.m-15 {
    margin: 3.75rem !important
}

.mt-15,
.my-15 {
    margin-top: 3.75rem !important
}

.mr-15,
.mx-15 {
    margin-right: 3.75rem !important
}

.mb-15,
.my-15 {
    margin-bottom: 3.75rem !important
}

.ml-15,
.mx-15 {
    margin-left: 3.75rem !important
}

.m-14 {
    margin: 3.5rem !important
}

.mt-14,
.my-14 {
    margin-top: 3.5rem !important
}

.mr-14,
.mx-14 {
    margin-right: 3.5rem !important
}

.mb-14,
.my-14 {
    margin-bottom: 3.5rem !important
}

.ml-14,
.mx-14 {
    margin-left: 3.5rem !important
}

.m-13 {
    margin: 3.25rem !important
}

.mt-13,
.my-13 {
    margin-top: 3.25rem !important
}

.mr-13,
.mx-13 {
    margin-right: 3.25rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 3.25rem !important
}

.ml-13,
.mx-13 {
    margin-left: 3.25rem !important
}

.m-12 {
    margin: 3rem !important
}

.mt-12,
.my-12 {
    margin-top: 3rem !important
}

.mr-12,
.mx-12 {
    margin-right: 3rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 3rem !important
}

.ml-12,
.mx-12 {
    margin-left: 3rem !important
}

.m-11 {
    margin: 2.75rem !important
}

.mt-11,
.my-11 {
    margin-top: 2.75rem !important
}

.mr-11,
.mx-11 {
    margin-right: 2.75rem !important
}

.mb-11,
.my-11 {
    margin-bottom: 2.75rem !important
}

.ml-11,
.mx-11 {
    margin-left: 2.75rem !important
}

.m-10 {
    margin: 2.5rem !important
}

.mt-10,
.my-10 {
    margin-top: 2.5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 2.5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 2.5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 2.5rem !important
}

.m-9 {
    margin: 2.25rem !important
}

.mt-9,
.my-9 {
    margin-top: 2.25rem !important
}

.mr-9,
.mx-9 {
    margin-right: 2.25rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 2.25rem !important
}

.ml-9,
.mx-9 {
    margin-left: 2.25rem !important
}

.m-8 {
    margin: 2rem !important
}

.mt-8,
.my-8 {
    margin-top: 2rem !important
}

.mr-8,
.mx-8 {
    margin-right: 2rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 2rem !important
}

.ml-8,
.mx-8 {
    margin-left: 2rem !important
}

.m-7 {
    margin: 1.75rem !important
}

.mt-7,
.my-7 {
    margin-top: 1.75rem !important
}

.mr-7,
.mx-7 {
    margin-right: 1.75rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 1.75rem !important
}

.ml-7,
.mx-7 {
    margin-left: 1.75rem !important
}

.m-6 {
    margin: 1.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 1.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 1.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 1.25rem !important
}

.mt-5,
.my-5 {
    margin-top: 1.25rem !important
}

.mr-5,
.mx-5 {
    margin-right: 1.25rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.25rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.25rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.m-3 {
    margin: 0.75rem !important
}

.mt-3,
.my-3 {
    margin-top: 0.75rem !important
}

.mr-3,
.mx-3 {
    margin-right: 0.75rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important
}

.ml-3,
.mx-3 {
    margin-left: 0.75rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-0 {
    margin: 0rem !important
}

.mt-0,
.my-0 {
    margin-top: 0rem !important
}

.mr-0,
.mx-0 {
    margin-right: 0rem !important
}

.mb-0,
.my-0 {
    margin-bottom: 0rem !important
}

.ml-0,
.mx-0 {
    margin-left: 0rem !important
}

.p-40 {
    padding: 10rem !important
}

.pt-40,
.py-40 {
    padding-top: 10rem !important
}

.pr-40,
.px-40 {
    padding-right: 10rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 10rem !important
}

.pl-40,
.px-40 {
    padding-left: 10rem !important
}

.p-39 {
    padding: 9.75rem !important
}

.pt-39,
.py-39 {
    padding-top: 9.75rem !important
}

.pr-39,
.px-39 {
    padding-right: 9.75rem !important
}

.pb-39,
.py-39 {
    padding-bottom: 9.75rem !important
}

.pl-39,
.px-39 {
    padding-left: 9.75rem !important
}

.p-38 {
    padding: 9.5rem !important
}

.pt-38,
.py-38 {
    padding-top: 9.5rem !important
}

.pr-38,
.px-38 {
    padding-right: 9.5rem !important
}

.pb-38,
.py-38 {
    padding-bottom: 9.5rem !important
}

.pl-38,
.px-38 {
    padding-left: 9.5rem !important
}

.p-37 {
    padding: 9.25rem !important
}

.pt-37,
.py-37 {
    padding-top: 9.25rem !important
}

.pr-37,
.px-37 {
    padding-right: 9.25rem !important
}

.pb-37,
.py-37 {
    padding-bottom: 9.25rem !important
}

.pl-37,
.px-37 {
    padding-left: 9.25rem !important
}

.p-36 {
    padding: 9rem !important
}

.pt-36,
.py-36 {
    padding-top: 9rem !important
}

.pr-36,
.px-36 {
    padding-right: 9rem !important
}

.pb-36,
.py-36 {
    padding-bottom: 9rem !important
}

.pl-36,
.px-36 {
    padding-left: 9rem !important
}

.p-35 {
    padding: 8.75rem !important
}

.pt-35,
.py-35 {
    padding-top: 8.75rem !important
}

.pr-35,
.px-35 {
    padding-right: 8.75rem !important
}

.pb-35,
.py-35 {
    padding-bottom: 8.75rem !important
}

.pl-35,
.px-35 {
    padding-left: 8.75rem !important
}

.p-34 {
    padding: 8.5rem !important
}

.pt-34,
.py-34 {
    padding-top: 8.5rem !important
}

.pr-34,
.px-34 {
    padding-right: 8.5rem !important
}

.pb-34,
.py-34 {
    padding-bottom: 8.5rem !important
}

.pl-34,
.px-34 {
    padding-left: 8.5rem !important
}

.p-33 {
    padding: 8.25rem !important
}

.pt-33,
.py-33 {
    padding-top: 8.25rem !important
}

.pr-33,
.px-33 {
    padding-right: 8.25rem !important
}

.pb-33,
.py-33 {
    padding-bottom: 8.25rem !important
}

.pl-33,
.px-33 {
    padding-left: 8.25rem !important
}

.p-32 {
    padding: 8rem !important
}

.pt-32,
.py-32 {
    padding-top: 8rem !important
}

.pr-32,
.px-32 {
    padding-right: 8rem !important
}

.pb-32,
.py-32 {
    padding-bottom: 8rem !important
}

.pl-32,
.px-32 {
    padding-left: 8rem !important
}

.p-31 {
    padding: 7.75rem !important
}

.pt-31,
.py-31 {
    padding-top: 7.75rem !important
}

.pr-31,
.px-31 {
    padding-right: 7.75rem !important
}

.pb-31,
.py-31 {
    padding-bottom: 7.75rem !important
}

.pl-31,
.px-31 {
    padding-left: 7.75rem !important
}

.p-30 {
    padding: 7.5rem !important
}

.pt-30,
.py-30 {
    padding-top: 7.5rem !important
}

.pr-30,
.px-30 {
    padding-right: 7.5rem !important
}

.pb-30,
.py-30 {
    padding-bottom: 7.5rem !important
}

.pl-30,
.px-30 {
    padding-left: 7.5rem !important
}

.p-29 {
    padding: 7.25rem !important
}

.pt-29,
.py-29 {
    padding-top: 7.25rem !important
}

.pr-29,
.px-29 {
    padding-right: 7.25rem !important
}

.pb-29,
.py-29 {
    padding-bottom: 7.25rem !important
}

.pl-29,
.px-29 {
    padding-left: 7.25rem !important
}

.p-28 {
    padding: 7rem !important
}

.pt-28,
.py-28 {
    padding-top: 7rem !important
}

.pr-28,
.px-28 {
    padding-right: 7rem !important
}

.pb-28,
.py-28 {
    padding-bottom: 7rem !important
}

.pl-28,
.px-28 {
    padding-left: 7rem !important
}

.p-27 {
    padding: 6.75rem !important
}

.pt-27,
.py-27 {
    padding-top: 6.75rem !important
}

.pr-27,
.px-27 {
    padding-right: 6.75rem !important
}

.pb-27,
.py-27 {
    padding-bottom: 6.75rem !important
}

.pl-27,
.px-27 {
    padding-left: 6.75rem !important
}

.p-26 {
    padding: 6.5rem !important
}

.pt-26,
.py-26 {
    padding-top: 6.5rem !important
}

.pr-26,
.px-26 {
    padding-right: 6.5rem !important
}

.pb-26,
.py-26 {
    padding-bottom: 6.5rem !important
}

.pl-26,
.px-26 {
    padding-left: 6.5rem !important
}

.p-25 {
    padding: 6.25rem !important
}

.pt-25,
.py-25 {
    padding-top: 6.25rem !important
}

.pr-25,
.px-25 {
    padding-right: 6.25rem !important
}

.pb-25,
.py-25 {
    padding-bottom: 6.25rem !important
}

.pl-25,
.px-25 {
    padding-left: 6.25rem !important
}

.p-24 {
    padding: 6rem !important
}

.pt-24,
.py-24 {
    padding-top: 6rem !important
}

.pr-24,
.px-24 {
    padding-right: 6rem !important
}

.pb-24,
.py-24 {
    padding-bottom: 6rem !important
}

.pl-24,
.px-24 {
    padding-left: 6rem !important
}

.p-23 {
    padding: 5.75rem !important
}

.pt-23,
.py-23 {
    padding-top: 5.75rem !important
}

.pr-23,
.px-23 {
    padding-right: 5.75rem !important
}

.pb-23,
.py-23 {
    padding-bottom: 5.75rem !important
}

.pl-23,
.px-23 {
    padding-left: 5.75rem !important
}

.p-22 {
    padding: 5.5rem !important
}

.pt-22,
.py-22 {
    padding-top: 5.5rem !important
}

.pr-22,
.px-22 {
    padding-right: 5.5rem !important
}

.pb-22,
.py-22 {
    padding-bottom: 5.5rem !important
}

.pl-22,
.px-22 {
    padding-left: 5.5rem !important
}

.p-21 {
    padding: 5.25rem !important
}

.pt-21,
.py-21 {
    padding-top: 5.25rem !important
}

.pr-21,
.px-21 {
    padding-right: 5.25rem !important
}

.pb-21,
.py-21 {
    padding-bottom: 5.25rem !important
}

.pl-21,
.px-21 {
    padding-left: 5.25rem !important
}

.p-20 {
    padding: 5rem !important
}

.pt-20,
.py-20 {
    padding-top: 5rem !important
}

.pr-20,
.px-20 {
    padding-right: 5rem !important
}

.pb-20,
.py-20 {
    padding-bottom: 5rem !important
}

.pl-20,
.px-20 {
    padding-left: 5rem !important
}

.p-19 {
    padding: 4.75rem !important
}

.pt-19,
.py-19 {
    padding-top: 4.75rem !important
}

.pr-19,
.px-19 {
    padding-right: 4.75rem !important
}

.pb-19,
.py-19 {
    padding-bottom: 4.75rem !important
}

.pl-19,
.px-19 {
    padding-left: 4.75rem !important
}

.p-18 {
    padding: 4.5rem !important
}

.pt-18,
.py-18 {
    padding-top: 4.5rem !important
}

.pr-18,
.px-18 {
    padding-right: 4.5rem !important
}

.pb-18,
.py-18 {
    padding-bottom: 4.5rem !important
}

.pl-18,
.px-18 {
    padding-left: 4.5rem !important
}

.p-17 {
    padding: 4.25rem !important
}

.pt-17,
.py-17 {
    padding-top: 4.25rem !important
}

.pr-17,
.px-17 {
    padding-right: 4.25rem !important
}

.pb-17,
.py-17 {
    padding-bottom: 4.25rem !important
}

.pl-17,
.px-17 {
    padding-left: 4.25rem !important
}

.p-16 {
    padding: 4rem !important
}

.pt-16,
.py-16 {
    padding-top: 4rem !important
}

.pr-16,
.px-16 {
    padding-right: 4rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 4rem !important
}

.pl-16,
.px-16 {
    padding-left: 4rem !important
}

.p-15 {
    padding: 3.75rem !important
}

.pt-15,
.py-15 {
    padding-top: 3.75rem !important
}

.pr-15,
.px-15 {
    padding-right: 3.75rem !important
}

.pb-15,
.py-15 {
    padding-bottom: 3.75rem !important
}

.pl-15,
.px-15 {
    padding-left: 3.75rem !important
}

.p-14 {
    padding: 3.5rem !important
}

.pt-14,
.py-14 {
    padding-top: 3.5rem !important
}

.pr-14,
.px-14 {
    padding-right: 3.5rem !important
}

.pb-14,
.py-14 {
    padding-bottom: 3.5rem !important
}

.pl-14,
.px-14 {
    padding-left: 3.5rem !important
}

.p-13 {
    padding: 3.25rem !important
}

.pt-13,
.py-13 {
    padding-top: 3.25rem !important
}

.pr-13,
.px-13 {
    padding-right: 3.25rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 3.25rem !important
}

.pl-13,
.px-13 {
    padding-left: 3.25rem !important
}

.p-12 {
    padding: 3rem !important
}

.pt-12,
.py-12 {
    padding-top: 3rem !important
}

.pr-12,
.px-12 {
    padding-right: 3rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 3rem !important
}

.pl-12,
.px-12 {
    padding-left: 3rem !important
}

.p-11 {
    padding: 2.75rem !important
}

.pt-11,
.py-11 {
    padding-top: 2.75rem !important
}

.pr-11,
.px-11 {
    padding-right: 2.75rem !important
}

.pb-11,
.py-11 {
    padding-bottom: 2.75rem !important
}

.pl-11,
.px-11 {
    padding-left: 2.75rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.pt-10,
.py-10 {
    padding-top: 2.5rem !important
}

.pr-10,
.px-10 {
    padding-right: 2.5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 2.5rem !important
}

.pl-10,
.px-10 {
    padding-left: 2.5rem !important
}

.p-9 {
    padding: 2.25rem !important
}

.pt-9,
.py-9 {
    padding-top: 2.25rem !important
}

.pr-9,
.px-9 {
    padding-right: 2.25rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 2.25rem !important
}

.pl-9,
.px-9 {
    padding-left: 2.25rem !important
}

.p-8 {
    padding: 2rem !important
}

.pt-8,
.py-8 {
    padding-top: 2rem !important
}

.pr-8,
.px-8 {
    padding-right: 2rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 2rem !important
}

.pl-8,
.px-8 {
    padding-left: 2rem !important
}

.p-7 {
    padding: 1.75rem !important
}

.pt-7,
.py-7 {
    padding-top: 1.75rem !important
}

.pr-7,
.px-7 {
    padding-right: 1.75rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 1.75rem !important
}

.pl-7,
.px-7 {
    padding-left: 1.75rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 1.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 1.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 1.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.pt-5,
.py-5 {
    padding-top: 1.25rem !important
}

.pr-5,
.px-5 {
    padding-right: 1.25rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 1.25rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.25rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4,
.py-4 {
    padding-top: 1rem !important
}

.pr-4,
.px-4 {
    padding-right: 1rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.p-3 {
    padding: 0.75rem !important
}

.pt-3,
.py-3 {
    padding-top: 0.75rem !important
}

.pr-3,
.px-3 {
    padding-right: 0.75rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 0.75rem !important
}

.pl-3,
.px-3 {
    padding-left: 0.75rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-0 {
    padding: 0rem !important
}

.pt-0,
.py-0 {
    padding-top: 0rem !important
}

.pr-0,
.px-0 {
    padding-right: 0rem !important
}

.pb-0,
.py-0 {
    padding-bottom: 0rem !important
}

.pl-0,
.px-0 {
    padding-left: 0rem !important
}

.m-n40 {
    margin: -10rem !important
}

.mt-n40,
.my-n40 {
    margin-top: -10rem !important
}

.mr-n40,
.mx-n40 {
    margin-right: -10rem !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -10rem !important
}

.ml-n40,
.mx-n40 {
    margin-left: -10rem !important
}

.m-n39 {
    margin: -9.75rem !important
}

.mt-n39,
.my-n39 {
    margin-top: -9.75rem !important
}

.mr-n39,
.mx-n39 {
    margin-right: -9.75rem !important
}

.mb-n39,
.my-n39 {
    margin-bottom: -9.75rem !important
}

.ml-n39,
.mx-n39 {
    margin-left: -9.75rem !important
}

.m-n38 {
    margin: -9.5rem !important
}

.mt-n38,
.my-n38 {
    margin-top: -9.5rem !important
}

.mr-n38,
.mx-n38 {
    margin-right: -9.5rem !important
}

.mb-n38,
.my-n38 {
    margin-bottom: -9.5rem !important
}

.ml-n38,
.mx-n38 {
    margin-left: -9.5rem !important
}

.m-n37 {
    margin: -9.25rem !important
}

.mt-n37,
.my-n37 {
    margin-top: -9.25rem !important
}

.mr-n37,
.mx-n37 {
    margin-right: -9.25rem !important
}

.mb-n37,
.my-n37 {
    margin-bottom: -9.25rem !important
}

.ml-n37,
.mx-n37 {
    margin-left: -9.25rem !important
}

.m-n36 {
    margin: -9rem !important
}

.mt-n36,
.my-n36 {
    margin-top: -9rem !important
}

.mr-n36,
.mx-n36 {
    margin-right: -9rem !important
}

.mb-n36,
.my-n36 {
    margin-bottom: -9rem !important
}

.ml-n36,
.mx-n36 {
    margin-left: -9rem !important
}

.m-n35 {
    margin: -8.75rem !important
}

.mt-n35,
.my-n35 {
    margin-top: -8.75rem !important
}

.mr-n35,
.mx-n35 {
    margin-right: -8.75rem !important
}

.mb-n35,
.my-n35 {
    margin-bottom: -8.75rem !important
}

.ml-n35,
.mx-n35 {
    margin-left: -8.75rem !important
}

.m-n34 {
    margin: -8.5rem !important
}

.mt-n34,
.my-n34 {
    margin-top: -8.5rem !important
}

.mr-n34,
.mx-n34 {
    margin-right: -8.5rem !important
}

.mb-n34,
.my-n34 {
    margin-bottom: -8.5rem !important
}

.ml-n34,
.mx-n34 {
    margin-left: -8.5rem !important
}

.m-n33 {
    margin: -8.25rem !important
}

.mt-n33,
.my-n33 {
    margin-top: -8.25rem !important
}

.mr-n33,
.mx-n33 {
    margin-right: -8.25rem !important
}

.mb-n33,
.my-n33 {
    margin-bottom: -8.25rem !important
}

.ml-n33,
.mx-n33 {
    margin-left: -8.25rem !important
}

.m-n32 {
    margin: -8rem !important
}

.mt-n32,
.my-n32 {
    margin-top: -8rem !important
}

.mr-n32,
.mx-n32 {
    margin-right: -8rem !important
}

.mb-n32,
.my-n32 {
    margin-bottom: -8rem !important
}

.ml-n32,
.mx-n32 {
    margin-left: -8rem !important
}

.m-n31 {
    margin: -7.75rem !important
}

.mt-n31,
.my-n31 {
    margin-top: -7.75rem !important
}

.mr-n31,
.mx-n31 {
    margin-right: -7.75rem !important
}

.mb-n31,
.my-n31 {
    margin-bottom: -7.75rem !important
}

.ml-n31,
.mx-n31 {
    margin-left: -7.75rem !important
}

.m-n30 {
    margin: -7.5rem !important
}

.mt-n30,
.my-n30 {
    margin-top: -7.5rem !important
}

.mr-n30,
.mx-n30 {
    margin-right: -7.5rem !important
}

.mb-n30,
.my-n30 {
    margin-bottom: -7.5rem !important
}

.ml-n30,
.mx-n30 {
    margin-left: -7.5rem !important
}

.m-n29 {
    margin: -7.25rem !important
}

.mt-n29,
.my-n29 {
    margin-top: -7.25rem !important
}

.mr-n29,
.mx-n29 {
    margin-right: -7.25rem !important
}

.mb-n29,
.my-n29 {
    margin-bottom: -7.25rem !important
}

.ml-n29,
.mx-n29 {
    margin-left: -7.25rem !important
}

.m-n28 {
    margin: -7rem !important
}

.mt-n28,
.my-n28 {
    margin-top: -7rem !important
}

.mr-n28,
.mx-n28 {
    margin-right: -7rem !important
}

.mb-n28,
.my-n28 {
    margin-bottom: -7rem !important
}

.ml-n28,
.mx-n28 {
    margin-left: -7rem !important
}

.m-n27 {
    margin: -6.75rem !important
}

.mt-n27,
.my-n27 {
    margin-top: -6.75rem !important
}

.mr-n27,
.mx-n27 {
    margin-right: -6.75rem !important
}

.mb-n27,
.my-n27 {
    margin-bottom: -6.75rem !important
}

.ml-n27,
.mx-n27 {
    margin-left: -6.75rem !important
}

.m-n26 {
    margin: -6.5rem !important
}

.mt-n26,
.my-n26 {
    margin-top: -6.5rem !important
}

.mr-n26,
.mx-n26 {
    margin-right: -6.5rem !important
}

.mb-n26,
.my-n26 {
    margin-bottom: -6.5rem !important
}

.ml-n26,
.mx-n26 {
    margin-left: -6.5rem !important
}

.m-n25 {
    margin: -6.25rem !important
}

.mt-n25,
.my-n25 {
    margin-top: -6.25rem !important
}

.mr-n25,
.mx-n25 {
    margin-right: -6.25rem !important
}

.mb-n25,
.my-n25 {
    margin-bottom: -6.25rem !important
}

.ml-n25,
.mx-n25 {
    margin-left: -6.25rem !important
}

.m-n24 {
    margin: -6rem !important
}

.mt-n24,
.my-n24 {
    margin-top: -6rem !important
}

.mr-n24,
.mx-n24 {
    margin-right: -6rem !important
}

.mb-n24,
.my-n24 {
    margin-bottom: -6rem !important
}

.ml-n24,
.mx-n24 {
    margin-left: -6rem !important
}

.m-n23 {
    margin: -5.75rem !important
}

.mt-n23,
.my-n23 {
    margin-top: -5.75rem !important
}

.mr-n23,
.mx-n23 {
    margin-right: -5.75rem !important
}

.mb-n23,
.my-n23 {
    margin-bottom: -5.75rem !important
}

.ml-n23,
.mx-n23 {
    margin-left: -5.75rem !important
}

.m-n22 {
    margin: -5.5rem !important
}

.mt-n22,
.my-n22 {
    margin-top: -5.5rem !important
}

.mr-n22,
.mx-n22 {
    margin-right: -5.5rem !important
}

.mb-n22,
.my-n22 {
    margin-bottom: -5.5rem !important
}

.ml-n22,
.mx-n22 {
    margin-left: -5.5rem !important
}

.m-n21 {
    margin: -5.25rem !important
}

.mt-n21,
.my-n21 {
    margin-top: -5.25rem !important
}

.mr-n21,
.mx-n21 {
    margin-right: -5.25rem !important
}

.mb-n21,
.my-n21 {
    margin-bottom: -5.25rem !important
}

.ml-n21,
.mx-n21 {
    margin-left: -5.25rem !important
}

.m-n20 {
    margin: -5rem !important
}

.mt-n20,
.my-n20 {
    margin-top: -5rem !important
}

.mr-n20,
.mx-n20 {
    margin-right: -5rem !important
}

.mb-n20,
.my-n20 {
    margin-bottom: -5rem !important
}

.ml-n20,
.mx-n20 {
    margin-left: -5rem !important
}

.m-n19 {
    margin: -4.75rem !important
}

.mt-n19,
.my-n19 {
    margin-top: -4.75rem !important
}

.mr-n19,
.mx-n19 {
    margin-right: -4.75rem !important
}

.mb-n19,
.my-n19 {
    margin-bottom: -4.75rem !important
}

.ml-n19,
.mx-n19 {
    margin-left: -4.75rem !important
}

.m-n18 {
    margin: -4.5rem !important
}

.mt-n18,
.my-n18 {
    margin-top: -4.5rem !important
}

.mr-n18,
.mx-n18 {
    margin-right: -4.5rem !important
}

.mb-n18,
.my-n18 {
    margin-bottom: -4.5rem !important
}

.ml-n18,
.mx-n18 {
    margin-left: -4.5rem !important
}

.m-n17 {
    margin: -4.25rem !important
}

.mt-n17,
.my-n17 {
    margin-top: -4.25rem !important
}

.mr-n17,
.mx-n17 {
    margin-right: -4.25rem !important
}

.mb-n17,
.my-n17 {
    margin-bottom: -4.25rem !important
}

.ml-n17,
.mx-n17 {
    margin-left: -4.25rem !important
}

.m-n16 {
    margin: -4rem !important
}

.mt-n16,
.my-n16 {
    margin-top: -4rem !important
}

.mr-n16,
.mx-n16 {
    margin-right: -4rem !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -4rem !important
}

.ml-n16,
.mx-n16 {
    margin-left: -4rem !important
}

.m-n15 {
    margin: -3.75rem !important
}

.mt-n15,
.my-n15 {
    margin-top: -3.75rem !important
}

.mr-n15,
.mx-n15 {
    margin-right: -3.75rem !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -3.75rem !important
}

.ml-n15,
.mx-n15 {
    margin-left: -3.75rem !important
}

.m-n14 {
    margin: -3.5rem !important
}

.mt-n14,
.my-n14 {
    margin-top: -3.5rem !important
}

.mr-n14,
.mx-n14 {
    margin-right: -3.5rem !important
}

.mb-n14,
.my-n14 {
    margin-bottom: -3.5rem !important
}

.ml-n14,
.mx-n14 {
    margin-left: -3.5rem !important
}

.m-n13 {
    margin: -3.25rem !important
}

.mt-n13,
.my-n13 {
    margin-top: -3.25rem !important
}

.mr-n13,
.mx-n13 {
    margin-right: -3.25rem !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -3.25rem !important
}

.ml-n13,
.mx-n13 {
    margin-left: -3.25rem !important
}

.m-n12 {
    margin: -3rem !important
}

.mt-n12,
.my-n12 {
    margin-top: -3rem !important
}

.mr-n12,
.mx-n12 {
    margin-right: -3rem !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -3rem !important
}

.ml-n12,
.mx-n12 {
    margin-left: -3rem !important
}

.m-n11 {
    margin: -2.75rem !important
}

.mt-n11,
.my-n11 {
    margin-top: -2.75rem !important
}

.mr-n11,
.mx-n11 {
    margin-right: -2.75rem !important
}

.mb-n11,
.my-n11 {
    margin-bottom: -2.75rem !important
}

.ml-n11,
.mx-n11 {
    margin-left: -2.75rem !important
}

.m-n10 {
    margin: -2.5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -2.5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -2.5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -2.5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -2.5rem !important
}

.m-n9 {
    margin: -2.25rem !important
}

.mt-n9,
.my-n9 {
    margin-top: -2.25rem !important
}

.mr-n9,
.mx-n9 {
    margin-right: -2.25rem !important
}

.mb-n9,
.my-n9 {
    margin-bottom: -2.25rem !important
}

.ml-n9,
.mx-n9 {
    margin-left: -2.25rem !important
}

.m-n8 {
    margin: -2rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -2rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -2rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -2rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -2rem !important
}

.m-n7 {
    margin: -1.75rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -1.75rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -1.75rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -1.75rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -1.75rem !important
}

.m-n6 {
    margin: -1.5rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -1.5rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -1.5rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -1.5rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -1.25rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -1.25rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.25rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.25rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.25rem !important
}

.m-n4 {
    margin: -1rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important
}

.m-n3 {
    margin: -0.75rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -0.75rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -0.75rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -0.75rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -0.75rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n0 {
    margin: 0rem !important
}

.mt-n0,
.my-n0 {
    margin-top: 0rem !important
}

.mr-n0,
.mx-n0 {
    margin-right: 0rem !important
}

.mb-n0,
.my-n0 {
    margin-bottom: 0rem !important
}

.ml-n0,
.mx-n0 {
    margin-left: 0rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:320.02px) {
    .m-xxs-40 {
        margin: 10rem !important
    }

    .mt-xxs-40,
    .my-xxs-40 {
        margin-top: 10rem !important
    }

    .mr-xxs-40,
    .mx-xxs-40 {
        margin-right: 10rem !important
    }

    .mb-xxs-40,
    .my-xxs-40 {
        margin-bottom: 10rem !important
    }

    .ml-xxs-40,
    .mx-xxs-40 {
        margin-left: 10rem !important
    }

    .m-xxs-39 {
        margin: 9.75rem !important
    }

    .mt-xxs-39,
    .my-xxs-39 {
        margin-top: 9.75rem !important
    }

    .mr-xxs-39,
    .mx-xxs-39 {
        margin-right: 9.75rem !important
    }

    .mb-xxs-39,
    .my-xxs-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-xxs-39,
    .mx-xxs-39 {
        margin-left: 9.75rem !important
    }

    .m-xxs-38 {
        margin: 9.5rem !important
    }

    .mt-xxs-38,
    .my-xxs-38 {
        margin-top: 9.5rem !important
    }

    .mr-xxs-38,
    .mx-xxs-38 {
        margin-right: 9.5rem !important
    }

    .mb-xxs-38,
    .my-xxs-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-xxs-38,
    .mx-xxs-38 {
        margin-left: 9.5rem !important
    }

    .m-xxs-37 {
        margin: 9.25rem !important
    }

    .mt-xxs-37,
    .my-xxs-37 {
        margin-top: 9.25rem !important
    }

    .mr-xxs-37,
    .mx-xxs-37 {
        margin-right: 9.25rem !important
    }

    .mb-xxs-37,
    .my-xxs-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-xxs-37,
    .mx-xxs-37 {
        margin-left: 9.25rem !important
    }

    .m-xxs-36 {
        margin: 9rem !important
    }

    .mt-xxs-36,
    .my-xxs-36 {
        margin-top: 9rem !important
    }

    .mr-xxs-36,
    .mx-xxs-36 {
        margin-right: 9rem !important
    }

    .mb-xxs-36,
    .my-xxs-36 {
        margin-bottom: 9rem !important
    }

    .ml-xxs-36,
    .mx-xxs-36 {
        margin-left: 9rem !important
    }

    .m-xxs-35 {
        margin: 8.75rem !important
    }

    .mt-xxs-35,
    .my-xxs-35 {
        margin-top: 8.75rem !important
    }

    .mr-xxs-35,
    .mx-xxs-35 {
        margin-right: 8.75rem !important
    }

    .mb-xxs-35,
    .my-xxs-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-xxs-35,
    .mx-xxs-35 {
        margin-left: 8.75rem !important
    }

    .m-xxs-34 {
        margin: 8.5rem !important
    }

    .mt-xxs-34,
    .my-xxs-34 {
        margin-top: 8.5rem !important
    }

    .mr-xxs-34,
    .mx-xxs-34 {
        margin-right: 8.5rem !important
    }

    .mb-xxs-34,
    .my-xxs-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-xxs-34,
    .mx-xxs-34 {
        margin-left: 8.5rem !important
    }

    .m-xxs-33 {
        margin: 8.25rem !important
    }

    .mt-xxs-33,
    .my-xxs-33 {
        margin-top: 8.25rem !important
    }

    .mr-xxs-33,
    .mx-xxs-33 {
        margin-right: 8.25rem !important
    }

    .mb-xxs-33,
    .my-xxs-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-xxs-33,
    .mx-xxs-33 {
        margin-left: 8.25rem !important
    }

    .m-xxs-32 {
        margin: 8rem !important
    }

    .mt-xxs-32,
    .my-xxs-32 {
        margin-top: 8rem !important
    }

    .mr-xxs-32,
    .mx-xxs-32 {
        margin-right: 8rem !important
    }

    .mb-xxs-32,
    .my-xxs-32 {
        margin-bottom: 8rem !important
    }

    .ml-xxs-32,
    .mx-xxs-32 {
        margin-left: 8rem !important
    }

    .m-xxs-31 {
        margin: 7.75rem !important
    }

    .mt-xxs-31,
    .my-xxs-31 {
        margin-top: 7.75rem !important
    }

    .mr-xxs-31,
    .mx-xxs-31 {
        margin-right: 7.75rem !important
    }

    .mb-xxs-31,
    .my-xxs-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-xxs-31,
    .mx-xxs-31 {
        margin-left: 7.75rem !important
    }

    .m-xxs-30 {
        margin: 7.5rem !important
    }

    .mt-xxs-30,
    .my-xxs-30 {
        margin-top: 7.5rem !important
    }

    .mr-xxs-30,
    .mx-xxs-30 {
        margin-right: 7.5rem !important
    }

    .mb-xxs-30,
    .my-xxs-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-xxs-30,
    .mx-xxs-30 {
        margin-left: 7.5rem !important
    }

    .m-xxs-29 {
        margin: 7.25rem !important
    }

    .mt-xxs-29,
    .my-xxs-29 {
        margin-top: 7.25rem !important
    }

    .mr-xxs-29,
    .mx-xxs-29 {
        margin-right: 7.25rem !important
    }

    .mb-xxs-29,
    .my-xxs-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-xxs-29,
    .mx-xxs-29 {
        margin-left: 7.25rem !important
    }

    .m-xxs-28 {
        margin: 7rem !important
    }

    .mt-xxs-28,
    .my-xxs-28 {
        margin-top: 7rem !important
    }

    .mr-xxs-28,
    .mx-xxs-28 {
        margin-right: 7rem !important
    }

    .mb-xxs-28,
    .my-xxs-28 {
        margin-bottom: 7rem !important
    }

    .ml-xxs-28,
    .mx-xxs-28 {
        margin-left: 7rem !important
    }

    .m-xxs-27 {
        margin: 6.75rem !important
    }

    .mt-xxs-27,
    .my-xxs-27 {
        margin-top: 6.75rem !important
    }

    .mr-xxs-27,
    .mx-xxs-27 {
        margin-right: 6.75rem !important
    }

    .mb-xxs-27,
    .my-xxs-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-xxs-27,
    .mx-xxs-27 {
        margin-left: 6.75rem !important
    }

    .m-xxs-26 {
        margin: 6.5rem !important
    }

    .mt-xxs-26,
    .my-xxs-26 {
        margin-top: 6.5rem !important
    }

    .mr-xxs-26,
    .mx-xxs-26 {
        margin-right: 6.5rem !important
    }

    .mb-xxs-26,
    .my-xxs-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-xxs-26,
    .mx-xxs-26 {
        margin-left: 6.5rem !important
    }

    .m-xxs-25 {
        margin: 6.25rem !important
    }

    .mt-xxs-25,
    .my-xxs-25 {
        margin-top: 6.25rem !important
    }

    .mr-xxs-25,
    .mx-xxs-25 {
        margin-right: 6.25rem !important
    }

    .mb-xxs-25,
    .my-xxs-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-xxs-25,
    .mx-xxs-25 {
        margin-left: 6.25rem !important
    }

    .m-xxs-24 {
        margin: 6rem !important
    }

    .mt-xxs-24,
    .my-xxs-24 {
        margin-top: 6rem !important
    }

    .mr-xxs-24,
    .mx-xxs-24 {
        margin-right: 6rem !important
    }

    .mb-xxs-24,
    .my-xxs-24 {
        margin-bottom: 6rem !important
    }

    .ml-xxs-24,
    .mx-xxs-24 {
        margin-left: 6rem !important
    }

    .m-xxs-23 {
        margin: 5.75rem !important
    }

    .mt-xxs-23,
    .my-xxs-23 {
        margin-top: 5.75rem !important
    }

    .mr-xxs-23,
    .mx-xxs-23 {
        margin-right: 5.75rem !important
    }

    .mb-xxs-23,
    .my-xxs-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-xxs-23,
    .mx-xxs-23 {
        margin-left: 5.75rem !important
    }

    .m-xxs-22 {
        margin: 5.5rem !important
    }

    .mt-xxs-22,
    .my-xxs-22 {
        margin-top: 5.5rem !important
    }

    .mr-xxs-22,
    .mx-xxs-22 {
        margin-right: 5.5rem !important
    }

    .mb-xxs-22,
    .my-xxs-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-xxs-22,
    .mx-xxs-22 {
        margin-left: 5.5rem !important
    }

    .m-xxs-21 {
        margin: 5.25rem !important
    }

    .mt-xxs-21,
    .my-xxs-21 {
        margin-top: 5.25rem !important
    }

    .mr-xxs-21,
    .mx-xxs-21 {
        margin-right: 5.25rem !important
    }

    .mb-xxs-21,
    .my-xxs-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-xxs-21,
    .mx-xxs-21 {
        margin-left: 5.25rem !important
    }

    .m-xxs-20 {
        margin: 5rem !important
    }

    .mt-xxs-20,
    .my-xxs-20 {
        margin-top: 5rem !important
    }

    .mr-xxs-20,
    .mx-xxs-20 {
        margin-right: 5rem !important
    }

    .mb-xxs-20,
    .my-xxs-20 {
        margin-bottom: 5rem !important
    }

    .ml-xxs-20,
    .mx-xxs-20 {
        margin-left: 5rem !important
    }

    .m-xxs-19 {
        margin: 4.75rem !important
    }

    .mt-xxs-19,
    .my-xxs-19 {
        margin-top: 4.75rem !important
    }

    .mr-xxs-19,
    .mx-xxs-19 {
        margin-right: 4.75rem !important
    }

    .mb-xxs-19,
    .my-xxs-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-xxs-19,
    .mx-xxs-19 {
        margin-left: 4.75rem !important
    }

    .m-xxs-18 {
        margin: 4.5rem !important
    }

    .mt-xxs-18,
    .my-xxs-18 {
        margin-top: 4.5rem !important
    }

    .mr-xxs-18,
    .mx-xxs-18 {
        margin-right: 4.5rem !important
    }

    .mb-xxs-18,
    .my-xxs-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-xxs-18,
    .mx-xxs-18 {
        margin-left: 4.5rem !important
    }

    .m-xxs-17 {
        margin: 4.25rem !important
    }

    .mt-xxs-17,
    .my-xxs-17 {
        margin-top: 4.25rem !important
    }

    .mr-xxs-17,
    .mx-xxs-17 {
        margin-right: 4.25rem !important
    }

    .mb-xxs-17,
    .my-xxs-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-xxs-17,
    .mx-xxs-17 {
        margin-left: 4.25rem !important
    }

    .m-xxs-16 {
        margin: 4rem !important
    }

    .mt-xxs-16,
    .my-xxs-16 {
        margin-top: 4rem !important
    }

    .mr-xxs-16,
    .mx-xxs-16 {
        margin-right: 4rem !important
    }

    .mb-xxs-16,
    .my-xxs-16 {
        margin-bottom: 4rem !important
    }

    .ml-xxs-16,
    .mx-xxs-16 {
        margin-left: 4rem !important
    }

    .m-xxs-15 {
        margin: 3.75rem !important
    }

    .mt-xxs-15,
    .my-xxs-15 {
        margin-top: 3.75rem !important
    }

    .mr-xxs-15,
    .mx-xxs-15 {
        margin-right: 3.75rem !important
    }

    .mb-xxs-15,
    .my-xxs-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-xxs-15,
    .mx-xxs-15 {
        margin-left: 3.75rem !important
    }

    .m-xxs-14 {
        margin: 3.5rem !important
    }

    .mt-xxs-14,
    .my-xxs-14 {
        margin-top: 3.5rem !important
    }

    .mr-xxs-14,
    .mx-xxs-14 {
        margin-right: 3.5rem !important
    }

    .mb-xxs-14,
    .my-xxs-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-xxs-14,
    .mx-xxs-14 {
        margin-left: 3.5rem !important
    }

    .m-xxs-13 {
        margin: 3.25rem !important
    }

    .mt-xxs-13,
    .my-xxs-13 {
        margin-top: 3.25rem !important
    }

    .mr-xxs-13,
    .mx-xxs-13 {
        margin-right: 3.25rem !important
    }

    .mb-xxs-13,
    .my-xxs-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-xxs-13,
    .mx-xxs-13 {
        margin-left: 3.25rem !important
    }

    .m-xxs-12 {
        margin: 3rem !important
    }

    .mt-xxs-12,
    .my-xxs-12 {
        margin-top: 3rem !important
    }

    .mr-xxs-12,
    .mx-xxs-12 {
        margin-right: 3rem !important
    }

    .mb-xxs-12,
    .my-xxs-12 {
        margin-bottom: 3rem !important
    }

    .ml-xxs-12,
    .mx-xxs-12 {
        margin-left: 3rem !important
    }

    .m-xxs-11 {
        margin: 2.75rem !important
    }

    .mt-xxs-11,
    .my-xxs-11 {
        margin-top: 2.75rem !important
    }

    .mr-xxs-11,
    .mx-xxs-11 {
        margin-right: 2.75rem !important
    }

    .mb-xxs-11,
    .my-xxs-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-xxs-11,
    .mx-xxs-11 {
        margin-left: 2.75rem !important
    }

    .m-xxs-10 {
        margin: 2.5rem !important
    }

    .mt-xxs-10,
    .my-xxs-10 {
        margin-top: 2.5rem !important
    }

    .mr-xxs-10,
    .mx-xxs-10 {
        margin-right: 2.5rem !important
    }

    .mb-xxs-10,
    .my-xxs-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxs-10,
    .mx-xxs-10 {
        margin-left: 2.5rem !important
    }

    .m-xxs-9 {
        margin: 2.25rem !important
    }

    .mt-xxs-9,
    .my-xxs-9 {
        margin-top: 2.25rem !important
    }

    .mr-xxs-9,
    .mx-xxs-9 {
        margin-right: 2.25rem !important
    }

    .mb-xxs-9,
    .my-xxs-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-xxs-9,
    .mx-xxs-9 {
        margin-left: 2.25rem !important
    }

    .m-xxs-8 {
        margin: 2rem !important
    }

    .mt-xxs-8,
    .my-xxs-8 {
        margin-top: 2rem !important
    }

    .mr-xxs-8,
    .mx-xxs-8 {
        margin-right: 2rem !important
    }

    .mb-xxs-8,
    .my-xxs-8 {
        margin-bottom: 2rem !important
    }

    .ml-xxs-8,
    .mx-xxs-8 {
        margin-left: 2rem !important
    }

    .m-xxs-7 {
        margin: 1.75rem !important
    }

    .mt-xxs-7,
    .my-xxs-7 {
        margin-top: 1.75rem !important
    }

    .mr-xxs-7,
    .mx-xxs-7 {
        margin-right: 1.75rem !important
    }

    .mb-xxs-7,
    .my-xxs-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-xxs-7,
    .mx-xxs-7 {
        margin-left: 1.75rem !important
    }

    .m-xxs-6 {
        margin: 1.5rem !important
    }

    .mt-xxs-6,
    .my-xxs-6 {
        margin-top: 1.5rem !important
    }

    .mr-xxs-6,
    .mx-xxs-6 {
        margin-right: 1.5rem !important
    }

    .mb-xxs-6,
    .my-xxs-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxs-6,
    .mx-xxs-6 {
        margin-left: 1.5rem !important
    }

    .m-xxs-5 {
        margin: 1.25rem !important
    }

    .mt-xxs-5,
    .my-xxs-5 {
        margin-top: 1.25rem !important
    }

    .mr-xxs-5,
    .mx-xxs-5 {
        margin-right: 1.25rem !important
    }

    .mb-xxs-5,
    .my-xxs-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-xxs-5,
    .mx-xxs-5 {
        margin-left: 1.25rem !important
    }

    .m-xxs-4 {
        margin: 1rem !important
    }

    .mt-xxs-4,
    .my-xxs-4 {
        margin-top: 1rem !important
    }

    .mr-xxs-4,
    .mx-xxs-4 {
        margin-right: 1rem !important
    }

    .mb-xxs-4,
    .my-xxs-4 {
        margin-bottom: 1rem !important
    }

    .ml-xxs-4,
    .mx-xxs-4 {
        margin-left: 1rem !important
    }

    .m-xxs-3 {
        margin: 0.75rem !important
    }

    .mt-xxs-3,
    .my-xxs-3 {
        margin-top: 0.75rem !important
    }

    .mr-xxs-3,
    .mx-xxs-3 {
        margin-right: 0.75rem !important
    }

    .mb-xxs-3,
    .my-xxs-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-xxs-3,
    .mx-xxs-3 {
        margin-left: 0.75rem !important
    }

    .m-xxs-2 {
        margin: 0.5rem !important
    }

    .mt-xxs-2,
    .my-xxs-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxs-2,
    .mx-xxs-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxs-2,
    .my-xxs-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxs-2,
    .mx-xxs-2 {
        margin-left: 0.5rem !important
    }

    .m-xxs-1 {
        margin: 0.25rem !important
    }

    .mt-xxs-1,
    .my-xxs-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxs-1,
    .mx-xxs-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxs-1,
    .my-xxs-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxs-1,
    .mx-xxs-1 {
        margin-left: 0.25rem !important
    }

    .m-xxs-0 {
        margin: 0rem !important
    }

    .mt-xxs-0,
    .my-xxs-0 {
        margin-top: 0rem !important
    }

    .mr-xxs-0,
    .mx-xxs-0 {
        margin-right: 0rem !important
    }

    .mb-xxs-0,
    .my-xxs-0 {
        margin-bottom: 0rem !important
    }

    .ml-xxs-0,
    .mx-xxs-0 {
        margin-left: 0rem !important
    }

    .p-xxs-40 {
        padding: 10rem !important
    }

    .pt-xxs-40,
    .py-xxs-40 {
        padding-top: 10rem !important
    }

    .pr-xxs-40,
    .px-xxs-40 {
        padding-right: 10rem !important
    }

    .pb-xxs-40,
    .py-xxs-40 {
        padding-bottom: 10rem !important
    }

    .pl-xxs-40,
    .px-xxs-40 {
        padding-left: 10rem !important
    }

    .p-xxs-39 {
        padding: 9.75rem !important
    }

    .pt-xxs-39,
    .py-xxs-39 {
        padding-top: 9.75rem !important
    }

    .pr-xxs-39,
    .px-xxs-39 {
        padding-right: 9.75rem !important
    }

    .pb-xxs-39,
    .py-xxs-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-xxs-39,
    .px-xxs-39 {
        padding-left: 9.75rem !important
    }

    .p-xxs-38 {
        padding: 9.5rem !important
    }

    .pt-xxs-38,
    .py-xxs-38 {
        padding-top: 9.5rem !important
    }

    .pr-xxs-38,
    .px-xxs-38 {
        padding-right: 9.5rem !important
    }

    .pb-xxs-38,
    .py-xxs-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-xxs-38,
    .px-xxs-38 {
        padding-left: 9.5rem !important
    }

    .p-xxs-37 {
        padding: 9.25rem !important
    }

    .pt-xxs-37,
    .py-xxs-37 {
        padding-top: 9.25rem !important
    }

    .pr-xxs-37,
    .px-xxs-37 {
        padding-right: 9.25rem !important
    }

    .pb-xxs-37,
    .py-xxs-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-xxs-37,
    .px-xxs-37 {
        padding-left: 9.25rem !important
    }

    .p-xxs-36 {
        padding: 9rem !important
    }

    .pt-xxs-36,
    .py-xxs-36 {
        padding-top: 9rem !important
    }

    .pr-xxs-36,
    .px-xxs-36 {
        padding-right: 9rem !important
    }

    .pb-xxs-36,
    .py-xxs-36 {
        padding-bottom: 9rem !important
    }

    .pl-xxs-36,
    .px-xxs-36 {
        padding-left: 9rem !important
    }

    .p-xxs-35 {
        padding: 8.75rem !important
    }

    .pt-xxs-35,
    .py-xxs-35 {
        padding-top: 8.75rem !important
    }

    .pr-xxs-35,
    .px-xxs-35 {
        padding-right: 8.75rem !important
    }

    .pb-xxs-35,
    .py-xxs-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-xxs-35,
    .px-xxs-35 {
        padding-left: 8.75rem !important
    }

    .p-xxs-34 {
        padding: 8.5rem !important
    }

    .pt-xxs-34,
    .py-xxs-34 {
        padding-top: 8.5rem !important
    }

    .pr-xxs-34,
    .px-xxs-34 {
        padding-right: 8.5rem !important
    }

    .pb-xxs-34,
    .py-xxs-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-xxs-34,
    .px-xxs-34 {
        padding-left: 8.5rem !important
    }

    .p-xxs-33 {
        padding: 8.25rem !important
    }

    .pt-xxs-33,
    .py-xxs-33 {
        padding-top: 8.25rem !important
    }

    .pr-xxs-33,
    .px-xxs-33 {
        padding-right: 8.25rem !important
    }

    .pb-xxs-33,
    .py-xxs-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-xxs-33,
    .px-xxs-33 {
        padding-left: 8.25rem !important
    }

    .p-xxs-32 {
        padding: 8rem !important
    }

    .pt-xxs-32,
    .py-xxs-32 {
        padding-top: 8rem !important
    }

    .pr-xxs-32,
    .px-xxs-32 {
        padding-right: 8rem !important
    }

    .pb-xxs-32,
    .py-xxs-32 {
        padding-bottom: 8rem !important
    }

    .pl-xxs-32,
    .px-xxs-32 {
        padding-left: 8rem !important
    }

    .p-xxs-31 {
        padding: 7.75rem !important
    }

    .pt-xxs-31,
    .py-xxs-31 {
        padding-top: 7.75rem !important
    }

    .pr-xxs-31,
    .px-xxs-31 {
        padding-right: 7.75rem !important
    }

    .pb-xxs-31,
    .py-xxs-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-xxs-31,
    .px-xxs-31 {
        padding-left: 7.75rem !important
    }

    .p-xxs-30 {
        padding: 7.5rem !important
    }

    .pt-xxs-30,
    .py-xxs-30 {
        padding-top: 7.5rem !important
    }

    .pr-xxs-30,
    .px-xxs-30 {
        padding-right: 7.5rem !important
    }

    .pb-xxs-30,
    .py-xxs-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-xxs-30,
    .px-xxs-30 {
        padding-left: 7.5rem !important
    }

    .p-xxs-29 {
        padding: 7.25rem !important
    }

    .pt-xxs-29,
    .py-xxs-29 {
        padding-top: 7.25rem !important
    }

    .pr-xxs-29,
    .px-xxs-29 {
        padding-right: 7.25rem !important
    }

    .pb-xxs-29,
    .py-xxs-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-xxs-29,
    .px-xxs-29 {
        padding-left: 7.25rem !important
    }

    .p-xxs-28 {
        padding: 7rem !important
    }

    .pt-xxs-28,
    .py-xxs-28 {
        padding-top: 7rem !important
    }

    .pr-xxs-28,
    .px-xxs-28 {
        padding-right: 7rem !important
    }

    .pb-xxs-28,
    .py-xxs-28 {
        padding-bottom: 7rem !important
    }

    .pl-xxs-28,
    .px-xxs-28 {
        padding-left: 7rem !important
    }

    .p-xxs-27 {
        padding: 6.75rem !important
    }

    .pt-xxs-27,
    .py-xxs-27 {
        padding-top: 6.75rem !important
    }

    .pr-xxs-27,
    .px-xxs-27 {
        padding-right: 6.75rem !important
    }

    .pb-xxs-27,
    .py-xxs-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-xxs-27,
    .px-xxs-27 {
        padding-left: 6.75rem !important
    }

    .p-xxs-26 {
        padding: 6.5rem !important
    }

    .pt-xxs-26,
    .py-xxs-26 {
        padding-top: 6.5rem !important
    }

    .pr-xxs-26,
    .px-xxs-26 {
        padding-right: 6.5rem !important
    }

    .pb-xxs-26,
    .py-xxs-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-xxs-26,
    .px-xxs-26 {
        padding-left: 6.5rem !important
    }

    .p-xxs-25 {
        padding: 6.25rem !important
    }

    .pt-xxs-25,
    .py-xxs-25 {
        padding-top: 6.25rem !important
    }

    .pr-xxs-25,
    .px-xxs-25 {
        padding-right: 6.25rem !important
    }

    .pb-xxs-25,
    .py-xxs-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-xxs-25,
    .px-xxs-25 {
        padding-left: 6.25rem !important
    }

    .p-xxs-24 {
        padding: 6rem !important
    }

    .pt-xxs-24,
    .py-xxs-24 {
        padding-top: 6rem !important
    }

    .pr-xxs-24,
    .px-xxs-24 {
        padding-right: 6rem !important
    }

    .pb-xxs-24,
    .py-xxs-24 {
        padding-bottom: 6rem !important
    }

    .pl-xxs-24,
    .px-xxs-24 {
        padding-left: 6rem !important
    }

    .p-xxs-23 {
        padding: 5.75rem !important
    }

    .pt-xxs-23,
    .py-xxs-23 {
        padding-top: 5.75rem !important
    }

    .pr-xxs-23,
    .px-xxs-23 {
        padding-right: 5.75rem !important
    }

    .pb-xxs-23,
    .py-xxs-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-xxs-23,
    .px-xxs-23 {
        padding-left: 5.75rem !important
    }

    .p-xxs-22 {
        padding: 5.5rem !important
    }

    .pt-xxs-22,
    .py-xxs-22 {
        padding-top: 5.5rem !important
    }

    .pr-xxs-22,
    .px-xxs-22 {
        padding-right: 5.5rem !important
    }

    .pb-xxs-22,
    .py-xxs-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-xxs-22,
    .px-xxs-22 {
        padding-left: 5.5rem !important
    }

    .p-xxs-21 {
        padding: 5.25rem !important
    }

    .pt-xxs-21,
    .py-xxs-21 {
        padding-top: 5.25rem !important
    }

    .pr-xxs-21,
    .px-xxs-21 {
        padding-right: 5.25rem !important
    }

    .pb-xxs-21,
    .py-xxs-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-xxs-21,
    .px-xxs-21 {
        padding-left: 5.25rem !important
    }

    .p-xxs-20 {
        padding: 5rem !important
    }

    .pt-xxs-20,
    .py-xxs-20 {
        padding-top: 5rem !important
    }

    .pr-xxs-20,
    .px-xxs-20 {
        padding-right: 5rem !important
    }

    .pb-xxs-20,
    .py-xxs-20 {
        padding-bottom: 5rem !important
    }

    .pl-xxs-20,
    .px-xxs-20 {
        padding-left: 5rem !important
    }

    .p-xxs-19 {
        padding: 4.75rem !important
    }

    .pt-xxs-19,
    .py-xxs-19 {
        padding-top: 4.75rem !important
    }

    .pr-xxs-19,
    .px-xxs-19 {
        padding-right: 4.75rem !important
    }

    .pb-xxs-19,
    .py-xxs-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-xxs-19,
    .px-xxs-19 {
        padding-left: 4.75rem !important
    }

    .p-xxs-18 {
        padding: 4.5rem !important
    }

    .pt-xxs-18,
    .py-xxs-18 {
        padding-top: 4.5rem !important
    }

    .pr-xxs-18,
    .px-xxs-18 {
        padding-right: 4.5rem !important
    }

    .pb-xxs-18,
    .py-xxs-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-xxs-18,
    .px-xxs-18 {
        padding-left: 4.5rem !important
    }

    .p-xxs-17 {
        padding: 4.25rem !important
    }

    .pt-xxs-17,
    .py-xxs-17 {
        padding-top: 4.25rem !important
    }

    .pr-xxs-17,
    .px-xxs-17 {
        padding-right: 4.25rem !important
    }

    .pb-xxs-17,
    .py-xxs-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-xxs-17,
    .px-xxs-17 {
        padding-left: 4.25rem !important
    }

    .p-xxs-16 {
        padding: 4rem !important
    }

    .pt-xxs-16,
    .py-xxs-16 {
        padding-top: 4rem !important
    }

    .pr-xxs-16,
    .px-xxs-16 {
        padding-right: 4rem !important
    }

    .pb-xxs-16,
    .py-xxs-16 {
        padding-bottom: 4rem !important
    }

    .pl-xxs-16,
    .px-xxs-16 {
        padding-left: 4rem !important
    }

    .p-xxs-15 {
        padding: 3.75rem !important
    }

    .pt-xxs-15,
    .py-xxs-15 {
        padding-top: 3.75rem !important
    }

    .pr-xxs-15,
    .px-xxs-15 {
        padding-right: 3.75rem !important
    }

    .pb-xxs-15,
    .py-xxs-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-xxs-15,
    .px-xxs-15 {
        padding-left: 3.75rem !important
    }

    .p-xxs-14 {
        padding: 3.5rem !important
    }

    .pt-xxs-14,
    .py-xxs-14 {
        padding-top: 3.5rem !important
    }

    .pr-xxs-14,
    .px-xxs-14 {
        padding-right: 3.5rem !important
    }

    .pb-xxs-14,
    .py-xxs-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-xxs-14,
    .px-xxs-14 {
        padding-left: 3.5rem !important
    }

    .p-xxs-13 {
        padding: 3.25rem !important
    }

    .pt-xxs-13,
    .py-xxs-13 {
        padding-top: 3.25rem !important
    }

    .pr-xxs-13,
    .px-xxs-13 {
        padding-right: 3.25rem !important
    }

    .pb-xxs-13,
    .py-xxs-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-xxs-13,
    .px-xxs-13 {
        padding-left: 3.25rem !important
    }

    .p-xxs-12 {
        padding: 3rem !important
    }

    .pt-xxs-12,
    .py-xxs-12 {
        padding-top: 3rem !important
    }

    .pr-xxs-12,
    .px-xxs-12 {
        padding-right: 3rem !important
    }

    .pb-xxs-12,
    .py-xxs-12 {
        padding-bottom: 3rem !important
    }

    .pl-xxs-12,
    .px-xxs-12 {
        padding-left: 3rem !important
    }

    .p-xxs-11 {
        padding: 2.75rem !important
    }

    .pt-xxs-11,
    .py-xxs-11 {
        padding-top: 2.75rem !important
    }

    .pr-xxs-11,
    .px-xxs-11 {
        padding-right: 2.75rem !important
    }

    .pb-xxs-11,
    .py-xxs-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-xxs-11,
    .px-xxs-11 {
        padding-left: 2.75rem !important
    }

    .p-xxs-10 {
        padding: 2.5rem !important
    }

    .pt-xxs-10,
    .py-xxs-10 {
        padding-top: 2.5rem !important
    }

    .pr-xxs-10,
    .px-xxs-10 {
        padding-right: 2.5rem !important
    }

    .pb-xxs-10,
    .py-xxs-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxs-10,
    .px-xxs-10 {
        padding-left: 2.5rem !important
    }

    .p-xxs-9 {
        padding: 2.25rem !important
    }

    .pt-xxs-9,
    .py-xxs-9 {
        padding-top: 2.25rem !important
    }

    .pr-xxs-9,
    .px-xxs-9 {
        padding-right: 2.25rem !important
    }

    .pb-xxs-9,
    .py-xxs-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-xxs-9,
    .px-xxs-9 {
        padding-left: 2.25rem !important
    }

    .p-xxs-8 {
        padding: 2rem !important
    }

    .pt-xxs-8,
    .py-xxs-8 {
        padding-top: 2rem !important
    }

    .pr-xxs-8,
    .px-xxs-8 {
        padding-right: 2rem !important
    }

    .pb-xxs-8,
    .py-xxs-8 {
        padding-bottom: 2rem !important
    }

    .pl-xxs-8,
    .px-xxs-8 {
        padding-left: 2rem !important
    }

    .p-xxs-7 {
        padding: 1.75rem !important
    }

    .pt-xxs-7,
    .py-xxs-7 {
        padding-top: 1.75rem !important
    }

    .pr-xxs-7,
    .px-xxs-7 {
        padding-right: 1.75rem !important
    }

    .pb-xxs-7,
    .py-xxs-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-xxs-7,
    .px-xxs-7 {
        padding-left: 1.75rem !important
    }

    .p-xxs-6 {
        padding: 1.5rem !important
    }

    .pt-xxs-6,
    .py-xxs-6 {
        padding-top: 1.5rem !important
    }

    .pr-xxs-6,
    .px-xxs-6 {
        padding-right: 1.5rem !important
    }

    .pb-xxs-6,
    .py-xxs-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxs-6,
    .px-xxs-6 {
        padding-left: 1.5rem !important
    }

    .p-xxs-5 {
        padding: 1.25rem !important
    }

    .pt-xxs-5,
    .py-xxs-5 {
        padding-top: 1.25rem !important
    }

    .pr-xxs-5,
    .px-xxs-5 {
        padding-right: 1.25rem !important
    }

    .pb-xxs-5,
    .py-xxs-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-xxs-5,
    .px-xxs-5 {
        padding-left: 1.25rem !important
    }

    .p-xxs-4 {
        padding: 1rem !important
    }

    .pt-xxs-4,
    .py-xxs-4 {
        padding-top: 1rem !important
    }

    .pr-xxs-4,
    .px-xxs-4 {
        padding-right: 1rem !important
    }

    .pb-xxs-4,
    .py-xxs-4 {
        padding-bottom: 1rem !important
    }

    .pl-xxs-4,
    .px-xxs-4 {
        padding-left: 1rem !important
    }

    .p-xxs-3 {
        padding: 0.75rem !important
    }

    .pt-xxs-3,
    .py-xxs-3 {
        padding-top: 0.75rem !important
    }

    .pr-xxs-3,
    .px-xxs-3 {
        padding-right: 0.75rem !important
    }

    .pb-xxs-3,
    .py-xxs-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-xxs-3,
    .px-xxs-3 {
        padding-left: 0.75rem !important
    }

    .p-xxs-2 {
        padding: 0.5rem !important
    }

    .pt-xxs-2,
    .py-xxs-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxs-2,
    .px-xxs-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxs-2,
    .py-xxs-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxs-2,
    .px-xxs-2 {
        padding-left: 0.5rem !important
    }

    .p-xxs-1 {
        padding: 0.25rem !important
    }

    .pt-xxs-1,
    .py-xxs-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxs-1,
    .px-xxs-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxs-1,
    .py-xxs-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxs-1,
    .px-xxs-1 {
        padding-left: 0.25rem !important
    }

    .p-xxs-0 {
        padding: 0rem !important
    }

    .pt-xxs-0,
    .py-xxs-0 {
        padding-top: 0rem !important
    }

    .pr-xxs-0,
    .px-xxs-0 {
        padding-right: 0rem !important
    }

    .pb-xxs-0,
    .py-xxs-0 {
        padding-bottom: 0rem !important
    }

    .pl-xxs-0,
    .px-xxs-0 {
        padding-left: 0rem !important
    }

    .m-xxs-n40 {
        margin: -10rem !important
    }

    .mt-xxs-n40,
    .my-xxs-n40 {
        margin-top: -10rem !important
    }

    .mr-xxs-n40,
    .mx-xxs-n40 {
        margin-right: -10rem !important
    }

    .mb-xxs-n40,
    .my-xxs-n40 {
        margin-bottom: -10rem !important
    }

    .ml-xxs-n40,
    .mx-xxs-n40 {
        margin-left: -10rem !important
    }

    .m-xxs-n39 {
        margin: -9.75rem !important
    }

    .mt-xxs-n39,
    .my-xxs-n39 {
        margin-top: -9.75rem !important
    }

    .mr-xxs-n39,
    .mx-xxs-n39 {
        margin-right: -9.75rem !important
    }

    .mb-xxs-n39,
    .my-xxs-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-xxs-n39,
    .mx-xxs-n39 {
        margin-left: -9.75rem !important
    }

    .m-xxs-n38 {
        margin: -9.5rem !important
    }

    .mt-xxs-n38,
    .my-xxs-n38 {
        margin-top: -9.5rem !important
    }

    .mr-xxs-n38,
    .mx-xxs-n38 {
        margin-right: -9.5rem !important
    }

    .mb-xxs-n38,
    .my-xxs-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-xxs-n38,
    .mx-xxs-n38 {
        margin-left: -9.5rem !important
    }

    .m-xxs-n37 {
        margin: -9.25rem !important
    }

    .mt-xxs-n37,
    .my-xxs-n37 {
        margin-top: -9.25rem !important
    }

    .mr-xxs-n37,
    .mx-xxs-n37 {
        margin-right: -9.25rem !important
    }

    .mb-xxs-n37,
    .my-xxs-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-xxs-n37,
    .mx-xxs-n37 {
        margin-left: -9.25rem !important
    }

    .m-xxs-n36 {
        margin: -9rem !important
    }

    .mt-xxs-n36,
    .my-xxs-n36 {
        margin-top: -9rem !important
    }

    .mr-xxs-n36,
    .mx-xxs-n36 {
        margin-right: -9rem !important
    }

    .mb-xxs-n36,
    .my-xxs-n36 {
        margin-bottom: -9rem !important
    }

    .ml-xxs-n36,
    .mx-xxs-n36 {
        margin-left: -9rem !important
    }

    .m-xxs-n35 {
        margin: -8.75rem !important
    }

    .mt-xxs-n35,
    .my-xxs-n35 {
        margin-top: -8.75rem !important
    }

    .mr-xxs-n35,
    .mx-xxs-n35 {
        margin-right: -8.75rem !important
    }

    .mb-xxs-n35,
    .my-xxs-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-xxs-n35,
    .mx-xxs-n35 {
        margin-left: -8.75rem !important
    }

    .m-xxs-n34 {
        margin: -8.5rem !important
    }

    .mt-xxs-n34,
    .my-xxs-n34 {
        margin-top: -8.5rem !important
    }

    .mr-xxs-n34,
    .mx-xxs-n34 {
        margin-right: -8.5rem !important
    }

    .mb-xxs-n34,
    .my-xxs-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-xxs-n34,
    .mx-xxs-n34 {
        margin-left: -8.5rem !important
    }

    .m-xxs-n33 {
        margin: -8.25rem !important
    }

    .mt-xxs-n33,
    .my-xxs-n33 {
        margin-top: -8.25rem !important
    }

    .mr-xxs-n33,
    .mx-xxs-n33 {
        margin-right: -8.25rem !important
    }

    .mb-xxs-n33,
    .my-xxs-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-xxs-n33,
    .mx-xxs-n33 {
        margin-left: -8.25rem !important
    }

    .m-xxs-n32 {
        margin: -8rem !important
    }

    .mt-xxs-n32,
    .my-xxs-n32 {
        margin-top: -8rem !important
    }

    .mr-xxs-n32,
    .mx-xxs-n32 {
        margin-right: -8rem !important
    }

    .mb-xxs-n32,
    .my-xxs-n32 {
        margin-bottom: -8rem !important
    }

    .ml-xxs-n32,
    .mx-xxs-n32 {
        margin-left: -8rem !important
    }

    .m-xxs-n31 {
        margin: -7.75rem !important
    }

    .mt-xxs-n31,
    .my-xxs-n31 {
        margin-top: -7.75rem !important
    }

    .mr-xxs-n31,
    .mx-xxs-n31 {
        margin-right: -7.75rem !important
    }

    .mb-xxs-n31,
    .my-xxs-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-xxs-n31,
    .mx-xxs-n31 {
        margin-left: -7.75rem !important
    }

    .m-xxs-n30 {
        margin: -7.5rem !important
    }

    .mt-xxs-n30,
    .my-xxs-n30 {
        margin-top: -7.5rem !important
    }

    .mr-xxs-n30,
    .mx-xxs-n30 {
        margin-right: -7.5rem !important
    }

    .mb-xxs-n30,
    .my-xxs-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-xxs-n30,
    .mx-xxs-n30 {
        margin-left: -7.5rem !important
    }

    .m-xxs-n29 {
        margin: -7.25rem !important
    }

    .mt-xxs-n29,
    .my-xxs-n29 {
        margin-top: -7.25rem !important
    }

    .mr-xxs-n29,
    .mx-xxs-n29 {
        margin-right: -7.25rem !important
    }

    .mb-xxs-n29,
    .my-xxs-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-xxs-n29,
    .mx-xxs-n29 {
        margin-left: -7.25rem !important
    }

    .m-xxs-n28 {
        margin: -7rem !important
    }

    .mt-xxs-n28,
    .my-xxs-n28 {
        margin-top: -7rem !important
    }

    .mr-xxs-n28,
    .mx-xxs-n28 {
        margin-right: -7rem !important
    }

    .mb-xxs-n28,
    .my-xxs-n28 {
        margin-bottom: -7rem !important
    }

    .ml-xxs-n28,
    .mx-xxs-n28 {
        margin-left: -7rem !important
    }

    .m-xxs-n27 {
        margin: -6.75rem !important
    }

    .mt-xxs-n27,
    .my-xxs-n27 {
        margin-top: -6.75rem !important
    }

    .mr-xxs-n27,
    .mx-xxs-n27 {
        margin-right: -6.75rem !important
    }

    .mb-xxs-n27,
    .my-xxs-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-xxs-n27,
    .mx-xxs-n27 {
        margin-left: -6.75rem !important
    }

    .m-xxs-n26 {
        margin: -6.5rem !important
    }

    .mt-xxs-n26,
    .my-xxs-n26 {
        margin-top: -6.5rem !important
    }

    .mr-xxs-n26,
    .mx-xxs-n26 {
        margin-right: -6.5rem !important
    }

    .mb-xxs-n26,
    .my-xxs-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-xxs-n26,
    .mx-xxs-n26 {
        margin-left: -6.5rem !important
    }

    .m-xxs-n25 {
        margin: -6.25rem !important
    }

    .mt-xxs-n25,
    .my-xxs-n25 {
        margin-top: -6.25rem !important
    }

    .mr-xxs-n25,
    .mx-xxs-n25 {
        margin-right: -6.25rem !important
    }

    .mb-xxs-n25,
    .my-xxs-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-xxs-n25,
    .mx-xxs-n25 {
        margin-left: -6.25rem !important
    }

    .m-xxs-n24 {
        margin: -6rem !important
    }

    .mt-xxs-n24,
    .my-xxs-n24 {
        margin-top: -6rem !important
    }

    .mr-xxs-n24,
    .mx-xxs-n24 {
        margin-right: -6rem !important
    }

    .mb-xxs-n24,
    .my-xxs-n24 {
        margin-bottom: -6rem !important
    }

    .ml-xxs-n24,
    .mx-xxs-n24 {
        margin-left: -6rem !important
    }

    .m-xxs-n23 {
        margin: -5.75rem !important
    }

    .mt-xxs-n23,
    .my-xxs-n23 {
        margin-top: -5.75rem !important
    }

    .mr-xxs-n23,
    .mx-xxs-n23 {
        margin-right: -5.75rem !important
    }

    .mb-xxs-n23,
    .my-xxs-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-xxs-n23,
    .mx-xxs-n23 {
        margin-left: -5.75rem !important
    }

    .m-xxs-n22 {
        margin: -5.5rem !important
    }

    .mt-xxs-n22,
    .my-xxs-n22 {
        margin-top: -5.5rem !important
    }

    .mr-xxs-n22,
    .mx-xxs-n22 {
        margin-right: -5.5rem !important
    }

    .mb-xxs-n22,
    .my-xxs-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-xxs-n22,
    .mx-xxs-n22 {
        margin-left: -5.5rem !important
    }

    .m-xxs-n21 {
        margin: -5.25rem !important
    }

    .mt-xxs-n21,
    .my-xxs-n21 {
        margin-top: -5.25rem !important
    }

    .mr-xxs-n21,
    .mx-xxs-n21 {
        margin-right: -5.25rem !important
    }

    .mb-xxs-n21,
    .my-xxs-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-xxs-n21,
    .mx-xxs-n21 {
        margin-left: -5.25rem !important
    }

    .m-xxs-n20 {
        margin: -5rem !important
    }

    .mt-xxs-n20,
    .my-xxs-n20 {
        margin-top: -5rem !important
    }

    .mr-xxs-n20,
    .mx-xxs-n20 {
        margin-right: -5rem !important
    }

    .mb-xxs-n20,
    .my-xxs-n20 {
        margin-bottom: -5rem !important
    }

    .ml-xxs-n20,
    .mx-xxs-n20 {
        margin-left: -5rem !important
    }

    .m-xxs-n19 {
        margin: -4.75rem !important
    }

    .mt-xxs-n19,
    .my-xxs-n19 {
        margin-top: -4.75rem !important
    }

    .mr-xxs-n19,
    .mx-xxs-n19 {
        margin-right: -4.75rem !important
    }

    .mb-xxs-n19,
    .my-xxs-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-xxs-n19,
    .mx-xxs-n19 {
        margin-left: -4.75rem !important
    }

    .m-xxs-n18 {
        margin: -4.5rem !important
    }

    .mt-xxs-n18,
    .my-xxs-n18 {
        margin-top: -4.5rem !important
    }

    .mr-xxs-n18,
    .mx-xxs-n18 {
        margin-right: -4.5rem !important
    }

    .mb-xxs-n18,
    .my-xxs-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-xxs-n18,
    .mx-xxs-n18 {
        margin-left: -4.5rem !important
    }

    .m-xxs-n17 {
        margin: -4.25rem !important
    }

    .mt-xxs-n17,
    .my-xxs-n17 {
        margin-top: -4.25rem !important
    }

    .mr-xxs-n17,
    .mx-xxs-n17 {
        margin-right: -4.25rem !important
    }

    .mb-xxs-n17,
    .my-xxs-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-xxs-n17,
    .mx-xxs-n17 {
        margin-left: -4.25rem !important
    }

    .m-xxs-n16 {
        margin: -4rem !important
    }

    .mt-xxs-n16,
    .my-xxs-n16 {
        margin-top: -4rem !important
    }

    .mr-xxs-n16,
    .mx-xxs-n16 {
        margin-right: -4rem !important
    }

    .mb-xxs-n16,
    .my-xxs-n16 {
        margin-bottom: -4rem !important
    }

    .ml-xxs-n16,
    .mx-xxs-n16 {
        margin-left: -4rem !important
    }

    .m-xxs-n15 {
        margin: -3.75rem !important
    }

    .mt-xxs-n15,
    .my-xxs-n15 {
        margin-top: -3.75rem !important
    }

    .mr-xxs-n15,
    .mx-xxs-n15 {
        margin-right: -3.75rem !important
    }

    .mb-xxs-n15,
    .my-xxs-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-xxs-n15,
    .mx-xxs-n15 {
        margin-left: -3.75rem !important
    }

    .m-xxs-n14 {
        margin: -3.5rem !important
    }

    .mt-xxs-n14,
    .my-xxs-n14 {
        margin-top: -3.5rem !important
    }

    .mr-xxs-n14,
    .mx-xxs-n14 {
        margin-right: -3.5rem !important
    }

    .mb-xxs-n14,
    .my-xxs-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-xxs-n14,
    .mx-xxs-n14 {
        margin-left: -3.5rem !important
    }

    .m-xxs-n13 {
        margin: -3.25rem !important
    }

    .mt-xxs-n13,
    .my-xxs-n13 {
        margin-top: -3.25rem !important
    }

    .mr-xxs-n13,
    .mx-xxs-n13 {
        margin-right: -3.25rem !important
    }

    .mb-xxs-n13,
    .my-xxs-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-xxs-n13,
    .mx-xxs-n13 {
        margin-left: -3.25rem !important
    }

    .m-xxs-n12 {
        margin: -3rem !important
    }

    .mt-xxs-n12,
    .my-xxs-n12 {
        margin-top: -3rem !important
    }

    .mr-xxs-n12,
    .mx-xxs-n12 {
        margin-right: -3rem !important
    }

    .mb-xxs-n12,
    .my-xxs-n12 {
        margin-bottom: -3rem !important
    }

    .ml-xxs-n12,
    .mx-xxs-n12 {
        margin-left: -3rem !important
    }

    .m-xxs-n11 {
        margin: -2.75rem !important
    }

    .mt-xxs-n11,
    .my-xxs-n11 {
        margin-top: -2.75rem !important
    }

    .mr-xxs-n11,
    .mx-xxs-n11 {
        margin-right: -2.75rem !important
    }

    .mb-xxs-n11,
    .my-xxs-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-xxs-n11,
    .mx-xxs-n11 {
        margin-left: -2.75rem !important
    }

    .m-xxs-n10 {
        margin: -2.5rem !important
    }

    .mt-xxs-n10,
    .my-xxs-n10 {
        margin-top: -2.5rem !important
    }

    .mr-xxs-n10,
    .mx-xxs-n10 {
        margin-right: -2.5rem !important
    }

    .mb-xxs-n10,
    .my-xxs-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-xxs-n10,
    .mx-xxs-n10 {
        margin-left: -2.5rem !important
    }

    .m-xxs-n9 {
        margin: -2.25rem !important
    }

    .mt-xxs-n9,
    .my-xxs-n9 {
        margin-top: -2.25rem !important
    }

    .mr-xxs-n9,
    .mx-xxs-n9 {
        margin-right: -2.25rem !important
    }

    .mb-xxs-n9,
    .my-xxs-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-xxs-n9,
    .mx-xxs-n9 {
        margin-left: -2.25rem !important
    }

    .m-xxs-n8 {
        margin: -2rem !important
    }

    .mt-xxs-n8,
    .my-xxs-n8 {
        margin-top: -2rem !important
    }

    .mr-xxs-n8,
    .mx-xxs-n8 {
        margin-right: -2rem !important
    }

    .mb-xxs-n8,
    .my-xxs-n8 {
        margin-bottom: -2rem !important
    }

    .ml-xxs-n8,
    .mx-xxs-n8 {
        margin-left: -2rem !important
    }

    .m-xxs-n7 {
        margin: -1.75rem !important
    }

    .mt-xxs-n7,
    .my-xxs-n7 {
        margin-top: -1.75rem !important
    }

    .mr-xxs-n7,
    .mx-xxs-n7 {
        margin-right: -1.75rem !important
    }

    .mb-xxs-n7,
    .my-xxs-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-xxs-n7,
    .mx-xxs-n7 {
        margin-left: -1.75rem !important
    }

    .m-xxs-n6 {
        margin: -1.5rem !important
    }

    .mt-xxs-n6,
    .my-xxs-n6 {
        margin-top: -1.5rem !important
    }

    .mr-xxs-n6,
    .mx-xxs-n6 {
        margin-right: -1.5rem !important
    }

    .mb-xxs-n6,
    .my-xxs-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxs-n6,
    .mx-xxs-n6 {
        margin-left: -1.5rem !important
    }

    .m-xxs-n5 {
        margin: -1.25rem !important
    }

    .mt-xxs-n5,
    .my-xxs-n5 {
        margin-top: -1.25rem !important
    }

    .mr-xxs-n5,
    .mx-xxs-n5 {
        margin-right: -1.25rem !important
    }

    .mb-xxs-n5,
    .my-xxs-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xxs-n5,
    .mx-xxs-n5 {
        margin-left: -1.25rem !important
    }

    .m-xxs-n4 {
        margin: -1rem !important
    }

    .mt-xxs-n4,
    .my-xxs-n4 {
        margin-top: -1rem !important
    }

    .mr-xxs-n4,
    .mx-xxs-n4 {
        margin-right: -1rem !important
    }

    .mb-xxs-n4,
    .my-xxs-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xxs-n4,
    .mx-xxs-n4 {
        margin-left: -1rem !important
    }

    .m-xxs-n3 {
        margin: -0.75rem !important
    }

    .mt-xxs-n3,
    .my-xxs-n3 {
        margin-top: -0.75rem !important
    }

    .mr-xxs-n3,
    .mx-xxs-n3 {
        margin-right: -0.75rem !important
    }

    .mb-xxs-n3,
    .my-xxs-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xxs-n3,
    .mx-xxs-n3 {
        margin-left: -0.75rem !important
    }

    .m-xxs-n2 {
        margin: -0.5rem !important
    }

    .mt-xxs-n2,
    .my-xxs-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xxs-n2,
    .mx-xxs-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xxs-n2,
    .my-xxs-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxs-n2,
    .mx-xxs-n2 {
        margin-left: -0.5rem !important
    }

    .m-xxs-n1 {
        margin: -0.25rem !important
    }

    .mt-xxs-n1,
    .my-xxs-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxs-n1,
    .mx-xxs-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxs-n1,
    .my-xxs-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxs-n1,
    .mx-xxs-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxs-n0 {
        margin: 0rem !important
    }

    .mt-xxs-n0,
    .my-xxs-n0 {
        margin-top: 0rem !important
    }

    .mr-xxs-n0,
    .mx-xxs-n0 {
        margin-right: 0rem !important
    }

    .mb-xxs-n0,
    .my-xxs-n0 {
        margin-bottom: 0rem !important
    }

    .ml-xxs-n0,
    .mx-xxs-n0 {
        margin-left: 0rem !important
    }

    .m-xxs-auto {
        margin: auto !important
    }

    .mt-xxs-auto,
    .my-xxs-auto {
        margin-top: auto !important
    }

    .mr-xxs-auto,
    .mx-xxs-auto {
        margin-right: auto !important
    }

    .mb-xxs-auto,
    .my-xxs-auto {
        margin-bottom: auto !important
    }

    .ml-xxs-auto,
    .mx-xxs-auto {
        margin-left: auto !important
    }
}

@media (min-width:375.02px) {
    .m-xs-40 {
        margin: 10rem !important
    }

    .mt-xs-40,
    .my-xs-40 {
        margin-top: 10rem !important
    }

    .mr-xs-40,
    .mx-xs-40 {
        margin-right: 10rem !important
    }

    .mb-xs-40,
    .my-xs-40 {
        margin-bottom: 10rem !important
    }

    .ml-xs-40,
    .mx-xs-40 {
        margin-left: 10rem !important
    }

    .m-xs-39 {
        margin: 9.75rem !important
    }

    .mt-xs-39,
    .my-xs-39 {
        margin-top: 9.75rem !important
    }

    .mr-xs-39,
    .mx-xs-39 {
        margin-right: 9.75rem !important
    }

    .mb-xs-39,
    .my-xs-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-xs-39,
    .mx-xs-39 {
        margin-left: 9.75rem !important
    }

    .m-xs-38 {
        margin: 9.5rem !important
    }

    .mt-xs-38,
    .my-xs-38 {
        margin-top: 9.5rem !important
    }

    .mr-xs-38,
    .mx-xs-38 {
        margin-right: 9.5rem !important
    }

    .mb-xs-38,
    .my-xs-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-xs-38,
    .mx-xs-38 {
        margin-left: 9.5rem !important
    }

    .m-xs-37 {
        margin: 9.25rem !important
    }

    .mt-xs-37,
    .my-xs-37 {
        margin-top: 9.25rem !important
    }

    .mr-xs-37,
    .mx-xs-37 {
        margin-right: 9.25rem !important
    }

    .mb-xs-37,
    .my-xs-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-xs-37,
    .mx-xs-37 {
        margin-left: 9.25rem !important
    }

    .m-xs-36 {
        margin: 9rem !important
    }

    .mt-xs-36,
    .my-xs-36 {
        margin-top: 9rem !important
    }

    .mr-xs-36,
    .mx-xs-36 {
        margin-right: 9rem !important
    }

    .mb-xs-36,
    .my-xs-36 {
        margin-bottom: 9rem !important
    }

    .ml-xs-36,
    .mx-xs-36 {
        margin-left: 9rem !important
    }

    .m-xs-35 {
        margin: 8.75rem !important
    }

    .mt-xs-35,
    .my-xs-35 {
        margin-top: 8.75rem !important
    }

    .mr-xs-35,
    .mx-xs-35 {
        margin-right: 8.75rem !important
    }

    .mb-xs-35,
    .my-xs-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-xs-35,
    .mx-xs-35 {
        margin-left: 8.75rem !important
    }

    .m-xs-34 {
        margin: 8.5rem !important
    }

    .mt-xs-34,
    .my-xs-34 {
        margin-top: 8.5rem !important
    }

    .mr-xs-34,
    .mx-xs-34 {
        margin-right: 8.5rem !important
    }

    .mb-xs-34,
    .my-xs-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-xs-34,
    .mx-xs-34 {
        margin-left: 8.5rem !important
    }

    .m-xs-33 {
        margin: 8.25rem !important
    }

    .mt-xs-33,
    .my-xs-33 {
        margin-top: 8.25rem !important
    }

    .mr-xs-33,
    .mx-xs-33 {
        margin-right: 8.25rem !important
    }

    .mb-xs-33,
    .my-xs-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-xs-33,
    .mx-xs-33 {
        margin-left: 8.25rem !important
    }

    .m-xs-32 {
        margin: 8rem !important
    }

    .mt-xs-32,
    .my-xs-32 {
        margin-top: 8rem !important
    }

    .mr-xs-32,
    .mx-xs-32 {
        margin-right: 8rem !important
    }

    .mb-xs-32,
    .my-xs-32 {
        margin-bottom: 8rem !important
    }

    .ml-xs-32,
    .mx-xs-32 {
        margin-left: 8rem !important
    }

    .m-xs-31 {
        margin: 7.75rem !important
    }

    .mt-xs-31,
    .my-xs-31 {
        margin-top: 7.75rem !important
    }

    .mr-xs-31,
    .mx-xs-31 {
        margin-right: 7.75rem !important
    }

    .mb-xs-31,
    .my-xs-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-xs-31,
    .mx-xs-31 {
        margin-left: 7.75rem !important
    }

    .m-xs-30 {
        margin: 7.5rem !important
    }

    .mt-xs-30,
    .my-xs-30 {
        margin-top: 7.5rem !important
    }

    .mr-xs-30,
    .mx-xs-30 {
        margin-right: 7.5rem !important
    }

    .mb-xs-30,
    .my-xs-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-xs-30,
    .mx-xs-30 {
        margin-left: 7.5rem !important
    }

    .m-xs-29 {
        margin: 7.25rem !important
    }

    .mt-xs-29,
    .my-xs-29 {
        margin-top: 7.25rem !important
    }

    .mr-xs-29,
    .mx-xs-29 {
        margin-right: 7.25rem !important
    }

    .mb-xs-29,
    .my-xs-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-xs-29,
    .mx-xs-29 {
        margin-left: 7.25rem !important
    }

    .m-xs-28 {
        margin: 7rem !important
    }

    .mt-xs-28,
    .my-xs-28 {
        margin-top: 7rem !important
    }

    .mr-xs-28,
    .mx-xs-28 {
        margin-right: 7rem !important
    }

    .mb-xs-28,
    .my-xs-28 {
        margin-bottom: 7rem !important
    }

    .ml-xs-28,
    .mx-xs-28 {
        margin-left: 7rem !important
    }

    .m-xs-27 {
        margin: 6.75rem !important
    }

    .mt-xs-27,
    .my-xs-27 {
        margin-top: 6.75rem !important
    }

    .mr-xs-27,
    .mx-xs-27 {
        margin-right: 6.75rem !important
    }

    .mb-xs-27,
    .my-xs-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-xs-27,
    .mx-xs-27 {
        margin-left: 6.75rem !important
    }

    .m-xs-26 {
        margin: 6.5rem !important
    }

    .mt-xs-26,
    .my-xs-26 {
        margin-top: 6.5rem !important
    }

    .mr-xs-26,
    .mx-xs-26 {
        margin-right: 6.5rem !important
    }

    .mb-xs-26,
    .my-xs-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-xs-26,
    .mx-xs-26 {
        margin-left: 6.5rem !important
    }

    .m-xs-25 {
        margin: 6.25rem !important
    }

    .mt-xs-25,
    .my-xs-25 {
        margin-top: 6.25rem !important
    }

    .mr-xs-25,
    .mx-xs-25 {
        margin-right: 6.25rem !important
    }

    .mb-xs-25,
    .my-xs-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-xs-25,
    .mx-xs-25 {
        margin-left: 6.25rem !important
    }

    .m-xs-24 {
        margin: 6rem !important
    }

    .mt-xs-24,
    .my-xs-24 {
        margin-top: 6rem !important
    }

    .mr-xs-24,
    .mx-xs-24 {
        margin-right: 6rem !important
    }

    .mb-xs-24,
    .my-xs-24 {
        margin-bottom: 6rem !important
    }

    .ml-xs-24,
    .mx-xs-24 {
        margin-left: 6rem !important
    }

    .m-xs-23 {
        margin: 5.75rem !important
    }

    .mt-xs-23,
    .my-xs-23 {
        margin-top: 5.75rem !important
    }

    .mr-xs-23,
    .mx-xs-23 {
        margin-right: 5.75rem !important
    }

    .mb-xs-23,
    .my-xs-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-xs-23,
    .mx-xs-23 {
        margin-left: 5.75rem !important
    }

    .m-xs-22 {
        margin: 5.5rem !important
    }

    .mt-xs-22,
    .my-xs-22 {
        margin-top: 5.5rem !important
    }

    .mr-xs-22,
    .mx-xs-22 {
        margin-right: 5.5rem !important
    }

    .mb-xs-22,
    .my-xs-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-xs-22,
    .mx-xs-22 {
        margin-left: 5.5rem !important
    }

    .m-xs-21 {
        margin: 5.25rem !important
    }

    .mt-xs-21,
    .my-xs-21 {
        margin-top: 5.25rem !important
    }

    .mr-xs-21,
    .mx-xs-21 {
        margin-right: 5.25rem !important
    }

    .mb-xs-21,
    .my-xs-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-xs-21,
    .mx-xs-21 {
        margin-left: 5.25rem !important
    }

    .m-xs-20 {
        margin: 5rem !important
    }

    .mt-xs-20,
    .my-xs-20 {
        margin-top: 5rem !important
    }

    .mr-xs-20,
    .mx-xs-20 {
        margin-right: 5rem !important
    }

    .mb-xs-20,
    .my-xs-20 {
        margin-bottom: 5rem !important
    }

    .ml-xs-20,
    .mx-xs-20 {
        margin-left: 5rem !important
    }

    .m-xs-19 {
        margin: 4.75rem !important
    }

    .mt-xs-19,
    .my-xs-19 {
        margin-top: 4.75rem !important
    }

    .mr-xs-19,
    .mx-xs-19 {
        margin-right: 4.75rem !important
    }

    .mb-xs-19,
    .my-xs-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-xs-19,
    .mx-xs-19 {
        margin-left: 4.75rem !important
    }

    .m-xs-18 {
        margin: 4.5rem !important
    }

    .mt-xs-18,
    .my-xs-18 {
        margin-top: 4.5rem !important
    }

    .mr-xs-18,
    .mx-xs-18 {
        margin-right: 4.5rem !important
    }

    .mb-xs-18,
    .my-xs-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-xs-18,
    .mx-xs-18 {
        margin-left: 4.5rem !important
    }

    .m-xs-17 {
        margin: 4.25rem !important
    }

    .mt-xs-17,
    .my-xs-17 {
        margin-top: 4.25rem !important
    }

    .mr-xs-17,
    .mx-xs-17 {
        margin-right: 4.25rem !important
    }

    .mb-xs-17,
    .my-xs-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-xs-17,
    .mx-xs-17 {
        margin-left: 4.25rem !important
    }

    .m-xs-16 {
        margin: 4rem !important
    }

    .mt-xs-16,
    .my-xs-16 {
        margin-top: 4rem !important
    }

    .mr-xs-16,
    .mx-xs-16 {
        margin-right: 4rem !important
    }

    .mb-xs-16,
    .my-xs-16 {
        margin-bottom: 4rem !important
    }

    .ml-xs-16,
    .mx-xs-16 {
        margin-left: 4rem !important
    }

    .m-xs-15 {
        margin: 3.75rem !important
    }

    .mt-xs-15,
    .my-xs-15 {
        margin-top: 3.75rem !important
    }

    .mr-xs-15,
    .mx-xs-15 {
        margin-right: 3.75rem !important
    }

    .mb-xs-15,
    .my-xs-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-xs-15,
    .mx-xs-15 {
        margin-left: 3.75rem !important
    }

    .m-xs-14 {
        margin: 3.5rem !important
    }

    .mt-xs-14,
    .my-xs-14 {
        margin-top: 3.5rem !important
    }

    .mr-xs-14,
    .mx-xs-14 {
        margin-right: 3.5rem !important
    }

    .mb-xs-14,
    .my-xs-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-xs-14,
    .mx-xs-14 {
        margin-left: 3.5rem !important
    }

    .m-xs-13 {
        margin: 3.25rem !important
    }

    .mt-xs-13,
    .my-xs-13 {
        margin-top: 3.25rem !important
    }

    .mr-xs-13,
    .mx-xs-13 {
        margin-right: 3.25rem !important
    }

    .mb-xs-13,
    .my-xs-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-xs-13,
    .mx-xs-13 {
        margin-left: 3.25rem !important
    }

    .m-xs-12 {
        margin: 3rem !important
    }

    .mt-xs-12,
    .my-xs-12 {
        margin-top: 3rem !important
    }

    .mr-xs-12,
    .mx-xs-12 {
        margin-right: 3rem !important
    }

    .mb-xs-12,
    .my-xs-12 {
        margin-bottom: 3rem !important
    }

    .ml-xs-12,
    .mx-xs-12 {
        margin-left: 3rem !important
    }

    .m-xs-11 {
        margin: 2.75rem !important
    }

    .mt-xs-11,
    .my-xs-11 {
        margin-top: 2.75rem !important
    }

    .mr-xs-11,
    .mx-xs-11 {
        margin-right: 2.75rem !important
    }

    .mb-xs-11,
    .my-xs-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-xs-11,
    .mx-xs-11 {
        margin-left: 2.75rem !important
    }

    .m-xs-10 {
        margin: 2.5rem !important
    }

    .mt-xs-10,
    .my-xs-10 {
        margin-top: 2.5rem !important
    }

    .mr-xs-10,
    .mx-xs-10 {
        margin-right: 2.5rem !important
    }

    .mb-xs-10,
    .my-xs-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-xs-10,
    .mx-xs-10 {
        margin-left: 2.5rem !important
    }

    .m-xs-9 {
        margin: 2.25rem !important
    }

    .mt-xs-9,
    .my-xs-9 {
        margin-top: 2.25rem !important
    }

    .mr-xs-9,
    .mx-xs-9 {
        margin-right: 2.25rem !important
    }

    .mb-xs-9,
    .my-xs-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-xs-9,
    .mx-xs-9 {
        margin-left: 2.25rem !important
    }

    .m-xs-8 {
        margin: 2rem !important
    }

    .mt-xs-8,
    .my-xs-8 {
        margin-top: 2rem !important
    }

    .mr-xs-8,
    .mx-xs-8 {
        margin-right: 2rem !important
    }

    .mb-xs-8,
    .my-xs-8 {
        margin-bottom: 2rem !important
    }

    .ml-xs-8,
    .mx-xs-8 {
        margin-left: 2rem !important
    }

    .m-xs-7 {
        margin: 1.75rem !important
    }

    .mt-xs-7,
    .my-xs-7 {
        margin-top: 1.75rem !important
    }

    .mr-xs-7,
    .mx-xs-7 {
        margin-right: 1.75rem !important
    }

    .mb-xs-7,
    .my-xs-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-xs-7,
    .mx-xs-7 {
        margin-left: 1.75rem !important
    }

    .m-xs-6 {
        margin: 1.5rem !important
    }

    .mt-xs-6,
    .my-xs-6 {
        margin-top: 1.5rem !important
    }

    .mr-xs-6,
    .mx-xs-6 {
        margin-right: 1.5rem !important
    }

    .mb-xs-6,
    .my-xs-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-xs-6,
    .mx-xs-6 {
        margin-left: 1.5rem !important
    }

    .m-xs-5 {
        margin: 1.25rem !important
    }

    .mt-xs-5,
    .my-xs-5 {
        margin-top: 1.25rem !important
    }

    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 1.25rem !important
    }

    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 1.25rem !important
    }

    .m-xs-4 {
        margin: 1rem !important
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1rem !important
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1rem !important
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1rem !important
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1rem !important
    }

    .m-xs-3 {
        margin: 0.75rem !important
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 0.75rem !important
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 0.75rem !important
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 0.75rem !important
    }

    .m-xs-2 {
        margin: 0.5rem !important
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: 0.5rem !important
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 0.5rem !important
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 0.5rem !important
    }

    .m-xs-1 {
        margin: 0.25rem !important
    }

    .mt-xs-1,
    .my-xs-1 {
        margin-top: 0.25rem !important
    }

    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 0.25rem !important
    }

    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 0.25rem !important
    }

    .m-xs-0 {
        margin: 0rem !important
    }

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0rem !important
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0rem !important
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0rem !important
    }

    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0rem !important
    }

    .p-xs-40 {
        padding: 10rem !important
    }

    .pt-xs-40,
    .py-xs-40 {
        padding-top: 10rem !important
    }

    .pr-xs-40,
    .px-xs-40 {
        padding-right: 10rem !important
    }

    .pb-xs-40,
    .py-xs-40 {
        padding-bottom: 10rem !important
    }

    .pl-xs-40,
    .px-xs-40 {
        padding-left: 10rem !important
    }

    .p-xs-39 {
        padding: 9.75rem !important
    }

    .pt-xs-39,
    .py-xs-39 {
        padding-top: 9.75rem !important
    }

    .pr-xs-39,
    .px-xs-39 {
        padding-right: 9.75rem !important
    }

    .pb-xs-39,
    .py-xs-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-xs-39,
    .px-xs-39 {
        padding-left: 9.75rem !important
    }

    .p-xs-38 {
        padding: 9.5rem !important
    }

    .pt-xs-38,
    .py-xs-38 {
        padding-top: 9.5rem !important
    }

    .pr-xs-38,
    .px-xs-38 {
        padding-right: 9.5rem !important
    }

    .pb-xs-38,
    .py-xs-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-xs-38,
    .px-xs-38 {
        padding-left: 9.5rem !important
    }

    .p-xs-37 {
        padding: 9.25rem !important
    }

    .pt-xs-37,
    .py-xs-37 {
        padding-top: 9.25rem !important
    }

    .pr-xs-37,
    .px-xs-37 {
        padding-right: 9.25rem !important
    }

    .pb-xs-37,
    .py-xs-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-xs-37,
    .px-xs-37 {
        padding-left: 9.25rem !important
    }

    .p-xs-36 {
        padding: 9rem !important
    }

    .pt-xs-36,
    .py-xs-36 {
        padding-top: 9rem !important
    }

    .pr-xs-36,
    .px-xs-36 {
        padding-right: 9rem !important
    }

    .pb-xs-36,
    .py-xs-36 {
        padding-bottom: 9rem !important
    }

    .pl-xs-36,
    .px-xs-36 {
        padding-left: 9rem !important
    }

    .p-xs-35 {
        padding: 8.75rem !important
    }

    .pt-xs-35,
    .py-xs-35 {
        padding-top: 8.75rem !important
    }

    .pr-xs-35,
    .px-xs-35 {
        padding-right: 8.75rem !important
    }

    .pb-xs-35,
    .py-xs-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-xs-35,
    .px-xs-35 {
        padding-left: 8.75rem !important
    }

    .p-xs-34 {
        padding: 8.5rem !important
    }

    .pt-xs-34,
    .py-xs-34 {
        padding-top: 8.5rem !important
    }

    .pr-xs-34,
    .px-xs-34 {
        padding-right: 8.5rem !important
    }

    .pb-xs-34,
    .py-xs-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-xs-34,
    .px-xs-34 {
        padding-left: 8.5rem !important
    }

    .p-xs-33 {
        padding: 8.25rem !important
    }

    .pt-xs-33,
    .py-xs-33 {
        padding-top: 8.25rem !important
    }

    .pr-xs-33,
    .px-xs-33 {
        padding-right: 8.25rem !important
    }

    .pb-xs-33,
    .py-xs-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-xs-33,
    .px-xs-33 {
        padding-left: 8.25rem !important
    }

    .p-xs-32 {
        padding: 8rem !important
    }

    .pt-xs-32,
    .py-xs-32 {
        padding-top: 8rem !important
    }

    .pr-xs-32,
    .px-xs-32 {
        padding-right: 8rem !important
    }

    .pb-xs-32,
    .py-xs-32 {
        padding-bottom: 8rem !important
    }

    .pl-xs-32,
    .px-xs-32 {
        padding-left: 8rem !important
    }

    .p-xs-31 {
        padding: 7.75rem !important
    }

    .pt-xs-31,
    .py-xs-31 {
        padding-top: 7.75rem !important
    }

    .pr-xs-31,
    .px-xs-31 {
        padding-right: 7.75rem !important
    }

    .pb-xs-31,
    .py-xs-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-xs-31,
    .px-xs-31 {
        padding-left: 7.75rem !important
    }

    .p-xs-30 {
        padding: 7.5rem !important
    }

    .pt-xs-30,
    .py-xs-30 {
        padding-top: 7.5rem !important
    }

    .pr-xs-30,
    .px-xs-30 {
        padding-right: 7.5rem !important
    }

    .pb-xs-30,
    .py-xs-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-xs-30,
    .px-xs-30 {
        padding-left: 7.5rem !important
    }

    .p-xs-29 {
        padding: 7.25rem !important
    }

    .pt-xs-29,
    .py-xs-29 {
        padding-top: 7.25rem !important
    }

    .pr-xs-29,
    .px-xs-29 {
        padding-right: 7.25rem !important
    }

    .pb-xs-29,
    .py-xs-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-xs-29,
    .px-xs-29 {
        padding-left: 7.25rem !important
    }

    .p-xs-28 {
        padding: 7rem !important
    }

    .pt-xs-28,
    .py-xs-28 {
        padding-top: 7rem !important
    }

    .pr-xs-28,
    .px-xs-28 {
        padding-right: 7rem !important
    }

    .pb-xs-28,
    .py-xs-28 {
        padding-bottom: 7rem !important
    }

    .pl-xs-28,
    .px-xs-28 {
        padding-left: 7rem !important
    }

    .p-xs-27 {
        padding: 6.75rem !important
    }

    .pt-xs-27,
    .py-xs-27 {
        padding-top: 6.75rem !important
    }

    .pr-xs-27,
    .px-xs-27 {
        padding-right: 6.75rem !important
    }

    .pb-xs-27,
    .py-xs-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-xs-27,
    .px-xs-27 {
        padding-left: 6.75rem !important
    }

    .p-xs-26 {
        padding: 6.5rem !important
    }

    .pt-xs-26,
    .py-xs-26 {
        padding-top: 6.5rem !important
    }

    .pr-xs-26,
    .px-xs-26 {
        padding-right: 6.5rem !important
    }

    .pb-xs-26,
    .py-xs-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-xs-26,
    .px-xs-26 {
        padding-left: 6.5rem !important
    }

    .p-xs-25 {
        padding: 6.25rem !important
    }

    .pt-xs-25,
    .py-xs-25 {
        padding-top: 6.25rem !important
    }

    .pr-xs-25,
    .px-xs-25 {
        padding-right: 6.25rem !important
    }

    .pb-xs-25,
    .py-xs-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-xs-25,
    .px-xs-25 {
        padding-left: 6.25rem !important
    }

    .p-xs-24 {
        padding: 6rem !important
    }

    .pt-xs-24,
    .py-xs-24 {
        padding-top: 6rem !important
    }

    .pr-xs-24,
    .px-xs-24 {
        padding-right: 6rem !important
    }

    .pb-xs-24,
    .py-xs-24 {
        padding-bottom: 6rem !important
    }

    .pl-xs-24,
    .px-xs-24 {
        padding-left: 6rem !important
    }

    .p-xs-23 {
        padding: 5.75rem !important
    }

    .pt-xs-23,
    .py-xs-23 {
        padding-top: 5.75rem !important
    }

    .pr-xs-23,
    .px-xs-23 {
        padding-right: 5.75rem !important
    }

    .pb-xs-23,
    .py-xs-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-xs-23,
    .px-xs-23 {
        padding-left: 5.75rem !important
    }

    .p-xs-22 {
        padding: 5.5rem !important
    }

    .pt-xs-22,
    .py-xs-22 {
        padding-top: 5.5rem !important
    }

    .pr-xs-22,
    .px-xs-22 {
        padding-right: 5.5rem !important
    }

    .pb-xs-22,
    .py-xs-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-xs-22,
    .px-xs-22 {
        padding-left: 5.5rem !important
    }

    .p-xs-21 {
        padding: 5.25rem !important
    }

    .pt-xs-21,
    .py-xs-21 {
        padding-top: 5.25rem !important
    }

    .pr-xs-21,
    .px-xs-21 {
        padding-right: 5.25rem !important
    }

    .pb-xs-21,
    .py-xs-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-xs-21,
    .px-xs-21 {
        padding-left: 5.25rem !important
    }

    .p-xs-20 {
        padding: 5rem !important
    }

    .pt-xs-20,
    .py-xs-20 {
        padding-top: 5rem !important
    }

    .pr-xs-20,
    .px-xs-20 {
        padding-right: 5rem !important
    }

    .pb-xs-20,
    .py-xs-20 {
        padding-bottom: 5rem !important
    }

    .pl-xs-20,
    .px-xs-20 {
        padding-left: 5rem !important
    }

    .p-xs-19 {
        padding: 4.75rem !important
    }

    .pt-xs-19,
    .py-xs-19 {
        padding-top: 4.75rem !important
    }

    .pr-xs-19,
    .px-xs-19 {
        padding-right: 4.75rem !important
    }

    .pb-xs-19,
    .py-xs-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-xs-19,
    .px-xs-19 {
        padding-left: 4.75rem !important
    }

    .p-xs-18 {
        padding: 4.5rem !important
    }

    .pt-xs-18,
    .py-xs-18 {
        padding-top: 4.5rem !important
    }

    .pr-xs-18,
    .px-xs-18 {
        padding-right: 4.5rem !important
    }

    .pb-xs-18,
    .py-xs-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-xs-18,
    .px-xs-18 {
        padding-left: 4.5rem !important
    }

    .p-xs-17 {
        padding: 4.25rem !important
    }

    .pt-xs-17,
    .py-xs-17 {
        padding-top: 4.25rem !important
    }

    .pr-xs-17,
    .px-xs-17 {
        padding-right: 4.25rem !important
    }

    .pb-xs-17,
    .py-xs-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-xs-17,
    .px-xs-17 {
        padding-left: 4.25rem !important
    }

    .p-xs-16 {
        padding: 4rem !important
    }

    .pt-xs-16,
    .py-xs-16 {
        padding-top: 4rem !important
    }

    .pr-xs-16,
    .px-xs-16 {
        padding-right: 4rem !important
    }

    .pb-xs-16,
    .py-xs-16 {
        padding-bottom: 4rem !important
    }

    .pl-xs-16,
    .px-xs-16 {
        padding-left: 4rem !important
    }

    .p-xs-15 {
        padding: 3.75rem !important
    }

    .pt-xs-15,
    .py-xs-15 {
        padding-top: 3.75rem !important
    }

    .pr-xs-15,
    .px-xs-15 {
        padding-right: 3.75rem !important
    }

    .pb-xs-15,
    .py-xs-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-xs-15,
    .px-xs-15 {
        padding-left: 3.75rem !important
    }

    .p-xs-14 {
        padding: 3.5rem !important
    }

    .pt-xs-14,
    .py-xs-14 {
        padding-top: 3.5rem !important
    }

    .pr-xs-14,
    .px-xs-14 {
        padding-right: 3.5rem !important
    }

    .pb-xs-14,
    .py-xs-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-xs-14,
    .px-xs-14 {
        padding-left: 3.5rem !important
    }

    .p-xs-13 {
        padding: 3.25rem !important
    }

    .pt-xs-13,
    .py-xs-13 {
        padding-top: 3.25rem !important
    }

    .pr-xs-13,
    .px-xs-13 {
        padding-right: 3.25rem !important
    }

    .pb-xs-13,
    .py-xs-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-xs-13,
    .px-xs-13 {
        padding-left: 3.25rem !important
    }

    .p-xs-12 {
        padding: 3rem !important
    }

    .pt-xs-12,
    .py-xs-12 {
        padding-top: 3rem !important
    }

    .pr-xs-12,
    .px-xs-12 {
        padding-right: 3rem !important
    }

    .pb-xs-12,
    .py-xs-12 {
        padding-bottom: 3rem !important
    }

    .pl-xs-12,
    .px-xs-12 {
        padding-left: 3rem !important
    }

    .p-xs-11 {
        padding: 2.75rem !important
    }

    .pt-xs-11,
    .py-xs-11 {
        padding-top: 2.75rem !important
    }

    .pr-xs-11,
    .px-xs-11 {
        padding-right: 2.75rem !important
    }

    .pb-xs-11,
    .py-xs-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-xs-11,
    .px-xs-11 {
        padding-left: 2.75rem !important
    }

    .p-xs-10 {
        padding: 2.5rem !important
    }

    .pt-xs-10,
    .py-xs-10 {
        padding-top: 2.5rem !important
    }

    .pr-xs-10,
    .px-xs-10 {
        padding-right: 2.5rem !important
    }

    .pb-xs-10,
    .py-xs-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-xs-10,
    .px-xs-10 {
        padding-left: 2.5rem !important
    }

    .p-xs-9 {
        padding: 2.25rem !important
    }

    .pt-xs-9,
    .py-xs-9 {
        padding-top: 2.25rem !important
    }

    .pr-xs-9,
    .px-xs-9 {
        padding-right: 2.25rem !important
    }

    .pb-xs-9,
    .py-xs-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-xs-9,
    .px-xs-9 {
        padding-left: 2.25rem !important
    }

    .p-xs-8 {
        padding: 2rem !important
    }

    .pt-xs-8,
    .py-xs-8 {
        padding-top: 2rem !important
    }

    .pr-xs-8,
    .px-xs-8 {
        padding-right: 2rem !important
    }

    .pb-xs-8,
    .py-xs-8 {
        padding-bottom: 2rem !important
    }

    .pl-xs-8,
    .px-xs-8 {
        padding-left: 2rem !important
    }

    .p-xs-7 {
        padding: 1.75rem !important
    }

    .pt-xs-7,
    .py-xs-7 {
        padding-top: 1.75rem !important
    }

    .pr-xs-7,
    .px-xs-7 {
        padding-right: 1.75rem !important
    }

    .pb-xs-7,
    .py-xs-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-xs-7,
    .px-xs-7 {
        padding-left: 1.75rem !important
    }

    .p-xs-6 {
        padding: 1.5rem !important
    }

    .pt-xs-6,
    .py-xs-6 {
        padding-top: 1.5rem !important
    }

    .pr-xs-6,
    .px-xs-6 {
        padding-right: 1.5rem !important
    }

    .pb-xs-6,
    .py-xs-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-xs-6,
    .px-xs-6 {
        padding-left: 1.5rem !important
    }

    .p-xs-5 {
        padding: 1.25rem !important
    }

    .pt-xs-5,
    .py-xs-5 {
        padding-top: 1.25rem !important
    }

    .pr-xs-5,
    .px-xs-5 {
        padding-right: 1.25rem !important
    }

    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-xs-5,
    .px-xs-5 {
        padding-left: 1.25rem !important
    }

    .p-xs-4 {
        padding: 1rem !important
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1rem !important
    }

    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1rem !important
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1rem !important
    }

    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1rem !important
    }

    .p-xs-3 {
        padding: 0.75rem !important
    }

    .pt-xs-3,
    .py-xs-3 {
        padding-top: 0.75rem !important
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 0.75rem !important
    }

    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 0.75rem !important
    }

    .p-xs-2 {
        padding: 0.5rem !important
    }

    .pt-xs-2,
    .py-xs-2 {
        padding-top: 0.5rem !important
    }

    .pr-xs-2,
    .px-xs-2 {
        padding-right: 0.5rem !important
    }

    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xs-2,
    .px-xs-2 {
        padding-left: 0.5rem !important
    }

    .p-xs-1 {
        padding: 0.25rem !important
    }

    .pt-xs-1,
    .py-xs-1 {
        padding-top: 0.25rem !important
    }

    .pr-xs-1,
    .px-xs-1 {
        padding-right: 0.25rem !important
    }

    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xs-1,
    .px-xs-1 {
        padding-left: 0.25rem !important
    }

    .p-xs-0 {
        padding: 0rem !important
    }

    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0rem !important
    }

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0rem !important
    }

    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0rem !important
    }

    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0rem !important
    }

    .m-xs-n40 {
        margin: -10rem !important
    }

    .mt-xs-n40,
    .my-xs-n40 {
        margin-top: -10rem !important
    }

    .mr-xs-n40,
    .mx-xs-n40 {
        margin-right: -10rem !important
    }

    .mb-xs-n40,
    .my-xs-n40 {
        margin-bottom: -10rem !important
    }

    .ml-xs-n40,
    .mx-xs-n40 {
        margin-left: -10rem !important
    }

    .m-xs-n39 {
        margin: -9.75rem !important
    }

    .mt-xs-n39,
    .my-xs-n39 {
        margin-top: -9.75rem !important
    }

    .mr-xs-n39,
    .mx-xs-n39 {
        margin-right: -9.75rem !important
    }

    .mb-xs-n39,
    .my-xs-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-xs-n39,
    .mx-xs-n39 {
        margin-left: -9.75rem !important
    }

    .m-xs-n38 {
        margin: -9.5rem !important
    }

    .mt-xs-n38,
    .my-xs-n38 {
        margin-top: -9.5rem !important
    }

    .mr-xs-n38,
    .mx-xs-n38 {
        margin-right: -9.5rem !important
    }

    .mb-xs-n38,
    .my-xs-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-xs-n38,
    .mx-xs-n38 {
        margin-left: -9.5rem !important
    }

    .m-xs-n37 {
        margin: -9.25rem !important
    }

    .mt-xs-n37,
    .my-xs-n37 {
        margin-top: -9.25rem !important
    }

    .mr-xs-n37,
    .mx-xs-n37 {
        margin-right: -9.25rem !important
    }

    .mb-xs-n37,
    .my-xs-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-xs-n37,
    .mx-xs-n37 {
        margin-left: -9.25rem !important
    }

    .m-xs-n36 {
        margin: -9rem !important
    }

    .mt-xs-n36,
    .my-xs-n36 {
        margin-top: -9rem !important
    }

    .mr-xs-n36,
    .mx-xs-n36 {
        margin-right: -9rem !important
    }

    .mb-xs-n36,
    .my-xs-n36 {
        margin-bottom: -9rem !important
    }

    .ml-xs-n36,
    .mx-xs-n36 {
        margin-left: -9rem !important
    }

    .m-xs-n35 {
        margin: -8.75rem !important
    }

    .mt-xs-n35,
    .my-xs-n35 {
        margin-top: -8.75rem !important
    }

    .mr-xs-n35,
    .mx-xs-n35 {
        margin-right: -8.75rem !important
    }

    .mb-xs-n35,
    .my-xs-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-xs-n35,
    .mx-xs-n35 {
        margin-left: -8.75rem !important
    }

    .m-xs-n34 {
        margin: -8.5rem !important
    }

    .mt-xs-n34,
    .my-xs-n34 {
        margin-top: -8.5rem !important
    }

    .mr-xs-n34,
    .mx-xs-n34 {
        margin-right: -8.5rem !important
    }

    .mb-xs-n34,
    .my-xs-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-xs-n34,
    .mx-xs-n34 {
        margin-left: -8.5rem !important
    }

    .m-xs-n33 {
        margin: -8.25rem !important
    }

    .mt-xs-n33,
    .my-xs-n33 {
        margin-top: -8.25rem !important
    }

    .mr-xs-n33,
    .mx-xs-n33 {
        margin-right: -8.25rem !important
    }

    .mb-xs-n33,
    .my-xs-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-xs-n33,
    .mx-xs-n33 {
        margin-left: -8.25rem !important
    }

    .m-xs-n32 {
        margin: -8rem !important
    }

    .mt-xs-n32,
    .my-xs-n32 {
        margin-top: -8rem !important
    }

    .mr-xs-n32,
    .mx-xs-n32 {
        margin-right: -8rem !important
    }

    .mb-xs-n32,
    .my-xs-n32 {
        margin-bottom: -8rem !important
    }

    .ml-xs-n32,
    .mx-xs-n32 {
        margin-left: -8rem !important
    }

    .m-xs-n31 {
        margin: -7.75rem !important
    }

    .mt-xs-n31,
    .my-xs-n31 {
        margin-top: -7.75rem !important
    }

    .mr-xs-n31,
    .mx-xs-n31 {
        margin-right: -7.75rem !important
    }

    .mb-xs-n31,
    .my-xs-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-xs-n31,
    .mx-xs-n31 {
        margin-left: -7.75rem !important
    }

    .m-xs-n30 {
        margin: -7.5rem !important
    }

    .mt-xs-n30,
    .my-xs-n30 {
        margin-top: -7.5rem !important
    }

    .mr-xs-n30,
    .mx-xs-n30 {
        margin-right: -7.5rem !important
    }

    .mb-xs-n30,
    .my-xs-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-xs-n30,
    .mx-xs-n30 {
        margin-left: -7.5rem !important
    }

    .m-xs-n29 {
        margin: -7.25rem !important
    }

    .mt-xs-n29,
    .my-xs-n29 {
        margin-top: -7.25rem !important
    }

    .mr-xs-n29,
    .mx-xs-n29 {
        margin-right: -7.25rem !important
    }

    .mb-xs-n29,
    .my-xs-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-xs-n29,
    .mx-xs-n29 {
        margin-left: -7.25rem !important
    }

    .m-xs-n28 {
        margin: -7rem !important
    }

    .mt-xs-n28,
    .my-xs-n28 {
        margin-top: -7rem !important
    }

    .mr-xs-n28,
    .mx-xs-n28 {
        margin-right: -7rem !important
    }

    .mb-xs-n28,
    .my-xs-n28 {
        margin-bottom: -7rem !important
    }

    .ml-xs-n28,
    .mx-xs-n28 {
        margin-left: -7rem !important
    }

    .m-xs-n27 {
        margin: -6.75rem !important
    }

    .mt-xs-n27,
    .my-xs-n27 {
        margin-top: -6.75rem !important
    }

    .mr-xs-n27,
    .mx-xs-n27 {
        margin-right: -6.75rem !important
    }

    .mb-xs-n27,
    .my-xs-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-xs-n27,
    .mx-xs-n27 {
        margin-left: -6.75rem !important
    }

    .m-xs-n26 {
        margin: -6.5rem !important
    }

    .mt-xs-n26,
    .my-xs-n26 {
        margin-top: -6.5rem !important
    }

    .mr-xs-n26,
    .mx-xs-n26 {
        margin-right: -6.5rem !important
    }

    .mb-xs-n26,
    .my-xs-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-xs-n26,
    .mx-xs-n26 {
        margin-left: -6.5rem !important
    }

    .m-xs-n25 {
        margin: -6.25rem !important
    }

    .mt-xs-n25,
    .my-xs-n25 {
        margin-top: -6.25rem !important
    }

    .mr-xs-n25,
    .mx-xs-n25 {
        margin-right: -6.25rem !important
    }

    .mb-xs-n25,
    .my-xs-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-xs-n25,
    .mx-xs-n25 {
        margin-left: -6.25rem !important
    }

    .m-xs-n24 {
        margin: -6rem !important
    }

    .mt-xs-n24,
    .my-xs-n24 {
        margin-top: -6rem !important
    }

    .mr-xs-n24,
    .mx-xs-n24 {
        margin-right: -6rem !important
    }

    .mb-xs-n24,
    .my-xs-n24 {
        margin-bottom: -6rem !important
    }

    .ml-xs-n24,
    .mx-xs-n24 {
        margin-left: -6rem !important
    }

    .m-xs-n23 {
        margin: -5.75rem !important
    }

    .mt-xs-n23,
    .my-xs-n23 {
        margin-top: -5.75rem !important
    }

    .mr-xs-n23,
    .mx-xs-n23 {
        margin-right: -5.75rem !important
    }

    .mb-xs-n23,
    .my-xs-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-xs-n23,
    .mx-xs-n23 {
        margin-left: -5.75rem !important
    }

    .m-xs-n22 {
        margin: -5.5rem !important
    }

    .mt-xs-n22,
    .my-xs-n22 {
        margin-top: -5.5rem !important
    }

    .mr-xs-n22,
    .mx-xs-n22 {
        margin-right: -5.5rem !important
    }

    .mb-xs-n22,
    .my-xs-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-xs-n22,
    .mx-xs-n22 {
        margin-left: -5.5rem !important
    }

    .m-xs-n21 {
        margin: -5.25rem !important
    }

    .mt-xs-n21,
    .my-xs-n21 {
        margin-top: -5.25rem !important
    }

    .mr-xs-n21,
    .mx-xs-n21 {
        margin-right: -5.25rem !important
    }

    .mb-xs-n21,
    .my-xs-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-xs-n21,
    .mx-xs-n21 {
        margin-left: -5.25rem !important
    }

    .m-xs-n20 {
        margin: -5rem !important
    }

    .mt-xs-n20,
    .my-xs-n20 {
        margin-top: -5rem !important
    }

    .mr-xs-n20,
    .mx-xs-n20 {
        margin-right: -5rem !important
    }

    .mb-xs-n20,
    .my-xs-n20 {
        margin-bottom: -5rem !important
    }

    .ml-xs-n20,
    .mx-xs-n20 {
        margin-left: -5rem !important
    }

    .m-xs-n19 {
        margin: -4.75rem !important
    }

    .mt-xs-n19,
    .my-xs-n19 {
        margin-top: -4.75rem !important
    }

    .mr-xs-n19,
    .mx-xs-n19 {
        margin-right: -4.75rem !important
    }

    .mb-xs-n19,
    .my-xs-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-xs-n19,
    .mx-xs-n19 {
        margin-left: -4.75rem !important
    }

    .m-xs-n18 {
        margin: -4.5rem !important
    }

    .mt-xs-n18,
    .my-xs-n18 {
        margin-top: -4.5rem !important
    }

    .mr-xs-n18,
    .mx-xs-n18 {
        margin-right: -4.5rem !important
    }

    .mb-xs-n18,
    .my-xs-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-xs-n18,
    .mx-xs-n18 {
        margin-left: -4.5rem !important
    }

    .m-xs-n17 {
        margin: -4.25rem !important
    }

    .mt-xs-n17,
    .my-xs-n17 {
        margin-top: -4.25rem !important
    }

    .mr-xs-n17,
    .mx-xs-n17 {
        margin-right: -4.25rem !important
    }

    .mb-xs-n17,
    .my-xs-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-xs-n17,
    .mx-xs-n17 {
        margin-left: -4.25rem !important
    }

    .m-xs-n16 {
        margin: -4rem !important
    }

    .mt-xs-n16,
    .my-xs-n16 {
        margin-top: -4rem !important
    }

    .mr-xs-n16,
    .mx-xs-n16 {
        margin-right: -4rem !important
    }

    .mb-xs-n16,
    .my-xs-n16 {
        margin-bottom: -4rem !important
    }

    .ml-xs-n16,
    .mx-xs-n16 {
        margin-left: -4rem !important
    }

    .m-xs-n15 {
        margin: -3.75rem !important
    }

    .mt-xs-n15,
    .my-xs-n15 {
        margin-top: -3.75rem !important
    }

    .mr-xs-n15,
    .mx-xs-n15 {
        margin-right: -3.75rem !important
    }

    .mb-xs-n15,
    .my-xs-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-xs-n15,
    .mx-xs-n15 {
        margin-left: -3.75rem !important
    }

    .m-xs-n14 {
        margin: -3.5rem !important
    }

    .mt-xs-n14,
    .my-xs-n14 {
        margin-top: -3.5rem !important
    }

    .mr-xs-n14,
    .mx-xs-n14 {
        margin-right: -3.5rem !important
    }

    .mb-xs-n14,
    .my-xs-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-xs-n14,
    .mx-xs-n14 {
        margin-left: -3.5rem !important
    }

    .m-xs-n13 {
        margin: -3.25rem !important
    }

    .mt-xs-n13,
    .my-xs-n13 {
        margin-top: -3.25rem !important
    }

    .mr-xs-n13,
    .mx-xs-n13 {
        margin-right: -3.25rem !important
    }

    .mb-xs-n13,
    .my-xs-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-xs-n13,
    .mx-xs-n13 {
        margin-left: -3.25rem !important
    }

    .m-xs-n12 {
        margin: -3rem !important
    }

    .mt-xs-n12,
    .my-xs-n12 {
        margin-top: -3rem !important
    }

    .mr-xs-n12,
    .mx-xs-n12 {
        margin-right: -3rem !important
    }

    .mb-xs-n12,
    .my-xs-n12 {
        margin-bottom: -3rem !important
    }

    .ml-xs-n12,
    .mx-xs-n12 {
        margin-left: -3rem !important
    }

    .m-xs-n11 {
        margin: -2.75rem !important
    }

    .mt-xs-n11,
    .my-xs-n11 {
        margin-top: -2.75rem !important
    }

    .mr-xs-n11,
    .mx-xs-n11 {
        margin-right: -2.75rem !important
    }

    .mb-xs-n11,
    .my-xs-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-xs-n11,
    .mx-xs-n11 {
        margin-left: -2.75rem !important
    }

    .m-xs-n10 {
        margin: -2.5rem !important
    }

    .mt-xs-n10,
    .my-xs-n10 {
        margin-top: -2.5rem !important
    }

    .mr-xs-n10,
    .mx-xs-n10 {
        margin-right: -2.5rem !important
    }

    .mb-xs-n10,
    .my-xs-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-xs-n10,
    .mx-xs-n10 {
        margin-left: -2.5rem !important
    }

    .m-xs-n9 {
        margin: -2.25rem !important
    }

    .mt-xs-n9,
    .my-xs-n9 {
        margin-top: -2.25rem !important
    }

    .mr-xs-n9,
    .mx-xs-n9 {
        margin-right: -2.25rem !important
    }

    .mb-xs-n9,
    .my-xs-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-xs-n9,
    .mx-xs-n9 {
        margin-left: -2.25rem !important
    }

    .m-xs-n8 {
        margin: -2rem !important
    }

    .mt-xs-n8,
    .my-xs-n8 {
        margin-top: -2rem !important
    }

    .mr-xs-n8,
    .mx-xs-n8 {
        margin-right: -2rem !important
    }

    .mb-xs-n8,
    .my-xs-n8 {
        margin-bottom: -2rem !important
    }

    .ml-xs-n8,
    .mx-xs-n8 {
        margin-left: -2rem !important
    }

    .m-xs-n7 {
        margin: -1.75rem !important
    }

    .mt-xs-n7,
    .my-xs-n7 {
        margin-top: -1.75rem !important
    }

    .mr-xs-n7,
    .mx-xs-n7 {
        margin-right: -1.75rem !important
    }

    .mb-xs-n7,
    .my-xs-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-xs-n7,
    .mx-xs-n7 {
        margin-left: -1.75rem !important
    }

    .m-xs-n6 {
        margin: -1.5rem !important
    }

    .mt-xs-n6,
    .my-xs-n6 {
        margin-top: -1.5rem !important
    }

    .mr-xs-n6,
    .mx-xs-n6 {
        margin-right: -1.5rem !important
    }

    .mb-xs-n6,
    .my-xs-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-xs-n6,
    .mx-xs-n6 {
        margin-left: -1.5rem !important
    }

    .m-xs-n5 {
        margin: -1.25rem !important
    }

    .mt-xs-n5,
    .my-xs-n5 {
        margin-top: -1.25rem !important
    }

    .mr-xs-n5,
    .mx-xs-n5 {
        margin-right: -1.25rem !important
    }

    .mb-xs-n5,
    .my-xs-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xs-n5,
    .mx-xs-n5 {
        margin-left: -1.25rem !important
    }

    .m-xs-n4 {
        margin: -1rem !important
    }

    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -1rem !important
    }

    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -1rem !important
    }

    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -1rem !important
    }

    .m-xs-n3 {
        margin: -0.75rem !important
    }

    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -0.75rem !important
    }

    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -0.75rem !important
    }

    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -0.75rem !important
    }

    .m-xs-n2 {
        margin: -0.5rem !important
    }

    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -0.5rem !important
    }

    .m-xs-n1 {
        margin: -0.25rem !important
    }

    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -0.25rem !important
    }

    .m-xs-n0 {
        margin: 0rem !important
    }

    .mt-xs-n0,
    .my-xs-n0 {
        margin-top: 0rem !important
    }

    .mr-xs-n0,
    .mx-xs-n0 {
        margin-right: 0rem !important
    }

    .mb-xs-n0,
    .my-xs-n0 {
        margin-bottom: 0rem !important
    }

    .ml-xs-n0,
    .mx-xs-n0 {
        margin-left: 0rem !important
    }

    .m-xs-auto {
        margin: auto !important
    }

    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important
    }

    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important
    }

    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important
    }

    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important
    }
}

@media (min-width:576.02px) {
    .m-sm-40 {
        margin: 10rem !important
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 10rem !important
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 10rem !important
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 10rem !important
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 10rem !important
    }

    .m-sm-39 {
        margin: 9.75rem !important
    }

    .mt-sm-39,
    .my-sm-39 {
        margin-top: 9.75rem !important
    }

    .mr-sm-39,
    .mx-sm-39 {
        margin-right: 9.75rem !important
    }

    .mb-sm-39,
    .my-sm-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-sm-39,
    .mx-sm-39 {
        margin-left: 9.75rem !important
    }

    .m-sm-38 {
        margin: 9.5rem !important
    }

    .mt-sm-38,
    .my-sm-38 {
        margin-top: 9.5rem !important
    }

    .mr-sm-38,
    .mx-sm-38 {
        margin-right: 9.5rem !important
    }

    .mb-sm-38,
    .my-sm-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-sm-38,
    .mx-sm-38 {
        margin-left: 9.5rem !important
    }

    .m-sm-37 {
        margin: 9.25rem !important
    }

    .mt-sm-37,
    .my-sm-37 {
        margin-top: 9.25rem !important
    }

    .mr-sm-37,
    .mx-sm-37 {
        margin-right: 9.25rem !important
    }

    .mb-sm-37,
    .my-sm-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-sm-37,
    .mx-sm-37 {
        margin-left: 9.25rem !important
    }

    .m-sm-36 {
        margin: 9rem !important
    }

    .mt-sm-36,
    .my-sm-36 {
        margin-top: 9rem !important
    }

    .mr-sm-36,
    .mx-sm-36 {
        margin-right: 9rem !important
    }

    .mb-sm-36,
    .my-sm-36 {
        margin-bottom: 9rem !important
    }

    .ml-sm-36,
    .mx-sm-36 {
        margin-left: 9rem !important
    }

    .m-sm-35 {
        margin: 8.75rem !important
    }

    .mt-sm-35,
    .my-sm-35 {
        margin-top: 8.75rem !important
    }

    .mr-sm-35,
    .mx-sm-35 {
        margin-right: 8.75rem !important
    }

    .mb-sm-35,
    .my-sm-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-sm-35,
    .mx-sm-35 {
        margin-left: 8.75rem !important
    }

    .m-sm-34 {
        margin: 8.5rem !important
    }

    .mt-sm-34,
    .my-sm-34 {
        margin-top: 8.5rem !important
    }

    .mr-sm-34,
    .mx-sm-34 {
        margin-right: 8.5rem !important
    }

    .mb-sm-34,
    .my-sm-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-sm-34,
    .mx-sm-34 {
        margin-left: 8.5rem !important
    }

    .m-sm-33 {
        margin: 8.25rem !important
    }

    .mt-sm-33,
    .my-sm-33 {
        margin-top: 8.25rem !important
    }

    .mr-sm-33,
    .mx-sm-33 {
        margin-right: 8.25rem !important
    }

    .mb-sm-33,
    .my-sm-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-sm-33,
    .mx-sm-33 {
        margin-left: 8.25rem !important
    }

    .m-sm-32 {
        margin: 8rem !important
    }

    .mt-sm-32,
    .my-sm-32 {
        margin-top: 8rem !important
    }

    .mr-sm-32,
    .mx-sm-32 {
        margin-right: 8rem !important
    }

    .mb-sm-32,
    .my-sm-32 {
        margin-bottom: 8rem !important
    }

    .ml-sm-32,
    .mx-sm-32 {
        margin-left: 8rem !important
    }

    .m-sm-31 {
        margin: 7.75rem !important
    }

    .mt-sm-31,
    .my-sm-31 {
        margin-top: 7.75rem !important
    }

    .mr-sm-31,
    .mx-sm-31 {
        margin-right: 7.75rem !important
    }

    .mb-sm-31,
    .my-sm-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-sm-31,
    .mx-sm-31 {
        margin-left: 7.75rem !important
    }

    .m-sm-30 {
        margin: 7.5rem !important
    }

    .mt-sm-30,
    .my-sm-30 {
        margin-top: 7.5rem !important
    }

    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 7.5rem !important
    }

    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 7.5rem !important
    }

    .m-sm-29 {
        margin: 7.25rem !important
    }

    .mt-sm-29,
    .my-sm-29 {
        margin-top: 7.25rem !important
    }

    .mr-sm-29,
    .mx-sm-29 {
        margin-right: 7.25rem !important
    }

    .mb-sm-29,
    .my-sm-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-sm-29,
    .mx-sm-29 {
        margin-left: 7.25rem !important
    }

    .m-sm-28 {
        margin: 7rem !important
    }

    .mt-sm-28,
    .my-sm-28 {
        margin-top: 7rem !important
    }

    .mr-sm-28,
    .mx-sm-28 {
        margin-right: 7rem !important
    }

    .mb-sm-28,
    .my-sm-28 {
        margin-bottom: 7rem !important
    }

    .ml-sm-28,
    .mx-sm-28 {
        margin-left: 7rem !important
    }

    .m-sm-27 {
        margin: 6.75rem !important
    }

    .mt-sm-27,
    .my-sm-27 {
        margin-top: 6.75rem !important
    }

    .mr-sm-27,
    .mx-sm-27 {
        margin-right: 6.75rem !important
    }

    .mb-sm-27,
    .my-sm-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-sm-27,
    .mx-sm-27 {
        margin-left: 6.75rem !important
    }

    .m-sm-26 {
        margin: 6.5rem !important
    }

    .mt-sm-26,
    .my-sm-26 {
        margin-top: 6.5rem !important
    }

    .mr-sm-26,
    .mx-sm-26 {
        margin-right: 6.5rem !important
    }

    .mb-sm-26,
    .my-sm-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-sm-26,
    .mx-sm-26 {
        margin-left: 6.5rem !important
    }

    .m-sm-25 {
        margin: 6.25rem !important
    }

    .mt-sm-25,
    .my-sm-25 {
        margin-top: 6.25rem !important
    }

    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 6.25rem !important
    }

    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 6.25rem !important
    }

    .m-sm-24 {
        margin: 6rem !important
    }

    .mt-sm-24,
    .my-sm-24 {
        margin-top: 6rem !important
    }

    .mr-sm-24,
    .mx-sm-24 {
        margin-right: 6rem !important
    }

    .mb-sm-24,
    .my-sm-24 {
        margin-bottom: 6rem !important
    }

    .ml-sm-24,
    .mx-sm-24 {
        margin-left: 6rem !important
    }

    .m-sm-23 {
        margin: 5.75rem !important
    }

    .mt-sm-23,
    .my-sm-23 {
        margin-top: 5.75rem !important
    }

    .mr-sm-23,
    .mx-sm-23 {
        margin-right: 5.75rem !important
    }

    .mb-sm-23,
    .my-sm-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-sm-23,
    .mx-sm-23 {
        margin-left: 5.75rem !important
    }

    .m-sm-22 {
        margin: 5.5rem !important
    }

    .mt-sm-22,
    .my-sm-22 {
        margin-top: 5.5rem !important
    }

    .mr-sm-22,
    .mx-sm-22 {
        margin-right: 5.5rem !important
    }

    .mb-sm-22,
    .my-sm-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-sm-22,
    .mx-sm-22 {
        margin-left: 5.5rem !important
    }

    .m-sm-21 {
        margin: 5.25rem !important
    }

    .mt-sm-21,
    .my-sm-21 {
        margin-top: 5.25rem !important
    }

    .mr-sm-21,
    .mx-sm-21 {
        margin-right: 5.25rem !important
    }

    .mb-sm-21,
    .my-sm-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-sm-21,
    .mx-sm-21 {
        margin-left: 5.25rem !important
    }

    .m-sm-20 {
        margin: 5rem !important
    }

    .mt-sm-20,
    .my-sm-20 {
        margin-top: 5rem !important
    }

    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 5rem !important
    }

    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 5rem !important
    }

    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 5rem !important
    }

    .m-sm-19 {
        margin: 4.75rem !important
    }

    .mt-sm-19,
    .my-sm-19 {
        margin-top: 4.75rem !important
    }

    .mr-sm-19,
    .mx-sm-19 {
        margin-right: 4.75rem !important
    }

    .mb-sm-19,
    .my-sm-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-sm-19,
    .mx-sm-19 {
        margin-left: 4.75rem !important
    }

    .m-sm-18 {
        margin: 4.5rem !important
    }

    .mt-sm-18,
    .my-sm-18 {
        margin-top: 4.5rem !important
    }

    .mr-sm-18,
    .mx-sm-18 {
        margin-right: 4.5rem !important
    }

    .mb-sm-18,
    .my-sm-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-18,
    .mx-sm-18 {
        margin-left: 4.5rem !important
    }

    .m-sm-17 {
        margin: 4.25rem !important
    }

    .mt-sm-17,
    .my-sm-17 {
        margin-top: 4.25rem !important
    }

    .mr-sm-17,
    .mx-sm-17 {
        margin-right: 4.25rem !important
    }

    .mb-sm-17,
    .my-sm-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-sm-17,
    .mx-sm-17 {
        margin-left: 4.25rem !important
    }

    .m-sm-16 {
        margin: 4rem !important
    }

    .mt-sm-16,
    .my-sm-16 {
        margin-top: 4rem !important
    }

    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 4rem !important
    }

    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 4rem !important
    }

    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 4rem !important
    }

    .m-sm-15 {
        margin: 3.75rem !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 3.75rem !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 3.75rem !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 3.75rem !important
    }

    .m-sm-14 {
        margin: 3.5rem !important
    }

    .mt-sm-14,
    .my-sm-14 {
        margin-top: 3.5rem !important
    }

    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 3.5rem !important
    }

    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 3.5rem !important
    }

    .m-sm-13 {
        margin: 3.25rem !important
    }

    .mt-sm-13,
    .my-sm-13 {
        margin-top: 3.25rem !important
    }

    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 3.25rem !important
    }

    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 3.25rem !important
    }

    .m-sm-12 {
        margin: 3rem !important
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 3rem !important
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 3rem !important
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 3rem !important
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 3rem !important
    }

    .m-sm-11 {
        margin: 2.75rem !important
    }

    .mt-sm-11,
    .my-sm-11 {
        margin-top: 2.75rem !important
    }

    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 2.75rem !important
    }

    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 2.75rem !important
    }

    .m-sm-10 {
        margin: 2.5rem !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 2.5rem !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 2.5rem !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 2.5rem !important
    }

    .m-sm-9 {
        margin: 2.25rem !important
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 2.25rem !important
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 2.25rem !important
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 2.25rem !important
    }

    .m-sm-8 {
        margin: 2rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 2rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 2rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 2rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 2rem !important
    }

    .m-sm-7 {
        margin: 1.75rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 1.75rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 1.75rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 1.75rem !important
    }

    .m-sm-6 {
        margin: 1.5rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 1.5rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 1.5rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 1.25rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.25rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.25rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.25rem !important
    }

    .m-sm-4 {
        margin: 1rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important
    }

    .m-sm-3 {
        margin: 0.75rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 0.75rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 0.75rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 0.75rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-0 {
        margin: 0rem !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0rem !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0rem !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0rem !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0rem !important
    }

    .p-sm-40 {
        padding: 10rem !important
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 10rem !important
    }

    .pr-sm-40,
    .px-sm-40 {
        padding-right: 10rem !important
    }

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 10rem !important
    }

    .pl-sm-40,
    .px-sm-40 {
        padding-left: 10rem !important
    }

    .p-sm-39 {
        padding: 9.75rem !important
    }

    .pt-sm-39,
    .py-sm-39 {
        padding-top: 9.75rem !important
    }

    .pr-sm-39,
    .px-sm-39 {
        padding-right: 9.75rem !important
    }

    .pb-sm-39,
    .py-sm-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-sm-39,
    .px-sm-39 {
        padding-left: 9.75rem !important
    }

    .p-sm-38 {
        padding: 9.5rem !important
    }

    .pt-sm-38,
    .py-sm-38 {
        padding-top: 9.5rem !important
    }

    .pr-sm-38,
    .px-sm-38 {
        padding-right: 9.5rem !important
    }

    .pb-sm-38,
    .py-sm-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-sm-38,
    .px-sm-38 {
        padding-left: 9.5rem !important
    }

    .p-sm-37 {
        padding: 9.25rem !important
    }

    .pt-sm-37,
    .py-sm-37 {
        padding-top: 9.25rem !important
    }

    .pr-sm-37,
    .px-sm-37 {
        padding-right: 9.25rem !important
    }

    .pb-sm-37,
    .py-sm-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-sm-37,
    .px-sm-37 {
        padding-left: 9.25rem !important
    }

    .p-sm-36 {
        padding: 9rem !important
    }

    .pt-sm-36,
    .py-sm-36 {
        padding-top: 9rem !important
    }

    .pr-sm-36,
    .px-sm-36 {
        padding-right: 9rem !important
    }

    .pb-sm-36,
    .py-sm-36 {
        padding-bottom: 9rem !important
    }

    .pl-sm-36,
    .px-sm-36 {
        padding-left: 9rem !important
    }

    .p-sm-35 {
        padding: 8.75rem !important
    }

    .pt-sm-35,
    .py-sm-35 {
        padding-top: 8.75rem !important
    }

    .pr-sm-35,
    .px-sm-35 {
        padding-right: 8.75rem !important
    }

    .pb-sm-35,
    .py-sm-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-sm-35,
    .px-sm-35 {
        padding-left: 8.75rem !important
    }

    .p-sm-34 {
        padding: 8.5rem !important
    }

    .pt-sm-34,
    .py-sm-34 {
        padding-top: 8.5rem !important
    }

    .pr-sm-34,
    .px-sm-34 {
        padding-right: 8.5rem !important
    }

    .pb-sm-34,
    .py-sm-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-sm-34,
    .px-sm-34 {
        padding-left: 8.5rem !important
    }

    .p-sm-33 {
        padding: 8.25rem !important
    }

    .pt-sm-33,
    .py-sm-33 {
        padding-top: 8.25rem !important
    }

    .pr-sm-33,
    .px-sm-33 {
        padding-right: 8.25rem !important
    }

    .pb-sm-33,
    .py-sm-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-sm-33,
    .px-sm-33 {
        padding-left: 8.25rem !important
    }

    .p-sm-32 {
        padding: 8rem !important
    }

    .pt-sm-32,
    .py-sm-32 {
        padding-top: 8rem !important
    }

    .pr-sm-32,
    .px-sm-32 {
        padding-right: 8rem !important
    }

    .pb-sm-32,
    .py-sm-32 {
        padding-bottom: 8rem !important
    }

    .pl-sm-32,
    .px-sm-32 {
        padding-left: 8rem !important
    }

    .p-sm-31 {
        padding: 7.75rem !important
    }

    .pt-sm-31,
    .py-sm-31 {
        padding-top: 7.75rem !important
    }

    .pr-sm-31,
    .px-sm-31 {
        padding-right: 7.75rem !important
    }

    .pb-sm-31,
    .py-sm-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-sm-31,
    .px-sm-31 {
        padding-left: 7.75rem !important
    }

    .p-sm-30 {
        padding: 7.5rem !important
    }

    .pt-sm-30,
    .py-sm-30 {
        padding-top: 7.5rem !important
    }

    .pr-sm-30,
    .px-sm-30 {
        padding-right: 7.5rem !important
    }

    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-sm-30,
    .px-sm-30 {
        padding-left: 7.5rem !important
    }

    .p-sm-29 {
        padding: 7.25rem !important
    }

    .pt-sm-29,
    .py-sm-29 {
        padding-top: 7.25rem !important
    }

    .pr-sm-29,
    .px-sm-29 {
        padding-right: 7.25rem !important
    }

    .pb-sm-29,
    .py-sm-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-sm-29,
    .px-sm-29 {
        padding-left: 7.25rem !important
    }

    .p-sm-28 {
        padding: 7rem !important
    }

    .pt-sm-28,
    .py-sm-28 {
        padding-top: 7rem !important
    }

    .pr-sm-28,
    .px-sm-28 {
        padding-right: 7rem !important
    }

    .pb-sm-28,
    .py-sm-28 {
        padding-bottom: 7rem !important
    }

    .pl-sm-28,
    .px-sm-28 {
        padding-left: 7rem !important
    }

    .p-sm-27 {
        padding: 6.75rem !important
    }

    .pt-sm-27,
    .py-sm-27 {
        padding-top: 6.75rem !important
    }

    .pr-sm-27,
    .px-sm-27 {
        padding-right: 6.75rem !important
    }

    .pb-sm-27,
    .py-sm-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-sm-27,
    .px-sm-27 {
        padding-left: 6.75rem !important
    }

    .p-sm-26 {
        padding: 6.5rem !important
    }

    .pt-sm-26,
    .py-sm-26 {
        padding-top: 6.5rem !important
    }

    .pr-sm-26,
    .px-sm-26 {
        padding-right: 6.5rem !important
    }

    .pb-sm-26,
    .py-sm-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-sm-26,
    .px-sm-26 {
        padding-left: 6.5rem !important
    }

    .p-sm-25 {
        padding: 6.25rem !important
    }

    .pt-sm-25,
    .py-sm-25 {
        padding-top: 6.25rem !important
    }

    .pr-sm-25,
    .px-sm-25 {
        padding-right: 6.25rem !important
    }

    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-sm-25,
    .px-sm-25 {
        padding-left: 6.25rem !important
    }

    .p-sm-24 {
        padding: 6rem !important
    }

    .pt-sm-24,
    .py-sm-24 {
        padding-top: 6rem !important
    }

    .pr-sm-24,
    .px-sm-24 {
        padding-right: 6rem !important
    }

    .pb-sm-24,
    .py-sm-24 {
        padding-bottom: 6rem !important
    }

    .pl-sm-24,
    .px-sm-24 {
        padding-left: 6rem !important
    }

    .p-sm-23 {
        padding: 5.75rem !important
    }

    .pt-sm-23,
    .py-sm-23 {
        padding-top: 5.75rem !important
    }

    .pr-sm-23,
    .px-sm-23 {
        padding-right: 5.75rem !important
    }

    .pb-sm-23,
    .py-sm-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-sm-23,
    .px-sm-23 {
        padding-left: 5.75rem !important
    }

    .p-sm-22 {
        padding: 5.5rem !important
    }

    .pt-sm-22,
    .py-sm-22 {
        padding-top: 5.5rem !important
    }

    .pr-sm-22,
    .px-sm-22 {
        padding-right: 5.5rem !important
    }

    .pb-sm-22,
    .py-sm-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-sm-22,
    .px-sm-22 {
        padding-left: 5.5rem !important
    }

    .p-sm-21 {
        padding: 5.25rem !important
    }

    .pt-sm-21,
    .py-sm-21 {
        padding-top: 5.25rem !important
    }

    .pr-sm-21,
    .px-sm-21 {
        padding-right: 5.25rem !important
    }

    .pb-sm-21,
    .py-sm-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-sm-21,
    .px-sm-21 {
        padding-left: 5.25rem !important
    }

    .p-sm-20 {
        padding: 5rem !important
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 5rem !important
    }

    .pr-sm-20,
    .px-sm-20 {
        padding-right: 5rem !important
    }

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 5rem !important
    }

    .pl-sm-20,
    .px-sm-20 {
        padding-left: 5rem !important
    }

    .p-sm-19 {
        padding: 4.75rem !important
    }

    .pt-sm-19,
    .py-sm-19 {
        padding-top: 4.75rem !important
    }

    .pr-sm-19,
    .px-sm-19 {
        padding-right: 4.75rem !important
    }

    .pb-sm-19,
    .py-sm-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-sm-19,
    .px-sm-19 {
        padding-left: 4.75rem !important
    }

    .p-sm-18 {
        padding: 4.5rem !important
    }

    .pt-sm-18,
    .py-sm-18 {
        padding-top: 4.5rem !important
    }

    .pr-sm-18,
    .px-sm-18 {
        padding-right: 4.5rem !important
    }

    .pb-sm-18,
    .py-sm-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-18,
    .px-sm-18 {
        padding-left: 4.5rem !important
    }

    .p-sm-17 {
        padding: 4.25rem !important
    }

    .pt-sm-17,
    .py-sm-17 {
        padding-top: 4.25rem !important
    }

    .pr-sm-17,
    .px-sm-17 {
        padding-right: 4.25rem !important
    }

    .pb-sm-17,
    .py-sm-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-sm-17,
    .px-sm-17 {
        padding-left: 4.25rem !important
    }

    .p-sm-16 {
        padding: 4rem !important
    }

    .pt-sm-16,
    .py-sm-16 {
        padding-top: 4rem !important
    }

    .pr-sm-16,
    .px-sm-16 {
        padding-right: 4rem !important
    }

    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 4rem !important
    }

    .pl-sm-16,
    .px-sm-16 {
        padding-left: 4rem !important
    }

    .p-sm-15 {
        padding: 3.75rem !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 3.75rem !important
    }

    .pr-sm-15,
    .px-sm-15 {
        padding-right: 3.75rem !important
    }

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-sm-15,
    .px-sm-15 {
        padding-left: 3.75rem !important
    }

    .p-sm-14 {
        padding: 3.5rem !important
    }

    .pt-sm-14,
    .py-sm-14 {
        padding-top: 3.5rem !important
    }

    .pr-sm-14,
    .px-sm-14 {
        padding-right: 3.5rem !important
    }

    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-14,
    .px-sm-14 {
        padding-left: 3.5rem !important
    }

    .p-sm-13 {
        padding: 3.25rem !important
    }

    .pt-sm-13,
    .py-sm-13 {
        padding-top: 3.25rem !important
    }

    .pr-sm-13,
    .px-sm-13 {
        padding-right: 3.25rem !important
    }

    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-sm-13,
    .px-sm-13 {
        padding-left: 3.25rem !important
    }

    .p-sm-12 {
        padding: 3rem !important
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 3rem !important
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 3rem !important
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 3rem !important
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 3rem !important
    }

    .p-sm-11 {
        padding: 2.75rem !important
    }

    .pt-sm-11,
    .py-sm-11 {
        padding-top: 2.75rem !important
    }

    .pr-sm-11,
    .px-sm-11 {
        padding-right: 2.75rem !important
    }

    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-sm-11,
    .px-sm-11 {
        padding-left: 2.75rem !important
    }

    .p-sm-10 {
        padding: 2.5rem !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 2.5rem !important
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 2.5rem !important
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 2.5rem !important
    }

    .p-sm-9 {
        padding: 2.25rem !important
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 2.25rem !important
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 2.25rem !important
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 2.25rem !important
    }

    .p-sm-8 {
        padding: 2rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 2rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 2rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 2rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 2rem !important
    }

    .p-sm-7 {
        padding: 1.75rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 1.75rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 1.75rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 1.75rem !important
    }

    .p-sm-6 {
        padding: 1.5rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 1.5rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 1.5rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 1.25rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.25rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.25rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.25rem !important
    }

    .p-sm-4 {
        padding: 1rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important
    }

    .p-sm-3 {
        padding: 0.75rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 0.75rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 0.75rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-0 {
        padding: 0rem !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0rem !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0rem !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0rem !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0rem !important
    }

    .m-sm-n40 {
        margin: -10rem !important
    }

    .mt-sm-n40,
    .my-sm-n40 {
        margin-top: -10rem !important
    }

    .mr-sm-n40,
    .mx-sm-n40 {
        margin-right: -10rem !important
    }

    .mb-sm-n40,
    .my-sm-n40 {
        margin-bottom: -10rem !important
    }

    .ml-sm-n40,
    .mx-sm-n40 {
        margin-left: -10rem !important
    }

    .m-sm-n39 {
        margin: -9.75rem !important
    }

    .mt-sm-n39,
    .my-sm-n39 {
        margin-top: -9.75rem !important
    }

    .mr-sm-n39,
    .mx-sm-n39 {
        margin-right: -9.75rem !important
    }

    .mb-sm-n39,
    .my-sm-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-sm-n39,
    .mx-sm-n39 {
        margin-left: -9.75rem !important
    }

    .m-sm-n38 {
        margin: -9.5rem !important
    }

    .mt-sm-n38,
    .my-sm-n38 {
        margin-top: -9.5rem !important
    }

    .mr-sm-n38,
    .mx-sm-n38 {
        margin-right: -9.5rem !important
    }

    .mb-sm-n38,
    .my-sm-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-sm-n38,
    .mx-sm-n38 {
        margin-left: -9.5rem !important
    }

    .m-sm-n37 {
        margin: -9.25rem !important
    }

    .mt-sm-n37,
    .my-sm-n37 {
        margin-top: -9.25rem !important
    }

    .mr-sm-n37,
    .mx-sm-n37 {
        margin-right: -9.25rem !important
    }

    .mb-sm-n37,
    .my-sm-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-sm-n37,
    .mx-sm-n37 {
        margin-left: -9.25rem !important
    }

    .m-sm-n36 {
        margin: -9rem !important
    }

    .mt-sm-n36,
    .my-sm-n36 {
        margin-top: -9rem !important
    }

    .mr-sm-n36,
    .mx-sm-n36 {
        margin-right: -9rem !important
    }

    .mb-sm-n36,
    .my-sm-n36 {
        margin-bottom: -9rem !important
    }

    .ml-sm-n36,
    .mx-sm-n36 {
        margin-left: -9rem !important
    }

    .m-sm-n35 {
        margin: -8.75rem !important
    }

    .mt-sm-n35,
    .my-sm-n35 {
        margin-top: -8.75rem !important
    }

    .mr-sm-n35,
    .mx-sm-n35 {
        margin-right: -8.75rem !important
    }

    .mb-sm-n35,
    .my-sm-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-sm-n35,
    .mx-sm-n35 {
        margin-left: -8.75rem !important
    }

    .m-sm-n34 {
        margin: -8.5rem !important
    }

    .mt-sm-n34,
    .my-sm-n34 {
        margin-top: -8.5rem !important
    }

    .mr-sm-n34,
    .mx-sm-n34 {
        margin-right: -8.5rem !important
    }

    .mb-sm-n34,
    .my-sm-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-sm-n34,
    .mx-sm-n34 {
        margin-left: -8.5rem !important
    }

    .m-sm-n33 {
        margin: -8.25rem !important
    }

    .mt-sm-n33,
    .my-sm-n33 {
        margin-top: -8.25rem !important
    }

    .mr-sm-n33,
    .mx-sm-n33 {
        margin-right: -8.25rem !important
    }

    .mb-sm-n33,
    .my-sm-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-sm-n33,
    .mx-sm-n33 {
        margin-left: -8.25rem !important
    }

    .m-sm-n32 {
        margin: -8rem !important
    }

    .mt-sm-n32,
    .my-sm-n32 {
        margin-top: -8rem !important
    }

    .mr-sm-n32,
    .mx-sm-n32 {
        margin-right: -8rem !important
    }

    .mb-sm-n32,
    .my-sm-n32 {
        margin-bottom: -8rem !important
    }

    .ml-sm-n32,
    .mx-sm-n32 {
        margin-left: -8rem !important
    }

    .m-sm-n31 {
        margin: -7.75rem !important
    }

    .mt-sm-n31,
    .my-sm-n31 {
        margin-top: -7.75rem !important
    }

    .mr-sm-n31,
    .mx-sm-n31 {
        margin-right: -7.75rem !important
    }

    .mb-sm-n31,
    .my-sm-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-sm-n31,
    .mx-sm-n31 {
        margin-left: -7.75rem !important
    }

    .m-sm-n30 {
        margin: -7.5rem !important
    }

    .mt-sm-n30,
    .my-sm-n30 {
        margin-top: -7.5rem !important
    }

    .mr-sm-n30,
    .mx-sm-n30 {
        margin-right: -7.5rem !important
    }

    .mb-sm-n30,
    .my-sm-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-sm-n30,
    .mx-sm-n30 {
        margin-left: -7.5rem !important
    }

    .m-sm-n29 {
        margin: -7.25rem !important
    }

    .mt-sm-n29,
    .my-sm-n29 {
        margin-top: -7.25rem !important
    }

    .mr-sm-n29,
    .mx-sm-n29 {
        margin-right: -7.25rem !important
    }

    .mb-sm-n29,
    .my-sm-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-sm-n29,
    .mx-sm-n29 {
        margin-left: -7.25rem !important
    }

    .m-sm-n28 {
        margin: -7rem !important
    }

    .mt-sm-n28,
    .my-sm-n28 {
        margin-top: -7rem !important
    }

    .mr-sm-n28,
    .mx-sm-n28 {
        margin-right: -7rem !important
    }

    .mb-sm-n28,
    .my-sm-n28 {
        margin-bottom: -7rem !important
    }

    .ml-sm-n28,
    .mx-sm-n28 {
        margin-left: -7rem !important
    }

    .m-sm-n27 {
        margin: -6.75rem !important
    }

    .mt-sm-n27,
    .my-sm-n27 {
        margin-top: -6.75rem !important
    }

    .mr-sm-n27,
    .mx-sm-n27 {
        margin-right: -6.75rem !important
    }

    .mb-sm-n27,
    .my-sm-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-sm-n27,
    .mx-sm-n27 {
        margin-left: -6.75rem !important
    }

    .m-sm-n26 {
        margin: -6.5rem !important
    }

    .mt-sm-n26,
    .my-sm-n26 {
        margin-top: -6.5rem !important
    }

    .mr-sm-n26,
    .mx-sm-n26 {
        margin-right: -6.5rem !important
    }

    .mb-sm-n26,
    .my-sm-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-sm-n26,
    .mx-sm-n26 {
        margin-left: -6.5rem !important
    }

    .m-sm-n25 {
        margin: -6.25rem !important
    }

    .mt-sm-n25,
    .my-sm-n25 {
        margin-top: -6.25rem !important
    }

    .mr-sm-n25,
    .mx-sm-n25 {
        margin-right: -6.25rem !important
    }

    .mb-sm-n25,
    .my-sm-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-sm-n25,
    .mx-sm-n25 {
        margin-left: -6.25rem !important
    }

    .m-sm-n24 {
        margin: -6rem !important
    }

    .mt-sm-n24,
    .my-sm-n24 {
        margin-top: -6rem !important
    }

    .mr-sm-n24,
    .mx-sm-n24 {
        margin-right: -6rem !important
    }

    .mb-sm-n24,
    .my-sm-n24 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n24,
    .mx-sm-n24 {
        margin-left: -6rem !important
    }

    .m-sm-n23 {
        margin: -5.75rem !important
    }

    .mt-sm-n23,
    .my-sm-n23 {
        margin-top: -5.75rem !important
    }

    .mr-sm-n23,
    .mx-sm-n23 {
        margin-right: -5.75rem !important
    }

    .mb-sm-n23,
    .my-sm-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-sm-n23,
    .mx-sm-n23 {
        margin-left: -5.75rem !important
    }

    .m-sm-n22 {
        margin: -5.5rem !important
    }

    .mt-sm-n22,
    .my-sm-n22 {
        margin-top: -5.5rem !important
    }

    .mr-sm-n22,
    .mx-sm-n22 {
        margin-right: -5.5rem !important
    }

    .mb-sm-n22,
    .my-sm-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-sm-n22,
    .mx-sm-n22 {
        margin-left: -5.5rem !important
    }

    .m-sm-n21 {
        margin: -5.25rem !important
    }

    .mt-sm-n21,
    .my-sm-n21 {
        margin-top: -5.25rem !important
    }

    .mr-sm-n21,
    .mx-sm-n21 {
        margin-right: -5.25rem !important
    }

    .mb-sm-n21,
    .my-sm-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-sm-n21,
    .mx-sm-n21 {
        margin-left: -5.25rem !important
    }

    .m-sm-n20 {
        margin: -5rem !important
    }

    .mt-sm-n20,
    .my-sm-n20 {
        margin-top: -5rem !important
    }

    .mr-sm-n20,
    .mx-sm-n20 {
        margin-right: -5rem !important
    }

    .mb-sm-n20,
    .my-sm-n20 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n20,
    .mx-sm-n20 {
        margin-left: -5rem !important
    }

    .m-sm-n19 {
        margin: -4.75rem !important
    }

    .mt-sm-n19,
    .my-sm-n19 {
        margin-top: -4.75rem !important
    }

    .mr-sm-n19,
    .mx-sm-n19 {
        margin-right: -4.75rem !important
    }

    .mb-sm-n19,
    .my-sm-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-sm-n19,
    .mx-sm-n19 {
        margin-left: -4.75rem !important
    }

    .m-sm-n18 {
        margin: -4.5rem !important
    }

    .mt-sm-n18,
    .my-sm-n18 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n18,
    .mx-sm-n18 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n18,
    .my-sm-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n18,
    .mx-sm-n18 {
        margin-left: -4.5rem !important
    }

    .m-sm-n17 {
        margin: -4.25rem !important
    }

    .mt-sm-n17,
    .my-sm-n17 {
        margin-top: -4.25rem !important
    }

    .mr-sm-n17,
    .mx-sm-n17 {
        margin-right: -4.25rem !important
    }

    .mb-sm-n17,
    .my-sm-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-sm-n17,
    .mx-sm-n17 {
        margin-left: -4.25rem !important
    }

    .m-sm-n16 {
        margin: -4rem !important
    }

    .mt-sm-n16,
    .my-sm-n16 {
        margin-top: -4rem !important
    }

    .mr-sm-n16,
    .mx-sm-n16 {
        margin-right: -4rem !important
    }

    .mb-sm-n16,
    .my-sm-n16 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n16,
    .mx-sm-n16 {
        margin-left: -4rem !important
    }

    .m-sm-n15 {
        margin: -3.75rem !important
    }

    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -3.75rem !important
    }

    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -3.75rem !important
    }

    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -3.75rem !important
    }

    .m-sm-n14 {
        margin: -3.5rem !important
    }

    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -3.5rem !important
    }

    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n14,
    .my-sm-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -3.5rem !important
    }

    .m-sm-n13 {
        margin: -3.25rem !important
    }

    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -3.25rem !important
    }

    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -3.25rem !important
    }

    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -3.25rem !important
    }

    .m-sm-n12 {
        margin: -3rem !important
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -3rem !important
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -3rem !important
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -3rem !important
    }

    .m-sm-n11 {
        margin: -2.75rem !important
    }

    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -2.75rem !important
    }

    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -2.75rem !important
    }

    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -2.75rem !important
    }

    .m-sm-n10 {
        margin: -2.5rem !important
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -2.5rem !important
    }

    .m-sm-n9 {
        margin: -2.25rem !important
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -2.25rem !important
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -2.25rem !important
    }

    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -2.25rem !important
    }

    .m-sm-n8 {
        margin: -2rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -2rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -2rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -2rem !important
    }

    .m-sm-n7 {
        margin: -1.75rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -1.75rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -1.75rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -1.75rem !important
    }

    .m-sm-n6 {
        margin: -1.5rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -1.25rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.25rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.25rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.25rem !important
    }

    .m-sm-n4 {
        margin: -1rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1rem !important
    }

    .m-sm-n3 {
        margin: -0.75rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -0.75rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -0.75rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -0.75rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n0 {
        margin: 0rem !important
    }

    .mt-sm-n0,
    .my-sm-n0 {
        margin-top: 0rem !important
    }

    .mr-sm-n0,
    .mx-sm-n0 {
        margin-right: 0rem !important
    }

    .mb-sm-n0,
    .my-sm-n0 {
        margin-bottom: 0rem !important
    }

    .ml-sm-n0,
    .mx-sm-n0 {
        margin-left: 0rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768.02px) {
    .m-md-40 {
        margin: 10rem !important
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 10rem !important
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 10rem !important
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 10rem !important
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 10rem !important
    }

    .m-md-39 {
        margin: 9.75rem !important
    }

    .mt-md-39,
    .my-md-39 {
        margin-top: 9.75rem !important
    }

    .mr-md-39,
    .mx-md-39 {
        margin-right: 9.75rem !important
    }

    .mb-md-39,
    .my-md-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-md-39,
    .mx-md-39 {
        margin-left: 9.75rem !important
    }

    .m-md-38 {
        margin: 9.5rem !important
    }

    .mt-md-38,
    .my-md-38 {
        margin-top: 9.5rem !important
    }

    .mr-md-38,
    .mx-md-38 {
        margin-right: 9.5rem !important
    }

    .mb-md-38,
    .my-md-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-md-38,
    .mx-md-38 {
        margin-left: 9.5rem !important
    }

    .m-md-37 {
        margin: 9.25rem !important
    }

    .mt-md-37,
    .my-md-37 {
        margin-top: 9.25rem !important
    }

    .mr-md-37,
    .mx-md-37 {
        margin-right: 9.25rem !important
    }

    .mb-md-37,
    .my-md-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-md-37,
    .mx-md-37 {
        margin-left: 9.25rem !important
    }

    .m-md-36 {
        margin: 9rem !important
    }

    .mt-md-36,
    .my-md-36 {
        margin-top: 9rem !important
    }

    .mr-md-36,
    .mx-md-36 {
        margin-right: 9rem !important
    }

    .mb-md-36,
    .my-md-36 {
        margin-bottom: 9rem !important
    }

    .ml-md-36,
    .mx-md-36 {
        margin-left: 9rem !important
    }

    .m-md-35 {
        margin: 8.75rem !important
    }

    .mt-md-35,
    .my-md-35 {
        margin-top: 8.75rem !important
    }

    .mr-md-35,
    .mx-md-35 {
        margin-right: 8.75rem !important
    }

    .mb-md-35,
    .my-md-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-md-35,
    .mx-md-35 {
        margin-left: 8.75rem !important
    }

    .m-md-34 {
        margin: 8.5rem !important
    }

    .mt-md-34,
    .my-md-34 {
        margin-top: 8.5rem !important
    }

    .mr-md-34,
    .mx-md-34 {
        margin-right: 8.5rem !important
    }

    .mb-md-34,
    .my-md-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-md-34,
    .mx-md-34 {
        margin-left: 8.5rem !important
    }

    .m-md-33 {
        margin: 8.25rem !important
    }

    .mt-md-33,
    .my-md-33 {
        margin-top: 8.25rem !important
    }

    .mr-md-33,
    .mx-md-33 {
        margin-right: 8.25rem !important
    }

    .mb-md-33,
    .my-md-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-md-33,
    .mx-md-33 {
        margin-left: 8.25rem !important
    }

    .m-md-32 {
        margin: 8rem !important
    }

    .mt-md-32,
    .my-md-32 {
        margin-top: 8rem !important
    }

    .mr-md-32,
    .mx-md-32 {
        margin-right: 8rem !important
    }

    .mb-md-32,
    .my-md-32 {
        margin-bottom: 8rem !important
    }

    .ml-md-32,
    .mx-md-32 {
        margin-left: 8rem !important
    }

    .m-md-31 {
        margin: 7.75rem !important
    }

    .mt-md-31,
    .my-md-31 {
        margin-top: 7.75rem !important
    }

    .mr-md-31,
    .mx-md-31 {
        margin-right: 7.75rem !important
    }

    .mb-md-31,
    .my-md-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-md-31,
    .mx-md-31 {
        margin-left: 7.75rem !important
    }

    .m-md-30 {
        margin: 7.5rem !important
    }

    .mt-md-30,
    .my-md-30 {
        margin-top: 7.5rem !important
    }

    .mr-md-30,
    .mx-md-30 {
        margin-right: 7.5rem !important
    }

    .mb-md-30,
    .my-md-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-md-30,
    .mx-md-30 {
        margin-left: 7.5rem !important
    }

    .m-md-29 {
        margin: 7.25rem !important
    }

    .mt-md-29,
    .my-md-29 {
        margin-top: 7.25rem !important
    }

    .mr-md-29,
    .mx-md-29 {
        margin-right: 7.25rem !important
    }

    .mb-md-29,
    .my-md-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-md-29,
    .mx-md-29 {
        margin-left: 7.25rem !important
    }

    .m-md-28 {
        margin: 7rem !important
    }

    .mt-md-28,
    .my-md-28 {
        margin-top: 7rem !important
    }

    .mr-md-28,
    .mx-md-28 {
        margin-right: 7rem !important
    }

    .mb-md-28,
    .my-md-28 {
        margin-bottom: 7rem !important
    }

    .ml-md-28,
    .mx-md-28 {
        margin-left: 7rem !important
    }

    .m-md-27 {
        margin: 6.75rem !important
    }

    .mt-md-27,
    .my-md-27 {
        margin-top: 6.75rem !important
    }

    .mr-md-27,
    .mx-md-27 {
        margin-right: 6.75rem !important
    }

    .mb-md-27,
    .my-md-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-md-27,
    .mx-md-27 {
        margin-left: 6.75rem !important
    }

    .m-md-26 {
        margin: 6.5rem !important
    }

    .mt-md-26,
    .my-md-26 {
        margin-top: 6.5rem !important
    }

    .mr-md-26,
    .mx-md-26 {
        margin-right: 6.5rem !important
    }

    .mb-md-26,
    .my-md-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-md-26,
    .mx-md-26 {
        margin-left: 6.5rem !important
    }

    .m-md-25 {
        margin: 6.25rem !important
    }

    .mt-md-25,
    .my-md-25 {
        margin-top: 6.25rem !important
    }

    .mr-md-25,
    .mx-md-25 {
        margin-right: 6.25rem !important
    }

    .mb-md-25,
    .my-md-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-md-25,
    .mx-md-25 {
        margin-left: 6.25rem !important
    }

    .m-md-24 {
        margin: 6rem !important
    }

    .mt-md-24,
    .my-md-24 {
        margin-top: 6rem !important
    }

    .mr-md-24,
    .mx-md-24 {
        margin-right: 6rem !important
    }

    .mb-md-24,
    .my-md-24 {
        margin-bottom: 6rem !important
    }

    .ml-md-24,
    .mx-md-24 {
        margin-left: 6rem !important
    }

    .m-md-23 {
        margin: 5.75rem !important
    }

    .mt-md-23,
    .my-md-23 {
        margin-top: 5.75rem !important
    }

    .mr-md-23,
    .mx-md-23 {
        margin-right: 5.75rem !important
    }

    .mb-md-23,
    .my-md-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-md-23,
    .mx-md-23 {
        margin-left: 5.75rem !important
    }

    .m-md-22 {
        margin: 5.5rem !important
    }

    .mt-md-22,
    .my-md-22 {
        margin-top: 5.5rem !important
    }

    .mr-md-22,
    .mx-md-22 {
        margin-right: 5.5rem !important
    }

    .mb-md-22,
    .my-md-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-md-22,
    .mx-md-22 {
        margin-left: 5.5rem !important
    }

    .m-md-21 {
        margin: 5.25rem !important
    }

    .mt-md-21,
    .my-md-21 {
        margin-top: 5.25rem !important
    }

    .mr-md-21,
    .mx-md-21 {
        margin-right: 5.25rem !important
    }

    .mb-md-21,
    .my-md-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-md-21,
    .mx-md-21 {
        margin-left: 5.25rem !important
    }

    .m-md-20 {
        margin: 5rem !important
    }

    .mt-md-20,
    .my-md-20 {
        margin-top: 5rem !important
    }

    .mr-md-20,
    .mx-md-20 {
        margin-right: 5rem !important
    }

    .mb-md-20,
    .my-md-20 {
        margin-bottom: 5rem !important
    }

    .ml-md-20,
    .mx-md-20 {
        margin-left: 5rem !important
    }

    .m-md-19 {
        margin: 4.75rem !important
    }

    .mt-md-19,
    .my-md-19 {
        margin-top: 4.75rem !important
    }

    .mr-md-19,
    .mx-md-19 {
        margin-right: 4.75rem !important
    }

    .mb-md-19,
    .my-md-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-md-19,
    .mx-md-19 {
        margin-left: 4.75rem !important
    }

    .m-md-18 {
        margin: 4.5rem !important
    }

    .mt-md-18,
    .my-md-18 {
        margin-top: 4.5rem !important
    }

    .mr-md-18,
    .mx-md-18 {
        margin-right: 4.5rem !important
    }

    .mb-md-18,
    .my-md-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-18,
    .mx-md-18 {
        margin-left: 4.5rem !important
    }

    .m-md-17 {
        margin: 4.25rem !important
    }

    .mt-md-17,
    .my-md-17 {
        margin-top: 4.25rem !important
    }

    .mr-md-17,
    .mx-md-17 {
        margin-right: 4.25rem !important
    }

    .mb-md-17,
    .my-md-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-md-17,
    .mx-md-17 {
        margin-left: 4.25rem !important
    }

    .m-md-16 {
        margin: 4rem !important
    }

    .mt-md-16,
    .my-md-16 {
        margin-top: 4rem !important
    }

    .mr-md-16,
    .mx-md-16 {
        margin-right: 4rem !important
    }

    .mb-md-16,
    .my-md-16 {
        margin-bottom: 4rem !important
    }

    .ml-md-16,
    .mx-md-16 {
        margin-left: 4rem !important
    }

    .m-md-15 {
        margin: 3.75rem !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 3.75rem !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 3.75rem !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 3.75rem !important
    }

    .m-md-14 {
        margin: 3.5rem !important
    }

    .mt-md-14,
    .my-md-14 {
        margin-top: 3.5rem !important
    }

    .mr-md-14,
    .mx-md-14 {
        margin-right: 3.5rem !important
    }

    .mb-md-14,
    .my-md-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-14,
    .mx-md-14 {
        margin-left: 3.5rem !important
    }

    .m-md-13 {
        margin: 3.25rem !important
    }

    .mt-md-13,
    .my-md-13 {
        margin-top: 3.25rem !important
    }

    .mr-md-13,
    .mx-md-13 {
        margin-right: 3.25rem !important
    }

    .mb-md-13,
    .my-md-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-md-13,
    .mx-md-13 {
        margin-left: 3.25rem !important
    }

    .m-md-12 {
        margin: 3rem !important
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 3rem !important
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 3rem !important
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 3rem !important
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 3rem !important
    }

    .m-md-11 {
        margin: 2.75rem !important
    }

    .mt-md-11,
    .my-md-11 {
        margin-top: 2.75rem !important
    }

    .mr-md-11,
    .mx-md-11 {
        margin-right: 2.75rem !important
    }

    .mb-md-11,
    .my-md-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-md-11,
    .mx-md-11 {
        margin-left: 2.75rem !important
    }

    .m-md-10 {
        margin: 2.5rem !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 2.5rem !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 2.5rem !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 2.5rem !important
    }

    .m-md-9 {
        margin: 2.25rem !important
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 2.25rem !important
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 2.25rem !important
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 2.25rem !important
    }

    .m-md-8 {
        margin: 2rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 2rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 2rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 2rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 2rem !important
    }

    .m-md-7 {
        margin: 1.75rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 1.75rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 1.75rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 1.75rem !important
    }

    .m-md-6 {
        margin: 1.5rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 1.5rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 1.5rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 1.25rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 1.25rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.25rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.25rem !important
    }

    .m-md-4 {
        margin: 1rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem !important
    }

    .m-md-3 {
        margin: 0.75rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 0.75rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 0.75rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-0 {
        margin: 0rem !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0rem !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0rem !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0rem !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0rem !important
    }

    .p-md-40 {
        padding: 10rem !important
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 10rem !important
    }

    .pr-md-40,
    .px-md-40 {
        padding-right: 10rem !important
    }

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 10rem !important
    }

    .pl-md-40,
    .px-md-40 {
        padding-left: 10rem !important
    }

    .p-md-39 {
        padding: 9.75rem !important
    }

    .pt-md-39,
    .py-md-39 {
        padding-top: 9.75rem !important
    }

    .pr-md-39,
    .px-md-39 {
        padding-right: 9.75rem !important
    }

    .pb-md-39,
    .py-md-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-md-39,
    .px-md-39 {
        padding-left: 9.75rem !important
    }

    .p-md-38 {
        padding: 9.5rem !important
    }

    .pt-md-38,
    .py-md-38 {
        padding-top: 9.5rem !important
    }

    .pr-md-38,
    .px-md-38 {
        padding-right: 9.5rem !important
    }

    .pb-md-38,
    .py-md-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-md-38,
    .px-md-38 {
        padding-left: 9.5rem !important
    }

    .p-md-37 {
        padding: 9.25rem !important
    }

    .pt-md-37,
    .py-md-37 {
        padding-top: 9.25rem !important
    }

    .pr-md-37,
    .px-md-37 {
        padding-right: 9.25rem !important
    }

    .pb-md-37,
    .py-md-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-md-37,
    .px-md-37 {
        padding-left: 9.25rem !important
    }

    .p-md-36 {
        padding: 9rem !important
    }

    .pt-md-36,
    .py-md-36 {
        padding-top: 9rem !important
    }

    .pr-md-36,
    .px-md-36 {
        padding-right: 9rem !important
    }

    .pb-md-36,
    .py-md-36 {
        padding-bottom: 9rem !important
    }

    .pl-md-36,
    .px-md-36 {
        padding-left: 9rem !important
    }

    .p-md-35 {
        padding: 8.75rem !important
    }

    .pt-md-35,
    .py-md-35 {
        padding-top: 8.75rem !important
    }

    .pr-md-35,
    .px-md-35 {
        padding-right: 8.75rem !important
    }

    .pb-md-35,
    .py-md-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-md-35,
    .px-md-35 {
        padding-left: 8.75rem !important
    }

    .p-md-34 {
        padding: 8.5rem !important
    }

    .pt-md-34,
    .py-md-34 {
        padding-top: 8.5rem !important
    }

    .pr-md-34,
    .px-md-34 {
        padding-right: 8.5rem !important
    }

    .pb-md-34,
    .py-md-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-md-34,
    .px-md-34 {
        padding-left: 8.5rem !important
    }

    .p-md-33 {
        padding: 8.25rem !important
    }

    .pt-md-33,
    .py-md-33 {
        padding-top: 8.25rem !important
    }

    .pr-md-33,
    .px-md-33 {
        padding-right: 8.25rem !important
    }

    .pb-md-33,
    .py-md-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-md-33,
    .px-md-33 {
        padding-left: 8.25rem !important
    }

    .p-md-32 {
        padding: 8rem !important
    }

    .pt-md-32,
    .py-md-32 {
        padding-top: 8rem !important
    }

    .pr-md-32,
    .px-md-32 {
        padding-right: 8rem !important
    }

    .pb-md-32,
    .py-md-32 {
        padding-bottom: 8rem !important
    }

    .pl-md-32,
    .px-md-32 {
        padding-left: 8rem !important
    }

    .p-md-31 {
        padding: 7.75rem !important
    }

    .pt-md-31,
    .py-md-31 {
        padding-top: 7.75rem !important
    }

    .pr-md-31,
    .px-md-31 {
        padding-right: 7.75rem !important
    }

    .pb-md-31,
    .py-md-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-md-31,
    .px-md-31 {
        padding-left: 7.75rem !important
    }

    .p-md-30 {
        padding: 7.5rem !important
    }

    .pt-md-30,
    .py-md-30 {
        padding-top: 7.5rem !important
    }

    .pr-md-30,
    .px-md-30 {
        padding-right: 7.5rem !important
    }

    .pb-md-30,
    .py-md-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-30,
    .px-md-30 {
        padding-left: 7.5rem !important
    }

    .p-md-29 {
        padding: 7.25rem !important
    }

    .pt-md-29,
    .py-md-29 {
        padding-top: 7.25rem !important
    }

    .pr-md-29,
    .px-md-29 {
        padding-right: 7.25rem !important
    }

    .pb-md-29,
    .py-md-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-md-29,
    .px-md-29 {
        padding-left: 7.25rem !important
    }

    .p-md-28 {
        padding: 7rem !important
    }

    .pt-md-28,
    .py-md-28 {
        padding-top: 7rem !important
    }

    .pr-md-28,
    .px-md-28 {
        padding-right: 7rem !important
    }

    .pb-md-28,
    .py-md-28 {
        padding-bottom: 7rem !important
    }

    .pl-md-28,
    .px-md-28 {
        padding-left: 7rem !important
    }

    .p-md-27 {
        padding: 6.75rem !important
    }

    .pt-md-27,
    .py-md-27 {
        padding-top: 6.75rem !important
    }

    .pr-md-27,
    .px-md-27 {
        padding-right: 6.75rem !important
    }

    .pb-md-27,
    .py-md-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-md-27,
    .px-md-27 {
        padding-left: 6.75rem !important
    }

    .p-md-26 {
        padding: 6.5rem !important
    }

    .pt-md-26,
    .py-md-26 {
        padding-top: 6.5rem !important
    }

    .pr-md-26,
    .px-md-26 {
        padding-right: 6.5rem !important
    }

    .pb-md-26,
    .py-md-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-md-26,
    .px-md-26 {
        padding-left: 6.5rem !important
    }

    .p-md-25 {
        padding: 6.25rem !important
    }

    .pt-md-25,
    .py-md-25 {
        padding-top: 6.25rem !important
    }

    .pr-md-25,
    .px-md-25 {
        padding-right: 6.25rem !important
    }

    .pb-md-25,
    .py-md-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-md-25,
    .px-md-25 {
        padding-left: 6.25rem !important
    }

    .p-md-24 {
        padding: 6rem !important
    }

    .pt-md-24,
    .py-md-24 {
        padding-top: 6rem !important
    }

    .pr-md-24,
    .px-md-24 {
        padding-right: 6rem !important
    }

    .pb-md-24,
    .py-md-24 {
        padding-bottom: 6rem !important
    }

    .pl-md-24,
    .px-md-24 {
        padding-left: 6rem !important
    }

    .p-md-23 {
        padding: 5.75rem !important
    }

    .pt-md-23,
    .py-md-23 {
        padding-top: 5.75rem !important
    }

    .pr-md-23,
    .px-md-23 {
        padding-right: 5.75rem !important
    }

    .pb-md-23,
    .py-md-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-md-23,
    .px-md-23 {
        padding-left: 5.75rem !important
    }

    .p-md-22 {
        padding: 5.5rem !important
    }

    .pt-md-22,
    .py-md-22 {
        padding-top: 5.5rem !important
    }

    .pr-md-22,
    .px-md-22 {
        padding-right: 5.5rem !important
    }

    .pb-md-22,
    .py-md-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-md-22,
    .px-md-22 {
        padding-left: 5.5rem !important
    }

    .p-md-21 {
        padding: 5.25rem !important
    }

    .pt-md-21,
    .py-md-21 {
        padding-top: 5.25rem !important
    }

    .pr-md-21,
    .px-md-21 {
        padding-right: 5.25rem !important
    }

    .pb-md-21,
    .py-md-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-md-21,
    .px-md-21 {
        padding-left: 5.25rem !important
    }

    .p-md-20 {
        padding: 5rem !important
    }

    .pt-md-20,
    .py-md-20 {
        padding-top: 5rem !important
    }

    .pr-md-20,
    .px-md-20 {
        padding-right: 5rem !important
    }

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 5rem !important
    }

    .pl-md-20,
    .px-md-20 {
        padding-left: 5rem !important
    }

    .p-md-19 {
        padding: 4.75rem !important
    }

    .pt-md-19,
    .py-md-19 {
        padding-top: 4.75rem !important
    }

    .pr-md-19,
    .px-md-19 {
        padding-right: 4.75rem !important
    }

    .pb-md-19,
    .py-md-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-md-19,
    .px-md-19 {
        padding-left: 4.75rem !important
    }

    .p-md-18 {
        padding: 4.5rem !important
    }

    .pt-md-18,
    .py-md-18 {
        padding-top: 4.5rem !important
    }

    .pr-md-18,
    .px-md-18 {
        padding-right: 4.5rem !important
    }

    .pb-md-18,
    .py-md-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-18,
    .px-md-18 {
        padding-left: 4.5rem !important
    }

    .p-md-17 {
        padding: 4.25rem !important
    }

    .pt-md-17,
    .py-md-17 {
        padding-top: 4.25rem !important
    }

    .pr-md-17,
    .px-md-17 {
        padding-right: 4.25rem !important
    }

    .pb-md-17,
    .py-md-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-md-17,
    .px-md-17 {
        padding-left: 4.25rem !important
    }

    .p-md-16 {
        padding: 4rem !important
    }

    .pt-md-16,
    .py-md-16 {
        padding-top: 4rem !important
    }

    .pr-md-16,
    .px-md-16 {
        padding-right: 4rem !important
    }

    .pb-md-16,
    .py-md-16 {
        padding-bottom: 4rem !important
    }

    .pl-md-16,
    .px-md-16 {
        padding-left: 4rem !important
    }

    .p-md-15 {
        padding: 3.75rem !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 3.75rem !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: 3.75rem !important
    }

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: 3.75rem !important
    }

    .p-md-14 {
        padding: 3.5rem !important
    }

    .pt-md-14,
    .py-md-14 {
        padding-top: 3.5rem !important
    }

    .pr-md-14,
    .px-md-14 {
        padding-right: 3.5rem !important
    }

    .pb-md-14,
    .py-md-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-14,
    .px-md-14 {
        padding-left: 3.5rem !important
    }

    .p-md-13 {
        padding: 3.25rem !important
    }

    .pt-md-13,
    .py-md-13 {
        padding-top: 3.25rem !important
    }

    .pr-md-13,
    .px-md-13 {
        padding-right: 3.25rem !important
    }

    .pb-md-13,
    .py-md-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-md-13,
    .px-md-13 {
        padding-left: 3.25rem !important
    }

    .p-md-12 {
        padding: 3rem !important
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 3rem !important
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 3rem !important
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 3rem !important
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 3rem !important
    }

    .p-md-11 {
        padding: 2.75rem !important
    }

    .pt-md-11,
    .py-md-11 {
        padding-top: 2.75rem !important
    }

    .pr-md-11,
    .px-md-11 {
        padding-right: 2.75rem !important
    }

    .pb-md-11,
    .py-md-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-md-11,
    .px-md-11 {
        padding-left: 2.75rem !important
    }

    .p-md-10 {
        padding: 2.5rem !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 2.5rem !important
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 2.5rem !important
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 2.5rem !important
    }

    .p-md-9 {
        padding: 2.25rem !important
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 2.25rem !important
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 2.25rem !important
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 2.25rem !important
    }

    .p-md-8 {
        padding: 2rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 2rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 2rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 2rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 2rem !important
    }

    .p-md-7 {
        padding: 1.75rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 1.75rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 1.75rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 1.75rem !important
    }

    .p-md-6 {
        padding: 1.5rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 1.5rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 1.5rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 1.25rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 1.25rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 1.25rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 1.25rem !important
    }

    .p-md-4 {
        padding: 1rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem !important
    }

    .p-md-3 {
        padding: 0.75rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 0.75rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 0.75rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 0.75rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-0 {
        padding: 0rem !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0rem !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0rem !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0rem !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0rem !important
    }

    .m-md-n40 {
        margin: -10rem !important
    }

    .mt-md-n40,
    .my-md-n40 {
        margin-top: -10rem !important
    }

    .mr-md-n40,
    .mx-md-n40 {
        margin-right: -10rem !important
    }

    .mb-md-n40,
    .my-md-n40 {
        margin-bottom: -10rem !important
    }

    .ml-md-n40,
    .mx-md-n40 {
        margin-left: -10rem !important
    }

    .m-md-n39 {
        margin: -9.75rem !important
    }

    .mt-md-n39,
    .my-md-n39 {
        margin-top: -9.75rem !important
    }

    .mr-md-n39,
    .mx-md-n39 {
        margin-right: -9.75rem !important
    }

    .mb-md-n39,
    .my-md-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-md-n39,
    .mx-md-n39 {
        margin-left: -9.75rem !important
    }

    .m-md-n38 {
        margin: -9.5rem !important
    }

    .mt-md-n38,
    .my-md-n38 {
        margin-top: -9.5rem !important
    }

    .mr-md-n38,
    .mx-md-n38 {
        margin-right: -9.5rem !important
    }

    .mb-md-n38,
    .my-md-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-md-n38,
    .mx-md-n38 {
        margin-left: -9.5rem !important
    }

    .m-md-n37 {
        margin: -9.25rem !important
    }

    .mt-md-n37,
    .my-md-n37 {
        margin-top: -9.25rem !important
    }

    .mr-md-n37,
    .mx-md-n37 {
        margin-right: -9.25rem !important
    }

    .mb-md-n37,
    .my-md-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-md-n37,
    .mx-md-n37 {
        margin-left: -9.25rem !important
    }

    .m-md-n36 {
        margin: -9rem !important
    }

    .mt-md-n36,
    .my-md-n36 {
        margin-top: -9rem !important
    }

    .mr-md-n36,
    .mx-md-n36 {
        margin-right: -9rem !important
    }

    .mb-md-n36,
    .my-md-n36 {
        margin-bottom: -9rem !important
    }

    .ml-md-n36,
    .mx-md-n36 {
        margin-left: -9rem !important
    }

    .m-md-n35 {
        margin: -8.75rem !important
    }

    .mt-md-n35,
    .my-md-n35 {
        margin-top: -8.75rem !important
    }

    .mr-md-n35,
    .mx-md-n35 {
        margin-right: -8.75rem !important
    }

    .mb-md-n35,
    .my-md-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-md-n35,
    .mx-md-n35 {
        margin-left: -8.75rem !important
    }

    .m-md-n34 {
        margin: -8.5rem !important
    }

    .mt-md-n34,
    .my-md-n34 {
        margin-top: -8.5rem !important
    }

    .mr-md-n34,
    .mx-md-n34 {
        margin-right: -8.5rem !important
    }

    .mb-md-n34,
    .my-md-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-md-n34,
    .mx-md-n34 {
        margin-left: -8.5rem !important
    }

    .m-md-n33 {
        margin: -8.25rem !important
    }

    .mt-md-n33,
    .my-md-n33 {
        margin-top: -8.25rem !important
    }

    .mr-md-n33,
    .mx-md-n33 {
        margin-right: -8.25rem !important
    }

    .mb-md-n33,
    .my-md-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-md-n33,
    .mx-md-n33 {
        margin-left: -8.25rem !important
    }

    .m-md-n32 {
        margin: -8rem !important
    }

    .mt-md-n32,
    .my-md-n32 {
        margin-top: -8rem !important
    }

    .mr-md-n32,
    .mx-md-n32 {
        margin-right: -8rem !important
    }

    .mb-md-n32,
    .my-md-n32 {
        margin-bottom: -8rem !important
    }

    .ml-md-n32,
    .mx-md-n32 {
        margin-left: -8rem !important
    }

    .m-md-n31 {
        margin: -7.75rem !important
    }

    .mt-md-n31,
    .my-md-n31 {
        margin-top: -7.75rem !important
    }

    .mr-md-n31,
    .mx-md-n31 {
        margin-right: -7.75rem !important
    }

    .mb-md-n31,
    .my-md-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-md-n31,
    .mx-md-n31 {
        margin-left: -7.75rem !important
    }

    .m-md-n30 {
        margin: -7.5rem !important
    }

    .mt-md-n30,
    .my-md-n30 {
        margin-top: -7.5rem !important
    }

    .mr-md-n30,
    .mx-md-n30 {
        margin-right: -7.5rem !important
    }

    .mb-md-n30,
    .my-md-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-md-n30,
    .mx-md-n30 {
        margin-left: -7.5rem !important
    }

    .m-md-n29 {
        margin: -7.25rem !important
    }

    .mt-md-n29,
    .my-md-n29 {
        margin-top: -7.25rem !important
    }

    .mr-md-n29,
    .mx-md-n29 {
        margin-right: -7.25rem !important
    }

    .mb-md-n29,
    .my-md-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-md-n29,
    .mx-md-n29 {
        margin-left: -7.25rem !important
    }

    .m-md-n28 {
        margin: -7rem !important
    }

    .mt-md-n28,
    .my-md-n28 {
        margin-top: -7rem !important
    }

    .mr-md-n28,
    .mx-md-n28 {
        margin-right: -7rem !important
    }

    .mb-md-n28,
    .my-md-n28 {
        margin-bottom: -7rem !important
    }

    .ml-md-n28,
    .mx-md-n28 {
        margin-left: -7rem !important
    }

    .m-md-n27 {
        margin: -6.75rem !important
    }

    .mt-md-n27,
    .my-md-n27 {
        margin-top: -6.75rem !important
    }

    .mr-md-n27,
    .mx-md-n27 {
        margin-right: -6.75rem !important
    }

    .mb-md-n27,
    .my-md-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-md-n27,
    .mx-md-n27 {
        margin-left: -6.75rem !important
    }

    .m-md-n26 {
        margin: -6.5rem !important
    }

    .mt-md-n26,
    .my-md-n26 {
        margin-top: -6.5rem !important
    }

    .mr-md-n26,
    .mx-md-n26 {
        margin-right: -6.5rem !important
    }

    .mb-md-n26,
    .my-md-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-md-n26,
    .mx-md-n26 {
        margin-left: -6.5rem !important
    }

    .m-md-n25 {
        margin: -6.25rem !important
    }

    .mt-md-n25,
    .my-md-n25 {
        margin-top: -6.25rem !important
    }

    .mr-md-n25,
    .mx-md-n25 {
        margin-right: -6.25rem !important
    }

    .mb-md-n25,
    .my-md-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-md-n25,
    .mx-md-n25 {
        margin-left: -6.25rem !important
    }

    .m-md-n24 {
        margin: -6rem !important
    }

    .mt-md-n24,
    .my-md-n24 {
        margin-top: -6rem !important
    }

    .mr-md-n24,
    .mx-md-n24 {
        margin-right: -6rem !important
    }

    .mb-md-n24,
    .my-md-n24 {
        margin-bottom: -6rem !important
    }

    .ml-md-n24,
    .mx-md-n24 {
        margin-left: -6rem !important
    }

    .m-md-n23 {
        margin: -5.75rem !important
    }

    .mt-md-n23,
    .my-md-n23 {
        margin-top: -5.75rem !important
    }

    .mr-md-n23,
    .mx-md-n23 {
        margin-right: -5.75rem !important
    }

    .mb-md-n23,
    .my-md-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-md-n23,
    .mx-md-n23 {
        margin-left: -5.75rem !important
    }

    .m-md-n22 {
        margin: -5.5rem !important
    }

    .mt-md-n22,
    .my-md-n22 {
        margin-top: -5.5rem !important
    }

    .mr-md-n22,
    .mx-md-n22 {
        margin-right: -5.5rem !important
    }

    .mb-md-n22,
    .my-md-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-md-n22,
    .mx-md-n22 {
        margin-left: -5.5rem !important
    }

    .m-md-n21 {
        margin: -5.25rem !important
    }

    .mt-md-n21,
    .my-md-n21 {
        margin-top: -5.25rem !important
    }

    .mr-md-n21,
    .mx-md-n21 {
        margin-right: -5.25rem !important
    }

    .mb-md-n21,
    .my-md-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-md-n21,
    .mx-md-n21 {
        margin-left: -5.25rem !important
    }

    .m-md-n20 {
        margin: -5rem !important
    }

    .mt-md-n20,
    .my-md-n20 {
        margin-top: -5rem !important
    }

    .mr-md-n20,
    .mx-md-n20 {
        margin-right: -5rem !important
    }

    .mb-md-n20,
    .my-md-n20 {
        margin-bottom: -5rem !important
    }

    .ml-md-n20,
    .mx-md-n20 {
        margin-left: -5rem !important
    }

    .m-md-n19 {
        margin: -4.75rem !important
    }

    .mt-md-n19,
    .my-md-n19 {
        margin-top: -4.75rem !important
    }

    .mr-md-n19,
    .mx-md-n19 {
        margin-right: -4.75rem !important
    }

    .mb-md-n19,
    .my-md-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-md-n19,
    .mx-md-n19 {
        margin-left: -4.75rem !important
    }

    .m-md-n18 {
        margin: -4.5rem !important
    }

    .mt-md-n18,
    .my-md-n18 {
        margin-top: -4.5rem !important
    }

    .mr-md-n18,
    .mx-md-n18 {
        margin-right: -4.5rem !important
    }

    .mb-md-n18,
    .my-md-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n18,
    .mx-md-n18 {
        margin-left: -4.5rem !important
    }

    .m-md-n17 {
        margin: -4.25rem !important
    }

    .mt-md-n17,
    .my-md-n17 {
        margin-top: -4.25rem !important
    }

    .mr-md-n17,
    .mx-md-n17 {
        margin-right: -4.25rem !important
    }

    .mb-md-n17,
    .my-md-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-md-n17,
    .mx-md-n17 {
        margin-left: -4.25rem !important
    }

    .m-md-n16 {
        margin: -4rem !important
    }

    .mt-md-n16,
    .my-md-n16 {
        margin-top: -4rem !important
    }

    .mr-md-n16,
    .mx-md-n16 {
        margin-right: -4rem !important
    }

    .mb-md-n16,
    .my-md-n16 {
        margin-bottom: -4rem !important
    }

    .ml-md-n16,
    .mx-md-n16 {
        margin-left: -4rem !important
    }

    .m-md-n15 {
        margin: -3.75rem !important
    }

    .mt-md-n15,
    .my-md-n15 {
        margin-top: -3.75rem !important
    }

    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -3.75rem !important
    }

    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -3.75rem !important
    }

    .m-md-n14 {
        margin: -3.5rem !important
    }

    .mt-md-n14,
    .my-md-n14 {
        margin-top: -3.5rem !important
    }

    .mr-md-n14,
    .mx-md-n14 {
        margin-right: -3.5rem !important
    }

    .mb-md-n14,
    .my-md-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-n14,
    .mx-md-n14 {
        margin-left: -3.5rem !important
    }

    .m-md-n13 {
        margin: -3.25rem !important
    }

    .mt-md-n13,
    .my-md-n13 {
        margin-top: -3.25rem !important
    }

    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -3.25rem !important
    }

    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -3.25rem !important
    }

    .m-md-n12 {
        margin: -3rem !important
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -3rem !important
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -3rem !important
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -3rem !important
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -3rem !important
    }

    .m-md-n11 {
        margin: -2.75rem !important
    }

    .mt-md-n11,
    .my-md-n11 {
        margin-top: -2.75rem !important
    }

    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -2.75rem !important
    }

    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -2.75rem !important
    }

    .m-md-n10 {
        margin: -2.5rem !important
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -2.5rem !important
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -2.5rem !important
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -2.5rem !important
    }

    .m-md-n9 {
        margin: -2.25rem !important
    }

    .mt-md-n9,
    .my-md-n9 {
        margin-top: -2.25rem !important
    }

    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -2.25rem !important
    }

    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -2.25rem !important
    }

    .m-md-n8 {
        margin: -2rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -2rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -2rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -2rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -2rem !important
    }

    .m-md-n7 {
        margin: -1.75rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -1.75rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -1.75rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -1.75rem !important
    }

    .m-md-n6 {
        margin: -1.5rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -1.5rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -1.5rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -1.25rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.25rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.25rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.25rem !important
    }

    .m-md-n4 {
        margin: -1rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1rem !important
    }

    .m-md-n3 {
        margin: -0.75rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -0.75rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -0.75rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -0.75rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n0 {
        margin: 0rem !important
    }

    .mt-md-n0,
    .my-md-n0 {
        margin-top: 0rem !important
    }

    .mr-md-n0,
    .mx-md-n0 {
        margin-right: 0rem !important
    }

    .mb-md-n0,
    .my-md-n0 {
        margin-bottom: 0rem !important
    }

    .ml-md-n0,
    .mx-md-n0 {
        margin-left: 0rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1024.02px) {
    .m-lg-40 {
        margin: 10rem !important
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 10rem !important
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 10rem !important
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 10rem !important
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 10rem !important
    }

    .m-lg-39 {
        margin: 9.75rem !important
    }

    .mt-lg-39,
    .my-lg-39 {
        margin-top: 9.75rem !important
    }

    .mr-lg-39,
    .mx-lg-39 {
        margin-right: 9.75rem !important
    }

    .mb-lg-39,
    .my-lg-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-lg-39,
    .mx-lg-39 {
        margin-left: 9.75rem !important
    }

    .m-lg-38 {
        margin: 9.5rem !important
    }

    .mt-lg-38,
    .my-lg-38 {
        margin-top: 9.5rem !important
    }

    .mr-lg-38,
    .mx-lg-38 {
        margin-right: 9.5rem !important
    }

    .mb-lg-38,
    .my-lg-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-lg-38,
    .mx-lg-38 {
        margin-left: 9.5rem !important
    }

    .m-lg-37 {
        margin: 9.25rem !important
    }

    .mt-lg-37,
    .my-lg-37 {
        margin-top: 9.25rem !important
    }

    .mr-lg-37,
    .mx-lg-37 {
        margin-right: 9.25rem !important
    }

    .mb-lg-37,
    .my-lg-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-lg-37,
    .mx-lg-37 {
        margin-left: 9.25rem !important
    }

    .m-lg-36 {
        margin: 9rem !important
    }

    .mt-lg-36,
    .my-lg-36 {
        margin-top: 9rem !important
    }

    .mr-lg-36,
    .mx-lg-36 {
        margin-right: 9rem !important
    }

    .mb-lg-36,
    .my-lg-36 {
        margin-bottom: 9rem !important
    }

    .ml-lg-36,
    .mx-lg-36 {
        margin-left: 9rem !important
    }

    .m-lg-35 {
        margin: 8.75rem !important
    }

    .mt-lg-35,
    .my-lg-35 {
        margin-top: 8.75rem !important
    }

    .mr-lg-35,
    .mx-lg-35 {
        margin-right: 8.75rem !important
    }

    .mb-lg-35,
    .my-lg-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-lg-35,
    .mx-lg-35 {
        margin-left: 8.75rem !important
    }

    .m-lg-34 {
        margin: 8.5rem !important
    }

    .mt-lg-34,
    .my-lg-34 {
        margin-top: 8.5rem !important
    }

    .mr-lg-34,
    .mx-lg-34 {
        margin-right: 8.5rem !important
    }

    .mb-lg-34,
    .my-lg-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-lg-34,
    .mx-lg-34 {
        margin-left: 8.5rem !important
    }

    .m-lg-33 {
        margin: 8.25rem !important
    }

    .mt-lg-33,
    .my-lg-33 {
        margin-top: 8.25rem !important
    }

    .mr-lg-33,
    .mx-lg-33 {
        margin-right: 8.25rem !important
    }

    .mb-lg-33,
    .my-lg-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-lg-33,
    .mx-lg-33 {
        margin-left: 8.25rem !important
    }

    .m-lg-32 {
        margin: 8rem !important
    }

    .mt-lg-32,
    .my-lg-32 {
        margin-top: 8rem !important
    }

    .mr-lg-32,
    .mx-lg-32 {
        margin-right: 8rem !important
    }

    .mb-lg-32,
    .my-lg-32 {
        margin-bottom: 8rem !important
    }

    .ml-lg-32,
    .mx-lg-32 {
        margin-left: 8rem !important
    }

    .m-lg-31 {
        margin: 7.75rem !important
    }

    .mt-lg-31,
    .my-lg-31 {
        margin-top: 7.75rem !important
    }

    .mr-lg-31,
    .mx-lg-31 {
        margin-right: 7.75rem !important
    }

    .mb-lg-31,
    .my-lg-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-lg-31,
    .mx-lg-31 {
        margin-left: 7.75rem !important
    }

    .m-lg-30 {
        margin: 7.5rem !important
    }

    .mt-lg-30,
    .my-lg-30 {
        margin-top: 7.5rem !important
    }

    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 7.5rem !important
    }

    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 7.5rem !important
    }

    .m-lg-29 {
        margin: 7.25rem !important
    }

    .mt-lg-29,
    .my-lg-29 {
        margin-top: 7.25rem !important
    }

    .mr-lg-29,
    .mx-lg-29 {
        margin-right: 7.25rem !important
    }

    .mb-lg-29,
    .my-lg-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-lg-29,
    .mx-lg-29 {
        margin-left: 7.25rem !important
    }

    .m-lg-28 {
        margin: 7rem !important
    }

    .mt-lg-28,
    .my-lg-28 {
        margin-top: 7rem !important
    }

    .mr-lg-28,
    .mx-lg-28 {
        margin-right: 7rem !important
    }

    .mb-lg-28,
    .my-lg-28 {
        margin-bottom: 7rem !important
    }

    .ml-lg-28,
    .mx-lg-28 {
        margin-left: 7rem !important
    }

    .m-lg-27 {
        margin: 6.75rem !important
    }

    .mt-lg-27,
    .my-lg-27 {
        margin-top: 6.75rem !important
    }

    .mr-lg-27,
    .mx-lg-27 {
        margin-right: 6.75rem !important
    }

    .mb-lg-27,
    .my-lg-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-lg-27,
    .mx-lg-27 {
        margin-left: 6.75rem !important
    }

    .m-lg-26 {
        margin: 6.5rem !important
    }

    .mt-lg-26,
    .my-lg-26 {
        margin-top: 6.5rem !important
    }

    .mr-lg-26,
    .mx-lg-26 {
        margin-right: 6.5rem !important
    }

    .mb-lg-26,
    .my-lg-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-lg-26,
    .mx-lg-26 {
        margin-left: 6.5rem !important
    }

    .m-lg-25 {
        margin: 6.25rem !important
    }

    .mt-lg-25,
    .my-lg-25 {
        margin-top: 6.25rem !important
    }

    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 6.25rem !important
    }

    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 6.25rem !important
    }

    .m-lg-24 {
        margin: 6rem !important
    }

    .mt-lg-24,
    .my-lg-24 {
        margin-top: 6rem !important
    }

    .mr-lg-24,
    .mx-lg-24 {
        margin-right: 6rem !important
    }

    .mb-lg-24,
    .my-lg-24 {
        margin-bottom: 6rem !important
    }

    .ml-lg-24,
    .mx-lg-24 {
        margin-left: 6rem !important
    }

    .m-lg-23 {
        margin: 5.75rem !important
    }

    .mt-lg-23,
    .my-lg-23 {
        margin-top: 5.75rem !important
    }

    .mr-lg-23,
    .mx-lg-23 {
        margin-right: 5.75rem !important
    }

    .mb-lg-23,
    .my-lg-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-lg-23,
    .mx-lg-23 {
        margin-left: 5.75rem !important
    }

    .m-lg-22 {
        margin: 5.5rem !important
    }

    .mt-lg-22,
    .my-lg-22 {
        margin-top: 5.5rem !important
    }

    .mr-lg-22,
    .mx-lg-22 {
        margin-right: 5.5rem !important
    }

    .mb-lg-22,
    .my-lg-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-lg-22,
    .mx-lg-22 {
        margin-left: 5.5rem !important
    }

    .m-lg-21 {
        margin: 5.25rem !important
    }

    .mt-lg-21,
    .my-lg-21 {
        margin-top: 5.25rem !important
    }

    .mr-lg-21,
    .mx-lg-21 {
        margin-right: 5.25rem !important
    }

    .mb-lg-21,
    .my-lg-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-lg-21,
    .mx-lg-21 {
        margin-left: 5.25rem !important
    }

    .m-lg-20 {
        margin: 5rem !important
    }

    .mt-lg-20,
    .my-lg-20 {
        margin-top: 5rem !important
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 5rem !important
    }

    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 5rem !important
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 5rem !important
    }

    .m-lg-19 {
        margin: 4.75rem !important
    }

    .mt-lg-19,
    .my-lg-19 {
        margin-top: 4.75rem !important
    }

    .mr-lg-19,
    .mx-lg-19 {
        margin-right: 4.75rem !important
    }

    .mb-lg-19,
    .my-lg-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-lg-19,
    .mx-lg-19 {
        margin-left: 4.75rem !important
    }

    .m-lg-18 {
        margin: 4.5rem !important
    }

    .mt-lg-18,
    .my-lg-18 {
        margin-top: 4.5rem !important
    }

    .mr-lg-18,
    .mx-lg-18 {
        margin-right: 4.5rem !important
    }

    .mb-lg-18,
    .my-lg-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-18,
    .mx-lg-18 {
        margin-left: 4.5rem !important
    }

    .m-lg-17 {
        margin: 4.25rem !important
    }

    .mt-lg-17,
    .my-lg-17 {
        margin-top: 4.25rem !important
    }

    .mr-lg-17,
    .mx-lg-17 {
        margin-right: 4.25rem !important
    }

    .mb-lg-17,
    .my-lg-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-lg-17,
    .mx-lg-17 {
        margin-left: 4.25rem !important
    }

    .m-lg-16 {
        margin: 4rem !important
    }

    .mt-lg-16,
    .my-lg-16 {
        margin-top: 4rem !important
    }

    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 4rem !important
    }

    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 4rem !important
    }

    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 4rem !important
    }

    .m-lg-15 {
        margin: 3.75rem !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 3.75rem !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 3.75rem !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 3.75rem !important
    }

    .m-lg-14 {
        margin: 3.5rem !important
    }

    .mt-lg-14,
    .my-lg-14 {
        margin-top: 3.5rem !important
    }

    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 3.5rem !important
    }

    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 3.5rem !important
    }

    .m-lg-13 {
        margin: 3.25rem !important
    }

    .mt-lg-13,
    .my-lg-13 {
        margin-top: 3.25rem !important
    }

    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 3.25rem !important
    }

    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 3.25rem !important
    }

    .m-lg-12 {
        margin: 3rem !important
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 3rem !important
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 3rem !important
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 3rem !important
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 3rem !important
    }

    .m-lg-11 {
        margin: 2.75rem !important
    }

    .mt-lg-11,
    .my-lg-11 {
        margin-top: 2.75rem !important
    }

    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 2.75rem !important
    }

    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 2.75rem !important
    }

    .m-lg-10 {
        margin: 2.5rem !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 2.5rem !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 2.5rem !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 2.5rem !important
    }

    .m-lg-9 {
        margin: 2.25rem !important
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 2.25rem !important
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 2.25rem !important
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 2.25rem !important
    }

    .m-lg-8 {
        margin: 2rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 2rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 2rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 2rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 2rem !important
    }

    .m-lg-7 {
        margin: 1.75rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 1.75rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 1.75rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 1.75rem !important
    }

    .m-lg-6 {
        margin: 1.5rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 1.5rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 1.5rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 1.25rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.25rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.25rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.25rem !important
    }

    .m-lg-4 {
        margin: 1rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important
    }

    .m-lg-3 {
        margin: 0.75rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 0.75rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 0.75rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 0.75rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-0 {
        margin: 0rem !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0rem !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0rem !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0rem !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0rem !important
    }

    .p-lg-40 {
        padding: 10rem !important
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 10rem !important
    }

    .pr-lg-40,
    .px-lg-40 {
        padding-right: 10rem !important
    }

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 10rem !important
    }

    .pl-lg-40,
    .px-lg-40 {
        padding-left: 10rem !important
    }

    .p-lg-39 {
        padding: 9.75rem !important
    }

    .pt-lg-39,
    .py-lg-39 {
        padding-top: 9.75rem !important
    }

    .pr-lg-39,
    .px-lg-39 {
        padding-right: 9.75rem !important
    }

    .pb-lg-39,
    .py-lg-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-lg-39,
    .px-lg-39 {
        padding-left: 9.75rem !important
    }

    .p-lg-38 {
        padding: 9.5rem !important
    }

    .pt-lg-38,
    .py-lg-38 {
        padding-top: 9.5rem !important
    }

    .pr-lg-38,
    .px-lg-38 {
        padding-right: 9.5rem !important
    }

    .pb-lg-38,
    .py-lg-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-lg-38,
    .px-lg-38 {
        padding-left: 9.5rem !important
    }

    .p-lg-37 {
        padding: 9.25rem !important
    }

    .pt-lg-37,
    .py-lg-37 {
        padding-top: 9.25rem !important
    }

    .pr-lg-37,
    .px-lg-37 {
        padding-right: 9.25rem !important
    }

    .pb-lg-37,
    .py-lg-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-lg-37,
    .px-lg-37 {
        padding-left: 9.25rem !important
    }

    .p-lg-36 {
        padding: 9rem !important
    }

    .pt-lg-36,
    .py-lg-36 {
        padding-top: 9rem !important
    }

    .pr-lg-36,
    .px-lg-36 {
        padding-right: 9rem !important
    }

    .pb-lg-36,
    .py-lg-36 {
        padding-bottom: 9rem !important
    }

    .pl-lg-36,
    .px-lg-36 {
        padding-left: 9rem !important
    }

    .p-lg-35 {
        padding: 8.75rem !important
    }

    .pt-lg-35,
    .py-lg-35 {
        padding-top: 8.75rem !important
    }

    .pr-lg-35,
    .px-lg-35 {
        padding-right: 8.75rem !important
    }

    .pb-lg-35,
    .py-lg-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-lg-35,
    .px-lg-35 {
        padding-left: 8.75rem !important
    }

    .p-lg-34 {
        padding: 8.5rem !important
    }

    .pt-lg-34,
    .py-lg-34 {
        padding-top: 8.5rem !important
    }

    .pr-lg-34,
    .px-lg-34 {
        padding-right: 8.5rem !important
    }

    .pb-lg-34,
    .py-lg-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-lg-34,
    .px-lg-34 {
        padding-left: 8.5rem !important
    }

    .p-lg-33 {
        padding: 8.25rem !important
    }

    .pt-lg-33,
    .py-lg-33 {
        padding-top: 8.25rem !important
    }

    .pr-lg-33,
    .px-lg-33 {
        padding-right: 8.25rem !important
    }

    .pb-lg-33,
    .py-lg-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-lg-33,
    .px-lg-33 {
        padding-left: 8.25rem !important
    }

    .p-lg-32 {
        padding: 8rem !important
    }

    .pt-lg-32,
    .py-lg-32 {
        padding-top: 8rem !important
    }

    .pr-lg-32,
    .px-lg-32 {
        padding-right: 8rem !important
    }

    .pb-lg-32,
    .py-lg-32 {
        padding-bottom: 8rem !important
    }

    .pl-lg-32,
    .px-lg-32 {
        padding-left: 8rem !important
    }

    .p-lg-31 {
        padding: 7.75rem !important
    }

    .pt-lg-31,
    .py-lg-31 {
        padding-top: 7.75rem !important
    }

    .pr-lg-31,
    .px-lg-31 {
        padding-right: 7.75rem !important
    }

    .pb-lg-31,
    .py-lg-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-lg-31,
    .px-lg-31 {
        padding-left: 7.75rem !important
    }

    .p-lg-30 {
        padding: 7.5rem !important
    }

    .pt-lg-30,
    .py-lg-30 {
        padding-top: 7.5rem !important
    }

    .pr-lg-30,
    .px-lg-30 {
        padding-right: 7.5rem !important
    }

    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-30,
    .px-lg-30 {
        padding-left: 7.5rem !important
    }

    .p-lg-29 {
        padding: 7.25rem !important
    }

    .pt-lg-29,
    .py-lg-29 {
        padding-top: 7.25rem !important
    }

    .pr-lg-29,
    .px-lg-29 {
        padding-right: 7.25rem !important
    }

    .pb-lg-29,
    .py-lg-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-lg-29,
    .px-lg-29 {
        padding-left: 7.25rem !important
    }

    .p-lg-28 {
        padding: 7rem !important
    }

    .pt-lg-28,
    .py-lg-28 {
        padding-top: 7rem !important
    }

    .pr-lg-28,
    .px-lg-28 {
        padding-right: 7rem !important
    }

    .pb-lg-28,
    .py-lg-28 {
        padding-bottom: 7rem !important
    }

    .pl-lg-28,
    .px-lg-28 {
        padding-left: 7rem !important
    }

    .p-lg-27 {
        padding: 6.75rem !important
    }

    .pt-lg-27,
    .py-lg-27 {
        padding-top: 6.75rem !important
    }

    .pr-lg-27,
    .px-lg-27 {
        padding-right: 6.75rem !important
    }

    .pb-lg-27,
    .py-lg-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-lg-27,
    .px-lg-27 {
        padding-left: 6.75rem !important
    }

    .p-lg-26 {
        padding: 6.5rem !important
    }

    .pt-lg-26,
    .py-lg-26 {
        padding-top: 6.5rem !important
    }

    .pr-lg-26,
    .px-lg-26 {
        padding-right: 6.5rem !important
    }

    .pb-lg-26,
    .py-lg-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-lg-26,
    .px-lg-26 {
        padding-left: 6.5rem !important
    }

    .p-lg-25 {
        padding: 6.25rem !important
    }

    .pt-lg-25,
    .py-lg-25 {
        padding-top: 6.25rem !important
    }

    .pr-lg-25,
    .px-lg-25 {
        padding-right: 6.25rem !important
    }

    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-lg-25,
    .px-lg-25 {
        padding-left: 6.25rem !important
    }

    .p-lg-24 {
        padding: 6rem !important
    }

    .pt-lg-24,
    .py-lg-24 {
        padding-top: 6rem !important
    }

    .pr-lg-24,
    .px-lg-24 {
        padding-right: 6rem !important
    }

    .pb-lg-24,
    .py-lg-24 {
        padding-bottom: 6rem !important
    }

    .pl-lg-24,
    .px-lg-24 {
        padding-left: 6rem !important
    }

    .p-lg-23 {
        padding: 5.75rem !important
    }

    .pt-lg-23,
    .py-lg-23 {
        padding-top: 5.75rem !important
    }

    .pr-lg-23,
    .px-lg-23 {
        padding-right: 5.75rem !important
    }

    .pb-lg-23,
    .py-lg-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-lg-23,
    .px-lg-23 {
        padding-left: 5.75rem !important
    }

    .p-lg-22 {
        padding: 5.5rem !important
    }

    .pt-lg-22,
    .py-lg-22 {
        padding-top: 5.5rem !important
    }

    .pr-lg-22,
    .px-lg-22 {
        padding-right: 5.5rem !important
    }

    .pb-lg-22,
    .py-lg-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-lg-22,
    .px-lg-22 {
        padding-left: 5.5rem !important
    }

    .p-lg-21 {
        padding: 5.25rem !important
    }

    .pt-lg-21,
    .py-lg-21 {
        padding-top: 5.25rem !important
    }

    .pr-lg-21,
    .px-lg-21 {
        padding-right: 5.25rem !important
    }

    .pb-lg-21,
    .py-lg-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-lg-21,
    .px-lg-21 {
        padding-left: 5.25rem !important
    }

    .p-lg-20 {
        padding: 5rem !important
    }

    .pt-lg-20,
    .py-lg-20 {
        padding-top: 5rem !important
    }

    .pr-lg-20,
    .px-lg-20 {
        padding-right: 5rem !important
    }

    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 5rem !important
    }

    .pl-lg-20,
    .px-lg-20 {
        padding-left: 5rem !important
    }

    .p-lg-19 {
        padding: 4.75rem !important
    }

    .pt-lg-19,
    .py-lg-19 {
        padding-top: 4.75rem !important
    }

    .pr-lg-19,
    .px-lg-19 {
        padding-right: 4.75rem !important
    }

    .pb-lg-19,
    .py-lg-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-lg-19,
    .px-lg-19 {
        padding-left: 4.75rem !important
    }

    .p-lg-18 {
        padding: 4.5rem !important
    }

    .pt-lg-18,
    .py-lg-18 {
        padding-top: 4.5rem !important
    }

    .pr-lg-18,
    .px-lg-18 {
        padding-right: 4.5rem !important
    }

    .pb-lg-18,
    .py-lg-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-18,
    .px-lg-18 {
        padding-left: 4.5rem !important
    }

    .p-lg-17 {
        padding: 4.25rem !important
    }

    .pt-lg-17,
    .py-lg-17 {
        padding-top: 4.25rem !important
    }

    .pr-lg-17,
    .px-lg-17 {
        padding-right: 4.25rem !important
    }

    .pb-lg-17,
    .py-lg-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-lg-17,
    .px-lg-17 {
        padding-left: 4.25rem !important
    }

    .p-lg-16 {
        padding: 4rem !important
    }

    .pt-lg-16,
    .py-lg-16 {
        padding-top: 4rem !important
    }

    .pr-lg-16,
    .px-lg-16 {
        padding-right: 4rem !important
    }

    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 4rem !important
    }

    .pl-lg-16,
    .px-lg-16 {
        padding-left: 4rem !important
    }

    .p-lg-15 {
        padding: 3.75rem !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 3.75rem !important
    }

    .pr-lg-15,
    .px-lg-15 {
        padding-right: 3.75rem !important
    }

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-lg-15,
    .px-lg-15 {
        padding-left: 3.75rem !important
    }

    .p-lg-14 {
        padding: 3.5rem !important
    }

    .pt-lg-14,
    .py-lg-14 {
        padding-top: 3.5rem !important
    }

    .pr-lg-14,
    .px-lg-14 {
        padding-right: 3.5rem !important
    }

    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-14,
    .px-lg-14 {
        padding-left: 3.5rem !important
    }

    .p-lg-13 {
        padding: 3.25rem !important
    }

    .pt-lg-13,
    .py-lg-13 {
        padding-top: 3.25rem !important
    }

    .pr-lg-13,
    .px-lg-13 {
        padding-right: 3.25rem !important
    }

    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-lg-13,
    .px-lg-13 {
        padding-left: 3.25rem !important
    }

    .p-lg-12 {
        padding: 3rem !important
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 3rem !important
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 3rem !important
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 3rem !important
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 3rem !important
    }

    .p-lg-11 {
        padding: 2.75rem !important
    }

    .pt-lg-11,
    .py-lg-11 {
        padding-top: 2.75rem !important
    }

    .pr-lg-11,
    .px-lg-11 {
        padding-right: 2.75rem !important
    }

    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-lg-11,
    .px-lg-11 {
        padding-left: 2.75rem !important
    }

    .p-lg-10 {
        padding: 2.5rem !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 2.5rem !important
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 2.5rem !important
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 2.5rem !important
    }

    .p-lg-9 {
        padding: 2.25rem !important
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 2.25rem !important
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 2.25rem !important
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 2.25rem !important
    }

    .p-lg-8 {
        padding: 2rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 2rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 2rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 2rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 2rem !important
    }

    .p-lg-7 {
        padding: 1.75rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 1.75rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 1.75rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 1.75rem !important
    }

    .p-lg-6 {
        padding: 1.5rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 1.5rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 1.5rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 1.25rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.25rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.25rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.25rem !important
    }

    .p-lg-4 {
        padding: 1rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important
    }

    .p-lg-3 {
        padding: 0.75rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 0.75rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 0.75rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-0 {
        padding: 0rem !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0rem !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0rem !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0rem !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0rem !important
    }

    .m-lg-n40 {
        margin: -10rem !important
    }

    .mt-lg-n40,
    .my-lg-n40 {
        margin-top: -10rem !important
    }

    .mr-lg-n40,
    .mx-lg-n40 {
        margin-right: -10rem !important
    }

    .mb-lg-n40,
    .my-lg-n40 {
        margin-bottom: -10rem !important
    }

    .ml-lg-n40,
    .mx-lg-n40 {
        margin-left: -10rem !important
    }

    .m-lg-n39 {
        margin: -9.75rem !important
    }

    .mt-lg-n39,
    .my-lg-n39 {
        margin-top: -9.75rem !important
    }

    .mr-lg-n39,
    .mx-lg-n39 {
        margin-right: -9.75rem !important
    }

    .mb-lg-n39,
    .my-lg-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-lg-n39,
    .mx-lg-n39 {
        margin-left: -9.75rem !important
    }

    .m-lg-n38 {
        margin: -9.5rem !important
    }

    .mt-lg-n38,
    .my-lg-n38 {
        margin-top: -9.5rem !important
    }

    .mr-lg-n38,
    .mx-lg-n38 {
        margin-right: -9.5rem !important
    }

    .mb-lg-n38,
    .my-lg-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-lg-n38,
    .mx-lg-n38 {
        margin-left: -9.5rem !important
    }

    .m-lg-n37 {
        margin: -9.25rem !important
    }

    .mt-lg-n37,
    .my-lg-n37 {
        margin-top: -9.25rem !important
    }

    .mr-lg-n37,
    .mx-lg-n37 {
        margin-right: -9.25rem !important
    }

    .mb-lg-n37,
    .my-lg-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-lg-n37,
    .mx-lg-n37 {
        margin-left: -9.25rem !important
    }

    .m-lg-n36 {
        margin: -9rem !important
    }

    .mt-lg-n36,
    .my-lg-n36 {
        margin-top: -9rem !important
    }

    .mr-lg-n36,
    .mx-lg-n36 {
        margin-right: -9rem !important
    }

    .mb-lg-n36,
    .my-lg-n36 {
        margin-bottom: -9rem !important
    }

    .ml-lg-n36,
    .mx-lg-n36 {
        margin-left: -9rem !important
    }

    .m-lg-n35 {
        margin: -8.75rem !important
    }

    .mt-lg-n35,
    .my-lg-n35 {
        margin-top: -8.75rem !important
    }

    .mr-lg-n35,
    .mx-lg-n35 {
        margin-right: -8.75rem !important
    }

    .mb-lg-n35,
    .my-lg-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-lg-n35,
    .mx-lg-n35 {
        margin-left: -8.75rem !important
    }

    .m-lg-n34 {
        margin: -8.5rem !important
    }

    .mt-lg-n34,
    .my-lg-n34 {
        margin-top: -8.5rem !important
    }

    .mr-lg-n34,
    .mx-lg-n34 {
        margin-right: -8.5rem !important
    }

    .mb-lg-n34,
    .my-lg-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-lg-n34,
    .mx-lg-n34 {
        margin-left: -8.5rem !important
    }

    .m-lg-n33 {
        margin: -8.25rem !important
    }

    .mt-lg-n33,
    .my-lg-n33 {
        margin-top: -8.25rem !important
    }

    .mr-lg-n33,
    .mx-lg-n33 {
        margin-right: -8.25rem !important
    }

    .mb-lg-n33,
    .my-lg-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-lg-n33,
    .mx-lg-n33 {
        margin-left: -8.25rem !important
    }

    .m-lg-n32 {
        margin: -8rem !important
    }

    .mt-lg-n32,
    .my-lg-n32 {
        margin-top: -8rem !important
    }

    .mr-lg-n32,
    .mx-lg-n32 {
        margin-right: -8rem !important
    }

    .mb-lg-n32,
    .my-lg-n32 {
        margin-bottom: -8rem !important
    }

    .ml-lg-n32,
    .mx-lg-n32 {
        margin-left: -8rem !important
    }

    .m-lg-n31 {
        margin: -7.75rem !important
    }

    .mt-lg-n31,
    .my-lg-n31 {
        margin-top: -7.75rem !important
    }

    .mr-lg-n31,
    .mx-lg-n31 {
        margin-right: -7.75rem !important
    }

    .mb-lg-n31,
    .my-lg-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-lg-n31,
    .mx-lg-n31 {
        margin-left: -7.75rem !important
    }

    .m-lg-n30 {
        margin: -7.5rem !important
    }

    .mt-lg-n30,
    .my-lg-n30 {
        margin-top: -7.5rem !important
    }

    .mr-lg-n30,
    .mx-lg-n30 {
        margin-right: -7.5rem !important
    }

    .mb-lg-n30,
    .my-lg-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-lg-n30,
    .mx-lg-n30 {
        margin-left: -7.5rem !important
    }

    .m-lg-n29 {
        margin: -7.25rem !important
    }

    .mt-lg-n29,
    .my-lg-n29 {
        margin-top: -7.25rem !important
    }

    .mr-lg-n29,
    .mx-lg-n29 {
        margin-right: -7.25rem !important
    }

    .mb-lg-n29,
    .my-lg-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-lg-n29,
    .mx-lg-n29 {
        margin-left: -7.25rem !important
    }

    .m-lg-n28 {
        margin: -7rem !important
    }

    .mt-lg-n28,
    .my-lg-n28 {
        margin-top: -7rem !important
    }

    .mr-lg-n28,
    .mx-lg-n28 {
        margin-right: -7rem !important
    }

    .mb-lg-n28,
    .my-lg-n28 {
        margin-bottom: -7rem !important
    }

    .ml-lg-n28,
    .mx-lg-n28 {
        margin-left: -7rem !important
    }

    .m-lg-n27 {
        margin: -6.75rem !important
    }

    .mt-lg-n27,
    .my-lg-n27 {
        margin-top: -6.75rem !important
    }

    .mr-lg-n27,
    .mx-lg-n27 {
        margin-right: -6.75rem !important
    }

    .mb-lg-n27,
    .my-lg-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-lg-n27,
    .mx-lg-n27 {
        margin-left: -6.75rem !important
    }

    .m-lg-n26 {
        margin: -6.5rem !important
    }

    .mt-lg-n26,
    .my-lg-n26 {
        margin-top: -6.5rem !important
    }

    .mr-lg-n26,
    .mx-lg-n26 {
        margin-right: -6.5rem !important
    }

    .mb-lg-n26,
    .my-lg-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-lg-n26,
    .mx-lg-n26 {
        margin-left: -6.5rem !important
    }

    .m-lg-n25 {
        margin: -6.25rem !important
    }

    .mt-lg-n25,
    .my-lg-n25 {
        margin-top: -6.25rem !important
    }

    .mr-lg-n25,
    .mx-lg-n25 {
        margin-right: -6.25rem !important
    }

    .mb-lg-n25,
    .my-lg-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-lg-n25,
    .mx-lg-n25 {
        margin-left: -6.25rem !important
    }

    .m-lg-n24 {
        margin: -6rem !important
    }

    .mt-lg-n24,
    .my-lg-n24 {
        margin-top: -6rem !important
    }

    .mr-lg-n24,
    .mx-lg-n24 {
        margin-right: -6rem !important
    }

    .mb-lg-n24,
    .my-lg-n24 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n24,
    .mx-lg-n24 {
        margin-left: -6rem !important
    }

    .m-lg-n23 {
        margin: -5.75rem !important
    }

    .mt-lg-n23,
    .my-lg-n23 {
        margin-top: -5.75rem !important
    }

    .mr-lg-n23,
    .mx-lg-n23 {
        margin-right: -5.75rem !important
    }

    .mb-lg-n23,
    .my-lg-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-lg-n23,
    .mx-lg-n23 {
        margin-left: -5.75rem !important
    }

    .m-lg-n22 {
        margin: -5.5rem !important
    }

    .mt-lg-n22,
    .my-lg-n22 {
        margin-top: -5.5rem !important
    }

    .mr-lg-n22,
    .mx-lg-n22 {
        margin-right: -5.5rem !important
    }

    .mb-lg-n22,
    .my-lg-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-lg-n22,
    .mx-lg-n22 {
        margin-left: -5.5rem !important
    }

    .m-lg-n21 {
        margin: -5.25rem !important
    }

    .mt-lg-n21,
    .my-lg-n21 {
        margin-top: -5.25rem !important
    }

    .mr-lg-n21,
    .mx-lg-n21 {
        margin-right: -5.25rem !important
    }

    .mb-lg-n21,
    .my-lg-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-lg-n21,
    .mx-lg-n21 {
        margin-left: -5.25rem !important
    }

    .m-lg-n20 {
        margin: -5rem !important
    }

    .mt-lg-n20,
    .my-lg-n20 {
        margin-top: -5rem !important
    }

    .mr-lg-n20,
    .mx-lg-n20 {
        margin-right: -5rem !important
    }

    .mb-lg-n20,
    .my-lg-n20 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n20,
    .mx-lg-n20 {
        margin-left: -5rem !important
    }

    .m-lg-n19 {
        margin: -4.75rem !important
    }

    .mt-lg-n19,
    .my-lg-n19 {
        margin-top: -4.75rem !important
    }

    .mr-lg-n19,
    .mx-lg-n19 {
        margin-right: -4.75rem !important
    }

    .mb-lg-n19,
    .my-lg-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-lg-n19,
    .mx-lg-n19 {
        margin-left: -4.75rem !important
    }

    .m-lg-n18 {
        margin: -4.5rem !important
    }

    .mt-lg-n18,
    .my-lg-n18 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n18,
    .mx-lg-n18 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n18,
    .my-lg-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n18,
    .mx-lg-n18 {
        margin-left: -4.5rem !important
    }

    .m-lg-n17 {
        margin: -4.25rem !important
    }

    .mt-lg-n17,
    .my-lg-n17 {
        margin-top: -4.25rem !important
    }

    .mr-lg-n17,
    .mx-lg-n17 {
        margin-right: -4.25rem !important
    }

    .mb-lg-n17,
    .my-lg-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-lg-n17,
    .mx-lg-n17 {
        margin-left: -4.25rem !important
    }

    .m-lg-n16 {
        margin: -4rem !important
    }

    .mt-lg-n16,
    .my-lg-n16 {
        margin-top: -4rem !important
    }

    .mr-lg-n16,
    .mx-lg-n16 {
        margin-right: -4rem !important
    }

    .mb-lg-n16,
    .my-lg-n16 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n16,
    .mx-lg-n16 {
        margin-left: -4rem !important
    }

    .m-lg-n15 {
        margin: -3.75rem !important
    }

    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -3.75rem !important
    }

    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -3.75rem !important
    }

    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -3.75rem !important
    }

    .m-lg-n14 {
        margin: -3.5rem !important
    }

    .mt-lg-n14,
    .my-lg-n14 {
        margin-top: -3.5rem !important
    }

    .mr-lg-n14,
    .mx-lg-n14 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n14,
    .my-lg-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-n14,
    .mx-lg-n14 {
        margin-left: -3.5rem !important
    }

    .m-lg-n13 {
        margin: -3.25rem !important
    }

    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -3.25rem !important
    }

    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -3.25rem !important
    }

    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -3.25rem !important
    }

    .m-lg-n12 {
        margin: -3rem !important
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -3rem !important
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -3rem !important
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -3rem !important
    }

    .m-lg-n11 {
        margin: -2.75rem !important
    }

    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -2.75rem !important
    }

    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -2.75rem !important
    }

    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -2.75rem !important
    }

    .m-lg-n10 {
        margin: -2.5rem !important
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -2.5rem !important
    }

    .m-lg-n9 {
        margin: -2.25rem !important
    }

    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -2.25rem !important
    }

    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -2.25rem !important
    }

    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -2.25rem !important
    }

    .m-lg-n8 {
        margin: -2rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -2rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -2rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -2rem !important
    }

    .m-lg-n7 {
        margin: -1.75rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -1.75rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -1.75rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -1.75rem !important
    }

    .m-lg-n6 {
        margin: -1.5rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -1.25rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.25rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.25rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.25rem !important
    }

    .m-lg-n4 {
        margin: -1rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1rem !important
    }

    .m-lg-n3 {
        margin: -0.75rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -0.75rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -0.75rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -0.75rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n0 {
        margin: 0rem !important
    }

    .mt-lg-n0,
    .my-lg-n0 {
        margin-top: 0rem !important
    }

    .mr-lg-n0,
    .mx-lg-n0 {
        margin-right: 0rem !important
    }

    .mb-lg-n0,
    .my-lg-n0 {
        margin-bottom: 0rem !important
    }

    .ml-lg-n0,
    .mx-lg-n0 {
        margin-left: 0rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200.02px) {
    .m-xl-40 {
        margin: 10rem !important
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 10rem !important
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 10rem !important
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 10rem !important
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 10rem !important
    }

    .m-xl-39 {
        margin: 9.75rem !important
    }

    .mt-xl-39,
    .my-xl-39 {
        margin-top: 9.75rem !important
    }

    .mr-xl-39,
    .mx-xl-39 {
        margin-right: 9.75rem !important
    }

    .mb-xl-39,
    .my-xl-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-xl-39,
    .mx-xl-39 {
        margin-left: 9.75rem !important
    }

    .m-xl-38 {
        margin: 9.5rem !important
    }

    .mt-xl-38,
    .my-xl-38 {
        margin-top: 9.5rem !important
    }

    .mr-xl-38,
    .mx-xl-38 {
        margin-right: 9.5rem !important
    }

    .mb-xl-38,
    .my-xl-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-xl-38,
    .mx-xl-38 {
        margin-left: 9.5rem !important
    }

    .m-xl-37 {
        margin: 9.25rem !important
    }

    .mt-xl-37,
    .my-xl-37 {
        margin-top: 9.25rem !important
    }

    .mr-xl-37,
    .mx-xl-37 {
        margin-right: 9.25rem !important
    }

    .mb-xl-37,
    .my-xl-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-xl-37,
    .mx-xl-37 {
        margin-left: 9.25rem !important
    }

    .m-xl-36 {
        margin: 9rem !important
    }

    .mt-xl-36,
    .my-xl-36 {
        margin-top: 9rem !important
    }

    .mr-xl-36,
    .mx-xl-36 {
        margin-right: 9rem !important
    }

    .mb-xl-36,
    .my-xl-36 {
        margin-bottom: 9rem !important
    }

    .ml-xl-36,
    .mx-xl-36 {
        margin-left: 9rem !important
    }

    .m-xl-35 {
        margin: 8.75rem !important
    }

    .mt-xl-35,
    .my-xl-35 {
        margin-top: 8.75rem !important
    }

    .mr-xl-35,
    .mx-xl-35 {
        margin-right: 8.75rem !important
    }

    .mb-xl-35,
    .my-xl-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-xl-35,
    .mx-xl-35 {
        margin-left: 8.75rem !important
    }

    .m-xl-34 {
        margin: 8.5rem !important
    }

    .mt-xl-34,
    .my-xl-34 {
        margin-top: 8.5rem !important
    }

    .mr-xl-34,
    .mx-xl-34 {
        margin-right: 8.5rem !important
    }

    .mb-xl-34,
    .my-xl-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-xl-34,
    .mx-xl-34 {
        margin-left: 8.5rem !important
    }

    .m-xl-33 {
        margin: 8.25rem !important
    }

    .mt-xl-33,
    .my-xl-33 {
        margin-top: 8.25rem !important
    }

    .mr-xl-33,
    .mx-xl-33 {
        margin-right: 8.25rem !important
    }

    .mb-xl-33,
    .my-xl-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-xl-33,
    .mx-xl-33 {
        margin-left: 8.25rem !important
    }

    .m-xl-32 {
        margin: 8rem !important
    }

    .mt-xl-32,
    .my-xl-32 {
        margin-top: 8rem !important
    }

    .mr-xl-32,
    .mx-xl-32 {
        margin-right: 8rem !important
    }

    .mb-xl-32,
    .my-xl-32 {
        margin-bottom: 8rem !important
    }

    .ml-xl-32,
    .mx-xl-32 {
        margin-left: 8rem !important
    }

    .m-xl-31 {
        margin: 7.75rem !important
    }

    .mt-xl-31,
    .my-xl-31 {
        margin-top: 7.75rem !important
    }

    .mr-xl-31,
    .mx-xl-31 {
        margin-right: 7.75rem !important
    }

    .mb-xl-31,
    .my-xl-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-xl-31,
    .mx-xl-31 {
        margin-left: 7.75rem !important
    }

    .m-xl-30 {
        margin: 7.5rem !important
    }

    .mt-xl-30,
    .my-xl-30 {
        margin-top: 7.5rem !important
    }

    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 7.5rem !important
    }

    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 7.5rem !important
    }

    .m-xl-29 {
        margin: 7.25rem !important
    }

    .mt-xl-29,
    .my-xl-29 {
        margin-top: 7.25rem !important
    }

    .mr-xl-29,
    .mx-xl-29 {
        margin-right: 7.25rem !important
    }

    .mb-xl-29,
    .my-xl-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-xl-29,
    .mx-xl-29 {
        margin-left: 7.25rem !important
    }

    .m-xl-28 {
        margin: 7rem !important
    }

    .mt-xl-28,
    .my-xl-28 {
        margin-top: 7rem !important
    }

    .mr-xl-28,
    .mx-xl-28 {
        margin-right: 7rem !important
    }

    .mb-xl-28,
    .my-xl-28 {
        margin-bottom: 7rem !important
    }

    .ml-xl-28,
    .mx-xl-28 {
        margin-left: 7rem !important
    }

    .m-xl-27 {
        margin: 6.75rem !important
    }

    .mt-xl-27,
    .my-xl-27 {
        margin-top: 6.75rem !important
    }

    .mr-xl-27,
    .mx-xl-27 {
        margin-right: 6.75rem !important
    }

    .mb-xl-27,
    .my-xl-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-xl-27,
    .mx-xl-27 {
        margin-left: 6.75rem !important
    }

    .m-xl-26 {
        margin: 6.5rem !important
    }

    .mt-xl-26,
    .my-xl-26 {
        margin-top: 6.5rem !important
    }

    .mr-xl-26,
    .mx-xl-26 {
        margin-right: 6.5rem !important
    }

    .mb-xl-26,
    .my-xl-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-xl-26,
    .mx-xl-26 {
        margin-left: 6.5rem !important
    }

    .m-xl-25 {
        margin: 6.25rem !important
    }

    .mt-xl-25,
    .my-xl-25 {
        margin-top: 6.25rem !important
    }

    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 6.25rem !important
    }

    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 6.25rem !important
    }

    .m-xl-24 {
        margin: 6rem !important
    }

    .mt-xl-24,
    .my-xl-24 {
        margin-top: 6rem !important
    }

    .mr-xl-24,
    .mx-xl-24 {
        margin-right: 6rem !important
    }

    .mb-xl-24,
    .my-xl-24 {
        margin-bottom: 6rem !important
    }

    .ml-xl-24,
    .mx-xl-24 {
        margin-left: 6rem !important
    }

    .m-xl-23 {
        margin: 5.75rem !important
    }

    .mt-xl-23,
    .my-xl-23 {
        margin-top: 5.75rem !important
    }

    .mr-xl-23,
    .mx-xl-23 {
        margin-right: 5.75rem !important
    }

    .mb-xl-23,
    .my-xl-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-xl-23,
    .mx-xl-23 {
        margin-left: 5.75rem !important
    }

    .m-xl-22 {
        margin: 5.5rem !important
    }

    .mt-xl-22,
    .my-xl-22 {
        margin-top: 5.5rem !important
    }

    .mr-xl-22,
    .mx-xl-22 {
        margin-right: 5.5rem !important
    }

    .mb-xl-22,
    .my-xl-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-xl-22,
    .mx-xl-22 {
        margin-left: 5.5rem !important
    }

    .m-xl-21 {
        margin: 5.25rem !important
    }

    .mt-xl-21,
    .my-xl-21 {
        margin-top: 5.25rem !important
    }

    .mr-xl-21,
    .mx-xl-21 {
        margin-right: 5.25rem !important
    }

    .mb-xl-21,
    .my-xl-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-xl-21,
    .mx-xl-21 {
        margin-left: 5.25rem !important
    }

    .m-xl-20 {
        margin: 5rem !important
    }

    .mt-xl-20,
    .my-xl-20 {
        margin-top: 5rem !important
    }

    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 5rem !important
    }

    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 5rem !important
    }

    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 5rem !important
    }

    .m-xl-19 {
        margin: 4.75rem !important
    }

    .mt-xl-19,
    .my-xl-19 {
        margin-top: 4.75rem !important
    }

    .mr-xl-19,
    .mx-xl-19 {
        margin-right: 4.75rem !important
    }

    .mb-xl-19,
    .my-xl-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-xl-19,
    .mx-xl-19 {
        margin-left: 4.75rem !important
    }

    .m-xl-18 {
        margin: 4.5rem !important
    }

    .mt-xl-18,
    .my-xl-18 {
        margin-top: 4.5rem !important
    }

    .mr-xl-18,
    .mx-xl-18 {
        margin-right: 4.5rem !important
    }

    .mb-xl-18,
    .my-xl-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-18,
    .mx-xl-18 {
        margin-left: 4.5rem !important
    }

    .m-xl-17 {
        margin: 4.25rem !important
    }

    .mt-xl-17,
    .my-xl-17 {
        margin-top: 4.25rem !important
    }

    .mr-xl-17,
    .mx-xl-17 {
        margin-right: 4.25rem !important
    }

    .mb-xl-17,
    .my-xl-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-xl-17,
    .mx-xl-17 {
        margin-left: 4.25rem !important
    }

    .m-xl-16 {
        margin: 4rem !important
    }

    .mt-xl-16,
    .my-xl-16 {
        margin-top: 4rem !important
    }

    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 4rem !important
    }

    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 4rem !important
    }

    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 4rem !important
    }

    .m-xl-15 {
        margin: 3.75rem !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 3.75rem !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 3.75rem !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 3.75rem !important
    }

    .m-xl-14 {
        margin: 3.5rem !important
    }

    .mt-xl-14,
    .my-xl-14 {
        margin-top: 3.5rem !important
    }

    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 3.5rem !important
    }

    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 3.5rem !important
    }

    .m-xl-13 {
        margin: 3.25rem !important
    }

    .mt-xl-13,
    .my-xl-13 {
        margin-top: 3.25rem !important
    }

    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 3.25rem !important
    }

    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 3.25rem !important
    }

    .m-xl-12 {
        margin: 3rem !important
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 3rem !important
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 3rem !important
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 3rem !important
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 3rem !important
    }

    .m-xl-11 {
        margin: 2.75rem !important
    }

    .mt-xl-11,
    .my-xl-11 {
        margin-top: 2.75rem !important
    }

    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 2.75rem !important
    }

    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 2.75rem !important
    }

    .m-xl-10 {
        margin: 2.5rem !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 2.5rem !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 2.5rem !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 2.5rem !important
    }

    .m-xl-9 {
        margin: 2.25rem !important
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 2.25rem !important
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 2.25rem !important
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 2.25rem !important
    }

    .m-xl-8 {
        margin: 2rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 2rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 2rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 2rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 2rem !important
    }

    .m-xl-7 {
        margin: 1.75rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 1.75rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 1.75rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 1.75rem !important
    }

    .m-xl-6 {
        margin: 1.5rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 1.5rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 1.5rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 1.25rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.25rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.25rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.25rem !important
    }

    .m-xl-4 {
        margin: 1rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important
    }

    .m-xl-3 {
        margin: 0.75rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 0.75rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 0.75rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-0 {
        margin: 0rem !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0rem !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0rem !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0rem !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0rem !important
    }

    .p-xl-40 {
        padding: 10rem !important
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 10rem !important
    }

    .pr-xl-40,
    .px-xl-40 {
        padding-right: 10rem !important
    }

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 10rem !important
    }

    .pl-xl-40,
    .px-xl-40 {
        padding-left: 10rem !important
    }

    .p-xl-39 {
        padding: 9.75rem !important
    }

    .pt-xl-39,
    .py-xl-39 {
        padding-top: 9.75rem !important
    }

    .pr-xl-39,
    .px-xl-39 {
        padding-right: 9.75rem !important
    }

    .pb-xl-39,
    .py-xl-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-xl-39,
    .px-xl-39 {
        padding-left: 9.75rem !important
    }

    .p-xl-38 {
        padding: 9.5rem !important
    }

    .pt-xl-38,
    .py-xl-38 {
        padding-top: 9.5rem !important
    }

    .pr-xl-38,
    .px-xl-38 {
        padding-right: 9.5rem !important
    }

    .pb-xl-38,
    .py-xl-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-xl-38,
    .px-xl-38 {
        padding-left: 9.5rem !important
    }

    .p-xl-37 {
        padding: 9.25rem !important
    }

    .pt-xl-37,
    .py-xl-37 {
        padding-top: 9.25rem !important
    }

    .pr-xl-37,
    .px-xl-37 {
        padding-right: 9.25rem !important
    }

    .pb-xl-37,
    .py-xl-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-xl-37,
    .px-xl-37 {
        padding-left: 9.25rem !important
    }

    .p-xl-36 {
        padding: 9rem !important
    }

    .pt-xl-36,
    .py-xl-36 {
        padding-top: 9rem !important
    }

    .pr-xl-36,
    .px-xl-36 {
        padding-right: 9rem !important
    }

    .pb-xl-36,
    .py-xl-36 {
        padding-bottom: 9rem !important
    }

    .pl-xl-36,
    .px-xl-36 {
        padding-left: 9rem !important
    }

    .p-xl-35 {
        padding: 8.75rem !important
    }

    .pt-xl-35,
    .py-xl-35 {
        padding-top: 8.75rem !important
    }

    .pr-xl-35,
    .px-xl-35 {
        padding-right: 8.75rem !important
    }

    .pb-xl-35,
    .py-xl-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-xl-35,
    .px-xl-35 {
        padding-left: 8.75rem !important
    }

    .p-xl-34 {
        padding: 8.5rem !important
    }

    .pt-xl-34,
    .py-xl-34 {
        padding-top: 8.5rem !important
    }

    .pr-xl-34,
    .px-xl-34 {
        padding-right: 8.5rem !important
    }

    .pb-xl-34,
    .py-xl-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-xl-34,
    .px-xl-34 {
        padding-left: 8.5rem !important
    }

    .p-xl-33 {
        padding: 8.25rem !important
    }

    .pt-xl-33,
    .py-xl-33 {
        padding-top: 8.25rem !important
    }

    .pr-xl-33,
    .px-xl-33 {
        padding-right: 8.25rem !important
    }

    .pb-xl-33,
    .py-xl-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-xl-33,
    .px-xl-33 {
        padding-left: 8.25rem !important
    }

    .p-xl-32 {
        padding: 8rem !important
    }

    .pt-xl-32,
    .py-xl-32 {
        padding-top: 8rem !important
    }

    .pr-xl-32,
    .px-xl-32 {
        padding-right: 8rem !important
    }

    .pb-xl-32,
    .py-xl-32 {
        padding-bottom: 8rem !important
    }

    .pl-xl-32,
    .px-xl-32 {
        padding-left: 8rem !important
    }

    .p-xl-31 {
        padding: 7.75rem !important
    }

    .pt-xl-31,
    .py-xl-31 {
        padding-top: 7.75rem !important
    }

    .pr-xl-31,
    .px-xl-31 {
        padding-right: 7.75rem !important
    }

    .pb-xl-31,
    .py-xl-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-xl-31,
    .px-xl-31 {
        padding-left: 7.75rem !important
    }

    .p-xl-30 {
        padding: 7.5rem !important
    }

    .pt-xl-30,
    .py-xl-30 {
        padding-top: 7.5rem !important
    }

    .pr-xl-30,
    .px-xl-30 {
        padding-right: 7.5rem !important
    }

    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-30,
    .px-xl-30 {
        padding-left: 7.5rem !important
    }

    .p-xl-29 {
        padding: 7.25rem !important
    }

    .pt-xl-29,
    .py-xl-29 {
        padding-top: 7.25rem !important
    }

    .pr-xl-29,
    .px-xl-29 {
        padding-right: 7.25rem !important
    }

    .pb-xl-29,
    .py-xl-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-xl-29,
    .px-xl-29 {
        padding-left: 7.25rem !important
    }

    .p-xl-28 {
        padding: 7rem !important
    }

    .pt-xl-28,
    .py-xl-28 {
        padding-top: 7rem !important
    }

    .pr-xl-28,
    .px-xl-28 {
        padding-right: 7rem !important
    }

    .pb-xl-28,
    .py-xl-28 {
        padding-bottom: 7rem !important
    }

    .pl-xl-28,
    .px-xl-28 {
        padding-left: 7rem !important
    }

    .p-xl-27 {
        padding: 6.75rem !important
    }

    .pt-xl-27,
    .py-xl-27 {
        padding-top: 6.75rem !important
    }

    .pr-xl-27,
    .px-xl-27 {
        padding-right: 6.75rem !important
    }

    .pb-xl-27,
    .py-xl-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-xl-27,
    .px-xl-27 {
        padding-left: 6.75rem !important
    }

    .p-xl-26 {
        padding: 6.5rem !important
    }

    .pt-xl-26,
    .py-xl-26 {
        padding-top: 6.5rem !important
    }

    .pr-xl-26,
    .px-xl-26 {
        padding-right: 6.5rem !important
    }

    .pb-xl-26,
    .py-xl-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-xl-26,
    .px-xl-26 {
        padding-left: 6.5rem !important
    }

    .p-xl-25 {
        padding: 6.25rem !important
    }

    .pt-xl-25,
    .py-xl-25 {
        padding-top: 6.25rem !important
    }

    .pr-xl-25,
    .px-xl-25 {
        padding-right: 6.25rem !important
    }

    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-xl-25,
    .px-xl-25 {
        padding-left: 6.25rem !important
    }

    .p-xl-24 {
        padding: 6rem !important
    }

    .pt-xl-24,
    .py-xl-24 {
        padding-top: 6rem !important
    }

    .pr-xl-24,
    .px-xl-24 {
        padding-right: 6rem !important
    }

    .pb-xl-24,
    .py-xl-24 {
        padding-bottom: 6rem !important
    }

    .pl-xl-24,
    .px-xl-24 {
        padding-left: 6rem !important
    }

    .p-xl-23 {
        padding: 5.75rem !important
    }

    .pt-xl-23,
    .py-xl-23 {
        padding-top: 5.75rem !important
    }

    .pr-xl-23,
    .px-xl-23 {
        padding-right: 5.75rem !important
    }

    .pb-xl-23,
    .py-xl-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-xl-23,
    .px-xl-23 {
        padding-left: 5.75rem !important
    }

    .p-xl-22 {
        padding: 5.5rem !important
    }

    .pt-xl-22,
    .py-xl-22 {
        padding-top: 5.5rem !important
    }

    .pr-xl-22,
    .px-xl-22 {
        padding-right: 5.5rem !important
    }

    .pb-xl-22,
    .py-xl-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-xl-22,
    .px-xl-22 {
        padding-left: 5.5rem !important
    }

    .p-xl-21 {
        padding: 5.25rem !important
    }

    .pt-xl-21,
    .py-xl-21 {
        padding-top: 5.25rem !important
    }

    .pr-xl-21,
    .px-xl-21 {
        padding-right: 5.25rem !important
    }

    .pb-xl-21,
    .py-xl-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-xl-21,
    .px-xl-21 {
        padding-left: 5.25rem !important
    }

    .p-xl-20 {
        padding: 5rem !important
    }

    .pt-xl-20,
    .py-xl-20 {
        padding-top: 5rem !important
    }

    .pr-xl-20,
    .px-xl-20 {
        padding-right: 5rem !important
    }

    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 5rem !important
    }

    .pl-xl-20,
    .px-xl-20 {
        padding-left: 5rem !important
    }

    .p-xl-19 {
        padding: 4.75rem !important
    }

    .pt-xl-19,
    .py-xl-19 {
        padding-top: 4.75rem !important
    }

    .pr-xl-19,
    .px-xl-19 {
        padding-right: 4.75rem !important
    }

    .pb-xl-19,
    .py-xl-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-xl-19,
    .px-xl-19 {
        padding-left: 4.75rem !important
    }

    .p-xl-18 {
        padding: 4.5rem !important
    }

    .pt-xl-18,
    .py-xl-18 {
        padding-top: 4.5rem !important
    }

    .pr-xl-18,
    .px-xl-18 {
        padding-right: 4.5rem !important
    }

    .pb-xl-18,
    .py-xl-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-18,
    .px-xl-18 {
        padding-left: 4.5rem !important
    }

    .p-xl-17 {
        padding: 4.25rem !important
    }

    .pt-xl-17,
    .py-xl-17 {
        padding-top: 4.25rem !important
    }

    .pr-xl-17,
    .px-xl-17 {
        padding-right: 4.25rem !important
    }

    .pb-xl-17,
    .py-xl-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-xl-17,
    .px-xl-17 {
        padding-left: 4.25rem !important
    }

    .p-xl-16 {
        padding: 4rem !important
    }

    .pt-xl-16,
    .py-xl-16 {
        padding-top: 4rem !important
    }

    .pr-xl-16,
    .px-xl-16 {
        padding-right: 4rem !important
    }

    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 4rem !important
    }

    .pl-xl-16,
    .px-xl-16 {
        padding-left: 4rem !important
    }

    .p-xl-15 {
        padding: 3.75rem !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 3.75rem !important
    }

    .pr-xl-15,
    .px-xl-15 {
        padding-right: 3.75rem !important
    }

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-xl-15,
    .px-xl-15 {
        padding-left: 3.75rem !important
    }

    .p-xl-14 {
        padding: 3.5rem !important
    }

    .pt-xl-14,
    .py-xl-14 {
        padding-top: 3.5rem !important
    }

    .pr-xl-14,
    .px-xl-14 {
        padding-right: 3.5rem !important
    }

    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-14,
    .px-xl-14 {
        padding-left: 3.5rem !important
    }

    .p-xl-13 {
        padding: 3.25rem !important
    }

    .pt-xl-13,
    .py-xl-13 {
        padding-top: 3.25rem !important
    }

    .pr-xl-13,
    .px-xl-13 {
        padding-right: 3.25rem !important
    }

    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-xl-13,
    .px-xl-13 {
        padding-left: 3.25rem !important
    }

    .p-xl-12 {
        padding: 3rem !important
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 3rem !important
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 3rem !important
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 3rem !important
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 3rem !important
    }

    .p-xl-11 {
        padding: 2.75rem !important
    }

    .pt-xl-11,
    .py-xl-11 {
        padding-top: 2.75rem !important
    }

    .pr-xl-11,
    .px-xl-11 {
        padding-right: 2.75rem !important
    }

    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-xl-11,
    .px-xl-11 {
        padding-left: 2.75rem !important
    }

    .p-xl-10 {
        padding: 2.5rem !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 2.5rem !important
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 2.5rem !important
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 2.5rem !important
    }

    .p-xl-9 {
        padding: 2.25rem !important
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 2.25rem !important
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 2.25rem !important
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 2.25rem !important
    }

    .p-xl-8 {
        padding: 2rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 2rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 2rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 2rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 2rem !important
    }

    .p-xl-7 {
        padding: 1.75rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 1.75rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 1.75rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 1.75rem !important
    }

    .p-xl-6 {
        padding: 1.5rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 1.5rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 1.5rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 1.25rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.25rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.25rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.25rem !important
    }

    .p-xl-4 {
        padding: 1rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1rem !important
    }

    .p-xl-3 {
        padding: 0.75rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 0.75rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 0.75rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-0 {
        padding: 0rem !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0rem !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0rem !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0rem !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0rem !important
    }

    .m-xl-n40 {
        margin: -10rem !important
    }

    .mt-xl-n40,
    .my-xl-n40 {
        margin-top: -10rem !important
    }

    .mr-xl-n40,
    .mx-xl-n40 {
        margin-right: -10rem !important
    }

    .mb-xl-n40,
    .my-xl-n40 {
        margin-bottom: -10rem !important
    }

    .ml-xl-n40,
    .mx-xl-n40 {
        margin-left: -10rem !important
    }

    .m-xl-n39 {
        margin: -9.75rem !important
    }

    .mt-xl-n39,
    .my-xl-n39 {
        margin-top: -9.75rem !important
    }

    .mr-xl-n39,
    .mx-xl-n39 {
        margin-right: -9.75rem !important
    }

    .mb-xl-n39,
    .my-xl-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-xl-n39,
    .mx-xl-n39 {
        margin-left: -9.75rem !important
    }

    .m-xl-n38 {
        margin: -9.5rem !important
    }

    .mt-xl-n38,
    .my-xl-n38 {
        margin-top: -9.5rem !important
    }

    .mr-xl-n38,
    .mx-xl-n38 {
        margin-right: -9.5rem !important
    }

    .mb-xl-n38,
    .my-xl-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-xl-n38,
    .mx-xl-n38 {
        margin-left: -9.5rem !important
    }

    .m-xl-n37 {
        margin: -9.25rem !important
    }

    .mt-xl-n37,
    .my-xl-n37 {
        margin-top: -9.25rem !important
    }

    .mr-xl-n37,
    .mx-xl-n37 {
        margin-right: -9.25rem !important
    }

    .mb-xl-n37,
    .my-xl-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-xl-n37,
    .mx-xl-n37 {
        margin-left: -9.25rem !important
    }

    .m-xl-n36 {
        margin: -9rem !important
    }

    .mt-xl-n36,
    .my-xl-n36 {
        margin-top: -9rem !important
    }

    .mr-xl-n36,
    .mx-xl-n36 {
        margin-right: -9rem !important
    }

    .mb-xl-n36,
    .my-xl-n36 {
        margin-bottom: -9rem !important
    }

    .ml-xl-n36,
    .mx-xl-n36 {
        margin-left: -9rem !important
    }

    .m-xl-n35 {
        margin: -8.75rem !important
    }

    .mt-xl-n35,
    .my-xl-n35 {
        margin-top: -8.75rem !important
    }

    .mr-xl-n35,
    .mx-xl-n35 {
        margin-right: -8.75rem !important
    }

    .mb-xl-n35,
    .my-xl-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-xl-n35,
    .mx-xl-n35 {
        margin-left: -8.75rem !important
    }

    .m-xl-n34 {
        margin: -8.5rem !important
    }

    .mt-xl-n34,
    .my-xl-n34 {
        margin-top: -8.5rem !important
    }

    .mr-xl-n34,
    .mx-xl-n34 {
        margin-right: -8.5rem !important
    }

    .mb-xl-n34,
    .my-xl-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-xl-n34,
    .mx-xl-n34 {
        margin-left: -8.5rem !important
    }

    .m-xl-n33 {
        margin: -8.25rem !important
    }

    .mt-xl-n33,
    .my-xl-n33 {
        margin-top: -8.25rem !important
    }

    .mr-xl-n33,
    .mx-xl-n33 {
        margin-right: -8.25rem !important
    }

    .mb-xl-n33,
    .my-xl-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-xl-n33,
    .mx-xl-n33 {
        margin-left: -8.25rem !important
    }

    .m-xl-n32 {
        margin: -8rem !important
    }

    .mt-xl-n32,
    .my-xl-n32 {
        margin-top: -8rem !important
    }

    .mr-xl-n32,
    .mx-xl-n32 {
        margin-right: -8rem !important
    }

    .mb-xl-n32,
    .my-xl-n32 {
        margin-bottom: -8rem !important
    }

    .ml-xl-n32,
    .mx-xl-n32 {
        margin-left: -8rem !important
    }

    .m-xl-n31 {
        margin: -7.75rem !important
    }

    .mt-xl-n31,
    .my-xl-n31 {
        margin-top: -7.75rem !important
    }

    .mr-xl-n31,
    .mx-xl-n31 {
        margin-right: -7.75rem !important
    }

    .mb-xl-n31,
    .my-xl-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-xl-n31,
    .mx-xl-n31 {
        margin-left: -7.75rem !important
    }

    .m-xl-n30 {
        margin: -7.5rem !important
    }

    .mt-xl-n30,
    .my-xl-n30 {
        margin-top: -7.5rem !important
    }

    .mr-xl-n30,
    .mx-xl-n30 {
        margin-right: -7.5rem !important
    }

    .mb-xl-n30,
    .my-xl-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-xl-n30,
    .mx-xl-n30 {
        margin-left: -7.5rem !important
    }

    .m-xl-n29 {
        margin: -7.25rem !important
    }

    .mt-xl-n29,
    .my-xl-n29 {
        margin-top: -7.25rem !important
    }

    .mr-xl-n29,
    .mx-xl-n29 {
        margin-right: -7.25rem !important
    }

    .mb-xl-n29,
    .my-xl-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-xl-n29,
    .mx-xl-n29 {
        margin-left: -7.25rem !important
    }

    .m-xl-n28 {
        margin: -7rem !important
    }

    .mt-xl-n28,
    .my-xl-n28 {
        margin-top: -7rem !important
    }

    .mr-xl-n28,
    .mx-xl-n28 {
        margin-right: -7rem !important
    }

    .mb-xl-n28,
    .my-xl-n28 {
        margin-bottom: -7rem !important
    }

    .ml-xl-n28,
    .mx-xl-n28 {
        margin-left: -7rem !important
    }

    .m-xl-n27 {
        margin: -6.75rem !important
    }

    .mt-xl-n27,
    .my-xl-n27 {
        margin-top: -6.75rem !important
    }

    .mr-xl-n27,
    .mx-xl-n27 {
        margin-right: -6.75rem !important
    }

    .mb-xl-n27,
    .my-xl-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-xl-n27,
    .mx-xl-n27 {
        margin-left: -6.75rem !important
    }

    .m-xl-n26 {
        margin: -6.5rem !important
    }

    .mt-xl-n26,
    .my-xl-n26 {
        margin-top: -6.5rem !important
    }

    .mr-xl-n26,
    .mx-xl-n26 {
        margin-right: -6.5rem !important
    }

    .mb-xl-n26,
    .my-xl-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-xl-n26,
    .mx-xl-n26 {
        margin-left: -6.5rem !important
    }

    .m-xl-n25 {
        margin: -6.25rem !important
    }

    .mt-xl-n25,
    .my-xl-n25 {
        margin-top: -6.25rem !important
    }

    .mr-xl-n25,
    .mx-xl-n25 {
        margin-right: -6.25rem !important
    }

    .mb-xl-n25,
    .my-xl-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-xl-n25,
    .mx-xl-n25 {
        margin-left: -6.25rem !important
    }

    .m-xl-n24 {
        margin: -6rem !important
    }

    .mt-xl-n24,
    .my-xl-n24 {
        margin-top: -6rem !important
    }

    .mr-xl-n24,
    .mx-xl-n24 {
        margin-right: -6rem !important
    }

    .mb-xl-n24,
    .my-xl-n24 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n24,
    .mx-xl-n24 {
        margin-left: -6rem !important
    }

    .m-xl-n23 {
        margin: -5.75rem !important
    }

    .mt-xl-n23,
    .my-xl-n23 {
        margin-top: -5.75rem !important
    }

    .mr-xl-n23,
    .mx-xl-n23 {
        margin-right: -5.75rem !important
    }

    .mb-xl-n23,
    .my-xl-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-xl-n23,
    .mx-xl-n23 {
        margin-left: -5.75rem !important
    }

    .m-xl-n22 {
        margin: -5.5rem !important
    }

    .mt-xl-n22,
    .my-xl-n22 {
        margin-top: -5.5rem !important
    }

    .mr-xl-n22,
    .mx-xl-n22 {
        margin-right: -5.5rem !important
    }

    .mb-xl-n22,
    .my-xl-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-xl-n22,
    .mx-xl-n22 {
        margin-left: -5.5rem !important
    }

    .m-xl-n21 {
        margin: -5.25rem !important
    }

    .mt-xl-n21,
    .my-xl-n21 {
        margin-top: -5.25rem !important
    }

    .mr-xl-n21,
    .mx-xl-n21 {
        margin-right: -5.25rem !important
    }

    .mb-xl-n21,
    .my-xl-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-xl-n21,
    .mx-xl-n21 {
        margin-left: -5.25rem !important
    }

    .m-xl-n20 {
        margin: -5rem !important
    }

    .mt-xl-n20,
    .my-xl-n20 {
        margin-top: -5rem !important
    }

    .mr-xl-n20,
    .mx-xl-n20 {
        margin-right: -5rem !important
    }

    .mb-xl-n20,
    .my-xl-n20 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n20,
    .mx-xl-n20 {
        margin-left: -5rem !important
    }

    .m-xl-n19 {
        margin: -4.75rem !important
    }

    .mt-xl-n19,
    .my-xl-n19 {
        margin-top: -4.75rem !important
    }

    .mr-xl-n19,
    .mx-xl-n19 {
        margin-right: -4.75rem !important
    }

    .mb-xl-n19,
    .my-xl-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-xl-n19,
    .mx-xl-n19 {
        margin-left: -4.75rem !important
    }

    .m-xl-n18 {
        margin: -4.5rem !important
    }

    .mt-xl-n18,
    .my-xl-n18 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n18,
    .mx-xl-n18 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n18,
    .my-xl-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n18,
    .mx-xl-n18 {
        margin-left: -4.5rem !important
    }

    .m-xl-n17 {
        margin: -4.25rem !important
    }

    .mt-xl-n17,
    .my-xl-n17 {
        margin-top: -4.25rem !important
    }

    .mr-xl-n17,
    .mx-xl-n17 {
        margin-right: -4.25rem !important
    }

    .mb-xl-n17,
    .my-xl-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-xl-n17,
    .mx-xl-n17 {
        margin-left: -4.25rem !important
    }

    .m-xl-n16 {
        margin: -4rem !important
    }

    .mt-xl-n16,
    .my-xl-n16 {
        margin-top: -4rem !important
    }

    .mr-xl-n16,
    .mx-xl-n16 {
        margin-right: -4rem !important
    }

    .mb-xl-n16,
    .my-xl-n16 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n16,
    .mx-xl-n16 {
        margin-left: -4rem !important
    }

    .m-xl-n15 {
        margin: -3.75rem !important
    }

    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -3.75rem !important
    }

    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -3.75rem !important
    }

    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -3.75rem !important
    }

    .m-xl-n14 {
        margin: -3.5rem !important
    }

    .mt-xl-n14,
    .my-xl-n14 {
        margin-top: -3.5rem !important
    }

    .mr-xl-n14,
    .mx-xl-n14 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n14,
    .my-xl-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-n14,
    .mx-xl-n14 {
        margin-left: -3.5rem !important
    }

    .m-xl-n13 {
        margin: -3.25rem !important
    }

    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -3.25rem !important
    }

    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -3.25rem !important
    }

    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -3.25rem !important
    }

    .m-xl-n12 {
        margin: -3rem !important
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -3rem !important
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -3rem !important
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -3rem !important
    }

    .m-xl-n11 {
        margin: -2.75rem !important
    }

    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -2.75rem !important
    }

    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -2.75rem !important
    }

    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -2.75rem !important
    }

    .m-xl-n10 {
        margin: -2.5rem !important
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -2.5rem !important
    }

    .m-xl-n9 {
        margin: -2.25rem !important
    }

    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -2.25rem !important
    }

    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -2.25rem !important
    }

    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -2.25rem !important
    }

    .m-xl-n8 {
        margin: -2rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -2rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -2rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -2rem !important
    }

    .m-xl-n7 {
        margin: -1.75rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -1.75rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -1.75rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -1.75rem !important
    }

    .m-xl-n6 {
        margin: -1.5rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -1.25rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.25rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.25rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.25rem !important
    }

    .m-xl-n4 {
        margin: -1rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1rem !important
    }

    .m-xl-n3 {
        margin: -0.75rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -0.75rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -0.75rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -0.75rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n0 {
        margin: 0rem !important
    }

    .mt-xl-n0,
    .my-xl-n0 {
        margin-top: 0rem !important
    }

    .mr-xl-n0,
    .mx-xl-n0 {
        margin-right: 0rem !important
    }

    .mb-xl-n0,
    .my-xl-n0 {
        margin-bottom: 0rem !important
    }

    .ml-xl-n0,
    .mx-xl-n0 {
        margin-left: 0rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1400.02px) {
    .m-xxl-40 {
        margin: 10rem !important
    }

    .mt-xxl-40,
    .my-xxl-40 {
        margin-top: 10rem !important
    }

    .mr-xxl-40,
    .mx-xxl-40 {
        margin-right: 10rem !important
    }

    .mb-xxl-40,
    .my-xxl-40 {
        margin-bottom: 10rem !important
    }

    .ml-xxl-40,
    .mx-xxl-40 {
        margin-left: 10rem !important
    }

    .m-xxl-39 {
        margin: 9.75rem !important
    }

    .mt-xxl-39,
    .my-xxl-39 {
        margin-top: 9.75rem !important
    }

    .mr-xxl-39,
    .mx-xxl-39 {
        margin-right: 9.75rem !important
    }

    .mb-xxl-39,
    .my-xxl-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-xxl-39,
    .mx-xxl-39 {
        margin-left: 9.75rem !important
    }

    .m-xxl-38 {
        margin: 9.5rem !important
    }

    .mt-xxl-38,
    .my-xxl-38 {
        margin-top: 9.5rem !important
    }

    .mr-xxl-38,
    .mx-xxl-38 {
        margin-right: 9.5rem !important
    }

    .mb-xxl-38,
    .my-xxl-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-xxl-38,
    .mx-xxl-38 {
        margin-left: 9.5rem !important
    }

    .m-xxl-37 {
        margin: 9.25rem !important
    }

    .mt-xxl-37,
    .my-xxl-37 {
        margin-top: 9.25rem !important
    }

    .mr-xxl-37,
    .mx-xxl-37 {
        margin-right: 9.25rem !important
    }

    .mb-xxl-37,
    .my-xxl-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-xxl-37,
    .mx-xxl-37 {
        margin-left: 9.25rem !important
    }

    .m-xxl-36 {
        margin: 9rem !important
    }

    .mt-xxl-36,
    .my-xxl-36 {
        margin-top: 9rem !important
    }

    .mr-xxl-36,
    .mx-xxl-36 {
        margin-right: 9rem !important
    }

    .mb-xxl-36,
    .my-xxl-36 {
        margin-bottom: 9rem !important
    }

    .ml-xxl-36,
    .mx-xxl-36 {
        margin-left: 9rem !important
    }

    .m-xxl-35 {
        margin: 8.75rem !important
    }

    .mt-xxl-35,
    .my-xxl-35 {
        margin-top: 8.75rem !important
    }

    .mr-xxl-35,
    .mx-xxl-35 {
        margin-right: 8.75rem !important
    }

    .mb-xxl-35,
    .my-xxl-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-xxl-35,
    .mx-xxl-35 {
        margin-left: 8.75rem !important
    }

    .m-xxl-34 {
        margin: 8.5rem !important
    }

    .mt-xxl-34,
    .my-xxl-34 {
        margin-top: 8.5rem !important
    }

    .mr-xxl-34,
    .mx-xxl-34 {
        margin-right: 8.5rem !important
    }

    .mb-xxl-34,
    .my-xxl-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-xxl-34,
    .mx-xxl-34 {
        margin-left: 8.5rem !important
    }

    .m-xxl-33 {
        margin: 8.25rem !important
    }

    .mt-xxl-33,
    .my-xxl-33 {
        margin-top: 8.25rem !important
    }

    .mr-xxl-33,
    .mx-xxl-33 {
        margin-right: 8.25rem !important
    }

    .mb-xxl-33,
    .my-xxl-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-xxl-33,
    .mx-xxl-33 {
        margin-left: 8.25rem !important
    }

    .m-xxl-32 {
        margin: 8rem !important
    }

    .mt-xxl-32,
    .my-xxl-32 {
        margin-top: 8rem !important
    }

    .mr-xxl-32,
    .mx-xxl-32 {
        margin-right: 8rem !important
    }

    .mb-xxl-32,
    .my-xxl-32 {
        margin-bottom: 8rem !important
    }

    .ml-xxl-32,
    .mx-xxl-32 {
        margin-left: 8rem !important
    }

    .m-xxl-31 {
        margin: 7.75rem !important
    }

    .mt-xxl-31,
    .my-xxl-31 {
        margin-top: 7.75rem !important
    }

    .mr-xxl-31,
    .mx-xxl-31 {
        margin-right: 7.75rem !important
    }

    .mb-xxl-31,
    .my-xxl-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-xxl-31,
    .mx-xxl-31 {
        margin-left: 7.75rem !important
    }

    .m-xxl-30 {
        margin: 7.5rem !important
    }

    .mt-xxl-30,
    .my-xxl-30 {
        margin-top: 7.5rem !important
    }

    .mr-xxl-30,
    .mx-xxl-30 {
        margin-right: 7.5rem !important
    }

    .mb-xxl-30,
    .my-xxl-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-xxl-30,
    .mx-xxl-30 {
        margin-left: 7.5rem !important
    }

    .m-xxl-29 {
        margin: 7.25rem !important
    }

    .mt-xxl-29,
    .my-xxl-29 {
        margin-top: 7.25rem !important
    }

    .mr-xxl-29,
    .mx-xxl-29 {
        margin-right: 7.25rem !important
    }

    .mb-xxl-29,
    .my-xxl-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-xxl-29,
    .mx-xxl-29 {
        margin-left: 7.25rem !important
    }

    .m-xxl-28 {
        margin: 7rem !important
    }

    .mt-xxl-28,
    .my-xxl-28 {
        margin-top: 7rem !important
    }

    .mr-xxl-28,
    .mx-xxl-28 {
        margin-right: 7rem !important
    }

    .mb-xxl-28,
    .my-xxl-28 {
        margin-bottom: 7rem !important
    }

    .ml-xxl-28,
    .mx-xxl-28 {
        margin-left: 7rem !important
    }

    .m-xxl-27 {
        margin: 6.75rem !important
    }

    .mt-xxl-27,
    .my-xxl-27 {
        margin-top: 6.75rem !important
    }

    .mr-xxl-27,
    .mx-xxl-27 {
        margin-right: 6.75rem !important
    }

    .mb-xxl-27,
    .my-xxl-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-xxl-27,
    .mx-xxl-27 {
        margin-left: 6.75rem !important
    }

    .m-xxl-26 {
        margin: 6.5rem !important
    }

    .mt-xxl-26,
    .my-xxl-26 {
        margin-top: 6.5rem !important
    }

    .mr-xxl-26,
    .mx-xxl-26 {
        margin-right: 6.5rem !important
    }

    .mb-xxl-26,
    .my-xxl-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-xxl-26,
    .mx-xxl-26 {
        margin-left: 6.5rem !important
    }

    .m-xxl-25 {
        margin: 6.25rem !important
    }

    .mt-xxl-25,
    .my-xxl-25 {
        margin-top: 6.25rem !important
    }

    .mr-xxl-25,
    .mx-xxl-25 {
        margin-right: 6.25rem !important
    }

    .mb-xxl-25,
    .my-xxl-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-xxl-25,
    .mx-xxl-25 {
        margin-left: 6.25rem !important
    }

    .m-xxl-24 {
        margin: 6rem !important
    }

    .mt-xxl-24,
    .my-xxl-24 {
        margin-top: 6rem !important
    }

    .mr-xxl-24,
    .mx-xxl-24 {
        margin-right: 6rem !important
    }

    .mb-xxl-24,
    .my-xxl-24 {
        margin-bottom: 6rem !important
    }

    .ml-xxl-24,
    .mx-xxl-24 {
        margin-left: 6rem !important
    }

    .m-xxl-23 {
        margin: 5.75rem !important
    }

    .mt-xxl-23,
    .my-xxl-23 {
        margin-top: 5.75rem !important
    }

    .mr-xxl-23,
    .mx-xxl-23 {
        margin-right: 5.75rem !important
    }

    .mb-xxl-23,
    .my-xxl-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-xxl-23,
    .mx-xxl-23 {
        margin-left: 5.75rem !important
    }

    .m-xxl-22 {
        margin: 5.5rem !important
    }

    .mt-xxl-22,
    .my-xxl-22 {
        margin-top: 5.5rem !important
    }

    .mr-xxl-22,
    .mx-xxl-22 {
        margin-right: 5.5rem !important
    }

    .mb-xxl-22,
    .my-xxl-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-xxl-22,
    .mx-xxl-22 {
        margin-left: 5.5rem !important
    }

    .m-xxl-21 {
        margin: 5.25rem !important
    }

    .mt-xxl-21,
    .my-xxl-21 {
        margin-top: 5.25rem !important
    }

    .mr-xxl-21,
    .mx-xxl-21 {
        margin-right: 5.25rem !important
    }

    .mb-xxl-21,
    .my-xxl-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-xxl-21,
    .mx-xxl-21 {
        margin-left: 5.25rem !important
    }

    .m-xxl-20 {
        margin: 5rem !important
    }

    .mt-xxl-20,
    .my-xxl-20 {
        margin-top: 5rem !important
    }

    .mr-xxl-20,
    .mx-xxl-20 {
        margin-right: 5rem !important
    }

    .mb-xxl-20,
    .my-xxl-20 {
        margin-bottom: 5rem !important
    }

    .ml-xxl-20,
    .mx-xxl-20 {
        margin-left: 5rem !important
    }

    .m-xxl-19 {
        margin: 4.75rem !important
    }

    .mt-xxl-19,
    .my-xxl-19 {
        margin-top: 4.75rem !important
    }

    .mr-xxl-19,
    .mx-xxl-19 {
        margin-right: 4.75rem !important
    }

    .mb-xxl-19,
    .my-xxl-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-xxl-19,
    .mx-xxl-19 {
        margin-left: 4.75rem !important
    }

    .m-xxl-18 {
        margin: 4.5rem !important
    }

    .mt-xxl-18,
    .my-xxl-18 {
        margin-top: 4.5rem !important
    }

    .mr-xxl-18,
    .mx-xxl-18 {
        margin-right: 4.5rem !important
    }

    .mb-xxl-18,
    .my-xxl-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-xxl-18,
    .mx-xxl-18 {
        margin-left: 4.5rem !important
    }

    .m-xxl-17 {
        margin: 4.25rem !important
    }

    .mt-xxl-17,
    .my-xxl-17 {
        margin-top: 4.25rem !important
    }

    .mr-xxl-17,
    .mx-xxl-17 {
        margin-right: 4.25rem !important
    }

    .mb-xxl-17,
    .my-xxl-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-xxl-17,
    .mx-xxl-17 {
        margin-left: 4.25rem !important
    }

    .m-xxl-16 {
        margin: 4rem !important
    }

    .mt-xxl-16,
    .my-xxl-16 {
        margin-top: 4rem !important
    }

    .mr-xxl-16,
    .mx-xxl-16 {
        margin-right: 4rem !important
    }

    .mb-xxl-16,
    .my-xxl-16 {
        margin-bottom: 4rem !important
    }

    .ml-xxl-16,
    .mx-xxl-16 {
        margin-left: 4rem !important
    }

    .m-xxl-15 {
        margin: 3.75rem !important
    }

    .mt-xxl-15,
    .my-xxl-15 {
        margin-top: 3.75rem !important
    }

    .mr-xxl-15,
    .mx-xxl-15 {
        margin-right: 3.75rem !important
    }

    .mb-xxl-15,
    .my-xxl-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-xxl-15,
    .mx-xxl-15 {
        margin-left: 3.75rem !important
    }

    .m-xxl-14 {
        margin: 3.5rem !important
    }

    .mt-xxl-14,
    .my-xxl-14 {
        margin-top: 3.5rem !important
    }

    .mr-xxl-14,
    .mx-xxl-14 {
        margin-right: 3.5rem !important
    }

    .mb-xxl-14,
    .my-xxl-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-xxl-14,
    .mx-xxl-14 {
        margin-left: 3.5rem !important
    }

    .m-xxl-13 {
        margin: 3.25rem !important
    }

    .mt-xxl-13,
    .my-xxl-13 {
        margin-top: 3.25rem !important
    }

    .mr-xxl-13,
    .mx-xxl-13 {
        margin-right: 3.25rem !important
    }

    .mb-xxl-13,
    .my-xxl-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-xxl-13,
    .mx-xxl-13 {
        margin-left: 3.25rem !important
    }

    .m-xxl-12 {
        margin: 3rem !important
    }

    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: 3rem !important
    }

    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: 3rem !important
    }

    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: 3rem !important
    }

    .m-xxl-11 {
        margin: 2.75rem !important
    }

    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 2.75rem !important
    }

    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 2.75rem !important
    }

    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 2.75rem !important
    }

    .m-xxl-10 {
        margin: 2.5rem !important
    }

    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 2.5rem !important
    }

    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 2.5rem !important
    }

    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 2.5rem !important
    }

    .m-xxl-9 {
        margin: 2.25rem !important
    }

    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 2.25rem !important
    }

    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 2.25rem !important
    }

    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 2.25rem !important
    }

    .m-xxl-8 {
        margin: 2rem !important
    }

    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 2rem !important
    }

    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 2rem !important
    }

    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 2rem !important
    }

    .m-xxl-7 {
        margin: 1.75rem !important
    }

    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 1.75rem !important
    }

    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 1.75rem !important
    }

    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 1.75rem !important
    }

    .m-xxl-6 {
        margin: 1.5rem !important
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 1.25rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 1.25rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 1.25rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 1.25rem !important
    }

    .m-xxl-4 {
        margin: 1rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1rem !important
    }

    .m-xxl-3 {
        margin: 0.75rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 0.75rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 0.75rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 0.75rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important
    }

    .m-xxl-0 {
        margin: 0rem !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0rem !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0rem !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0rem !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0rem !important
    }

    .p-xxl-40 {
        padding: 10rem !important
    }

    .pt-xxl-40,
    .py-xxl-40 {
        padding-top: 10rem !important
    }

    .pr-xxl-40,
    .px-xxl-40 {
        padding-right: 10rem !important
    }

    .pb-xxl-40,
    .py-xxl-40 {
        padding-bottom: 10rem !important
    }

    .pl-xxl-40,
    .px-xxl-40 {
        padding-left: 10rem !important
    }

    .p-xxl-39 {
        padding: 9.75rem !important
    }

    .pt-xxl-39,
    .py-xxl-39 {
        padding-top: 9.75rem !important
    }

    .pr-xxl-39,
    .px-xxl-39 {
        padding-right: 9.75rem !important
    }

    .pb-xxl-39,
    .py-xxl-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-xxl-39,
    .px-xxl-39 {
        padding-left: 9.75rem !important
    }

    .p-xxl-38 {
        padding: 9.5rem !important
    }

    .pt-xxl-38,
    .py-xxl-38 {
        padding-top: 9.5rem !important
    }

    .pr-xxl-38,
    .px-xxl-38 {
        padding-right: 9.5rem !important
    }

    .pb-xxl-38,
    .py-xxl-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-xxl-38,
    .px-xxl-38 {
        padding-left: 9.5rem !important
    }

    .p-xxl-37 {
        padding: 9.25rem !important
    }

    .pt-xxl-37,
    .py-xxl-37 {
        padding-top: 9.25rem !important
    }

    .pr-xxl-37,
    .px-xxl-37 {
        padding-right: 9.25rem !important
    }

    .pb-xxl-37,
    .py-xxl-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-xxl-37,
    .px-xxl-37 {
        padding-left: 9.25rem !important
    }

    .p-xxl-36 {
        padding: 9rem !important
    }

    .pt-xxl-36,
    .py-xxl-36 {
        padding-top: 9rem !important
    }

    .pr-xxl-36,
    .px-xxl-36 {
        padding-right: 9rem !important
    }

    .pb-xxl-36,
    .py-xxl-36 {
        padding-bottom: 9rem !important
    }

    .pl-xxl-36,
    .px-xxl-36 {
        padding-left: 9rem !important
    }

    .p-xxl-35 {
        padding: 8.75rem !important
    }

    .pt-xxl-35,
    .py-xxl-35 {
        padding-top: 8.75rem !important
    }

    .pr-xxl-35,
    .px-xxl-35 {
        padding-right: 8.75rem !important
    }

    .pb-xxl-35,
    .py-xxl-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-xxl-35,
    .px-xxl-35 {
        padding-left: 8.75rem !important
    }

    .p-xxl-34 {
        padding: 8.5rem !important
    }

    .pt-xxl-34,
    .py-xxl-34 {
        padding-top: 8.5rem !important
    }

    .pr-xxl-34,
    .px-xxl-34 {
        padding-right: 8.5rem !important
    }

    .pb-xxl-34,
    .py-xxl-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-xxl-34,
    .px-xxl-34 {
        padding-left: 8.5rem !important
    }

    .p-xxl-33 {
        padding: 8.25rem !important
    }

    .pt-xxl-33,
    .py-xxl-33 {
        padding-top: 8.25rem !important
    }

    .pr-xxl-33,
    .px-xxl-33 {
        padding-right: 8.25rem !important
    }

    .pb-xxl-33,
    .py-xxl-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-xxl-33,
    .px-xxl-33 {
        padding-left: 8.25rem !important
    }

    .p-xxl-32 {
        padding: 8rem !important
    }

    .pt-xxl-32,
    .py-xxl-32 {
        padding-top: 8rem !important
    }

    .pr-xxl-32,
    .px-xxl-32 {
        padding-right: 8rem !important
    }

    .pb-xxl-32,
    .py-xxl-32 {
        padding-bottom: 8rem !important
    }

    .pl-xxl-32,
    .px-xxl-32 {
        padding-left: 8rem !important
    }

    .p-xxl-31 {
        padding: 7.75rem !important
    }

    .pt-xxl-31,
    .py-xxl-31 {
        padding-top: 7.75rem !important
    }

    .pr-xxl-31,
    .px-xxl-31 {
        padding-right: 7.75rem !important
    }

    .pb-xxl-31,
    .py-xxl-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-xxl-31,
    .px-xxl-31 {
        padding-left: 7.75rem !important
    }

    .p-xxl-30 {
        padding: 7.5rem !important
    }

    .pt-xxl-30,
    .py-xxl-30 {
        padding-top: 7.5rem !important
    }

    .pr-xxl-30,
    .px-xxl-30 {
        padding-right: 7.5rem !important
    }

    .pb-xxl-30,
    .py-xxl-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-xxl-30,
    .px-xxl-30 {
        padding-left: 7.5rem !important
    }

    .p-xxl-29 {
        padding: 7.25rem !important
    }

    .pt-xxl-29,
    .py-xxl-29 {
        padding-top: 7.25rem !important
    }

    .pr-xxl-29,
    .px-xxl-29 {
        padding-right: 7.25rem !important
    }

    .pb-xxl-29,
    .py-xxl-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-xxl-29,
    .px-xxl-29 {
        padding-left: 7.25rem !important
    }

    .p-xxl-28 {
        padding: 7rem !important
    }

    .pt-xxl-28,
    .py-xxl-28 {
        padding-top: 7rem !important
    }

    .pr-xxl-28,
    .px-xxl-28 {
        padding-right: 7rem !important
    }

    .pb-xxl-28,
    .py-xxl-28 {
        padding-bottom: 7rem !important
    }

    .pl-xxl-28,
    .px-xxl-28 {
        padding-left: 7rem !important
    }

    .p-xxl-27 {
        padding: 6.75rem !important
    }

    .pt-xxl-27,
    .py-xxl-27 {
        padding-top: 6.75rem !important
    }

    .pr-xxl-27,
    .px-xxl-27 {
        padding-right: 6.75rem !important
    }

    .pb-xxl-27,
    .py-xxl-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-xxl-27,
    .px-xxl-27 {
        padding-left: 6.75rem !important
    }

    .p-xxl-26 {
        padding: 6.5rem !important
    }

    .pt-xxl-26,
    .py-xxl-26 {
        padding-top: 6.5rem !important
    }

    .pr-xxl-26,
    .px-xxl-26 {
        padding-right: 6.5rem !important
    }

    .pb-xxl-26,
    .py-xxl-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-xxl-26,
    .px-xxl-26 {
        padding-left: 6.5rem !important
    }

    .p-xxl-25 {
        padding: 6.25rem !important
    }

    .pt-xxl-25,
    .py-xxl-25 {
        padding-top: 6.25rem !important
    }

    .pr-xxl-25,
    .px-xxl-25 {
        padding-right: 6.25rem !important
    }

    .pb-xxl-25,
    .py-xxl-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-xxl-25,
    .px-xxl-25 {
        padding-left: 6.25rem !important
    }

    .p-xxl-24 {
        padding: 6rem !important
    }

    .pt-xxl-24,
    .py-xxl-24 {
        padding-top: 6rem !important
    }

    .pr-xxl-24,
    .px-xxl-24 {
        padding-right: 6rem !important
    }

    .pb-xxl-24,
    .py-xxl-24 {
        padding-bottom: 6rem !important
    }

    .pl-xxl-24,
    .px-xxl-24 {
        padding-left: 6rem !important
    }

    .p-xxl-23 {
        padding: 5.75rem !important
    }

    .pt-xxl-23,
    .py-xxl-23 {
        padding-top: 5.75rem !important
    }

    .pr-xxl-23,
    .px-xxl-23 {
        padding-right: 5.75rem !important
    }

    .pb-xxl-23,
    .py-xxl-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-xxl-23,
    .px-xxl-23 {
        padding-left: 5.75rem !important
    }

    .p-xxl-22 {
        padding: 5.5rem !important
    }

    .pt-xxl-22,
    .py-xxl-22 {
        padding-top: 5.5rem !important
    }

    .pr-xxl-22,
    .px-xxl-22 {
        padding-right: 5.5rem !important
    }

    .pb-xxl-22,
    .py-xxl-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-xxl-22,
    .px-xxl-22 {
        padding-left: 5.5rem !important
    }

    .p-xxl-21 {
        padding: 5.25rem !important
    }

    .pt-xxl-21,
    .py-xxl-21 {
        padding-top: 5.25rem !important
    }

    .pr-xxl-21,
    .px-xxl-21 {
        padding-right: 5.25rem !important
    }

    .pb-xxl-21,
    .py-xxl-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-xxl-21,
    .px-xxl-21 {
        padding-left: 5.25rem !important
    }

    .p-xxl-20 {
        padding: 5rem !important
    }

    .pt-xxl-20,
    .py-xxl-20 {
        padding-top: 5rem !important
    }

    .pr-xxl-20,
    .px-xxl-20 {
        padding-right: 5rem !important
    }

    .pb-xxl-20,
    .py-xxl-20 {
        padding-bottom: 5rem !important
    }

    .pl-xxl-20,
    .px-xxl-20 {
        padding-left: 5rem !important
    }

    .p-xxl-19 {
        padding: 4.75rem !important
    }

    .pt-xxl-19,
    .py-xxl-19 {
        padding-top: 4.75rem !important
    }

    .pr-xxl-19,
    .px-xxl-19 {
        padding-right: 4.75rem !important
    }

    .pb-xxl-19,
    .py-xxl-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-xxl-19,
    .px-xxl-19 {
        padding-left: 4.75rem !important
    }

    .p-xxl-18 {
        padding: 4.5rem !important
    }

    .pt-xxl-18,
    .py-xxl-18 {
        padding-top: 4.5rem !important
    }

    .pr-xxl-18,
    .px-xxl-18 {
        padding-right: 4.5rem !important
    }

    .pb-xxl-18,
    .py-xxl-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-xxl-18,
    .px-xxl-18 {
        padding-left: 4.5rem !important
    }

    .p-xxl-17 {
        padding: 4.25rem !important
    }

    .pt-xxl-17,
    .py-xxl-17 {
        padding-top: 4.25rem !important
    }

    .pr-xxl-17,
    .px-xxl-17 {
        padding-right: 4.25rem !important
    }

    .pb-xxl-17,
    .py-xxl-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-xxl-17,
    .px-xxl-17 {
        padding-left: 4.25rem !important
    }

    .p-xxl-16 {
        padding: 4rem !important
    }

    .pt-xxl-16,
    .py-xxl-16 {
        padding-top: 4rem !important
    }

    .pr-xxl-16,
    .px-xxl-16 {
        padding-right: 4rem !important
    }

    .pb-xxl-16,
    .py-xxl-16 {
        padding-bottom: 4rem !important
    }

    .pl-xxl-16,
    .px-xxl-16 {
        padding-left: 4rem !important
    }

    .p-xxl-15 {
        padding: 3.75rem !important
    }

    .pt-xxl-15,
    .py-xxl-15 {
        padding-top: 3.75rem !important
    }

    .pr-xxl-15,
    .px-xxl-15 {
        padding-right: 3.75rem !important
    }

    .pb-xxl-15,
    .py-xxl-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-xxl-15,
    .px-xxl-15 {
        padding-left: 3.75rem !important
    }

    .p-xxl-14 {
        padding: 3.5rem !important
    }

    .pt-xxl-14,
    .py-xxl-14 {
        padding-top: 3.5rem !important
    }

    .pr-xxl-14,
    .px-xxl-14 {
        padding-right: 3.5rem !important
    }

    .pb-xxl-14,
    .py-xxl-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-xxl-14,
    .px-xxl-14 {
        padding-left: 3.5rem !important
    }

    .p-xxl-13 {
        padding: 3.25rem !important
    }

    .pt-xxl-13,
    .py-xxl-13 {
        padding-top: 3.25rem !important
    }

    .pr-xxl-13,
    .px-xxl-13 {
        padding-right: 3.25rem !important
    }

    .pb-xxl-13,
    .py-xxl-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-xxl-13,
    .px-xxl-13 {
        padding-left: 3.25rem !important
    }

    .p-xxl-12 {
        padding: 3rem !important
    }

    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: 3rem !important
    }

    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: 3rem !important
    }

    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: 3rem !important
    }

    .p-xxl-11 {
        padding: 2.75rem !important
    }

    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 2.75rem !important
    }

    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 2.75rem !important
    }

    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 2.75rem !important
    }

    .p-xxl-10 {
        padding: 2.5rem !important
    }

    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 2.5rem !important
    }

    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 2.5rem !important
    }

    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 2.5rem !important
    }

    .p-xxl-9 {
        padding: 2.25rem !important
    }

    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 2.25rem !important
    }

    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 2.25rem !important
    }

    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 2.25rem !important
    }

    .p-xxl-8 {
        padding: 2rem !important
    }

    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 2rem !important
    }

    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 2rem !important
    }

    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 2rem !important
    }

    .p-xxl-7 {
        padding: 1.75rem !important
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 1.75rem !important
    }

    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 1.75rem !important
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 1.75rem !important
    }

    .p-xxl-6 {
        padding: 1.5rem !important
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 1.25rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 1.25rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 1.25rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 1.25rem !important
    }

    .p-xxl-4 {
        padding: 1rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1rem !important
    }

    .p-xxl-3 {
        padding: 0.75rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 0.75rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 0.75rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 0.75rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important
    }

    .p-xxl-0 {
        padding: 0rem !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0rem !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0rem !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0rem !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0rem !important
    }

    .m-xxl-n40 {
        margin: -10rem !important
    }

    .mt-xxl-n40,
    .my-xxl-n40 {
        margin-top: -10rem !important
    }

    .mr-xxl-n40,
    .mx-xxl-n40 {
        margin-right: -10rem !important
    }

    .mb-xxl-n40,
    .my-xxl-n40 {
        margin-bottom: -10rem !important
    }

    .ml-xxl-n40,
    .mx-xxl-n40 {
        margin-left: -10rem !important
    }

    .m-xxl-n39 {
        margin: -9.75rem !important
    }

    .mt-xxl-n39,
    .my-xxl-n39 {
        margin-top: -9.75rem !important
    }

    .mr-xxl-n39,
    .mx-xxl-n39 {
        margin-right: -9.75rem !important
    }

    .mb-xxl-n39,
    .my-xxl-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-xxl-n39,
    .mx-xxl-n39 {
        margin-left: -9.75rem !important
    }

    .m-xxl-n38 {
        margin: -9.5rem !important
    }

    .mt-xxl-n38,
    .my-xxl-n38 {
        margin-top: -9.5rem !important
    }

    .mr-xxl-n38,
    .mx-xxl-n38 {
        margin-right: -9.5rem !important
    }

    .mb-xxl-n38,
    .my-xxl-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-xxl-n38,
    .mx-xxl-n38 {
        margin-left: -9.5rem !important
    }

    .m-xxl-n37 {
        margin: -9.25rem !important
    }

    .mt-xxl-n37,
    .my-xxl-n37 {
        margin-top: -9.25rem !important
    }

    .mr-xxl-n37,
    .mx-xxl-n37 {
        margin-right: -9.25rem !important
    }

    .mb-xxl-n37,
    .my-xxl-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-xxl-n37,
    .mx-xxl-n37 {
        margin-left: -9.25rem !important
    }

    .m-xxl-n36 {
        margin: -9rem !important
    }

    .mt-xxl-n36,
    .my-xxl-n36 {
        margin-top: -9rem !important
    }

    .mr-xxl-n36,
    .mx-xxl-n36 {
        margin-right: -9rem !important
    }

    .mb-xxl-n36,
    .my-xxl-n36 {
        margin-bottom: -9rem !important
    }

    .ml-xxl-n36,
    .mx-xxl-n36 {
        margin-left: -9rem !important
    }

    .m-xxl-n35 {
        margin: -8.75rem !important
    }

    .mt-xxl-n35,
    .my-xxl-n35 {
        margin-top: -8.75rem !important
    }

    .mr-xxl-n35,
    .mx-xxl-n35 {
        margin-right: -8.75rem !important
    }

    .mb-xxl-n35,
    .my-xxl-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-xxl-n35,
    .mx-xxl-n35 {
        margin-left: -8.75rem !important
    }

    .m-xxl-n34 {
        margin: -8.5rem !important
    }

    .mt-xxl-n34,
    .my-xxl-n34 {
        margin-top: -8.5rem !important
    }

    .mr-xxl-n34,
    .mx-xxl-n34 {
        margin-right: -8.5rem !important
    }

    .mb-xxl-n34,
    .my-xxl-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-xxl-n34,
    .mx-xxl-n34 {
        margin-left: -8.5rem !important
    }

    .m-xxl-n33 {
        margin: -8.25rem !important
    }

    .mt-xxl-n33,
    .my-xxl-n33 {
        margin-top: -8.25rem !important
    }

    .mr-xxl-n33,
    .mx-xxl-n33 {
        margin-right: -8.25rem !important
    }

    .mb-xxl-n33,
    .my-xxl-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-xxl-n33,
    .mx-xxl-n33 {
        margin-left: -8.25rem !important
    }

    .m-xxl-n32 {
        margin: -8rem !important
    }

    .mt-xxl-n32,
    .my-xxl-n32 {
        margin-top: -8rem !important
    }

    .mr-xxl-n32,
    .mx-xxl-n32 {
        margin-right: -8rem !important
    }

    .mb-xxl-n32,
    .my-xxl-n32 {
        margin-bottom: -8rem !important
    }

    .ml-xxl-n32,
    .mx-xxl-n32 {
        margin-left: -8rem !important
    }

    .m-xxl-n31 {
        margin: -7.75rem !important
    }

    .mt-xxl-n31,
    .my-xxl-n31 {
        margin-top: -7.75rem !important
    }

    .mr-xxl-n31,
    .mx-xxl-n31 {
        margin-right: -7.75rem !important
    }

    .mb-xxl-n31,
    .my-xxl-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-xxl-n31,
    .mx-xxl-n31 {
        margin-left: -7.75rem !important
    }

    .m-xxl-n30 {
        margin: -7.5rem !important
    }

    .mt-xxl-n30,
    .my-xxl-n30 {
        margin-top: -7.5rem !important
    }

    .mr-xxl-n30,
    .mx-xxl-n30 {
        margin-right: -7.5rem !important
    }

    .mb-xxl-n30,
    .my-xxl-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-xxl-n30,
    .mx-xxl-n30 {
        margin-left: -7.5rem !important
    }

    .m-xxl-n29 {
        margin: -7.25rem !important
    }

    .mt-xxl-n29,
    .my-xxl-n29 {
        margin-top: -7.25rem !important
    }

    .mr-xxl-n29,
    .mx-xxl-n29 {
        margin-right: -7.25rem !important
    }

    .mb-xxl-n29,
    .my-xxl-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-xxl-n29,
    .mx-xxl-n29 {
        margin-left: -7.25rem !important
    }

    .m-xxl-n28 {
        margin: -7rem !important
    }

    .mt-xxl-n28,
    .my-xxl-n28 {
        margin-top: -7rem !important
    }

    .mr-xxl-n28,
    .mx-xxl-n28 {
        margin-right: -7rem !important
    }

    .mb-xxl-n28,
    .my-xxl-n28 {
        margin-bottom: -7rem !important
    }

    .ml-xxl-n28,
    .mx-xxl-n28 {
        margin-left: -7rem !important
    }

    .m-xxl-n27 {
        margin: -6.75rem !important
    }

    .mt-xxl-n27,
    .my-xxl-n27 {
        margin-top: -6.75rem !important
    }

    .mr-xxl-n27,
    .mx-xxl-n27 {
        margin-right: -6.75rem !important
    }

    .mb-xxl-n27,
    .my-xxl-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-xxl-n27,
    .mx-xxl-n27 {
        margin-left: -6.75rem !important
    }

    .m-xxl-n26 {
        margin: -6.5rem !important
    }

    .mt-xxl-n26,
    .my-xxl-n26 {
        margin-top: -6.5rem !important
    }

    .mr-xxl-n26,
    .mx-xxl-n26 {
        margin-right: -6.5rem !important
    }

    .mb-xxl-n26,
    .my-xxl-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-xxl-n26,
    .mx-xxl-n26 {
        margin-left: -6.5rem !important
    }

    .m-xxl-n25 {
        margin: -6.25rem !important
    }

    .mt-xxl-n25,
    .my-xxl-n25 {
        margin-top: -6.25rem !important
    }

    .mr-xxl-n25,
    .mx-xxl-n25 {
        margin-right: -6.25rem !important
    }

    .mb-xxl-n25,
    .my-xxl-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-xxl-n25,
    .mx-xxl-n25 {
        margin-left: -6.25rem !important
    }

    .m-xxl-n24 {
        margin: -6rem !important
    }

    .mt-xxl-n24,
    .my-xxl-n24 {
        margin-top: -6rem !important
    }

    .mr-xxl-n24,
    .mx-xxl-n24 {
        margin-right: -6rem !important
    }

    .mb-xxl-n24,
    .my-xxl-n24 {
        margin-bottom: -6rem !important
    }

    .ml-xxl-n24,
    .mx-xxl-n24 {
        margin-left: -6rem !important
    }

    .m-xxl-n23 {
        margin: -5.75rem !important
    }

    .mt-xxl-n23,
    .my-xxl-n23 {
        margin-top: -5.75rem !important
    }

    .mr-xxl-n23,
    .mx-xxl-n23 {
        margin-right: -5.75rem !important
    }

    .mb-xxl-n23,
    .my-xxl-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-xxl-n23,
    .mx-xxl-n23 {
        margin-left: -5.75rem !important
    }

    .m-xxl-n22 {
        margin: -5.5rem !important
    }

    .mt-xxl-n22,
    .my-xxl-n22 {
        margin-top: -5.5rem !important
    }

    .mr-xxl-n22,
    .mx-xxl-n22 {
        margin-right: -5.5rem !important
    }

    .mb-xxl-n22,
    .my-xxl-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-xxl-n22,
    .mx-xxl-n22 {
        margin-left: -5.5rem !important
    }

    .m-xxl-n21 {
        margin: -5.25rem !important
    }

    .mt-xxl-n21,
    .my-xxl-n21 {
        margin-top: -5.25rem !important
    }

    .mr-xxl-n21,
    .mx-xxl-n21 {
        margin-right: -5.25rem !important
    }

    .mb-xxl-n21,
    .my-xxl-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-xxl-n21,
    .mx-xxl-n21 {
        margin-left: -5.25rem !important
    }

    .m-xxl-n20 {
        margin: -5rem !important
    }

    .mt-xxl-n20,
    .my-xxl-n20 {
        margin-top: -5rem !important
    }

    .mr-xxl-n20,
    .mx-xxl-n20 {
        margin-right: -5rem !important
    }

    .mb-xxl-n20,
    .my-xxl-n20 {
        margin-bottom: -5rem !important
    }

    .ml-xxl-n20,
    .mx-xxl-n20 {
        margin-left: -5rem !important
    }

    .m-xxl-n19 {
        margin: -4.75rem !important
    }

    .mt-xxl-n19,
    .my-xxl-n19 {
        margin-top: -4.75rem !important
    }

    .mr-xxl-n19,
    .mx-xxl-n19 {
        margin-right: -4.75rem !important
    }

    .mb-xxl-n19,
    .my-xxl-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-xxl-n19,
    .mx-xxl-n19 {
        margin-left: -4.75rem !important
    }

    .m-xxl-n18 {
        margin: -4.5rem !important
    }

    .mt-xxl-n18,
    .my-xxl-n18 {
        margin-top: -4.5rem !important
    }

    .mr-xxl-n18,
    .mx-xxl-n18 {
        margin-right: -4.5rem !important
    }

    .mb-xxl-n18,
    .my-xxl-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-xxl-n18,
    .mx-xxl-n18 {
        margin-left: -4.5rem !important
    }

    .m-xxl-n17 {
        margin: -4.25rem !important
    }

    .mt-xxl-n17,
    .my-xxl-n17 {
        margin-top: -4.25rem !important
    }

    .mr-xxl-n17,
    .mx-xxl-n17 {
        margin-right: -4.25rem !important
    }

    .mb-xxl-n17,
    .my-xxl-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-xxl-n17,
    .mx-xxl-n17 {
        margin-left: -4.25rem !important
    }

    .m-xxl-n16 {
        margin: -4rem !important
    }

    .mt-xxl-n16,
    .my-xxl-n16 {
        margin-top: -4rem !important
    }

    .mr-xxl-n16,
    .mx-xxl-n16 {
        margin-right: -4rem !important
    }

    .mb-xxl-n16,
    .my-xxl-n16 {
        margin-bottom: -4rem !important
    }

    .ml-xxl-n16,
    .mx-xxl-n16 {
        margin-left: -4rem !important
    }

    .m-xxl-n15 {
        margin: -3.75rem !important
    }

    .mt-xxl-n15,
    .my-xxl-n15 {
        margin-top: -3.75rem !important
    }

    .mr-xxl-n15,
    .mx-xxl-n15 {
        margin-right: -3.75rem !important
    }

    .mb-xxl-n15,
    .my-xxl-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-xxl-n15,
    .mx-xxl-n15 {
        margin-left: -3.75rem !important
    }

    .m-xxl-n14 {
        margin: -3.5rem !important
    }

    .mt-xxl-n14,
    .my-xxl-n14 {
        margin-top: -3.5rem !important
    }

    .mr-xxl-n14,
    .mx-xxl-n14 {
        margin-right: -3.5rem !important
    }

    .mb-xxl-n14,
    .my-xxl-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-xxl-n14,
    .mx-xxl-n14 {
        margin-left: -3.5rem !important
    }

    .m-xxl-n13 {
        margin: -3.25rem !important
    }

    .mt-xxl-n13,
    .my-xxl-n13 {
        margin-top: -3.25rem !important
    }

    .mr-xxl-n13,
    .mx-xxl-n13 {
        margin-right: -3.25rem !important
    }

    .mb-xxl-n13,
    .my-xxl-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-xxl-n13,
    .mx-xxl-n13 {
        margin-left: -3.25rem !important
    }

    .m-xxl-n12 {
        margin: -3rem !important
    }

    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -3rem !important
    }

    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -3rem !important
    }

    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -3rem !important
    }

    .m-xxl-n11 {
        margin: -2.75rem !important
    }

    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -2.75rem !important
    }

    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -2.75rem !important
    }

    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -2.75rem !important
    }

    .m-xxl-n10 {
        margin: -2.5rem !important
    }

    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -2.5rem !important
    }

    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -2.5rem !important
    }

    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -2.5rem !important
    }

    .m-xxl-n9 {
        margin: -2.25rem !important
    }

    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -2.25rem !important
    }

    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -2.25rem !important
    }

    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -2.25rem !important
    }

    .m-xxl-n8 {
        margin: -2rem !important
    }

    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -2rem !important
    }

    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -2rem !important
    }

    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -2rem !important
    }

    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -2rem !important
    }

    .m-xxl-n7 {
        margin: -1.75rem !important
    }

    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -1.75rem !important
    }

    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -1.75rem !important
    }

    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -1.75rem !important
    }

    .m-xxl-n6 {
        margin: -1.5rem !important
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -1.25rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -1.25rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -1.25rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -1.25rem !important
    }

    .m-xxl-n4 {
        margin: -1rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1rem !important
    }

    .m-xxl-n3 {
        margin: -0.75rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -0.75rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -0.75rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -0.75rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n0 {
        margin: 0rem !important
    }

    .mt-xxl-n0,
    .my-xxl-n0 {
        margin-top: 0rem !important
    }

    .mr-xxl-n0,
    .mx-xxl-n0 {
        margin-right: 0rem !important
    }

    .mb-xxl-n0,
    .my-xxl-n0 {
        margin-bottom: 0rem !important
    }

    .ml-xxl-n0,
    .mx-xxl-n0 {
        margin-left: 0rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1600.02px) {
    .m-xxxl-40 {
        margin: 10rem !important
    }

    .mt-xxxl-40,
    .my-xxxl-40 {
        margin-top: 10rem !important
    }

    .mr-xxxl-40,
    .mx-xxxl-40 {
        margin-right: 10rem !important
    }

    .mb-xxxl-40,
    .my-xxxl-40 {
        margin-bottom: 10rem !important
    }

    .ml-xxxl-40,
    .mx-xxxl-40 {
        margin-left: 10rem !important
    }

    .m-xxxl-39 {
        margin: 9.75rem !important
    }

    .mt-xxxl-39,
    .my-xxxl-39 {
        margin-top: 9.75rem !important
    }

    .mr-xxxl-39,
    .mx-xxxl-39 {
        margin-right: 9.75rem !important
    }

    .mb-xxxl-39,
    .my-xxxl-39 {
        margin-bottom: 9.75rem !important
    }

    .ml-xxxl-39,
    .mx-xxxl-39 {
        margin-left: 9.75rem !important
    }

    .m-xxxl-38 {
        margin: 9.5rem !important
    }

    .mt-xxxl-38,
    .my-xxxl-38 {
        margin-top: 9.5rem !important
    }

    .mr-xxxl-38,
    .mx-xxxl-38 {
        margin-right: 9.5rem !important
    }

    .mb-xxxl-38,
    .my-xxxl-38 {
        margin-bottom: 9.5rem !important
    }

    .ml-xxxl-38,
    .mx-xxxl-38 {
        margin-left: 9.5rem !important
    }

    .m-xxxl-37 {
        margin: 9.25rem !important
    }

    .mt-xxxl-37,
    .my-xxxl-37 {
        margin-top: 9.25rem !important
    }

    .mr-xxxl-37,
    .mx-xxxl-37 {
        margin-right: 9.25rem !important
    }

    .mb-xxxl-37,
    .my-xxxl-37 {
        margin-bottom: 9.25rem !important
    }

    .ml-xxxl-37,
    .mx-xxxl-37 {
        margin-left: 9.25rem !important
    }

    .m-xxxl-36 {
        margin: 9rem !important
    }

    .mt-xxxl-36,
    .my-xxxl-36 {
        margin-top: 9rem !important
    }

    .mr-xxxl-36,
    .mx-xxxl-36 {
        margin-right: 9rem !important
    }

    .mb-xxxl-36,
    .my-xxxl-36 {
        margin-bottom: 9rem !important
    }

    .ml-xxxl-36,
    .mx-xxxl-36 {
        margin-left: 9rem !important
    }

    .m-xxxl-35 {
        margin: 8.75rem !important
    }

    .mt-xxxl-35,
    .my-xxxl-35 {
        margin-top: 8.75rem !important
    }

    .mr-xxxl-35,
    .mx-xxxl-35 {
        margin-right: 8.75rem !important
    }

    .mb-xxxl-35,
    .my-xxxl-35 {
        margin-bottom: 8.75rem !important
    }

    .ml-xxxl-35,
    .mx-xxxl-35 {
        margin-left: 8.75rem !important
    }

    .m-xxxl-34 {
        margin: 8.5rem !important
    }

    .mt-xxxl-34,
    .my-xxxl-34 {
        margin-top: 8.5rem !important
    }

    .mr-xxxl-34,
    .mx-xxxl-34 {
        margin-right: 8.5rem !important
    }

    .mb-xxxl-34,
    .my-xxxl-34 {
        margin-bottom: 8.5rem !important
    }

    .ml-xxxl-34,
    .mx-xxxl-34 {
        margin-left: 8.5rem !important
    }

    .m-xxxl-33 {
        margin: 8.25rem !important
    }

    .mt-xxxl-33,
    .my-xxxl-33 {
        margin-top: 8.25rem !important
    }

    .mr-xxxl-33,
    .mx-xxxl-33 {
        margin-right: 8.25rem !important
    }

    .mb-xxxl-33,
    .my-xxxl-33 {
        margin-bottom: 8.25rem !important
    }

    .ml-xxxl-33,
    .mx-xxxl-33 {
        margin-left: 8.25rem !important
    }

    .m-xxxl-32 {
        margin: 8rem !important
    }

    .mt-xxxl-32,
    .my-xxxl-32 {
        margin-top: 8rem !important
    }

    .mr-xxxl-32,
    .mx-xxxl-32 {
        margin-right: 8rem !important
    }

    .mb-xxxl-32,
    .my-xxxl-32 {
        margin-bottom: 8rem !important
    }

    .ml-xxxl-32,
    .mx-xxxl-32 {
        margin-left: 8rem !important
    }

    .m-xxxl-31 {
        margin: 7.75rem !important
    }

    .mt-xxxl-31,
    .my-xxxl-31 {
        margin-top: 7.75rem !important
    }

    .mr-xxxl-31,
    .mx-xxxl-31 {
        margin-right: 7.75rem !important
    }

    .mb-xxxl-31,
    .my-xxxl-31 {
        margin-bottom: 7.75rem !important
    }

    .ml-xxxl-31,
    .mx-xxxl-31 {
        margin-left: 7.75rem !important
    }

    .m-xxxl-30 {
        margin: 7.5rem !important
    }

    .mt-xxxl-30,
    .my-xxxl-30 {
        margin-top: 7.5rem !important
    }

    .mr-xxxl-30,
    .mx-xxxl-30 {
        margin-right: 7.5rem !important
    }

    .mb-xxxl-30,
    .my-xxxl-30 {
        margin-bottom: 7.5rem !important
    }

    .ml-xxxl-30,
    .mx-xxxl-30 {
        margin-left: 7.5rem !important
    }

    .m-xxxl-29 {
        margin: 7.25rem !important
    }

    .mt-xxxl-29,
    .my-xxxl-29 {
        margin-top: 7.25rem !important
    }

    .mr-xxxl-29,
    .mx-xxxl-29 {
        margin-right: 7.25rem !important
    }

    .mb-xxxl-29,
    .my-xxxl-29 {
        margin-bottom: 7.25rem !important
    }

    .ml-xxxl-29,
    .mx-xxxl-29 {
        margin-left: 7.25rem !important
    }

    .m-xxxl-28 {
        margin: 7rem !important
    }

    .mt-xxxl-28,
    .my-xxxl-28 {
        margin-top: 7rem !important
    }

    .mr-xxxl-28,
    .mx-xxxl-28 {
        margin-right: 7rem !important
    }

    .mb-xxxl-28,
    .my-xxxl-28 {
        margin-bottom: 7rem !important
    }

    .ml-xxxl-28,
    .mx-xxxl-28 {
        margin-left: 7rem !important
    }

    .m-xxxl-27 {
        margin: 6.75rem !important
    }

    .mt-xxxl-27,
    .my-xxxl-27 {
        margin-top: 6.75rem !important
    }

    .mr-xxxl-27,
    .mx-xxxl-27 {
        margin-right: 6.75rem !important
    }

    .mb-xxxl-27,
    .my-xxxl-27 {
        margin-bottom: 6.75rem !important
    }

    .ml-xxxl-27,
    .mx-xxxl-27 {
        margin-left: 6.75rem !important
    }

    .m-xxxl-26 {
        margin: 6.5rem !important
    }

    .mt-xxxl-26,
    .my-xxxl-26 {
        margin-top: 6.5rem !important
    }

    .mr-xxxl-26,
    .mx-xxxl-26 {
        margin-right: 6.5rem !important
    }

    .mb-xxxl-26,
    .my-xxxl-26 {
        margin-bottom: 6.5rem !important
    }

    .ml-xxxl-26,
    .mx-xxxl-26 {
        margin-left: 6.5rem !important
    }

    .m-xxxl-25 {
        margin: 6.25rem !important
    }

    .mt-xxxl-25,
    .my-xxxl-25 {
        margin-top: 6.25rem !important
    }

    .mr-xxxl-25,
    .mx-xxxl-25 {
        margin-right: 6.25rem !important
    }

    .mb-xxxl-25,
    .my-xxxl-25 {
        margin-bottom: 6.25rem !important
    }

    .ml-xxxl-25,
    .mx-xxxl-25 {
        margin-left: 6.25rem !important
    }

    .m-xxxl-24 {
        margin: 6rem !important
    }

    .mt-xxxl-24,
    .my-xxxl-24 {
        margin-top: 6rem !important
    }

    .mr-xxxl-24,
    .mx-xxxl-24 {
        margin-right: 6rem !important
    }

    .mb-xxxl-24,
    .my-xxxl-24 {
        margin-bottom: 6rem !important
    }

    .ml-xxxl-24,
    .mx-xxxl-24 {
        margin-left: 6rem !important
    }

    .m-xxxl-23 {
        margin: 5.75rem !important
    }

    .mt-xxxl-23,
    .my-xxxl-23 {
        margin-top: 5.75rem !important
    }

    .mr-xxxl-23,
    .mx-xxxl-23 {
        margin-right: 5.75rem !important
    }

    .mb-xxxl-23,
    .my-xxxl-23 {
        margin-bottom: 5.75rem !important
    }

    .ml-xxxl-23,
    .mx-xxxl-23 {
        margin-left: 5.75rem !important
    }

    .m-xxxl-22 {
        margin: 5.5rem !important
    }

    .mt-xxxl-22,
    .my-xxxl-22 {
        margin-top: 5.5rem !important
    }

    .mr-xxxl-22,
    .mx-xxxl-22 {
        margin-right: 5.5rem !important
    }

    .mb-xxxl-22,
    .my-xxxl-22 {
        margin-bottom: 5.5rem !important
    }

    .ml-xxxl-22,
    .mx-xxxl-22 {
        margin-left: 5.5rem !important
    }

    .m-xxxl-21 {
        margin: 5.25rem !important
    }

    .mt-xxxl-21,
    .my-xxxl-21 {
        margin-top: 5.25rem !important
    }

    .mr-xxxl-21,
    .mx-xxxl-21 {
        margin-right: 5.25rem !important
    }

    .mb-xxxl-21,
    .my-xxxl-21 {
        margin-bottom: 5.25rem !important
    }

    .ml-xxxl-21,
    .mx-xxxl-21 {
        margin-left: 5.25rem !important
    }

    .m-xxxl-20 {
        margin: 5rem !important
    }

    .mt-xxxl-20,
    .my-xxxl-20 {
        margin-top: 5rem !important
    }

    .mr-xxxl-20,
    .mx-xxxl-20 {
        margin-right: 5rem !important
    }

    .mb-xxxl-20,
    .my-xxxl-20 {
        margin-bottom: 5rem !important
    }

    .ml-xxxl-20,
    .mx-xxxl-20 {
        margin-left: 5rem !important
    }

    .m-xxxl-19 {
        margin: 4.75rem !important
    }

    .mt-xxxl-19,
    .my-xxxl-19 {
        margin-top: 4.75rem !important
    }

    .mr-xxxl-19,
    .mx-xxxl-19 {
        margin-right: 4.75rem !important
    }

    .mb-xxxl-19,
    .my-xxxl-19 {
        margin-bottom: 4.75rem !important
    }

    .ml-xxxl-19,
    .mx-xxxl-19 {
        margin-left: 4.75rem !important
    }

    .m-xxxl-18 {
        margin: 4.5rem !important
    }

    .mt-xxxl-18,
    .my-xxxl-18 {
        margin-top: 4.5rem !important
    }

    .mr-xxxl-18,
    .mx-xxxl-18 {
        margin-right: 4.5rem !important
    }

    .mb-xxxl-18,
    .my-xxxl-18 {
        margin-bottom: 4.5rem !important
    }

    .ml-xxxl-18,
    .mx-xxxl-18 {
        margin-left: 4.5rem !important
    }

    .m-xxxl-17 {
        margin: 4.25rem !important
    }

    .mt-xxxl-17,
    .my-xxxl-17 {
        margin-top: 4.25rem !important
    }

    .mr-xxxl-17,
    .mx-xxxl-17 {
        margin-right: 4.25rem !important
    }

    .mb-xxxl-17,
    .my-xxxl-17 {
        margin-bottom: 4.25rem !important
    }

    .ml-xxxl-17,
    .mx-xxxl-17 {
        margin-left: 4.25rem !important
    }

    .m-xxxl-16 {
        margin: 4rem !important
    }

    .mt-xxxl-16,
    .my-xxxl-16 {
        margin-top: 4rem !important
    }

    .mr-xxxl-16,
    .mx-xxxl-16 {
        margin-right: 4rem !important
    }

    .mb-xxxl-16,
    .my-xxxl-16 {
        margin-bottom: 4rem !important
    }

    .ml-xxxl-16,
    .mx-xxxl-16 {
        margin-left: 4rem !important
    }

    .m-xxxl-15 {
        margin: 3.75rem !important
    }

    .mt-xxxl-15,
    .my-xxxl-15 {
        margin-top: 3.75rem !important
    }

    .mr-xxxl-15,
    .mx-xxxl-15 {
        margin-right: 3.75rem !important
    }

    .mb-xxxl-15,
    .my-xxxl-15 {
        margin-bottom: 3.75rem !important
    }

    .ml-xxxl-15,
    .mx-xxxl-15 {
        margin-left: 3.75rem !important
    }

    .m-xxxl-14 {
        margin: 3.5rem !important
    }

    .mt-xxxl-14,
    .my-xxxl-14 {
        margin-top: 3.5rem !important
    }

    .mr-xxxl-14,
    .mx-xxxl-14 {
        margin-right: 3.5rem !important
    }

    .mb-xxxl-14,
    .my-xxxl-14 {
        margin-bottom: 3.5rem !important
    }

    .ml-xxxl-14,
    .mx-xxxl-14 {
        margin-left: 3.5rem !important
    }

    .m-xxxl-13 {
        margin: 3.25rem !important
    }

    .mt-xxxl-13,
    .my-xxxl-13 {
        margin-top: 3.25rem !important
    }

    .mr-xxxl-13,
    .mx-xxxl-13 {
        margin-right: 3.25rem !important
    }

    .mb-xxxl-13,
    .my-xxxl-13 {
        margin-bottom: 3.25rem !important
    }

    .ml-xxxl-13,
    .mx-xxxl-13 {
        margin-left: 3.25rem !important
    }

    .m-xxxl-12 {
        margin: 3rem !important
    }

    .mt-xxxl-12,
    .my-xxxl-12 {
        margin-top: 3rem !important
    }

    .mr-xxxl-12,
    .mx-xxxl-12 {
        margin-right: 3rem !important
    }

    .mb-xxxl-12,
    .my-xxxl-12 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-12,
    .mx-xxxl-12 {
        margin-left: 3rem !important
    }

    .m-xxxl-11 {
        margin: 2.75rem !important
    }

    .mt-xxxl-11,
    .my-xxxl-11 {
        margin-top: 2.75rem !important
    }

    .mr-xxxl-11,
    .mx-xxxl-11 {
        margin-right: 2.75rem !important
    }

    .mb-xxxl-11,
    .my-xxxl-11 {
        margin-bottom: 2.75rem !important
    }

    .ml-xxxl-11,
    .mx-xxxl-11 {
        margin-left: 2.75rem !important
    }

    .m-xxxl-10 {
        margin: 2.5rem !important
    }

    .mt-xxxl-10,
    .my-xxxl-10 {
        margin-top: 2.5rem !important
    }

    .mr-xxxl-10,
    .mx-xxxl-10 {
        margin-right: 2.5rem !important
    }

    .mb-xxxl-10,
    .my-xxxl-10 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxxl-10,
    .mx-xxxl-10 {
        margin-left: 2.5rem !important
    }

    .m-xxxl-9 {
        margin: 2.25rem !important
    }

    .mt-xxxl-9,
    .my-xxxl-9 {
        margin-top: 2.25rem !important
    }

    .mr-xxxl-9,
    .mx-xxxl-9 {
        margin-right: 2.25rem !important
    }

    .mb-xxxl-9,
    .my-xxxl-9 {
        margin-bottom: 2.25rem !important
    }

    .ml-xxxl-9,
    .mx-xxxl-9 {
        margin-left: 2.25rem !important
    }

    .m-xxxl-8 {
        margin: 2rem !important
    }

    .mt-xxxl-8,
    .my-xxxl-8 {
        margin-top: 2rem !important
    }

    .mr-xxxl-8,
    .mx-xxxl-8 {
        margin-right: 2rem !important
    }

    .mb-xxxl-8,
    .my-xxxl-8 {
        margin-bottom: 2rem !important
    }

    .ml-xxxl-8,
    .mx-xxxl-8 {
        margin-left: 2rem !important
    }

    .m-xxxl-7 {
        margin: 1.75rem !important
    }

    .mt-xxxl-7,
    .my-xxxl-7 {
        margin-top: 1.75rem !important
    }

    .mr-xxxl-7,
    .mx-xxxl-7 {
        margin-right: 1.75rem !important
    }

    .mb-xxxl-7,
    .my-xxxl-7 {
        margin-bottom: 1.75rem !important
    }

    .ml-xxxl-7,
    .mx-xxxl-7 {
        margin-left: 1.75rem !important
    }

    .m-xxxl-6 {
        margin: 1.5rem !important
    }

    .mt-xxxl-6,
    .my-xxxl-6 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-6,
    .mx-xxxl-6 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-6,
    .my-xxxl-6 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-6,
    .mx-xxxl-6 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 1.25rem !important
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 1.25rem !important
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 1.25rem !important
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 1.25rem !important
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 1.25rem !important
    }

    .m-xxxl-4 {
        margin: 1rem !important
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1rem !important
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1rem !important
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1rem !important
    }

    .m-xxxl-3 {
        margin: 0.75rem !important
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 0.75rem !important
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 0.75rem !important
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 0.75rem !important
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 0.75rem !important
    }

    .m-xxxl-2 {
        margin: 0.5rem !important
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important
    }

    .m-xxxl-1 {
        margin: 0.25rem !important
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important
    }

    .m-xxxl-0 {
        margin: 0rem !important
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0rem !important
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0rem !important
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0rem !important
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0rem !important
    }

    .p-xxxl-40 {
        padding: 10rem !important
    }

    .pt-xxxl-40,
    .py-xxxl-40 {
        padding-top: 10rem !important
    }

    .pr-xxxl-40,
    .px-xxxl-40 {
        padding-right: 10rem !important
    }

    .pb-xxxl-40,
    .py-xxxl-40 {
        padding-bottom: 10rem !important
    }

    .pl-xxxl-40,
    .px-xxxl-40 {
        padding-left: 10rem !important
    }

    .p-xxxl-39 {
        padding: 9.75rem !important
    }

    .pt-xxxl-39,
    .py-xxxl-39 {
        padding-top: 9.75rem !important
    }

    .pr-xxxl-39,
    .px-xxxl-39 {
        padding-right: 9.75rem !important
    }

    .pb-xxxl-39,
    .py-xxxl-39 {
        padding-bottom: 9.75rem !important
    }

    .pl-xxxl-39,
    .px-xxxl-39 {
        padding-left: 9.75rem !important
    }

    .p-xxxl-38 {
        padding: 9.5rem !important
    }

    .pt-xxxl-38,
    .py-xxxl-38 {
        padding-top: 9.5rem !important
    }

    .pr-xxxl-38,
    .px-xxxl-38 {
        padding-right: 9.5rem !important
    }

    .pb-xxxl-38,
    .py-xxxl-38 {
        padding-bottom: 9.5rem !important
    }

    .pl-xxxl-38,
    .px-xxxl-38 {
        padding-left: 9.5rem !important
    }

    .p-xxxl-37 {
        padding: 9.25rem !important
    }

    .pt-xxxl-37,
    .py-xxxl-37 {
        padding-top: 9.25rem !important
    }

    .pr-xxxl-37,
    .px-xxxl-37 {
        padding-right: 9.25rem !important
    }

    .pb-xxxl-37,
    .py-xxxl-37 {
        padding-bottom: 9.25rem !important
    }

    .pl-xxxl-37,
    .px-xxxl-37 {
        padding-left: 9.25rem !important
    }

    .p-xxxl-36 {
        padding: 9rem !important
    }

    .pt-xxxl-36,
    .py-xxxl-36 {
        padding-top: 9rem !important
    }

    .pr-xxxl-36,
    .px-xxxl-36 {
        padding-right: 9rem !important
    }

    .pb-xxxl-36,
    .py-xxxl-36 {
        padding-bottom: 9rem !important
    }

    .pl-xxxl-36,
    .px-xxxl-36 {
        padding-left: 9rem !important
    }

    .p-xxxl-35 {
        padding: 8.75rem !important
    }

    .pt-xxxl-35,
    .py-xxxl-35 {
        padding-top: 8.75rem !important
    }

    .pr-xxxl-35,
    .px-xxxl-35 {
        padding-right: 8.75rem !important
    }

    .pb-xxxl-35,
    .py-xxxl-35 {
        padding-bottom: 8.75rem !important
    }

    .pl-xxxl-35,
    .px-xxxl-35 {
        padding-left: 8.75rem !important
    }

    .p-xxxl-34 {
        padding: 8.5rem !important
    }

    .pt-xxxl-34,
    .py-xxxl-34 {
        padding-top: 8.5rem !important
    }

    .pr-xxxl-34,
    .px-xxxl-34 {
        padding-right: 8.5rem !important
    }

    .pb-xxxl-34,
    .py-xxxl-34 {
        padding-bottom: 8.5rem !important
    }

    .pl-xxxl-34,
    .px-xxxl-34 {
        padding-left: 8.5rem !important
    }

    .p-xxxl-33 {
        padding: 8.25rem !important
    }

    .pt-xxxl-33,
    .py-xxxl-33 {
        padding-top: 8.25rem !important
    }

    .pr-xxxl-33,
    .px-xxxl-33 {
        padding-right: 8.25rem !important
    }

    .pb-xxxl-33,
    .py-xxxl-33 {
        padding-bottom: 8.25rem !important
    }

    .pl-xxxl-33,
    .px-xxxl-33 {
        padding-left: 8.25rem !important
    }

    .p-xxxl-32 {
        padding: 8rem !important
    }

    .pt-xxxl-32,
    .py-xxxl-32 {
        padding-top: 8rem !important
    }

    .pr-xxxl-32,
    .px-xxxl-32 {
        padding-right: 8rem !important
    }

    .pb-xxxl-32,
    .py-xxxl-32 {
        padding-bottom: 8rem !important
    }

    .pl-xxxl-32,
    .px-xxxl-32 {
        padding-left: 8rem !important
    }

    .p-xxxl-31 {
        padding: 7.75rem !important
    }

    .pt-xxxl-31,
    .py-xxxl-31 {
        padding-top: 7.75rem !important
    }

    .pr-xxxl-31,
    .px-xxxl-31 {
        padding-right: 7.75rem !important
    }

    .pb-xxxl-31,
    .py-xxxl-31 {
        padding-bottom: 7.75rem !important
    }

    .pl-xxxl-31,
    .px-xxxl-31 {
        padding-left: 7.75rem !important
    }

    .p-xxxl-30 {
        padding: 7.5rem !important
    }

    .pt-xxxl-30,
    .py-xxxl-30 {
        padding-top: 7.5rem !important
    }

    .pr-xxxl-30,
    .px-xxxl-30 {
        padding-right: 7.5rem !important
    }

    .pb-xxxl-30,
    .py-xxxl-30 {
        padding-bottom: 7.5rem !important
    }

    .pl-xxxl-30,
    .px-xxxl-30 {
        padding-left: 7.5rem !important
    }

    .p-xxxl-29 {
        padding: 7.25rem !important
    }

    .pt-xxxl-29,
    .py-xxxl-29 {
        padding-top: 7.25rem !important
    }

    .pr-xxxl-29,
    .px-xxxl-29 {
        padding-right: 7.25rem !important
    }

    .pb-xxxl-29,
    .py-xxxl-29 {
        padding-bottom: 7.25rem !important
    }

    .pl-xxxl-29,
    .px-xxxl-29 {
        padding-left: 7.25rem !important
    }

    .p-xxxl-28 {
        padding: 7rem !important
    }

    .pt-xxxl-28,
    .py-xxxl-28 {
        padding-top: 7rem !important
    }

    .pr-xxxl-28,
    .px-xxxl-28 {
        padding-right: 7rem !important
    }

    .pb-xxxl-28,
    .py-xxxl-28 {
        padding-bottom: 7rem !important
    }

    .pl-xxxl-28,
    .px-xxxl-28 {
        padding-left: 7rem !important
    }

    .p-xxxl-27 {
        padding: 6.75rem !important
    }

    .pt-xxxl-27,
    .py-xxxl-27 {
        padding-top: 6.75rem !important
    }

    .pr-xxxl-27,
    .px-xxxl-27 {
        padding-right: 6.75rem !important
    }

    .pb-xxxl-27,
    .py-xxxl-27 {
        padding-bottom: 6.75rem !important
    }

    .pl-xxxl-27,
    .px-xxxl-27 {
        padding-left: 6.75rem !important
    }

    .p-xxxl-26 {
        padding: 6.5rem !important
    }

    .pt-xxxl-26,
    .py-xxxl-26 {
        padding-top: 6.5rem !important
    }

    .pr-xxxl-26,
    .px-xxxl-26 {
        padding-right: 6.5rem !important
    }

    .pb-xxxl-26,
    .py-xxxl-26 {
        padding-bottom: 6.5rem !important
    }

    .pl-xxxl-26,
    .px-xxxl-26 {
        padding-left: 6.5rem !important
    }

    .p-xxxl-25 {
        padding: 6.25rem !important
    }

    .pt-xxxl-25,
    .py-xxxl-25 {
        padding-top: 6.25rem !important
    }

    .pr-xxxl-25,
    .px-xxxl-25 {
        padding-right: 6.25rem !important
    }

    .pb-xxxl-25,
    .py-xxxl-25 {
        padding-bottom: 6.25rem !important
    }

    .pl-xxxl-25,
    .px-xxxl-25 {
        padding-left: 6.25rem !important
    }

    .p-xxxl-24 {
        padding: 6rem !important
    }

    .pt-xxxl-24,
    .py-xxxl-24 {
        padding-top: 6rem !important
    }

    .pr-xxxl-24,
    .px-xxxl-24 {
        padding-right: 6rem !important
    }

    .pb-xxxl-24,
    .py-xxxl-24 {
        padding-bottom: 6rem !important
    }

    .pl-xxxl-24,
    .px-xxxl-24 {
        padding-left: 6rem !important
    }

    .p-xxxl-23 {
        padding: 5.75rem !important
    }

    .pt-xxxl-23,
    .py-xxxl-23 {
        padding-top: 5.75rem !important
    }

    .pr-xxxl-23,
    .px-xxxl-23 {
        padding-right: 5.75rem !important
    }

    .pb-xxxl-23,
    .py-xxxl-23 {
        padding-bottom: 5.75rem !important
    }

    .pl-xxxl-23,
    .px-xxxl-23 {
        padding-left: 5.75rem !important
    }

    .p-xxxl-22 {
        padding: 5.5rem !important
    }

    .pt-xxxl-22,
    .py-xxxl-22 {
        padding-top: 5.5rem !important
    }

    .pr-xxxl-22,
    .px-xxxl-22 {
        padding-right: 5.5rem !important
    }

    .pb-xxxl-22,
    .py-xxxl-22 {
        padding-bottom: 5.5rem !important
    }

    .pl-xxxl-22,
    .px-xxxl-22 {
        padding-left: 5.5rem !important
    }

    .p-xxxl-21 {
        padding: 5.25rem !important
    }

    .pt-xxxl-21,
    .py-xxxl-21 {
        padding-top: 5.25rem !important
    }

    .pr-xxxl-21,
    .px-xxxl-21 {
        padding-right: 5.25rem !important
    }

    .pb-xxxl-21,
    .py-xxxl-21 {
        padding-bottom: 5.25rem !important
    }

    .pl-xxxl-21,
    .px-xxxl-21 {
        padding-left: 5.25rem !important
    }

    .p-xxxl-20 {
        padding: 5rem !important
    }

    .pt-xxxl-20,
    .py-xxxl-20 {
        padding-top: 5rem !important
    }

    .pr-xxxl-20,
    .px-xxxl-20 {
        padding-right: 5rem !important
    }

    .pb-xxxl-20,
    .py-xxxl-20 {
        padding-bottom: 5rem !important
    }

    .pl-xxxl-20,
    .px-xxxl-20 {
        padding-left: 5rem !important
    }

    .p-xxxl-19 {
        padding: 4.75rem !important
    }

    .pt-xxxl-19,
    .py-xxxl-19 {
        padding-top: 4.75rem !important
    }

    .pr-xxxl-19,
    .px-xxxl-19 {
        padding-right: 4.75rem !important
    }

    .pb-xxxl-19,
    .py-xxxl-19 {
        padding-bottom: 4.75rem !important
    }

    .pl-xxxl-19,
    .px-xxxl-19 {
        padding-left: 4.75rem !important
    }

    .p-xxxl-18 {
        padding: 4.5rem !important
    }

    .pt-xxxl-18,
    .py-xxxl-18 {
        padding-top: 4.5rem !important
    }

    .pr-xxxl-18,
    .px-xxxl-18 {
        padding-right: 4.5rem !important
    }

    .pb-xxxl-18,
    .py-xxxl-18 {
        padding-bottom: 4.5rem !important
    }

    .pl-xxxl-18,
    .px-xxxl-18 {
        padding-left: 4.5rem !important
    }

    .p-xxxl-17 {
        padding: 4.25rem !important
    }

    .pt-xxxl-17,
    .py-xxxl-17 {
        padding-top: 4.25rem !important
    }

    .pr-xxxl-17,
    .px-xxxl-17 {
        padding-right: 4.25rem !important
    }

    .pb-xxxl-17,
    .py-xxxl-17 {
        padding-bottom: 4.25rem !important
    }

    .pl-xxxl-17,
    .px-xxxl-17 {
        padding-left: 4.25rem !important
    }

    .p-xxxl-16 {
        padding: 4rem !important
    }

    .pt-xxxl-16,
    .py-xxxl-16 {
        padding-top: 4rem !important
    }

    .pr-xxxl-16,
    .px-xxxl-16 {
        padding-right: 4rem !important
    }

    .pb-xxxl-16,
    .py-xxxl-16 {
        padding-bottom: 4rem !important
    }

    .pl-xxxl-16,
    .px-xxxl-16 {
        padding-left: 4rem !important
    }

    .p-xxxl-15 {
        padding: 3.75rem !important
    }

    .pt-xxxl-15,
    .py-xxxl-15 {
        padding-top: 3.75rem !important
    }

    .pr-xxxl-15,
    .px-xxxl-15 {
        padding-right: 3.75rem !important
    }

    .pb-xxxl-15,
    .py-xxxl-15 {
        padding-bottom: 3.75rem !important
    }

    .pl-xxxl-15,
    .px-xxxl-15 {
        padding-left: 3.75rem !important
    }

    .p-xxxl-14 {
        padding: 3.5rem !important
    }

    .pt-xxxl-14,
    .py-xxxl-14 {
        padding-top: 3.5rem !important
    }

    .pr-xxxl-14,
    .px-xxxl-14 {
        padding-right: 3.5rem !important
    }

    .pb-xxxl-14,
    .py-xxxl-14 {
        padding-bottom: 3.5rem !important
    }

    .pl-xxxl-14,
    .px-xxxl-14 {
        padding-left: 3.5rem !important
    }

    .p-xxxl-13 {
        padding: 3.25rem !important
    }

    .pt-xxxl-13,
    .py-xxxl-13 {
        padding-top: 3.25rem !important
    }

    .pr-xxxl-13,
    .px-xxxl-13 {
        padding-right: 3.25rem !important
    }

    .pb-xxxl-13,
    .py-xxxl-13 {
        padding-bottom: 3.25rem !important
    }

    .pl-xxxl-13,
    .px-xxxl-13 {
        padding-left: 3.25rem !important
    }

    .p-xxxl-12 {
        padding: 3rem !important
    }

    .pt-xxxl-12,
    .py-xxxl-12 {
        padding-top: 3rem !important
    }

    .pr-xxxl-12,
    .px-xxxl-12 {
        padding-right: 3rem !important
    }

    .pb-xxxl-12,
    .py-xxxl-12 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-12,
    .px-xxxl-12 {
        padding-left: 3rem !important
    }

    .p-xxxl-11 {
        padding: 2.75rem !important
    }

    .pt-xxxl-11,
    .py-xxxl-11 {
        padding-top: 2.75rem !important
    }

    .pr-xxxl-11,
    .px-xxxl-11 {
        padding-right: 2.75rem !important
    }

    .pb-xxxl-11,
    .py-xxxl-11 {
        padding-bottom: 2.75rem !important
    }

    .pl-xxxl-11,
    .px-xxxl-11 {
        padding-left: 2.75rem !important
    }

    .p-xxxl-10 {
        padding: 2.5rem !important
    }

    .pt-xxxl-10,
    .py-xxxl-10 {
        padding-top: 2.5rem !important
    }

    .pr-xxxl-10,
    .px-xxxl-10 {
        padding-right: 2.5rem !important
    }

    .pb-xxxl-10,
    .py-xxxl-10 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxxl-10,
    .px-xxxl-10 {
        padding-left: 2.5rem !important
    }

    .p-xxxl-9 {
        padding: 2.25rem !important
    }

    .pt-xxxl-9,
    .py-xxxl-9 {
        padding-top: 2.25rem !important
    }

    .pr-xxxl-9,
    .px-xxxl-9 {
        padding-right: 2.25rem !important
    }

    .pb-xxxl-9,
    .py-xxxl-9 {
        padding-bottom: 2.25rem !important
    }

    .pl-xxxl-9,
    .px-xxxl-9 {
        padding-left: 2.25rem !important
    }

    .p-xxxl-8 {
        padding: 2rem !important
    }

    .pt-xxxl-8,
    .py-xxxl-8 {
        padding-top: 2rem !important
    }

    .pr-xxxl-8,
    .px-xxxl-8 {
        padding-right: 2rem !important
    }

    .pb-xxxl-8,
    .py-xxxl-8 {
        padding-bottom: 2rem !important
    }

    .pl-xxxl-8,
    .px-xxxl-8 {
        padding-left: 2rem !important
    }

    .p-xxxl-7 {
        padding: 1.75rem !important
    }

    .pt-xxxl-7,
    .py-xxxl-7 {
        padding-top: 1.75rem !important
    }

    .pr-xxxl-7,
    .px-xxxl-7 {
        padding-right: 1.75rem !important
    }

    .pb-xxxl-7,
    .py-xxxl-7 {
        padding-bottom: 1.75rem !important
    }

    .pl-xxxl-7,
    .px-xxxl-7 {
        padding-left: 1.75rem !important
    }

    .p-xxxl-6 {
        padding: 1.5rem !important
    }

    .pt-xxxl-6,
    .py-xxxl-6 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-6,
    .px-xxxl-6 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-6,
    .py-xxxl-6 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-6,
    .px-xxxl-6 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 1.25rem !important
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 1.25rem !important
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 1.25rem !important
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 1.25rem !important
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 1.25rem !important
    }

    .p-xxxl-4 {
        padding: 1rem !important
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1rem !important
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1rem !important
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1rem !important
    }

    .p-xxxl-3 {
        padding: 0.75rem !important
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 0.75rem !important
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 0.75rem !important
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 0.75rem !important
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 0.75rem !important
    }

    .p-xxxl-2 {
        padding: 0.5rem !important
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important
    }

    .p-xxxl-1 {
        padding: 0.25rem !important
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important
    }

    .p-xxxl-0 {
        padding: 0rem !important
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0rem !important
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0rem !important
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0rem !important
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0rem !important
    }

    .m-xxxl-n40 {
        margin: -10rem !important
    }

    .mt-xxxl-n40,
    .my-xxxl-n40 {
        margin-top: -10rem !important
    }

    .mr-xxxl-n40,
    .mx-xxxl-n40 {
        margin-right: -10rem !important
    }

    .mb-xxxl-n40,
    .my-xxxl-n40 {
        margin-bottom: -10rem !important
    }

    .ml-xxxl-n40,
    .mx-xxxl-n40 {
        margin-left: -10rem !important
    }

    .m-xxxl-n39 {
        margin: -9.75rem !important
    }

    .mt-xxxl-n39,
    .my-xxxl-n39 {
        margin-top: -9.75rem !important
    }

    .mr-xxxl-n39,
    .mx-xxxl-n39 {
        margin-right: -9.75rem !important
    }

    .mb-xxxl-n39,
    .my-xxxl-n39 {
        margin-bottom: -9.75rem !important
    }

    .ml-xxxl-n39,
    .mx-xxxl-n39 {
        margin-left: -9.75rem !important
    }

    .m-xxxl-n38 {
        margin: -9.5rem !important
    }

    .mt-xxxl-n38,
    .my-xxxl-n38 {
        margin-top: -9.5rem !important
    }

    .mr-xxxl-n38,
    .mx-xxxl-n38 {
        margin-right: -9.5rem !important
    }

    .mb-xxxl-n38,
    .my-xxxl-n38 {
        margin-bottom: -9.5rem !important
    }

    .ml-xxxl-n38,
    .mx-xxxl-n38 {
        margin-left: -9.5rem !important
    }

    .m-xxxl-n37 {
        margin: -9.25rem !important
    }

    .mt-xxxl-n37,
    .my-xxxl-n37 {
        margin-top: -9.25rem !important
    }

    .mr-xxxl-n37,
    .mx-xxxl-n37 {
        margin-right: -9.25rem !important
    }

    .mb-xxxl-n37,
    .my-xxxl-n37 {
        margin-bottom: -9.25rem !important
    }

    .ml-xxxl-n37,
    .mx-xxxl-n37 {
        margin-left: -9.25rem !important
    }

    .m-xxxl-n36 {
        margin: -9rem !important
    }

    .mt-xxxl-n36,
    .my-xxxl-n36 {
        margin-top: -9rem !important
    }

    .mr-xxxl-n36,
    .mx-xxxl-n36 {
        margin-right: -9rem !important
    }

    .mb-xxxl-n36,
    .my-xxxl-n36 {
        margin-bottom: -9rem !important
    }

    .ml-xxxl-n36,
    .mx-xxxl-n36 {
        margin-left: -9rem !important
    }

    .m-xxxl-n35 {
        margin: -8.75rem !important
    }

    .mt-xxxl-n35,
    .my-xxxl-n35 {
        margin-top: -8.75rem !important
    }

    .mr-xxxl-n35,
    .mx-xxxl-n35 {
        margin-right: -8.75rem !important
    }

    .mb-xxxl-n35,
    .my-xxxl-n35 {
        margin-bottom: -8.75rem !important
    }

    .ml-xxxl-n35,
    .mx-xxxl-n35 {
        margin-left: -8.75rem !important
    }

    .m-xxxl-n34 {
        margin: -8.5rem !important
    }

    .mt-xxxl-n34,
    .my-xxxl-n34 {
        margin-top: -8.5rem !important
    }

    .mr-xxxl-n34,
    .mx-xxxl-n34 {
        margin-right: -8.5rem !important
    }

    .mb-xxxl-n34,
    .my-xxxl-n34 {
        margin-bottom: -8.5rem !important
    }

    .ml-xxxl-n34,
    .mx-xxxl-n34 {
        margin-left: -8.5rem !important
    }

    .m-xxxl-n33 {
        margin: -8.25rem !important
    }

    .mt-xxxl-n33,
    .my-xxxl-n33 {
        margin-top: -8.25rem !important
    }

    .mr-xxxl-n33,
    .mx-xxxl-n33 {
        margin-right: -8.25rem !important
    }

    .mb-xxxl-n33,
    .my-xxxl-n33 {
        margin-bottom: -8.25rem !important
    }

    .ml-xxxl-n33,
    .mx-xxxl-n33 {
        margin-left: -8.25rem !important
    }

    .m-xxxl-n32 {
        margin: -8rem !important
    }

    .mt-xxxl-n32,
    .my-xxxl-n32 {
        margin-top: -8rem !important
    }

    .mr-xxxl-n32,
    .mx-xxxl-n32 {
        margin-right: -8rem !important
    }

    .mb-xxxl-n32,
    .my-xxxl-n32 {
        margin-bottom: -8rem !important
    }

    .ml-xxxl-n32,
    .mx-xxxl-n32 {
        margin-left: -8rem !important
    }

    .m-xxxl-n31 {
        margin: -7.75rem !important
    }

    .mt-xxxl-n31,
    .my-xxxl-n31 {
        margin-top: -7.75rem !important
    }

    .mr-xxxl-n31,
    .mx-xxxl-n31 {
        margin-right: -7.75rem !important
    }

    .mb-xxxl-n31,
    .my-xxxl-n31 {
        margin-bottom: -7.75rem !important
    }

    .ml-xxxl-n31,
    .mx-xxxl-n31 {
        margin-left: -7.75rem !important
    }

    .m-xxxl-n30 {
        margin: -7.5rem !important
    }

    .mt-xxxl-n30,
    .my-xxxl-n30 {
        margin-top: -7.5rem !important
    }

    .mr-xxxl-n30,
    .mx-xxxl-n30 {
        margin-right: -7.5rem !important
    }

    .mb-xxxl-n30,
    .my-xxxl-n30 {
        margin-bottom: -7.5rem !important
    }

    .ml-xxxl-n30,
    .mx-xxxl-n30 {
        margin-left: -7.5rem !important
    }

    .m-xxxl-n29 {
        margin: -7.25rem !important
    }

    .mt-xxxl-n29,
    .my-xxxl-n29 {
        margin-top: -7.25rem !important
    }

    .mr-xxxl-n29,
    .mx-xxxl-n29 {
        margin-right: -7.25rem !important
    }

    .mb-xxxl-n29,
    .my-xxxl-n29 {
        margin-bottom: -7.25rem !important
    }

    .ml-xxxl-n29,
    .mx-xxxl-n29 {
        margin-left: -7.25rem !important
    }

    .m-xxxl-n28 {
        margin: -7rem !important
    }

    .mt-xxxl-n28,
    .my-xxxl-n28 {
        margin-top: -7rem !important
    }

    .mr-xxxl-n28,
    .mx-xxxl-n28 {
        margin-right: -7rem !important
    }

    .mb-xxxl-n28,
    .my-xxxl-n28 {
        margin-bottom: -7rem !important
    }

    .ml-xxxl-n28,
    .mx-xxxl-n28 {
        margin-left: -7rem !important
    }

    .m-xxxl-n27 {
        margin: -6.75rem !important
    }

    .mt-xxxl-n27,
    .my-xxxl-n27 {
        margin-top: -6.75rem !important
    }

    .mr-xxxl-n27,
    .mx-xxxl-n27 {
        margin-right: -6.75rem !important
    }

    .mb-xxxl-n27,
    .my-xxxl-n27 {
        margin-bottom: -6.75rem !important
    }

    .ml-xxxl-n27,
    .mx-xxxl-n27 {
        margin-left: -6.75rem !important
    }

    .m-xxxl-n26 {
        margin: -6.5rem !important
    }

    .mt-xxxl-n26,
    .my-xxxl-n26 {
        margin-top: -6.5rem !important
    }

    .mr-xxxl-n26,
    .mx-xxxl-n26 {
        margin-right: -6.5rem !important
    }

    .mb-xxxl-n26,
    .my-xxxl-n26 {
        margin-bottom: -6.5rem !important
    }

    .ml-xxxl-n26,
    .mx-xxxl-n26 {
        margin-left: -6.5rem !important
    }

    .m-xxxl-n25 {
        margin: -6.25rem !important
    }

    .mt-xxxl-n25,
    .my-xxxl-n25 {
        margin-top: -6.25rem !important
    }

    .mr-xxxl-n25,
    .mx-xxxl-n25 {
        margin-right: -6.25rem !important
    }

    .mb-xxxl-n25,
    .my-xxxl-n25 {
        margin-bottom: -6.25rem !important
    }

    .ml-xxxl-n25,
    .mx-xxxl-n25 {
        margin-left: -6.25rem !important
    }

    .m-xxxl-n24 {
        margin: -6rem !important
    }

    .mt-xxxl-n24,
    .my-xxxl-n24 {
        margin-top: -6rem !important
    }

    .mr-xxxl-n24,
    .mx-xxxl-n24 {
        margin-right: -6rem !important
    }

    .mb-xxxl-n24,
    .my-xxxl-n24 {
        margin-bottom: -6rem !important
    }

    .ml-xxxl-n24,
    .mx-xxxl-n24 {
        margin-left: -6rem !important
    }

    .m-xxxl-n23 {
        margin: -5.75rem !important
    }

    .mt-xxxl-n23,
    .my-xxxl-n23 {
        margin-top: -5.75rem !important
    }

    .mr-xxxl-n23,
    .mx-xxxl-n23 {
        margin-right: -5.75rem !important
    }

    .mb-xxxl-n23,
    .my-xxxl-n23 {
        margin-bottom: -5.75rem !important
    }

    .ml-xxxl-n23,
    .mx-xxxl-n23 {
        margin-left: -5.75rem !important
    }

    .m-xxxl-n22 {
        margin: -5.5rem !important
    }

    .mt-xxxl-n22,
    .my-xxxl-n22 {
        margin-top: -5.5rem !important
    }

    .mr-xxxl-n22,
    .mx-xxxl-n22 {
        margin-right: -5.5rem !important
    }

    .mb-xxxl-n22,
    .my-xxxl-n22 {
        margin-bottom: -5.5rem !important
    }

    .ml-xxxl-n22,
    .mx-xxxl-n22 {
        margin-left: -5.5rem !important
    }

    .m-xxxl-n21 {
        margin: -5.25rem !important
    }

    .mt-xxxl-n21,
    .my-xxxl-n21 {
        margin-top: -5.25rem !important
    }

    .mr-xxxl-n21,
    .mx-xxxl-n21 {
        margin-right: -5.25rem !important
    }

    .mb-xxxl-n21,
    .my-xxxl-n21 {
        margin-bottom: -5.25rem !important
    }

    .ml-xxxl-n21,
    .mx-xxxl-n21 {
        margin-left: -5.25rem !important
    }

    .m-xxxl-n20 {
        margin: -5rem !important
    }

    .mt-xxxl-n20,
    .my-xxxl-n20 {
        margin-top: -5rem !important
    }

    .mr-xxxl-n20,
    .mx-xxxl-n20 {
        margin-right: -5rem !important
    }

    .mb-xxxl-n20,
    .my-xxxl-n20 {
        margin-bottom: -5rem !important
    }

    .ml-xxxl-n20,
    .mx-xxxl-n20 {
        margin-left: -5rem !important
    }

    .m-xxxl-n19 {
        margin: -4.75rem !important
    }

    .mt-xxxl-n19,
    .my-xxxl-n19 {
        margin-top: -4.75rem !important
    }

    .mr-xxxl-n19,
    .mx-xxxl-n19 {
        margin-right: -4.75rem !important
    }

    .mb-xxxl-n19,
    .my-xxxl-n19 {
        margin-bottom: -4.75rem !important
    }

    .ml-xxxl-n19,
    .mx-xxxl-n19 {
        margin-left: -4.75rem !important
    }

    .m-xxxl-n18 {
        margin: -4.5rem !important
    }

    .mt-xxxl-n18,
    .my-xxxl-n18 {
        margin-top: -4.5rem !important
    }

    .mr-xxxl-n18,
    .mx-xxxl-n18 {
        margin-right: -4.5rem !important
    }

    .mb-xxxl-n18,
    .my-xxxl-n18 {
        margin-bottom: -4.5rem !important
    }

    .ml-xxxl-n18,
    .mx-xxxl-n18 {
        margin-left: -4.5rem !important
    }

    .m-xxxl-n17 {
        margin: -4.25rem !important
    }

    .mt-xxxl-n17,
    .my-xxxl-n17 {
        margin-top: -4.25rem !important
    }

    .mr-xxxl-n17,
    .mx-xxxl-n17 {
        margin-right: -4.25rem !important
    }

    .mb-xxxl-n17,
    .my-xxxl-n17 {
        margin-bottom: -4.25rem !important
    }

    .ml-xxxl-n17,
    .mx-xxxl-n17 {
        margin-left: -4.25rem !important
    }

    .m-xxxl-n16 {
        margin: -4rem !important
    }

    .mt-xxxl-n16,
    .my-xxxl-n16 {
        margin-top: -4rem !important
    }

    .mr-xxxl-n16,
    .mx-xxxl-n16 {
        margin-right: -4rem !important
    }

    .mb-xxxl-n16,
    .my-xxxl-n16 {
        margin-bottom: -4rem !important
    }

    .ml-xxxl-n16,
    .mx-xxxl-n16 {
        margin-left: -4rem !important
    }

    .m-xxxl-n15 {
        margin: -3.75rem !important
    }

    .mt-xxxl-n15,
    .my-xxxl-n15 {
        margin-top: -3.75rem !important
    }

    .mr-xxxl-n15,
    .mx-xxxl-n15 {
        margin-right: -3.75rem !important
    }

    .mb-xxxl-n15,
    .my-xxxl-n15 {
        margin-bottom: -3.75rem !important
    }

    .ml-xxxl-n15,
    .mx-xxxl-n15 {
        margin-left: -3.75rem !important
    }

    .m-xxxl-n14 {
        margin: -3.5rem !important
    }

    .mt-xxxl-n14,
    .my-xxxl-n14 {
        margin-top: -3.5rem !important
    }

    .mr-xxxl-n14,
    .mx-xxxl-n14 {
        margin-right: -3.5rem !important
    }

    .mb-xxxl-n14,
    .my-xxxl-n14 {
        margin-bottom: -3.5rem !important
    }

    .ml-xxxl-n14,
    .mx-xxxl-n14 {
        margin-left: -3.5rem !important
    }

    .m-xxxl-n13 {
        margin: -3.25rem !important
    }

    .mt-xxxl-n13,
    .my-xxxl-n13 {
        margin-top: -3.25rem !important
    }

    .mr-xxxl-n13,
    .mx-xxxl-n13 {
        margin-right: -3.25rem !important
    }

    .mb-xxxl-n13,
    .my-xxxl-n13 {
        margin-bottom: -3.25rem !important
    }

    .ml-xxxl-n13,
    .mx-xxxl-n13 {
        margin-left: -3.25rem !important
    }

    .m-xxxl-n12 {
        margin: -3rem !important
    }

    .mt-xxxl-n12,
    .my-xxxl-n12 {
        margin-top: -3rem !important
    }

    .mr-xxxl-n12,
    .mx-xxxl-n12 {
        margin-right: -3rem !important
    }

    .mb-xxxl-n12,
    .my-xxxl-n12 {
        margin-bottom: -3rem !important
    }

    .ml-xxxl-n12,
    .mx-xxxl-n12 {
        margin-left: -3rem !important
    }

    .m-xxxl-n11 {
        margin: -2.75rem !important
    }

    .mt-xxxl-n11,
    .my-xxxl-n11 {
        margin-top: -2.75rem !important
    }

    .mr-xxxl-n11,
    .mx-xxxl-n11 {
        margin-right: -2.75rem !important
    }

    .mb-xxxl-n11,
    .my-xxxl-n11 {
        margin-bottom: -2.75rem !important
    }

    .ml-xxxl-n11,
    .mx-xxxl-n11 {
        margin-left: -2.75rem !important
    }

    .m-xxxl-n10 {
        margin: -2.5rem !important
    }

    .mt-xxxl-n10,
    .my-xxxl-n10 {
        margin-top: -2.5rem !important
    }

    .mr-xxxl-n10,
    .mx-xxxl-n10 {
        margin-right: -2.5rem !important
    }

    .mb-xxxl-n10,
    .my-xxxl-n10 {
        margin-bottom: -2.5rem !important
    }

    .ml-xxxl-n10,
    .mx-xxxl-n10 {
        margin-left: -2.5rem !important
    }

    .m-xxxl-n9 {
        margin: -2.25rem !important
    }

    .mt-xxxl-n9,
    .my-xxxl-n9 {
        margin-top: -2.25rem !important
    }

    .mr-xxxl-n9,
    .mx-xxxl-n9 {
        margin-right: -2.25rem !important
    }

    .mb-xxxl-n9,
    .my-xxxl-n9 {
        margin-bottom: -2.25rem !important
    }

    .ml-xxxl-n9,
    .mx-xxxl-n9 {
        margin-left: -2.25rem !important
    }

    .m-xxxl-n8 {
        margin: -2rem !important
    }

    .mt-xxxl-n8,
    .my-xxxl-n8 {
        margin-top: -2rem !important
    }

    .mr-xxxl-n8,
    .mx-xxxl-n8 {
        margin-right: -2rem !important
    }

    .mb-xxxl-n8,
    .my-xxxl-n8 {
        margin-bottom: -2rem !important
    }

    .ml-xxxl-n8,
    .mx-xxxl-n8 {
        margin-left: -2rem !important
    }

    .m-xxxl-n7 {
        margin: -1.75rem !important
    }

    .mt-xxxl-n7,
    .my-xxxl-n7 {
        margin-top: -1.75rem !important
    }

    .mr-xxxl-n7,
    .mx-xxxl-n7 {
        margin-right: -1.75rem !important
    }

    .mb-xxxl-n7,
    .my-xxxl-n7 {
        margin-bottom: -1.75rem !important
    }

    .ml-xxxl-n7,
    .mx-xxxl-n7 {
        margin-left: -1.75rem !important
    }

    .m-xxxl-n6 {
        margin: -1.5rem !important
    }

    .mt-xxxl-n6,
    .my-xxxl-n6 {
        margin-top: -1.5rem !important
    }

    .mr-xxxl-n6,
    .mx-xxxl-n6 {
        margin-right: -1.5rem !important
    }

    .mb-xxxl-n6,
    .my-xxxl-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxl-n6,
    .mx-xxxl-n6 {
        margin-left: -1.5rem !important
    }

    .m-xxxl-n5 {
        margin: -1.25rem !important
    }

    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -1.25rem !important
    }

    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -1.25rem !important
    }

    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -1.25rem !important
    }

    .m-xxxl-n4 {
        margin: -1rem !important
    }

    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1rem !important
    }

    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1rem !important
    }

    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1rem !important
    }

    .m-xxxl-n3 {
        margin: -0.75rem !important
    }

    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -0.75rem !important
    }

    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -0.75rem !important
    }

    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -0.75rem !important
    }

    .m-xxxl-n2 {
        margin: -0.5rem !important
    }

    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xxxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n0 {
        margin: 0rem !important
    }

    .mt-xxxl-n0,
    .my-xxxl-n0 {
        margin-top: 0rem !important
    }

    .mr-xxxl-n0,
    .mx-xxxl-n0 {
        margin-right: 0rem !important
    }

    .mb-xxxl-n0,
    .my-xxxl-n0 {
        margin-bottom: 0rem !important
    }

    .ml-xxxl-n0,
    .mx-xxxl-n0 {
        margin-left: 0rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-sub {
    font-family: "Oxanium", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:320.02px) {
    .text-xxs-left {
        text-align: left !important
    }

    .text-xxs-right {
        text-align: right !important
    }

    .text-xxs-center {
        text-align: center !important
    }
}

@media (min-width:375.02px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-center {
        text-align: center !important
    }
}

@media (min-width:576.02px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768.02px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1024.02px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200.02px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400.02px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1600.02px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semibold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold {
    font-weight: 800 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-color-1 {
    color: #0271b9 !important
}

.text-color-2 {
    color: #0099ff !important
}

.text-color-3 {
    color: #20c997 !important
}

.text-success {
    color: #5cb85c !important
}

.text-info {
    color: #17a2b8 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #be0000 !important
}

.text-light {
    color: #eee !important
}

.text-dark {
    color: #666 !important
}

.text-gray-0 {
    color: #000 !important
}

.text-gray-1 {
    color: #111 !important
}

.text-gray-2 {
    color: #222 !important
}

.text-gray-3 {
    color: #333 !important
}

.text-gray-4 {
    color: #444 !important
}

.text-gray-5 {
    color: #555 !important
}

.text-gray-6 {
    color: #666 !important
}

.text-gray-7 {
    color: #777 !important
}

.text-gray-8 {
    color: #888 !important
}

.text-gray-9 {
    color: #999 !important
}

.text-gray-a {
    color: #aaa !important
}

.text-gray-b {
    color: #bbb !important
}

.text-gray-c {
    color: #ccc !important
}

.text-gray-d {
    color: #ddd !important
}

.text-gray-e {
    color: #eee !important
}

.text-gray-f {
    color: #fff !important
}

.text-blue {
    color: #007bff !important
}

.text-indigo {
    color: #6610f2 !important
}

.text-purple {
    color: #6f42c1 !important
}

.text-pink {
    color: #e83e8c !important
}

.text-red {
    color: #ff0000 !important
}

.text-orange {
    color: #fd7e14 !important
}

.text-yellow {
    color: #ffc107 !important
}

.text-green {
    color: #5cb85c !important
}

.text-teal {
    color: #20c997 !important
}

.text-cyan {
    color: #17a2b8 !important
}

.text-white {
    color: #fff !important
}

.text-gray {
    color: #666 !important
}

.text-gray-dark {
    color: #888 !important
}

.text-body {
    color: #111 !important
}

.text-muted {
    color: #666 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-keep {
    word-break: keep-all !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.imgToCover {
    display: block;
    position: relative;
    overflow: hidden
}

.imgToCover:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.imgToCover>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.imgToContain {
    display: block;
    position: relative;
    overflow: hidden
}

.imgToContain:after {
    content: "";
    display: block;
    padding-bottom: contain
}

.imgToContain>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%)
}

.text-truncate-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em
}

.text-truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em
}

.text-truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em
}

.text-truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em
}

@media (min-width:320.02px) {
    .text-truncate-xxs-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-xxs-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-xxs-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-xxs-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-xxs-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:375.02px) {
    .text-truncate-xs-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-xs-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-xs-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-xs-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-xs-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:576.02px) {
    .text-truncate-sm-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-sm-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-sm-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-sm-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-sm-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:768.02px) {
    .text-truncate-md-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-md-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-md-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-md-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-md-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:1024.02px) {
    .text-truncate-lg-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-lg-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-lg-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-lg-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-lg-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:1200.02px) {
    .text-truncate-xl-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-xl-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-xl-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-xl-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-xl-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:1400.02px) {
    .text-truncate-xxl-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-xxl-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-xxl-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-xxl-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-xxl-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

@media (min-width:1600.02px) {
    .text-truncate-xxxl-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-truncate-xxxl-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .text-truncate-xxxl-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .text-truncate-xxxl-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 6em
    }

    .text-truncate-xxxl-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 7.5em
    }
}

html {
    font-size: 13px
}

@media (min-width:576.02px) {
    html {
        font-size: 14px
    }
}

@media (min-width:768.02px) {
    html {
        font-size: 15px
    }
}

@media (min-width:1024.02px) {
    html {
        font-size: 16px
    }
}

.font-size-40 {
    font-size: 10rem !important
}

.font-size-39 {
    font-size: 9.75rem !important
}

.font-size-38 {
    font-size: 9.5rem !important
}

.font-size-37 {
    font-size: 9.25rem !important
}

.font-size-36 {
    font-size: 9rem !important
}

.font-size-35 {
    font-size: 8.75rem !important
}

.font-size-34 {
    font-size: 8.5rem !important
}

.font-size-33 {
    font-size: 8.25rem !important
}

.font-size-32 {
    font-size: 8rem !important
}

.font-size-31 {
    font-size: 7.75rem !important
}

.font-size-30 {
    font-size: 7.5rem !important
}

.font-size-29 {
    font-size: 7.25rem !important
}

.font-size-28 {
    font-size: 7rem !important
}

.font-size-27 {
    font-size: 6.75rem !important
}

.font-size-26 {
    font-size: 6.5rem !important
}

.font-size-25 {
    font-size: 6.25rem !important
}

.font-size-24 {
    font-size: 6rem !important
}

.font-size-23 {
    font-size: 5.75rem !important
}

.font-size-22 {
    font-size: 5.5rem !important
}

.font-size-21 {
    font-size: 5.25rem !important
}

.font-size-20 {
    font-size: 5rem !important
}

.font-size-19 {
    font-size: 4.75rem !important
}

.font-size-18 {
    font-size: 4.5rem !important
}

.font-size-17 {
    font-size: 4.25rem !important
}

.font-size-16 {
    font-size: 4rem !important
}

.font-size-15 {
    font-size: 3.75rem !important
}

.font-size-14 {
    font-size: 3.5rem !important
}

.font-size-13 {
    font-size: 3.25rem !important
}

.font-size-12 {
    font-size: 3rem !important
}

.font-size-11 {
    font-size: 2.75rem !important
}

.font-size-10 {
    font-size: 2.5rem !important
}

.font-size-9 {
    font-size: 2.25rem !important
}

.font-size-8 {
    font-size: 2rem !important
}

.font-size-7 {
    font-size: 1.75rem !important
}

.font-size-6 {
    font-size: 1.5rem !important
}

.font-size-5 {
    font-size: 1.25rem !important
}

.font-size-4 {
    font-size: 1rem !important
}

.font-size-3 {
    font-size: 0.75rem !important
}

.font-size-2 {
    font-size: 0.5rem !important
}

.font-size-1 {
    font-size: 0.25rem !important
}

.font-size-0 {
    font-size: 0rem !important
}

@media (min-width:320.02px) {
    .font-size-xxs-40 {
        font-size: 10rem !important
    }

    .font-size-xxs-39 {
        font-size: 9.75rem !important
    }

    .font-size-xxs-38 {
        font-size: 9.5rem !important
    }

    .font-size-xxs-37 {
        font-size: 9.25rem !important
    }

    .font-size-xxs-36 {
        font-size: 9rem !important
    }

    .font-size-xxs-35 {
        font-size: 8.75rem !important
    }

    .font-size-xxs-34 {
        font-size: 8.5rem !important
    }

    .font-size-xxs-33 {
        font-size: 8.25rem !important
    }

    .font-size-xxs-32 {
        font-size: 8rem !important
    }

    .font-size-xxs-31 {
        font-size: 7.75rem !important
    }

    .font-size-xxs-30 {
        font-size: 7.5rem !important
    }

    .font-size-xxs-29 {
        font-size: 7.25rem !important
    }

    .font-size-xxs-28 {
        font-size: 7rem !important
    }

    .font-size-xxs-27 {
        font-size: 6.75rem !important
    }

    .font-size-xxs-26 {
        font-size: 6.5rem !important
    }

    .font-size-xxs-25 {
        font-size: 6.25rem !important
    }

    .font-size-xxs-24 {
        font-size: 6rem !important
    }

    .font-size-xxs-23 {
        font-size: 5.75rem !important
    }

    .font-size-xxs-22 {
        font-size: 5.5rem !important
    }

    .font-size-xxs-21 {
        font-size: 5.25rem !important
    }

    .font-size-xxs-20 {
        font-size: 5rem !important
    }

    .font-size-xxs-19 {
        font-size: 4.75rem !important
    }

    .font-size-xxs-18 {
        font-size: 4.5rem !important
    }

    .font-size-xxs-17 {
        font-size: 4.25rem !important
    }

    .font-size-xxs-16 {
        font-size: 4rem !important
    }

    .font-size-xxs-15 {
        font-size: 3.75rem !important
    }

    .font-size-xxs-14 {
        font-size: 3.5rem !important
    }

    .font-size-xxs-13 {
        font-size: 3.25rem !important
    }

    .font-size-xxs-12 {
        font-size: 3rem !important
    }

    .font-size-xxs-11 {
        font-size: 2.75rem !important
    }

    .font-size-xxs-10 {
        font-size: 2.5rem !important
    }

    .font-size-xxs-9 {
        font-size: 2.25rem !important
    }

    .font-size-xxs-8 {
        font-size: 2rem !important
    }

    .font-size-xxs-7 {
        font-size: 1.75rem !important
    }

    .font-size-xxs-6 {
        font-size: 1.5rem !important
    }

    .font-size-xxs-5 {
        font-size: 1.25rem !important
    }

    .font-size-xxs-4 {
        font-size: 1rem !important
    }

    .font-size-xxs-3 {
        font-size: 0.75rem !important
    }

    .font-size-xxs-2 {
        font-size: 0.5rem !important
    }

    .font-size-xxs-1 {
        font-size: 0.25rem !important
    }

    .font-size-xxs-0 {
        font-size: 0rem !important
    }
}

@media (min-width:375.02px) {
    .font-size-xs-40 {
        font-size: 10rem !important
    }

    .font-size-xs-39 {
        font-size: 9.75rem !important
    }

    .font-size-xs-38 {
        font-size: 9.5rem !important
    }

    .font-size-xs-37 {
        font-size: 9.25rem !important
    }

    .font-size-xs-36 {
        font-size: 9rem !important
    }

    .font-size-xs-35 {
        font-size: 8.75rem !important
    }

    .font-size-xs-34 {
        font-size: 8.5rem !important
    }

    .font-size-xs-33 {
        font-size: 8.25rem !important
    }

    .font-size-xs-32 {
        font-size: 8rem !important
    }

    .font-size-xs-31 {
        font-size: 7.75rem !important
    }

    .font-size-xs-30 {
        font-size: 7.5rem !important
    }

    .font-size-xs-29 {
        font-size: 7.25rem !important
    }

    .font-size-xs-28 {
        font-size: 7rem !important
    }

    .font-size-xs-27 {
        font-size: 6.75rem !important
    }

    .font-size-xs-26 {
        font-size: 6.5rem !important
    }

    .font-size-xs-25 {
        font-size: 6.25rem !important
    }

    .font-size-xs-24 {
        font-size: 6rem !important
    }

    .font-size-xs-23 {
        font-size: 5.75rem !important
    }

    .font-size-xs-22 {
        font-size: 5.5rem !important
    }

    .font-size-xs-21 {
        font-size: 5.25rem !important
    }

    .font-size-xs-20 {
        font-size: 5rem !important
    }

    .font-size-xs-19 {
        font-size: 4.75rem !important
    }

    .font-size-xs-18 {
        font-size: 4.5rem !important
    }

    .font-size-xs-17 {
        font-size: 4.25rem !important
    }

    .font-size-xs-16 {
        font-size: 4rem !important
    }

    .font-size-xs-15 {
        font-size: 3.75rem !important
    }

    .font-size-xs-14 {
        font-size: 3.5rem !important
    }

    .font-size-xs-13 {
        font-size: 3.25rem !important
    }

    .font-size-xs-12 {
        font-size: 3rem !important
    }

    .font-size-xs-11 {
        font-size: 2.75rem !important
    }

    .font-size-xs-10 {
        font-size: 2.5rem !important
    }

    .font-size-xs-9 {
        font-size: 2.25rem !important
    }

    .font-size-xs-8 {
        font-size: 2rem !important
    }

    .font-size-xs-7 {
        font-size: 1.75rem !important
    }

    .font-size-xs-6 {
        font-size: 1.5rem !important
    }

    .font-size-xs-5 {
        font-size: 1.25rem !important
    }

    .font-size-xs-4 {
        font-size: 1rem !important
    }

    .font-size-xs-3 {
        font-size: 0.75rem !important
    }

    .font-size-xs-2 {
        font-size: 0.5rem !important
    }

    .font-size-xs-1 {
        font-size: 0.25rem !important
    }

    .font-size-xs-0 {
        font-size: 0rem !important
    }
}

@media (min-width:576.02px) {
    .font-size-sm-40 {
        font-size: 10rem !important
    }

    .font-size-sm-39 {
        font-size: 9.75rem !important
    }

    .font-size-sm-38 {
        font-size: 9.5rem !important
    }

    .font-size-sm-37 {
        font-size: 9.25rem !important
    }

    .font-size-sm-36 {
        font-size: 9rem !important
    }

    .font-size-sm-35 {
        font-size: 8.75rem !important
    }

    .font-size-sm-34 {
        font-size: 8.5rem !important
    }

    .font-size-sm-33 {
        font-size: 8.25rem !important
    }

    .font-size-sm-32 {
        font-size: 8rem !important
    }

    .font-size-sm-31 {
        font-size: 7.75rem !important
    }

    .font-size-sm-30 {
        font-size: 7.5rem !important
    }

    .font-size-sm-29 {
        font-size: 7.25rem !important
    }

    .font-size-sm-28 {
        font-size: 7rem !important
    }

    .font-size-sm-27 {
        font-size: 6.75rem !important
    }

    .font-size-sm-26 {
        font-size: 6.5rem !important
    }

    .font-size-sm-25 {
        font-size: 6.25rem !important
    }

    .font-size-sm-24 {
        font-size: 6rem !important
    }

    .font-size-sm-23 {
        font-size: 5.75rem !important
    }

    .font-size-sm-22 {
        font-size: 5.5rem !important
    }

    .font-size-sm-21 {
        font-size: 5.25rem !important
    }

    .font-size-sm-20 {
        font-size: 5rem !important
    }

    .font-size-sm-19 {
        font-size: 4.75rem !important
    }

    .font-size-sm-18 {
        font-size: 4.5rem !important
    }

    .font-size-sm-17 {
        font-size: 4.25rem !important
    }

    .font-size-sm-16 {
        font-size: 4rem !important
    }

    .font-size-sm-15 {
        font-size: 3.75rem !important
    }

    .font-size-sm-14 {
        font-size: 3.5rem !important
    }

    .font-size-sm-13 {
        font-size: 3.25rem !important
    }

    .font-size-sm-12 {
        font-size: 3rem !important
    }

    .font-size-sm-11 {
        font-size: 2.75rem !important
    }

    .font-size-sm-10 {
        font-size: 2.5rem !important
    }

    .font-size-sm-9 {
        font-size: 2.25rem !important
    }

    .font-size-sm-8 {
        font-size: 2rem !important
    }

    .font-size-sm-7 {
        font-size: 1.75rem !important
    }

    .font-size-sm-6 {
        font-size: 1.5rem !important
    }

    .font-size-sm-5 {
        font-size: 1.25rem !important
    }

    .font-size-sm-4 {
        font-size: 1rem !important
    }

    .font-size-sm-3 {
        font-size: 0.75rem !important
    }

    .font-size-sm-2 {
        font-size: 0.5rem !important
    }

    .font-size-sm-1 {
        font-size: 0.25rem !important
    }

    .font-size-sm-0 {
        font-size: 0rem !important
    }
}

@media (min-width:768.02px) {
    .font-size-md-40 {
        font-size: 10rem !important
    }

    .font-size-md-39 {
        font-size: 9.75rem !important
    }

    .font-size-md-38 {
        font-size: 9.5rem !important
    }

    .font-size-md-37 {
        font-size: 9.25rem !important
    }

    .font-size-md-36 {
        font-size: 9rem !important
    }

    .font-size-md-35 {
        font-size: 8.75rem !important
    }

    .font-size-md-34 {
        font-size: 8.5rem !important
    }

    .font-size-md-33 {
        font-size: 8.25rem !important
    }

    .font-size-md-32 {
        font-size: 8rem !important
    }

    .font-size-md-31 {
        font-size: 7.75rem !important
    }

    .font-size-md-30 {
        font-size: 7.5rem !important
    }

    .font-size-md-29 {
        font-size: 7.25rem !important
    }

    .font-size-md-28 {
        font-size: 7rem !important
    }

    .font-size-md-27 {
        font-size: 6.75rem !important
    }

    .font-size-md-26 {
        font-size: 6.5rem !important
    }

    .font-size-md-25 {
        font-size: 6.25rem !important
    }

    .font-size-md-24 {
        font-size: 6rem !important
    }

    .font-size-md-23 {
        font-size: 5.75rem !important
    }

    .font-size-md-22 {
        font-size: 5.5rem !important
    }

    .font-size-md-21 {
        font-size: 5.25rem !important
    }

    .font-size-md-20 {
        font-size: 5rem !important
    }

    .font-size-md-19 {
        font-size: 4.75rem !important
    }

    .font-size-md-18 {
        font-size: 4.5rem !important
    }

    .font-size-md-17 {
        font-size: 4.25rem !important
    }

    .font-size-md-16 {
        font-size: 4rem !important
    }

    .font-size-md-15 {
        font-size: 3.75rem !important
    }

    .font-size-md-14 {
        font-size: 3.5rem !important
    }

    .font-size-md-13 {
        font-size: 3.25rem !important
    }

    .font-size-md-12 {
        font-size: 3rem !important
    }

    .font-size-md-11 {
        font-size: 2.75rem !important
    }

    .font-size-md-10 {
        font-size: 2.5rem !important
    }

    .font-size-md-9 {
        font-size: 2.25rem !important
    }

    .font-size-md-8 {
        font-size: 2rem !important
    }

    .font-size-md-7 {
        font-size: 1.75rem !important
    }

    .font-size-md-6 {
        font-size: 1.5rem !important
    }

    .font-size-md-5 {
        font-size: 1.25rem !important
    }

    .font-size-md-4 {
        font-size: 1rem !important
    }

    .font-size-md-3 {
        font-size: 0.75rem !important
    }

    .font-size-md-2 {
        font-size: 0.5rem !important
    }

    .font-size-md-1 {
        font-size: 0.25rem !important
    }

    .font-size-md-0 {
        font-size: 0rem !important
    }
}

@media (min-width:1024.02px) {
    .font-size-lg-40 {
        font-size: 10rem !important
    }

    .font-size-lg-39 {
        font-size: 9.75rem !important
    }

    .font-size-lg-38 {
        font-size: 9.5rem !important
    }

    .font-size-lg-37 {
        font-size: 9.25rem !important
    }

    .font-size-lg-36 {
        font-size: 9rem !important
    }

    .font-size-lg-35 {
        font-size: 8.75rem !important
    }

    .font-size-lg-34 {
        font-size: 8.5rem !important
    }

    .font-size-lg-33 {
        font-size: 8.25rem !important
    }

    .font-size-lg-32 {
        font-size: 8rem !important
    }

    .font-size-lg-31 {
        font-size: 7.75rem !important
    }

    .font-size-lg-30 {
        font-size: 7.5rem !important
    }

    .font-size-lg-29 {
        font-size: 7.25rem !important
    }

    .font-size-lg-28 {
        font-size: 7rem !important
    }

    .font-size-lg-27 {
        font-size: 6.75rem !important
    }

    .font-size-lg-26 {
        font-size: 6.5rem !important
    }

    .font-size-lg-25 {
        font-size: 6.25rem !important
    }

    .font-size-lg-24 {
        font-size: 6rem !important
    }

    .font-size-lg-23 {
        font-size: 5.75rem !important
    }

    .font-size-lg-22 {
        font-size: 5.5rem !important
    }

    .font-size-lg-21 {
        font-size: 5.25rem !important
    }

    .font-size-lg-20 {
        font-size: 5rem !important
    }

    .font-size-lg-19 {
        font-size: 4.75rem !important
    }

    .font-size-lg-18 {
        font-size: 4.5rem !important
    }

    .font-size-lg-17 {
        font-size: 4.25rem !important
    }

    .font-size-lg-16 {
        font-size: 4rem !important
    }

    .font-size-lg-15 {
        font-size: 3.75rem !important
    }

    .font-size-lg-14 {
        font-size: 3.5rem !important
    }

    .font-size-lg-13 {
        font-size: 3.25rem !important
    }

    .font-size-lg-12 {
        font-size: 3rem !important
    }

    .font-size-lg-11 {
        font-size: 2.75rem !important
    }

    .font-size-lg-10 {
        font-size: 2.5rem !important
    }

    .font-size-lg-9 {
        font-size: 2.25rem !important
    }

    .font-size-lg-8 {
        font-size: 2rem !important
    }

    .font-size-lg-7 {
        font-size: 1.75rem !important
    }

    .font-size-lg-6 {
        font-size: 1.5rem !important
    }

    .font-size-lg-5 {
        font-size: 1.25rem !important
    }

    .font-size-lg-4 {
        font-size: 1rem !important
    }

    .font-size-lg-3 {
        font-size: 0.75rem !important
    }

    .font-size-lg-2 {
        font-size: 0.5rem !important
    }

    .font-size-lg-1 {
        font-size: 0.25rem !important
    }

    .font-size-lg-0 {
        font-size: 0rem !important
    }
}

@media (min-width:1200.02px) {
    .font-size-xl-40 {
        font-size: 10rem !important
    }

    .font-size-xl-39 {
        font-size: 9.75rem !important
    }

    .font-size-xl-38 {
        font-size: 9.5rem !important
    }

    .font-size-xl-37 {
        font-size: 9.25rem !important
    }

    .font-size-xl-36 {
        font-size: 9rem !important
    }

    .font-size-xl-35 {
        font-size: 8.75rem !important
    }

    .font-size-xl-34 {
        font-size: 8.5rem !important
    }

    .font-size-xl-33 {
        font-size: 8.25rem !important
    }

    .font-size-xl-32 {
        font-size: 8rem !important
    }

    .font-size-xl-31 {
        font-size: 7.75rem !important
    }

    .font-size-xl-30 {
        font-size: 7.5rem !important
    }

    .font-size-xl-29 {
        font-size: 7.25rem !important
    }

    .font-size-xl-28 {
        font-size: 7rem !important
    }

    .font-size-xl-27 {
        font-size: 6.75rem !important
    }

    .font-size-xl-26 {
        font-size: 6.5rem !important
    }

    .font-size-xl-25 {
        font-size: 6.25rem !important
    }

    .font-size-xl-24 {
        font-size: 6rem !important
    }

    .font-size-xl-23 {
        font-size: 5.75rem !important
    }

    .font-size-xl-22 {
        font-size: 5.5rem !important
    }

    .font-size-xl-21 {
        font-size: 5.25rem !important
    }

    .font-size-xl-20 {
        font-size: 5rem !important
    }

    .font-size-xl-19 {
        font-size: 4.75rem !important
    }

    .font-size-xl-18 {
        font-size: 4.5rem !important
    }

    .font-size-xl-17 {
        font-size: 4.25rem !important
    }

    .font-size-xl-16 {
        font-size: 4rem !important
    }

    .font-size-xl-15 {
        font-size: 3.75rem !important
    }

    .font-size-xl-14 {
        font-size: 3.5rem !important
    }

    .font-size-xl-13 {
        font-size: 3.25rem !important
    }

    .font-size-xl-12 {
        font-size: 3rem !important
    }

    .font-size-xl-11 {
        font-size: 2.75rem !important
    }

    .font-size-xl-10 {
        font-size: 2.5rem !important
    }

    .font-size-xl-9 {
        font-size: 2.25rem !important
    }

    .font-size-xl-8 {
        font-size: 2rem !important
    }

    .font-size-xl-7 {
        font-size: 1.75rem !important
    }

    .font-size-xl-6 {
        font-size: 1.5rem !important
    }

    .font-size-xl-5 {
        font-size: 1.25rem !important
    }

    .font-size-xl-4 {
        font-size: 1rem !important
    }

    .font-size-xl-3 {
        font-size: 0.75rem !important
    }

    .font-size-xl-2 {
        font-size: 0.5rem !important
    }

    .font-size-xl-1 {
        font-size: 0.25rem !important
    }

    .font-size-xl-0 {
        font-size: 0rem !important
    }
}

@media (min-width:1400.02px) {
    .font-size-xxl-40 {
        font-size: 10rem !important
    }

    .font-size-xxl-39 {
        font-size: 9.75rem !important
    }

    .font-size-xxl-38 {
        font-size: 9.5rem !important
    }

    .font-size-xxl-37 {
        font-size: 9.25rem !important
    }

    .font-size-xxl-36 {
        font-size: 9rem !important
    }

    .font-size-xxl-35 {
        font-size: 8.75rem !important
    }

    .font-size-xxl-34 {
        font-size: 8.5rem !important
    }

    .font-size-xxl-33 {
        font-size: 8.25rem !important
    }

    .font-size-xxl-32 {
        font-size: 8rem !important
    }

    .font-size-xxl-31 {
        font-size: 7.75rem !important
    }

    .font-size-xxl-30 {
        font-size: 7.5rem !important
    }

    .font-size-xxl-29 {
        font-size: 7.25rem !important
    }

    .font-size-xxl-28 {
        font-size: 7rem !important
    }

    .font-size-xxl-27 {
        font-size: 6.75rem !important
    }

    .font-size-xxl-26 {
        font-size: 6.5rem !important
    }

    .font-size-xxl-25 {
        font-size: 6.25rem !important
    }

    .font-size-xxl-24 {
        font-size: 6rem !important
    }

    .font-size-xxl-23 {
        font-size: 5.75rem !important
    }

    .font-size-xxl-22 {
        font-size: 5.5rem !important
    }

    .font-size-xxl-21 {
        font-size: 5.25rem !important
    }

    .font-size-xxl-20 {
        font-size: 5rem !important
    }

    .font-size-xxl-19 {
        font-size: 4.75rem !important
    }

    .font-size-xxl-18 {
        font-size: 4.5rem !important
    }

    .font-size-xxl-17 {
        font-size: 4.25rem !important
    }

    .font-size-xxl-16 {
        font-size: 4rem !important
    }

    .font-size-xxl-15 {
        font-size: 3.75rem !important
    }

    .font-size-xxl-14 {
        font-size: 3.5rem !important
    }

    .font-size-xxl-13 {
        font-size: 3.25rem !important
    }

    .font-size-xxl-12 {
        font-size: 3rem !important
    }

    .font-size-xxl-11 {
        font-size: 2.75rem !important
    }

    .font-size-xxl-10 {
        font-size: 2.5rem !important
    }

    .font-size-xxl-9 {
        font-size: 2.25rem !important
    }

    .font-size-xxl-8 {
        font-size: 2rem !important
    }

    .font-size-xxl-7 {
        font-size: 1.75rem !important
    }

    .font-size-xxl-6 {
        font-size: 1.5rem !important
    }

    .font-size-xxl-5 {
        font-size: 1.25rem !important
    }

    .font-size-xxl-4 {
        font-size: 1rem !important
    }

    .font-size-xxl-3 {
        font-size: 0.75rem !important
    }

    .font-size-xxl-2 {
        font-size: 0.5rem !important
    }

    .font-size-xxl-1 {
        font-size: 0.25rem !important
    }

    .font-size-xxl-0 {
        font-size: 0rem !important
    }
}

@media (min-width:1600.02px) {
    .font-size-xxxl-40 {
        font-size: 10rem !important
    }

    .font-size-xxxl-39 {
        font-size: 9.75rem !important
    }

    .font-size-xxxl-38 {
        font-size: 9.5rem !important
    }

    .font-size-xxxl-37 {
        font-size: 9.25rem !important
    }

    .font-size-xxxl-36 {
        font-size: 9rem !important
    }

    .font-size-xxxl-35 {
        font-size: 8.75rem !important
    }

    .font-size-xxxl-34 {
        font-size: 8.5rem !important
    }

    .font-size-xxxl-33 {
        font-size: 8.25rem !important
    }

    .font-size-xxxl-32 {
        font-size: 8rem !important
    }

    .font-size-xxxl-31 {
        font-size: 7.75rem !important
    }

    .font-size-xxxl-30 {
        font-size: 7.5rem !important
    }

    .font-size-xxxl-29 {
        font-size: 7.25rem !important
    }

    .font-size-xxxl-28 {
        font-size: 7rem !important
    }

    .font-size-xxxl-27 {
        font-size: 6.75rem !important
    }

    .font-size-xxxl-26 {
        font-size: 6.5rem !important
    }

    .font-size-xxxl-25 {
        font-size: 6.25rem !important
    }

    .font-size-xxxl-24 {
        font-size: 6rem !important
    }

    .font-size-xxxl-23 {
        font-size: 5.75rem !important
    }

    .font-size-xxxl-22 {
        font-size: 5.5rem !important
    }

    .font-size-xxxl-21 {
        font-size: 5.25rem !important
    }

    .font-size-xxxl-20 {
        font-size: 5rem !important
    }

    .font-size-xxxl-19 {
        font-size: 4.75rem !important
    }

    .font-size-xxxl-18 {
        font-size: 4.5rem !important
    }

    .font-size-xxxl-17 {
        font-size: 4.25rem !important
    }

    .font-size-xxxl-16 {
        font-size: 4rem !important
    }

    .font-size-xxxl-15 {
        font-size: 3.75rem !important
    }

    .font-size-xxxl-14 {
        font-size: 3.5rem !important
    }

    .font-size-xxxl-13 {
        font-size: 3.25rem !important
    }

    .font-size-xxxl-12 {
        font-size: 3rem !important
    }

    .font-size-xxxl-11 {
        font-size: 2.75rem !important
    }

    .font-size-xxxl-10 {
        font-size: 2.5rem !important
    }

    .font-size-xxxl-9 {
        font-size: 2.25rem !important
    }

    .font-size-xxxl-8 {
        font-size: 2rem !important
    }

    .font-size-xxxl-7 {
        font-size: 1.75rem !important
    }

    .font-size-xxxl-6 {
        font-size: 1.5rem !important
    }

    .font-size-xxxl-5 {
        font-size: 1.25rem !important
    }

    .font-size-xxxl-4 {
        font-size: 1rem !important
    }

    .font-size-xxxl-3 {
        font-size: 0.75rem !important
    }

    .font-size-xxxl-2 {
        font-size: 0.5rem !important
    }

    .font-size-xxxl-1 {
        font-size: 0.25rem !important
    }

    .font-size-xxxl-0 {
        font-size: 0rem !important
    }
}

.row-scrollwrap__txt {
    text-align: left;
    display: none;
    color: #888;
    margin-bottom: 0.625rem;
    line-height: 1.3;
    font-size: 1em;
    letter-spacing: -0.03em
}

.row-scrollwrap__scroll {
    overflow-x: auto;
    position: relative
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/montserrat-v18-latin-100.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-100.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-100.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/montserrat-v18-latin-200.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-200.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-200.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-v18-latin-300.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-300.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v18-latin-regular.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v18-latin-500.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-500.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-v18-latin-600.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-600.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v18-latin-700.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-700.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-v18-latin-800.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-800.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-v18-latin-900.eot");
    src: local(""), url("../fonts/montserrat-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-900.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-900.svg#Montserrat") format("svg")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 100;
    src: local("SUIT"), url("../fonts/SUIT-Thin.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 300;
    src: local("SUIT"), url("../fonts/SUIT-Light.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    src: local("SUIT"), url("../fonts/SUIT-Regular.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    src: local("SUIT"), url("../fonts/SUIT-Medium.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 600;
    src: local("SUIT"), url("../fonts/SUIT-SemiBold.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 700;
    src: local("SUIT"), url("../fonts/SUIT-Bold.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 800;
    src: local("SUIT"), url("../fonts/SUIT-ExtraBold.woff2") format("woff2")
}

@font-face {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 900;
    src: local("SUIT"), url("../fonts/SUIT-Heavy.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url("../fonts/Pretendard-Black.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url("../fonts/Pretendard-Bold.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url("../fonts/Pretendard-Medium.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url("../fonts/Pretendard-Regular.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url("../fonts/Pretendard-Light.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url("../fonts/Pretendard-ExtraLight.woff2") format("woff2")
}

@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url("../fonts/rajdhani-bold-Thin.woff2") format("woff2")
}

@font-face {
    font-family: "rajdhani";
    font-style: normal;
    font-weight: 600;
    src: local("rajdhani"), url("../fonts/rajdhani-bold.woff") format("woff")
}

@font-face {
    font-family: "rajdhani";
    font-style: normal;
    font-weight: 500;
    src: local("rajdhani"), url("../fonts/rajdhani-semibold.woff") format("woff")
}

@font-face {
    font-family: "rajdhani";
    font-style: normal;
    font-weight: 400;
    src: local("rajdhani"), url("../fonts/rajdhani-medium.woff") format("woff")
}

@font-face {
    font-family: "rajdhani";
    font-style: normal;
    font-weight: 400;
    src: local("rajdhani"), url("../fonts/rajdhani-regular.woff") format("woff")
}

@font-face {
    font-family: "rajdhani";
    font-style: normal;
    font-weight: 300;
    src: local("rajdhani"), url("../fonts/rajdhani-light.woff") format("woff")
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    word-break: keep-all;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #111
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

abbr[title],
dfn[title] {
    border-bottom: none;
    text-decoration: underline
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
optgroup,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

li,
ol,
ul {
    padding: 0;
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none
}

input {
    font: inherit;
    margin: 0;
    line-height: normal;
    border-radius: 0;
    resize: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none
}

fieldset,
img {
    border: 0;
    outline: none
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

select {
    margin: 0;
    resize: none;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    text-overflow: "";
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-image: url(../images/icon/select_icon.svg);
    background-size: 12px 6px;
    padding-right: 22px !important
}

select::-ms-expand {
    display: none
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

* {
    outline: none !important
}

textarea:focus {
    outline: none !important
}

button:focus {
    outline: none !important
}

input:focus {
    outline: none !important
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.hinge {
    animation-duration: 2s
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    animation-name: shake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0%)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(0.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-slide {
    float: left;
    height: 100%;
    display: block
}

.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav.fp-show-active a.active+.fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none;
    box-sizing: content-box
}

.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_track {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer>.scroll-element {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #ffffff
}

.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eeeeee
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-outer>.scroll-element .scroll-bar {
    border-radius: 8px;
    background-color: #d9d9d9
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx>.scroll-element {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity 0.2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light>.scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #ffffff
}

.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    border-radius: 10px
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail>.scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #ffffff
}

.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5)
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6)
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic>.scroll-element {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.2s
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height 0.2s
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width 0.2s
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome>.scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #ffffff
}

.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media (max-width:800px) and (orientation:landscape),
all and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #0271b9
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

:root {}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue,
.swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #007bff
}

.swiper-button-next.swiper-button-indigo,
.swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #6610f2
}

.swiper-button-next.swiper-button-purple,
.swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink,
.swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #e83e8c
}

.swiper-button-next.swiper-button-red,
.swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #ff0000
}

.swiper-button-next.swiper-button-orange,
.swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow,
.swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #ffc107
}

.swiper-button-next.swiper-button-green,
.swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #5cb85c
}

.swiper-button-next.swiper-button-teal,
.swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #20c997
}

.swiper-button-next.swiper-button-cyan,
.swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #17a2b8
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray,
.swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #666
}

.swiper-button-next.swiper-button-gray-dark,
.swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #888
}

.swiper-button-lock {
    display: none
}

:root {}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-blue {
    --swiper-pagination-color: #007bff
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #e83e8c
}

.swiper-pagination-red {
    --swiper-pagination-color: #ff0000
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #5cb85c
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #17a2b8
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #666
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #888
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 100ms
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 100ms
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 150ms
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 150ms
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 200ms
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 200ms
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 250ms
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 250ms
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 300ms
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 300ms
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 350ms
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 350ms
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 400ms
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 400ms
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 450ms
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 450ms
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 500ms
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 500ms
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 550ms
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 550ms
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 600ms
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 600ms
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 650ms
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 650ms
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 700ms
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 700ms
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 750ms
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 750ms
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 800ms
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 800ms
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 850ms
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 850ms
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 900ms
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 900ms
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 950ms
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 950ms
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1000ms
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1000ms
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1050ms
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1050ms
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1100ms
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1100ms
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1150ms
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1150ms
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1200ms
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1200ms
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1250ms
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1250ms
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1300ms
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1300ms
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1350ms
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1350ms
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1400ms
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1400ms
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1450ms
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1450ms
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1500ms
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1500ms
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1550ms
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1550ms
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1600ms
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1600ms
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1650ms
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1650ms
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1700ms
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1700ms
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1750ms
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1750ms
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1800ms
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1800ms
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1850ms
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1850ms
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1900ms
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1900ms
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1950ms
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1950ms
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2000ms
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2000ms
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2050ms
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2050ms
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2100ms
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2100ms
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2150ms
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2150ms
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2200ms
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2200ms
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2250ms
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2250ms
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2300ms
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2300ms
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2350ms
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2350ms
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2400ms
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2400ms
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2450ms
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2450ms
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2500ms
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2500ms
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2550ms
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2550ms
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2600ms
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2600ms
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2650ms
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2650ms
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2700ms
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2700ms
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2750ms
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2750ms
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2800ms
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2800ms
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2850ms
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2850ms
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2900ms
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2900ms
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2950ms
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2950ms
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3000ms
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3000ms
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1)
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media screen {
    html:not(.no-js) {}

    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, transform
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: none
    }

    html:not(.no-js) [data-aos=fade-up] {
        transform: translate3d(0, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        transform: translate3d(0, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        transform: translate3d(-100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        transform: translate3d(100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        transform: translate3d(-100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        transform: translate3d(100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        transform: translate3d(-100px, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        transform: translate3d(100px, -100px, 0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, transform
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1)
    }

    html:not(.no-js) [data-aos=zoom-in] {
        transform: scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        transform: translate3d(0, 100px, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        transform: translate3d(0, -100px, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        transform: translate3d(-100px, 0, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        transform: translate3d(100px, 0, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        transform: translate3d(0, 100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        transform: translate3d(0, -100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        transform: translate3d(100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: transform;
        visibility: hidden
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    html:not(.no-js) [data-aos=slide-up] {
        transform: translate3d(0, 100%, 0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        transform: translate3d(0, -100%, 0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        transform: translate3d(-100%, 0, 0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        transform: translate3d(100%, 0, 0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        backface-visibility: hidden;
        transition-property: transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        transform: perspective(2500px) rotateY(-100deg)
    }

    html:not(.no-js) [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-right] {
        transform: perspective(2500px) rotateY(100deg)
    }

    html:not(.no-js) [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-up] {
        transform: perspective(2500px) rotateX(-100deg)
    }

    html:not(.no-js) [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

    html:not(.no-js) [data-aos=flip-down] {
        transform: perspective(2500px) rotateX(100deg)
    }

    html:not(.no-js) [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }
}

/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
#ui-datepicker-div {}

#ui-datepicker-div .ui-helper-hidden {
    display: none
}

#ui-datepicker-div .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#ui-datepicker-div .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

#ui-datepicker-div .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

#ui-datepicker-div .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both
}

#ui-datepicker-div .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

#ui-datepicker-div .ui-front {
    z-index: 100
}

#ui-datepicker-div .ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

#ui-datepicker-div .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

#ui-datepicker-div .ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

#ui-datepicker-div .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ui-datepicker-div .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%
}

#ui-datepicker-div .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

#ui-datepicker-div .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

#ui-datepicker-div .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

#ui-datepicker-div .ui-menu .ui-menu {
    position: absolute
}

#ui-datepicker-div .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

#ui-datepicker-div .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em
}

#ui-datepicker-div .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

#ui-datepicker-div .ui-menu .ui-state-active,
#ui-datepicker-div .ui-menu .ui-state-focus {
    margin: -1px
}

#ui-datepicker-div .ui-menu-icons {
    position: relative
}

#ui-datepicker-div .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

#ui-datepicker-div .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0
}

#ui-datepicker-div .ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

#ui-datepicker-div .ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    overflow: visible;
    text-decoration: none
}

#ui-datepicker-div .ui-button:active,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:link,
#ui-datepicker-div .ui-button:visited {
    text-decoration: none
}

#ui-datepicker-div .ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

#ui-datepicker-div input.ui-button.ui-button-icon-only {
    text-indent: 0
}

#ui-datepicker-div .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

#ui-datepicker-div .ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

#ui-datepicker-div input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em
}

#ui-datepicker-div input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

#ui-datepicker-div button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

#ui-datepicker-div .ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

#ui-datepicker-div .ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

#ui-datepicker-div .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
#ui-datepicker-div .ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

#ui-datepicker-div .ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

#ui-datepicker-div .ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

#ui-datepicker-div .ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em
}

#ui-datepicker-div .ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

#ui-datepicker-div .ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

#ui-datepicker-div .ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

#ui-datepicker-div .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

#ui-datepicker-div .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

#ui-datepicker-div .ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

#ui-datepicker-div .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

#ui-datepicker-div .ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none
}

#ui-datepicker-div .ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

#ui-datepicker-div .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
#ui-datepicker-div .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

#ui-datepicker-div .ui-checkboxradio-disabled {
    pointer-events: none
}

#ui-datepicker-div.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 2px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    appearance: initial;
    -webkit-appearance: initial;
    background-color: transparent;
    background-size: 8px;
    height: auto;
    padding: 0 5px !important;
    border: initial;
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    background-color: initial
}

#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

#ui-datepicker-div.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em
}

#ui-datepicker-div.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

#ui-datepicker-div.ui-datepicker td {
    border: 0;
    padding: 1px
}

#ui-datepicker-div.ui-datepicker td a,
#ui-datepicker-div.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

#ui-datepicker-div.ui-datepicker.ui-datepicker-multi {
    width: auto
}

#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group {
    float: left
}

#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em
}

#ui-datepicker-div .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

#ui-datepicker-div .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

#ui-datepicker-div .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

#ui-datepicker-div .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

#ui-datepicker-div .ui-datepicker-rtl {
    direction: rtl
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

#ui-datepicker-div .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em
}

#ui-datepicker-div .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0
}

#ui-datepicker-div .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative
}

#ui-datepicker-div .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

#ui-datepicker-div .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

#ui-datepicker-div .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto
}

#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em
}

#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer
}

#ui-datepicker-div .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-ne,
#ui-datepicker-div .ui-dialog .ui-resizable-nw,
#ui-datepicker-div .ui-dialog .ui-resizable-se,
#ui-datepicker-div .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

#ui-datepicker-div .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

#ui-datepicker-div .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

#ui-datepicker-div .ui-draggable .ui-dialog-titlebar {
    cursor: move
}

#ui-datepicker-div .ui-draggable-handle {
    touch-action: none
}

#ui-datepicker-div .ui-resizable {
    position: relative
}

#ui-datepicker-div .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none
}

#ui-datepicker-div .ui-resizable-autohide .ui-resizable-handle,
#ui-datepicker-div .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

#ui-datepicker-div .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

#ui-datepicker-div .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

#ui-datepicker-div .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

#ui-datepicker-div .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

#ui-datepicker-div .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

#ui-datepicker-div .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

#ui-datepicker-div .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

#ui-datepicker-div .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

#ui-datepicker-div .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

#ui-datepicker-div .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

#ui-datepicker-div .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: 0.25
}

#ui-datepicker-div .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

#ui-datepicker-div .ui-selectable {
    touch-action: none
}

#ui-datepicker-div .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

#ui-datepicker-div .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

#ui-datepicker-div .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

#ui-datepicker-div .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

#ui-datepicker-div .ui-selectmenu-open {
    display: block
}

#ui-datepicker-div .ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

#ui-datepicker-div .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

#ui-datepicker-div .ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

#ui-datepicker-div .ui-slider {
    position: relative;
    text-align: left
}

#ui-datepicker-div .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    touch-action: none
}

#ui-datepicker-div .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0
}

#ui-datepicker-div .ui-slider.ui-state-disabled .ui-slider-handle,
#ui-datepicker-div .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

#ui-datepicker-div .ui-slider-horizontal {
    height: 0.8em
}

#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

#ui-datepicker-div .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

#ui-datepicker-div .ui-slider-vertical {
    width: 0.8em;
    height: 100px
}

#ui-datepicker-div .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

#ui-datepicker-div .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

#ui-datepicker-div .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

#ui-datepicker-div .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

#ui-datepicker-div .ui-sortable-handle {
    touch-action: none
}

#ui-datepicker-div .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

#ui-datepicker-div .ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em
}

#ui-datepicker-div .ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

#ui-datepicker-div .ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

#ui-datepicker-div .ui-spinner-up {
    top: 0
}

#ui-datepicker-div .ui-spinner-down {
    bottom: 0
}

#ui-datepicker-div .ui-tabs {
    position: relative;
    padding: 0.2em
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: text
}

#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

#ui-datepicker-div .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

#ui-datepicker-div .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

#ui-datepicker-div .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

#ui-datepicker-div body .ui-tooltip {
    border-width: 2px
}

#ui-datepicker-div.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

#ui-datepicker-div.ui-widget .ui-widget {
    font-size: 1em
}

#ui-datepicker-div.ui-widget button,
#ui-datepicker-div.ui-widget input,
#ui-datepicker-div.ui-widget select,
#ui-datepicker-div.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

#ui-datepicker-div.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

#ui-datepicker-div.ui-widget-content a {
    color: #333
}

#ui-datepicker-div .ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

#ui-datepicker-div .ui-widget-header a {
    color: #333
}

#ui-datepicker-div .ui-button,
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

#ui-datepicker-div html .ui-button.ui-state-disabled:active,
#ui-datepicker-div html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

#ui-datepicker-div .ui-state-default a {
    color: #454545;
    text-decoration: none
}

#ui-datepicker-div .ui-state-default a:link,
#ui-datepicker-div .ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

#ui-datepicker-div a.ui-button,
#ui-datepicker-div a:link.ui-button,
#ui-datepicker-div a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

#ui-datepicker-div .ui-button {
    color: #454545;
    text-decoration: none
}

#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

#ui-datepicker-div .ui-button:focus,
#ui-datepicker-div .ui-button:hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

#ui-datepicker-div .ui-state-hover a {
    color: #2b2b2b;
    text-decoration: none
}

#ui-datepicker-div .ui-state-hover a:hover,
#ui-datepicker-div .ui-state-hover a:link,
#ui-datepicker-div .ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none
}

#ui-datepicker-div .ui-state-focus a {
    color: #2b2b2b;
    text-decoration: none
}

#ui-datepicker-div .ui-state-focus a:hover,
#ui-datepicker-div .ui-state-focus a:link,
#ui-datepicker-div .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none
}

#ui-datepicker-div a.ui-button:focus,
#ui-datepicker-div a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

#ui-datepicker-div .ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

#ui-datepicker-div .ui-button.ui-state-active:hover,
#ui-datepicker-div .ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

#ui-datepicker-div .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

#ui-datepicker-div .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

#ui-datepicker-div .ui-state-active a {
    color: #fff;
    text-decoration: none
}

#ui-datepicker-div .ui-state-active a:link,
#ui-datepicker-div .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

#ui-datepicker-div .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

#ui-datepicker-div .ui-state-highlight a,
#ui-datepicker-div .ui-widget-content .ui-state-highlight a,
#ui-datepicker-div .ui-widget-header .ui-state-highlight a {
    color: #777620
}

#ui-datepicker-div .ui-state-error,
#ui-datepicker-div .ui-widget-content .ui-state-error,
#ui-datepicker-div .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

#ui-datepicker-div .ui-state-error a,
#ui-datepicker-div .ui-state-error-text,
#ui-datepicker-div .ui-widget-content .ui-state-error a,
#ui-datepicker-div .ui-widget-content .ui-state-error-text,
#ui-datepicker-div .ui-widget-header .ui-state-error a,
#ui-datepicker-div .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

#ui-datepicker-div .ui-priority-primary,
#ui-datepicker-div .ui-widget-content .ui-priority-primary,
#ui-datepicker-div .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

#ui-datepicker-div .ui-priority-secondary,
#ui-datepicker-div .ui-widget-content .ui-priority-secondary,
#ui-datepicker-div .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: normal
}

#ui-datepicker-div .ui-state-disabled,
#ui-datepicker-div .ui-widget-content .ui-state-disabled,
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none
}

#ui-datepicker-div .ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"
}

#ui-datepicker-div .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/ui-icons_444444_256x240.png")
}

#ui-datepicker-div .ui-widget-content .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-icon {
    background-image: url("../images/icon/ui-icons_444444_256x240.png")
}

#ui-datepicker-div .ui-state-focus .ui-icon,
#ui-datepicker-div .ui-state-hover .ui-icon {
    background-image: url("../images/icon/ui-icons_555555_256x240.png")
}

#ui-datepicker-div .ui-button:focus .ui-icon,
#ui-datepicker-div .ui-button:hover .ui-icon {
    background-image: url("../images/icon/ui-icons_555555_256x240.png")
}

#ui-datepicker-div .ui-button:active .ui-icon,
#ui-datepicker-div .ui-state-active .ui-icon {
    background-image: url("../images/icon/ui-icons_ffffff_256x240.png")
}

#ui-datepicker-div .ui-button .ui-state-highlight.ui-icon,
#ui-datepicker-div .ui-state-highlight .ui-icon {
    background-image: url("../images/icon/ui-icons_777620_256x240.png")
}

#ui-datepicker-div .ui-state-error .ui-icon,
#ui-datepicker-div .ui-state-error-text .ui-icon {
    background-image: url("../images/icon/ui-icons_cc0000_256x240.png")
}

#ui-datepicker-div .ui-button .ui-icon {
    background-image: url("../images/icon/ui-icons_777777_256x240.png")
}

#ui-datepicker-div .ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

#ui-datepicker-div .ui-icon-caret-1-n {
    background-position: 0 0
}

#ui-datepicker-div .ui-icon-caret-1-ne {
    background-position: -16px 0
}

#ui-datepicker-div .ui-icon-caret-1-e {
    background-position: -32px 0
}

#ui-datepicker-div .ui-icon-caret-1-se {
    background-position: -48px 0
}

#ui-datepicker-div .ui-icon-caret-1-s {
    background-position: -65px 0
}

#ui-datepicker-div .ui-icon-caret-1-sw {
    background-position: -80px 0
}

#ui-datepicker-div .ui-icon-caret-1-w {
    background-position: -96px 0
}

#ui-datepicker-div .ui-icon-caret-1-nw {
    background-position: -112px 0
}

#ui-datepicker-div .ui-icon-caret-2-n-s {
    background-position: -128px 0
}

#ui-datepicker-div .ui-icon-caret-2-e-w {
    background-position: -144px 0
}

#ui-datepicker-div .ui-icon-triangle-1-n {
    background-position: 0 -16px
}

#ui-datepicker-div .ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-e {
    background-position: -32px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-se {
    background-position: -48px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-w {
    background-position: -96px -16px
}

#ui-datepicker-div .ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

#ui-datepicker-div .ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

#ui-datepicker-div .ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

#ui-datepicker-div .ui-icon-arrow-1-n {
    background-position: 0 -32px
}

#ui-datepicker-div .ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-e {
    background-position: -32px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-se {
    background-position: -48px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-s {
    background-position: -65px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-w {
    background-position: -96px -32px
}

#ui-datepicker-div .ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

#ui-datepicker-div .ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

#ui-datepicker-div .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

#ui-datepicker-div .ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

#ui-datepicker-div .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

#ui-datepicker-div .ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

#ui-datepicker-div .ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

#ui-datepicker-div .ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

#ui-datepicker-div .ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

#ui-datepicker-div .ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

#ui-datepicker-div .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

#ui-datepicker-div .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

#ui-datepicker-div .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

#ui-datepicker-div .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

#ui-datepicker-div .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

#ui-datepicker-div .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

#ui-datepicker-div .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

#ui-datepicker-div .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

#ui-datepicker-div .ui-icon-arrow-4 {
    background-position: 0 -80px
}

#ui-datepicker-div .ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

#ui-datepicker-div .ui-icon-extlink {
    background-position: -32px -80px
}

#ui-datepicker-div .ui-icon-newwin {
    background-position: -48px -80px
}

#ui-datepicker-div .ui-icon-refresh {
    background-position: -64px -80px
}

#ui-datepicker-div .ui-icon-shuffle {
    background-position: -80px -80px
}

#ui-datepicker-div .ui-icon-transfer-e-w {
    background-position: -96px -80px
}

#ui-datepicker-div .ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

#ui-datepicker-div .ui-icon-folder-collapsed {
    background-position: 0 -96px
}

#ui-datepicker-div .ui-icon-folder-open {
    background-position: -16px -96px
}

#ui-datepicker-div .ui-icon-document {
    background-position: -32px -96px
}

#ui-datepicker-div .ui-icon-document-b {
    background-position: -48px -96px
}

#ui-datepicker-div .ui-icon-note {
    background-position: -64px -96px
}

#ui-datepicker-div .ui-icon-mail-closed {
    background-position: -80px -96px
}

#ui-datepicker-div .ui-icon-mail-open {
    background-position: -96px -96px
}

#ui-datepicker-div .ui-icon-suitcase {
    background-position: -112px -96px
}

#ui-datepicker-div .ui-icon-comment {
    background-position: -128px -96px
}

#ui-datepicker-div .ui-icon-person {
    background-position: -144px -96px
}

#ui-datepicker-div .ui-icon-print {
    background-position: -160px -96px
}

#ui-datepicker-div .ui-icon-trash {
    background-position: -176px -96px
}

#ui-datepicker-div .ui-icon-locked {
    background-position: -192px -96px
}

#ui-datepicker-div .ui-icon-unlocked {
    background-position: -208px -96px
}

#ui-datepicker-div .ui-icon-bookmark {
    background-position: -224px -96px
}

#ui-datepicker-div .ui-icon-tag {
    background-position: -240px -96px
}

#ui-datepicker-div .ui-icon-home {
    background-position: 0 -112px
}

#ui-datepicker-div .ui-icon-flag {
    background-position: -16px -112px
}

#ui-datepicker-div .ui-icon-calendar {
    background-position: -32px -112px
}

#ui-datepicker-div .ui-icon-cart {
    background-position: -48px -112px
}

#ui-datepicker-div .ui-icon-pencil {
    background-position: -64px -112px
}

#ui-datepicker-div .ui-icon-clock {
    background-position: -80px -112px
}

#ui-datepicker-div .ui-icon-disk {
    background-position: -96px -112px
}

#ui-datepicker-div .ui-icon-calculator {
    background-position: -112px -112px
}

#ui-datepicker-div .ui-icon-zoomin {
    background-position: -128px -112px
}

#ui-datepicker-div .ui-icon-zoomout {
    background-position: -144px -112px
}

#ui-datepicker-div .ui-icon-search {
    background-position: -160px -112px
}

#ui-datepicker-div .ui-icon-wrench {
    background-position: -176px -112px
}

#ui-datepicker-div .ui-icon-gear {
    background-position: -192px -112px
}

#ui-datepicker-div .ui-icon-heart {
    background-position: -208px -112px
}

#ui-datepicker-div .ui-icon-star {
    background-position: -224px -112px
}

#ui-datepicker-div .ui-icon-link {
    background-position: -240px -112px
}

#ui-datepicker-div .ui-icon-cancel {
    background-position: 0 -128px
}

#ui-datepicker-div .ui-icon-plus {
    background-position: -16px -128px
}

#ui-datepicker-div .ui-icon-plusthick {
    background-position: -32px -128px
}

#ui-datepicker-div .ui-icon-minus {
    background-position: -48px -128px
}

#ui-datepicker-div .ui-icon-minusthick {
    background-position: -64px -128px
}

#ui-datepicker-div .ui-icon-close {
    background-position: -80px -128px
}

#ui-datepicker-div .ui-icon-closethick {
    background-position: -96px -128px
}

#ui-datepicker-div .ui-icon-key {
    background-position: -112px -128px
}

#ui-datepicker-div .ui-icon-lightbulb {
    background-position: -128px -128px
}

#ui-datepicker-div .ui-icon-scissors {
    background-position: -144px -128px
}

#ui-datepicker-div .ui-icon-clipboard {
    background-position: -160px -128px
}

#ui-datepicker-div .ui-icon-copy {
    background-position: -176px -128px
}

#ui-datepicker-div .ui-icon-contact {
    background-position: -192px -128px
}

#ui-datepicker-div .ui-icon-image {
    background-position: -208px -128px
}

#ui-datepicker-div .ui-icon-video {
    background-position: -224px -128px
}

#ui-datepicker-div .ui-icon-script {
    background-position: -240px -128px
}

#ui-datepicker-div .ui-icon-alert {
    background-position: 0 -144px
}

#ui-datepicker-div .ui-icon-info {
    background-position: -16px -144px
}

#ui-datepicker-div .ui-icon-notice {
    background-position: -32px -144px
}

#ui-datepicker-div .ui-icon-help {
    background-position: -48px -144px
}

#ui-datepicker-div .ui-icon-check {
    background-position: -64px -144px
}

#ui-datepicker-div .ui-icon-bullet {
    background-position: -80px -144px
}

#ui-datepicker-div .ui-icon-radio-on {
    background-position: -96px -144px
}

#ui-datepicker-div .ui-icon-radio-off {
    background-position: -112px -144px
}

#ui-datepicker-div .ui-icon-pin-w {
    background-position: -128px -144px
}

#ui-datepicker-div .ui-icon-pin-s {
    background-position: -144px -144px
}

#ui-datepicker-div .ui-icon-play {
    background-position: 0 -160px
}

#ui-datepicker-div .ui-icon-pause {
    background-position: -16px -160px
}

#ui-datepicker-div .ui-icon-seek-next {
    background-position: -32px -160px
}

#ui-datepicker-div .ui-icon-seek-prev {
    background-position: -48px -160px
}

#ui-datepicker-div .ui-icon-seek-end {
    background-position: -64px -160px
}

#ui-datepicker-div .ui-icon-seek-first,
#ui-datepicker-div .ui-icon-seek-start {
    background-position: -80px -160px
}

#ui-datepicker-div .ui-icon-stop {
    background-position: -96px -160px
}

#ui-datepicker-div .ui-icon-eject {
    background-position: -112px -160px
}

#ui-datepicker-div .ui-icon-volume-off {
    background-position: -128px -160px
}

#ui-datepicker-div .ui-icon-volume-on {
    background-position: -144px -160px
}

#ui-datepicker-div .ui-icon-power {
    background-position: 0 -176px
}

#ui-datepicker-div .ui-icon-signal-diag {
    background-position: -16px -176px
}

#ui-datepicker-div .ui-icon-signal {
    background-position: -32px -176px
}

#ui-datepicker-div .ui-icon-battery-0 {
    background-position: -48px -176px
}

#ui-datepicker-div .ui-icon-battery-1 {
    background-position: -64px -176px
}

#ui-datepicker-div .ui-icon-battery-2 {
    background-position: -80px -176px
}

#ui-datepicker-div .ui-icon-battery-3 {
    background-position: -96px -176px
}

#ui-datepicker-div .ui-icon-circle-plus {
    background-position: 0 -192px
}

#ui-datepicker-div .ui-icon-circle-minus {
    background-position: -16px -192px
}

#ui-datepicker-div .ui-icon-circle-close {
    background-position: -32px -192px
}

#ui-datepicker-div .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

#ui-datepicker-div .ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

#ui-datepicker-div .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

#ui-datepicker-div .ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

#ui-datepicker-div .ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

#ui-datepicker-div .ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

#ui-datepicker-div .ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

#ui-datepicker-div .ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

#ui-datepicker-div .ui-icon-circle-zoomin {
    background-position: -176px -192px
}

#ui-datepicker-div .ui-icon-circle-zoomout {
    background-position: -192px -192px
}

#ui-datepicker-div .ui-icon-circle-check {
    background-position: -208px -192px
}

#ui-datepicker-div .ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

#ui-datepicker-div .ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

#ui-datepicker-div .ui-icon-circlesmall-close {
    background-position: -32px -208px
}

#ui-datepicker-div .ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

#ui-datepicker-div .ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

#ui-datepicker-div .ui-icon-squaresmall-close {
    background-position: -80px -208px
}

#ui-datepicker-div .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

#ui-datepicker-div .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

#ui-datepicker-div .ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

#ui-datepicker-div .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

#ui-datepicker-div .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

#ui-datepicker-div .ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-tl,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div.ui-corner-all {
    border-top-left-radius: 3px
}

#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-tr,
#ui-datepicker-div.ui-corner-all {
    border-top-right-radius: 3px
}

#ui-datepicker-div .ui-corner-bl,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div.ui-corner-all {
    border-bottom-left-radius: 3px
}

#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-br,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div.ui-corner-all {
    border-bottom-right-radius: 3px
}

#ui-datepicker-div .ui-widget-overlay {
    background: #aaa;
    opacity: 0.003;
    -ms-filter: Alpha(Opacity=0.3)
}

#ui-datepicker-div .ui-widget-shadow {
    box-shadow: 0px 0px 5px #666
}

.skip .link {
    text-indent: -9999px;
    font-size: 0;
    height: 0;
    position: absolute;
    top: 0
}

.skip .link:focus {
    background-color: #008;
    color: #fff;
    text-align: center;
    z-index: 10000;
    text-indent: 0;
    font-size: 0.9375rem;
    width: 100%;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.header {
    width: 100%;
    z-index: 500;
    transition: 0.2s;
    position: relative;
    position: fixed;
    top: 0;
    left: 0
}

html {
    scroll-padding-top: 150px
}

@media (max-width:1200px) {
    html {
        scroll-padding-top: 80px
    }
}

.header.gnb-hover {
    background: #fff
}

.header.gnb-hover .nav__icon {
    display: none;
}

.header.gnb-hover .header-wrap .logo-white {
    display: none
}

.header.gnb-hover .header-wrap .logo-color {
    display: inline !important
}

.header.gnb-hover .header-wrap .nav-text {
    display: block
}

.header.gnb-hover .nav .depth-1>.link {
    color: #000 !important
}

.header.scrolled {
    background: #fff;
    border-bottom: 1px solid #eeeeee
}

.header.scrolled .header-wrap .logo-white {
    display: none
}

.header.scrolled .header-wrap .logo-color {
    display: inline !important
}

.header.scrolled .nav .depth-1>.link {
    color: #000 !important
}

.header.scrolled .nav-mobile__btn {
    color: #000
}

.header .header-wrap {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1200px) {
    .header .header-wrap {
        height: 60px
    }
}

.header .header-wrap .logo {
    flex: 0 0 auto
}

.header .header-wrap .logo img {
    width: 7.5em;
    transition: 0.2s
}

@media (max-width:1200px) {
    .header .header-wrap .logo img {
        width: 6.25em
    }
}

.header .header-wrap .logo .logo-color {
    display: none
}

.header .header-wrap .lang-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

@media (max-width:1200px) {
    .header .header-wrap .lang-btn {
        display: none
    }
}

.header .header-wrap .lang-btn img {
    width: 3.125rem
}

.header .header-wrap .nav-text {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 50px;
    padding-left: 13%;
    z-index: 20;
    transition: 0.2s;
    display: none
}

@media (max-width:1880px) {
    .header .header-wrap .nav-text {
        padding-left: 8%
    }
}

@media (max-width:1700px) {
    .header .header-wrap .nav-text {
        padding-left: 5%
    }
}

@media (max-width:1600px) {
    .header .header-wrap .nav-text {
        padding-left: 2%
    }

    .header .header-wrap .nav-text .img {
        width: 80%;
        margin-top: 1.25rem
    }
}

@media (max-width:1400px) {
    .header .header-wrap .nav-text {
        padding-left: 0
    }
}

@media (max-width:1200px) {
    .header .header-wrap .nav-text {
        display: none !important
    }
}

.header .header-wrap .nav-text .txt-bx {
    width: 100%;
    max-width: 16.25rem;
    text-align: right
}

.header .header-wrap .nav-text .txt {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    color: #fff
}

.header .header-wrap .nav-text .tit {
    font-size: 1.875rem;
    color: #0271b9;
    font-weight: 600;
    letter-spacing: 0.1em
}

.main {
    min-height: 60vh
}

@media (max-width:768px) {
    .main {
        min-height: 50vh
    }
}

.main-body .header .nav .depth-1>.link,
.sub-body .header .nav .depth-1>.link {
    color: #fff
}

.main-body,
.sub-body {
    overflow-y: auto
}

.main-body::-webkit-scrollbar,
.sub-body::-webkit-scrollbar {
    width: 7px
}

.main-body::-webkit-scrollbar-thumb,
.sub-body::-webkit-scrollbar-thumb {
    background: #0271b9;
    border-radius: 7px
}

.main-body::-webkit-scrollbar-track,
.sub-body::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 10px
}

.header.eng {
    width: 100%;
    z-index: 500;
    transition: 0.2s;
    position: relative;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0
}

html {
    scroll-padding-top: 150px
}

@media (max-width:1200px) {
    html {
        scroll-padding-top: 80px
    }
}

.header.eng.gnb-hover {
    background: #fff
}

.header.eng.gnb-hover .nav__icon {
    display: none;
}

.header.eng.gnb-hover .header-wrap .logo-color {
    display: inline !important
}

.header.eng.gnb-hover .header-wrap .nav-text {
    display: block
}

.header.eng.gnb-hover .nav .depth-1>.link {
    color: #000 !important
}

.header.eng.scrolled {
    background: #fff;
    border-bottom: none
}

.header.eng.scrolled .header-wrap .logo-white {
    display: none
}

.header.eng.scrolled .header-wrap .logo-color {
    display: inline !important
}

.header.eng.scrolled .nav .depth-1>.link {
    color: #000 !important
}

.header.eng.scrolled .nav-mobile__btn {
    color: #000
}

.header.eng .header-wrap {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0 0 0 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1400px) {
    .header.eng .header-wrap {
        padding: 0 0 0 60px
    }
}

@media (max-width:1200px) {
    .header.eng .header-wrap {
        height: 120px;
        padding: 0 0 0 40px
    }
}

@media (max-width:768px) {
    .header.eng .header-wrap {
        height: 60px;
        padding: 0 0 0 20px
    }
}

.header.eng .header-wrap .logo {
    flex: 0 0 auto
}

.header.eng .header-wrap .logo img {
    width: 9.6875em;
    transition: 0.2s
}

@media (max-width:768px) {
    .header.eng .header-wrap .logo img {
        width: 4.53125em
    }
}

.header.eng .header-wrap .logo .logo-color {
    display: block
}

.header.eng .header-wrap .nav {
    padding: 0;
    margin-left: auto
}

.header.eng .header-wrap .nav .depth-1>.link {
    color: #000 !important;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px
}

@media (max-width:1300px) {
    .header.eng .header-wrap .nav .depth-1>.link {
        padding-right: 80px
    }
}

.header.eng .header-wrap .nav .depth-2>.link {
    font-family: "Poppins";
    font-size: 16px
}

.header.eng .header-wrap .menu-btn {
    width: 160px;
    height: 160px;
    background: #0271b9;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .header.eng .header-wrap .menu-btn {
        display: none
    }
}

.header.eng .header-wrap .menu-btn img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease
}

.header.eng .header-wrap .menu-btn:hover img {
    transform: scale(1.4)
}

.header.eng .header-wrap .lang-btn-bx {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%)
}

@media (max-width:1200px) {
    .header.eng .header-wrap .lang-btn-bx {
        width: 240px;
        height: 120px;
        right: 120px;
        bottom: 0;
        transform: translateY(0%);
        background: #fff
    }
}

@media (max-width:768px) {
    .header.eng .header-wrap .lang-btn-bx {
        width: 120px;
        height: 60px;
        right: 60px
    }
}

@media (max-width:1200px) {
    .header.eng .header-wrap .lang-btn-bx .inner-bx {
        display: flex
    }
}

.header.eng .header-wrap .lang-btn-bx .inner-bx .link {
    display: block;
    height: fit-content;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #bbb;
    transition: color 0.3s ease
}

@media (max-width:1200px) {
    .header.eng .header-wrap .lang-btn-bx .inner-bx .link {
        font-size: 28px
    }
}

@media (max-width:768px) {
    .header.eng .header-wrap .lang-btn-bx .inner-bx .link {
        font-size: 14px
    }
}

.header.eng .header-wrap .lang-btn-bx .inner-bx .link.on {
    color: #000
}

.header.eng .header-wrap .lang-btn-bx .inner-bx .link:hover {
    color: #000
}

.header.eng .header-wrap .lang-btn-bx .inner-bx .h-line {
    width: 100%;
    height: 2px;
    background: #999;
    opacity: 0.3;
    margin: 10px 0
}

@media (max-width:1200px) {
    .header.eng .header-wrap .lang-btn-bx .inner-bx .h-line {
        width: 2px;
        height: 28px;
        margin: 0 10px
    }
}

@media (max-width:768px) {
    .header.eng .header-wrap .lang-btn-bx .inner-bx .h-line {
        width: 2px;
        height: 14px
    }
}

.header.eng .header-wrap .nav-mobile__btn {
    width: 160px;
    height: 160px;
    background: #0271b9;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .header.eng .header-wrap .nav-mobile__btn {
        width: 120px;
        height: 120px
    }
}

@media (max-width:768px) {
    .header.eng .header-wrap .nav-mobile__btn {
        width: 60px;
        height: 60px
    }
}

.header.eng .header-wrap .nav-mobile__btn img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease
}

@media (max-width:768px) {
    .header.eng .header-wrap .nav-mobile__btn img {
        width: 16px;
        height: 16px
    }
}

.header.eng .header-wrap .nav-mobile__btn:hover img {
    transform: scale(1.4)
}

.header.eng .header-wrap .nav-text {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 50px;
    padding-left: 13%;
    z-index: 20;
    transition: 0.2s
}

@media (max-width:1880px) {
    .header.eng .header-wrap .nav-text {
        padding-left: 8%
    }
}

@media (max-width:1700px) {
    .header.eng .header-wrap .nav-text {
        padding-left: 5%
    }
}

@media (max-width:1600px) {
    .header.eng .header-wrap .nav-text {
        padding-left: 2%
    }

    .header.eng .header-wrap .nav-text .img {
        width: 80%;
        margin-top: 1.25rem
    }
}

@media (max-width:1400px) {
    .header.eng .header-wrap .nav-text {
        padding-left: 0
    }
}

@media (max-width:1200px) {
    .header.eng .header-wrap .nav-text {
        display: none !important
    }
}

.header.eng .header-wrap .nav-text .txt-bx {
    width: 100%;
    max-width: 16.25rem;
    text-align: right
}

.header.eng .header-wrap .nav-text .txt {
    font-family: "Poppins";
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    color: #fff
}

.header.eng .header-wrap .nav-text .tit {
    font-family: "Poppins";
    font-size: 1.875rem;
    color: #0271b9;
    font-weight: 600;
    letter-spacing: 0.1em
}

.main-body.eng {
    padding-top: 160px
}

@media (max-width:1200px) {
    .main-body.eng {
        padding-top: 120px
    }
}

@media (max-width:768px) {
    .main-body.eng {
        padding-top: 60px
    }
}

.footer {
    background: #303030
}

.footer__top {
    border-bottom: 1px solid #454545;
    padding: 3.125rem 0;
    color: #fff
}

@media (min-width:1024.02px) {
    .footer__top .container {
        display: flex;
        align-items: center
    }
}

.footer__top .sitemap {
    display: flex;
    align-items: center
}

@media (max-width:576px) {
    .footer__top .sitemap {
        flex-wrap: wrap
    }
}

.footer__top .sitemap li:first-child .link {
    padding-left: 0
}

.footer__top .sitemap .link {
    display: block;
    padding: 0 0.9375rem;
    font-size: 1.125em;
    font-weight: 500
}

@media (max-width:768px) {
    .footer__top .sitemap .link {
        padding: 0 0.625rem
    }
}

@media (max-width:576px) {
    .footer__top .sitemap .link {
        padding-left: 0;
        padding-right: 0.9375rem
    }
}

.footer__top .policy-list .link {
    font-size: 1.125em;
    font-weight: 500
}

.footer__logo {
    flex: 0 0 13.75rem;
    max-width: 13.75rem
}

.footer__logo img {
    width: 7.5em
}

.footer__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5rem
}

@media (max-width:1200px) {
    .footer__link {
        display: block;
        padding-left: 3.125rem
    }
}

@media (min-width:1024.02px) {
    .footer__link {
        flex: 1 1 auto;
        width: 1%
    }
}

@media (max-width:1024px) {
    .footer__link {
        padding-left: 0
    }
}

.footer__bottom {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    color: #eee
}

@media (min-width:768.02px) {
    .footer__bottom .container {
        display: flex;
        align-items: center
    }
}

.footer__tel {
    flex: 0 0 13.75rem;
    max-width: 13.75rem;
    font-size: 1.25em;
    font-weight: 500
}

.footer__tel a {
    display: block;
    font-family: "Montserrat", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0271b9
}

.footer__txt {
    position: relative;
    overflow: hidden;
    padding-left: 5rem;
    color: #999999
}

@media (max-width:1200px) {
    .footer__txt {
        padding-left: 3.125rem
    }
}

@media (max-width:768px) {
    .footer__txt {
        padding-left: 0;
        font-size: 13px
    }
}

.footer__txt .txt span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em
}

.footer__txt .txt span:before {
    content: "";
    left: -1px;
    height: 0.8em;
    top: 50%;
    margin-top: -0.4em;
    position: absolute;
    border-left: 1px solid #b3b3b3
}

@media (min-width:768.02px) {
    .footer__txt .txt span:before {
        display: none
    }
}

.footer__txt .txt span:first-child {
    padding-left: 0
}

@media (max-width:576px) {
    .footer__txt .txt .txt-fax {
        padding-left: 0
    }
}

.footer .created-masstige .masstige {
    font-weight: 500
}

.footer .created-masstige:hover {
    color: #7d67ff
}


.footer.eng {
  padding: 60px 160px;
  background: #00121d;
}
@media (max-width: 1400px) {
  .footer.eng {
    padding: 60px 160px 60px 60px;
  }
}
@media (max-width: 1200px) {
  .footer.eng {
    padding: 60px 120px 60px 40px;
  }
}
@media (max-width: 768px) {
  .footer.eng {
    padding: 30px 20px;
  }
}
.footer.eng .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer.eng .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer.eng .footer-container .left .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .sitemap {
    font-size: clamp(15px, 4.1667vw, 30px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.footer.eng .footer-container .left .sitemap .item:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .sitemap .item:not(:last-child) {
    margin-right: 0px;
  }
}
.footer.eng .footer-container .left .footer-info {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1850px) {
  .footer.eng .footer-container .left .footer-info {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .footer.eng .footer-container .left .footer-info {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .footer-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer.eng .footer-container .left .footer-info .info:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .footer-info .info:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .footer-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px;
  }
}
.footer.eng .footer-container .left .footer-info .info .info-title {
  opacity: 0.2;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .footer.eng .footer-container .left .footer-info .info .info-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .footer-info .info .info-title {
    font-size: clamp(15px, 4.1667vw, 30px);
    margin-bottom: 10px;
  }
}
.footer.eng .footer-container .left .footer-info .info .info-text {
  opacity: 0.6;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer.eng .footer-container .left .footer-info .info .info-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .footer-info .info .info-text {
    font-size: clamp(15px, 4.1667vw, 30px);
    line-height: 1.2;
  }
}
.footer.eng .footer-container .left .copyright .info-text {
  opacity: 0.6;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer.eng .footer-container .left .copyright .info-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .left .copyright .info-text {
    font-size: clamp(15px, 4.1667vw, 30px);
  }
}
.footer.eng .footer-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer.eng .footer-container .right {
    margin-top: 75px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer.eng .footer-container .right .logo-bx {
  width: 155px;
}
@media (max-width: 768px) {
  .footer.eng .footer-container .right .logo-bx {
    margin-bottom: 30px;
  }
}
.footer.eng .footer-container .right .logo-bx img {
  width: 100%;
}
.footer.eng .footer-container .right .pop-bx .link {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px 0 24px 0;
}
@media (max-width: 1500px) {
  .footer.eng .footer-container .right .pop-bx .link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1200px) {
  .footer.eng .footer-container .right .pop-bx .link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer.eng .footer-container .right .pop-bx .link {
    width: 100%;
    text-align: center;
  }
}
.footer.eng .footer-container .right .pop-bx .link:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 1500px) {
  .footer.eng .footer-container .right .pop-bx .link:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: auto;
  }
}

.go-top-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #000000;
    position: fixed;
    bottom: 15%;
    right: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4509803922);
    font-family: "Oxanium", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 100
}

@media (max-width:1024px) {
    .go-top-btn {
        font-size: 12px;
        width: 45px;
        height: 45px;
        bottom: 5%
    }
}

.go-top-btn span {
    display: block;
    margin-top: 5px
}

.header .nav {
    text-align: center;
    padding-left: 14vw;
    z-index: 5
}

@media (max-width:1400px) {
    .header .nav {
        padding-left: 13vw
    }
}

@media (max-width:1200px) {
    .header .nav {
        display: none
    }
}

.header .nav .nav-list--depth1 {
    align-items: center;
    display: flex
}

.header .nav .nav-list--depth2 {
    padding: 3.125rem 0.9375rem 1.875rem 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none
}

.header .nav .nav-list--depth3 {
    padding: 1.25rem 0 1.25rem 0.625rem
}

.header .nav .depth-1 {
    position: relative
}

.header .nav .depth-1>.link {
    position: relative;
    height: 130px;
    padding-right: 3.125rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2
}

.header .nav .depth-1>.link.on,
.header .nav .depth-1>.link:hover {
    color: #00c38b !important;
    text-decoration: underline
}

.header .nav .depth-1:nth-of-type(6)>.link {
    padding-right: 0
}

.header .nav .depth-2 {
    line-height: 1.5;
    margin-top: 0.5em
}

.header .nav .depth-2:first-child {
    margin-top: 0
}

.header .nav .depth-2>.link {
    display: block;
    font-size: 1em;
    color: #000;
    position: relative;
    text-align: left;
    padding-left: 0.625em;
    letter-spacing: -0.025em
}

.header .nav .depth-2>.link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #c5c5c5
}

.header .nav .depth-2>.link.on,
.header .nav .depth-2>.link:hover {
    color: #00c38b;
    text-decoration: underline
}

.header .nav .depth-3 {
    line-height: 1.3;
    margin-top: 0.5em
}

.header .nav .depth-3:first-child {
    margin-top: 0
}

.header .nav .depth-3>.link {
    display: block;
    font-size: 0.9375em;
    color: #000;
    position: relative;
    text-align: left;
    padding-left: 0.6666666667em;
    letter-spacing: -0.025em
}

.header .nav .depth-3>.link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 0.5px;
    border-radius: 50%;
    background-color: #cccccc
}

.header .nav .depth-3>.link.on,
.header .nav .depth-3>.link:hover {
    color: #00c38b;
    text-decoration: underline
}

.header .nav__bg {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #eeeeee;
    height: 430px !important;
    z-index: 1
}

@media (max-width:1200px) {
    .header .nav__bg {
        display: none !important
    }
}

.header .nav__icon {
    display: block;
    background: url(../images/icon/nav_bg_i_new.png) no-repeat center;
    background-size: 100%;
    width: 20rem;
    height: 20.75rem;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    top: 150%;
    z-index: 2;
    display: none
}

@media (max-width:1200px) {
    .header .nav__icon {
        display: none !important
    }
}

.header .nav.gnb-drop--each .nav-list--depth2 {
    width: 100%;
    background-color: #fff
}

.header .nav.gnb-drop--line .depth-1:last-child .nav-list--depth2 {
    justify-content: flex-end
}

.header .nav.gnb-drop--line .nav-list--depth2 {
    justify-content: center;
    width: 100%;
    padding: 0.9375rem 0
}

.header .nav.gnb-drop--line .depth-2 {
    display: inline-block;
    margin-top: 0;
    margin: 0 1rem
}

.nav-mobile {
    z-index: 700;
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    height: 100%;
    transition: 500ms all;
    text-align: left;
    position: fixed;
    top: 0;
    right: -100%
}

@media (max-width:1200px) {
    .nav-mobile {
        display: block
    }
}

.nav-mobile.active {
    right: 0
}

.nav-mobile__btn {
    right: 0;
    top: 0;
    position: absolute;
    text-align: center;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 2rem;
    display: none
}

@media (max-width:1200px) {
    .nav-mobile__btn {
        display: block
    }
}

.nav-mobile__btn .xi-close {
    color: #000
}

.nav-mobile__bg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 600
}

.nav-mobile__head {
    height: 60px;
    position: relative
}

.nav-mobile__head .logo {
    padding: 0 1.25rem
}

.nav-mobile__head .logo img {
    width: 6.4375rem
}

.nav-mobile__head .logo-bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

.nav-mobile__head .lang-btn {
    position: absolute;
    right: 18%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-mobile__head .lang-btn img {
    width: 3.125rem
}

.nav-mobile__body {
    padding-bottom: 50px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 60px)
}

.nav-mobile .nav-list--depth1 {
    padding: 1.25rem 0 0 1.875rem
}

.nav-mobile .depth-1>.link {
    text-align: left;
    color: #000;
    display: block;
    padding: 1rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative
}

.nav-mobile .depth-1>.link.active {}

.nav-mobile .depth-2>.link {
    display: block;
    padding: 0.7rem 1rem;
    padding-left: 1.6rem;
    color: #999999;
    font-size: 1.2rem
}

.nav-mobile .depth-2>.link.active {
    color: #0271b9
}

.nav-mobile .depth-2:first-child>.link {
    padding-top: 1rem
}

.nav-mobile .depth-2:last-child>.link {
    padding-bottom: 1rem
}

.nav-mobile .depth-3>.link {
    display: block;
    padding: 0.8rem 1rem;
    padding-left: 2.4rem;
    background-color: #ebebeb;
    color: #555;
    font-size: 0.8rem
}

.nav-mobile .depth-1,
.nav-mobile .depth-2 {}

.nav-mobile .depth-1>.link,
.nav-mobile .depth-2>.link {
    display: block;
    position: relative
}

.nav-mobile .nav-list--depth2,
.nav-mobile .nav-list--depth3 {
    display: none
}

.sub-visual {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.sub-visual__wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 600px;
    color: #fff;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: left
}

@media (max-width:768px) {
    .sub-visual__wrapper {
        height: 70vw;
        font-size: 2.5vw
    }
}

.sub-visual__title {
    width: 100%;
    font-size: 3em;
    letter-spacing: 5px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative
}

.sub-visual__title:after {
    content: "";
    display: block;
    width: 22.5rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5
}

@media (max-width:768px) {
    .sub-visual__title:after {
        width: 16.25rem
    }
}

.sub-visual__text {
    font-size: 1.5em;
    font-family: "Oxanium", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    font-weight: 300;
    width: 100%;
    padding-top: 10px
}

.sub-nav {
    z-index: 100
}

.sub-nav--sticky.fix .sub-nav__wrap {
    position: fixed;
    left: 0
}

@media (max-width:1024px) {
    .sub-nav--sticky.fix .sub-nav__wrap {
        top: 60px
    }
}

.sub-nav-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 11.25rem;
    margin-top: -11.25rem;
    z-index: 100
}

@media (max-width:1200px) {
    .sub-nav-wrap {
        flex-direction: column
    }
}

@media (max-width:768px) {
    .sub-nav-wrap {
        display: block;
        margin-top: 0;
        height: auto;
        border-bottom: 1px solid #ddd
    }
}

.sub-nav-wrap .txt-bx {
    font-family: "Oxanium", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    text-align: right
}

@media (max-width:1200px) {
    .sub-nav-wrap .txt-bx {
        text-align: left;
        margin-bottom: 1.875rem;
        order: 1
    }
}

@media (max-width:768px) {
    .sub-nav-wrap .txt-bx {
        display: none
    }
}

.sub-nav-wrap .txt {
    font-size: 1.5em;
    color: #99ccff;
    letter-spacing: 5px
}

@media (max-width:1200px) {
    .sub-nav-wrap .txt {
        font-size: 1.25em
    }
}

.sub-nav-wrap .title {
    font-size: 2.25em;
    color: #0099ff;
    font-weight: 500;
    letter-spacing: -0.02em
}

@media (max-width:1200px) {
    .sub-nav-wrap .title {
        font-size: 2em
    }
}

.sub-nav--bar {
    position: relative
}

@media (max-width:1200px) {
    .sub-nav--bar {
        order: 2
    }
}

.sub-nav--bar,
.sub-nav--bar .link {
    height: 4.25rem
}

@media (max-width:1024px) {

    .sub-nav--bar,
    .sub-nav--bar .link {
        height: 3.75rem
    }
}

.sub-nav--bar li:first-child>.link {
    padding-left: 0
}

.sub-nav--bar .link {
    display: inline-flex;
    align-items: center;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.25rem
}

.sub-nav--bar .link.on,
.sub-nav--bar .link:hover {
    color: #0099ff;
    text-decoration: underline
}

@media (max-width:768px) {
    .sub-nav--bar .link {
        color: #333
    }
}

.sub-nav--bar .sub-nav__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .sub-nav--bar .sub-nav__wrap {
        text-align: center;
        display: inline-block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        width: 100%
    }

    .sub-nav--bar .sub-nav__wrap>li {
        display: inline
    }
}

.sub-nav--dropdown {
    z-index: 101;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    letter-spacing: -0.025em;
    height: 58px
}

@media (max-width:1024px) {
    .sub-nav--dropdown {
        height: 50px;
        border-bottom: 0
    }
}

.sub-nav--dropdown .sub-nav__wrap {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

@media (max-width:768px) {
    .sub-nav--dropdown .sub-nav__wrap {
        padding: 0
    }
}

.sub-nav--dropdown .sub-nav__home {
    height: 58px;
    color: #666;
    width: 86px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.sub-nav--dropdown .sub-nav__home img {
    width: 22px
}

@media (max-width:1024px) {
    .sub-nav--dropdown .sub-nav__home {
        width: 50px;
        height: 50px
    }

    .sub-nav--dropdown .sub-nav__home img {
        width: 18px
    }
}

.sub-nav--dropdown .sub-nav__home:after,
.sub-nav--dropdown .sub-nav__home:before,
.sub-nav--dropdown .sub-nav__item:after {
    content: "";
    position: absolute;
    top: 50%;
    border-right: 1px solid rgba(102, 102, 102, 0.2);
    height: 16px;
    margin-top: -8px
}

.sub-nav--dropdown .sub-nav__home:before {
    left: 0
}

.sub-nav--dropdown .sub-nav__home:after,
.sub-nav--dropdown .sub-nav__item:after {
    right: 0
}

@media (max-width:768px) {

    .sub-nav--dropdown .sub-nav__home:before,
    .sub-nav--dropdown .sub-nav__item:last-child:after {
        display: none
    }
}

.sub-nav--dropdown .sub-nav__item {
    max-width: 220px;
    width: calc(50% - 50px / 2);
    position: relative
}

.sub-nav--dropdown .sub-nav__button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 58px;
    color: #666;
    display: block;
    align-items: center;
    text-align: left;
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 2em;
    padding-right: 4em;
    cursor: pointer
}

.sub-nav--dropdown .sub-nav__button:before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e943"
}

.sub-nav--dropdown .sub-nav__button:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4em;
    text-align: center
}

.sub-nav--dropdown .sub-nav__button.on {
    background-color: white
}

.sub-nav--dropdown .sub-nav__button.on:before {
    content: "\e946"
}

@media (max-width:1024px) {
    .sub-nav--dropdown .sub-nav__button {
        height: 50px;
        padding: 0 1em;
        padding-right: 2em
    }

    .sub-nav--dropdown .sub-nav__button:before {
        width: 2em
    }
}

.sub-nav--dropdown .sub-nav__drawer {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em 2em;
    box-sizing: border-box;
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    line-height: 1.3
}

@media (max-width:1024px) {
    .sub-nav--dropdown .sub-nav__drawer {
        padding: 1em
    }
}

.sub-nav--dropdown .sub-nav__drawer li {
    margin-top: 0.8em
}

.sub-nav--dropdown .sub-nav__drawer li:first-child {
    margin-top: 0
}

.sub-nav--dropdown .sub-nav__drawer .link {
    color: #666;
    font-weight: 400
}

.sub-nav--dropdown .sub-nav__drawer .link.on {
    text-decoration: underline;
    color: #0271b9
}

.sub-nav--dropdown .sub-nav__drawer .link:hover {
    opacity: 1;
    text-decoration: underline !important
}

.badge {
    display: inline-block;
    padding: 0.25em 0.75em;
    font-size: 1em
}

.badge.badge-sm {
    font-size: 0.75em
}

.badge.badge-lg {
    font-size: 1.125em
}

.badge.badge-pill {
    border-radius: 0.5em
}

.badge-color-1 {
    color: #fff;
    background-color: #0271b9
}

.badge-color-2 {
    color: #fff;
    background-color: #0099ff
}

.badge-color-3 {
    color: #fff;
    background-color: #20c997
}

.badge-success {
    color: #fff;
    background-color: #5cb85c
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-danger {
    color: #fff;
    background-color: #be0000
}

.badge-light {
    color: #111;
    background-color: #eee
}

.badge-dark {
    color: #fff;
    background-color: #666
}

.bullet-list {
    font-size: inherit
}

.bullet-list>.item {
    display: flex
}

.bullet-list>.item:before {
    content: "";
    display: block;
    flex: 0 0 0.625em;
    width: 0.625em;
    height: 0.625em;
    background-color: #333;
    margin-top: 0.75em;
    margin-right: 0.5em;
    transform: translateY(-50%);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bullet-list.bullet-list--disc>.item:before {
    border-radius: 50%
}

.bullet-list.bullet-list--circle>.item:before {
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #333
}

.bullet-list.bullet-list--decimal>.item:before {
    display: none
}

.bullet-list.bullet-list--decimal>.item .decimal-number {
    display: block;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 1.5em;
    margin-top: 0.75em;
    margin-right: 0.5em;
    transform: translateY(-50%)
}

.bullet-list.bullet-list--image>.item:before {
    background-color: transparent;
    background-image: url("../images/icon/blog_i.png")
}

.bullet-list.bullet-list--txt>.item:before {
    content: attr(data-bullet);
    display: inline;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0;
    transform: none;
    margin-right: 0.5em
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: 0.4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 0.4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 0.4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 0.4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem
}

.datepicker--custom .ui-datepicker-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 0.625em 1.25em
}

.datepicker--custom .ui-datepicker-header .ui-datepicker-title {
    order: 1;
    font-weight: 500;
    font-size: 1.25em;
    padding: 0 1.875rem
}

.datepicker--custom .ui-datepicker-header .ui-corner-all {
    cursor: pointer
}

.datepicker--custom .ui-datepicker-header .ui-corner-all span {
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden
}

.datepicker--custom .ui-datepicker-header .ui-corner-all span:before {
    font-family: "xeicon" !important;
    font-size: 1.875rem;
    color: #444
}

.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    order: 0
}

.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-prev span:before {
    content: "\e93d"
}

.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    order: 2
}

.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-next span:before {
    content: "\e940"
}

.datepicker--custom .ui-datepicker-calendar {
    font-size: 0.9375rem;
    width: 100%
}

.datepicker--custom .ui-datepicker-calendar thead th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.625rem
}

.datepicker--custom .ui-datepicker-calendar tbody td {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0.625rem;
    text-align: center;
    font-weight: 400;
    color: #333;
    position: relative
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-state-disabled {
    color: #999
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    color: #fff
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day:before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: #0271b9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
    position: relative;
    z-index: 1
}

.map {
    position: relative
}

.map:after {
    content: "";
    display: block;
    padding-bottom: 41.6666666667%
}

.map .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.map .root_daum_roughmap .wrap_map {
    width: 100%;
    height: calc(100% - 30px) !important
}

@media (max-width:768px) {
    .map:after {
        padding-bottom: 300px
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-draggble .modal-header {
    cursor: move
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal.modal-start,
.modal.start_pop {
    position: absolute;
    display: none;
    max-width: 800px;
    height: auto;
    width: auto;
    overflow: visible
}

@media (max-width:1024px) {

    .modal.modal-start,
    .modal.start_pop {
        left: 50% !important;
        top: 15px !important;
        width: 100%;
        max-width: 90%;
        transform: translateX(-50%)
    }
}

.modal.modal-start .modal-dialog,
.modal.start_pop .modal-dialog {
    margin: 0 auto;
    transform: none !important
}

.modal.modal-start .modal-footer,
.modal.start_pop .modal-footer {
    justify-content: space-between
}

.modal.modal-start .modal-footer:after,
.modal.start_pop .modal-footer:after {
    display: none !important
}

.modal .ui-draggable-handle {
    cursor: move
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: 0.25rem
}

.modal-footer .check-area {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576.02px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1024.02px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200.02px) {
    .modal-xl {
        max-width: 1140px
    }
}

.start_pop__slider .modal-header {
    z-index: 999;
    border-bottom: 0
}

.modal-swiper {
    position: relative
}

.modal-swiper .swiper-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: unset;
    row-gap: 5px;
    column-gap: 5px
}

.modal-swiper .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    padding: 10px 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin: 0 !important
}

@media (max-width:1024px) {
    .modal-swiper .swiper-pagination-bullet {
        padding: 5px 30px
    }
}

.modal-swiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 24px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(238, 238, 238, 0.4705882353)
}

@media (max-width:1024px) {
    .modal-swiper .swiper-button {
        width: 30px;
        height: 30px;
        font-size: 16px
    }
}

.modal-swiper .swiper-button:hover {
    color: #0271b9
}

.modal-swiper .swiper-button--prev {
    left: 5px
}

.modal-swiper .swiper-button--next {
    right: 5px
}

.modal-youtube-popup {
    width: 100%;
    min-width: 468px
}

@media (max-width:768px) {
    .modal-youtube-popup {
        min-width: 100%
    }
}

.popup {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
    background-color: #fff
}

.popup.popup--lg {
    max-width: 1200px
}

.popup.popup--sm {
    max-width: 500px
}

.popup.popup--privary {
    max-width: 400px
}

.popup.popup--privary .popup-body {
    max-height: 400px;
    overflow-y: auto
}

.popup__title {
    font-size: 1.25rem
}

.popup.hide-close .mfp-close {
    display: none !important
}

.pop-file-download {
    position: relative;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.875rem
}

.pop-file-download .link:hover {
    text-decoration: underline
}

.pop-in-pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8)
}

.pop-in-pop .pop-in-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: 700;
    cursor: pointer
}

.tab--box>.tab-header {
    word-break: keep-all;
    text-align: center;
    display: flex;
    line-height: 1.3;
    letter-spacing: -0.03em;
    justify-content: center
}

@media (max-width:576px) {
    .tab--box>.tab-header {
        flex-wrap: wrap
    }
}

.tab--box>.tab-header .tab-item {
    flex: 1 1 auto;
    max-width: 17.5rem
}

@media (max-width:576px) {
    .tab--box>.tab-header .tab-item {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 0.3125rem
    }
}

.tab--box>.tab-header .tab-item:last-child .link {
    border-right: 1px solid #ccc
}

.tab--box>.tab-header .tab-item .link {
    padding: 0 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    min-height: 3.75rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 1.375em;
    color: #000;
    height: 100%;
    cursor: pointer
}

@media (max-width:576px) {
    .tab--box>.tab-header .tab-item .link {
        font-size: 1.125em;
        min-height: 2.8125rem
    }
}

.tab--box>.tab-header .tab-item .link:not(.on):hover {
    color: #0271b9;
    border: 1px solid #0271b9 !important
}

.tab--box>.tab-header .tab-item .link.on {
    color: #fff;
    background-color: #0271b9;
    border-color: #0271b9;
    font-weight: 500
}

@media (max-width:1024px) {
    .tab--box>.tab-header .tab-item .link {
        min-height: 3.75rem;
        font-size: 1.125em;
        padding: 0 0.2em
    }
}

.tab--product>.tab-header {
    word-break: keep-all;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd
}

.tab--product>.tab-header .tab-item {
    flex: 1;
    max-width: 15rem
}

.tab--product>.tab-header .tab-item .link {
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 0 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #666;
    height: 3.25rem;
    font-weight: 500;
    cursor: pointer;
    position: relative
}

.tab--product>.tab-header .tab-item .link:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    border-top: 2px solid #666;
    z-index: 1
}

.tab--product>.tab-header .tab-item .link:not(.on):hover {
    color: #0099ff
}

.tab--product>.tab-header .tab-item .link.on {
    color: #222;
    background-color: #fff;
    border-bottom-color: #fff
}

.tab--review>.tab-header {
    word-break: keep-all;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.tab--review>.tab-header .tab-item {
    flex: 1 0 11.25rem;
    max-width: 11.25rem;
    padding: 0 5px
}

.tab--review>.tab-header .tab-item .link {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    height: 46px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    line-height: normal
}

.tab--review>.tab-header .tab-item .link.on {
    color: #fff;
    background-color: #0271b9;
    border-color: #0271b9
}

@media (max-width:576px) {
    .tab--review>.tab-header .tab-item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

.tab--border>.tab-header {
    display: flex;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    line-height: 1.3
}

.tab--border>.tab-header .tab-item .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.625rem;
    font-size: 1.125em;
    padding: 0 1.5em;
    color: #222;
    background-color: #f9f9f9;
    border-bottom: 0;
    border-left: 0;
    border: 1px solid #f9f9f9;
    border-bottom: 0;
    cursor: pointer
}

.tab--border>.tab-header .tab-item .link.on {
    border-color: #ddd;
    background-color: #fff;
    color: #0271b9
}

.tab--find>.tab-header {
    word-break: keep-all;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
    letter-spacing: -0.03em
}

.tab--find>.tab-header .tab-item {
    flex: 1 0 50%;
    max-width: 50%
}

.tab--find>.tab-header .tab-item .link {
    padding: 0 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 4.0625rem;
    background-color: #fff;
    border: 1px solid #0271b9;
    font-size: 1.125em;
    color: #0271b9;
    cursor: pointer;
    position: relative
}

.tab--find>.tab-header .tab-item .link:not(.on):hover {
    color: #0271b9
}

.tab--find>.tab-header .tab-item .link.on {
    color: #fff;
    background-color: #0271b9
}

.tab--find>.tab-header .tab-item .link.on:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #0271b9;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    margin-left: -0.4375rem;
    margin-bottom: -0.4375rem
}

.tab--find>.tab-body {
    padding: 1.5625rem 0
}

.tab--faq .tab-header {
    display: flex;
    flex-wrap: wrap;
    padding: 1px 1px 0 0
}

.tab--faq .tab-item {
    flex: 1
}

.tab--faq .tab-item>.link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    height: 52px;
    border: 1px solid #ddd;
    margin: -1px -1px 0 0;
    position: relative
}

.tab--faq .tab-item>.link.on {
    border-color: #0099ff;
    background-color: #0099ff;
    color: #fff;
    z-index: 1
}

.tab--faq .tab-item:first-child>.link {
    border-radius: 5px 0 0 5px
}

.tab--faq .tab-item:last-child>.link {
    border-radius: 0 5px 5px 0
}

.tab.pop-tab .tab-header {
    flex-wrap: wrap;
    row-gap: 5px
}

.tab.pop-tab .tab-header .tab-item {
    flex: 1 1 33%;
    max-width: 33%;
    padding: 0 2.5px
}

.tab.pop-tab .tab-header .tab-item .link {
    min-height: 40px;
    font-size: 16px
}

html[lang=en] .tab--box>.tab-header .tab-item .link {
    font-size: 1.25em
}

.common-title--20 {
    font-size: 1.25rem;
    line-height: 1.3
}

.common-title--21 {
    font-size: 1.3125rem;
    line-height: 1.3
}

.common-title--22 {
    font-size: 1.375rem;
    line-height: 1.3
}

.common-title--23 {
    font-size: 1.4375rem;
    line-height: 1.3
}

.common-title--24 {
    font-size: 1.5rem;
    line-height: 1.3
}

.common-title--25 {
    font-size: 1.5625rem;
    line-height: 1.3
}

.common-title--26 {
    font-size: 1.625rem;
    line-height: 1.3
}

.common-title--27 {
    font-size: 1.6875rem;
    line-height: 1.3
}

.common-title--28 {
    font-size: 1.75rem;
    line-height: 1.3
}

.common-title--29 {
    font-size: 1.8125rem;
    line-height: 1.3
}

.common-title--30 {
    font-size: 1.875rem;
    line-height: 1.3
}

.common-title--31 {
    font-size: 1.9375rem;
    line-height: 1.3
}

.common-title--32 {
    font-size: 2rem;
    line-height: 1.3
}

.common-title--33 {
    font-size: 2.0625rem;
    line-height: 1.3
}

.common-title--34 {
    font-size: 2.125rem;
    line-height: 1.3
}

.common-title--35 {
    font-size: 2.1875rem;
    line-height: 1.3
}

.common-title--36 {
    font-size: 2.25rem;
    line-height: 1.3
}

.common-title--37 {
    font-size: 2.3125rem;
    line-height: 1.3
}

.common-title--38 {
    font-size: 2.375rem;
    line-height: 1.3
}

.common-title--39 {
    font-size: 2.4375rem;
    line-height: 1.3
}

.common-title--40 {
    font-size: 2.5rem;
    line-height: 1.3
}

.common-title--41 {
    font-size: 2.5625rem;
    line-height: 1.3
}

.common-title--42 {
    font-size: 2.625rem;
    line-height: 1.3
}

.common-title--43 {
    font-size: 2.6875rem;
    line-height: 1.3
}

.common-title--44 {
    font-size: 2.75rem;
    line-height: 1.3
}

.common-title--45 {
    font-size: 2.8125rem;
    line-height: 1.3
}

.common-title--46 {
    font-size: 2.875rem;
    line-height: 1.3
}

.common-title--47 {
    font-size: 2.9375rem;
    line-height: 1.3
}

.common-title--48 {
    font-size: 3rem;
    line-height: 1.3
}

.common-title--49 {
    font-size: 3.0625rem;
    line-height: 1.3
}

.common-title--50 {
    font-size: 3.125rem;
    line-height: 1.3
}

.common-title--51 {
    font-size: 3.1875rem;
    line-height: 1.3
}

.common-title--52 {
    font-size: 3.25rem;
    line-height: 1.3
}

.common-title--53 {
    font-size: 3.3125rem;
    line-height: 1.3
}

.common-title--54 {
    font-size: 3.375rem;
    line-height: 1.3
}

.common-title--55 {
    font-size: 3.4375rem;
    line-height: 1.3
}

.common-title--56 {
    font-size: 3.5rem;
    line-height: 1.3
}

.common-title--57 {
    font-size: 3.5625rem;
    line-height: 1.3
}

.common-title--58 {
    font-size: 3.625rem;
    line-height: 1.3
}

.common-title--59 {
    font-size: 3.6875rem;
    line-height: 1.3
}

.common-title--60 {
    font-size: 3.75rem;
    line-height: 1.3
}

.common-text--10 {
    font-size: 0.625rem
}

.common-text--11 {
    font-size: 0.6875rem
}

.common-text--12 {
    font-size: 0.75rem
}

.common-text--13 {
    font-size: 0.8125rem
}

.common-text--14 {
    font-size: 0.875rem
}

.common-text--15 {
    font-size: 0.9375rem
}

.common-text--16 {
    font-size: 1rem
}

.common-text--17 {
    font-size: 1.0625rem
}

.common-text--18 {
    font-size: 1.125rem
}

.common-text--19 {
    font-size: 1.1875rem
}

.common-text--20 {
    font-size: 1.25rem
}

.common-text--21 {
    font-size: 1.3125rem
}

.common-text--22 {
    font-size: 1.375rem
}

.common-text--23 {
    font-size: 1.4375rem
}

.common-text--24 {
    font-size: 1.5rem
}

.common-text--25 {
    font-size: 1.5625rem
}

.common-text--26 {
    font-size: 1.625rem
}

.common-text--27 {
    font-size: 1.6875rem
}

.common-text--28 {
    font-size: 1.75rem
}

.common-text--29 {
    font-size: 1.8125rem
}

.common-text--30 {
    font-size: 1.875rem
}

.common-text--31 {
    font-size: 1.9375rem
}

.common-text--32 {
    font-size: 2rem
}

.common-text--33 {
    font-size: 2.0625rem
}

.common-text--34 {
    font-size: 2.125rem
}

.common-text--35 {
    font-size: 2.1875rem
}

.common-text--36 {
    font-size: 2.25rem
}

.common-text--37 {
    font-size: 2.3125rem
}

.common-text--38 {
    font-size: 2.375rem
}

.common-text--39 {
    font-size: 2.4375rem
}

.common-text--40 {
    font-size: 2.5rem
}

.common-text--41 {
    font-size: 2.5625rem
}

.common-text--42 {
    font-size: 2.625rem
}

.common-text--43 {
    font-size: 2.6875rem
}

.common-text--44 {
    font-size: 2.75rem
}

.common-text--45 {
    font-size: 2.8125rem
}

.common-text--46 {
    font-size: 2.875rem
}

.common-text--47 {
    font-size: 2.9375rem
}

.common-text--48 {
    font-size: 3rem
}

.common-text--49 {
    font-size: 3.0625rem
}

.common-text--50 {
    font-size: 3.125rem
}

.common-text--51 {
    font-size: 3.1875rem
}

.common-text--52 {
    font-size: 3.25rem
}

.common-text--53 {
    font-size: 3.3125rem
}

.common-text--54 {
    font-size: 3.375rem
}

.common-text--55 {
    font-size: 3.4375rem
}

.common-text--56 {
    font-size: 3.5rem
}

.common-text--57 {
    font-size: 3.5625rem
}

.common-text--58 {
    font-size: 3.625rem
}

.common-text--59 {
    font-size: 3.6875rem
}

.common-text--60 {
    font-size: 3.75rem
}

.common-text--61 {
    font-size: 3.8125rem
}

.common-text--62 {
    font-size: 3.875rem
}

.common-text--63 {
    font-size: 3.9375rem
}

.common-text--64 {
    font-size: 4rem
}

.common-text--65 {
    font-size: 4.0625rem
}

.common-text--66 {
    font-size: 4.125rem
}

.common-text--67 {
    font-size: 4.1875rem
}

.common-text--68 {
    font-size: 4.25rem
}

.common-text--69 {
    font-size: 4.3125rem
}

.common-text--70 {
    font-size: 4.375rem
}

.common-text--71 {
    font-size: 4.4375rem
}

.common-text--72 {
    font-size: 4.5rem
}

.common-text--73 {
    font-size: 4.5625rem
}

.common-text--74 {
    font-size: 4.625rem
}

.common-text--75 {
    font-size: 4.6875rem
}

.common-text--76 {
    font-size: 4.75rem
}

.common-text--77 {
    font-size: 4.8125rem
}

.common-text--78 {
    font-size: 4.875rem
}

.common-text--79 {
    font-size: 4.9375rem
}

.common-text--80 {
    font-size: 5rem
}

.font-sub {
    font-family: "Oxanium", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif
}

.font-weight-heavy {
    font-weight: 800
}

.loading-image {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.loading-image img {
    max-width: 150px;
    max-height: 150px;
    width: 25vw;
    height: 25vw
}

.loading-image svg {
    width: 150px;
    height: 150px;
    fill: #0271b9
}

.loading-image svg * {
    fill: #0271b9
}

.hover-effect>.hover-effect__wrap {
    position: relative;
    overflow: hidden;
    display: block
}

.hover-effect>.hover-effect__wrap>img {
    transition: 500ms all
}

.hover-effect--zoomIn>.hover-effect__wrap>img {
    transform: translate(-50%, -50%) scale(0.1) !important
}

.hover-effect--zoomIn:focus>.hover-effect__wrap>img,
.hover-effect--zoomIn:hover>.hover-effect__wrap>img {
    transform: translate(-50%, -50%) scale(0.108) !important
}

.hover-effect--zoomOut>.hover-effect__wrap>img {
    transform: translate(-50%, -50%) scale(0.108) !important
}

.hover-effect--zoomOut:focus>.hover-effect__wrap>img,
.hover-effect--zoomOut:hover>.hover-effect__wrap>img {
    transform: translate(-50%, -50%) scale(0.1) !important
}

.hover-effect--dimmed>.hover-effect__wrap {
    background-color: #000
}

.hover-effect--dimmed:focus>.hover-effect__wrap>img,
.hover-effect--dimmed:hover>.hover-effect__wrap>img {
    opacity: 0.6
}

.hover-effect--border>.hover-effect__wrap:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #0271b9;
    position: absolute;
    display: block;
    z-index: 5;
    opacity: 0;
    transition: 500ms all
}

.hover-effect--border:focus>.hover-effect__wrap:before,
.hover-effect--border:hover>.hover-effect__wrap:before {
    opacity: 1
}

.hover-effect--outline>.hover-effect__wrap .outline {
    position: absolute;
    z-index: 2;
    background: #0271b9
}

.hover-effect--outline>.hover-effect__wrap .outline--b,
.hover-effect--outline>.hover-effect__wrap .outline--t {
    transition: width 300ms;
    width: 0;
    height: 10px
}

.hover-effect--outline>.hover-effect__wrap .outline--l,
.hover-effect--outline>.hover-effect__wrap .outline--r {
    transition: height 300ms;
    width: 10px;
    height: 0
}

.hover-effect--outline:focus .outline--b,
.hover-effect--outline:focus .outline--t,
.hover-effect--outline:hover .outline--b,
.hover-effect--outline:hover .outline--t {
    width: 100%
}

.hover-effect--outline:focus .outline--l,
.hover-effect--outline:focus .outline--r,
.hover-effect--outline:hover .outline--l,
.hover-effect--outline:hover .outline--r {
    height: 100%
}

.hover-effect--outline--1>.hover-effect__wrap .outline--t,
.hover-effect--outline--2>.hover-effect__wrap .outline--t {
    left: 0;
    top: 0
}

.hover-effect--outline--1>.hover-effect__wrap .outline--r,
.hover-effect--outline--2>.hover-effect__wrap .outline--r {
    top: 0;
    right: 0
}

.hover-effect--outline--1>.hover-effect__wrap .outline--b,
.hover-effect--outline--2>.hover-effect__wrap .outline--b {
    right: 0;
    bottom: 0
}

.hover-effect--outline--1>.hover-effect__wrap .outline--l,
.hover-effect--outline--2>.hover-effect__wrap .outline--l {
    bottom: 0;
    left: 0
}

.hover-effect--outline--2>.hover-effect__wrap .outline {
    transition-timing-function: linear !important;
    transition-duration: 125ms !important
}

.hover-effect--outline--2>.hover-effect__wrap .outline--t {
    transition-delay: 375ms
}

.hover-effect--outline--2>.hover-effect__wrap .outline--r {
    transition-delay: 250ms
}

.hover-effect--outline--2>.hover-effect__wrap .outline--b {
    transition-delay: 125ms
}

.hover-effect--outline--2>.hover-effect__wrap .outline--l {
    transition-delay: 0ms
}

.hover-effect--outline--2:focus>.hover-effect__wrap .outline--t,
.hover-effect--outline--2:hover>.hover-effect__wrap .outline--t {
    transition-delay: 0ms
}

.hover-effect--outline--2:focus>.hover-effect__wrap .outline--r,
.hover-effect--outline--2:hover>.hover-effect__wrap .outline--r {
    transition-delay: 125ms
}

.hover-effect--outline--2:focus>.hover-effect__wrap .outline--b,
.hover-effect--outline--2:hover>.hover-effect__wrap .outline--b {
    transition-delay: 250ms
}

.hover-effect--outline--2:focus>.hover-effect__wrap .outline--l,
.hover-effect--outline--2:hover>.hover-effect__wrap .outline--l {
    transition-delay: 375ms
}

.hover-effect--outline--3>.hover-effect__wrap .outline--t {
    left: 0;
    top: 0
}

.hover-effect--outline--3>.hover-effect__wrap .outline--r {
    bottom: 0;
    right: 0
}

.hover-effect--outline--3>.hover-effect__wrap .outline--b {
    right: 0;
    bottom: 0
}

.hover-effect--outline--3>.hover-effect__wrap .outline--l {
    top: 0;
    left: 0
}

.hover-effect--icon .hover-effect__icon {
    position: absolute;
    opacity: 0;
    transition: 500ms all;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em
}

.hover-effect--icon>.hover-effect__wrap {
    background-color: #000
}

.hover-effect--icon:focus>.hover-effect__wrap>img,
.hover-effect--icon:hover>.hover-effect__wrap>img {
    opacity: 0.6
}

.hover-effect--icon:focus .hover-effect__icon,
.hover-effect--icon:hover .hover-effect__icon {
    opacity: 0.9
}

.terms-chk {
    text-align: left;
    border: 1px solid #ddd;
    border-top: 1px solid #000;
    font-size: 0.875rem;
    color: #555
}

.terms-chk .agree-bx {
    color: #191919;
    padding-left: 0.3125rem
}

.terms-chk__head {
    padding: 1.875rem;
    color: #000;
    position: relative;
    background: #f8f8f8
}

.terms-chk__head .icon {
    cursor: pointer
}

.terms-chk__head .icon.active {
    transform: rotate(180deg)
}

.terms-chk__body {
    border-top: 1px solid #ddd;
    padding: 1.875rem
}

.terms-chk__body .terms-text {
    display: none;
    margin-top: 0.75rem
}

.terms-chk__body .terms-text .box {
    max-height: 100px;
    overflow-y: auto;
    padding: 0.75rem;
    font-size: 0.8125rem;
    color: #666;
    border: 1px solid #ddd;
    line-height: 1.6
}

.terms-chk__body .terms-text-open {
    position: relative
}

.terms-chk__body .terms-text-open:after {
    position: absolute;
    content: "";
    bottom: -1px;
    right: 50%;
    transform: translateX(50%);
    border-bottom: 1px solid #000;
    width: 100%;
    height: 0.9em
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px
}

.container-fluid,
.container-xxxs {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.container {
    max-width: 1440px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.col-xxs,
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:320.02px) {
    .col-xxs {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxs-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxs-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxs-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxs-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxs-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxs-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxs-first {
        order: -1
    }

    .order-xxs-last {
        order: 13
    }

    .order-xxs-0 {
        order: 0
    }

    .order-xxs-1 {
        order: 1
    }

    .order-xxs-2 {
        order: 2
    }

    .order-xxs-3 {
        order: 3
    }

    .order-xxs-4 {
        order: 4
    }

    .order-xxs-5 {
        order: 5
    }

    .order-xxs-6 {
        order: 6
    }

    .order-xxs-7 {
        order: 7
    }

    .order-xxs-8 {
        order: 8
    }

    .order-xxs-9 {
        order: 9
    }

    .order-xxs-10 {
        order: 10
    }

    .order-xxs-11 {
        order: 11
    }

    .order-xxs-12 {
        order: 12
    }

    .offset-xxs-0 {
        margin-left: 0
    }

    .offset-xxs-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxs-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxs-3 {
        margin-left: 25%
    }

    .offset-xxs-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxs-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxs-6 {
        margin-left: 50%
    }

    .offset-xxs-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxs-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxs-9 {
        margin-left: 75%
    }

    .offset-xxs-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxs-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:375.02px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xs-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xs-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xs-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xs-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xs-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xs-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.3333333333%
    }

    .offset-xs-2 {
        margin-left: 16.6666666667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.3333333333%
    }

    .offset-xs-5 {
        margin-left: 41.6666666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.3333333333%
    }

    .offset-xs-8 {
        margin-left: 66.6666666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.3333333333%
    }

    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:576.02px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768.02px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1024.02px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200.02px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1400.02px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1600.02px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxxl-11 {
        margin-left: 91.6666666667%
    }
}

.dis_inblock {
    display: inline-block
}

.dis_block {
    display: block
}

.dis_inilne {
    display: inline
}

.dis_tbl {
    display: table
}

.dis_cel {
    display: table-cell
}

.mt_5 {
    margin-top: 5px
}

.mb_5 {
    margin-bottom: 5px
}

.ml_5 {
    margin-left: 5px
}

.mr_5 {
    margin-right: 5px
}

.mt_10 {
    margin-top: 10px
}

.mb_10 {
    margin-bottom: 10px
}

.ml_10 {
    margin-left: 10px
}

.mr_10 {
    margin-right: 10px
}

.mt_20 {
    margin-top: 20px
}

.mb_20 {
    margin-bottom: 20px
}

.ml_20 {
    margin-left: 20px
}

.mr_20 {
    margin-right: 20px
}

.mt_30 {
    margin-top: 30px
}

.mb_30 {
    margin-bottom: 30px
}

.ml_30 {
    margin-left: 30px
}

.mr_30 {
    margin-right: 30px
}

.mt_40 {
    margin-top: 40px
}

.mb_40 {
    margin-bottom: 40px
}

.ml_40 {
    margin-left: 40px
}

.mr_40 {
    margin-right: 40px
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

[class*=" btn-border-"],
[class*=" btn-type-"],
[class^=btn-border-],
[class^=btn-type-] {
    border: 0;
    min-width: 6.25em;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 1.0625rem;
    padding: 0 0.9375rem;
    vertical-align: middle;
    transition: 0.3s
}

[class*=" btn-border-"].__small,
[class*=" btn-type-"].__small,
[class^=btn-border-].__small,
[class^=btn-type-].__small {
    font-size: 0.875rem
}

[class*=" btn-border-"].__xsmall,
[class*=" btn-type-"].__xsmall,
[class^=btn-border-].__xsmall,
[class^=btn-type-].__xsmall {
    font-size: 0.8125rem
}

.btn-type-01 {
    background-color: #0271b9;
    border: 1px solid #0271b9;
    color: #fff
}

.btn-type-01:hover {
    background-color: #015287 !important
}

.btn-type-01.__line {
    background-color: #fff;
    color: #0271b9
}

.btn-type-01.__line:hover {
    background-color: #0271b9 !important;
    color: #fff
}

.btn-border-01 {
    border: 1px solid #0271b9;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-01:hover {
    border-color: #015287 !important
}

.btn-type-02 {
    background-color: #0099ff;
    border: 1px solid #0099ff;
    color: #fff
}

.btn-type-02:hover {
    background-color: #007acc !important
}

.btn-type-02.__line {
    background-color: #fff;
    color: #0099ff
}

.btn-type-02.__line:hover {
    background-color: #0099ff !important;
    color: #fff
}

.btn-border-02 {
    border: 1px solid #0099ff;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-02:hover {
    border-color: #007acc !important
}

.btn-type-03 {
    background-color: #20c997;
    border: 1px solid #20c997;
    color: #fff
}

.btn-type-03:hover {
    background-color: #199d76 !important
}

.btn-type-03.__line {
    background-color: #fff;
    color: #20c997
}

.btn-type-03.__line:hover {
    background-color: #20c997 !important;
    color: #fff
}

.btn-border-03 {
    border: 1px solid #20c997;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-03:hover {
    border-color: #199d76 !important
}

.btn-type-04 {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff
}

.btn-type-04:hover {
    background-color: #449d44 !important
}

.btn-type-04.__line {
    background-color: #fff;
    color: #5cb85c
}

.btn-type-04.__line:hover {
    background-color: #5cb85c !important;
    color: #fff
}

.btn-border-04 {
    border: 1px solid #5cb85c;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-04:hover {
    border-color: #449d44 !important
}

.btn-type-05 {
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    color: #fff
}

.btn-type-05:hover {
    background-color: #117a8b !important
}

.btn-type-05.__line {
    background-color: #fff;
    color: #17a2b8
}

.btn-type-05.__line:hover {
    background-color: #17a2b8 !important;
    color: #fff
}

.btn-border-05 {
    border: 1px solid #17a2b8;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-05:hover {
    border-color: #117a8b !important
}

.btn-type-06 {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #fff
}

.btn-type-06:hover {
    background-color: #d39e00 !important
}

.btn-type-06.__line {
    background-color: #fff;
    color: #ffc107
}

.btn-type-06.__line:hover {
    background-color: #ffc107 !important;
    color: #fff
}

.btn-border-06 {
    border: 1px solid #ffc107;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-06:hover {
    border-color: #d39e00 !important
}

.btn-type-07 {
    background-color: #be0000;
    border: 1px solid #be0000;
    color: #fff
}

.btn-type-07:hover {
    background-color: darkred !important
}

.btn-type-07.__line {
    background-color: #fff;
    color: #be0000
}

.btn-type-07.__line:hover {
    background-color: #be0000 !important;
    color: #fff
}

.btn-border-07 {
    border: 1px solid #be0000;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-07:hover {
    border-color: darkred !important
}

.btn-type-08 {
    background-color: #eee;
    border: 1px solid #eee;
    color: #fff
}

.btn-type-08:hover {
    background-color: #d5d5d5 !important
}

.btn-type-08.__line {
    background-color: #fff;
    color: #eee
}

.btn-type-08.__line:hover {
    background-color: #eee !important;
    color: #fff
}

.btn-border-08 {
    border: 1px solid #eee;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-08:hover {
    border-color: #d5d5d5 !important
}

.btn-type-09 {
    background-color: #666;
    border: 1px solid #666;
    color: #fff
}

.btn-type-09:hover {
    background-color: #4d4d4d !important
}

.btn-type-09.__line {
    background-color: #fff;
    color: #666
}

.btn-type-09.__line:hover {
    background-color: #666 !important;
    color: #fff
}

.btn-border-09 {
    border: 1px solid #666;
    background-color: #fff;
    color: #0271b9;
    border-radius: 30px
}

.btn-border-09:hover {
    border-color: #4d4d4d !important
}

.board_write_btn_bx {
    position: relative;
    text-align: right;
    margin: 40px auto
}

.board_view_btn_box {
    margin: 40px auto
}

@media (max-width:1024px) {
    .board_view_btn_box {
        position: relative
    }

    .board_view_btn_box a {
        width: 60px;
        padding-left: 0;
        padding-right: 0;
        min-width: auto
    }

    .board_view_btn_box a:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0
    }

    .board_view_btn_box a:nth-child(3) {
        position: absolute;
        top: 0;
        left: 65px
    }

    .board_view_btn_box a:nth-child(4) {
        position: absolute;
        top: 0;
        left: 130px
    }
}

.input_for {
    width: 100%
}

.input_50 {
    width: 100%;
    max-width: 500px
}

.input_30 {
    width: 100%;
    max-width: 300px
}

input,
select,
textarea {
    font-size: 1rem
}

.table-btn-01,
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
    height: 2.75rem;
    border: solid 1px #ddd;
    padding: 0 0.625rem
}

select {
    text-overflow: ellipsis;
    width: 100%
}

select::-ms-expand {
    display: none
}

.lt-ie10 select {
    font-family: inherit;
    background: none;
    padding: 0
}

.lt-ie10 select:before {
    display: block;
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    height: 1em;
    width: 1em;
    margin: 2px;
    z-index: 5
}

.lt-ie9 select {
    font-family: inherit;
    background: none;
    padding: 6px
}

textarea {
    border: solid 1px #ddd;
    background-color: #fff;
    overflow: auto;
    min-height: 100px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    padding: 0.625rem
}

textarea.txtarea {
    width: 100%;
    padding: 0.625rem;
    overflow-y: auto
}

input[type=password] {
    font-family: inherit;
    font-family: "Noto Sans KR", sans-serif
}

input[type=password]:placeholder-shown {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

input[type=checkbox],
input[type=radio] {
    width: 1.125rem;
    height: 1.125rem
}

.area_for {
    padding: 0.625rem;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    overflow-y: auto
}

.input_date {
    background: url(../images/icon/i_calendar.png) no-repeat right center
}

@media (max-width:1024px) {
    .input_date {
        background-size: 20px
    }
}

.input_find {
    max-width: 500px;
    padding-right: 110px;
    position: relative
}

.input_find input {
    width: 100%;
    max-width: 100%
}

.input_find .table-btn-01 {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
}

@media (max-width:1024px) {
    .input_find {
        padding-right: 75px
    }

    .input_find .table-btn-01 {
        width: 70px
    }
}

.board-box p {
    word-break: break-all
}

.board-box b {
    font-weight: bold
}

.board-box u {
    text-decoration: underline
}

.board-box em,
.board-box i {
    font-style: italic
}

.board-box s,
.board-box strike {
    text-decoration: line-through
}

.board-box ol,
.board-box ol li {
    list-style: decimal
}

.board-box ul,
.board-box ul li {
    list-style: disc
}

.board-box img {
    height: auto !important
}

.board-box h1 {
    font-size: 2em
}

.board-box h2 {
    font-size: 1.5em
}

.board-box h3 {
    font-size: 1.17em
}

.board-box h4 {
    font-size: medium
}

.board-box h5 {
    font-size: 0.83em
}

.board-box h6 {
    font-size: 0.67em
}

.file-box__text {
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: calc(2.75rem - 2px);
    height: 2.75rem;
    overflow: hidden;
    padding: 0 0.9375rem
}

.file-box input {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2.75rem;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none
}

.file-box input::-webkit-file-upload-button {
    cursor: pointer
}

.file_box {
    position: relative;
    padding-right: 6.25rem
}

.file_box:hover .btn_type_file {
    background: #666
}

.file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0
}

.file_box p {
    border: 1px solid #ccc;
    line-height: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    padding: 0 10px
}

.file_box .btn_type_file {
    display: block;
    width: 6.25rem;
    height: 2.75rem;
    line-height: 2.75rem;
    color: #fff;
    background: #999;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.file_box .btn_type_file:hover {
    background: #666
}

.file_box input {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2.75rem;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none
}

.file-label {
    display: inline-block;
    position: relative
}

.file-label input[type=file] {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 7.5rem;
    height: 2.75rem;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none
}

.file-label__btn {
    display: block;
    width: 7.5rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    background: #333;
    color: #fff
}

#file-preview.file-add .file-preview__txt {
    display: none
}

table .col_w {
    width: 7.5rem
}

table .w_150 {
    width: 9.375rem
}

table .xi-file-download,
table .xi-volume-up {
    font-size: 1.125rem;
    color: #0271b9
}

table .xi-renew {
    font-size: 1.75rem;
    color: #0271b9
}

table td.text_left {
    text-align: left
}

.table {
    width: 100%;
    border-top: 2px solid #0271b9
}

.table .caret-text {
    display: flex;
    align-items: center
}

.table i {
    font-size: 1rem;
    padding-right: 5px
}

.table .xi-caret-up {
    color: #be0000 !important
}

.table .xi-caret-down {
    color: #0271b9 !important
}

.table .desc {
    font-size: 1.125em !important;
    color: #666;
    line-height: 1.5 !important;
    font-weight: 300 !important
}

@media (max-width:768px) {
    .table .desc {
        font-size: 0.9375em !important
    }
}

.table .title {
    font-size: 1.1875em;
    font-weight: 500;
    color: #333
}

@media (max-width:768px) {
    .table .title {
        font-size: 1em !important
    }
}

.table td,
.table tr th {
    padding: 12px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.table td:last-child,
.table tr th:last-child {
    border-right: none
}

.table tr th {
    font-size: 1.25em;
    font-weight: 500;
    color: #0271b9
}

@media (max-width:768px) {
    .table tr th {
        font-size: 1em !important
    }
}

.table tr td {
    font-size: 1.125rem
}

.table tr td:first-child {
    font-size: 1.1875em;
    background-color: #f8f8f8
}

.table tr td:nth-child(2) {
    text-align: left
}

@media (max-width:768px) {
    .table tr td {
        font-size: 0.9375em !important
    }
}

.table.type2 tbody tr td {
    background-color: #fff;
    text-align: center
}

.table.type2 tbody tr td:last-child {
    text-align: left
}

.table.type2 tbody tr .td-first {
    background-color: #f4f4f4
}

.table.type3 tbody tr:nth-of-type(odd) td {
    background-color: #f4f4f4
}

.table.type3 tbody tr td {
    text-align: center
}

.table.type4 thead tr th:first-child {
    background-color: #f4f4f4
}

.table.type4 tbody tr td {
    text-align: center !important
}

.table.type5 tbody tr td:first-child {
    background-color: #fff
}

.table.type6 thead th {
    font-size: 1.25em;
    color: #000000;
    background-color: #f8f8f8
}

.table.type6 tbody tr td {
    text-align: center
}

.table.type6 tbody tr td:first-child {
    background-color: #fff
}

.table.type7 thead tr:first-child th {
    color: #0070be;
    font-weight: bold;
    background-color: #e5f1f8;
    border-bottom: none
}

.table.type8 {
    border-top-color: #be0000
}

.table.type8 thead tr:first-child th {
    color: #be0000;
    font-weight: bold;
    background-color: #f8e5e5;
    border-bottom: none
}

.table-view-01 {
    table-layout: fixed;
    width: 100%;
    border-bottom: solid 1px #ddd
}

.table-view-01 .tit {
    color: #000
}

.table-view-01>tbody>tr:first-child>td,
.table-view-01>tbody>tr:first-child>th,
.table-view-01>thead>tr:first-child>td,
.table-view-01>thead>tr:first-child>th {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: solid 1px #0271b9
}

.table-view-01>tbody>tr>td,
.table-view-01>tbody>tr>th,
.table-view-01>thead>tr>td,
.table-view-01>thead>tr>th {
    padding: 10px 8px;
    vertical-align: top;
    border-top: solid 1px #ddd
}

.table-view-01>tbody>tr>th,
.table-view-01>thead>tr>th {
    color: #333;
    text-align: left;
    font-weight: 500
}

.table-view-01 .blue {
    color: #5d9ad3
}

.table-view-01 .text_left {
    text-align: left
}

.table-view-01 .addfile_txt {
    padding-left: 35px;
    background: url(../images/icon/file_i.png) no-repeat 0 50%
}

@media (max-width:1024px) {
    .table-view-01 .addfile_txt {
        padding-left: 20px;
        background-size: 15px
    }
}

.table-view-01 .notice-b {
    display: inline-block;
    padding: 2px 8px;
    background-color: #489fc4;
    color: #fff;
    font-size: 12px;
    border-radius: 10px
}

.table-view-01.title-black th {
    color: #333
}

.table-view-01.th-center th {
    text-align: center
}

.table-view-01.table-line>tbody>tr>td,
.table-view-01.table-line>tbody>tr>th,
.table-view-01.table-line>thead>tr>td,
.table-view-01.table-line>thead>tr>th {
    border: solid 1px #ddd
}

.table-view-01>tbody>tr>td .board-box {
    min-height: 150px;
    text-align: initial;
    word-break: break-all
}

.table-view-01 .tbl_detail_list li {
    display: inline-block;
    position: relative;
    padding: 0 10px
}

.table-view-01 .tbl_detail_list li:last-child {
    padding-right: 0
}

.table-view-01 .tbl_detail_list li:first-child {
    padding-left: 0
}

.table-view-01 .tbl_detail_list li .tit_t {
    font-weight: bold;
    color: #222;
    margin-right: 5px
}

.table-view-01 .tbl_detail_list li:first-child:before {
    display: none
}

.table-view-01 .tbl_detail_list li:before {
    content: "";
    border-left: 1px solid #ccc;
    height: 10px;
    margin-top: -5px;
    top: 50%;
    left: -2px;
    position: absolute
}

@media (max-width:576px) {
    .table-view-01 .tbl_detail_list li {
        padding: 0 4px
    }

    .table-view-01 .tbl_detail_list li .tit_t {
        margin-right: 0
    }
}

.table-view-01 .tit_box p {
    word-break: break-all
}

.table-view-01 .tit_box p.tit {
    float: left;
    font-size: 1.125rem
}

@media (max-width:1024px) {
    .table-view-01 .tit_box p.tit {
        float: none;
        font-size: 1rem
    }
}

.table-view-01 .tit_box p.tit .type_t {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background: #666;
    letter-spacing: -0.8px;
    padding: 0 5px;
    height: 25px;
    line-height: 23px;
    box-sizing: border-box;
    margin-right: 10px
}

.table-view-01 .tit_box p.tbl_detail_span {
    float: right;
    color: #666
}

@media (max-width:1024px) {
    .table-view-01 .tit_box p.tbl_detail_span {
        float: none;
        margin-top: 0.625rem
    }
}

.table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
    display: none
}

.table-view-01 .tit_box p.tbl_detail_span span:before {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 10px;
    margin: -1px 7px 0 4px;
    background: #bbb;
    content: "";
    vertical-align: middle
}

.table-view-01 .tit_box p.tbl_detail_span>span.anwer:before,
.table-view-01 .tit_box p.tbl_detail_span>span.anwer_off:before,
.table-view-01 .tit_box p.tbl_detail_span>span.anwer_on:before {
    display: none
}

.table-view-01.type_e {}

.table-view-01.type_e .col_w {
    width: 150px
}

.table-view-01.type_e>tbody>tr>th,
.table-view-01.type_e>thead>tr>th {
    background: #f6f6f6;
    text-align: left
}

@media (max-width:1024px) {
    .table-view-01.type_e .col_w {
        width: 80px
    }

    .table-view-01.type_e>tbody>tr>th,
    .table-view-01.type_e>thead>tr>th {
        padding: 8px 2px
    }
}

.border-list-type {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999
}

.border-list-type li {
    position: relative
}

.border-list-type li:first-child {
    border-bottom: solid 1px #c7c7c7
}

.border-list-type .clearfix {
    text-align: left;
    display: flex;
    align-items: center;
    height: 2.5em
}

.border-list-type .list-title {
    flex-shrink: 0;
    font-weight: 500;
    padding: 0 50px;
    color: #222;
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 12px
}

@media (max-width:768px) {
    .border-list-type .list-title {
        padding: 0 25px 0 40px;
        background-position: 15px center;
        background-size: 10px
    }
}

.border-list-type .list-up-bg {
    background-image: url("../images/icon/list-prev.png")
}

.border-list-type .list-down-bg {
    background-image: url("../images/icon/list-next.png")
}

.border-list-type .w-con {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.border-list-type .border-none {
    border-bottom: none
}

.table_board_for {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #0271b9;
    border-bottom: 1px solid #ddd;
    text-align: center;
    word-break: break-all
}

.table_board_for thead th {
    font-size: 1.25em;
    color: #0271b9;
    font-weight: 600
}

.table_board_for a:hover {
    color: #0271b9;
    text-decoration: underline !important
}

.table_board_for td,
.table_board_for th {
    vertical-align: middle
}

.table_board_for th {
    padding: 13px 2px;
    position: relative;
    color: #000;
    font-weight: 700
}

.table_board_for th:first-child:before {
    display: none
}

.table_board_for td {
    font-size: 1.125em;
    color: #666;
    font-weight: 300;
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.table_board_for td .img_bx {
    overflow: hidden;
    width: 80px;
    margin: 0 auto;
    background: url(../images/board/no_img.jpg) no-repeat center;
    background-size: cover
}

.table_board_for td .img_bx .img_src {
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75%
}

.table_board_for td.no-data,
.table_board_for td.no_data {
    padding: 60px 10px;
    text-align: center
}

@media (max-width:1024px) {

    .table_board_for td.no-data,
    .table_board_for td.no_data {
        display: block !important;
        width: 100%
    }
}

@media (max-width:1024px) {
    .table_board_for tr.no-data td {
        display: block !important;
        text-align: center;
        width: 100%
    }

    .table_board_for td,
    .table_board_for th {
        padding: 8px 5px
    }
}

@media (max-width:1024px) {

    .table_board_for.type_a colgroup,
    .table_board_for.type_a thead {
        display: none
    }

    .table_board_for.type_a tbody,
    .table_board_for.type_a td,
    .table_board_for.type_a th,
    .table_board_for.type_a tr {
        display: block;
        text-align: left;
        border: none;
        float: none
    }

    .table_board_for.type_a tr {
        border-top: 1px solid #ddd;
        padding: 5px 0;
        overflow: hidden;
        clear: both;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative
    }

    .table_board_for.type_a tr:first-child {
        border-top: 0
    }

    .table_board_for.type_a td {
        padding: 0.2rem;
        font-size: 0.9em;
        padding-left: 1rem
    }

    .table_board_for.type_a td:first-child {
        display: none
    }

    .table_board_for.type_a td:nth-child(2) {
        width: 100%;
        font-size: 1rem;
        font-weight: 500
    }
}

.table_board_for.type_b {}

@media (max-width:1024px) {

    .table_board_for.type_b td:nth-child(2),
    .table_board_for.type_b th:nth-child(2) {
        width: 60%
    }

    .table_board_for.type_b td:nth-child(3),
    .table_board_for.type_b th:nth-child(3) {
        width: 20%
    }

    .table_board_for.type_b td:nth-child(4),
    .table_board_for.type_b th:nth-child(4) {
        width: 20%
    }

    .table_board_for.type_b td:last-child,
    .table_board_for.type_b th:last-child {
        display: none
    }
}

.table_board_for.type_c {}

@media (max-width:1024px) {

    .table_board_for.type_c colgroup,
    .table_board_for.type_c thead {
        display: none
    }

    .table_board_for.type_c tbody,
    .table_board_for.type_c td,
    .table_board_for.type_c th,
    .table_board_for.type_c tr {
        display: block;
        width: 100% !important;
        text-align: left;
        border: none
    }

    .table_board_for.type_c tr {
        border-top: 1px solid #ddd;
        padding: 5px 0;
        overflow: hidden;
        clear: both;
        width: 100%
    }

    .table_board_for.type_c tr:first-child {
        border-top: 0
    }

    .table_board_for.type_c td:first-child {
        display: none
    }

    .table_board_for.type_c td:nth-child(4),
    .table_board_for.type_c td:nth-child(5) {
        float: left;
        margin-right: 5px;
        width: auto !important
    }

    .table_board_for.type_c .text_left {
        padding-top: 0;
        padding-bottom: 0
    }

    .table_board_for.type_c .text_left a {
        font-size: 1.1em;
        font-weight: 500
    }
}

.table_board_for.type_d {}

@media (max-width:1024px) {

    .table_board_for.type_d colgroup,
    .table_board_for.type_d thead {
        display: none
    }

    .table_board_for.type_d tbody,
    .table_board_for.type_d td,
    .table_board_for.type_d th,
    .table_board_for.type_d tr {
        display: block;
        text-align: left;
        border: none;
        float: none
    }

    .table_board_for.type_d tr {
        border-top: 1px solid #ddd;
        padding: 5px 0;
        overflow: hidden;
        clear: both;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative
    }

    .table_board_for.type_d tr:first-child {
        border-top: 0
    }

    .table_board_for.type_d td {
        padding: 0.2rem;
        font-size: 0.9em;
        padding-left: 1rem
    }

    .table_board_for.type_d td:first-child {
        display: none
    }

    .table_board_for.type_d td:nth-child(2) {
        width: 100%;
        font-size: 1rem;
        font-weight: 500
    }
}

.table_board_for.type_e {}

.table_board_for.type_e td,
.table_board_for.type_e th {
    vertical-align: middle
}

@media (max-width:1024px) {
    .table_board_for.type_e {
        display: block
    }

    .table_board_for.type_e td,
    .table_board_for.type_e th {
        padding: 10px 5px
    }

    .table_board_for.type_e colgroup,
    .table_board_for.type_e td:first-child,
    .table_board_for.type_e th:first-child {
        width: 100%;
        display: block
    }

    .table_board_for.type_e td:nth-child(2),
    .table_board_for.type_e th:nth-child(2) {
        width: 100%
    }

    .table_board_for.type_e td:nth-child(3),
    .table_board_for.type_e th:nth-child(3) {
        width: 100%
    }

    .table_board_for.type_e td:last-child,
    .table_board_for.type_e th:last-child {
        width: 100%
    }

    .table_board_for.type_e colgroup,
    .table_board_for.type_e tbody,
    .table_board_for.type_e td,
    .table_board_for.type_e th,
    .table_board_for.type_e tr {
        display: block;
        border: none
    }

    .table_board_for.type_e thead {
        display: none
    }

    .table_board_for.type_e tr {
        border-bottom: 1px solid #ddd;
        padding: 10px 0 10px 10px;
        text-align: left
    }

    .table_board_for.type_e tr td,
    .table_board_for.type_e tr th {
        padding: 0;
        border: none;
        text-align: left;
        line-height: 1.7
    }

    .table_board_for.type_e tr th {
        padding: 10px 0 5px;
        text-align: left
    }

    .table_board_for.type_e tr td {
        position: relative;
        padding-left: 80px
    }

    .table_board_for.type_e tr td:before {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        color: #222;
        font-weight: 500
    }

    .table_board_for.type_e tr td a {
        position: relative
    }

    .table_board_for.type_e tr td a:before {
        content: "";
        height: 10px;
        border-left: 1px solid #ccc;
        margin-top: -5px;
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -5px
    }
}

@media (max-width:1024px) {

    .table_board_for.qna_type_a colgroup,
    .table_board_for.qna_type_a colgroup col,
    .table_board_for.qna_type_a thead {
        display: none
    }

    .table_board_for.qna_type_a tbody,
    .table_board_for.qna_type_a td,
    .table_board_for.qna_type_a tr {
        display: block;
        width: 100% !important;
        text-align: left;
        border: none
    }

    .table_board_for.qna_type_a tr {
        border-top: 1px solid #ddd;
        padding: 5px 0;
        overflow: hidden;
        clear: both;
        width: 100%
    }

    .table_board_for.qna_type_a tr:first-child {
        border-top: 0
    }

    .table_board_for.qna_type_a td:nth-child(2) {
        float: left;
        width: 100% !important
    }

    .table_board_for.qna_type_a td:nth-child(3),
    .table_board_for.qna_type_a td:nth-child(4),
    .table_board_for.qna_type_a td:nth-child(5) {
        float: left;
        margin-right: 5px;
        width: auto !important
    }

    .table_board_for.qna_type_a .text_left {
        padding-top: 0;
        padding-bottom: 0
    }

    .table_board_for.qna_type_a .text_left a {
        font-size: 1.1em;
        font-weight: 500
    }
}

.no_data {
    text-align: center !important
}

.img_board_list {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .img_board_list {
        margin-left: -5px;
        margin-right: -5px
    }
}

.img_board_list .item,
.img_board_list li {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 5px 10px
}

.img_board_list .item.no-data,
.img_board_list .item.no_data,
.img_board_list li.no-data,
.img_board_list li.no_data {
    text-align: center;
    flex: 1 0 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 60px 15px
}

@media (max-width:1024px) {

    .img_board_list .item,
    .img_board_list li {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 5px 10px !important
    }
}

.img_board_list .wrap,
.img_board_list a {
    position: relative;
    display: block;
    border: 1px solid #ddd
}

.img_board_list .wrap:before,
.img_board_list a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 solid #0271b9;
    transition: border-width 0.3s;
    z-index: 5
}

.img_board_list .wrap:hover:before,
.img_board_list a:hover:before {
    border-width: 3px
}

.img_board_list .wrap:hover .img_box img,
.img_board_list a:hover .img_box img {
    transform: translate(-50%, -50%) scale(0.11)
}

.img_board_list .wrap:hover .img_box .img_src,
.img_board_list a:hover .img_box .img_src {
    transform: scale(1.05)
}

.img_board_list .wrap:hover .img_box ._icon,
.img_board_list a:hover .img_box ._icon {
    color: #0271b9
}

.img_board_list .wrap:hover .txt_box .tit,
.img_board_list a:hover .txt_box .tit {
    color: #0271b9
}

.img_board_list .img_box {
    overflow: hidden;
    position: relative;
    display: block;
    position: relative;
    overflow: hidden
}

.img_board_list .img_box:after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.img_board_list .img_box>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.img_board_list .img_box img {
    transition: 0.3s
}

.img_board_list .img_box .img_src {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    display: block;
    background-size: cover;
    transition: 0.3s
}

.img_board_list .img_box ._icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    text-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2)
}

.img_board_list .img_box .event_state {
    position: absolute;
    top: 10px;
    left: 10px
}

.img_board_list .txt_box {
    padding: 20px 15px;
    background: #fff
}

.img_board_list .txt_box .tit {
    color: #222;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.img_board_list .txt_box .date,
.img_board_list .txt_box .des {
    line-height: 1.3;
    margin-top: 0.4em;
    font-size: 0.9em;
    color: #999
}

.img_board_list .txt_box .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 2.8em
}

@media (max-width:1024px) {
    .img_board_list .txt_box {
        padding: 10px 5px
    }
}

.img_board_list.type_b .wrap,
.img_board_list.type_b a {
    border: none
}

.img_board_list.type_b .wrap .txt_box,
.img_board_list.type_b a .txt_box {
    padding: 15px 0
}

.img_board_list.type_b .wrap:before,
.img_board_list.type_b a:before {
    display: none
}

.img_board_list.type_b .wrap:hover .hover_box,
.img_board_list.type_b a:hover .hover_box {
    transition: 0.3s ease-out;
    height: 100%
}

.img_board_list.type_b .wrap .hover_box,
.img_board_list.type_b a .hover_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px
}

.img_board_list.type_b .wrap .hover_box .txt,
.img_board_list.type_b a .hover_box .txt {
    display: inline-block;
    border-bottom: 1px solid #fff
}

.img_board_list.type_b .wrap .hover_box i,
.img_board_list.type_b a .hover_box i {
    font-size: 12px;
    margin-left: 5px
}

.img_board_list.type_c {
    padding: 0;
    border-left: 1px solid #ddd
}

.img_board_list.type_c .item,
.img_board_list.type_c li {
    width: 33.33%;
    padding: 0;
    margin-bottom: -1px
}

.img_board_list.type_c .wrap,
.img_board_list.type_c a {
    border-left: 0
}

.img_board_list.type_c .txt_box .date {
    margin-top: 10px;
    font-size: 0.9em;
    color: #999;
    height: auto;
    line-height: 1.5;
    text-overflow: inherit;
    display: block
}

.img_board_list.type_c .txt_box .date span {
    position: relative;
    padding: 0 7px
}

.img_board_list.type_c .txt_box .date span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #ccc
}

.img_board_list.type_c .txt_box .date span:first-child {
    padding-left: 0
}

.img_board_list.type_c .txt_box .date span:first-child:before {
    display: none
}

@media (max-width:1024px) {

    .img_board_list.type_c .date,
    .img_board_list.type_c .txt_box {
        margin-top: 5px
    }
}

@media (max-width:576px) {

    .img_board_list.type_c .item,
    .img_board_list.type_c li {
        width: 100%
    }
}

.img_board_list_02 {
    border-top: 1px solid #222
}

.img_board_list_02 .item,
.img_board_list_02 li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.img_board_list_02 .item.no-data,
.img_board_list_02 .item.no_data,
.img_board_list_02 li.no-data,
.img_board_list_02 li.no_data {
    text-align: center;
    padding: 60px 15px
}

.img_board_list_02 .wrap,
.img_board_list_02 a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.img_board_list_02 .wrap:hover .txt_box .tit,
.img_board_list_02 a:hover .txt_box .tit {
    text-decoration: underline
}

.img_board_list_02 .wrap:hover .img_box img,
.img_board_list_02 a:hover .img_box img {
    transform: translate(-50%, -50%) scale(0.11)
}

.img_board_list_02 .img_box {
    flex: 0 0 200px;
    max-width: 200px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    overflow: hidden
}

.img_board_list_02 .img_box .img_src {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-size: cover;
    display: block
}

.img_board_list_02 .img_box:after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.img_board_list_02 .img_box>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.img_board_list_02 .img_box img {
    transition: 0.3s
}

.img_board_list_02 .txt_box {
    flex: 1 1 auto;
    width: 1%;
    padding-left: 30px
}

.img_board_list_02 .txt_box .tit {
    color: #222;
    font-weight: 400
}

.img_board_list_02 .txt_box .des,
.img_board_list_02 .txt_box .tbl_detail_span {
    font-size: 0.9em;
    margin-top: 10px;
    color: #999
}

.img_board_list_02 .txt_box .des {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.img_board_list_02 .txt_box .tbl_detail_span span {
    position: relative;
    padding: 0 7px
}

.img_board_list_02 .txt_box .tbl_detail_span span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #ccc
}

.img_board_list_02 .txt_box .tbl_detail_span span:first-child {
    padding-left: 0
}

.img_board_list_02 .txt_box .tbl_detail_span span:first-child:before {
    display: none
}

@media (max-width:1024px) {

    .img_board_list_02 .item,
    .img_board_list_02 li {
        padding: 10px 0
    }

    .img_board_list_02 .img_box {
        flex: 0 0 90px;
        max-width: 90px
    }

    .img_board_list_02 .txt_box {
        padding-left: 20px
    }

    .img_board_list_02 .txt_box .des,
    .img_board_list_02 .txt_box .tbl_detail_span {
        margin-top: 5px
    }
}

@media (max-width:576px) {
    .img_board_list_02 .img_box {
        flex: 1 0 100%;
        max-width: 100%
    }

    .img_board_list_02 .txt_box {
        flex: 1 0 100%;
        width: auto;
        max-width: 100%;
        padding: 20px 0 0
    }
}

.event_img_list {
    border-bottom: 1px solid #222;
    border-top: 1px solid #999
}

.event_img_list .event_t {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 8px 20px;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center
}

.event_img_list .event_t.on {
    background: rgba(2, 113, 185, 0.7)
}

.event_img_list .item,
.event_img_list li {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #ddd
}

.event_img_list .item:first-child,
.event_img_list li:first-child {
    border-top: 0
}

.event_img_list .item.no-data,
.event_img_list .item.no_data,
.event_img_list li.no-data,
.event_img_list li.no_data {
    text-align: center;
    padding: 60px 15px
}

.event_img_list .wrap,
.event_img_list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.event_img_list .wrap:hover .txt_box .tit,
.event_img_list a:hover .txt_box .tit {
    color: #0271b9
}

.event_img_list .wrap:hover .btn_link,
.event_img_list a:hover .btn_link {
    background: #0271b9;
    color: #fff
}

.event_img_list .wrap:hover .img_box:before,
.event_img_list a:hover .img_box:before {
    border-width: 3px
}

.event_img_list .img_box {
    flex: 1 0 400px;
    max-width: 400px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    overflow: hidden
}

.event_img_list .img_box .img_src {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background-size: cover;
    display: block
}

.event_img_list .img_box:after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.event_img_list .img_box>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.event_img_list .img_box img {
    transition: 0.3s
}

.event_img_list .img_box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 0 solid #0271b9;
    transition: border-width 0.3s;
    z-index: 5
}

.event_img_list .txt_box {
    flex: 1 1 auto;
    width: 1%;
    vertical-align: middle;
    padding: 10px 0;
    padding-left: 40px
}

.event_img_list .txt_box .tit {
    transition: all 0.4s ease;
    font-size: 1.3em;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event_img_list .txt_box .date,
.event_img_list .txt_box .des {
    margin-top: 20px
}

.event_img_list .txt_box .des {
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px
}

@media (max-width:768px) {
    .event_img_list .event_t {
        font-size: 13px;
        padding: 5px 10px
    }

    .event_img_list .wrap,
    .event_img_list a {
        display: block
    }

    .event_img_list .img_box,
    .event_img_list .txt_box {
        flex: none;
        width: auto;
        max-width: 100%;
        padding: 0;
        display: block
    }

    .event_img_list .img_box {
        margin-bottom: 15px
    }

    .event_img_list .txt_box {
        padding: 10px 0;
        display: block
    }

    .event_img_list .txt_box .date,
    .event_img_list .txt_box .des {
        margin-top: 5px
    }
}

.paging-area {
    position: relative;
    margin-top: 50px;
    font-size: 0
}

.paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.paging-area li {
    display: inline;
    margin-left: 4px;
    padding: 0
}

.paging-area a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.paging-area a span {
    display: inline-block;
    text-indent: -9999px
}

.paging-area a:hover {
    color: #0271b9
}

.paging-area a.active {
    border-color: #0271b9;
    color: #fff;
    background-color: #0271b9;
    text-decoration: none
}

.paging-area a.prev-first {
    background-image: url("../images/paging/prev-first.png")
}

.paging-area a.prev {
    background-image: url("../images/paging/prev.png")
}

.paging-area a.next-last {
    background-image: url("../images/paging/next-last.png")
}

.paging-area a.next {
    background-image: url("../images/paging/next.png")
}

@media (max-width:1024px) {
    .paging-area {
        margin-top: 30px
    }

    .paging-area a {
        font-size: 13px;
        width: 28px;
        height: 28px;
        background-size: 28px;
        line-height: 26px
    }
}

.board-search-01 {
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    font-size: 0
}

@media (max-width:1024px) {
    .board-search-01.type_c .select-type-01 {
        top: 65px
    }

    .board-search-01.type_c .select-type-01.first {
        position: static;
        width: 100%;
        margin-bottom: 5px
    }

    .board-search-01.type_c .btn-color-01 {
        top: 65px
    }
}

.board-search-01 .btn,
.board-search-01 .input-type-01,
.board-search-01 .select-type-01 {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 2px
}

.board-search-01 .select-type-01 {
    width: 100px
}

.board-search-01 .input-type-01 {
    width: 20%
}

.board-search-01 .btn {
    width: 90px;
    color: #fff;
    background-color: #0271b9;
    border: solid 1px #0271b9
}

@media (max-width:1024px) {

    .board-search-01 .btn,
    .board-search-01 .select-type-01 {
        width: 22%;
        width: calc(22% - 4px)
    }

    .board-search-01 .input-type-01 {
        width: 54%;
        width: calc(56% - 4px)
    }
}

.board-search-02 {
    max-width: 600px;
    margin: 2.5em auto 0
}

.board-search-02 fieldset {
    display: flex;
    flex-wrap: wrap
}

.board-search-02 .select-type-01 {
    flex: 0 0 6.25em;
    width: 6.25em
}

.board-search-02 .input-type-01 {
    flex: 1 1 auto;
    width: 1%;
    margin: 0 0.75em
}

.board-search-02 .btn-color-01 {
    flex: 0 0 5em;
    width: 5em;
    appearance: none;
    border: 0;
    background-color: #f6f6f6;
    border: 1px solid #ddd
}

@media (max-width:576px) {
    .board-search-02 .select-type-01 {
        flex: 0 0 5em;
        width: 5em
    }

    .board-search-02 .input-type-01 {
        margin-right: 0
    }

    .board-search-02 .btn-color-01 {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 0.75em;
        padding: 0.75em
    }
}

.table-form-01 {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #0271b9;
    background: #fff
}

.table-form-01 .join_s_txt {
    font-size: 0.9em
}

.table-form-01.type_c td,
.table-form-01.type_c th {
    display: block;
    border-bottom: 0
}

.table-form-01.type_c td {
    padding: 0
}

.table-form-01.type_c th {
    padding: 10px 0 5px
}

.table-form-01 .col_w {
    width: 120px
}

@media (max-width:1024px) {
    .table-form-01 .col_w {
        width: 8em
    }
}

.table-form-01 .e_mail_box_wrap {
    max-width: 600px
}

.table-form-01 .num {
    max-width: 500px
}

.table-form-01 tr th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 500
}

.table-form-01 tr td,
.table-form-01 tr th {
    border-bottom: 1px solid #ddd
}

.table-form-01 td {
    padding: 12px 10px
}

@media (max-width:1024px) {
    .table-form-01 td {
        padding: 10px 5px
    }
}

.table-form-01 th label {
    font-weight: bold
}

.table-form-01 .code {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 2.75rem;
    line-height: 2.75rem;
    background: #ddd;
    color: #333;
    font-weight: bold;
    margin-right: 5px
}

.table-form-01 .code+input {
    max-width: 12em;
    width: 100%
}

.table-form-01 .btn-type-01 {
    width: 100%;
    box-sizing: border-box
}

@media (max-width:576px) {
    .table-form-01 colgroup {
        display: none
    }

    .table-form-01 tr {
        display: block;
        padding: 12px 5px;
        border-bottom: 1px solid #ddd
    }

    .table-form-01 tr td,
    .table-form-01 tr th {
        display: block;
        border: 0;
        padding: 0;
        width: 100%;
        text-align: left
    }

    .table-form-01 tr th {
        margin-bottom: 8px
    }
}

.table-form-01.type_a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem
}

.table-form-01.type_a colgroup {
    display: none
}

.table-form-01.type_a tbody {
    display: block;
    width: 100%
}

.table-form-01.type_a tbody tr {
    display: block;
    width: 100%;
    padding: 0.5em 0
}

.table-form-01.type_a tbody tr th {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 0.875em
}

.table-form-01.type_a tbody tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 1em;
    margin-top: 0.25em
}

.table-form-01.type_a input {
    width: 100%
}

.form_wrap.type_c {
    max-width: 600px;
    margin: 0 auto
}

.anwer,
[class*=anwer_] {
    text-align: center;
    vertical-align: middle;
    font-size: 0.9em;
    border-radius: 2px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
    font-weight: 300;
    padding: 0.3em 0.5em
}

.anwer._off,
.anwer_off {
    background-color: #989aa6
}

.anwer._on,
.anwer_on {
    background-color: #0271b9
}

.anwer._view,
.anwer_view {
    background-color: #0099ff
}

.anwer._ask,
.anwer_ask {
    background-color: #999999;
    color: #fff
}

.anwer._cancel,
.anwer_cancel {
    background-color: #dddddd;
    color: #666
}

.qna {
    border-top: 1px solid #000;
    background: #fff;
    text-align: left
}

.qna.type_b .qna-header a {
    background: none !important
}

.qna.type_b .qna-header a {
    position: relative
}

.qna.type_b .qna-header a.select:before {
    transform: rotate(0)
}

.qna.type_b .qna-header a:after,
.qna.type_b .qna-header a:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 14px;
    height: 2px;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -1px;
    content: "";
    transition: all 0.5s
}

@media (max-width:1024px) {

    .qna.type_b .qna-header a:after,
    .qna.type_b .qna-header a:before {
        right: 12px
    }
}

.qna.type_b .qna-header a:before {
    transform: rotate(270deg)
}

.qna.type_b .qna-header a:after {
    transform: rotate(180deg)
}

.qna .qna-header {
    padding: 15px 10px;
    position: relative;
    border-bottom: solid 1px #ddd
}

.qna .qna-header.select {
    color: #0271b9
}

.qna .qna-header.select a {
    color: #0271b9;
    background: url(../images/icon/qna-down.png) no-repeat right center
}

.qna .qna-header.select:before {
    color: #0271b9
}

.qna .qna-header:before {
    content: "Q.";
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    margin-top: -15px;
    font-weight: 500
}

.qna .qna-header a {
    display: block;
    padding-left: 40px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 400;
    color: #222;
    background: url(../images/icon/qna-up.png) no-repeat right center
}

@media (max-width:1024px) {
    .qna .qna-header a {
        font-size: 14px
    }
}

.qna .qna-header a:hover {
    color: #0271b9
}

.qna .qna-body {
    display: none;
    padding: 20px 20px 20px 50px;
    line-height: 1.5;
    color: #333;
    border-bottom: solid 1px #ddd;
    position: relative;
    background: #f6f6f6
}

@media (max-width:1024px) {
    .qna .qna-body {
        font-size: 14px
    }
}

.qna .qna-body:before {
    content: "A.";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #0271b9
}

.qna_tab {
    margin-bottom: 30px
}

.qna_tab ul {
    text-align: center
}

.qna_tab ul li {
    float: left
}

.qna_tab ul li a {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: -1px;
    margin-top: -1px
}

.qna_tab ul li a.on,
.qna_tab ul li a:hover {
    color: #fff;
    border-color: #0271b9;
    background: #0271b9
}

@media (max-width:1024px) {
    .qna_tab {
        margin-bottom: 20px
    }

    .qna_tab ul li a {
        height: 35px;
        font-size: 13px;
        line-height: 35px;
        letter-spacing: -0.8px;
        box-sizing: border-box
    }
}

.txt_post_wrap.type_a {
    margin-top: 40px;
    padding: 20px 30px;
    border: 1px solid #999
}

@media (max-width:1024px) {
    .txt_post_wrap.type_a {
        margin-top: 30px;
        padding: 15px 15px
    }
}

.txt_post_wrap.type_a .name_box {
    margin-top: 10px;
    position: relative;
    padding-left: 70px;
    max-width: 200px
}

.txt_post_wrap.type_a .name_box label {
    position: absolute;
    top: 0;
    left: 0
}

.txt_post_wrap.type_a .post_list {
    margin-top: 30px
}

.txt_post_wrap.type_a .post_list li {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ccc
}

.txt_post_wrap.type_a .post_list li .btn_del {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #333;
    color: #333;
    width: 50px;
    font-size: 13px;
    text-align: center
}

.txt_post_wrap.type_a .post_list li .name_01 {
    font-size: 16px;
    font-weight: 500;
    color: #666
}

.txt_post_wrap.type_a .post_list li .date_01 {
    font-size: 13px;
    font-weight: 500;
    color: #999
}

.txt_post_wrap.type_a .post_list li .des_txt {
    margin-top: 10px
}

.txt_post_wrap.type_a .write_box table {
    width: 100%
}

.txt_post_wrap.type_a .write_box table .col_w {
    width: 80px
}

@media (max-width:1024px) {
    .txt_post_wrap.type_a .write_box table .col_w {
        width: 40px
    }
}

.txt_post_wrap.type_a .write_box table .col_w2 {
    width: 90px
}

@media (max-width:1024px) {
    .txt_post_wrap.type_a .write_box table .col_w2 {
        width: 60px
    }
}

.txt_post_wrap.type_a .write_box table th {
    color: #222;
    font-weight: bold;
    text-align: left;
    text-indent: 8px
}

.txt_post_wrap.type_a .write_box .txt_num i {
    color: #0271b9;
    margin-right: 5px
}

.txt_post_wrap.type_a .write_box .write_area {
    position: relative;
    margin-top: 10px;
    padding-right: 140px
}

.txt_post_wrap.type_a .write_box .write_area textarea {
    width: 98%;
    padding: 10px 1%;
    height: 50px;
    min-height: 50px
}

.txt_post_wrap.type_a .write_box .write_area .btn_submit {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 140px;
    background: #777;
    font-size: 17px;
    color: #fff
}

@media (max-width:1024px) {
    .txt_post_wrap.type_a .write_box .write_area {
        padding-right: 0
    }

    .txt_post_wrap.type_a .write_box .write_area .btn_submit {
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 15px;
        position: static;
        margin-top: 10px
    }
}

.txt_post_wrap.type_b {
    margin-top: 20px
}

.txt_post_wrap.type_b .right {
    float: right
}

.txt_post_wrap.type_b .left {
    float: left
}

.txt_post_wrap.type_b .list_box {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8
}

.txt_post_wrap.type_b .post_list li {
    position: relative;
    border-top: 1px solid #e8e8e8
}

.txt_post_wrap.type_b .post_list li.post_li .inner {
    padding: 15px 15px
}

.txt_post_wrap.type_b .post_list li .answer_box {
    display: none
}

.txt_post_wrap.type_b .post_list li .answer_box .inner {
    position: relative;
    padding: 15px 15px 15px 40px
}

.txt_post_wrap.type_b .post_list li .answer_box .inner i {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 15px;
    background: url(../images/icon/reply.png) no-repeat
}

.txt_post_wrap.type_b .post_list li .answer_box .inner .area-type-form {
    height: 35px;
    min-height: 35px;
    width: 100%;
    padding: 7px;
    box-sizing: border-box
}

.txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt {
    position: relative;
    padding-right: 95px
}

.txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 80px;
    background: #0271b9;
    color: #fff
}

.txt_post_wrap.type_b .post_list li .answer_box .inner .btn_censel {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
    background: #999;
    color: #fff
}

.txt_post_wrap.type_b .post_list li .name_01 {
    font-weight: 500;
    color: #000;
    padding-right: 10px;
    border-right: 1px solid #ddd
}

.txt_post_wrap.type_b .post_list li .date_01 {
    font-size: 13px;
    font-weight: 700;
    color: #999
}

.txt_post_wrap.type_b .post_list li .des_txt {
    margin-top: 10px;
    font-size: 13px
}

.txt_post_wrap.type_b .txt_num i,
.txt_post_wrap.type_b .txt_num img {
    vertical-align: middle;
    color: #0271b9;
    margin-right: 5px
}

.txt_post_wrap.type_b .write_box .write_area {
    position: relative;
    padding-right: 210px
}

.txt_post_wrap.type_b .write_box .write_area._disable textarea {
    background-color: #f8f8f8
}

.txt_post_wrap.type_b .write_box .write_area._disable .btn_submit {
    background-color: #b7b8c3;
    cursor: default
}

.txt_post_wrap.type_b .write_box .write_area textarea {
    width: 100%;
    padding: 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px
}

.txt_post_wrap.type_b .write_box .write_area .btn_submit {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 200px;
    background: #0271b9;
    font-size: 15px;
    color: #fff
}

.txt_post_wrap.type_b .write_box .write_area .btn_submit_02 {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    background: #8c8c8c;
    font-size: 15px;
    color: #fff
}

@media (max-width:1024px) {
    .txt_post_wrap.type_b .write_box .write_area {
        padding-right: 0
    }

    .txt_post_wrap.type_b .write_box .write_area .btn_submit {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 10px;
        position: static;
        width: 100%
    }
}

.txt_post_wrap.type_b .btn_answer {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #0271b9;
    width: 50px;
    font-size: 13px;
    text-align: center
}

.txt_post_wrap.type_b .btn_del {
    font-size: 13px;
    color: #f1281b;
    padding: 0 10px
}

.txt_post_wrap.type_b .btn_modify {
    position: relative;
    font-size: 13px;
    color: #000;
    padding: 0 10px
}

.txt_post_wrap.type_b .btn_modify:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #ddd
}

.txt_post_wrap.type_b .modify_box {
    margin-top: 10px;
    display: none;
    position: relative;
    padding-right: 95px
}

.txt_post_wrap.type_b .modify_box textarea {
    height: 80px;
    min-height: 80px;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.txt_post_wrap.type_b .modify_box a {
    position: absolute;
    bottom: 7px;
    right: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 80px;
    background: #0271b9;
    color: #fff
}

.total_clause_bx {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    color: #333;
    margin-bottom: 30px
}

.clause_list {
    margin-bottom: 30px
}

.clause_list h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500
}

.clause_list li .textarea_box_border {
    border: 1px solid #dedede
}

.clause_list li .textarea_box {
    width: 100%;
    height: 150px;
    padding: 20px;
    overflow-y: auto;
    font-size: 13px
}

@media (max-width:1024px) {
    .clause_list li .textarea_box {
        font-size: 11px;
        width: 100%;
        padding: 10px;
        height: 120px
    }
}

.pass-wrap {
    margin-top: 60px
}

.pass-wrap .tit {
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px
}

.pass-wrap .mt_05 {
    margin-top: 5px
}

.pass-wrap input {
    padding: 0 10px
}

.schedule_type_a {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #000;
    word-break: break-all
}

.schedule_type_a thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f8f8f8;
    font-weight: bold
}

@media (max-width:576px) {
    .schedule_type_a thead th {
        font-size: 13px
    }
}

.schedule_type_a tr td:first-child,
.schedule_type_a tr td:first-child .date,
.schedule_type_a tr th:first-child,
.schedule_type_a tr th:first-child .date {
    color: #ff0000
}

.schedule_type_a tr td:nth-child(7),
.schedule_type_a tr td:nth-child(7) .date,
.schedule_type_a tr th:nth-child(7),
.schedule_type_a tr th:nth-child(7) .date {
    color: #007bff
}

.schedule_type_a tbody {
    background: #fff
}

.schedule_type_a tbody td {
    position: relative;
    width: 14.258%;
    font-weight: normal;
    padding: 5px 5px;
    height: 140px;
    vertical-align: top;
    border: 1px solid #ccc
}

@media (max-width:1024px) {
    .schedule_type_a tbody td {
        height: 14vw
    }
}

.schedule_type_a tbody td .date {
    display: block;
    color: #222;
    font-weight: bold
}

.schedule_type_a tbody td .date.red {
    color: #ff0000
}

.schedule_type_a tbody td .date.blue {
    color: #007bff
}

.schedule_type_a tbody td a:hover {
    text-decoration: underline
}

.schedule_type_a tbody td .cursor_default {
    cursor: default
}

@media (max-width:576px) {

    .schedule_type_a tbody td .kcal_t,
    .schedule_type_a tbody td .meal_list li {
        font-size: 10px
    }
}