/* Fonts */
@font-face {
    font-family: 'Grtsk Peta';
    src: url('fonts/GrtskPeta-Light.eot');
    src: local('Grtsk Peta Light'), local('GrtskPeta-Light'),
        url('fonts/GrtskPeta-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GrtskPeta-Light.woff2') format('woff2'),
        url('fonts/GrtskPeta-Light.woff') format('woff'),
        url('fonts/GrtskPeta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk Peta';
    src: url('fonts/GrtskPeta-Regular.eot');
    src: local('Grtsk Peta Regular'), local('GrtskPeta-Regular'),
        url('fonts/GrtskPeta-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GrtskPeta-Regular.woff2') format('woff2'),
        url('fonts/GrtskPeta-Regular.woff') format('woff'),
        url('fonts/GrtskPeta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk Peta';
    src: url('fonts/GrtskPeta-Medium.eot');
    src: local('Grtsk Peta Medium'), local('GrtskPeta-Medium'),
        url('fonts/GrtskPeta-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GrtskPeta-Medium.woff2') format('woff2'),
        url('fonts/GrtskPeta-Medium.woff') format('woff'),
        url('fonts/GrtskPeta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk Peta';
    src: url('fonts/GrtskPeta-Semibold.eot');
    src: local('Grtsk Peta Semibold'), local('GrtskPeta-Semibold'),
        url('fonts/GrtskPeta-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GrtskPeta-Semibold.woff2') format('woff2'),
        url('fonts/GrtskPeta-Semibold.woff') format('woff'),
        url('fonts/GrtskPeta-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Basic CSS*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.p-wrapper > * {
    margin-bottom: 10px;
}

label {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rounded {
    border-radius: 2px !important;
}

/* Heading and Text */
.heading-1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 84px;
    letter-spacing: -0.04em;
}

.heading-2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.03em;
}

.heading-3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.03em;
}

.heading-4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.heading-5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
}

.subtitle-regular {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
}

.subtitle-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
}

.font-main-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.font-main-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.font-secondary-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.03em;
}

/* Element */
.element-animation {
    opacity: 0;
    transform: translateY(60px);
}

.element-animation.element-show {
    opacity: 1;
    transition: all 2s;
    transform: translateY(0%);
}

/* Colors */
.font-color-blue {
    color: var(--mng-blue);
}

.font-color-yellow {
    color: var(--mng-yellow);
}

.font-color-red {
    color: var(--mng-red);
}

.font-color-devider {
    color: var(--mng-devider);
}

.font-color-primary-black {
    color: var(--mng-primary-black);
}

.font-color-primary-white {
    color: var(--mng-primary-white);
}

.font-color-secondary-black {
    color: var(--mng-secondary-black);
}

.font-color-secondary-white {
    color: var(--mng-secondary-white);
}

.font-color-secondary-white > p {
    color: var(--mng-secondary-white) !important;
}

.bg-color-main {
    background-color: var(--mng-background);
}

.bg-color-secondary {
    background-color: var(--mng-background-secondary);
}

.bg-color-blue {
    background-color: var(--mng-blue);
}

.bg-color-yellow {
    background-color: var(--mng-yellow);
}

.bg-color-red {
    background-color: var(--mng-red);
}

.bg-color-primary-black {
    background-color: var(--mng-primary-black);
}

.bg-color-primary-white {
    background-color: var(--mng-primary-white);
}

/* Images */
.wrapper {
    overflow: hidden;
}

.wrapper img {
    width: 100%;
    height: 100%;
}

.wrapper.fill img {
    object-fit: fill;
}

.wrapper.contain img {
    object-fit: contain;
}

.wrapper.cover img {
    object-fit: cover;
}

.wrapper.scale-down img {
    object-fit: scale-down;
}

.wrapper.none img {
    object-fit: none;
}

/* SVG */
svg path {
    transition: fill .3s ease-in-out;
}

.social-media a:hover svg path {
    fill: var(--mng-yellow);
}

/* Links */
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--mng-primary-black);
    transition: color .3s ease-in-out;
}

.bg-color-blue a {
    color: var(--mng-primary-white);
}

.bg-color-blue a:hover {
    color: var(--mng-yellow);
}

a:hover {
    color: var(--mng-blue);
}

a svg {
    transition: transform .3s ease-in-out;
}

a:hover svg path,
a:focus svg path {
    fill: var(--mng-yellow);
}

/* Buttons */
.btn {
    padding: 16px 40px;    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: var(--mng-primary-black) !important;
    background: var(--mng-yellow);
    border: 1px solid var(--mng-yellow);
    border-radius: 2px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.btn:hover,
.btn:focus {
    color: var(--mng-blue) !important;
    background: var(--mng-primary-white);
    border: 1px solid var(--mng-blue);
}

.btn:active {
    color: var(--mng-primary-black) !important;
    background: var(--mng-yellow);
    border: 1px solid var(--mng-yellow);
}

.btn-small {
    padding: 12px 30px;
    font-weight: 400;
}

.btn-blue {
    padding: 12px 30px;
    font-weight: 400;
    color: var(--mng-blue) !important;
    background: transparent;
    border: 1px solid var(--mng-blue);
}

.btn-blue:hover,
.btn-blue:focus {
    background: var(--mng-blue);
    color: var(--mng-primary-white) !important;
}

.btn-blue:active {
    color: var(--mng-blue) !important;
    background: transparent;
}

.btn-yellow {
    padding: 12px 30px;
    font-weight: 400;
    color: var(--mng-yellow) !important;
    background: transparent;
    border: 1px solid var(--mng-yellow);
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: var(--mng-primary-white);
    color: var(--mng-blue) !important;
    border: 1px solid transparent;
}

.btn-yellow:active {
    color: var(--mng-yellow) !important;
    background: transparent;
    border: 1px solid var(--mng-yellow);
}

/* Menu */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9 8L16 2' stroke='%23000F26' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--mng-blue);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--mng-blue) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Inner Shadow */
.inner-shadow {
    box-shadow: 0px 5px 25px rgb(194 197 204 / 10%) inset;
}

/* Swiper */
.swiper {
    --swiper-navigation-size: 21px;
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    padding: 28px;
    margin-top: 0;
    top: calc(50% - 28px);
    color: var(--mng-primary-black);
    background-color: var(--mng-primary-white);
    border-radius: 50%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 150px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 150px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    background: var(--mng-blue);
}

.swiper-pagination-bullet-active {
    width: 40px;
    background: var(--mng-blue);
}

.banner {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide-next {
  transform: translateX(-100px) !important;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--mng-primary-black);
}

.pagination.active {
    background-color: var(--mng-primary-black);
    color: var(--mng-primary-white);
}

.pagination.transparent {
    border: none;
}

.navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(var(--bs-gutter-x) / 3);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--mng-primary-black);    
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: var(--mng-primary-black);
    transition: all .2s ease-out;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation .page-numbers:focus {
    background-color: var(--mng-primary-black);
    color: var(--mng-primary-white);
}

.navigation .page-numbers.next:hover,
.navigation .page-numbers.next:focus {
    background-color: transparent;
    transform: translateX(10px);
}

.navigation .page-numbers.prev:hover,
.navigation .page-numbers.prev:focus {
    background-color: transparent;
    transform: translateX(-10px);
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev {
    border: none;
}

/* Hero */
.hero-row > .col-xl-4 {
    border-bottom: 1px solid var(--mng-devider);
    transition: background-color .3s ease-in-out;
}

.hero-row > .col-xl-4:not(:last-child) {
    border-right: 1px solid var(--mng-devider);
}

.hero-row > .col-12:hover {
    background-color: var(--mng-blue);
}

.hero-row > .col-12 .heading-3,
.hero-row > .col-12 .heading-2,
.hero-row > .col-12 p {
    transition: color .3s ease-in-out;
}

.hero-row > .col-12:hover .heading-3,
.hero-row > .col-12:focus .heading-3 {
    color: var(--mng-primary-white);
}

.hero-row > .col-12:hover .heading-2,
.hero-row > .col-12:focus .heading-2 {
    color: var(--mng-yellow);
}

.hero-row > .col-12:hover p,
.hero-row > .col-12:focus p {
    color: var(--mng-secondary-white);
}

.hero-row > .col-12:hover svg path,
.hero-row > .col-12:focus svg path {
    fill: var(--mng-primary-white);
}

.hero-row > .col-12:hover svg,
.hero-row > .col-12:focus svg {
    transform: translateX(10px);
}

/* About */
.about-item {
    padding: 60px 310px 80px 80px;
    max-width: 890px;
}

.about .wrapper {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 100;
    overflow: visible;
}

.about .wrapper::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--mng-yellow);
    top: -30px;
    right: -30px;
    z-index: -1;
}

/* Benefit Item */
.benefit-item {
    box-shadow: 0px 15px 50px rgba(194, 197, 204, 0.1);
}

/* Level */
.level {
    padding: 6px 20px;
    color: var(--mng-primary-white);
}

/* Blog */
.blog .benefit-item {
    height: 440px;
    cursor: pointer;
}

.blog .benefit-item .benefit-text {
    height: 230px;
    transition: all .3s ease-in-out;
}

.blog .benefit-item .benefit-text h4 {
    margin-bottom: 20px;
    transition: margin-bottom .3s ease-in-out;
}

.blog .benefit-item:hover .benefit-text h4 {
    margin-bottom: 0;
}

.blog .benefit-item:hover .benefit-text {
    height: 90%;
}

.blog .benefit-item .benefit-text a,
.blog .benefit-item .benefit-text span {
    opacity: 0;
    line-height: 0;
    transition: all .3s ease-in-out;
}

.blog .benefit-item:hover .benefit-text a,
.blog .benefit-item:hover .benefit-text span {
    opacity: 1;
    line-height: 1.5;
}

/* Blog Item Wrapper */
.blog-item-wrapper {
    max-width: 1000px;
}

.blog-item-wrapper p {
    color: var(--mng-primary-black);
}

.blog-item-wrapper > *:last-child {
    margin-bottom: 0;
}

.blog-item-wrapper > * {
    max-width: 800px;
    margin-bottom: 15px;
}

.blog-item-wrapper > figure:not(:first-child) {
    margin-top: 25px;
}

.blog-item-wrapper > figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.blog-item-wrapper h1,
.blog-item-wrapper h2,
.blog-item-wrapper h3,
.blog-item-wrapper h4,
.blog-item-wrapper h5,
.blog-item-wrapper h6 {    
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
}

/* teachers */
.teachers .wrapper {
    height: 400px;
}

.teachers .benefit-item {
    position: relative;
    height: 512px;
    overflow: hidden;
    cursor: pointer;
}

.teachers .benefit-item .benefit-text {
    position: absolute;
    bottom: -96px;
    left: 0;
    right: 0;
    background-color: var(--mng-primary-white);
    transition: all .3s ease-in-out;
}

.teachers .benefit-item:hover .benefit-text {
    bottom: 0;
    background-color: var(--mng-blue);
}

.teachers .benefit-item .benefit-text .subtitle-regular {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.teachers .benefit-item:hover .benefit-text .subtitle-regular {
    opacity: 1;
}

.teachers .benefit-item .benefit-text .heading-4 {
    transition: color .3s ease-in-out;
}

.teachers .benefit-item:hover .benefit-text .heading-4 {
    color: var(--mng-primary-white);
}

.teachers .benefit-item .benefit-text p {
    transition: color .3s ease-in-out;
}

.teachers .benefit-item:hover .benefit-text p {
    color: var(--mng-secondary-white);
}

/* Review Item */
.review-item {
    padding: 90px 115px 90px 135px;
}

.review-item .tmp-wrapper {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(-315px / 2 - 135px / 2);
    z-index: 5;
}

.review-item .wrapper {
    position: relative;    
    width: 315px;
    height: 300px;
}

.review-item .tmp-wrapper::before {
    position: absolute;
    top: calc(-70px / 3);
    right: calc(-70px / 3);
    content: url(img/quote.svg);
    z-index: 6;
}

/* Blue item */
.blue-item {
    padding: 40px;
}

/* Accordion */
.accordion {
    --bs-accordion-color: var(--mng-primary-black);
    --bs-accordion-bg: var(--mng-primary-white);
    --bs-accordion-transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out,border-radius 0.3s ease-in-out;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 2px;
    --bs-accordion-inner-border-radius: 2px;
    --bs-accordion-btn-padding-x: 40px;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-color: var(--mng-primary-black);
    --bs-accordion-btn-bg: var(--mng-primary-white);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10L12 16L19 10' stroke='%23000F26' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    --bs-accordion-btn-icon-width: 24px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.3s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10L12 16L19 10' stroke='%23000F26' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 40px;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: var(--mng-primary-black);
    --bs-accordion-active-bg: var(--mng-primary-white);
}

.accordion-button {
    padding-top: 30px;
    padding-bottom: 0;
    transition: all .3s ease-in-out;
}

.accordion-button.collapsed {
    padding-bottom: 30px;
}

.accordion-button:hover,
.accordion-button:focus {
    color: var(--mng-blue);
}

.accordion-item {
    box-shadow: 0px 15px 50px rgba(194, 197, 204, 0.1);
}

.accordion-body {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 800px;
}

.accordion-button::after {
	margin-left: 0;
	margin-right: auto;
}

/* form */
.input {
    padding: 16px 0;
    color: var(--mng-primary-black);
    font-weight: 500;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--mng-devider);
    transition: all .3s ease-in-out;
}

.input::placeholder {
    color: var(--mng-secondary-black);
    font-weight: 400;
}

.input:hover {
    border-bottom: 1px solid var(--mng-primary-black);
}

.input:focus {
    border-bottom: 1px solid var(--mng-blue);
}

.wpcf7-textarea {
    height: 150px;
}

@media (max-width: 1800px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 10px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10px;
    }
}

