@font-face {
  font-family: 'Gotham';
  src: url('./../font/Gotham-Book.woff2') format('woff');
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('./../font/Gotham-Bold.woff2') format('woff');
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('./../font/Gotham-Light.woff2') format('woff');
}

body {
    font-family: 'Gotham', Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

body b,
body strong {
  font-family: 'Gotham-Bold';
}

.hidden {
    display: none !important;
}

.not-hidden {
    display: block;
}

.whatsapp-logo {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.whatsapp-logo img {
  width: 80px;
}

.o-master-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.o-master-container-container {
  padding: 0px 20px;
}

.o-master-container__inner-container {
    padding: 0px 20px;
}

.o-main {
    position: relative;
    display: block;
    min-height: 90vh;
}

/* --- */

#empresa,
.servicios-terceros {
  padding: 40px 0px;
}

#servicios {
  padding: 90px 0px;
}

/* --- */

header {
  background: transparent;
  width: 100%;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99; */
}

.header-style {
  background: transparent;
  width: 100%;
}

.fixed-item {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.desktop-header {
  display: block;
}

.mobile-header {
  display: none;
}

.desktop-header-top {
    color: white;
    border-bottom: 1px solid white;
}

.desktop-header-top * {
    color: white;
    text-decoration: none;
    text-transform: none;
}

.desktop-header-top a:hover {
  text-decoration: underline;
}

.desktop-header-top_ig * {
    display: inline-block;
    vertical-align: middle;
}

.desktop-header-top_ig img {
    display: block;
    max-width: 24px;
}

.desktop-header .sub {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 190px;
  color: black;
  text-align: left;

  max-height: 0; overflow: hidden;
  opacity: 0;
  transition: max-height 0s 1.5s, opacity .4s 1s;
  pointer-events: none;
}

.desktop-header .trigger_end .sub {
    width: 150px;
    left: -30px;
}

.desktop-header .sub > * {
  pointer-events: auto;
}

.desktop-header .sub:hover,
.desktop-header .trigger:hover .sub {
  max-height: 500px;
  opacity: 1;
  transition-delay: 0s;
}

.desktop-header .item {
    margin: 10px 0px;
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(to bottom, transparent, #FFFFFF);
}

.desktop-header .item a {
    color: black !important;
    font-size: 11px;
    margin-left: 3px;
    font-family: 'Gotham-Bold';
}

.desktop-header .item:not(:last-child) {
  padding: 10px 10px 5px;
}
.desktop-header .item:last-child {
  padding: 10px;
}

.desktop-header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    background-color: transparent;
    color: white;
}

.desktop-header .logo {
  width: 100%;
  max-width: 230px;
}

.desktop-header .navbar ul {
    list-style: none;
    display: flex;
}

.desktop-header .navbar li {
    margin-left: 2em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.desktop-header .navbar li img {
  max-width: 22px;
}

.desktop-header .navbar a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.desktop-header.scrolled {
    background: white;
    color: black;
}

.desktop-header.scrolled .desktop-header-top * {
    color: black;
}

.desktop-header.scrolled .navbar ul li > * {
    color: black;
}

.desktop-header.scrolled * {
    border-color: black !important;
}

.desktop-header.scrolled .item {
    background: linear-gradient(to bottom, rgba(239, 239, 239, 0.8), #c1c1c1);
}

/* --- */

a {
  text-transform: uppercase;
}

.hero-section {
    position: relative;
    color: #fff;
    margin-top: 0px;
}

.hero-section-degrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.hero-image {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.6s ease-in-out;
}

.hero-image.is-fading {
  opacity: 0;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 3;
    width: 70vw;
}

.hero-text__subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 15px 0px;
  font-family: 'Gotham-Light';
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}

.hero-text__title p {
    font-size: 60px;
    line-height: 56px;
    margin: 10px 0px;
    font-family: 'Gotham-Bold';
    text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}

.btn {
    padding: 13px 16px;
    display: table;
    width: fit-content;
    margin: 0;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Gotham-Bold';
}

.btn.orange {
    background-color: #FA6601;
    color: #fff;
}

.btn.grey {
    background-color: #5B5B5B;
    color: #fff;
}

.objectives, .services, .contact {
    padding: 3em 2em;
    text-align: center;
}

#productos, 
#nosotros {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about {
  margin: 0 auto;
}

.about h2, 
.about > p {
    text-align: center;
}

.about > p {
    margin: 20px auto;
    font-size: 20px;
    line-height: 23px;
}

.ferreteria-card {
    position: relative;
    background: #E6E6E6;
    border-top-right-radius: 60px;
    margin: 20px 0px;
}

.ferreteria-card img {
    max-width: 100%;
    display: block;
}

.card-title {
    position: relative;
    height: 70px;
    background: #FA6601;
    padding: 20px 5px;
}

.card-title p {
    text-align: center;
    color: white;
    font-size: 30px;
    /* line-height: 33px; */
    line-height: 70px;
    margin: 0;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}

.big-height p {
    line-height: 33px;
}

.card-items {
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.card-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.card-item::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    background: #FA6601;
    border-radius: 0px;
}

.card-item span {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}

.services {
  background: #EBEDEC;
}

h2 {
  font-size: 3em;
  line-height: 1em;
  margin: 10px 0px;
  font-weight: 900;
  letter-spacing: -2px;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0px 0px;
  text-transform: uppercase;
  font-weight: 400;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #B9B9B9;
  margin: 1em 0;
  padding: 0;
}

.divisor {
    display: block;
    margin: 0;
    width: 100%;
    height: 40px; 
    background: linear-gradient(to bottom, #A1A9B2, #FFFFFF);
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 30px 0;
    position: relative;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.carousel-track:hover {
    animation-play-state: paused !important;
}

.logo-item {
    flex-shrink: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    transform: scale(0.9);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    opacity: 1;
    transform: scale(1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

ul {
    list-style: none;
    padding: 0;
}

/* ── Galería ── */
.gallery img {
    cursor: zoom-in;
    margin: 20px 0px;
}

#lb-overlay {
    display: none;               /* hidden by default */
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.78);
    cursor: zoom-out;
    z-index: 1000;
    /* centre the big image */
    align-items: center;
    justify-content: center;
}

#lb-overlay.active { display: flex; }

#lb-img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0,0,0,.6);
    /* subtle pop-in animation */
    animation: lb-pop .18s ease;
}

@keyframes lb-pop {
    from { transform: scale(.92); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

#lb-close {
    position: fixed;
    top: 18px; right: 22px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    user-select: none;
    opacity: .7;
    transition: opacity .15s;
}
#lb-close:hover { opacity: 1; }

.services-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-description, .service-details {
    width: 30%;
}

.service-image {
    width: 30%;
    display: flex;
    justify-content: center;
}

.service-image img {
    max-width: 100%;
    border-radius: 10px;
}

img.responsive-img {
    max-width: 100%;
}

.left-services, .right-services {
    list-style: none;
    margin-top: 20px;
}

.left-services li, .right-services li {
    margin-bottom: 15px;
}

.left-services .dot {
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.donde-estamos {
    width: 100%;
    position: relative;
    display: block;
    margin: 30px 0px;
}

.donde-estamos__titulo {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 60px;
    padding: 40px 20px;
    background: #FA6601;
    z-index: 2;
}

.donde-estamos__titulo p {
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 33px;
    margin: 0;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}

.donde-estamos__mapa {
    width: 100%;
    height: 380px;
    position: relative;
    display: block;
    background: green;
    z-index: 1;
    border-bottom-right-radius: 60px;
}

.donde-estamos__mapa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 60px;
}

.donde-estamos__side {
    width: 260px;
    max-height: 100%;
    height: stretch;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 60px;
    padding: 40px 20px;
    background: #85939C;
    z-index: 2;
}

.donde-estamos__side img {
    display: block;
    max-width: 150px;
    margin: 0 auto 20px auto;
}

.donde-estamos__side p {
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}

.footer-bg {
    background-color: #4D4D4D;
}

.footer {
    background-color: #4D4D4D;
    color: white;
    margin: 60px 0 0 0;
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer * {
    text-transform: none !important;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-left p, .footer-left a {
    margin: 5px 0;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.footer-left a {
  color: white;
  text-decoration: none;
}

.footer-logo {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.footer-right {
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid white;
    font-family: 'Gotham-Light';
}

.footer-right h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

.footer-left a,
.footer-right a {
  color: white;
  text-decoration: none;
}

.footer-left a:hover,
.footer-right a:hover {
  text-decoration: underline;
}

.footer-right p {
  margin: 0px;
}

.footer-social {
  position: relative;
}

.footer-social .footer-social-ig {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-social .footer-social-circles {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.footer-social a {
    display: inline-block;
    text-decoration: none;
}

.footer-copyright {
  width: 100%;
  background-color: #4D4D4D;
  padding: 10px 0px;
  border-top: 1px solid white;
  text-align: right;
}

.footer-copyright a {
  color: white;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-left, .footer-right, .footer-social {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-social {
        margin-bottom: 30px;
    }

    .footer-copyright {
        padding: 20px 0px;
    }

    .footer-social .footer-social-ig {
      right: 50%;
      transform: translateX(50%);
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 20px;
    }

    .footer-left p, .footer-right ul li {
        font-size: 13px;
        word-break: break-all;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-right h3 {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* -------------------- */

.container {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
            justify-content: space-evenly;
            align-items: stretch;
        }
        .column {
            flex-basis: 30%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .left-column {
            align-items: flex-end;
            text-align: right;
        }
        .image-column {
            flex-basis: auto;
            text-align: center;
            padding: 20px;
        }
        .container img {
          width: 100%;
          max-width: 250px;
            height: auto;
        }
        .container ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .container li {
            position: relative;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        .container li:not(:last-child) {
          margin-bottom: 30px;
        }
        .container li::before {
            content: "";
            background-color: #ff6600;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            flex-shrink: 0;
        }
        .left-column li {
            flex-direction: row-reverse;
            justify-content: flex-start;
        }
        .left-column li::before {
            margin-left: 10px;
        }
        .right-column li::before {
            margin-right: 10px;
        }
        .highlight {
            font-size: 16px;
            font-weight: bold;
        }
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
            .column, .image-column {
                flex-basis: 100%;
                margin-bottom: 20px;
            }
            .image-column {
                order: -1;
            }
            .left-column {
                align-items: flex-start;
                text-align: left;
            }
            .left-column li {
                flex-direction: row;
                justify-content: flex-start;
            }
            .left-column li::before {
                margin-right: 10px;
                margin-left: 0;
            }
        }

        .contact-form {
            width: 100%;
            max-width: 800px;
            margin: 20px auto;
            background-color: #fff;
            padding: 10px;
        }

        .form-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .form-row.full-width {
            flex-direction: column;
        }

        .form-row textarea {
          resize: none;
        }

        .form-row input, .form-row textarea {
            width: 46%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #000;
            font-family: inherit !important;
        }

        .form-row *:active,
        .form-row *:focus {
          border: 1px solid #000;
          border-radius: 0;
          outline: none;
        }

        .form-row.full-width textarea {
            width: calc(100% - 20px);
            height: 150px;
        }

        .form-row.full-width button {
            width: 200px;
            padding: 10px;
            background-color: #fff;
            color: #000;
            font-size: 16px;
            border: 1px solid #000;
            cursor: pointer;
        }

        .form-row.full-width button:hover {
            background-color: #f4f4f4;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
            }

            .form-row input:first-child {
              margin-bottom: 15px;
            }

            .form-row input, .form-row textarea {
                width: calc(100% - 20px);
                padding-right: 0px;
            }
        }

/* --- */

@media (max-width: 830px) {
  .hero-text {
    width: 90%;
  }

  .hero-text__subtitle p {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-text__title p {
    font-size: 28px;
    line-height: 35px;
  }

  .hero-buttons a {
    display: block;
    margin: 15px 0px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 20px;
  }

  .footer-right h3 {
    line-height: 30px;
  }
}

/* --- */

.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    overflow: visible;
    margin-top: -8px
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
    background-color: #FA6601;
}

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 5px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -9px
}

.hamburger-inner::after {
    bottom: -9px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease,opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/* --- */

.c-mobile-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 50px 0px;
    background-color: rgba(255,255,255,.95);
    z-index: 8;
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none
}

.c-mobile-nav.not-visible {
    display: none
}

.c-mobile-nav.visible {
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
}

.c-mobile-nav .row {
    height: 80vh
}

.c-mobile-nav_links {
    width: 100%
}

.c-mobile-nav_links a {
    display: block;
    margin: 10px 16px 10px 0px;
    font-weight: lighter;
    font-size: 24px;
    text-align: right;
    color: #000;
    text-decoration: none;
    transition: all .25s ease-in-out
}

.c-mobile-nav_links a img {
  max-width: 30px;
}

.c-mobile-nav_links a.active,.c-mobile-nav_links a:hover {
    color: #FA6601;
}

/* --- */

@media (max-width: 1060px) {
  .hero-section {
      margin-top: 0px !important;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
    background: white;
  }

  .mobile-header .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      color: black;
  }

  .mobile-header .logo {
    width: 100%;
    max-width: 130px;
  }

  .mobile-header .navbar ul {
      list-style: none;
      display: flex;
  }

  .mobile-header .navbar li {
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle;
  }

  .mobile-header .navbar li img {
    max-width: 22px;
  }

  .mobile-header .navbar a {
      color: black;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
  }

  .donde-estamos__mapa img {
    border-radius: 0;
  }

  .donde-estamos__side {
    width: 100%;
    position: relative;
    padding: 40px 0px;
  }
}

/*
Flexbox grid
*/

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.no-margin-sides {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.row.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-side-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.box-row {
    position: relative;
    margin-bottom: 1rem;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
.col-xs-offset-0 {
    margin-left: 0
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.initial-order-xs {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial
}

@media all and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}

@media all and (min-width: 576px) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .initial-order-sm {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 576px) and (max-width: 765px) {
    .hidden-sm {
        display: none !important;
    }
}


@media all and (min-width: 766px) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .initial-order-md {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
      display: none !important;
    }
}

@media all and (min-width: 992px) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .initial-order-lg {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 1200px) {
    .hidden-xl {
      display: none !important;
    }

    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .initial-order-xl {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}