@media (max-width: 1399px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next,
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .about-item {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    header, main, footer {
        padding-left: 0;
    }

    main {
        padding-top: 80px;
    }

    .inner-shadow {
        box-shadow: none;
    }

    .sidenav-wrapper {
        right: 0;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidenav-social {
        height: auto;
        writing-mode: horizontal-tb;
        transform: none;
    }

    .sidenav-social img {
        transform: rotate(0deg);
    }

    .review-item .tmp-wrapper {
        position: relative;
        top: 0;
        left: 0;
    }

    .review-item .wrapper {
        width: 100%;
    }

    .swiper-pagination {
        position: static;
    }

    .hero .swiper-pagination {
        position: static;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    iframe {
        height: 400px;
    }

    .about-item {
        padding: 60px 80px;
    }
    
    .review-item {
        padding: 60px 80px;
    }

    .sidenav {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .heading-1 {
        font-weight: 600;
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.04em;
    }

    .heading-2 {
        font-weight: 600;
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -0.03em;
    }

    .about-item {
        padding: 30px;
    }
}

/* ------------------------------------------------------------------------- */
/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  .container:not(.is-fluid) {
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 576px) {
    .container:not(.is-fluid) {
      width: 100%;
      max-width: 576px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .container:not(.is-fluid) {
      width: 100%;
      max-width: 768px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .container:not(.is-fluid) {
      width: 100%;
      max-width: 992px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container:not(.is-fluid) {
      width: 100%;
      max-width: 1200;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .container:not(.is-fluid) {
      width: 100%;
      max-width: 1400px;
    }
  }
  
  .container-sm {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  
  @media only screen and (min-width: 576px) {
    .container-sm {
      max-width: 576px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .container-sm {
      max-width: 768px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .container-sm {
      max-width: 992px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container-sm {
      max-width: 1200;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .container-sm {
      max-width: 1400px;
    }
  }
  
  .container-md {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) {
    .container-md {
      max-width: 768px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .container-md {
      max-width: 992px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container-md {
      max-width: 1200;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .container-md {
      max-width: 1400px;
    }
  }
  
  .container-lg {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  
  @media only screen and (min-width: 992px) {
    .container-lg {
      max-width: 992px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container-lg {
      max-width: 1200;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .container-lg {
      max-width: 1400px;
    }
  }
  
  .container-xl {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  
  @media only screen and (min-width: 1200px) {
    .container-xl {
      max-width: 1200;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .container-xl {
      max-width: 1400px;
    }
  }
  
  .container-xxl {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  
  @media only screen and (min-width: 1400px) {
    .container-xxl {
      max-width: 1400px;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  
  .d-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  @media (min-width: 320px) {
    .d-xs-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xs-block {
      display: block !important;
    }
    .d-xs-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-xs-inline-block {
      display: inline-block !important;
    }
    .d-xs-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-xs-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-xs-none {
      display: none !important;
    }
  }
  
  @media (min-width: 576px) {
    .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-sm-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-sm-none {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-md-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-md-none {
      display: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-lg-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-lg-none {
      display: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-xl-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-xl-none {
      display: none !important;
    }
  }
  
  @media (min-width: 1400px) {
    .d-xxl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-xxl-inline-block {
      display: inline-block !important;
    }
    .d-xxl-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-xxl-inline-grid {
      display: -ms-inline-grid !important;
      display: inline-grid !important;
    }
    .d-xxl-none {
      display: none !important;
    }
  }
  
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-column {
    grid-auto-flow: column !important;
  }
  
  .grid-row {
    grid-auto-flow: row !important;
  }
  
  .grid-dense {
    grid-auto-flow: dense !important;
  }
  
  .grid-rows-1 {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  
  .grid-cols-1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  
  .grid-rows-2 {
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  
  .grid-cols-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  
  .grid-rows-3 {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
  }
  
  .grid-cols-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  
  .grid-rows-4 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-5 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-6 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-7 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-7 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-8 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-8 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-9 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-9 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-10 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-10 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-11 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-11 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-rows-12 {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-cols-12 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .gc-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  
  .gr-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  
  .gw-1 {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
  }
  
  .gh-1 {
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
  }
  
  .gc-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  
  .gr-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  
  .gw-2 {
    -ms-grid-column-span: 2;
        grid-column-end: span 2;
  }
  
  .gh-2 {
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
  }
  
  .gc-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  
  .gr-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  
  .gw-3 {
    -ms-grid-column-span: 3;
        grid-column-end: span 3;
  }
  
  .gh-3 {
    -ms-grid-row-span: 3;
        grid-row-end: span 3;
  }
  
  .gc-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  
  .gr-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  
  .gw-4 {
    -ms-grid-column-span: 4;
        grid-column-end: span 4;
  }
  
  .gh-4 {
    -ms-grid-row-span: 4;
        grid-row-end: span 4;
  }
  
  .gc-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  
  .gr-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  
  .gw-5 {
    -ms-grid-column-span: 5;
        grid-column-end: span 5;
  }
  
  .gh-5 {
    -ms-grid-row-span: 5;
        grid-row-end: span 5;
  }
  
  .gc-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  
  .gr-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  
  .gw-6 {
    -ms-grid-column-span: 6;
        grid-column-end: span 6;
  }
  
  .gh-6 {
    -ms-grid-row-span: 6;
        grid-row-end: span 6;
  }
  
  .gc-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  
  .gr-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  
  .gw-7 {
    -ms-grid-column-span: 7;
        grid-column-end: span 7;
  }
  
  .gh-7 {
    -ms-grid-row-span: 7;
        grid-row-end: span 7;
  }
  
  .gc-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  
  .gr-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  
  .gw-8 {
    -ms-grid-column-span: 8;
        grid-column-end: span 8;
  }
  
  .gh-8 {
    -ms-grid-row-span: 8;
        grid-row-end: span 8;
  }
  
  .gc-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  
  .gr-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  
  .gw-9 {
    -ms-grid-column-span: 9;
        grid-column-end: span 9;
  }
  
  .gh-9 {
    -ms-grid-row-span: 9;
        grid-row-end: span 9;
  }
  
  .gc-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  
  .gr-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  
  .gw-10 {
    -ms-grid-column-span: 10;
        grid-column-end: span 10;
  }
  
  .gh-10 {
    -ms-grid-row-span: 10;
        grid-row-end: span 10;
  }
  
  .gc-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  
  .gr-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  
  .gw-11 {
    -ms-grid-column-span: 11;
        grid-column-end: span 11;
  }
  
  .gh-11 {
    -ms-grid-row-span: 11;
        grid-row-end: span 11;
  }
  
  .gc-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  
  .gr-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  
  .gw-12 {
    -ms-grid-column-span: 12;
        grid-column-end: span 12;
  }
  
  .gh-12 {
    -ms-grid-row-span: 12;
        grid-row-end: span 12;
  }
  
  @media (min-width: 320px) {
    .grid-xs-column {
      grid-auto-flow: column !important;
    }
    .grid-xs-row {
      grid-auto-flow: row !important;
    }
    .grid-xs-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-xs-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-xs-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-xs-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-xs-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-xs-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-xs-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-xs-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xs-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xs-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-xs-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-xs-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-xs-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-xs-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-xs-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-xs-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-xs-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-xs-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-xs-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-xs-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-xs-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-xs-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-xs-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-xs-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-xs-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-xs-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-xs-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-xs-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-xs-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-xs-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-xs-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-xs-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-xs-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-xs-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-xs-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-xs-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-xs-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-xs-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-xs-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-xs-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-xs-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-xs-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-xs-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-xs-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-xs-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-xs-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-xs-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-xs-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-xs-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-xs-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-xs-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-xs-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-xs-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-xs-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-xs-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-xs-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-xs-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-xs-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  @media (min-width: 576px) {
    .grid-sm-column {
      grid-auto-flow: column !important;
    }
    .grid-sm-row {
      grid-auto-flow: row !important;
    }
    .grid-sm-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-sm-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-sm-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-sm-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-sm-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-sm-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-sm-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-sm-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-sm-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-sm-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-sm-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-sm-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-sm-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-sm-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-sm-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-sm-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-sm-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-sm-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-sm-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-sm-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-sm-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-sm-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-sm-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-sm-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-sm-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-sm-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-sm-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-sm-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-sm-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-sm-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-sm-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-sm-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-sm-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-sm-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-sm-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-sm-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-sm-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-sm-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-sm-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-sm-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-sm-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-sm-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-sm-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-sm-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-sm-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-sm-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-sm-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-sm-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-sm-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-sm-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-sm-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-sm-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-sm-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-sm-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-sm-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-sm-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-sm-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-sm-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  @media (min-width: 768px) {
    .grid-md-column {
      grid-auto-flow: column !important;
    }
    .grid-md-row {
      grid-auto-flow: row !important;
    }
    .grid-md-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-md-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-md-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-md-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-md-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-md-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-md-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-md-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-md-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-md-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-md-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-md-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-md-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-md-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-md-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-md-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-md-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-md-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-md-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-md-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-md-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-md-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-md-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-md-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-md-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-md-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-md-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-md-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-md-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-md-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-md-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-md-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-md-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-md-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-md-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-md-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-md-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-md-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-md-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-md-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-md-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-md-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-md-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-md-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-md-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-md-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-md-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-md-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-md-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-md-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-md-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-md-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-md-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-md-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-md-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-md-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-md-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-md-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  @media (min-width: 992px) {
    .grid-lg-column {
      grid-auto-flow: column !important;
    }
    .grid-lg-row {
      grid-auto-flow: row !important;
    }
    .grid-lg-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-lg-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-lg-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-lg-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-lg-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-lg-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-lg-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-lg-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-lg-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-lg-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-lg-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-lg-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-lg-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-lg-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-lg-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-lg-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-lg-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-lg-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-lg-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-lg-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-lg-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-lg-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-lg-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-lg-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-lg-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-lg-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-lg-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-lg-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-lg-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-lg-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-lg-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-lg-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-lg-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-lg-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-lg-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-lg-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-lg-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-lg-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-lg-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-lg-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-lg-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-lg-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-lg-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-lg-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-lg-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-lg-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-lg-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-lg-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-lg-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-lg-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-lg-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-lg-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-lg-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-lg-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-lg-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-lg-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-lg-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-lg-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  @media (min-width: 1200px) {
    .grid-xl-column {
      grid-auto-flow: column !important;
    }
    .grid-xl-row {
      grid-auto-flow: row !important;
    }
    .grid-xl-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-xl-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-xl-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-xl-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-xl-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-xl-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-xl-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-xl-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xl-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xl-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-xl-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-xl-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-xl-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-xl-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-xl-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-xl-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-xl-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-xl-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-xl-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-xl-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-xl-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-xl-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-xl-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-xl-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-xl-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-xl-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-xl-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-xl-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-xl-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-xl-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-xl-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-xl-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-xl-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-xl-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-xl-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-xl-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-xl-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-xl-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-xl-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-xl-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-xl-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-xl-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-xl-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-xl-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-xl-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-xl-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-xl-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-xl-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-xl-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-xl-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-xl-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-xl-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-xl-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-xl-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-xl-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-xl-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-xl-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-xl-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  @media (min-width: 1400px) {
    .grid-xxl-column {
      grid-auto-flow: column !important;
    }
    .grid-xxl-row {
      grid-auto-flow: row !important;
    }
    .grid-xxl-dense {
      grid-auto-flow: dense !important;
    }
    .grid-rows-xxl-1 {
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
    }
    .grid-cols-xxl-1 {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .grid-rows-xxl-2 {
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
    }
    .grid-cols-xxl-2 {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .grid-rows-xxl-3 {
      -ms-grid-rows: 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr;
    }
    .grid-cols-xxl-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-rows-xxl-4 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-4 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-5 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-5 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-6 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-6 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-7 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-7 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-8 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-8 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-9 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-9 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-10 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-10 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-11 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-11 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-rows-xxl-12 {
      -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-cols-xxl-12 {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gc-xxl-1 {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
    .gr-xxl-1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
    }
    .gw-xxl-1 {
      -ms-grid-column-span: 1;
          grid-column-end: span 1;
    }
    .gh-xxl-1 {
      -ms-grid-row-span: 1;
          grid-row-end: span 1;
    }
    .gc-xxl-2 {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
    .gr-xxl-2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
    }
    .gw-xxl-2 {
      -ms-grid-column-span: 2;
          grid-column-end: span 2;
    }
    .gh-xxl-2 {
      -ms-grid-row-span: 2;
          grid-row-end: span 2;
    }
    .gc-xxl-3 {
      -ms-grid-column: 3;
          grid-column-start: 3;
    }
    .gr-xxl-3 {
      -ms-grid-row: 3;
          grid-row-start: 3;
    }
    .gw-xxl-3 {
      -ms-grid-column-span: 3;
          grid-column-end: span 3;
    }
    .gh-xxl-3 {
      -ms-grid-row-span: 3;
          grid-row-end: span 3;
    }
    .gc-xxl-4 {
      -ms-grid-column: 4;
          grid-column-start: 4;
    }
    .gr-xxl-4 {
      -ms-grid-row: 4;
          grid-row-start: 4;
    }
    .gw-xxl-4 {
      -ms-grid-column-span: 4;
          grid-column-end: span 4;
    }
    .gh-xxl-4 {
      -ms-grid-row-span: 4;
          grid-row-end: span 4;
    }
    .gc-xxl-5 {
      -ms-grid-column: 5;
          grid-column-start: 5;
    }
    .gr-xxl-5 {
      -ms-grid-row: 5;
          grid-row-start: 5;
    }
    .gw-xxl-5 {
      -ms-grid-column-span: 5;
          grid-column-end: span 5;
    }
    .gh-xxl-5 {
      -ms-grid-row-span: 5;
          grid-row-end: span 5;
    }
    .gc-xxl-6 {
      -ms-grid-column: 6;
          grid-column-start: 6;
    }
    .gr-xxl-6 {
      -ms-grid-row: 6;
          grid-row-start: 6;
    }
    .gw-xxl-6 {
      -ms-grid-column-span: 6;
          grid-column-end: span 6;
    }
    .gh-xxl-6 {
      -ms-grid-row-span: 6;
          grid-row-end: span 6;
    }
    .gc-xxl-7 {
      -ms-grid-column: 7;
          grid-column-start: 7;
    }
    .gr-xxl-7 {
      -ms-grid-row: 7;
          grid-row-start: 7;
    }
    .gw-xxl-7 {
      -ms-grid-column-span: 7;
          grid-column-end: span 7;
    }
    .gh-xxl-7 {
      -ms-grid-row-span: 7;
          grid-row-end: span 7;
    }
    .gc-xxl-8 {
      -ms-grid-column: 8;
          grid-column-start: 8;
    }
    .gr-xxl-8 {
      -ms-grid-row: 8;
          grid-row-start: 8;
    }
    .gw-xxl-8 {
      -ms-grid-column-span: 8;
          grid-column-end: span 8;
    }
    .gh-xxl-8 {
      -ms-grid-row-span: 8;
          grid-row-end: span 8;
    }
    .gc-xxl-9 {
      -ms-grid-column: 9;
          grid-column-start: 9;
    }
    .gr-xxl-9 {
      -ms-grid-row: 9;
          grid-row-start: 9;
    }
    .gw-xxl-9 {
      -ms-grid-column-span: 9;
          grid-column-end: span 9;
    }
    .gh-xxl-9 {
      -ms-grid-row-span: 9;
          grid-row-end: span 9;
    }
    .gc-xxl-10 {
      -ms-grid-column: 10;
          grid-column-start: 10;
    }
    .gr-xxl-10 {
      -ms-grid-row: 10;
          grid-row-start: 10;
    }
    .gw-xxl-10 {
      -ms-grid-column-span: 10;
          grid-column-end: span 10;
    }
    .gh-xxl-10 {
      -ms-grid-row-span: 10;
          grid-row-end: span 10;
    }
    .gc-xxl-11 {
      -ms-grid-column: 11;
          grid-column-start: 11;
    }
    .gr-xxl-11 {
      -ms-grid-row: 11;
          grid-row-start: 11;
    }
    .gw-xxl-11 {
      -ms-grid-column-span: 11;
          grid-column-end: span 11;
    }
    .gh-xxl-11 {
      -ms-grid-row-span: 11;
          grid-row-end: span 11;
    }
    .gc-xxl-12 {
      -ms-grid-column: 12;
          grid-column-start: 12;
    }
    .gr-xxl-12 {
      -ms-grid-row: 12;
          grid-row-start: 12;
    }
    .gw-xxl-12 {
      -ms-grid-column-span: 12;
          grid-column-end: span 12;
    }
    .gh-xxl-12 {
      -ms-grid-row-span: 12;
          grid-row-end: span 12;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .align-items-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  
  .align-items-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  
  @media (min-width: 320px) {
    .align-items-xs-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xs-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xs-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  @media (min-width: 576px) {
    .align-items-sm-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-sm-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-sm-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  @media (min-width: 768px) {
    .align-items-md-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-md-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-md-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  @media (min-width: 992px) {
    .align-items-lg-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-lg-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-lg-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  @media (min-width: 1200px) {
    .align-items-xl-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xl-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xl-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  @media (min-width: 1400px) {
    .align-items-xxl-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xxl-flex-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xxl-flex-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
  }
  
  .justify-content-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .justify-content-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  
  .justify-content-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  
  .justify-content-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  
  @media (min-width: 320px) {
    .justify-content-xs-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xs-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xs-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xs-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xs-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  @media (min-width: 576px) {
    .justify-content-sm-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-sm-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-sm-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-sm-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-sm-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  @media (min-width: 768px) {
    .justify-content-md-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-md-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-md-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-md-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-md-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  @media (min-width: 992px) {
    .justify-content-lg-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-lg-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-lg-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-lg-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-lg-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  @media (min-width: 1200px) {
    .justify-content-xl-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xl-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xl-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xl-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xl-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  @media (min-width: 1400px) {
    .justify-content-xxl-flex-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xxl-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xxl-flex-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xxl-space-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xxl-space-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  
  @media (min-width: 320px) {
    .flex-xs-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-xs-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-xs-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  @media (min-width: 576px) {
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  @media (min-width: 1400px) {
    .flex-xxl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-xxl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  
  @media (min-width: 320px) {
    .flex-xs-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xs-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xs-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xs-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  @media (min-width: 576px) {
    .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  @media (min-width: 1400px) {
    .flex-xxl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xxl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xxl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xxl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
  }
  
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: .67em 0;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace,monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  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: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  img {
    border-style: none;
  }
  
  button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button, input {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: .35em .75em .625em;
  }
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  [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;
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  
  .order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  
  .order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  
  .order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  
  .order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  
  .order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  
  .order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  
  .order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  
  .order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  
  .order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  
  .order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  
  .order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  
  .order-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  
  .order-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  
  .order-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  
  .order-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  
  .order-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  
  .order-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  
  .order-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  
  .order-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  
  .order-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  
  .order-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  
  .order-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  
  .order-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  
  .order-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  
  .order-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  
  .order-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  
  .order-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  
  .order-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  
  .order-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  
  .order-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  
  .order-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  
  .order-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  
  .order-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  
  .order-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  
  .order-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  
  .order-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  
  .order-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  
  .order-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  
  .order-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  
  .order-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  
  .order-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  
  .order-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  
  .order-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  
  .order-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  
  .order-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  
  .order-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  
  .order-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  
  .order-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  
  .order-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  
  .order-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  
  .order-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  
  .order-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  
  .order-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  
  .order-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  
  .order-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  
  .order-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  
  .order-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  
  .order-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  
  .order-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  
  .order-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  
  .order-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  
  .order-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  
  .order-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  
  .order-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  
  .order-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  
  .order-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  
  .order-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  
  .order-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  
  .order-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  
  .order-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  
  .order-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  
  .order-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  
  .order-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  
  .order-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  
  .order-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  
  .order-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  
  .order-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  
  .order-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  
  .order-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  
  .order-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  
  .order-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  
  .order-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  
  .order-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  
  .order-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  
  .order-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  
  .order-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  
  .order-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  
  .order-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  
  .order-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  
  .order-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  
  .order-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  
  .order-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  
  .order-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  
  .order-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  
  .order-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  
  .order-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  
  .order-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  
  .order-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  
  .order-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
  
  @media (min-width: 320px) {
    .order-xs-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-xs-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-xs-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-xs-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-xs-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-xs-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-xs-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-xs-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-xs-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-xs-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-xs-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-xs-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-xs-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-xs-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-xs-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-xs-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-xs-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-xs-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-xs-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-xs-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-xs-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-xs-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-xs-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-xs-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-xs-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-xs-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-xs-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-xs-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-xs-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-xs-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-xs-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-xs-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-xs-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-xs-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-xs-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-xs-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-xs-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-xs-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-xs-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-xs-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-xs-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-xs-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-xs-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-xs-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-xs-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-xs-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-xs-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-xs-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-xs-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-xs-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-xs-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-xs-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-xs-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-xs-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-xs-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-xs-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-xs-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-xs-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-xs-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-xs-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-xs-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-xs-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-xs-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-xs-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-xs-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-xs-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-xs-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-xs-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-xs-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-xs-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-xs-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-xs-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-xs-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-xs-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-xs-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-xs-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-xs-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-xs-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-xs-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-xs-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-xs-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-xs-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-xs-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-xs-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-xs-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-xs-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-xs-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-xs-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-xs-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-xs-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-xs-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-xs-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-xs-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-xs-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-xs-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-xs-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-xs-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-xs-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-xs-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-xs-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  @media (min-width: 576px) {
    .order-sm-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-sm-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-sm-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-sm-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-sm-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-sm-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-sm-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-sm-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-sm-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-sm-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-sm-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-sm-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-sm-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-sm-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-sm-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-sm-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-sm-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-sm-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-sm-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-sm-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-sm-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-sm-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-sm-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-sm-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-sm-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-sm-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-sm-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-sm-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-sm-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-sm-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-sm-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-sm-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-sm-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-sm-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-sm-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-sm-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-sm-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-sm-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-sm-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-sm-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-sm-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-sm-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-sm-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-sm-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-sm-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-sm-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-sm-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-sm-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-sm-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-sm-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-sm-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-sm-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-sm-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-sm-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-sm-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-sm-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-sm-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-sm-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-sm-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-sm-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-sm-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-sm-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-sm-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-sm-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-sm-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-sm-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-sm-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-sm-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-sm-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-sm-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-sm-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-sm-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-sm-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-sm-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-sm-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-sm-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-sm-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-sm-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-sm-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-sm-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-sm-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-sm-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-sm-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-sm-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-sm-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-sm-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-sm-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-sm-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-sm-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-sm-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-sm-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-sm-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-sm-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-sm-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-sm-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-sm-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-sm-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-sm-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-sm-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-sm-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  @media (min-width: 768px) {
    .order-md-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-md-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-md-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-md-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-md-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-md-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-md-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-md-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-md-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-md-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-md-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-md-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-md-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-md-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-md-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-md-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-md-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-md-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-md-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-md-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-md-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-md-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-md-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-md-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-md-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-md-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-md-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-md-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-md-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-md-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-md-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-md-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-md-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-md-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-md-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-md-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-md-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-md-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-md-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-md-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-md-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-md-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-md-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-md-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-md-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-md-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-md-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-md-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-md-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-md-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-md-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-md-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-md-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-md-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-md-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-md-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-md-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-md-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-md-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-md-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-md-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-md-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-md-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-md-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-md-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-md-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-md-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-md-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-md-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-md-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-md-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-md-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-md-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-md-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-md-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-md-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-md-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-md-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-md-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-md-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-md-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-md-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-md-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-md-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-md-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-md-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-md-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-md-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-md-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-md-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-md-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-md-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-md-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-md-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-md-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-md-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-md-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-md-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-md-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-md-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  @media (min-width: 992px) {
    .order-lg-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-lg-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-lg-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-lg-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-lg-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-lg-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-lg-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-lg-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-lg-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-lg-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-lg-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-lg-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-lg-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-lg-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-lg-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-lg-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-lg-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-lg-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-lg-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-lg-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-lg-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-lg-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-lg-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-lg-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-lg-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-lg-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-lg-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-lg-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-lg-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-lg-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-lg-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-lg-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-lg-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-lg-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-lg-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-lg-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-lg-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-lg-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-lg-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-lg-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-lg-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-lg-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-lg-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-lg-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-lg-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-lg-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-lg-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-lg-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-lg-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-lg-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-lg-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-lg-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-lg-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-lg-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-lg-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-lg-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-lg-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-lg-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-lg-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-lg-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-lg-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-lg-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-lg-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-lg-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-lg-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-lg-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-lg-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-lg-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-lg-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-lg-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-lg-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-lg-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-lg-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-lg-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-lg-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-lg-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-lg-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-lg-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-lg-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-lg-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-lg-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-lg-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-lg-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-lg-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-lg-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-lg-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-lg-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-lg-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-lg-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-lg-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-lg-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-lg-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-lg-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-lg-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-lg-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-lg-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-lg-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-lg-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-lg-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-lg-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  @media (min-width: 1200px) {
    .order-xl-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-xl-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-xl-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-xl-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-xl-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-xl-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-xl-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-xl-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-xl-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-xl-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-xl-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-xl-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-xl-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-xl-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-xl-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-xl-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-xl-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-xl-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-xl-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-xl-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-xl-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-xl-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-xl-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-xl-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-xl-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-xl-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-xl-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-xl-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-xl-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-xl-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-xl-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-xl-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-xl-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-xl-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-xl-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-xl-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-xl-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-xl-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-xl-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-xl-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-xl-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-xl-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-xl-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-xl-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-xl-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-xl-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-xl-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-xl-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-xl-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-xl-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-xl-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-xl-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-xl-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-xl-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-xl-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-xl-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-xl-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-xl-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-xl-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-xl-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-xl-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-xl-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-xl-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-xl-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-xl-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-xl-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-xl-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-xl-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-xl-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-xl-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-xl-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-xl-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-xl-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-xl-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-xl-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-xl-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-xl-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-xl-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-xl-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-xl-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-xl-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-xl-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-xl-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-xl-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-xl-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-xl-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-xl-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-xl-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-xl-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-xl-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-xl-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-xl-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-xl-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-xl-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-xl-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-xl-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-xl-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-xl-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-xl-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-xl-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  @media (min-width: 1400px) {
    .order-xxl-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-xxl-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-xxl-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-xxl-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-xxl-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-xxl-6 {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .order-xxl-7 {
      -webkit-box-ordinal-group: 8 !important;
          -ms-flex-order: 7 !important;
              order: 7 !important;
    }
    .order-xxl-8 {
      -webkit-box-ordinal-group: 9 !important;
          -ms-flex-order: 8 !important;
              order: 8 !important;
    }
    .order-xxl-9 {
      -webkit-box-ordinal-group: 10 !important;
          -ms-flex-order: 9 !important;
              order: 9 !important;
    }
    .order-xxl-10 {
      -webkit-box-ordinal-group: 11 !important;
          -ms-flex-order: 10 !important;
              order: 10 !important;
    }
    .order-xxl-11 {
      -webkit-box-ordinal-group: 12 !important;
          -ms-flex-order: 11 !important;
              order: 11 !important;
    }
    .order-xxl-12 {
      -webkit-box-ordinal-group: 13 !important;
          -ms-flex-order: 12 !important;
              order: 12 !important;
    }
    .order-xxl-13 {
      -webkit-box-ordinal-group: 14 !important;
          -ms-flex-order: 13 !important;
              order: 13 !important;
    }
    .order-xxl-14 {
      -webkit-box-ordinal-group: 15 !important;
          -ms-flex-order: 14 !important;
              order: 14 !important;
    }
    .order-xxl-15 {
      -webkit-box-ordinal-group: 16 !important;
          -ms-flex-order: 15 !important;
              order: 15 !important;
    }
    .order-xxl-16 {
      -webkit-box-ordinal-group: 17 !important;
          -ms-flex-order: 16 !important;
              order: 16 !important;
    }
    .order-xxl-17 {
      -webkit-box-ordinal-group: 18 !important;
          -ms-flex-order: 17 !important;
              order: 17 !important;
    }
    .order-xxl-18 {
      -webkit-box-ordinal-group: 19 !important;
          -ms-flex-order: 18 !important;
              order: 18 !important;
    }
    .order-xxl-19 {
      -webkit-box-ordinal-group: 20 !important;
          -ms-flex-order: 19 !important;
              order: 19 !important;
    }
    .order-xxl-20 {
      -webkit-box-ordinal-group: 21 !important;
          -ms-flex-order: 20 !important;
              order: 20 !important;
    }
    .order-xxl-21 {
      -webkit-box-ordinal-group: 22 !important;
          -ms-flex-order: 21 !important;
              order: 21 !important;
    }
    .order-xxl-22 {
      -webkit-box-ordinal-group: 23 !important;
          -ms-flex-order: 22 !important;
              order: 22 !important;
    }
    .order-xxl-23 {
      -webkit-box-ordinal-group: 24 !important;
          -ms-flex-order: 23 !important;
              order: 23 !important;
    }
    .order-xxl-24 {
      -webkit-box-ordinal-group: 25 !important;
          -ms-flex-order: 24 !important;
              order: 24 !important;
    }
    .order-xxl-25 {
      -webkit-box-ordinal-group: 26 !important;
          -ms-flex-order: 25 !important;
              order: 25 !important;
    }
    .order-xxl-26 {
      -webkit-box-ordinal-group: 27 !important;
          -ms-flex-order: 26 !important;
              order: 26 !important;
    }
    .order-xxl-27 {
      -webkit-box-ordinal-group: 28 !important;
          -ms-flex-order: 27 !important;
              order: 27 !important;
    }
    .order-xxl-28 {
      -webkit-box-ordinal-group: 29 !important;
          -ms-flex-order: 28 !important;
              order: 28 !important;
    }
    .order-xxl-29 {
      -webkit-box-ordinal-group: 30 !important;
          -ms-flex-order: 29 !important;
              order: 29 !important;
    }
    .order-xxl-30 {
      -webkit-box-ordinal-group: 31 !important;
          -ms-flex-order: 30 !important;
              order: 30 !important;
    }
    .order-xxl-31 {
      -webkit-box-ordinal-group: 32 !important;
          -ms-flex-order: 31 !important;
              order: 31 !important;
    }
    .order-xxl-32 {
      -webkit-box-ordinal-group: 33 !important;
          -ms-flex-order: 32 !important;
              order: 32 !important;
    }
    .order-xxl-33 {
      -webkit-box-ordinal-group: 34 !important;
          -ms-flex-order: 33 !important;
              order: 33 !important;
    }
    .order-xxl-34 {
      -webkit-box-ordinal-group: 35 !important;
          -ms-flex-order: 34 !important;
              order: 34 !important;
    }
    .order-xxl-35 {
      -webkit-box-ordinal-group: 36 !important;
          -ms-flex-order: 35 !important;
              order: 35 !important;
    }
    .order-xxl-36 {
      -webkit-box-ordinal-group: 37 !important;
          -ms-flex-order: 36 !important;
              order: 36 !important;
    }
    .order-xxl-37 {
      -webkit-box-ordinal-group: 38 !important;
          -ms-flex-order: 37 !important;
              order: 37 !important;
    }
    .order-xxl-38 {
      -webkit-box-ordinal-group: 39 !important;
          -ms-flex-order: 38 !important;
              order: 38 !important;
    }
    .order-xxl-39 {
      -webkit-box-ordinal-group: 40 !important;
          -ms-flex-order: 39 !important;
              order: 39 !important;
    }
    .order-xxl-40 {
      -webkit-box-ordinal-group: 41 !important;
          -ms-flex-order: 40 !important;
              order: 40 !important;
    }
    .order-xxl-41 {
      -webkit-box-ordinal-group: 42 !important;
          -ms-flex-order: 41 !important;
              order: 41 !important;
    }
    .order-xxl-42 {
      -webkit-box-ordinal-group: 43 !important;
          -ms-flex-order: 42 !important;
              order: 42 !important;
    }
    .order-xxl-43 {
      -webkit-box-ordinal-group: 44 !important;
          -ms-flex-order: 43 !important;
              order: 43 !important;
    }
    .order-xxl-44 {
      -webkit-box-ordinal-group: 45 !important;
          -ms-flex-order: 44 !important;
              order: 44 !important;
    }
    .order-xxl-45 {
      -webkit-box-ordinal-group: 46 !important;
          -ms-flex-order: 45 !important;
              order: 45 !important;
    }
    .order-xxl-46 {
      -webkit-box-ordinal-group: 47 !important;
          -ms-flex-order: 46 !important;
              order: 46 !important;
    }
    .order-xxl-47 {
      -webkit-box-ordinal-group: 48 !important;
          -ms-flex-order: 47 !important;
              order: 47 !important;
    }
    .order-xxl-48 {
      -webkit-box-ordinal-group: 49 !important;
          -ms-flex-order: 48 !important;
              order: 48 !important;
    }
    .order-xxl-49 {
      -webkit-box-ordinal-group: 50 !important;
          -ms-flex-order: 49 !important;
              order: 49 !important;
    }
    .order-xxl-50 {
      -webkit-box-ordinal-group: 51 !important;
          -ms-flex-order: 50 !important;
              order: 50 !important;
    }
    .order-xxl-51 {
      -webkit-box-ordinal-group: 52 !important;
          -ms-flex-order: 51 !important;
              order: 51 !important;
    }
    .order-xxl-52 {
      -webkit-box-ordinal-group: 53 !important;
          -ms-flex-order: 52 !important;
              order: 52 !important;
    }
    .order-xxl-53 {
      -webkit-box-ordinal-group: 54 !important;
          -ms-flex-order: 53 !important;
              order: 53 !important;
    }
    .order-xxl-54 {
      -webkit-box-ordinal-group: 55 !important;
          -ms-flex-order: 54 !important;
              order: 54 !important;
    }
    .order-xxl-55 {
      -webkit-box-ordinal-group: 56 !important;
          -ms-flex-order: 55 !important;
              order: 55 !important;
    }
    .order-xxl-56 {
      -webkit-box-ordinal-group: 57 !important;
          -ms-flex-order: 56 !important;
              order: 56 !important;
    }
    .order-xxl-57 {
      -webkit-box-ordinal-group: 58 !important;
          -ms-flex-order: 57 !important;
              order: 57 !important;
    }
    .order-xxl-58 {
      -webkit-box-ordinal-group: 59 !important;
          -ms-flex-order: 58 !important;
              order: 58 !important;
    }
    .order-xxl-59 {
      -webkit-box-ordinal-group: 60 !important;
          -ms-flex-order: 59 !important;
              order: 59 !important;
    }
    .order-xxl-60 {
      -webkit-box-ordinal-group: 61 !important;
          -ms-flex-order: 60 !important;
              order: 60 !important;
    }
    .order-xxl-61 {
      -webkit-box-ordinal-group: 62 !important;
          -ms-flex-order: 61 !important;
              order: 61 !important;
    }
    .order-xxl-62 {
      -webkit-box-ordinal-group: 63 !important;
          -ms-flex-order: 62 !important;
              order: 62 !important;
    }
    .order-xxl-63 {
      -webkit-box-ordinal-group: 64 !important;
          -ms-flex-order: 63 !important;
              order: 63 !important;
    }
    .order-xxl-64 {
      -webkit-box-ordinal-group: 65 !important;
          -ms-flex-order: 64 !important;
              order: 64 !important;
    }
    .order-xxl-65 {
      -webkit-box-ordinal-group: 66 !important;
          -ms-flex-order: 65 !important;
              order: 65 !important;
    }
    .order-xxl-66 {
      -webkit-box-ordinal-group: 67 !important;
          -ms-flex-order: 66 !important;
              order: 66 !important;
    }
    .order-xxl-67 {
      -webkit-box-ordinal-group: 68 !important;
          -ms-flex-order: 67 !important;
              order: 67 !important;
    }
    .order-xxl-68 {
      -webkit-box-ordinal-group: 69 !important;
          -ms-flex-order: 68 !important;
              order: 68 !important;
    }
    .order-xxl-69 {
      -webkit-box-ordinal-group: 70 !important;
          -ms-flex-order: 69 !important;
              order: 69 !important;
    }
    .order-xxl-70 {
      -webkit-box-ordinal-group: 71 !important;
          -ms-flex-order: 70 !important;
              order: 70 !important;
    }
    .order-xxl-71 {
      -webkit-box-ordinal-group: 72 !important;
          -ms-flex-order: 71 !important;
              order: 71 !important;
    }
    .order-xxl-72 {
      -webkit-box-ordinal-group: 73 !important;
          -ms-flex-order: 72 !important;
              order: 72 !important;
    }
    .order-xxl-73 {
      -webkit-box-ordinal-group: 74 !important;
          -ms-flex-order: 73 !important;
              order: 73 !important;
    }
    .order-xxl-74 {
      -webkit-box-ordinal-group: 75 !important;
          -ms-flex-order: 74 !important;
              order: 74 !important;
    }
    .order-xxl-75 {
      -webkit-box-ordinal-group: 76 !important;
          -ms-flex-order: 75 !important;
              order: 75 !important;
    }
    .order-xxl-76 {
      -webkit-box-ordinal-group: 77 !important;
          -ms-flex-order: 76 !important;
              order: 76 !important;
    }
    .order-xxl-77 {
      -webkit-box-ordinal-group: 78 !important;
          -ms-flex-order: 77 !important;
              order: 77 !important;
    }
    .order-xxl-78 {
      -webkit-box-ordinal-group: 79 !important;
          -ms-flex-order: 78 !important;
              order: 78 !important;
    }
    .order-xxl-79 {
      -webkit-box-ordinal-group: 80 !important;
          -ms-flex-order: 79 !important;
              order: 79 !important;
    }
    .order-xxl-80 {
      -webkit-box-ordinal-group: 81 !important;
          -ms-flex-order: 80 !important;
              order: 80 !important;
    }
    .order-xxl-81 {
      -webkit-box-ordinal-group: 82 !important;
          -ms-flex-order: 81 !important;
              order: 81 !important;
    }
    .order-xxl-82 {
      -webkit-box-ordinal-group: 83 !important;
          -ms-flex-order: 82 !important;
              order: 82 !important;
    }
    .order-xxl-83 {
      -webkit-box-ordinal-group: 84 !important;
          -ms-flex-order: 83 !important;
              order: 83 !important;
    }
    .order-xxl-84 {
      -webkit-box-ordinal-group: 85 !important;
          -ms-flex-order: 84 !important;
              order: 84 !important;
    }
    .order-xxl-85 {
      -webkit-box-ordinal-group: 86 !important;
          -ms-flex-order: 85 !important;
              order: 85 !important;
    }
    .order-xxl-86 {
      -webkit-box-ordinal-group: 87 !important;
          -ms-flex-order: 86 !important;
              order: 86 !important;
    }
    .order-xxl-87 {
      -webkit-box-ordinal-group: 88 !important;
          -ms-flex-order: 87 !important;
              order: 87 !important;
    }
    .order-xxl-88 {
      -webkit-box-ordinal-group: 89 !important;
          -ms-flex-order: 88 !important;
              order: 88 !important;
    }
    .order-xxl-89 {
      -webkit-box-ordinal-group: 90 !important;
          -ms-flex-order: 89 !important;
              order: 89 !important;
    }
    .order-xxl-90 {
      -webkit-box-ordinal-group: 91 !important;
          -ms-flex-order: 90 !important;
              order: 90 !important;
    }
    .order-xxl-91 {
      -webkit-box-ordinal-group: 92 !important;
          -ms-flex-order: 91 !important;
              order: 91 !important;
    }
    .order-xxl-92 {
      -webkit-box-ordinal-group: 93 !important;
          -ms-flex-order: 92 !important;
              order: 92 !important;
    }
    .order-xxl-93 {
      -webkit-box-ordinal-group: 94 !important;
          -ms-flex-order: 93 !important;
              order: 93 !important;
    }
    .order-xxl-94 {
      -webkit-box-ordinal-group: 95 !important;
          -ms-flex-order: 94 !important;
              order: 94 !important;
    }
    .order-xxl-95 {
      -webkit-box-ordinal-group: 96 !important;
          -ms-flex-order: 95 !important;
              order: 95 !important;
    }
    .order-xxl-96 {
      -webkit-box-ordinal-group: 97 !important;
          -ms-flex-order: 96 !important;
              order: 96 !important;
    }
    .order-xxl-97 {
      -webkit-box-ordinal-group: 98 !important;
          -ms-flex-order: 97 !important;
              order: 97 !important;
    }
    .order-xxl-98 {
      -webkit-box-ordinal-group: 99 !important;
          -ms-flex-order: 98 !important;
              order: 98 !important;
    }
    .order-xxl-99 {
      -webkit-box-ordinal-group: 100 !important;
          -ms-flex-order: 99 !important;
              order: 99 !important;
    }
    .order-xxl-100 {
      -webkit-box-ordinal-group: 101 !important;
          -ms-flex-order: 100 !important;
              order: 100 !important;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  @media (min-width: 320px) {
    .position-xs-static {
      position: static !important;
    }
    .position-xs-relative {
      position: relative !important;
    }
    .position-xs-absolute {
      position: absolute !important;
    }
    .position-xs-fixed {
      position: fixed !important;
    }
    .position-xs-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  @media (min-width: 576px) {
    .position-sm-static {
      position: static !important;
    }
    .position-sm-relative {
      position: relative !important;
    }
    .position-sm-absolute {
      position: absolute !important;
    }
    .position-sm-fixed {
      position: fixed !important;
    }
    .position-sm-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  @media (min-width: 768px) {
    .position-md-static {
      position: static !important;
    }
    .position-md-relative {
      position: relative !important;
    }
    .position-md-absolute {
      position: absolute !important;
    }
    .position-md-fixed {
      position: fixed !important;
    }
    .position-md-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  @media (min-width: 992px) {
    .position-lg-static {
      position: static !important;
    }
    .position-lg-relative {
      position: relative !important;
    }
    .position-lg-absolute {
      position: absolute !important;
    }
    .position-lg-fixed {
      position: fixed !important;
    }
    .position-lg-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  @media (min-width: 1200px) {
    .position-xl-static {
      position: static !important;
    }
    .position-xl-relative {
      position: relative !important;
    }
    .position-xl-absolute {
      position: absolute !important;
    }
    .position-xl-fixed {
      position: fixed !important;
    }
    .position-xl-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  @media (min-width: 1400px) {
    .position-xxl-static {
      position: static !important;
    }
    .position-xxl-relative {
      position: relative !important;
    }
    .position-xxl-absolute {
      position: absolute !important;
    }
    .position-xxl-fixed {
      position: fixed !important;
    }
    .position-xxl-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .mt-0 {
    margin-top: 0rem !important;
  }
  
  .pt-0 {
    padding-top: 0rem !important;
  }
  
  .mb-0 {
    margin-bottom: 0rem !important;
  }
  
  .pb-0 {
    padding-bottom: 0rem !important;
  }
  
  .ml-0 {
    margin-left: 0rem !important;
  }
  
  .pl-0 {
    padding-left: 0rem !important;
  }
  
  .mr-0 {
    margin-right: 0rem !important;
  }
  
  .pr-0 {
    padding-right: 0rem !important;
  }
  
  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  
  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  
  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  
  .px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  
  .m-0 {
    margin: 0rem !important;
  }
  
  .p-0 {
    padding: 0rem !important;
  }
  
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  
  .pl-1 {
    padding-left: 0.25rem !important;
  }
  
  .mr-1 {
    margin-right: 0.25rem !important;
  }
  
  .pr-1 {
    padding-right: 0.25rem !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  
  .pl-2 {
    padding-left: 0.5rem !important;
  }
  
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  
  .pr-2 {
    padding-right: 0.5rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .pt-3 {
    padding-top: 1rem !important;
  }
  
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  
  .ml-3 {
    margin-left: 1rem !important;
  }
  
  .pl-3 {
    padding-left: 1rem !important;
  }
  
  .mr-3 {
    margin-right: 1rem !important;
  }
  
  .pr-3 {
    padding-right: 1rem !important;
  }
  
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  
  .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  
  .pl-4 {
    padding-left: 1.5rem !important;
  }
  
  .mr-4 {
    margin-right: 1.5rem !important;
  }
  
  .pr-4 {
    padding-right: 1.5rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  
  .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .mt-5 {
    margin-top: 2rem !important;
  }
  
  .pt-5 {
    padding-top: 2rem !important;
  }
  
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  
  .pb-5 {
    padding-bottom: 2rem !important;
  }
  
  .ml-5 {
    margin-left: 2rem !important;
  }
  
  .pl-5 {
    padding-left: 2rem !important;
  }
  
  .mr-5 {
    margin-right: 2rem !important;
  }
  
  .pr-5 {
    padding-right: 2rem !important;
  }
  
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  
  .px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  
  .m-5 {
    margin: 2rem !important;
  }
  
  .p-5 {
    padding: 2rem !important;
  }
  
  .mt-6 {
    margin-top: 3rem !important;
  }
  
  .pt-6 {
    padding-top: 3rem !important;
  }
  
  .mb-6 {
    margin-bottom: 3rem !important;
  }
  
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  
  .ml-6 {
    margin-left: 3rem !important;
  }
  
  .pl-6 {
    padding-left: 3rem !important;
  }
  
  .mr-6 {
    margin-right: 3rem !important;
  }
  
  .pr-6 {
    padding-right: 3rem !important;
  }
  
  .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  
  .px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  
  .m-6 {
    margin: 3rem !important;
  }
  
  .p-6 {
    padding: 3rem !important;
  }
  
  @media (min-width: 320px) {
    .mt-xs-0 {
      margin-top: 0rem !important;
    }
    .pt-xs-0 {
      padding-top: 0rem !important;
    }
    .my-xs-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xs-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xs-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xs-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xs-0 {
      margin: 0rem !important;
    }
    .p-xs-0 {
      padding: 0rem !important;
    }
    .mb-xs-0 {
      margin-bottom: 0rem !important;
    }
    .pb-xs-0 {
      padding-bottom: 0rem !important;
    }
    .my-xs-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xs-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xs-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xs-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xs-0 {
      margin: 0rem !important;
    }
    .p-xs-0 {
      padding: 0rem !important;
    }
    .ml-xs-0 {
      margin-left: 0rem !important;
    }
    .pl-xs-0 {
      padding-left: 0rem !important;
    }
    .my-xs-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xs-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xs-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xs-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xs-0 {
      margin: 0rem !important;
    }
    .p-xs-0 {
      padding: 0rem !important;
    }
    .mr-xs-0 {
      margin-right: 0rem !important;
    }
    .pr-xs-0 {
      padding-right: 0rem !important;
    }
    .my-xs-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xs-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xs-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xs-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xs-0 {
      margin: 0rem !important;
    }
    .p-xs-0 {
      padding: 0rem !important;
    }
    .mt-xs-1 {
      margin-top: 0.25rem !important;
    }
    .pt-xs-1 {
      padding-top: 0.25rem !important;
    }
    .my-xs-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xs-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xs-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xs-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xs-1 {
      margin: 0.25rem !important;
    }
    .p-xs-1 {
      padding: 0.25rem !important;
    }
    .mb-xs-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-xs-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-xs-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xs-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xs-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xs-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xs-1 {
      margin: 0.25rem !important;
    }
    .p-xs-1 {
      padding: 0.25rem !important;
    }
    .ml-xs-1 {
      margin-left: 0.25rem !important;
    }
    .pl-xs-1 {
      padding-left: 0.25rem !important;
    }
    .my-xs-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xs-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xs-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xs-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xs-1 {
      margin: 0.25rem !important;
    }
    .p-xs-1 {
      padding: 0.25rem !important;
    }
    .mr-xs-1 {
      margin-right: 0.25rem !important;
    }
    .pr-xs-1 {
      padding-right: 0.25rem !important;
    }
    .my-xs-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xs-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xs-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xs-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xs-1 {
      margin: 0.25rem !important;
    }
    .p-xs-1 {
      padding: 0.25rem !important;
    }
    .mt-xs-2 {
      margin-top: 0.5rem !important;
    }
    .pt-xs-2 {
      padding-top: 0.5rem !important;
    }
    .my-xs-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xs-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xs-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xs-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xs-2 {
      margin: 0.5rem !important;
    }
    .p-xs-2 {
      padding: 0.5rem !important;
    }
    .mb-xs-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-xs-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-xs-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xs-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xs-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xs-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xs-2 {
      margin: 0.5rem !important;
    }
    .p-xs-2 {
      padding: 0.5rem !important;
    }
    .ml-xs-2 {
      margin-left: 0.5rem !important;
    }
    .pl-xs-2 {
      padding-left: 0.5rem !important;
    }
    .my-xs-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xs-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xs-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xs-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xs-2 {
      margin: 0.5rem !important;
    }
    .p-xs-2 {
      padding: 0.5rem !important;
    }
    .mr-xs-2 {
      margin-right: 0.5rem !important;
    }
    .pr-xs-2 {
      padding-right: 0.5rem !important;
    }
    .my-xs-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xs-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xs-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xs-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xs-2 {
      margin: 0.5rem !important;
    }
    .p-xs-2 {
      padding: 0.5rem !important;
    }
    .mt-xs-3 {
      margin-top: 1rem !important;
    }
    .pt-xs-3 {
      padding-top: 1rem !important;
    }
    .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xs-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xs-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xs-3 {
      margin: 1rem !important;
    }
    .p-xs-3 {
      padding: 1rem !important;
    }
    .mb-xs-3 {
      margin-bottom: 1rem !important;
    }
    .pb-xs-3 {
      padding-bottom: 1rem !important;
    }
    .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xs-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xs-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xs-3 {
      margin: 1rem !important;
    }
    .p-xs-3 {
      padding: 1rem !important;
    }
    .ml-xs-3 {
      margin-left: 1rem !important;
    }
    .pl-xs-3 {
      padding-left: 1rem !important;
    }
    .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xs-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xs-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xs-3 {
      margin: 1rem !important;
    }
    .p-xs-3 {
      padding: 1rem !important;
    }
    .mr-xs-3 {
      margin-right: 1rem !important;
    }
    .pr-xs-3 {
      padding-right: 1rem !important;
    }
    .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xs-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xs-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xs-3 {
      margin: 1rem !important;
    }
    .p-xs-3 {
      padding: 1rem !important;
    }
    .mt-xs-4 {
      margin-top: 1.5rem !important;
    }
    .pt-xs-4 {
      padding-top: 1.5rem !important;
    }
    .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xs-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xs-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xs-4 {
      margin: 1.5rem !important;
    }
    .p-xs-4 {
      padding: 1.5rem !important;
    }
    .mb-xs-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-xs-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xs-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xs-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xs-4 {
      margin: 1.5rem !important;
    }
    .p-xs-4 {
      padding: 1.5rem !important;
    }
    .ml-xs-4 {
      margin-left: 1.5rem !important;
    }
    .pl-xs-4 {
      padding-left: 1.5rem !important;
    }
    .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xs-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xs-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xs-4 {
      margin: 1.5rem !important;
    }
    .p-xs-4 {
      padding: 1.5rem !important;
    }
    .mr-xs-4 {
      margin-right: 1.5rem !important;
    }
    .pr-xs-4 {
      padding-right: 1.5rem !important;
    }
    .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xs-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xs-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xs-4 {
      margin: 1.5rem !important;
    }
    .p-xs-4 {
      padding: 1.5rem !important;
    }
    .mt-xs-5 {
      margin-top: 2rem !important;
    }
    .pt-xs-5 {
      padding-top: 2rem !important;
    }
    .my-xs-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xs-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xs-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xs-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xs-5 {
      margin: 2rem !important;
    }
    .p-xs-5 {
      padding: 2rem !important;
    }
    .mb-xs-5 {
      margin-bottom: 2rem !important;
    }
    .pb-xs-5 {
      padding-bottom: 2rem !important;
    }
    .my-xs-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xs-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xs-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xs-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xs-5 {
      margin: 2rem !important;
    }
    .p-xs-5 {
      padding: 2rem !important;
    }
    .ml-xs-5 {
      margin-left: 2rem !important;
    }
    .pl-xs-5 {
      padding-left: 2rem !important;
    }
    .my-xs-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xs-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xs-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xs-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xs-5 {
      margin: 2rem !important;
    }
    .p-xs-5 {
      padding: 2rem !important;
    }
    .mr-xs-5 {
      margin-right: 2rem !important;
    }
    .pr-xs-5 {
      padding-right: 2rem !important;
    }
    .my-xs-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xs-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xs-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xs-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xs-5 {
      margin: 2rem !important;
    }
    .p-xs-5 {
      padding: 2rem !important;
    }
    .mt-xs-6 {
      margin-top: 3rem !important;
    }
    .pt-xs-6 {
      padding-top: 3rem !important;
    }
    .my-xs-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xs-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xs-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xs-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xs-6 {
      margin: 3rem !important;
    }
    .p-xs-6 {
      padding: 3rem !important;
    }
    .mb-xs-6 {
      margin-bottom: 3rem !important;
    }
    .pb-xs-6 {
      padding-bottom: 3rem !important;
    }
    .my-xs-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xs-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xs-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xs-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xs-6 {
      margin: 3rem !important;
    }
    .p-xs-6 {
      padding: 3rem !important;
    }
    .ml-xs-6 {
      margin-left: 3rem !important;
    }
    .pl-xs-6 {
      padding-left: 3rem !important;
    }
    .my-xs-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xs-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xs-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xs-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xs-6 {
      margin: 3rem !important;
    }
    .p-xs-6 {
      padding: 3rem !important;
    }
    .mr-xs-6 {
      margin-right: 3rem !important;
    }
    .pr-xs-6 {
      padding-right: 3rem !important;
    }
    .my-xs-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xs-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xs-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xs-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xs-6 {
      margin: 3rem !important;
    }
    .p-xs-6 {
      padding: 3rem !important;
    }
  }
  
  @media (min-width: 576px) {
    .mt-sm-0 {
      margin-top: 0rem !important;
    }
    .pt-sm-0 {
      padding-top: 0rem !important;
    }
    .my-sm-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-sm-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-sm-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-sm-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-sm-0 {
      margin: 0rem !important;
    }
    .p-sm-0 {
      padding: 0rem !important;
    }
    .mb-sm-0 {
      margin-bottom: 0rem !important;
    }
    .pb-sm-0 {
      padding-bottom: 0rem !important;
    }
    .my-sm-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-sm-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-sm-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-sm-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-sm-0 {
      margin: 0rem !important;
    }
    .p-sm-0 {
      padding: 0rem !important;
    }
    .ml-sm-0 {
      margin-left: 0rem !important;
    }
    .pl-sm-0 {
      padding-left: 0rem !important;
    }
    .my-sm-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-sm-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-sm-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-sm-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-sm-0 {
      margin: 0rem !important;
    }
    .p-sm-0 {
      padding: 0rem !important;
    }
    .mr-sm-0 {
      margin-right: 0rem !important;
    }
    .pr-sm-0 {
      padding-right: 0rem !important;
    }
    .my-sm-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-sm-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-sm-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-sm-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-sm-0 {
      margin: 0rem !important;
    }
    .p-sm-0 {
      padding: 0rem !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .ml-sm-1 {
      margin-left: 0.25rem !important;
    }
    .pl-sm-1 {
      padding-left: 0.25rem !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .mr-sm-1 {
      margin-right: 0.25rem !important;
    }
    .pr-sm-1 {
      padding-right: 0.25rem !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .ml-sm-2 {
      margin-left: 0.5rem !important;
    }
    .pl-sm-2 {
      padding-left: 0.5rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .mr-sm-2 {
      margin-right: 0.5rem !important;
    }
    .pr-sm-2 {
      padding-right: 0.5rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-sm-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-sm-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-sm-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-sm-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .ml-sm-3 {
      margin-left: 1rem !important;
    }
    .pl-sm-3 {
      padding-left: 1rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-sm-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-sm-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .mr-sm-3 {
      margin-right: 1rem !important;
    }
    .pr-sm-3 {
      padding-right: 1rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-sm-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-sm-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .ml-sm-4 {
      margin-left: 1.5rem !important;
    }
    .pl-sm-4 {
      padding-left: 1.5rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .mr-sm-4 {
      margin-right: 1.5rem !important;
    }
    .pr-sm-4 {
      padding-right: 1.5rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 2rem !important;
    }
    .pt-sm-5 {
      padding-top: 2rem !important;
    }
    .my-sm-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-sm-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-sm-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-sm-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-sm-5 {
      margin: 2rem !important;
    }
    .p-sm-5 {
      padding: 2rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 2rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 2rem !important;
    }
    .my-sm-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-sm-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-sm-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-sm-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-sm-5 {
      margin: 2rem !important;
    }
    .p-sm-5 {
      padding: 2rem !important;
    }
    .ml-sm-5 {
      margin-left: 2rem !important;
    }
    .pl-sm-5 {
      padding-left: 2rem !important;
    }
    .my-sm-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-sm-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-sm-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-sm-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-sm-5 {
      margin: 2rem !important;
    }
    .p-sm-5 {
      padding: 2rem !important;
    }
    .mr-sm-5 {
      margin-right: 2rem !important;
    }
    .pr-sm-5 {
      padding-right: 2rem !important;
    }
    .my-sm-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-sm-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-sm-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-sm-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-sm-5 {
      margin: 2rem !important;
    }
    .p-sm-5 {
      padding: 2rem !important;
    }
    .mt-sm-6 {
      margin-top: 3rem !important;
    }
    .pt-sm-6 {
      padding-top: 3rem !important;
    }
    .my-sm-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-sm-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-sm-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-sm-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-sm-6 {
      margin: 3rem !important;
    }
    .p-sm-6 {
      padding: 3rem !important;
    }
    .mb-sm-6 {
      margin-bottom: 3rem !important;
    }
    .pb-sm-6 {
      padding-bottom: 3rem !important;
    }
    .my-sm-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-sm-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-sm-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-sm-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-sm-6 {
      margin: 3rem !important;
    }
    .p-sm-6 {
      padding: 3rem !important;
    }
    .ml-sm-6 {
      margin-left: 3rem !important;
    }
    .pl-sm-6 {
      padding-left: 3rem !important;
    }
    .my-sm-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-sm-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-sm-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-sm-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-sm-6 {
      margin: 3rem !important;
    }
    .p-sm-6 {
      padding: 3rem !important;
    }
    .mr-sm-6 {
      margin-right: 3rem !important;
    }
    .pr-sm-6 {
      padding-right: 3rem !important;
    }
    .my-sm-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-sm-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-sm-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-sm-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-sm-6 {
      margin: 3rem !important;
    }
    .p-sm-6 {
      padding: 3rem !important;
    }
  }
  
  @media (min-width: 768px) {
    .mt-md-0 {
      margin-top: 0rem !important;
    }
    .pt-md-0 {
      padding-top: 0rem !important;
    }
    .my-md-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-md-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-md-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-md-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-md-0 {
      margin: 0rem !important;
    }
    .p-md-0 {
      padding: 0rem !important;
    }
    .mb-md-0 {
      margin-bottom: 0rem !important;
    }
    .pb-md-0 {
      padding-bottom: 0rem !important;
    }
    .my-md-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-md-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-md-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-md-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-md-0 {
      margin: 0rem !important;
    }
    .p-md-0 {
      padding: 0rem !important;
    }
    .ml-md-0 {
      margin-left: 0rem !important;
    }
    .pl-md-0 {
      padding-left: 0rem !important;
    }
    .my-md-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-md-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-md-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-md-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-md-0 {
      margin: 0rem !important;
    }
    .p-md-0 {
      padding: 0rem !important;
    }
    .mr-md-0 {
      margin-right: 0rem !important;
    }
    .pr-md-0 {
      padding-right: 0rem !important;
    }
    .my-md-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-md-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-md-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-md-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-md-0 {
      margin: 0rem !important;
    }
    .p-md-0 {
      padding: 0rem !important;
    }
    .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .ml-md-1 {
      margin-left: 0.25rem !important;
    }
    .pl-md-1 {
      padding-left: 0.25rem !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .mr-md-1 {
      margin-right: 0.25rem !important;
    }
    .pr-md-1 {
      padding-right: 0.25rem !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .mt-md-2 {
      margin-top: 0.5rem !important;
    }
    .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .ml-md-2 {
      margin-left: 0.5rem !important;
    }
    .pl-md-2 {
      padding-left: 0.5rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .mr-md-2 {
      margin-right: 0.5rem !important;
    }
    .pr-md-2 {
      padding-right: 0.5rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .mt-md-3 {
      margin-top: 1rem !important;
    }
    .pt-md-3 {
      padding-top: 1rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-md-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-md-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .pb-md-3 {
      padding-bottom: 1rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-md-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-md-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .ml-md-3 {
      margin-left: 1rem !important;
    }
    .pl-md-3 {
      padding-left: 1rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-md-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-md-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .mr-md-3 {
      margin-right: 1rem !important;
    }
    .pr-md-3 {
      padding-right: 1rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-md-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-md-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .ml-md-4 {
      margin-left: 1.5rem !important;
    }
    .pl-md-4 {
      padding-left: 1.5rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .mr-md-4 {
      margin-right: 1.5rem !important;
    }
    .pr-md-4 {
      padding-right: 1.5rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .mt-md-5 {
      margin-top: 2rem !important;
    }
    .pt-md-5 {
      padding-top: 2rem !important;
    }
    .my-md-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-md-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-md-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-md-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-md-5 {
      margin: 2rem !important;
    }
    .p-md-5 {
      padding: 2rem !important;
    }
    .mb-md-5 {
      margin-bottom: 2rem !important;
    }
    .pb-md-5 {
      padding-bottom: 2rem !important;
    }
    .my-md-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-md-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-md-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-md-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-md-5 {
      margin: 2rem !important;
    }
    .p-md-5 {
      padding: 2rem !important;
    }
    .ml-md-5 {
      margin-left: 2rem !important;
    }
    .pl-md-5 {
      padding-left: 2rem !important;
    }
    .my-md-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-md-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-md-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-md-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-md-5 {
      margin: 2rem !important;
    }
    .p-md-5 {
      padding: 2rem !important;
    }
    .mr-md-5 {
      margin-right: 2rem !important;
    }
    .pr-md-5 {
      padding-right: 2rem !important;
    }
    .my-md-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-md-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-md-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-md-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-md-5 {
      margin: 2rem !important;
    }
    .p-md-5 {
      padding: 2rem !important;
    }
    .mt-md-6 {
      margin-top: 3rem !important;
    }
    .pt-md-6 {
      padding-top: 3rem !important;
    }
    .my-md-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-md-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-md-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-md-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-md-6 {
      margin: 3rem !important;
    }
    .p-md-6 {
      padding: 3rem !important;
    }
    .mb-md-6 {
      margin-bottom: 3rem !important;
    }
    .pb-md-6 {
      padding-bottom: 3rem !important;
    }
    .my-md-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-md-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-md-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-md-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-md-6 {
      margin: 3rem !important;
    }
    .p-md-6 {
      padding: 3rem !important;
    }
    .ml-md-6 {
      margin-left: 3rem !important;
    }
    .pl-md-6 {
      padding-left: 3rem !important;
    }
    .my-md-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-md-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-md-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-md-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-md-6 {
      margin: 3rem !important;
    }
    .p-md-6 {
      padding: 3rem !important;
    }
    .mr-md-6 {
      margin-right: 3rem !important;
    }
    .pr-md-6 {
      padding-right: 3rem !important;
    }
    .my-md-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-md-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-md-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-md-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-md-6 {
      margin: 3rem !important;
    }
    .p-md-6 {
      padding: 3rem !important;
    }
  }
  
  @media (min-width: 992px) {
    .mt-lg-0 {
      margin-top: 0rem !important;
    }
    .pt-lg-0 {
      padding-top: 0rem !important;
    }
    .my-lg-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-lg-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-lg-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-lg-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-lg-0 {
      margin: 0rem !important;
    }
    .p-lg-0 {
      padding: 0rem !important;
    }
    .mb-lg-0 {
      margin-bottom: 0rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0rem !important;
    }
    .my-lg-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-lg-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-lg-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-lg-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-lg-0 {
      margin: 0rem !important;
    }
    .p-lg-0 {
      padding: 0rem !important;
    }
    .ml-lg-0 {
      margin-left: 0rem !important;
    }
    .pl-lg-0 {
      padding-left: 0rem !important;
    }
    .my-lg-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-lg-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-lg-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-lg-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-lg-0 {
      margin: 0rem !important;
    }
    .p-lg-0 {
      padding: 0rem !important;
    }
    .mr-lg-0 {
      margin-right: 0rem !important;
    }
    .pr-lg-0 {
      padding-right: 0rem !important;
    }
    .my-lg-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-lg-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-lg-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-lg-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-lg-0 {
      margin: 0rem !important;
    }
    .p-lg-0 {
      padding: 0rem !important;
    }
    .mt-lg-1 {
      margin-top: 0.25rem !important;
    }
    .pt-lg-1 {
      padding-top: 0.25rem !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .ml-lg-1 {
      margin-left: 0.25rem !important;
    }
    .pl-lg-1 {
      padding-left: 0.25rem !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .mr-lg-1 {
      margin-right: 0.25rem !important;
    }
    .pr-lg-1 {
      padding-right: 0.25rem !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .mt-lg-2 {
      margin-top: 0.5rem !important;
    }
    .pt-lg-2 {
      padding-top: 0.5rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .ml-lg-2 {
      margin-left: 0.5rem !important;
    }
    .pl-lg-2 {
      padding-left: 0.5rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .mr-lg-2 {
      margin-right: 0.5rem !important;
    }
    .pr-lg-2 {
      padding-right: 0.5rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .mt-lg-3 {
      margin-top: 1rem !important;
    }
    .pt-lg-3 {
      padding-top: 1rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-lg-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-lg-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .mb-lg-3 {
      margin-bottom: 1rem !important;
    }
    .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-lg-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-lg-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .ml-lg-3 {
      margin-left: 1rem !important;
    }
    .pl-lg-3 {
      padding-left: 1rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-lg-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-lg-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .mr-lg-3 {
      margin-right: 1rem !important;
    }
    .pr-lg-3 {
      padding-right: 1rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-lg-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-lg-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .pt-lg-4 {
      padding-top: 1.5rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .ml-lg-4 {
      margin-left: 1.5rem !important;
    }
    .pl-lg-4 {
      padding-left: 1.5rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .mr-lg-4 {
      margin-right: 1.5rem !important;
    }
    .pr-lg-4 {
      padding-right: 1.5rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .mt-lg-5 {
      margin-top: 2rem !important;
    }
    .pt-lg-5 {
      padding-top: 2rem !important;
    }
    .my-lg-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-lg-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-lg-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-lg-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-lg-5 {
      margin: 2rem !important;
    }
    .p-lg-5 {
      padding: 2rem !important;
    }
    .mb-lg-5 {
      margin-bottom: 2rem !important;
    }
    .pb-lg-5 {
      padding-bottom: 2rem !important;
    }
    .my-lg-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-lg-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-lg-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-lg-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-lg-5 {
      margin: 2rem !important;
    }
    .p-lg-5 {
      padding: 2rem !important;
    }
    .ml-lg-5 {
      margin-left: 2rem !important;
    }
    .pl-lg-5 {
      padding-left: 2rem !important;
    }
    .my-lg-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-lg-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-lg-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-lg-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-lg-5 {
      margin: 2rem !important;
    }
    .p-lg-5 {
      padding: 2rem !important;
    }
    .mr-lg-5 {
      margin-right: 2rem !important;
    }
    .pr-lg-5 {
      padding-right: 2rem !important;
    }
    .my-lg-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-lg-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-lg-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-lg-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-lg-5 {
      margin: 2rem !important;
    }
    .p-lg-5 {
      padding: 2rem !important;
    }
    .mt-lg-6 {
      margin-top: 3rem !important;
    }
    .pt-lg-6 {
      padding-top: 3rem !important;
    }
    .my-lg-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-lg-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-lg-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-lg-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-lg-6 {
      margin: 3rem !important;
    }
    .p-lg-6 {
      padding: 3rem !important;
    }
    .mb-lg-6 {
      margin-bottom: 3rem !important;
    }
    .pb-lg-6 {
      padding-bottom: 3rem !important;
    }
    .my-lg-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-lg-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-lg-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-lg-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-lg-6 {
      margin: 3rem !important;
    }
    .p-lg-6 {
      padding: 3rem !important;
    }
    .ml-lg-6 {
      margin-left: 3rem !important;
    }
    .pl-lg-6 {
      padding-left: 3rem !important;
    }
    .my-lg-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-lg-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-lg-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-lg-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-lg-6 {
      margin: 3rem !important;
    }
    .p-lg-6 {
      padding: 3rem !important;
    }
    .mr-lg-6 {
      margin-right: 3rem !important;
    }
    .pr-lg-6 {
      padding-right: 3rem !important;
    }
    .my-lg-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-lg-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-lg-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-lg-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-lg-6 {
      margin: 3rem !important;
    }
    .p-lg-6 {
      padding: 3rem !important;
    }
  }
  
  @media (min-width: 1200px) {
    .mt-xl-0 {
      margin-top: 0rem !important;
    }
    .pt-xl-0 {
      padding-top: 0rem !important;
    }
    .my-xl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xl-0 {
      margin: 0rem !important;
    }
    .p-xl-0 {
      padding: 0rem !important;
    }
    .mb-xl-0 {
      margin-bottom: 0rem !important;
    }
    .pb-xl-0 {
      padding-bottom: 0rem !important;
    }
    .my-xl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xl-0 {
      margin: 0rem !important;
    }
    .p-xl-0 {
      padding: 0rem !important;
    }
    .ml-xl-0 {
      margin-left: 0rem !important;
    }
    .pl-xl-0 {
      padding-left: 0rem !important;
    }
    .my-xl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xl-0 {
      margin: 0rem !important;
    }
    .p-xl-0 {
      padding: 0rem !important;
    }
    .mr-xl-0 {
      margin-right: 0rem !important;
    }
    .pr-xl-0 {
      padding-right: 0rem !important;
    }
    .my-xl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xl-0 {
      margin: 0rem !important;
    }
    .p-xl-0 {
      padding: 0rem !important;
    }
    .mt-xl-1 {
      margin-top: 0.25rem !important;
    }
    .pt-xl-1 {
      padding-top: 0.25rem !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .ml-xl-1 {
      margin-left: 0.25rem !important;
    }
    .pl-xl-1 {
      padding-left: 0.25rem !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .mr-xl-1 {
      margin-right: 0.25rem !important;
    }
    .pr-xl-1 {
      padding-right: 0.25rem !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .mt-xl-2 {
      margin-top: 0.5rem !important;
    }
    .pt-xl-2 {
      padding-top: 0.5rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .ml-xl-2 {
      margin-left: 0.5rem !important;
    }
    .pl-xl-2 {
      padding-left: 0.5rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .mr-xl-2 {
      margin-right: 0.5rem !important;
    }
    .pr-xl-2 {
      padding-right: 0.5rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .mt-xl-3 {
      margin-top: 1rem !important;
    }
    .pt-xl-3 {
      padding-top: 1rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .mb-xl-3 {
      margin-bottom: 1rem !important;
    }
    .pb-xl-3 {
      padding-bottom: 1rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .ml-xl-3 {
      margin-left: 1rem !important;
    }
    .pl-xl-3 {
      padding-left: 1rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .mr-xl-3 {
      margin-right: 1rem !important;
    }
    .pr-xl-3 {
      padding-right: 1rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .mt-xl-4 {
      margin-top: 1.5rem !important;
    }
    .pt-xl-4 {
      padding-top: 1.5rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .ml-xl-4 {
      margin-left: 1.5rem !important;
    }
    .pl-xl-4 {
      padding-left: 1.5rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .mr-xl-4 {
      margin-right: 1.5rem !important;
    }
    .pr-xl-4 {
      padding-right: 1.5rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .mt-xl-5 {
      margin-top: 2rem !important;
    }
    .pt-xl-5 {
      padding-top: 2rem !important;
    }
    .my-xl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xl-5 {
      margin: 2rem !important;
    }
    .p-xl-5 {
      padding: 2rem !important;
    }
    .mb-xl-5 {
      margin-bottom: 2rem !important;
    }
    .pb-xl-5 {
      padding-bottom: 2rem !important;
    }
    .my-xl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xl-5 {
      margin: 2rem !important;
    }
    .p-xl-5 {
      padding: 2rem !important;
    }
    .ml-xl-5 {
      margin-left: 2rem !important;
    }
    .pl-xl-5 {
      padding-left: 2rem !important;
    }
    .my-xl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xl-5 {
      margin: 2rem !important;
    }
    .p-xl-5 {
      padding: 2rem !important;
    }
    .mr-xl-5 {
      margin-right: 2rem !important;
    }
    .pr-xl-5 {
      padding-right: 2rem !important;
    }
    .my-xl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xl-5 {
      margin: 2rem !important;
    }
    .p-xl-5 {
      padding: 2rem !important;
    }
    .mt-xl-6 {
      margin-top: 3rem !important;
    }
    .pt-xl-6 {
      padding-top: 3rem !important;
    }
    .my-xl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xl-6 {
      margin: 3rem !important;
    }
    .p-xl-6 {
      padding: 3rem !important;
    }
    .mb-xl-6 {
      margin-bottom: 3rem !important;
    }
    .pb-xl-6 {
      padding-bottom: 3rem !important;
    }
    .my-xl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xl-6 {
      margin: 3rem !important;
    }
    .p-xl-6 {
      padding: 3rem !important;
    }
    .ml-xl-6 {
      margin-left: 3rem !important;
    }
    .pl-xl-6 {
      padding-left: 3rem !important;
    }
    .my-xl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xl-6 {
      margin: 3rem !important;
    }
    .p-xl-6 {
      padding: 3rem !important;
    }
    .mr-xl-6 {
      margin-right: 3rem !important;
    }
    .pr-xl-6 {
      padding-right: 3rem !important;
    }
    .my-xl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xl-6 {
      margin: 3rem !important;
    }
    .p-xl-6 {
      padding: 3rem !important;
    }
  }
  
  @media (min-width: 1400px) {
    .mt-xxl-0 {
      margin-top: 0rem !important;
    }
    .pt-xxl-0 {
      padding-top: 0rem !important;
    }
    .my-xxl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xxl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xxl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xxl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xxl-0 {
      margin: 0rem !important;
    }
    .p-xxl-0 {
      padding: 0rem !important;
    }
    .mb-xxl-0 {
      margin-bottom: 0rem !important;
    }
    .pb-xxl-0 {
      padding-bottom: 0rem !important;
    }
    .my-xxl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xxl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xxl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xxl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xxl-0 {
      margin: 0rem !important;
    }
    .p-xxl-0 {
      padding: 0rem !important;
    }
    .ml-xxl-0 {
      margin-left: 0rem !important;
    }
    .pl-xxl-0 {
      padding-left: 0rem !important;
    }
    .my-xxl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xxl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xxl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xxl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xxl-0 {
      margin: 0rem !important;
    }
    .p-xxl-0 {
      padding: 0rem !important;
    }
    .mr-xxl-0 {
      margin-right: 0rem !important;
    }
    .pr-xxl-0 {
      padding-right: 0rem !important;
    }
    .my-xxl-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important;
    }
    .py-xxl-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
    }
    .mx-xxl-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
    .px-xxl-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }
    .m-xxl-0 {
      margin: 0rem !important;
    }
    .p-xxl-0 {
      padding: 0rem !important;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem !important;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xxl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xxl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xxl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xxl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .ml-xxl-1 {
      margin-left: 0.25rem !important;
    }
    .pl-xxl-1 {
      padding-left: 0.25rem !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xxl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xxl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .mr-xxl-1 {
      margin-right: 0.25rem !important;
    }
    .pr-xxl-1 {
      padding-right: 0.25rem !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .mx-xxl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .px-xxl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem !important;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xxl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xxl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xxl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xxl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .ml-xxl-2 {
      margin-left: 0.5rem !important;
    }
    .pl-xxl-2 {
      padding-left: 0.5rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xxl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xxl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .mr-xxl-2 {
      margin-right: 0.5rem !important;
    }
    .pr-xxl-2 {
      padding-right: 0.5rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .mx-xxl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .px-xxl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .mt-xxl-3 {
      margin-top: 1rem !important;
    }
    .pt-xxl-3 {
      padding-top: 1rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xxl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xxl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem !important;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xxl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xxl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .ml-xxl-3 {
      margin-left: 1rem !important;
    }
    .pl-xxl-3 {
      padding-left: 1rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xxl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xxl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .mr-xxl-3 {
      margin-right: 1rem !important;
    }
    .pr-xxl-3 {
      padding-right: 1rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mx-xxl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .px-xxl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem !important;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xxl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xxl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xxl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xxl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .ml-xxl-4 {
      margin-left: 1.5rem !important;
    }
    .pl-xxl-4 {
      padding-left: 1.5rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xxl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xxl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .mr-xxl-4 {
      margin-right: 1.5rem !important;
    }
    .pr-xxl-4 {
      padding-right: 1.5rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .mx-xxl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .px-xxl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .mt-xxl-5 {
      margin-top: 2rem !important;
    }
    .pt-xxl-5 {
      padding-top: 2rem !important;
    }
    .my-xxl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xxl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xxl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xxl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xxl-5 {
      margin: 2rem !important;
    }
    .p-xxl-5 {
      padding: 2rem !important;
    }
    .mb-xxl-5 {
      margin-bottom: 2rem !important;
    }
    .pb-xxl-5 {
      padding-bottom: 2rem !important;
    }
    .my-xxl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xxl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xxl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xxl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xxl-5 {
      margin: 2rem !important;
    }
    .p-xxl-5 {
      padding: 2rem !important;
    }
    .ml-xxl-5 {
      margin-left: 2rem !important;
    }
    .pl-xxl-5 {
      padding-left: 2rem !important;
    }
    .my-xxl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xxl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xxl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xxl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xxl-5 {
      margin: 2rem !important;
    }
    .p-xxl-5 {
      padding: 2rem !important;
    }
    .mr-xxl-5 {
      margin-right: 2rem !important;
    }
    .pr-xxl-5 {
      padding-right: 2rem !important;
    }
    .my-xxl-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
    .py-xxl-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .mx-xxl-5 {
      margin-left: 2rem !important;
      margin-right: 2rem !important;
    }
    .px-xxl-5 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
    .m-xxl-5 {
      margin: 2rem !important;
    }
    .p-xxl-5 {
      padding: 2rem !important;
    }
    .mt-xxl-6 {
      margin-top: 3rem !important;
    }
    .pt-xxl-6 {
      padding-top: 3rem !important;
    }
    .my-xxl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xxl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xxl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xxl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xxl-6 {
      margin: 3rem !important;
    }
    .p-xxl-6 {
      padding: 3rem !important;
    }
    .mb-xxl-6 {
      margin-bottom: 3rem !important;
    }
    .pb-xxl-6 {
      padding-bottom: 3rem !important;
    }
    .my-xxl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xxl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xxl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xxl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xxl-6 {
      margin: 3rem !important;
    }
    .p-xxl-6 {
      padding: 3rem !important;
    }
    .ml-xxl-6 {
      margin-left: 3rem !important;
    }
    .pl-xxl-6 {
      padding-left: 3rem !important;
    }
    .my-xxl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xxl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xxl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xxl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xxl-6 {
      margin: 3rem !important;
    }
    .p-xxl-6 {
      padding: 3rem !important;
    }
    .mr-xxl-6 {
      margin-right: 3rem !important;
    }
    .pr-xxl-6 {
      padding-right: 3rem !important;
    }
    .my-xxl-6 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .py-xxl-6 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .mx-xxl-6 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .px-xxl-6 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .m-xxl-6 {
      margin: 3rem !important;
    }
    .p-xxl-6 {
      padding: 3rem !important;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .text-left {
    text-align: left !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .text-transform-none {
    text-transform: none;
  }
  
  @media (min-width: 320px) {
    .text-xs-left {
      text-align: left !important;
    }
    .text-xs-center {
      text-align: center !important;
    }
    .text-xs-right {
      text-align: right !important;
    }
    .text-xs-uppercase {
      text-transform: uppercase;
    }
    .text-xs-transform-none {
      text-transform: none !important;
    }
  }
  
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
    .text-sm-right {
      text-align: right !important;
    }
    .text-sm-uppercase {
      text-transform: uppercase;
    }
    .text-sm-transform-none {
      text-transform: none !important;
    }
  }
  
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
    .text-md-center {
      text-align: center !important;
    }
    .text-md-right {
      text-align: right !important;
    }
    .text-md-uppercase {
      text-transform: uppercase;
    }
    .text-md-transform-none {
      text-transform: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
    .text-lg-right {
      text-align: right !important;
    }
    .text-lg-uppercase {
      text-transform: uppercase;
    }
    .text-lg-transform-none {
      text-transform: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
    .text-xl-right {
      text-align: right !important;
    }
    .text-xl-uppercase {
      text-transform: uppercase;
    }
    .text-xl-transform-none {
      text-transform: none !important;
    }
  }
  
  @media (min-width: 1400px) {
    .text-xxl-left {
      text-align: left !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
    .text-xxl-right {
      text-align: right !important;
    }
    .text-xxl-uppercase {
      text-transform: uppercase;
    }
    .text-xxl-transform-none {
      text-transform: none !important;
    }
  }
  
  /** var root**/
  /** breakpoints **/
  /** spacing margin padding **/
  .bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .bg-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @media (min-width: 320px) {
    .bg-xs-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-xs-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (min-width: 576px) {
    .bg-sm-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-sm-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (min-width: 768px) {
    .bg-md-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-md-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (min-width: 992px) {
    .bg-lg-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-lg-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (min-width: 1200px) {
    .bg-xl-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-xl-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  @media (min-width: 1400px) {
    .bg-xxl-cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-xxl-contain {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    width: 100%;
    font-size: 100%;
  }
  
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  button, input, textarea, select {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: none;
    text-decoration: none;
    border-radius: 0px;
  }
  
  button:active, button:focus, button:hover, input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: none;
    text-decoration: none;
  }
  /*# sourceMappingURL=assistant.css.map */



/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'Helius';
    src: url('fonts/Helius-Light.eot');
    src: local('Helius Light'), local('Helius-Light'),
        url('fonts/Helius-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helius-Light.woff2') format('woff2'),
        url('fonts/Helius-Light.woff') format('woff'),
        url('fonts/Helius-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helius';
    src: url('fonts/Helius-Regular.eot');
    src: local('Helius Regular'), local('Helius-Regular'),
        url('fonts/Helius-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helius-Regular.woff2') format('woff2'),
        url('fonts/Helius-Regular.woff') format('woff'),
        url('fonts/Helius-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helius';
    src: url('fonts/Helius-Medium.eot');
    src: local('Helius Medium'), local('Helius-Medium'),
        url('fonts/Helius-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helius-Medium.woff2') format('woff2'),
        url('fonts/Helius-Medium.woff') format('woff'),
        url('fonts/Helius-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helius';
    src: url('fonts/Helius-Bold.eot');
    src: local('Helius Bold'), local('Helius-Bold'),
        url('fonts/Helius-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helius-Bold.woff2') format('woff2'),
        url('fonts/Helius-Bold.woff') format('woff'),
        url('fonts/Helius-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helius';
    src: url('fonts/Helius-Black.eot');
    src: local('Helius Black'), local('Helius-Black'),
        url('fonts/Helius-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helius-Black.woff2') format('woff2'),
        url('fonts/Helius-Black.woff') format('woff'),
        url('fonts/Helius-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:root {
    --primary-black: #323232;
    --secondary-black: #3E3E3E;
    --primary-grey: #A5A5A5;
    --secondary-grey: #CDCDCD;
    --primary-white: #FFFFFF;
    --main-bright: #D5241A;
    --main-dark: #9B2428;

    --background: var(--primary-white);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Helius', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--background);
    color: var(--secondary-black);
    min-width: 320px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/* Text */
.heading-1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
}

.heading-2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
}

.heading-3,
.pum-theme-68 .pum-title, 
.pum-theme-tema-po-umolchaniyu .pum-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
}

.heading-4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}

.heading-5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.subtitle-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.text-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.subtext-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}

.subtext-bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
}

.text-unset {
    text-transform: unset !important;
}

.grid.grid-cols-xxl-2 {
  grid-column: 100px;
}

/* Colors */
.clr-primary-black {
    color: var(--primary-black);
}

.clr-secondary-black {
    color: var(--secondary-black);
}

.clr-primary-grey {
    color: var(--primary-grey);
}

.clr-secondary-grey {
    color: var(--secondary-grey);
}

.clr-primary-white {
    color: var(--primary-white);
}

.clr-main-bright {
    color: var(--main-bright);
}

.clr-main-dark {
    color: var(--main-dark);
}

/* Buttons */
.btn {
    padding: 20px 40px;
    background: var(--main-bright);
    border: 1px solid var(--main-bright);
    color: var(--primary-white) !important;
    font-family: 'Helius', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease-in-out, border .15s ease-in-out, color .15s ease-in-out;
}

.btn:hover,
.btn:focus {
    background: var(--main-dark);
    border: 1px solid var(--main-dark);
    color: var(--primary-white) !important;
    outline: none;
}

.btn:active {
    background: var(--main-bright);
    border: 1px solid var(--main-bright);
    color: var(--primary-white) !important;
    outline: none;
}

.btn-wide {
    padding: 20px 50px;
    flex-shrink: 0;
}

/* Link */
.link {
    color: var(--main-bright);
}

.link:hover {
    color: var(--main-dark);
}

/* Line */
.line {
    height: 1px;
    background-color: var(--secondary-grey);
    width: 100%;
}

/* Blog Item Wrapper */
.blog-item-wrapper {
    max-width: 1000px;
}

.blog-item-wrapper p {
    color: var(--secondary-black);
}

.blog-item-wrapper > *:last-child {
    margin-bottom: 0;
}

.blog-item-wrapper > * {
    max-width: 800px;
    margin-bottom: 15px;
}

.blog-item-wrapper > figure:not(:first-child) {
    margin-top: 25px;
}

.blog-item-wrapper > figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.blog-item-wrapper h1,
.blog-item-wrapper h2,
.blog-item-wrapper h3,
.blog-item-wrapper h4,
.blog-item-wrapper h5,
.blog-item-wrapper h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.nikita {
  margin-top: -100px;
}

/* form */
.input {
  padding: 16px 0;
  color: var(--secondary-black);
  border: none;
  outline: none;
  border-bottom: 1px solid var(--primary-grey);
  transition: all .3s ease-in-out;
}

.input::placeholder {
  color: var(--primary-grey);
}

.input:hover {
  border-bottom: 1px solid var(--main-bright);
}

.input:focus {
  border-bottom: 1px solid var(--secondary-black);
}

.wpcf7-textarea {
  height: 80px;
}

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid var(--primary-white);
}

.dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_67_768)'%3E%3Cpath d='M9.16666 3.33333L5 7.5L0.833328 3.33333L1.57291 2.59375L5 6.02083L8.42708 2.59375L9.16666 3.33333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_67_768'%3E%3Crect width='10' height='10' fill='white' transform='translate(0 10) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.nav-link {
    color: var(--primary-white);
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--main-bright);
    border-radius: 50%;
}

.social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.nav-link:hover {
    color: var(--main-bright);
}

.navbar-collapse {
    flex-grow: 0.5;
}

.navbar-nav {
    gap: 16px;
}

.lang {
    padding: 10px 14px;
    border: 1px solid var(--primary-white);
}


.header2.header {
    background-color: var(--primary-white);
    border-bottom: 1px solid var(--secondary-grey);
    position: unset;
}

.header2 .nav-link {
    color: var(--secondary-black);
}

.header2 .lang {
    border-color: var(--secondary-black);
}

.header2 .lang .dropdown-toggle::after {
    content: '';
    margin-left: 0;
}

/* Images */
.wrapper {
    overflow: hidden;
}

.wrapper img {
    width: 100%;
    height: 100%;
}

.wrapper.fill img {
    object-fit: fill;
}

.wrapper.contain img {
    object-fit: contain;
}

.wrapper.cover img {
    object-fit: cover;
}

.wrapper.scale-down img {
    object-fit: scale-down;
}

.wrapper.none img {
    object-fit: none;
}

/* hero */

.hero p,
.hero h1 {
    color: var(--primary-white);
}

/* services */
.popular-services .grid .wrapper.cover {
    height: 500px;
}
.popular-services .grid .text-wrapper {
    max-width: 700px;
}
.service .grid .wrapper.cover {
    height: 500px;
}

/* Blogs */
.blogs .grid .wrapper.cover {
    height: 500px;
}
.blogs .grid .text-wrapper {
    max-width: 700px;
}

/* Reviews */
.reviews .grid iframe {
    width: 100%;
    height: 500px;
}

.full-width-image {
    background-image: url("img/full-width-image.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

/* Autopark */
.autopark .grid .grid {
    row-gap: 2rem;
}

.autopark .grid .grid .wrapper {
    height: 300px;
}

.autopark .grid .grid > *:nth-child(3n-2) > .wrapper {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    border-left: 1px solid var(--secondary-grey);
}

.autopark .grid .grid > *:nth-child(3n-1) > .wrapper {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    border-left: 1px solid var(--secondary-grey);
}

.autopark .grid .grid > *:nth-child(3n) > .wrapper {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
}

.serv-sing .grid .grid > *:nth-child(3n-2) {
    border-top: 1px solid var(--secondary-grey);
    border-right: 1px solid var(--secondary-grey);
}

.serv-sing .grid .grid > *:nth-child(3n-1) {
    border-top: 1px solid var(--secondary-grey);
    border-right: 1px solid var(--secondary-grey);
}

.serv-sing .grid .grid > *:nth-child(3n) {
    border-top: 1px solid var(--secondary-grey);
}

.move .grid .grid > *:nth-child(4n-3) {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    border-left: 1px solid var(--secondary-grey);
    padding-right: 1rem;
}

.move .grid .grid > *:nth-child(4n-2) {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    border-left: 1px solid var(--secondary-grey);
    padding-left: 1rem;
    padding-right: 1rem;
}

.move .grid .grid > *:nth-child(4n-1) {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    border-left: 1px solid var(--secondary-grey);
    padding-left: 1rem;
    padding-right: 1rem;
}

.move .grid .grid > *:nth-child(4n) {
    border-top: 1px solid var(--secondary-grey);
    border-bottom: 1px solid var(--secondary-grey);
    padding-left: 1rem;
    padding-right: 1rem;
}

/* FAQ */
.grid-faq {
    background: url('img/bg-net.png') no-repeat center;
    background-size: cover;
}

.faq .accordion .line {
    background-color: var(--main-bright);
}

/* Accordion */
.accordion {
    --bs-accordion-color: var(--secondary-black);
    --bs-accordion-bg: var(--primary-white);
    --bs-accordion-transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out,border-radius 0.3s ease-in-out;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-color: var(--secondary-black);
    --bs-accordion-btn-bg: var(--primary-white);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='11' y='1' width='2' height='22' fill='%23D5241A'/%3E%3Crect x='23' y='11' width='2' height='22' transform='rotate(90 23 11)' fill='%23D5241A'/%3E%3C/svg%3E%0A");
    --bs-accordion-btn-icon-width: 24px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.3s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='23' y='11' width='2' height='22' transform='rotate(90 23 11)' fill='%23D5241A'/%3E%3C/svg%3E%0A");
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: var(--secondary-black);
    --bs-accordion-active-bg: var(--primary-white);
}

.accordion-button {
    padding-top: 30px;
    padding-bottom: 0;
    transition: all .3s ease-in-out;
}

.accordion-button.collapsed {
    padding-bottom: 30px;
}

.accordion-button:hover,
.accordion-button:focus {
    color: var(--mng-blue);
}

.accordion-item {
    box-shadow: none;
}

.accordion-body {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 800px;
}

/* Footer */
.footer {
    background-color: var(--main-bright);
    background-image: url('img/footer-net.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: var(--primary-white);
}

/* rtl */
.navbar-brand {
	margin-right: 0 !important;
}

.pum-theme-69 .pum-title, .pum-theme-lightbox .pum-title {
	text-align: right !important;
}

.input {
	text-align: right;
}

.serv-sing .grid .grid > *:nth-child(3n-1) {
	border-left: 1px solid var(--secondary-grey);
	border-right: none;
}

.serv-sing .grid .grid > *:nth-child(3n-2) {
	border-left: 1px solid var(--secondary-grey);
	border-right: none;
}

.banner > .grid {
	width: 100%;
}

@media (max-width: 1399px) {
    .swiper-slide {
        width: 100%;    
    }

    .swiper-slide-next {
      transform: translateX(0) !important;
    }
    
    .nikita {
        margin-top: 0;
    }

    .heading-1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        text-transform: uppercase;
    }
    
    .heading-2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
    }
    
    .heading-3,
    .pum-theme-68 .pum-title, 
    .pum-theme-tema-po-umolchaniyu .pum-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        text-transform: uppercase;
    }
    
    .heading-4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    
    .subtitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
    }
    
    .text-regular {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    
    .subtext-medium {
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
    }

    .header {
        background-color: var(--primary-white);
    }

    .nav-link {
        color: var(--secondary-black);
    }

    .header-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .navbar-nav {
        gap: 0;
    }

    .lang {
        border-color: var(--secondary-black);
    }

    .lang .dropdown-toggle::after {
        content: '';
        margin-left: 0;
    }

    .grid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .grid .grid {
        padding-left: 0;
        padding-right: 0;
    }

    .banner {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .btn, .btn-wide {
        padding: 1rem;
    }

    .btn-wide {
        flex-shrink: unset;
    }

    .popular-services .grid .wrapper.cover,
    .reviews .grid iframe,
    .service .grid .wrapper.cover {
        height: 300px;
    }

    .full-width-image {
        min-height: 100vh;
    }

    .autopark .grid .grid > *:nth-child(3n-2) > .wrapper {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        border-left: none;
    }
    
    .autopark .grid .grid > *:nth-child(3n-1) > .wrapper {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        border-left: none;
    }
    
    .autopark .grid .grid > *:nth-child(3n) > .wrapper {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
    }

    .serv-sing .grid .grid > *:nth-child(3n-2) {
        border-top: 1px solid var(--secondary-grey);
		border-left: none;
        border-right: none;
    }
    
    .serv-sing .grid .grid > *:nth-child(3n-1) {
        border-top: 1px solid var(--secondary-grey);
		border-left: none;
        border-right: none;
    }
    
    .serv-sing .grid .grid > *:nth-child(3n) {
        border-top: 1px solid var(--secondary-grey);
    }

    .move .grid .grid > *:nth-child(4n-3) {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        border-left: none;
        padding-right: 0;
    }
    
    .move .grid .grid > *:nth-child(4n-2) {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    .move .grid .grid > *:nth-child(4n-1) {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    .move .grid .grid > *:nth-child(4n) {
        border-top: 1px solid var(--secondary-grey);
        border-bottom: 1px solid var(--secondary-grey);
        padding-left: 0;
        padding-right: 0;
    }

    .grid-faq {
        background: none;
        background-size: cover;
        border-top: none;
        border-bottom: none;
    }

    .grid.grid-cols-xxl-2 {
      grid-column: auto;
    }
}