﻿/*EXTRA SMALL*/
@media (max-width: 576px) {
  .d-none-xs {
    display: none !important;
  }
}
/*TOUCH*/
@media (max-width: 767px) {
  .h-100-mobile {
    height: 100%;
  }
  .no-radius-xs {
    border-radius: 0px !important;
  }
  body .no-borders-xs {
    border: none !important;
  }
  .d-none-mobile {
    display: none !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .me-1-mobile {
    margin-right: 0.25rem !important;
  }
  .ms-1-mobile {
    margin-left: 0.25rem !important;
  }
  .me-2-mobile {
    margin-right: 0.5rem !important;
  }
  .ms-2-mobile {
    margin-left: 0.5rem !important;
  }
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .mb-2-mobile {
    margin-bottom: 0.5rem !important;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .me-0-mobile {
    margin-right: 0px !important;
  }
  .pe-0-mobile {
    padding-right: 0px !important;
  }
  .px-3-mobile {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  .without-lateral-spacing {
    max-width: unset;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .without-lateral-spacing.inner {
    margin-right: -20px !important;
    margin-left: -20px !important;
    width: calc(100% + 40px) !important;
  }
  [class^=container] .full-width {
    width: calc(100% + 2rem) !important;
    margin-left: -1rem;
  }
  .section {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .rounded-0-touch {
    border-radius: 0 !important;
  }
  [class*=is-rounded].rounded-0-touch {
    border-radius: 0 !important;
  }
  .text-center-touch {
    text-align: center;
  }
  .no-borders-touch {
    border: none !important;
  }
  .fw-normal-touch {
    font-weight: normal !important;
  }
  .w-100-touch {
    width: 100% !important;
  }
  .container-brand-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-brand-logo .card-brand {
    flex-basis: 30%;
  }
  .banner {
    overflow: hidden !important;
    min-height: 126px !important;
    margin: 3rem auto;
  }
  .banner .wrapper-text {
    margin-right: -57px;
    width: 81%;
  }
  .banner .bannerImg {
    right: -26px;
  }
  #vdp-details {
    border: none !important;
    box-shadow: none !important;
    flex-wrap: wrap;
  }
  #vdp-details > div:not(#vdp-shares-mobile) {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
  }
  #vdp-details #vdp-shares-desktop {
    display: none !important;
  }
  .full-width-xs {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .full-width-xs.inner {
    width: calc(100% + 2rem);
  }
}
/*BIG TOUCH*/
@media (max-width: 991px) {
  .w-100-big-touch {
    width: 100% !important;
  }
  .text-left-big-touch {
    text-align: left !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-touch-1 {
    order: 1;
  }
  .order-touch-2 {
    order: 2;
  }
  .order-touch-3 {
    order: 3;
  }
  .order-touch-4 {
    order: 4;
  }
  .order-touch-5 {
    order: 5;
  }
  .order-touch-6 {
    order: 6;
  }
  .order-touch-7 {
    order: 7;
  }
  .order-touch-8 {
    order: 8;
  }
  .p-big-touch-0 {
    padding: 0;
  }
  .ps-big-touch-4 {
    padding-left: 1.5rem !important;
  }
  #filters {
    bottom: -100%;
    position: fixed !important;
    width: 100%;
    margin-left: -1.3rem;
    max-width: 100%;
    margin-right: -15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: calc(100% - 240px);
    /*z-index: 1050;*/
    z-index: 15000;
    top: inherit;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
  }
  #filters.is-open {
    bottom: 58px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #filters {
    margin-left: -1.23rem;
  }
}
@media (max-width: 991px) {
  #mobile-filters-backdrop {
    opacity: 0.7 !important;
    z-index: 1049;
  }
}
@media (max-width: 991px) {
  .wrapper-offcanvas-bottom {
    z-index: 1051;
  }
}
/*SMALL*/
/*MEDIUM*/
@media (min-width: 768px) and (max-width: 991px) {
  .bannerImg {
    width: min(100%, 292px) !important;
  }
}
/*MEDIUM AND Large*/
/*Large*/
@media (min-width: 992px) and (max-width: 1199px) {
  #brand-home {
    margin-top: 4rem !important;
  }
}
/*Extra large*/
/*Extra extra large*/
/*Larger screens only*/
@media (min-width: 1400px) and (max-width: 1600px) {
  .is-size-6-larger-screen {
    font-size: 22px;
  }
}
/*Not Larger screens*/
@media (max-width: 1600px) {
  .only-larger-screens {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .col-larger-screens-5 {
    width: 41.66666667%;
  }
  .is-size-2-larger-screen {
    font-size: 44px !important;
  }
  .is-size-5-larger-screen {
    font-size: 24px !important;
  }
  .is-size-6-larger-screen {
    font-size: 22px !important;
  }
  .is-size-7-larger-screen {
    font-size: 18px !important;
  }
}
/*COLORI*/
/*$green: #25D366;*/
/*$blue: #1572FF;*/
/*$purple: #9B4EFF;*/
/*$card-red: #FB0D0D;*/
/*$card-green: #00b945;*/
/*GRANDEZZE FONT*/
/*CONTAINERS*/
/*FIXED HEIGHTS*/
/*LETTER SPACINGS*/
:root {
  color-scheme: only light;
}

html {
  overflow-x: hidden;
}

body {
  padding-top: 49px;
  overflow-x: hidden;
  /*VARIABILI*/
  --bg: #FFFFFF;
  --bg-secondary: #EF0573;
  --text-primary: #0A0A0A;
  --text-secondary: #FB0D0D;
  --text-accent: #FFB000;
  --border-primary: #E2E2E2;
  --border-secondary: #008836;
  --text-default: #7B7B7B;
  /*DEFINIZIONE STILI BODY*/
  background-color: var(--bg);
  font-family: "Plus Jakarta Sans", sans-serif;
  --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  /*#region MESSA ONLY*/
  /*#endregion*/
  /*#region TEMPLATE OVERWRITE (NON TOCCARE)*/
  /*#endregion*/
  /*#region TESTI*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*#endregion*/
  /*#region CLASSI ROUNDED*/
  /*CLASSI BORDI*/
  /*#endregion*/
  /*#region CLASSI BACKGROUND E COLOR*/
  /*#endregion*/
  /*#region CLASSI CONTENITORE*/
  /*#endregion*/
  /*#region CLASSI ALTEZZE*/
  /*#endregion*/
  /*#region CLASSI LETTER SPACINGS*/
  /*#endregion*/
  /*#region CLASSI GLOBALI*/
  /*#endregion*/
  /*#region CLASSI PREFERITI*/
  /*#endregion*/
  /*#region SPLIDE*/
  /*#endregion*/
  /*#region GLIDE*/
  /*#endregion*/
  /*#region LIGHTGALLERY*/
  /*#endregion*/
  /*#region GAS SLIDER*/
  /*#endregion*/
  /*#region BUTTONS*/
  /*#endregion*/
  /*#region FORMS*/
  /*#endregion*/
  /*#region IUBENDA*/
  /*#endregion*/
  /*#region HEADER*/
  /*#endregion*/
  /*#region RANGE SLIDER (noUI)*/
  /*#endregion*/
  /*#region SELECTS*/
  /*SELECTS*/
  /*#endregion*/
  /*#region DROPDOWNS*/
  /*#endregion*/
  /*#region ACCORDION*/
  /*#endregion*/
  /*#region MODALS*/
  /*#endregion*/
  /*#region ADVANCED SEARCH*/
  /*#endregion*/
  /*#region Work with us*/
  /*#endregion*/
  /*#region Footer*/
  /*#endregion*/
  /*#region BREADCRUMBS*/
  /*#endregion*/
  /*#region LOADER*/
  /*#endregion*/
}
@media (max-width: 767px) {
  body {
    padding-top: 41px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 41px !important;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--text-primary);
  font-size: 18px;
}
body p,
body span,
body label,
body a,
body li {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 18px;
}
body a:not(.no-hover):hover, body a:not(.no-hover):focus, body a:not(.no-hover):active {
  text-decoration: underline !important;
}
body a:hover, body a:focus, body a:active {
  color: currentColor !important;
}
body button:focus-visible,
body input:focus-visible,
body a:focus-visible,
body p:focus-visible,
body select:focus-visible,
body span:focus-visible,
body textarea:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem #2684FF !important;
}
body .hover-blue:hover, body .hover-blue:focus, body .hover-blue:active {
  text-decoration: none !important;
  color: #004dbe !important;
}
body .grecaptcha-badge {
  display: none !important;
}
@media (min-width: 1400px) {
  body .ms-350-xxl {
    margin-left: 350px !important;
  }
}
body .no-borders {
  border: none !important;
}
body .bg-light-grey-gradient {
  background: rgb(47, 47, 47);
  background: linear-gradient(360deg, rgba(47, 47, 47, 0) 0%, rgb(249, 249, 249) 100%);
}
body iframe.iframe-fluid.ratio.ratio-16x9 {
  aspect-ratio: 16/9;
}
body iframe.iframe-fluid {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
body iframe.iframe-fluid iframe {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body .branches-section-container .branches-section {
    border-top-left-radius: 13%;
  }
}
body .branches-section-container .branches-shape {
  position: absolute;
  top: 86px;
  right: 0;
  width: 40%;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body .branches-section-container .branches-shape {
    top: 120px;
  }
}
body .fc-card.fc-promotion-card {
  border-radius: 60px 18px 18px 18px;
}
body .fc-card.fc-promotion-card .fc-promotion-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 30%;
}
body .fc-promotion-home-shape {
  width: 15%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .fc-promotion-home-shape {
    width: 25%;
  }
}
@media (max-width: 991px) {
  body .fc-promotion-home-shape {
    width: 40%;
  }
}
body #home-form-card {
  margin-top: -86px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  body #home-form-card {
    /*margin-top: 3rem !important;*/
    margin-top: 0rem !important;
    box-shadow: none !important;
    border: none !important;
  }
}
body .aspect-ratio-promo-home {
  position: relative;
  /*height: calc(100vh - 50px);*/
  height: calc(100vh - 250px);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  /*border-bottom-left-radius: 25%;*/
  border-bottom-left-radius: 250px;
}
body .aspect-ratio-promo-home .promo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body .aspect-ratio-promo-home {
    /*height: calc(100vh - 41px);*/
    height: 0;
    padding-bottom: 140%;
    border-bottom-left-radius: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-promo-home {
    /*height: calc(100vh - 41px);*/
    height: 0;
    padding-bottom: 70%;
    border-bottom-left-radius: 100px;
  }
}
body .aspect-ratio-promo-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
body .aspect-ratio-promo-home .overlay .overlay-header {
  display: flex;
  position: relative;
  align-items: center;
}
body .aspect-ratio-promo-home .overlay .overlay-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  width: 100%;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  body .aspect-ratio-promo-home .overlay .overlay-footer {
    flex-wrap: wrap;
    padding-bottom: 90px;
  }
}
body .aspect-ratio-promo-home .overlay .overlay-scroller {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .aspect-ratio-promo-home .overlay .overlay-scroller {
    bottom: 23px;
  }
}
body .aspect-ratio-promo-home .splide .aspect-ratio-promo-home {
  border-bottom-left-radius: 0px !important;
}
body .aspect-ratio-promo-home .splide .splide__track {
  height: 100%;
  width: 100%;
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow {
  background-color: transparent;
  bottom: 105px;
  top: unset;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow {
    bottom: 95px;
  }
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: calc(50% - 30px);
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow.splide__arrow--next {
  left: calc(50% + 30px);
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow .active-img {
  display: none;
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow:hover .active-img, body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow:focus .active-img {
  display: block;
}
body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow:hover .not-active-img, body .aspect-ratio-promo-home .splide .splide__arrows .splide__arrow:focus .not-active-img {
  display: none;
}
body .aspect-ratio-promo-home .splide video, body .aspect-ratio-promo-home .splide .promo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .messa-logo-shape {
  bottom: -32px;
  z-index: -1;
  left: calc(50% - 6px);
  filter: drop-shadow(0px 42px 35px rgba(0, 0, 0, 0.1019607843));
}
@media (max-width: 767px) {
  body .messa-logo-shape {
    bottom: -21px !important;
    left: calc(50% - 4px) !important;
    max-width: 225px !important;
  }
}
@media (max-width: 767px) {
  body .wrapper-card-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  body .content-text {
    width: 100%;
  }
}
body .list-group-flush {
  border-radius: 0;
}
body nav .list-group-flush {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .content-price {
  padding: 1rem;
}
@media (max-width: 767px) {
  body .content-price {
    width: 100% !important;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  body .av-homeform-box {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body .av-homeform-box h3 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .av-homeform-form {
    height: unset !important;
  }
}
body .av-menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  /*z-index: 150000;*/
  z-index: 1049;
  height: 59px;
  transition: all 0.3s ease-in-out;
}
body .av-menu-mobile .menu-yellow {
  opacity: 0;
  width: 0;
}
body .av-menu-mobile .active-img {
  display: none;
}
@media (max-width: 767px) {
  body .av-menu-mobile.yellow .active-img {
    display: inline;
  }
  body .av-menu-mobile.yellow .not-active-img {
    display: none;
  }
  body .av-menu-mobile.yellow .menu-yellow {
    opacity: 1 !important;
    width: auto !important;
  }
  body .av-menu-mobile.yellow .menu-bg {
    opacity: 0 !important;
    width: 0 !important;
  }
  body .av-menu-mobile.yellow > div {
    background-color: #FFB000;
  }
  body .av-menu-mobile.yellow a > p {
    color: #0A0A0A !important;
  }
}
body .av-menu-mobile .menu-inner {
  margin-right: -25px;
  margin-left: -25px;
  z-index: 2;
}
body .av-menu-mobile .menu-inner > a {
  width: 33.333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .av-menu-mobile .menu-inner > a {
    width: unset;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .av-menu-mobile .menu-bg {
  width: unset;
  z-index: 1;
}
body .bg-gradient-primary {
  background: transparent linear-gradient(90deg, #0A0A0A 0%, #008836 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
body .bg-gradient-primary.no-graphics:before {
  display: none !important;
}
body .bg-gradient-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/elemento-grafico.svg);
  width: 262px;
  height: 146px;
}
@media (max-width: 767px) {
  body .bg-gradient-primary:before {
    display: none;
  }
}
body .bg-gradient-primary.specular {
  background: transparent linear-gradient(90deg, #008836 0%, #0A0A0A 100%) 0% 0% no-repeat padding-box;
}
body .bg-gradient-primary.specular:before {
  left: unset !important;
  right: 0;
  transform: scaleX(-1);
}
body .bg-gradient-primary.specular.bottom:before {
  top: unset !important;
  bottom: 0;
  transform: scale(-1, -1);
}
body #filters {
  position: relative;
}
body #filters .form-check-input {
  border-radius: 3px !important;
  background-color: #0A0A0A !important;
  border: solid 2px #FFFFFF !important;
}
body #filters .form-check-input:checked[type=checkbox] {
  background-color: #FFB000 !important;
  border: solid 2px #FFB000 !important;
  background-image: url("/images/bs5-check-green.svg");
}
body .btn-close-advanced-search.btn-arrow {
  display: none;
}
@media (max-width: 767px) {
  body .btn-close-advanced-search.btn-arrow {
    display: block;
    transition: all 0.3s ease-in-out;
    width: 0;
    opacity: 0;
  }
  body .btn-close-advanced-search.btn-arrow.is-search-open {
    width: auto;
    opacity: 1;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body .tags-container {
    overflow-y: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .tags-container {
    overflow-y: auto;
  }
}
body #style_646e2525fad503fe1c62844d {
  z-index: 1050 !important;
}
body .sold-vehicle {
  pointer-events: none;
  position: relative !important;
  z-index: 0 !important;
}
body .sold-vehicle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9;
  border-radius: 15px;
  opacity: 0.7;
}
body .sold-vehicle:after {
  content: "Auto venduta";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: #E90000;
  border-radius: 15px;
  padding: 6px 20px;
  font-size: 44px;
  font-family: "Plus Jakarta Sans";
  z-index: 10;
}
@media (max-width: 767px) {
  body .sold-vehicle {
    max-height: 300px;
    overflow: hidden;
  }
  body .sold-vehicle:after {
    font-size: 20px;
    top: 50%;
  }
}
body #lightgallery-triggers .vdp-slider .aspect-ratio-3-2 {
  padding-bottom: 67.2% !important;
}
@media (min-width: 992px) {
  body #thumbnails > div:first-child {
    margin-top: 0px !important;
  }
  body #thumbnails > div {
    width: calc(100% - 2px);
    margin: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
body .gas-floating-btns {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  body .gas-floating-btns {
    right: 20px;
    bottom: 20px;
  }
}
body .cars-counter {
  color: inherit !important;
  font-size: inherit;
}
body .contact-form .form-check-input[type=radio] {
  border-radius: 0.25em;
  height: 24px;
  width: 24px;
  min-width: 24px;
}
body .contact-form .form-check-input[type=radio]:checked {
  background-image: url("/images/bs5-check-white.svg");
}
body .accordion-button::after {
  background-image: url("/images/icon-chevron-down-black.svg") !important;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
body .accordion-button {
  border-top-color: #E2E2E2 !important;
}
body .accordion-button.collapsed {
  background-color: #F9F9F9 !important;
}
body .accordion-button:not(.collapsed) {
  background-color: #FFB000 !important;
}
body .offcanvas {
  z-index: 150001;
}
body .offcanvas .offcanvas-header {
  align-items: flex-start;
}
@media (max-width: 991px) {
  body .offcanvas.show {
    height: 100% !important;
  }
}
body #search-container .accordion .accordion-button {
  background-color: grey !important;
}
body #search-container .accordion .accordion-collapse {
  background-color: grey !important;
}
body #search-container .accordion-button::after {
  margin-left: 15px;
}
body .nav-icon > * {
  padding: unset;
}
body .link-dark:after {
  display: none !important;
}
body .left-menu {
  position: relative;
  right: unset !important;
}
body .copy-link {
  margin: unset !important;
}
body .sub-menu i {
  transition: all 0.3s;
}
body .sub-menu.is-open i {
  transform: rotate(-180deg);
}
body #sidebar-menu ul li a {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
body #sidebar-menu .sub-menu ul li:first-child {
  padding-top: 10px;
}
body #sidebar-menu .sub-menu ul li:last-child {
  padding-bottom: 15px;
}
body .formCover {
  width: unset !important;
}
@media (max-width: 991px) {
  body .formCover {
    margin-top: -9rem;
  }
}
body #brand-home {
  margin: 8rem 0;
}
body .container-brand-logo {
  display: flex;
}
body .banner {
  min-height: 240px;
}
body .divider-gray {
  border-top: 1px solid #aaaaaa;
  margin: 0 1rem !important;
}
body .details-car {
  margin-bottom: 0;
}
body .car-info-icon-container {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
body .car-info-icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
body .iconUp {
  right: 12px;
  top: 13px;
}
body .wrapper-description-slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px 35px;
}
@media (max-width: 767px) {
  body .wrapper-description-slide {
    padding: 25px 20px;
  }
}
body .wrapper-description-slide:hover {
  text-decoration: none !important;
}
body .wrapper-description-slide p {
  letter-spacing: unset !important;
}
body .wrapper-secondNavbar {
  z-index: 10;
}
body .bannerSolare {
  min-height: 440px;
}
@media (max-width: 991px) {
  body .bannerSolare {
    min-height: 360px;
  }
}
body .w-65 {
  width: 65%;
}
body .review-card {
  height: calc(100% - 3rem);
}
body .card-brand {
  min-height: unset !important;
}
body .card-brand img {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
body .input-cover {
  top: 34%;
}
@media (max-width: 991px) {
  body #section-contact {
    margin-top: 0px !important;
  }
}
body .search-hr {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 1px;
  background-color: grey-borders;
}
body .fixed-sort {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 10;
}
body .mobile-filters-btns {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /*z-index: 1051;*/
  z-index: 15001;
}
@media (max-width: 991px) {
  body .mobile-filters-btns {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
body .wrapper-breadcrumb-icon > * {
  padding: 0 0.2rem;
}
body .content-btnCard {
  position: absolute;
  top: 1.3rem;
  z-index: 1;
}
body .bannerRequest-element--dettaglio:hover .request-text--dettaglio p {
  color: #fff !important;
}
body .bannerRequest-element--dettaglio:hover,
body .bannerRequest-element--dettaglio:active,
body .bannerRequest-element--dettaglio:focus {
  text-decoration: none !important;
}
body .fixed-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  top: 8rem;
  bottom: auto;
  height: 100vh;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .fixed-sidebar {
    height: auto;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .fixed-sidebar {
    height: unset !important;
  }
}
@media (max-width: 991px) {
  body .card-listino {
    border-bottom: none !important;
  }
}
body .cant-find-car-banner {
  margin-top: 50px;
}
body .cant-find-car-banner > img {
  margin-top: -107px;
}
body .cant-find-car-banner .form-select {
  cursor: pointer;
}
body .cant-find-car-banner .form-select[disabled] {
  opacity: 0.6;
}
body .cant-find-car-banner .field-validation-error span {
  color: white !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .cant-find-car-banner > img {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .cant-find-car-banner > img {
    max-width: 232px;
  }
}
@media (max-width: 991px) {
  body .cant-find-car-banner {
    margin-top: 0px;
  }
  body .cant-find-car-banner > img {
    margin-top: 0;
    max-width: 260px;
  }
}
body .white-space {
  position: absolute;
  z-index: -1;
  bottom: calc(100% + 3px);
  left: -1126px;
  width: 1201px;
  top: unset !important;
  height: 20px;
  background-color: white;
  display: none;
}
@media (min-width: 1920px) {
  body .white-space {
    display: block;
  }
}
body .arval-img {
  width: unset !important;
  height: 112px;
  margin-bottom: -16px !important;
  transform: translateY(-13px);
}
body .search-form-group.inner {
  margin-top: -23px;
}
@media (max-width: 767px) {
  body .vdp-images[class*=is-rounded] {
    border-radius: 0px !important;
  }
}
body .vdp-images.sold a {
  opacity: 0.5;
}
body .ag-title {
  line-height: 70px;
}
body .ag-title span:after {
  content: "";
  position: absolute;
  width: calc(100% + 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  height: 118%;
  background-color: red;
  z-index: -1;
}
@media (max-width: 767px) {
  body .ag-title {
    line-height: 47px;
  }
}
body .fc-floating-btns {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
body .container-price {
  align-items: baseline;
}
body .form-check-input:disabled ~ .form-check-label, body .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.3;
}
body .form-check-input:disabled {
  opacity: 0.3;
}
body .specifiche-dettaglio-text {
  text-align: left;
}
body .is-size-1 {
  font-size: 44px;
}
body .is-line-height-1 {
  line-height: 44px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-1-xxl-max-1800 {
    font-size: 44px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-1-xxl {
    font-size: 44px !important;
  }
  body .is-line-height-1-xxl {
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-1-xl {
    font-size: 44px !important;
  }
  body .is-line-height-1-xl {
    line-height: 44px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-1-lg {
    font-size: 44px !important;
  }
  body .is-line-height-1-lg {
    line-height: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-1-md {
    font-size: 44px !important;
  }
  body .is-line-height-1-md {
    line-height: 44px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-1-touch {
    font-size: 44px !important;
  }
  body .is-line-height-1-touch {
    line-height: 44px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-1-xs {
    font-size: 44px !important;
  }
  body .is-line-height-1-xs {
    line-height: 44px !important;
  }
}
body .is-size-2 {
  font-size: 38px;
}
body .is-line-height-2 {
  line-height: 38px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-2-xxl-max-1800 {
    font-size: 38px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-2-xxl {
    font-size: 38px !important;
  }
  body .is-line-height-2-xxl {
    line-height: 38px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-2-xl {
    font-size: 38px !important;
  }
  body .is-line-height-2-xl {
    line-height: 38px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-2-lg {
    font-size: 38px !important;
  }
  body .is-line-height-2-lg {
    line-height: 38px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-2-md {
    font-size: 38px !important;
  }
  body .is-line-height-2-md {
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-2-touch {
    font-size: 38px !important;
  }
  body .is-line-height-2-touch {
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-2-xs {
    font-size: 38px !important;
  }
  body .is-line-height-2-xs {
    line-height: 38px !important;
  }
}
body .is-size-3 {
  font-size: 32px;
}
body .is-line-height-3 {
  line-height: 32px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-3-xxl-max-1800 {
    font-size: 32px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-3-xxl {
    font-size: 32px !important;
  }
  body .is-line-height-3-xxl {
    line-height: 32px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-3-xl {
    font-size: 32px !important;
  }
  body .is-line-height-3-xl {
    line-height: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-3-lg {
    font-size: 32px !important;
  }
  body .is-line-height-3-lg {
    line-height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-3-md {
    font-size: 32px !important;
  }
  body .is-line-height-3-md {
    line-height: 32px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-3-touch {
    font-size: 32px !important;
  }
  body .is-line-height-3-touch {
    line-height: 32px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-3-xs {
    font-size: 32px !important;
  }
  body .is-line-height-3-xs {
    line-height: 32px !important;
  }
}
body .is-size-4 {
  font-size: 28px;
}
body .is-line-height-4 {
  line-height: 28px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-4-xxl-max-1800 {
    font-size: 28px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-4-xxl {
    font-size: 28px !important;
  }
  body .is-line-height-4-xxl {
    line-height: 28px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-4-xl {
    font-size: 28px !important;
  }
  body .is-line-height-4-xl {
    line-height: 28px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-4-lg {
    font-size: 28px !important;
  }
  body .is-line-height-4-lg {
    line-height: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-4-md {
    font-size: 28px !important;
  }
  body .is-line-height-4-md {
    line-height: 28px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-4-touch {
    font-size: 28px !important;
  }
  body .is-line-height-4-touch {
    line-height: 28px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-4-xs {
    font-size: 28px !important;
  }
  body .is-line-height-4-xs {
    line-height: 28px !important;
  }
}
body .is-size-5 {
  font-size: 24px;
}
body .is-line-height-5 {
  line-height: 24px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-5-xxl-max-1800 {
    font-size: 24px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-5-xxl {
    font-size: 24px !important;
  }
  body .is-line-height-5-xxl {
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-5-xl {
    font-size: 24px !important;
  }
  body .is-line-height-5-xl {
    line-height: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-5-lg {
    font-size: 24px !important;
  }
  body .is-line-height-5-lg {
    line-height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-5-md {
    font-size: 24px !important;
  }
  body .is-line-height-5-md {
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-5-touch {
    font-size: 24px !important;
  }
  body .is-line-height-5-touch {
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-5-xs {
    font-size: 24px !important;
  }
  body .is-line-height-5-xs {
    line-height: 24px !important;
  }
}
body .is-size-6 {
  font-size: 20px;
}
body .is-line-height-6 {
  line-height: 20px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-6-xxl-max-1800 {
    font-size: 20px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-6-xxl {
    font-size: 20px !important;
  }
  body .is-line-height-6-xxl {
    line-height: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-6-xl {
    font-size: 20px !important;
  }
  body .is-line-height-6-xl {
    line-height: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-6-lg {
    font-size: 20px !important;
  }
  body .is-line-height-6-lg {
    line-height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-6-md {
    font-size: 20px !important;
  }
  body .is-line-height-6-md {
    line-height: 20px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-6-touch {
    font-size: 20px !important;
  }
  body .is-line-height-6-touch {
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-6-xs {
    font-size: 20px !important;
  }
  body .is-line-height-6-xs {
    line-height: 20px !important;
  }
}
body .is-size-7 {
  font-size: 18px;
}
body .is-line-height-7 {
  line-height: 18px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-7-xxl-max-1800 {
    font-size: 18px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-7-xxl {
    font-size: 18px !important;
  }
  body .is-line-height-7-xxl {
    line-height: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-7-xl {
    font-size: 18px !important;
  }
  body .is-line-height-7-xl {
    line-height: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-7-lg {
    font-size: 18px !important;
  }
  body .is-line-height-7-lg {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-7-md {
    font-size: 18px !important;
  }
  body .is-line-height-7-md {
    line-height: 18px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-7-touch {
    font-size: 18px !important;
  }
  body .is-line-height-7-touch {
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-7-xs {
    font-size: 18px !important;
  }
  body .is-line-height-7-xs {
    line-height: 18px !important;
  }
}
body .is-size-8 {
  font-size: 16px;
}
body .is-line-height-8 {
  line-height: 16px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-8-xxl-max-1800 {
    font-size: 16px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-8-xxl {
    font-size: 16px !important;
  }
  body .is-line-height-8-xxl {
    line-height: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-8-xl {
    font-size: 16px !important;
  }
  body .is-line-height-8-xl {
    line-height: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-8-lg {
    font-size: 16px !important;
  }
  body .is-line-height-8-lg {
    line-height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-8-md {
    font-size: 16px !important;
  }
  body .is-line-height-8-md {
    line-height: 16px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-8-touch {
    font-size: 16px !important;
  }
  body .is-line-height-8-touch {
    line-height: 16px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-8-xs {
    font-size: 16px !important;
  }
  body .is-line-height-8-xs {
    line-height: 16px !important;
  }
}
body .is-size-9 {
  font-size: 14px;
}
body .is-line-height-9 {
  line-height: 14px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .is-size-9-xxl-max-1800 {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  body .is-size-9-xxl {
    font-size: 14px !important;
  }
  body .is-line-height-9-xxl {
    line-height: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-9-xl {
    font-size: 14px !important;
  }
  body .is-line-height-9-xl {
    line-height: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-9-lg {
    font-size: 14px !important;
  }
  body .is-line-height-9-lg {
    line-height: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-9-md {
    font-size: 14px !important;
  }
  body .is-line-height-9-md {
    line-height: 14px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-9-touch {
    font-size: 14px !important;
  }
  body .is-line-height-9-touch {
    line-height: 14px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-9-xs {
    font-size: 14px !important;
  }
  body .is-line-height-9-xs {
    line-height: 14px !important;
  }
}
body .is-rounded-5 {
  border-radius: 5px !important;
}
body .is-rounded-b-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
body .is-rounded-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
body .is-rounded-6 {
  border-radius: 6px !important;
}
body .is-rounded-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body .is-rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
body .is-rounded-8 {
  border-radius: 8px !important;
}
body .is-rounded-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
body .is-rounded-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
body .is-rounded-10 {
  border-radius: 10px !important;
}
body .is-rounded-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
body .is-rounded-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
body .is-rounded-12 {
  border-radius: 12px !important;
}
body .is-rounded-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
body .is-rounded-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
body .is-rounded-15 {
  border-radius: 15px !important;
}
body .is-rounded-b-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
body .is-rounded-t-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
body .is-rounded-20 {
  border-radius: 20px !important;
}
body .is-rounded-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
body .is-rounded-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
body .is-rounded-26 {
  border-radius: 26px !important;
}
body .is-rounded-b-26 {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}
body .is-rounded-t-26 {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}
body .is-rounded-50 {
  border-radius: 50px !important;
}
body .is-rounded-b-50 {
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
body .is-rounded-t-50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}
body .is-rounded-200 {
  border-radius: 200px !important;
}
body .is-rounded-b-200 {
  border-bottom-left-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
}
body .is-rounded-t-200 {
  border-top-left-radius: 200px !important;
  border-top-right-radius: 200px !important;
}
body .border-black {
  border: 1px solid #0A0A0A;
}
body .border-t-black {
  border-top: 1px solid #0A0A0A;
}
body .border-b-black {
  border-bottom: 1px solid #0A0A0A;
}
body .border-e-black {
  border-right: 1px solid #0A0A0A;
}
body .border-s-black {
  border-left: 1px solid #0A0A0A;
}
body .border-y-black {
  border-top: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
}
body .border-x-black {
  border-left: 1px solid #0A0A0A;
  border-right: 1px solid #0A0A0A;
}
@media (min-width: 992px) {
  body .border-black-lg {
    border: 1px solid #0A0A0A !important;
  }
  body .border-t-black-lg {
    border-top: 1px solid #0A0A0A !important;
  }
  body .border-b-black-lg {
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-e-black-lg {
    border-right: 1px solid #0A0A0A !important;
  }
  body .border-s-black-lg {
    border-left: 1px solid #0A0A0A !important;
  }
  body .border-y-black-lg {
    border-top: 1px solid #0A0A0A !important;
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-x-black-lg {
    border-left: 1px solid #0A0A0A !important;
    border-right: 1px solid #0A0A0A !important;
  }
}
@media (min-width: 1400px) {
  body .border-black-xxl {
    border: 1px solid #0A0A0A !important;
  }
  body .border-t-black-xxl {
    border-top: 1px solid #0A0A0A !important;
  }
  body .border-b-black-xxl {
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-e-black-xxl {
    border-right: 1px solid #0A0A0A !important;
  }
  body .border-s-black-xxl {
    border-left: 1px solid #0A0A0A !important;
  }
  body .border-y-black-xxl {
    border-top: 1px solid #0A0A0A !important;
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-x-black-xxl {
    border-left: 1px solid #0A0A0A !important;
    border-right: 1px solid #0A0A0A !important;
  }
}
body .border-white {
  border: 1px solid #FFFFFF;
}
body .border-t-white {
  border-top: 1px solid #FFFFFF;
}
body .border-b-white {
  border-bottom: 1px solid #FFFFFF;
}
body .border-e-white {
  border-right: 1px solid #FFFFFF;
}
body .border-s-white {
  border-left: 1px solid #FFFFFF;
}
body .border-y-white {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
body .border-x-white {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  body .border-white-lg {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-lg {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-lg {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-lg {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-lg {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-lg {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-lg {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
@media (min-width: 1400px) {
  body .border-white-xxl {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-xxl {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-xxl {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-xxl {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-xxl {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-xxl {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-xxl {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
body .border-yellow {
  border: 1px solid #FFB000;
}
body .border-t-yellow {
  border-top: 1px solid #FFB000;
}
body .border-b-yellow {
  border-bottom: 1px solid #FFB000;
}
body .border-e-yellow {
  border-right: 1px solid #FFB000;
}
body .border-s-yellow {
  border-left: 1px solid #FFB000;
}
body .border-y-yellow {
  border-top: 1px solid #FFB000;
  border-bottom: 1px solid #FFB000;
}
body .border-x-yellow {
  border-left: 1px solid #FFB000;
  border-right: 1px solid #FFB000;
}
@media (min-width: 992px) {
  body .border-yellow-lg {
    border: 1px solid #FFB000 !important;
  }
  body .border-t-yellow-lg {
    border-top: 1px solid #FFB000 !important;
  }
  body .border-b-yellow-lg {
    border-bottom: 1px solid #FFB000 !important;
  }
  body .border-e-yellow-lg {
    border-right: 1px solid #FFB000 !important;
  }
  body .border-s-yellow-lg {
    border-left: 1px solid #FFB000 !important;
  }
  body .border-y-yellow-lg {
    border-top: 1px solid #FFB000 !important;
    border-bottom: 1px solid #FFB000 !important;
  }
  body .border-x-yellow-lg {
    border-left: 1px solid #FFB000 !important;
    border-right: 1px solid #FFB000 !important;
  }
}
@media (min-width: 1400px) {
  body .border-yellow-xxl {
    border: 1px solid #FFB000 !important;
  }
  body .border-t-yellow-xxl {
    border-top: 1px solid #FFB000 !important;
  }
  body .border-b-yellow-xxl {
    border-bottom: 1px solid #FFB000 !important;
  }
  body .border-e-yellow-xxl {
    border-right: 1px solid #FFB000 !important;
  }
  body .border-s-yellow-xxl {
    border-left: 1px solid #FFB000 !important;
  }
  body .border-y-yellow-xxl {
    border-top: 1px solid #FFB000 !important;
    border-bottom: 1px solid #FFB000 !important;
  }
  body .border-x-yellow-xxl {
    border-left: 1px solid #FFB000 !important;
    border-right: 1px solid #FFB000 !important;
  }
}
body .border-pink {
  border: 1px solid #EF0573;
}
body .border-t-pink {
  border-top: 1px solid #EF0573;
}
body .border-b-pink {
  border-bottom: 1px solid #EF0573;
}
body .border-e-pink {
  border-right: 1px solid #EF0573;
}
body .border-s-pink {
  border-left: 1px solid #EF0573;
}
body .border-y-pink {
  border-top: 1px solid #EF0573;
  border-bottom: 1px solid #EF0573;
}
body .border-x-pink {
  border-left: 1px solid #EF0573;
  border-right: 1px solid #EF0573;
}
@media (min-width: 992px) {
  body .border-pink-lg {
    border: 1px solid #EF0573 !important;
  }
  body .border-t-pink-lg {
    border-top: 1px solid #EF0573 !important;
  }
  body .border-b-pink-lg {
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-e-pink-lg {
    border-right: 1px solid #EF0573 !important;
  }
  body .border-s-pink-lg {
    border-left: 1px solid #EF0573 !important;
  }
  body .border-y-pink-lg {
    border-top: 1px solid #EF0573 !important;
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-x-pink-lg {
    border-left: 1px solid #EF0573 !important;
    border-right: 1px solid #EF0573 !important;
  }
}
@media (min-width: 1400px) {
  body .border-pink-xxl {
    border: 1px solid #EF0573 !important;
  }
  body .border-t-pink-xxl {
    border-top: 1px solid #EF0573 !important;
  }
  body .border-b-pink-xxl {
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-e-pink-xxl {
    border-right: 1px solid #EF0573 !important;
  }
  body .border-s-pink-xxl {
    border-left: 1px solid #EF0573 !important;
  }
  body .border-y-pink-xxl {
    border-top: 1px solid #EF0573 !important;
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-x-pink-xxl {
    border-left: 1px solid #EF0573 !important;
    border-right: 1px solid #EF0573 !important;
  }
}
body .border-green {
  border: 1px solid #008836;
}
body .border-t-green {
  border-top: 1px solid #008836;
}
body .border-b-green {
  border-bottom: 1px solid #008836;
}
body .border-e-green {
  border-right: 1px solid #008836;
}
body .border-s-green {
  border-left: 1px solid #008836;
}
body .border-y-green {
  border-top: 1px solid #008836;
  border-bottom: 1px solid #008836;
}
body .border-x-green {
  border-left: 1px solid #008836;
  border-right: 1px solid #008836;
}
@media (min-width: 992px) {
  body .border-green-lg {
    border: 1px solid #008836 !important;
  }
  body .border-t-green-lg {
    border-top: 1px solid #008836 !important;
  }
  body .border-b-green-lg {
    border-bottom: 1px solid #008836 !important;
  }
  body .border-e-green-lg {
    border-right: 1px solid #008836 !important;
  }
  body .border-s-green-lg {
    border-left: 1px solid #008836 !important;
  }
  body .border-y-green-lg {
    border-top: 1px solid #008836 !important;
    border-bottom: 1px solid #008836 !important;
  }
  body .border-x-green-lg {
    border-left: 1px solid #008836 !important;
    border-right: 1px solid #008836 !important;
  }
}
@media (min-width: 1400px) {
  body .border-green-xxl {
    border: 1px solid #008836 !important;
  }
  body .border-t-green-xxl {
    border-top: 1px solid #008836 !important;
  }
  body .border-b-green-xxl {
    border-bottom: 1px solid #008836 !important;
  }
  body .border-e-green-xxl {
    border-right: 1px solid #008836 !important;
  }
  body .border-s-green-xxl {
    border-left: 1px solid #008836 !important;
  }
  body .border-y-green-xxl {
    border-top: 1px solid #008836 !important;
    border-bottom: 1px solid #008836 !important;
  }
  body .border-x-green-xxl {
    border-left: 1px solid #008836 !important;
    border-right: 1px solid #008836 !important;
  }
}
body .border-text-primary {
  border: 1px solid #0A0A0A;
}
body .border-t-text-primary {
  border-top: 1px solid #0A0A0A;
}
body .border-b-text-primary {
  border-bottom: 1px solid #0A0A0A;
}
body .border-e-text-primary {
  border-right: 1px solid #0A0A0A;
}
body .border-s-text-primary {
  border-left: 1px solid #0A0A0A;
}
body .border-y-text-primary {
  border-top: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
}
body .border-x-text-primary {
  border-left: 1px solid #0A0A0A;
  border-right: 1px solid #0A0A0A;
}
@media (min-width: 992px) {
  body .border-text-primary-lg {
    border: 1px solid #0A0A0A !important;
  }
  body .border-t-text-primary-lg {
    border-top: 1px solid #0A0A0A !important;
  }
  body .border-b-text-primary-lg {
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-e-text-primary-lg {
    border-right: 1px solid #0A0A0A !important;
  }
  body .border-s-text-primary-lg {
    border-left: 1px solid #0A0A0A !important;
  }
  body .border-y-text-primary-lg {
    border-top: 1px solid #0A0A0A !important;
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-x-text-primary-lg {
    border-left: 1px solid #0A0A0A !important;
    border-right: 1px solid #0A0A0A !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-primary-xxl {
    border: 1px solid #0A0A0A !important;
  }
  body .border-t-text-primary-xxl {
    border-top: 1px solid #0A0A0A !important;
  }
  body .border-b-text-primary-xxl {
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-e-text-primary-xxl {
    border-right: 1px solid #0A0A0A !important;
  }
  body .border-s-text-primary-xxl {
    border-left: 1px solid #0A0A0A !important;
  }
  body .border-y-text-primary-xxl {
    border-top: 1px solid #0A0A0A !important;
    border-bottom: 1px solid #0A0A0A !important;
  }
  body .border-x-text-primary-xxl {
    border-left: 1px solid #0A0A0A !important;
    border-right: 1px solid #0A0A0A !important;
  }
}
body .border-text-error {
  border: 1px solid #FB0D0D;
}
body .border-t-text-error {
  border-top: 1px solid #FB0D0D;
}
body .border-b-text-error {
  border-bottom: 1px solid #FB0D0D;
}
body .border-e-text-error {
  border-right: 1px solid #FB0D0D;
}
body .border-s-text-error {
  border-left: 1px solid #FB0D0D;
}
body .border-y-text-error {
  border-top: 1px solid #FB0D0D;
  border-bottom: 1px solid #FB0D0D;
}
body .border-x-text-error {
  border-left: 1px solid #FB0D0D;
  border-right: 1px solid #FB0D0D;
}
@media (min-width: 992px) {
  body .border-text-error-lg {
    border: 1px solid #FB0D0D !important;
  }
  body .border-t-text-error-lg {
    border-top: 1px solid #FB0D0D !important;
  }
  body .border-b-text-error-lg {
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-e-text-error-lg {
    border-right: 1px solid #FB0D0D !important;
  }
  body .border-s-text-error-lg {
    border-left: 1px solid #FB0D0D !important;
  }
  body .border-y-text-error-lg {
    border-top: 1px solid #FB0D0D !important;
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-x-text-error-lg {
    border-left: 1px solid #FB0D0D !important;
    border-right: 1px solid #FB0D0D !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-error-xxl {
    border: 1px solid #FB0D0D !important;
  }
  body .border-t-text-error-xxl {
    border-top: 1px solid #FB0D0D !important;
  }
  body .border-b-text-error-xxl {
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-e-text-error-xxl {
    border-right: 1px solid #FB0D0D !important;
  }
  body .border-s-text-error-xxl {
    border-left: 1px solid #FB0D0D !important;
  }
  body .border-y-text-error-xxl {
    border-top: 1px solid #FB0D0D !important;
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-x-text-error-xxl {
    border-left: 1px solid #FB0D0D !important;
    border-right: 1px solid #FB0D0D !important;
  }
}
body .border-grey-borders {
  border: 1px solid #E2E2E2;
}
body .border-t-grey-borders {
  border-top: 1px solid #E2E2E2;
}
body .border-b-grey-borders {
  border-bottom: 1px solid #E2E2E2;
}
body .border-e-grey-borders {
  border-right: 1px solid #E2E2E2;
}
body .border-s-grey-borders {
  border-left: 1px solid #E2E2E2;
}
body .border-y-grey-borders {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
body .border-x-grey-borders {
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
@media (min-width: 992px) {
  body .border-grey-borders-lg {
    border: 1px solid #E2E2E2 !important;
  }
  body .border-t-grey-borders-lg {
    border-top: 1px solid #E2E2E2 !important;
  }
  body .border-b-grey-borders-lg {
    border-bottom: 1px solid #E2E2E2 !important;
  }
  body .border-e-grey-borders-lg {
    border-right: 1px solid #E2E2E2 !important;
  }
  body .border-s-grey-borders-lg {
    border-left: 1px solid #E2E2E2 !important;
  }
  body .border-y-grey-borders-lg {
    border-top: 1px solid #E2E2E2 !important;
    border-bottom: 1px solid #E2E2E2 !important;
  }
  body .border-x-grey-borders-lg {
    border-left: 1px solid #E2E2E2 !important;
    border-right: 1px solid #E2E2E2 !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-borders-xxl {
    border: 1px solid #E2E2E2 !important;
  }
  body .border-t-grey-borders-xxl {
    border-top: 1px solid #E2E2E2 !important;
  }
  body .border-b-grey-borders-xxl {
    border-bottom: 1px solid #E2E2E2 !important;
  }
  body .border-e-grey-borders-xxl {
    border-right: 1px solid #E2E2E2 !important;
  }
  body .border-s-grey-borders-xxl {
    border-left: 1px solid #E2E2E2 !important;
  }
  body .border-y-grey-borders-xxl {
    border-top: 1px solid #E2E2E2 !important;
    border-bottom: 1px solid #E2E2E2 !important;
  }
  body .border-x-grey-borders-xxl {
    border-left: 1px solid #E2E2E2 !important;
    border-right: 1px solid #E2E2E2 !important;
  }
}
body .border-grey {
  border: 1px solid #7B7B7B;
}
body .border-t-grey {
  border-top: 1px solid #7B7B7B;
}
body .border-b-grey {
  border-bottom: 1px solid #7B7B7B;
}
body .border-e-grey {
  border-right: 1px solid #7B7B7B;
}
body .border-s-grey {
  border-left: 1px solid #7B7B7B;
}
body .border-y-grey {
  border-top: 1px solid #7B7B7B;
  border-bottom: 1px solid #7B7B7B;
}
body .border-x-grey {
  border-left: 1px solid #7B7B7B;
  border-right: 1px solid #7B7B7B;
}
@media (min-width: 992px) {
  body .border-grey-lg {
    border: 1px solid #7B7B7B !important;
  }
  body .border-t-grey-lg {
    border-top: 1px solid #7B7B7B !important;
  }
  body .border-b-grey-lg {
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-e-grey-lg {
    border-right: 1px solid #7B7B7B !important;
  }
  body .border-s-grey-lg {
    border-left: 1px solid #7B7B7B !important;
  }
  body .border-y-grey-lg {
    border-top: 1px solid #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-x-grey-lg {
    border-left: 1px solid #7B7B7B !important;
    border-right: 1px solid #7B7B7B !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-xxl {
    border: 1px solid #7B7B7B !important;
  }
  body .border-t-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
  }
  body .border-b-grey-xxl {
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-e-grey-xxl {
    border-right: 1px solid #7B7B7B !important;
  }
  body .border-s-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
  }
  body .border-y-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-x-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
    border-right: 1px solid #7B7B7B !important;
  }
}
body .border-light-grey {
  border: 1px solid #F9F9F9;
}
body .border-t-light-grey {
  border-top: 1px solid #F9F9F9;
}
body .border-b-light-grey {
  border-bottom: 1px solid #F9F9F9;
}
body .border-e-light-grey {
  border-right: 1px solid #F9F9F9;
}
body .border-s-light-grey {
  border-left: 1px solid #F9F9F9;
}
body .border-y-light-grey {
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}
body .border-x-light-grey {
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}
@media (min-width: 992px) {
  body .border-light-grey-lg {
    border: 1px solid #F9F9F9 !important;
  }
  body .border-t-light-grey-lg {
    border-top: 1px solid #F9F9F9 !important;
  }
  body .border-b-light-grey-lg {
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-e-light-grey-lg {
    border-right: 1px solid #F9F9F9 !important;
  }
  body .border-s-light-grey-lg {
    border-left: 1px solid #F9F9F9 !important;
  }
  body .border-y-light-grey-lg {
    border-top: 1px solid #F9F9F9 !important;
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-x-light-grey-lg {
    border-left: 1px solid #F9F9F9 !important;
    border-right: 1px solid #F9F9F9 !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-grey-xxl {
    border: 1px solid #F9F9F9 !important;
  }
  body .border-t-light-grey-xxl {
    border-top: 1px solid #F9F9F9 !important;
  }
  body .border-b-light-grey-xxl {
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-e-light-grey-xxl {
    border-right: 1px solid #F9F9F9 !important;
  }
  body .border-s-light-grey-xxl {
    border-left: 1px solid #F9F9F9 !important;
  }
  body .border-y-light-grey-xxl {
    border-top: 1px solid #F9F9F9 !important;
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-x-light-grey-xxl {
    border-left: 1px solid #F9F9F9 !important;
    border-right: 1px solid #F9F9F9 !important;
  }
}
body .border-light-black {
  border: 1px solid #3F3F3F;
}
body .border-t-light-black {
  border-top: 1px solid #3F3F3F;
}
body .border-b-light-black {
  border-bottom: 1px solid #3F3F3F;
}
body .border-e-light-black {
  border-right: 1px solid #3F3F3F;
}
body .border-s-light-black {
  border-left: 1px solid #3F3F3F;
}
body .border-y-light-black {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
}
body .border-x-light-black {
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
}
@media (min-width: 992px) {
  body .border-light-black-lg {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-light-black-lg {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-light-black-lg {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-light-black-lg {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-light-black-lg {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-light-black-lg {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-light-black-lg {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-black-xxl {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-light-black-xxl {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-light-black-xxl {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-light-black-xxl {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-light-black-xxl {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-light-black-xxl {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-light-black-xxl {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
body .border-text-secondary {
  border: 1px solid #3F3F3F;
}
body .border-t-text-secondary {
  border-top: 1px solid #3F3F3F;
}
body .border-b-text-secondary {
  border-bottom: 1px solid #3F3F3F;
}
body .border-e-text-secondary {
  border-right: 1px solid #3F3F3F;
}
body .border-s-text-secondary {
  border-left: 1px solid #3F3F3F;
}
body .border-y-text-secondary {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
}
body .border-x-text-secondary {
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
}
@media (min-width: 992px) {
  body .border-text-secondary-lg {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-text-secondary-lg {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-text-secondary-lg {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-text-secondary-lg {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-text-secondary-lg {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-text-secondary-lg {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-text-secondary-lg {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-secondary-xxl {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-text-secondary-xxl {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-text-secondary-xxl {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-text-secondary-xxl {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-text-secondary-xxl {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-text-secondary-xxl {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-text-secondary-xxl {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
body .border-blue {
  border: 1px solid #004dbe;
}
body .border-t-blue {
  border-top: 1px solid #004dbe;
}
body .border-b-blue {
  border-bottom: 1px solid #004dbe;
}
body .border-e-blue {
  border-right: 1px solid #004dbe;
}
body .border-s-blue {
  border-left: 1px solid #004dbe;
}
body .border-y-blue {
  border-top: 1px solid #004dbe;
  border-bottom: 1px solid #004dbe;
}
body .border-x-blue {
  border-left: 1px solid #004dbe;
  border-right: 1px solid #004dbe;
}
@media (min-width: 992px) {
  body .border-blue-lg {
    border: 1px solid #004dbe !important;
  }
  body .border-t-blue-lg {
    border-top: 1px solid #004dbe !important;
  }
  body .border-b-blue-lg {
    border-bottom: 1px solid #004dbe !important;
  }
  body .border-e-blue-lg {
    border-right: 1px solid #004dbe !important;
  }
  body .border-s-blue-lg {
    border-left: 1px solid #004dbe !important;
  }
  body .border-y-blue-lg {
    border-top: 1px solid #004dbe !important;
    border-bottom: 1px solid #004dbe !important;
  }
  body .border-x-blue-lg {
    border-left: 1px solid #004dbe !important;
    border-right: 1px solid #004dbe !important;
  }
}
@media (min-width: 1400px) {
  body .border-blue-xxl {
    border: 1px solid #004dbe !important;
  }
  body .border-t-blue-xxl {
    border-top: 1px solid #004dbe !important;
  }
  body .border-b-blue-xxl {
    border-bottom: 1px solid #004dbe !important;
  }
  body .border-e-blue-xxl {
    border-right: 1px solid #004dbe !important;
  }
  body .border-s-blue-xxl {
    border-left: 1px solid #004dbe !important;
  }
  body .border-y-blue-xxl {
    border-top: 1px solid #004dbe !important;
    border-bottom: 1px solid #004dbe !important;
  }
  body .border-x-blue-xxl {
    border-left: 1px solid #004dbe !important;
    border-right: 1px solid #004dbe !important;
  }
}
body .border-red {
  border: 1px solid #E90000;
}
body .border-t-red {
  border-top: 1px solid #E90000;
}
body .border-b-red {
  border-bottom: 1px solid #E90000;
}
body .border-e-red {
  border-right: 1px solid #E90000;
}
body .border-s-red {
  border-left: 1px solid #E90000;
}
body .border-y-red {
  border-top: 1px solid #E90000;
  border-bottom: 1px solid #E90000;
}
body .border-x-red {
  border-left: 1px solid #E90000;
  border-right: 1px solid #E90000;
}
@media (min-width: 992px) {
  body .border-red-lg {
    border: 1px solid #E90000 !important;
  }
  body .border-t-red-lg {
    border-top: 1px solid #E90000 !important;
  }
  body .border-b-red-lg {
    border-bottom: 1px solid #E90000 !important;
  }
  body .border-e-red-lg {
    border-right: 1px solid #E90000 !important;
  }
  body .border-s-red-lg {
    border-left: 1px solid #E90000 !important;
  }
  body .border-y-red-lg {
    border-top: 1px solid #E90000 !important;
    border-bottom: 1px solid #E90000 !important;
  }
  body .border-x-red-lg {
    border-left: 1px solid #E90000 !important;
    border-right: 1px solid #E90000 !important;
  }
}
@media (min-width: 1400px) {
  body .border-red-xxl {
    border: 1px solid #E90000 !important;
  }
  body .border-t-red-xxl {
    border-top: 1px solid #E90000 !important;
  }
  body .border-b-red-xxl {
    border-bottom: 1px solid #E90000 !important;
  }
  body .border-e-red-xxl {
    border-right: 1px solid #E90000 !important;
  }
  body .border-s-red-xxl {
    border-left: 1px solid #E90000 !important;
  }
  body .border-y-red-xxl {
    border-top: 1px solid #E90000 !important;
    border-bottom: 1px solid #E90000 !important;
  }
  body .border-x-red-xxl {
    border-left: 1px solid #E90000 !important;
    border-right: 1px solid #E90000 !important;
  }
}
body .border-purple {
  border: 1px solid #843CE2;
}
body .border-t-purple {
  border-top: 1px solid #843CE2;
}
body .border-b-purple {
  border-bottom: 1px solid #843CE2;
}
body .border-e-purple {
  border-right: 1px solid #843CE2;
}
body .border-s-purple {
  border-left: 1px solid #843CE2;
}
body .border-y-purple {
  border-top: 1px solid #843CE2;
  border-bottom: 1px solid #843CE2;
}
body .border-x-purple {
  border-left: 1px solid #843CE2;
  border-right: 1px solid #843CE2;
}
@media (min-width: 992px) {
  body .border-purple-lg {
    border: 1px solid #843CE2 !important;
  }
  body .border-t-purple-lg {
    border-top: 1px solid #843CE2 !important;
  }
  body .border-b-purple-lg {
    border-bottom: 1px solid #843CE2 !important;
  }
  body .border-e-purple-lg {
    border-right: 1px solid #843CE2 !important;
  }
  body .border-s-purple-lg {
    border-left: 1px solid #843CE2 !important;
  }
  body .border-y-purple-lg {
    border-top: 1px solid #843CE2 !important;
    border-bottom: 1px solid #843CE2 !important;
  }
  body .border-x-purple-lg {
    border-left: 1px solid #843CE2 !important;
    border-right: 1px solid #843CE2 !important;
  }
}
@media (min-width: 1400px) {
  body .border-purple-xxl {
    border: 1px solid #843CE2 !important;
  }
  body .border-t-purple-xxl {
    border-top: 1px solid #843CE2 !important;
  }
  body .border-b-purple-xxl {
    border-bottom: 1px solid #843CE2 !important;
  }
  body .border-e-purple-xxl {
    border-right: 1px solid #843CE2 !important;
  }
  body .border-s-purple-xxl {
    border-left: 1px solid #843CE2 !important;
  }
  body .border-y-purple-xxl {
    border-top: 1px solid #843CE2 !important;
    border-bottom: 1px solid #843CE2 !important;
  }
  body .border-x-purple-xxl {
    border-left: 1px solid #843CE2 !important;
    border-right: 1px solid #843CE2 !important;
  }
}
body .border-card-red {
  border: 1px solid #ee0111;
}
body .border-t-card-red {
  border-top: 1px solid #ee0111;
}
body .border-b-card-red {
  border-bottom: 1px solid #ee0111;
}
body .border-e-card-red {
  border-right: 1px solid #ee0111;
}
body .border-s-card-red {
  border-left: 1px solid #ee0111;
}
body .border-y-card-red {
  border-top: 1px solid #ee0111;
  border-bottom: 1px solid #ee0111;
}
body .border-x-card-red {
  border-left: 1px solid #ee0111;
  border-right: 1px solid #ee0111;
}
@media (min-width: 992px) {
  body .border-card-red-lg {
    border: 1px solid #ee0111 !important;
  }
  body .border-t-card-red-lg {
    border-top: 1px solid #ee0111 !important;
  }
  body .border-b-card-red-lg {
    border-bottom: 1px solid #ee0111 !important;
  }
  body .border-e-card-red-lg {
    border-right: 1px solid #ee0111 !important;
  }
  body .border-s-card-red-lg {
    border-left: 1px solid #ee0111 !important;
  }
  body .border-y-card-red-lg {
    border-top: 1px solid #ee0111 !important;
    border-bottom: 1px solid #ee0111 !important;
  }
  body .border-x-card-red-lg {
    border-left: 1px solid #ee0111 !important;
    border-right: 1px solid #ee0111 !important;
  }
}
@media (min-width: 1400px) {
  body .border-card-red-xxl {
    border: 1px solid #ee0111 !important;
  }
  body .border-t-card-red-xxl {
    border-top: 1px solid #ee0111 !important;
  }
  body .border-b-card-red-xxl {
    border-bottom: 1px solid #ee0111 !important;
  }
  body .border-e-card-red-xxl {
    border-right: 1px solid #ee0111 !important;
  }
  body .border-s-card-red-xxl {
    border-left: 1px solid #ee0111 !important;
  }
  body .border-y-card-red-xxl {
    border-top: 1px solid #ee0111 !important;
    border-bottom: 1px solid #ee0111 !important;
  }
  body .border-x-card-red-xxl {
    border-left: 1px solid #ee0111 !important;
    border-right: 1px solid #ee0111 !important;
  }
}
body .border-card-green {
  border: 1px solid #008a10;
}
body .border-t-card-green {
  border-top: 1px solid #008a10;
}
body .border-b-card-green {
  border-bottom: 1px solid #008a10;
}
body .border-e-card-green {
  border-right: 1px solid #008a10;
}
body .border-s-card-green {
  border-left: 1px solid #008a10;
}
body .border-y-card-green {
  border-top: 1px solid #008a10;
  border-bottom: 1px solid #008a10;
}
body .border-x-card-green {
  border-left: 1px solid #008a10;
  border-right: 1px solid #008a10;
}
@media (min-width: 992px) {
  body .border-card-green-lg {
    border: 1px solid #008a10 !important;
  }
  body .border-t-card-green-lg {
    border-top: 1px solid #008a10 !important;
  }
  body .border-b-card-green-lg {
    border-bottom: 1px solid #008a10 !important;
  }
  body .border-e-card-green-lg {
    border-right: 1px solid #008a10 !important;
  }
  body .border-s-card-green-lg {
    border-left: 1px solid #008a10 !important;
  }
  body .border-y-card-green-lg {
    border-top: 1px solid #008a10 !important;
    border-bottom: 1px solid #008a10 !important;
  }
  body .border-x-card-green-lg {
    border-left: 1px solid #008a10 !important;
    border-right: 1px solid #008a10 !important;
  }
}
@media (min-width: 1400px) {
  body .border-card-green-xxl {
    border: 1px solid #008a10 !important;
  }
  body .border-t-card-green-xxl {
    border-top: 1px solid #008a10 !important;
  }
  body .border-b-card-green-xxl {
    border-bottom: 1px solid #008a10 !important;
  }
  body .border-e-card-green-xxl {
    border-right: 1px solid #008a10 !important;
  }
  body .border-s-card-green-xxl {
    border-left: 1px solid #008a10 !important;
  }
  body .border-y-card-green-xxl {
    border-top: 1px solid #008a10 !important;
    border-bottom: 1px solid #008a10 !important;
  }
  body .border-x-card-green-xxl {
    border-left: 1px solid #008a10 !important;
    border-right: 1px solid #008a10 !important;
  }
}
body .border-b-primary {
  border-bottom: 1px solid var(--border-primary) !important;
}
body .border-t-primary {
  border-top: 1px solid var(--border-primary) !important;
}
body .border-primary {
  border: 1px solid var(--border-primary) !important;
}
body .bg-black {
  background-color: #0A0A0A;
}
body .text-black {
  color: #0A0A0A !important;
}
body .border-color-black {
  border-color: #0A0A0A !important;
}
body .form-select.border-color-black {
  border-color: #0A0A0A !important;
}
@media (max-width: 991px) {
  body .bg-xs-black {
    background-color: #0A0A0A;
  }
}
body .bg-white {
  background-color: #FFFFFF;
}
body .text-white {
  color: #FFFFFF !important;
}
body .border-color-white {
  border-color: #FFFFFF !important;
}
body .form-select.border-color-white {
  border-color: #FFFFFF !important;
}
@media (max-width: 991px) {
  body .bg-xs-white {
    background-color: #FFFFFF;
  }
}
body .bg-yellow {
  background-color: #FFB000;
}
body .text-yellow {
  color: #FFB000 !important;
}
body .border-color-yellow {
  border-color: #FFB000 !important;
}
body .form-select.border-color-yellow {
  border-color: #FFB000 !important;
}
@media (max-width: 991px) {
  body .bg-xs-yellow {
    background-color: #FFB000;
  }
}
body .bg-pink {
  background-color: #EF0573;
}
body .text-pink {
  color: #EF0573 !important;
}
body .border-color-pink {
  border-color: #EF0573 !important;
}
body .form-select.border-color-pink {
  border-color: #EF0573 !important;
}
@media (max-width: 991px) {
  body .bg-xs-pink {
    background-color: #EF0573;
  }
}
body .bg-green {
  background-color: #008836;
}
body .text-green {
  color: #008836 !important;
}
body .border-color-green {
  border-color: #008836 !important;
}
body .form-select.border-color-green {
  border-color: #008836 !important;
}
@media (max-width: 991px) {
  body .bg-xs-green {
    background-color: #008836;
  }
}
body .bg-text-primary {
  background-color: #0A0A0A;
}
body .text-text-primary {
  color: #0A0A0A !important;
}
body .border-color-text-primary {
  border-color: #0A0A0A !important;
}
body .form-select.border-color-text-primary {
  border-color: #0A0A0A !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-primary {
    background-color: #0A0A0A;
  }
}
body .bg-text-error {
  background-color: #FB0D0D;
}
body .text-text-error {
  color: #FB0D0D !important;
}
body .border-color-text-error {
  border-color: #FB0D0D !important;
}
body .form-select.border-color-text-error {
  border-color: #FB0D0D !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-error {
    background-color: #FB0D0D;
  }
}
body .bg-grey-borders {
  background-color: #E2E2E2;
}
body .text-grey-borders {
  color: #E2E2E2 !important;
}
body .border-color-grey-borders {
  border-color: #E2E2E2 !important;
}
body .form-select.border-color-grey-borders {
  border-color: #E2E2E2 !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey-borders {
    background-color: #E2E2E2;
  }
}
body .bg-grey {
  background-color: #7B7B7B;
}
body .text-grey {
  color: #7B7B7B !important;
}
body .border-color-grey {
  border-color: #7B7B7B !important;
}
body .form-select.border-color-grey {
  border-color: #7B7B7B !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey {
    background-color: #7B7B7B;
  }
}
body .bg-light-grey {
  background-color: #F9F9F9;
}
body .text-light-grey {
  color: #F9F9F9 !important;
}
body .border-color-light-grey {
  border-color: #F9F9F9 !important;
}
body .form-select.border-color-light-grey {
  border-color: #F9F9F9 !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-grey {
    background-color: #F9F9F9;
  }
}
body .bg-light-black {
  background-color: #3F3F3F;
}
body .text-light-black {
  color: #3F3F3F !important;
}
body .border-color-light-black {
  border-color: #3F3F3F !important;
}
body .form-select.border-color-light-black {
  border-color: #3F3F3F !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-black {
    background-color: #3F3F3F;
  }
}
body .bg-text-secondary {
  background-color: #3F3F3F;
}
body .text-text-secondary {
  color: #3F3F3F !important;
}
body .border-color-text-secondary {
  border-color: #3F3F3F !important;
}
body .form-select.border-color-text-secondary {
  border-color: #3F3F3F !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-secondary {
    background-color: #3F3F3F;
  }
}
body .bg-blue {
  background-color: #004dbe;
}
body .text-blue {
  color: #004dbe !important;
}
body .border-color-blue {
  border-color: #004dbe !important;
}
body .form-select.border-color-blue {
  border-color: #004dbe !important;
}
@media (max-width: 991px) {
  body .bg-xs-blue {
    background-color: #004dbe;
  }
}
body .bg-red {
  background-color: #E90000;
}
body .text-red {
  color: #E90000 !important;
}
body .border-color-red {
  border-color: #E90000 !important;
}
body .form-select.border-color-red {
  border-color: #E90000 !important;
}
@media (max-width: 991px) {
  body .bg-xs-red {
    background-color: #E90000;
  }
}
body .bg-purple {
  background-color: #843CE2;
}
body .text-purple {
  color: #843CE2 !important;
}
body .border-color-purple {
  border-color: #843CE2 !important;
}
body .form-select.border-color-purple {
  border-color: #843CE2 !important;
}
@media (max-width: 991px) {
  body .bg-xs-purple {
    background-color: #843CE2;
  }
}
body .bg-card-red {
  background-color: #ee0111;
}
body .text-card-red {
  color: #ee0111 !important;
}
body .border-color-card-red {
  border-color: #ee0111 !important;
}
body .form-select.border-color-card-red {
  border-color: #ee0111 !important;
}
@media (max-width: 991px) {
  body .bg-xs-card-red {
    background-color: #ee0111;
  }
}
body .bg-card-green {
  background-color: #008a10;
}
body .text-card-green {
  color: #008a10 !important;
}
body .border-color-card-green {
  border-color: #008a10 !important;
}
body .form-select.border-color-card-green {
  border-color: #008a10 !important;
}
@media (max-width: 991px) {
  body .bg-xs-card-green {
    background-color: #008a10;
  }
}
body .container-11 {
  max-width: 11px;
  margin: auto;
}
body .max-w-11 {
  max-width: 11px;
}
body .min-w-11 {
  min-width: 11px;
}
@media (min-width: 1400px) {
  body .min-w-11-xxl {
    min-width: 11px;
  }
  body .max-w-11-xxl {
    max-width: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-11-xl {
    min-width: 11px;
  }
  body .max-w-11-xl {
    max-width: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-11-lg {
    min-width: 11px !important;
  }
  body .max-w-11-lg {
    max-width: 11px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-11-touch {
    max-width: 11px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-11-md {
    max-width: 11px !important;
  }
  body .min-w-11-md {
    min-width: 11px;
  }
}
@media (max-width: 767px) {
  body .max-w-11-xs {
    max-width: 11px !important;
  }
  body .min-w-11-xs {
    min-width: 11px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-11-desktop {
    max-width: 11px;
  }
  body .min-w-11-desktop {
    min-width: 11px;
  }
}
body .container-17 {
  max-width: 17px;
  margin: auto;
}
body .max-w-17 {
  max-width: 17px;
}
body .min-w-17 {
  min-width: 17px;
}
@media (min-width: 1400px) {
  body .min-w-17-xxl {
    min-width: 17px;
  }
  body .max-w-17-xxl {
    max-width: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-17-xl {
    min-width: 17px;
  }
  body .max-w-17-xl {
    max-width: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-17-lg {
    min-width: 17px !important;
  }
  body .max-w-17-lg {
    max-width: 17px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-17-touch {
    max-width: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-17-md {
    max-width: 17px !important;
  }
  body .min-w-17-md {
    min-width: 17px;
  }
}
@media (max-width: 767px) {
  body .max-w-17-xs {
    max-width: 17px !important;
  }
  body .min-w-17-xs {
    min-width: 17px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-17-desktop {
    max-width: 17px;
  }
  body .min-w-17-desktop {
    min-width: 17px;
  }
}
body .container-24 {
  max-width: 24px;
  margin: auto;
}
body .max-w-24 {
  max-width: 24px;
}
body .min-w-24 {
  min-width: 24px;
}
@media (min-width: 1400px) {
  body .min-w-24-xxl {
    min-width: 24px;
  }
  body .max-w-24-xxl {
    max-width: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-24-xl {
    min-width: 24px;
  }
  body .max-w-24-xl {
    max-width: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-24-lg {
    min-width: 24px !important;
  }
  body .max-w-24-lg {
    max-width: 24px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-24-touch {
    max-width: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-24-md {
    max-width: 24px !important;
  }
  body .min-w-24-md {
    min-width: 24px;
  }
}
@media (max-width: 767px) {
  body .max-w-24-xs {
    max-width: 24px !important;
  }
  body .min-w-24-xs {
    min-width: 24px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-24-desktop {
    max-width: 24px;
  }
  body .min-w-24-desktop {
    min-width: 24px;
  }
}
body .container-36 {
  max-width: 36px;
  margin: auto;
}
body .max-w-36 {
  max-width: 36px;
}
body .min-w-36 {
  min-width: 36px;
}
@media (min-width: 1400px) {
  body .min-w-36-xxl {
    min-width: 36px;
  }
  body .max-w-36-xxl {
    max-width: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-36-xl {
    min-width: 36px;
  }
  body .max-w-36-xl {
    max-width: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-36-lg {
    min-width: 36px !important;
  }
  body .max-w-36-lg {
    max-width: 36px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-36-touch {
    max-width: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-36-md {
    max-width: 36px !important;
  }
  body .min-w-36-md {
    min-width: 36px;
  }
}
@media (max-width: 767px) {
  body .max-w-36-xs {
    max-width: 36px !important;
  }
  body .min-w-36-xs {
    min-width: 36px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-36-desktop {
    max-width: 36px;
  }
  body .min-w-36-desktop {
    min-width: 36px;
  }
}
body .container-70 {
  max-width: 70px;
  margin: auto;
}
body .max-w-70 {
  max-width: 70px;
}
body .min-w-70 {
  min-width: 70px;
}
@media (min-width: 1400px) {
  body .min-w-70-xxl {
    min-width: 70px;
  }
  body .max-w-70-xxl {
    max-width: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-70-xl {
    min-width: 70px;
  }
  body .max-w-70-xl {
    max-width: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-70-lg {
    min-width: 70px !important;
  }
  body .max-w-70-lg {
    max-width: 70px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-70-touch {
    max-width: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-70-md {
    max-width: 70px !important;
  }
  body .min-w-70-md {
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  body .max-w-70-xs {
    max-width: 70px !important;
  }
  body .min-w-70-xs {
    min-width: 70px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-70-desktop {
    max-width: 70px;
  }
  body .min-w-70-desktop {
    min-width: 70px;
  }
}
body .container-80 {
  max-width: 80px;
  margin: auto;
}
body .max-w-80 {
  max-width: 80px;
}
body .min-w-80 {
  min-width: 80px;
}
@media (min-width: 1400px) {
  body .min-w-80-xxl {
    min-width: 80px;
  }
  body .max-w-80-xxl {
    max-width: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-80-xl {
    min-width: 80px;
  }
  body .max-w-80-xl {
    max-width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-80-lg {
    min-width: 80px !important;
  }
  body .max-w-80-lg {
    max-width: 80px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-80-touch {
    max-width: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-80-md {
    max-width: 80px !important;
  }
  body .min-w-80-md {
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  body .max-w-80-xs {
    max-width: 80px !important;
  }
  body .min-w-80-xs {
    min-width: 80px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-80-desktop {
    max-width: 80px;
  }
  body .min-w-80-desktop {
    min-width: 80px;
  }
}
body .container-100 {
  max-width: 100px;
  margin: auto;
}
body .max-w-100 {
  max-width: 100px;
}
body .min-w-100 {
  min-width: 100px;
}
@media (min-width: 1400px) {
  body .min-w-100-xxl {
    min-width: 100px;
  }
  body .max-w-100-xxl {
    max-width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-100-xl {
    min-width: 100px;
  }
  body .max-w-100-xl {
    max-width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-100-lg {
    min-width: 100px !important;
  }
  body .max-w-100-lg {
    max-width: 100px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-100-touch {
    max-width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-100-md {
    max-width: 100px !important;
  }
  body .min-w-100-md {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  body .max-w-100-xs {
    max-width: 100px !important;
  }
  body .min-w-100-xs {
    min-width: 100px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-100-desktop {
    max-width: 100px;
  }
  body .min-w-100-desktop {
    min-width: 100px;
  }
}
body .container-108 {
  max-width: 108px;
  margin: auto;
}
body .max-w-108 {
  max-width: 108px;
}
body .min-w-108 {
  min-width: 108px;
}
@media (min-width: 1400px) {
  body .min-w-108-xxl {
    min-width: 108px;
  }
  body .max-w-108-xxl {
    max-width: 108px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-108-xl {
    min-width: 108px;
  }
  body .max-w-108-xl {
    max-width: 108px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-108-lg {
    min-width: 108px !important;
  }
  body .max-w-108-lg {
    max-width: 108px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-108-touch {
    max-width: 108px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-108-md {
    max-width: 108px !important;
  }
  body .min-w-108-md {
    min-width: 108px;
  }
}
@media (max-width: 767px) {
  body .max-w-108-xs {
    max-width: 108px !important;
  }
  body .min-w-108-xs {
    min-width: 108px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-108-desktop {
    max-width: 108px;
  }
  body .min-w-108-desktop {
    min-width: 108px;
  }
}
body .container-120 {
  max-width: 120px;
  margin: auto;
}
body .max-w-120 {
  max-width: 120px;
}
body .min-w-120 {
  min-width: 120px;
}
@media (min-width: 1400px) {
  body .min-w-120-xxl {
    min-width: 120px;
  }
  body .max-w-120-xxl {
    max-width: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-120-xl {
    min-width: 120px;
  }
  body .max-w-120-xl {
    max-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-120-lg {
    min-width: 120px !important;
  }
  body .max-w-120-lg {
    max-width: 120px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-120-touch {
    max-width: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-120-md {
    max-width: 120px !important;
  }
  body .min-w-120-md {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  body .max-w-120-xs {
    max-width: 120px !important;
  }
  body .min-w-120-xs {
    min-width: 120px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-120-desktop {
    max-width: 120px;
  }
  body .min-w-120-desktop {
    min-width: 120px;
  }
}
body .container-150 {
  max-width: 150px;
  margin: auto;
}
body .max-w-150 {
  max-width: 150px;
}
body .min-w-150 {
  min-width: 150px;
}
@media (min-width: 1400px) {
  body .min-w-150-xxl {
    min-width: 150px;
  }
  body .max-w-150-xxl {
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-150-xl {
    min-width: 150px;
  }
  body .max-w-150-xl {
    max-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-150-lg {
    min-width: 150px !important;
  }
  body .max-w-150-lg {
    max-width: 150px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-150-touch {
    max-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-150-md {
    max-width: 150px !important;
  }
  body .min-w-150-md {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  body .max-w-150-xs {
    max-width: 150px !important;
  }
  body .min-w-150-xs {
    min-width: 150px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-150-desktop {
    max-width: 150px;
  }
  body .min-w-150-desktop {
    min-width: 150px;
  }
}
body .container-170 {
  max-width: 170px;
  margin: auto;
}
body .max-w-170 {
  max-width: 170px;
}
body .min-w-170 {
  min-width: 170px;
}
@media (min-width: 1400px) {
  body .min-w-170-xxl {
    min-width: 170px;
  }
  body .max-w-170-xxl {
    max-width: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-170-xl {
    min-width: 170px;
  }
  body .max-w-170-xl {
    max-width: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-170-lg {
    min-width: 170px !important;
  }
  body .max-w-170-lg {
    max-width: 170px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-170-touch {
    max-width: 170px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-170-md {
    max-width: 170px !important;
  }
  body .min-w-170-md {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  body .max-w-170-xs {
    max-width: 170px !important;
  }
  body .min-w-170-xs {
    min-width: 170px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-170-desktop {
    max-width: 170px;
  }
  body .min-w-170-desktop {
    min-width: 170px;
  }
}
body .container-180 {
  max-width: 180px;
  margin: auto;
}
body .max-w-180 {
  max-width: 180px;
}
body .min-w-180 {
  min-width: 180px;
}
@media (min-width: 1400px) {
  body .min-w-180-xxl {
    min-width: 180px;
  }
  body .max-w-180-xxl {
    max-width: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-180-xl {
    min-width: 180px;
  }
  body .max-w-180-xl {
    max-width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-180-lg {
    min-width: 180px !important;
  }
  body .max-w-180-lg {
    max-width: 180px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-180-touch {
    max-width: 180px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-180-md {
    max-width: 180px !important;
  }
  body .min-w-180-md {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  body .max-w-180-xs {
    max-width: 180px !important;
  }
  body .min-w-180-xs {
    min-width: 180px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-180-desktop {
    max-width: 180px;
  }
  body .min-w-180-desktop {
    min-width: 180px;
  }
}
body .container-200 {
  max-width: 200px;
  margin: auto;
}
body .max-w-200 {
  max-width: 200px;
}
body .min-w-200 {
  min-width: 200px;
}
@media (min-width: 1400px) {
  body .min-w-200-xxl {
    min-width: 200px;
  }
  body .max-w-200-xxl {
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-200-xl {
    min-width: 200px;
  }
  body .max-w-200-xl {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-200-lg {
    min-width: 200px !important;
  }
  body .max-w-200-lg {
    max-width: 200px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-200-touch {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-200-md {
    max-width: 200px !important;
  }
  body .min-w-200-md {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  body .max-w-200-xs {
    max-width: 200px !important;
  }
  body .min-w-200-xs {
    min-width: 200px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-200-desktop {
    max-width: 200px;
  }
  body .min-w-200-desktop {
    min-width: 200px;
  }
}
body .container-230 {
  max-width: 230px;
  margin: auto;
}
body .max-w-230 {
  max-width: 230px;
}
body .min-w-230 {
  min-width: 230px;
}
@media (min-width: 1400px) {
  body .min-w-230-xxl {
    min-width: 230px;
  }
  body .max-w-230-xxl {
    max-width: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-230-xl {
    min-width: 230px;
  }
  body .max-w-230-xl {
    max-width: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-230-lg {
    min-width: 230px !important;
  }
  body .max-w-230-lg {
    max-width: 230px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-230-touch {
    max-width: 230px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-230-md {
    max-width: 230px !important;
  }
  body .min-w-230-md {
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  body .max-w-230-xs {
    max-width: 230px !important;
  }
  body .min-w-230-xs {
    min-width: 230px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-230-desktop {
    max-width: 230px;
  }
  body .min-w-230-desktop {
    min-width: 230px;
  }
}
body .container-250 {
  max-width: 250px;
  margin: auto;
}
body .max-w-250 {
  max-width: 250px;
}
body .min-w-250 {
  min-width: 250px;
}
@media (min-width: 1400px) {
  body .min-w-250-xxl {
    min-width: 250px;
  }
  body .max-w-250-xxl {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-250-xl {
    min-width: 250px;
  }
  body .max-w-250-xl {
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-250-lg {
    min-width: 250px !important;
  }
  body .max-w-250-lg {
    max-width: 250px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-250-touch {
    max-width: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-250-md {
    max-width: 250px !important;
  }
  body .min-w-250-md {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  body .max-w-250-xs {
    max-width: 250px !important;
  }
  body .min-w-250-xs {
    min-width: 250px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-250-desktop {
    max-width: 250px;
  }
  body .min-w-250-desktop {
    min-width: 250px;
  }
}
body .container-280 {
  max-width: 280px;
  margin: auto;
}
body .max-w-280 {
  max-width: 280px;
}
body .min-w-280 {
  min-width: 280px;
}
@media (min-width: 1400px) {
  body .min-w-280-xxl {
    min-width: 280px;
  }
  body .max-w-280-xxl {
    max-width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-280-xl {
    min-width: 280px;
  }
  body .max-w-280-xl {
    max-width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-280-lg {
    min-width: 280px !important;
  }
  body .max-w-280-lg {
    max-width: 280px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-280-touch {
    max-width: 280px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-280-md {
    max-width: 280px !important;
  }
  body .min-w-280-md {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  body .max-w-280-xs {
    max-width: 280px !important;
  }
  body .min-w-280-xs {
    min-width: 280px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-280-desktop {
    max-width: 280px;
  }
  body .min-w-280-desktop {
    min-width: 280px;
  }
}
body .container-290 {
  max-width: 290px;
  margin: auto;
}
body .max-w-290 {
  max-width: 290px;
}
body .min-w-290 {
  min-width: 290px;
}
@media (min-width: 1400px) {
  body .min-w-290-xxl {
    min-width: 290px;
  }
  body .max-w-290-xxl {
    max-width: 290px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-290-xl {
    min-width: 290px;
  }
  body .max-w-290-xl {
    max-width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-290-lg {
    min-width: 290px !important;
  }
  body .max-w-290-lg {
    max-width: 290px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-290-touch {
    max-width: 290px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-290-md {
    max-width: 290px !important;
  }
  body .min-w-290-md {
    min-width: 290px;
  }
}
@media (max-width: 767px) {
  body .max-w-290-xs {
    max-width: 290px !important;
  }
  body .min-w-290-xs {
    min-width: 290px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-290-desktop {
    max-width: 290px;
  }
  body .min-w-290-desktop {
    min-width: 290px;
  }
}
body .container-400 {
  max-width: 400px;
  margin: auto;
}
body .max-w-400 {
  max-width: 400px;
}
body .min-w-400 {
  min-width: 400px;
}
@media (min-width: 1400px) {
  body .min-w-400-xxl {
    min-width: 400px;
  }
  body .max-w-400-xxl {
    max-width: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-400-xl {
    min-width: 400px;
  }
  body .max-w-400-xl {
    max-width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-400-lg {
    min-width: 400px !important;
  }
  body .max-w-400-lg {
    max-width: 400px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-400-touch {
    max-width: 400px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-400-md {
    max-width: 400px !important;
  }
  body .min-w-400-md {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  body .max-w-400-xs {
    max-width: 400px !important;
  }
  body .min-w-400-xs {
    min-width: 400px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-400-desktop {
    max-width: 400px;
  }
  body .min-w-400-desktop {
    min-width: 400px;
  }
}
body .container-600 {
  max-width: 600px;
  margin: auto;
}
body .max-w-600 {
  max-width: 600px;
}
body .min-w-600 {
  min-width: 600px;
}
@media (min-width: 1400px) {
  body .min-w-600-xxl {
    min-width: 600px;
  }
  body .max-w-600-xxl {
    max-width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-600-xl {
    min-width: 600px;
  }
  body .max-w-600-xl {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-600-lg {
    min-width: 600px !important;
  }
  body .max-w-600-lg {
    max-width: 600px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-600-touch {
    max-width: 600px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-600-md {
    max-width: 600px !important;
  }
  body .min-w-600-md {
    min-width: 600px;
  }
}
@media (max-width: 767px) {
  body .max-w-600-xs {
    max-width: 600px !important;
  }
  body .min-w-600-xs {
    min-width: 600px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-600-desktop {
    max-width: 600px;
  }
  body .min-w-600-desktop {
    min-width: 600px;
  }
}
body .container-670 {
  max-width: 670px;
  margin: auto;
}
body .max-w-670 {
  max-width: 670px;
}
body .min-w-670 {
  min-width: 670px;
}
@media (min-width: 1400px) {
  body .min-w-670-xxl {
    min-width: 670px;
  }
  body .max-w-670-xxl {
    max-width: 670px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-670-xl {
    min-width: 670px;
  }
  body .max-w-670-xl {
    max-width: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-670-lg {
    min-width: 670px !important;
  }
  body .max-w-670-lg {
    max-width: 670px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-670-touch {
    max-width: 670px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-670-md {
    max-width: 670px !important;
  }
  body .min-w-670-md {
    min-width: 670px;
  }
}
@media (max-width: 767px) {
  body .max-w-670-xs {
    max-width: 670px !important;
  }
  body .min-w-670-xs {
    min-width: 670px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-670-desktop {
    max-width: 670px;
  }
  body .min-w-670-desktop {
    min-width: 670px;
  }
}
body .container-850 {
  max-width: 850px;
  margin: auto;
}
body .max-w-850 {
  max-width: 850px;
}
body .min-w-850 {
  min-width: 850px;
}
@media (min-width: 1400px) {
  body .min-w-850-xxl {
    min-width: 850px;
  }
  body .max-w-850-xxl {
    max-width: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-850-xl {
    min-width: 850px;
  }
  body .max-w-850-xl {
    max-width: 850px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-850-lg {
    min-width: 850px !important;
  }
  body .max-w-850-lg {
    max-width: 850px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-850-touch {
    max-width: 850px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-850-md {
    max-width: 850px !important;
  }
  body .min-w-850-md {
    min-width: 850px;
  }
}
@media (max-width: 767px) {
  body .max-w-850-xs {
    max-width: 850px !important;
  }
  body .min-w-850-xs {
    min-width: 850px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-850-desktop {
    max-width: 850px;
  }
  body .min-w-850-desktop {
    min-width: 850px;
  }
}
body .container-900 {
  max-width: 900px;
  margin: auto;
}
body .max-w-900 {
  max-width: 900px;
}
body .min-w-900 {
  min-width: 900px;
}
@media (min-width: 1400px) {
  body .min-w-900-xxl {
    min-width: 900px;
  }
  body .max-w-900-xxl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-900-xl {
    min-width: 900px;
  }
  body .max-w-900-xl {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-900-lg {
    min-width: 900px !important;
  }
  body .max-w-900-lg {
    max-width: 900px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-900-touch {
    max-width: 900px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-900-md {
    max-width: 900px !important;
  }
  body .min-w-900-md {
    min-width: 900px;
  }
}
@media (max-width: 767px) {
  body .max-w-900-xs {
    max-width: 900px !important;
  }
  body .min-w-900-xs {
    min-width: 900px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-900-desktop {
    max-width: 900px;
  }
  body .min-w-900-desktop {
    min-width: 900px;
  }
}
body .container-950 {
  max-width: 950px;
  margin: auto;
}
body .max-w-950 {
  max-width: 950px;
}
body .min-w-950 {
  min-width: 950px;
}
@media (min-width: 1400px) {
  body .min-w-950-xxl {
    min-width: 950px;
  }
  body .max-w-950-xxl {
    max-width: 950px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-950-xl {
    min-width: 950px;
  }
  body .max-w-950-xl {
    max-width: 950px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-950-lg {
    min-width: 950px !important;
  }
  body .max-w-950-lg {
    max-width: 950px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-950-touch {
    max-width: 950px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-950-md {
    max-width: 950px !important;
  }
  body .min-w-950-md {
    min-width: 950px;
  }
}
@media (max-width: 767px) {
  body .max-w-950-xs {
    max-width: 950px !important;
  }
  body .min-w-950-xs {
    min-width: 950px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-950-desktop {
    max-width: 950px;
  }
  body .min-w-950-desktop {
    min-width: 950px;
  }
}
body .container-1000 {
  max-width: 1000px;
  margin: auto;
}
body .max-w-1000 {
  max-width: 1000px;
}
body .min-w-1000 {
  min-width: 1000px;
}
@media (min-width: 1400px) {
  body .min-w-1000-xxl {
    min-width: 1000px;
  }
  body .max-w-1000-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1000-xl {
    min-width: 1000px;
  }
  body .max-w-1000-xl {
    max-width: 1000px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1000-lg {
    min-width: 1000px !important;
  }
  body .max-w-1000-lg {
    max-width: 1000px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1000-touch {
    max-width: 1000px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1000-md {
    max-width: 1000px !important;
  }
  body .min-w-1000-md {
    min-width: 1000px;
  }
}
@media (max-width: 767px) {
  body .max-w-1000-xs {
    max-width: 1000px !important;
  }
  body .min-w-1000-xs {
    min-width: 1000px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1000-desktop {
    max-width: 1000px;
  }
  body .min-w-1000-desktop {
    min-width: 1000px;
  }
}
body .container-1032 {
  max-width: 1032px;
  margin: auto;
}
body .max-w-1032 {
  max-width: 1032px;
}
body .min-w-1032 {
  min-width: 1032px;
}
@media (min-width: 1400px) {
  body .min-w-1032-xxl {
    min-width: 1032px;
  }
  body .max-w-1032-xxl {
    max-width: 1032px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1032-xl {
    min-width: 1032px;
  }
  body .max-w-1032-xl {
    max-width: 1032px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1032-lg {
    min-width: 1032px !important;
  }
  body .max-w-1032-lg {
    max-width: 1032px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1032-touch {
    max-width: 1032px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1032-md {
    max-width: 1032px !important;
  }
  body .min-w-1032-md {
    min-width: 1032px;
  }
}
@media (max-width: 767px) {
  body .max-w-1032-xs {
    max-width: 1032px !important;
  }
  body .min-w-1032-xs {
    min-width: 1032px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1032-desktop {
    max-width: 1032px;
  }
  body .min-w-1032-desktop {
    min-width: 1032px;
  }
}
body .container-1100 {
  max-width: 1100px;
  margin: auto;
}
body .max-w-1100 {
  max-width: 1100px;
}
body .min-w-1100 {
  min-width: 1100px;
}
@media (min-width: 1400px) {
  body .min-w-1100-xxl {
    min-width: 1100px;
  }
  body .max-w-1100-xxl {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1100-xl {
    min-width: 1100px;
  }
  body .max-w-1100-xl {
    max-width: 1100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1100-lg {
    min-width: 1100px !important;
  }
  body .max-w-1100-lg {
    max-width: 1100px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1100-touch {
    max-width: 1100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1100-md {
    max-width: 1100px !important;
  }
  body .min-w-1100-md {
    min-width: 1100px;
  }
}
@media (max-width: 767px) {
  body .max-w-1100-xs {
    max-width: 1100px !important;
  }
  body .min-w-1100-xs {
    min-width: 1100px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1100-desktop {
    max-width: 1100px;
  }
  body .min-w-1100-desktop {
    min-width: 1100px;
  }
}
body .container-1200 {
  max-width: 1200px;
  margin: auto;
}
body .max-w-1200 {
  max-width: 1200px;
}
body .min-w-1200 {
  min-width: 1200px;
}
@media (min-width: 1400px) {
  body .min-w-1200-xxl {
    min-width: 1200px;
  }
  body .max-w-1200-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1200-xl {
    min-width: 1200px;
  }
  body .max-w-1200-xl {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1200-lg {
    min-width: 1200px !important;
  }
  body .max-w-1200-lg {
    max-width: 1200px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1200-touch {
    max-width: 1200px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1200-md {
    max-width: 1200px !important;
  }
  body .min-w-1200-md {
    min-width: 1200px;
  }
}
@media (max-width: 767px) {
  body .max-w-1200-xs {
    max-width: 1200px !important;
  }
  body .min-w-1200-xs {
    min-width: 1200px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1200-desktop {
    max-width: 1200px;
  }
  body .min-w-1200-desktop {
    min-width: 1200px;
  }
}
body .container-1300 {
  max-width: 1300px;
  margin: auto;
}
body .max-w-1300 {
  max-width: 1300px;
}
body .min-w-1300 {
  min-width: 1300px;
}
@media (min-width: 1400px) {
  body .min-w-1300-xxl {
    min-width: 1300px;
  }
  body .max-w-1300-xxl {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1300-xl {
    min-width: 1300px;
  }
  body .max-w-1300-xl {
    max-width: 1300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1300-lg {
    min-width: 1300px !important;
  }
  body .max-w-1300-lg {
    max-width: 1300px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1300-touch {
    max-width: 1300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1300-md {
    max-width: 1300px !important;
  }
  body .min-w-1300-md {
    min-width: 1300px;
  }
}
@media (max-width: 767px) {
  body .max-w-1300-xs {
    max-width: 1300px !important;
  }
  body .min-w-1300-xs {
    min-width: 1300px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1300-desktop {
    max-width: 1300px;
  }
  body .min-w-1300-desktop {
    min-width: 1300px;
  }
}
body .container-1330 {
  max-width: 1330px;
  margin: auto;
}
body .max-w-1330 {
  max-width: 1330px;
}
body .min-w-1330 {
  min-width: 1330px;
}
@media (min-width: 1400px) {
  body .min-w-1330-xxl {
    min-width: 1330px;
  }
  body .max-w-1330-xxl {
    max-width: 1330px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1330-xl {
    min-width: 1330px;
  }
  body .max-w-1330-xl {
    max-width: 1330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1330-lg {
    min-width: 1330px !important;
  }
  body .max-w-1330-lg {
    max-width: 1330px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1330-touch {
    max-width: 1330px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1330-md {
    max-width: 1330px !important;
  }
  body .min-w-1330-md {
    min-width: 1330px;
  }
}
@media (max-width: 767px) {
  body .max-w-1330-xs {
    max-width: 1330px !important;
  }
  body .min-w-1330-xs {
    min-width: 1330px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1330-desktop {
    max-width: 1330px;
  }
  body .min-w-1330-desktop {
    min-width: 1330px;
  }
}
body .container-1380 {
  max-width: 1380px;
  margin: auto;
}
body .max-w-1380 {
  max-width: 1380px;
}
body .min-w-1380 {
  min-width: 1380px;
}
@media (min-width: 1400px) {
  body .min-w-1380-xxl {
    min-width: 1380px;
  }
  body .max-w-1380-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1380-xl {
    min-width: 1380px;
  }
  body .max-w-1380-xl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1380-lg {
    min-width: 1380px !important;
  }
  body .max-w-1380-lg {
    max-width: 1380px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1380-touch {
    max-width: 1380px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1380-md {
    max-width: 1380px !important;
  }
  body .min-w-1380-md {
    min-width: 1380px;
  }
}
@media (max-width: 767px) {
  body .max-w-1380-xs {
    max-width: 1380px !important;
  }
  body .min-w-1380-xs {
    min-width: 1380px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1380-desktop {
    max-width: 1380px;
  }
  body .min-w-1380-desktop {
    min-width: 1380px;
  }
}
body .container-1450 {
  max-width: 1450px;
  margin: auto;
}
body .max-w-1450 {
  max-width: 1450px;
}
body .min-w-1450 {
  min-width: 1450px;
}
@media (min-width: 1400px) {
  body .min-w-1450-xxl {
    min-width: 1450px;
  }
  body .max-w-1450-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1450-xl {
    min-width: 1450px;
  }
  body .max-w-1450-xl {
    max-width: 1450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1450-lg {
    min-width: 1450px !important;
  }
  body .max-w-1450-lg {
    max-width: 1450px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1450-touch {
    max-width: 1450px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1450-md {
    max-width: 1450px !important;
  }
  body .min-w-1450-md {
    min-width: 1450px;
  }
}
@media (max-width: 767px) {
  body .max-w-1450-xs {
    max-width: 1450px !important;
  }
  body .min-w-1450-xs {
    min-width: 1450px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1450-desktop {
    max-width: 1450px;
  }
  body .min-w-1450-desktop {
    min-width: 1450px;
  }
}
body .container-1480 {
  max-width: 1480px;
  margin: auto;
}
body .max-w-1480 {
  max-width: 1480px;
}
body .min-w-1480 {
  min-width: 1480px;
}
@media (min-width: 1400px) {
  body .min-w-1480-xxl {
    min-width: 1480px;
  }
  body .max-w-1480-xxl {
    max-width: 1480px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1480-xl {
    min-width: 1480px;
  }
  body .max-w-1480-xl {
    max-width: 1480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1480-lg {
    min-width: 1480px !important;
  }
  body .max-w-1480-lg {
    max-width: 1480px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1480-touch {
    max-width: 1480px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1480-md {
    max-width: 1480px !important;
  }
  body .min-w-1480-md {
    min-width: 1480px;
  }
}
@media (max-width: 767px) {
  body .max-w-1480-xs {
    max-width: 1480px !important;
  }
  body .min-w-1480-xs {
    min-width: 1480px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1480-desktop {
    max-width: 1480px;
  }
  body .min-w-1480-desktop {
    min-width: 1480px;
  }
}
body .container-1500 {
  max-width: 1500px;
  margin: auto;
}
body .max-w-1500 {
  max-width: 1500px;
}
body .min-w-1500 {
  min-width: 1500px;
}
@media (min-width: 1400px) {
  body .min-w-1500-xxl {
    min-width: 1500px;
  }
  body .max-w-1500-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1500-xl {
    min-width: 1500px;
  }
  body .max-w-1500-xl {
    max-width: 1500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1500-lg {
    min-width: 1500px !important;
  }
  body .max-w-1500-lg {
    max-width: 1500px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1500-touch {
    max-width: 1500px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1500-md {
    max-width: 1500px !important;
  }
  body .min-w-1500-md {
    min-width: 1500px;
  }
}
@media (max-width: 767px) {
  body .max-w-1500-xs {
    max-width: 1500px !important;
  }
  body .min-w-1500-xs {
    min-width: 1500px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1500-desktop {
    max-width: 1500px;
  }
  body .min-w-1500-desktop {
    min-width: 1500px;
  }
}
body .container-1550 {
  max-width: 1550px;
  margin: auto;
}
body .max-w-1550 {
  max-width: 1550px;
}
body .min-w-1550 {
  min-width: 1550px;
}
@media (min-width: 1400px) {
  body .min-w-1550-xxl {
    min-width: 1550px;
  }
  body .max-w-1550-xxl {
    max-width: 1550px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1550-xl {
    min-width: 1550px;
  }
  body .max-w-1550-xl {
    max-width: 1550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1550-lg {
    min-width: 1550px !important;
  }
  body .max-w-1550-lg {
    max-width: 1550px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1550-touch {
    max-width: 1550px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1550-md {
    max-width: 1550px !important;
  }
  body .min-w-1550-md {
    min-width: 1550px;
  }
}
@media (max-width: 767px) {
  body .max-w-1550-xs {
    max-width: 1550px !important;
  }
  body .min-w-1550-xs {
    min-width: 1550px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1550-desktop {
    max-width: 1550px;
  }
  body .min-w-1550-desktop {
    min-width: 1550px;
  }
}
body .container-1780 {
  max-width: 1780px;
  margin: auto;
}
body .max-w-1780 {
  max-width: 1780px;
}
body .min-w-1780 {
  min-width: 1780px;
}
@media (min-width: 1400px) {
  body .min-w-1780-xxl {
    min-width: 1780px;
  }
  body .max-w-1780-xxl {
    max-width: 1780px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1780-xl {
    min-width: 1780px;
  }
  body .max-w-1780-xl {
    max-width: 1780px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1780-lg {
    min-width: 1780px !important;
  }
  body .max-w-1780-lg {
    max-width: 1780px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1780-touch {
    max-width: 1780px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1780-md {
    max-width: 1780px !important;
  }
  body .min-w-1780-md {
    min-width: 1780px;
  }
}
@media (max-width: 767px) {
  body .max-w-1780-xs {
    max-width: 1780px !important;
  }
  body .min-w-1780-xs {
    min-width: 1780px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1780-desktop {
    max-width: 1780px;
  }
  body .min-w-1780-desktop {
    min-width: 1780px;
  }
}
body .container-1820 {
  max-width: 1820px;
  margin: auto;
}
body .max-w-1820 {
  max-width: 1820px;
}
body .min-w-1820 {
  min-width: 1820px;
}
@media (min-width: 1400px) {
  body .min-w-1820-xxl {
    min-width: 1820px;
  }
  body .max-w-1820-xxl {
    max-width: 1820px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1820-xl {
    min-width: 1820px;
  }
  body .max-w-1820-xl {
    max-width: 1820px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1820-lg {
    min-width: 1820px !important;
  }
  body .max-w-1820-lg {
    max-width: 1820px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1820-touch {
    max-width: 1820px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1820-md {
    max-width: 1820px !important;
  }
  body .min-w-1820-md {
    min-width: 1820px;
  }
}
@media (max-width: 767px) {
  body .max-w-1820-xs {
    max-width: 1820px !important;
  }
  body .min-w-1820-xs {
    min-width: 1820px !important;
  }
}
@media (min-width: 992px) {
  body .max-w-1820-desktop {
    max-width: 1820px;
  }
  body .min-w-1820-desktop {
    min-width: 1820px;
  }
}
body .h-8 {
  height: 8px;
}
body .min-h-8 {
  min-height: 8px;
}
body .max-h-8 {
  max-height: 8px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-8-xxl-max-1800 {
    height: 8px;
  }
}
@media (max-width: 991px) {
  body .max-h-8-xs {
    max-height: 8px;
  }
}
@media (max-width: 767px) {
  body .max-h-8-xs {
    max-height: 8px;
  }
  body .min-h-8-xs {
    min-height: 8px;
  }
}
@media (max-width: 991px) {
  body .max-h-8-touch {
    max-height: 8px;
  }
  body .min-h-8-touch {
    min-height: 8px;
  }
}
@media (min-width: 1200px) {
  body .max-h-8-xl {
    max-height: 8px;
  }
}
@media (min-width: 992px) {
  body .max-h-8-desktop {
    max-height: 8px;
  }
  body .min-h-8-desktop {
    min-height: 8px;
  }
  body .h-8-desktop {
    height: 8px;
  }
}
body .h-10 {
  height: 10px;
}
body .min-h-10 {
  min-height: 10px;
}
body .max-h-10 {
  max-height: 10px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-10-xxl-max-1800 {
    height: 10px;
  }
}
@media (max-width: 991px) {
  body .max-h-10-xs {
    max-height: 10px;
  }
}
@media (max-width: 767px) {
  body .max-h-10-xs {
    max-height: 10px;
  }
  body .min-h-10-xs {
    min-height: 10px;
  }
}
@media (max-width: 991px) {
  body .max-h-10-touch {
    max-height: 10px;
  }
  body .min-h-10-touch {
    min-height: 10px;
  }
}
@media (min-width: 1200px) {
  body .max-h-10-xl {
    max-height: 10px;
  }
}
@media (min-width: 992px) {
  body .max-h-10-desktop {
    max-height: 10px;
  }
  body .min-h-10-desktop {
    min-height: 10px;
  }
  body .h-10-desktop {
    height: 10px;
  }
}
body .h-18 {
  height: 18px;
}
body .min-h-18 {
  min-height: 18px;
}
body .max-h-18 {
  max-height: 18px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-18-xxl-max-1800 {
    height: 18px;
  }
}
@media (max-width: 991px) {
  body .max-h-18-xs {
    max-height: 18px;
  }
}
@media (max-width: 767px) {
  body .max-h-18-xs {
    max-height: 18px;
  }
  body .min-h-18-xs {
    min-height: 18px;
  }
}
@media (max-width: 991px) {
  body .max-h-18-touch {
    max-height: 18px;
  }
  body .min-h-18-touch {
    min-height: 18px;
  }
}
@media (min-width: 1200px) {
  body .max-h-18-xl {
    max-height: 18px;
  }
}
@media (min-width: 992px) {
  body .max-h-18-desktop {
    max-height: 18px;
  }
  body .min-h-18-desktop {
    min-height: 18px;
  }
  body .h-18-desktop {
    height: 18px;
  }
}
body .h-20 {
  height: 20px;
}
body .min-h-20 {
  min-height: 20px;
}
body .max-h-20 {
  max-height: 20px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-20-xxl-max-1800 {
    height: 20px;
  }
}
@media (max-width: 991px) {
  body .max-h-20-xs {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  body .max-h-20-xs {
    max-height: 20px;
  }
  body .min-h-20-xs {
    min-height: 20px;
  }
}
@media (max-width: 991px) {
  body .max-h-20-touch {
    max-height: 20px;
  }
  body .min-h-20-touch {
    min-height: 20px;
  }
}
@media (min-width: 1200px) {
  body .max-h-20-xl {
    max-height: 20px;
  }
}
@media (min-width: 992px) {
  body .max-h-20-desktop {
    max-height: 20px;
  }
  body .min-h-20-desktop {
    min-height: 20px;
  }
  body .h-20-desktop {
    height: 20px;
  }
}
body .h-26 {
  height: 26px;
}
body .min-h-26 {
  min-height: 26px;
}
body .max-h-26 {
  max-height: 26px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-26-xxl-max-1800 {
    height: 26px;
  }
}
@media (max-width: 991px) {
  body .max-h-26-xs {
    max-height: 26px;
  }
}
@media (max-width: 767px) {
  body .max-h-26-xs {
    max-height: 26px;
  }
  body .min-h-26-xs {
    min-height: 26px;
  }
}
@media (max-width: 991px) {
  body .max-h-26-touch {
    max-height: 26px;
  }
  body .min-h-26-touch {
    min-height: 26px;
  }
}
@media (min-width: 1200px) {
  body .max-h-26-xl {
    max-height: 26px;
  }
}
@media (min-width: 992px) {
  body .max-h-26-desktop {
    max-height: 26px;
  }
  body .min-h-26-desktop {
    min-height: 26px;
  }
  body .h-26-desktop {
    height: 26px;
  }
}
body .h-30 {
  height: 30px;
}
body .min-h-30 {
  min-height: 30px;
}
body .max-h-30 {
  max-height: 30px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-30-xxl-max-1800 {
    height: 30px;
  }
}
@media (max-width: 991px) {
  body .max-h-30-xs {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  body .max-h-30-xs {
    max-height: 30px;
  }
  body .min-h-30-xs {
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  body .max-h-30-touch {
    max-height: 30px;
  }
  body .min-h-30-touch {
    min-height: 30px;
  }
}
@media (min-width: 1200px) {
  body .max-h-30-xl {
    max-height: 30px;
  }
}
@media (min-width: 992px) {
  body .max-h-30-desktop {
    max-height: 30px;
  }
  body .min-h-30-desktop {
    min-height: 30px;
  }
  body .h-30-desktop {
    height: 30px;
  }
}
body .h-40 {
  height: 40px;
}
body .min-h-40 {
  min-height: 40px;
}
body .max-h-40 {
  max-height: 40px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-40-xxl-max-1800 {
    height: 40px;
  }
}
@media (max-width: 991px) {
  body .max-h-40-xs {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  body .max-h-40-xs {
    max-height: 40px;
  }
  body .min-h-40-xs {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  body .max-h-40-touch {
    max-height: 40px;
  }
  body .min-h-40-touch {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  body .max-h-40-xl {
    max-height: 40px;
  }
}
@media (min-width: 992px) {
  body .max-h-40-desktop {
    max-height: 40px;
  }
  body .min-h-40-desktop {
    min-height: 40px;
  }
  body .h-40-desktop {
    height: 40px;
  }
}
body .h-41 {
  height: 41px;
}
body .min-h-41 {
  min-height: 41px;
}
body .max-h-41 {
  max-height: 41px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-41-xxl-max-1800 {
    height: 41px;
  }
}
@media (max-width: 991px) {
  body .max-h-41-xs {
    max-height: 41px;
  }
}
@media (max-width: 767px) {
  body .max-h-41-xs {
    max-height: 41px;
  }
  body .min-h-41-xs {
    min-height: 41px;
  }
}
@media (max-width: 991px) {
  body .max-h-41-touch {
    max-height: 41px;
  }
  body .min-h-41-touch {
    min-height: 41px;
  }
}
@media (min-width: 1200px) {
  body .max-h-41-xl {
    max-height: 41px;
  }
}
@media (min-width: 992px) {
  body .max-h-41-desktop {
    max-height: 41px;
  }
  body .min-h-41-desktop {
    min-height: 41px;
  }
  body .h-41-desktop {
    height: 41px;
  }
}
body .h-46 {
  height: 46px;
}
body .min-h-46 {
  min-height: 46px;
}
body .max-h-46 {
  max-height: 46px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-46-xxl-max-1800 {
    height: 46px;
  }
}
@media (max-width: 991px) {
  body .max-h-46-xs {
    max-height: 46px;
  }
}
@media (max-width: 767px) {
  body .max-h-46-xs {
    max-height: 46px;
  }
  body .min-h-46-xs {
    min-height: 46px;
  }
}
@media (max-width: 991px) {
  body .max-h-46-touch {
    max-height: 46px;
  }
  body .min-h-46-touch {
    min-height: 46px;
  }
}
@media (min-width: 1200px) {
  body .max-h-46-xl {
    max-height: 46px;
  }
}
@media (min-width: 992px) {
  body .max-h-46-desktop {
    max-height: 46px;
  }
  body .min-h-46-desktop {
    min-height: 46px;
  }
  body .h-46-desktop {
    height: 46px;
  }
}
body .h-48 {
  height: 48px;
}
body .min-h-48 {
  min-height: 48px;
}
body .max-h-48 {
  max-height: 48px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-48-xxl-max-1800 {
    height: 48px;
  }
}
@media (max-width: 991px) {
  body .max-h-48-xs {
    max-height: 48px;
  }
}
@media (max-width: 767px) {
  body .max-h-48-xs {
    max-height: 48px;
  }
  body .min-h-48-xs {
    min-height: 48px;
  }
}
@media (max-width: 991px) {
  body .max-h-48-touch {
    max-height: 48px;
  }
  body .min-h-48-touch {
    min-height: 48px;
  }
}
@media (min-width: 1200px) {
  body .max-h-48-xl {
    max-height: 48px;
  }
}
@media (min-width: 992px) {
  body .max-h-48-desktop {
    max-height: 48px;
  }
  body .min-h-48-desktop {
    min-height: 48px;
  }
  body .h-48-desktop {
    height: 48px;
  }
}
body .h-50 {
  height: 50px;
}
body .min-h-50 {
  min-height: 50px;
}
body .max-h-50 {
  max-height: 50px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-50-xxl-max-1800 {
    height: 50px;
  }
}
@media (max-width: 991px) {
  body .max-h-50-xs {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  body .max-h-50-xs {
    max-height: 50px;
  }
  body .min-h-50-xs {
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  body .max-h-50-touch {
    max-height: 50px;
  }
  body .min-h-50-touch {
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  body .max-h-50-xl {
    max-height: 50px;
  }
}
@media (min-width: 992px) {
  body .max-h-50-desktop {
    max-height: 50px;
  }
  body .min-h-50-desktop {
    min-height: 50px;
  }
  body .h-50-desktop {
    height: 50px;
  }
}
body .h-53 {
  height: 53px;
}
body .min-h-53 {
  min-height: 53px;
}
body .max-h-53 {
  max-height: 53px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-53-xxl-max-1800 {
    height: 53px;
  }
}
@media (max-width: 991px) {
  body .max-h-53-xs {
    max-height: 53px;
  }
}
@media (max-width: 767px) {
  body .max-h-53-xs {
    max-height: 53px;
  }
  body .min-h-53-xs {
    min-height: 53px;
  }
}
@media (max-width: 991px) {
  body .max-h-53-touch {
    max-height: 53px;
  }
  body .min-h-53-touch {
    min-height: 53px;
  }
}
@media (min-width: 1200px) {
  body .max-h-53-xl {
    max-height: 53px;
  }
}
@media (min-width: 992px) {
  body .max-h-53-desktop {
    max-height: 53px;
  }
  body .min-h-53-desktop {
    min-height: 53px;
  }
  body .h-53-desktop {
    height: 53px;
  }
}
body .h-54 {
  height: 54px;
}
body .min-h-54 {
  min-height: 54px;
}
body .max-h-54 {
  max-height: 54px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-54-xxl-max-1800 {
    height: 54px;
  }
}
@media (max-width: 991px) {
  body .max-h-54-xs {
    max-height: 54px;
  }
}
@media (max-width: 767px) {
  body .max-h-54-xs {
    max-height: 54px;
  }
  body .min-h-54-xs {
    min-height: 54px;
  }
}
@media (max-width: 991px) {
  body .max-h-54-touch {
    max-height: 54px;
  }
  body .min-h-54-touch {
    min-height: 54px;
  }
}
@media (min-width: 1200px) {
  body .max-h-54-xl {
    max-height: 54px;
  }
}
@media (min-width: 992px) {
  body .max-h-54-desktop {
    max-height: 54px;
  }
  body .min-h-54-desktop {
    min-height: 54px;
  }
  body .h-54-desktop {
    height: 54px;
  }
}
body .h-64 {
  height: 64px;
}
body .min-h-64 {
  min-height: 64px;
}
body .max-h-64 {
  max-height: 64px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-64-xxl-max-1800 {
    height: 64px;
  }
}
@media (max-width: 991px) {
  body .max-h-64-xs {
    max-height: 64px;
  }
}
@media (max-width: 767px) {
  body .max-h-64-xs {
    max-height: 64px;
  }
  body .min-h-64-xs {
    min-height: 64px;
  }
}
@media (max-width: 991px) {
  body .max-h-64-touch {
    max-height: 64px;
  }
  body .min-h-64-touch {
    min-height: 64px;
  }
}
@media (min-width: 1200px) {
  body .max-h-64-xl {
    max-height: 64px;
  }
}
@media (min-width: 992px) {
  body .max-h-64-desktop {
    max-height: 64px;
  }
  body .min-h-64-desktop {
    min-height: 64px;
  }
  body .h-64-desktop {
    height: 64px;
  }
}
body .h-70 {
  height: 70px;
}
body .min-h-70 {
  min-height: 70px;
}
body .max-h-70 {
  max-height: 70px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-70-xxl-max-1800 {
    height: 70px;
  }
}
@media (max-width: 991px) {
  body .max-h-70-xs {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  body .max-h-70-xs {
    max-height: 70px;
  }
  body .min-h-70-xs {
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  body .max-h-70-touch {
    max-height: 70px;
  }
  body .min-h-70-touch {
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  body .max-h-70-xl {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  body .max-h-70-desktop {
    max-height: 70px;
  }
  body .min-h-70-desktop {
    min-height: 70px;
  }
  body .h-70-desktop {
    height: 70px;
  }
}
body .h-72 {
  height: 72px;
}
body .min-h-72 {
  min-height: 72px;
}
body .max-h-72 {
  max-height: 72px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-72-xxl-max-1800 {
    height: 72px;
  }
}
@media (max-width: 991px) {
  body .max-h-72-xs {
    max-height: 72px;
  }
}
@media (max-width: 767px) {
  body .max-h-72-xs {
    max-height: 72px;
  }
  body .min-h-72-xs {
    min-height: 72px;
  }
}
@media (max-width: 991px) {
  body .max-h-72-touch {
    max-height: 72px;
  }
  body .min-h-72-touch {
    min-height: 72px;
  }
}
@media (min-width: 1200px) {
  body .max-h-72-xl {
    max-height: 72px;
  }
}
@media (min-width: 992px) {
  body .max-h-72-desktop {
    max-height: 72px;
  }
  body .min-h-72-desktop {
    min-height: 72px;
  }
  body .h-72-desktop {
    height: 72px;
  }
}
body .h-74 {
  height: 74px;
}
body .min-h-74 {
  min-height: 74px;
}
body .max-h-74 {
  max-height: 74px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-74-xxl-max-1800 {
    height: 74px;
  }
}
@media (max-width: 991px) {
  body .max-h-74-xs {
    max-height: 74px;
  }
}
@media (max-width: 767px) {
  body .max-h-74-xs {
    max-height: 74px;
  }
  body .min-h-74-xs {
    min-height: 74px;
  }
}
@media (max-width: 991px) {
  body .max-h-74-touch {
    max-height: 74px;
  }
  body .min-h-74-touch {
    min-height: 74px;
  }
}
@media (min-width: 1200px) {
  body .max-h-74-xl {
    max-height: 74px;
  }
}
@media (min-width: 992px) {
  body .max-h-74-desktop {
    max-height: 74px;
  }
  body .min-h-74-desktop {
    min-height: 74px;
  }
  body .h-74-desktop {
    height: 74px;
  }
}
body .h-81 {
  height: 81px;
}
body .min-h-81 {
  min-height: 81px;
}
body .max-h-81 {
  max-height: 81px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-81-xxl-max-1800 {
    height: 81px;
  }
}
@media (max-width: 991px) {
  body .max-h-81-xs {
    max-height: 81px;
  }
}
@media (max-width: 767px) {
  body .max-h-81-xs {
    max-height: 81px;
  }
  body .min-h-81-xs {
    min-height: 81px;
  }
}
@media (max-width: 991px) {
  body .max-h-81-touch {
    max-height: 81px;
  }
  body .min-h-81-touch {
    min-height: 81px;
  }
}
@media (min-width: 1200px) {
  body .max-h-81-xl {
    max-height: 81px;
  }
}
@media (min-width: 992px) {
  body .max-h-81-desktop {
    max-height: 81px;
  }
  body .min-h-81-desktop {
    min-height: 81px;
  }
  body .h-81-desktop {
    height: 81px;
  }
}
body .h-108 {
  height: 108px;
}
body .min-h-108 {
  min-height: 108px;
}
body .max-h-108 {
  max-height: 108px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-108-xxl-max-1800 {
    height: 108px;
  }
}
@media (max-width: 991px) {
  body .max-h-108-xs {
    max-height: 108px;
  }
}
@media (max-width: 767px) {
  body .max-h-108-xs {
    max-height: 108px;
  }
  body .min-h-108-xs {
    min-height: 108px;
  }
}
@media (max-width: 991px) {
  body .max-h-108-touch {
    max-height: 108px;
  }
  body .min-h-108-touch {
    min-height: 108px;
  }
}
@media (min-width: 1200px) {
  body .max-h-108-xl {
    max-height: 108px;
  }
}
@media (min-width: 992px) {
  body .max-h-108-desktop {
    max-height: 108px;
  }
  body .min-h-108-desktop {
    min-height: 108px;
  }
  body .h-108-desktop {
    height: 108px;
  }
}
body .h-132 {
  height: 132px;
}
body .min-h-132 {
  min-height: 132px;
}
body .max-h-132 {
  max-height: 132px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-132-xxl-max-1800 {
    height: 132px;
  }
}
@media (max-width: 991px) {
  body .max-h-132-xs {
    max-height: 132px;
  }
}
@media (max-width: 767px) {
  body .max-h-132-xs {
    max-height: 132px;
  }
  body .min-h-132-xs {
    min-height: 132px;
  }
}
@media (max-width: 991px) {
  body .max-h-132-touch {
    max-height: 132px;
  }
  body .min-h-132-touch {
    min-height: 132px;
  }
}
@media (min-width: 1200px) {
  body .max-h-132-xl {
    max-height: 132px;
  }
}
@media (min-width: 992px) {
  body .max-h-132-desktop {
    max-height: 132px;
  }
  body .min-h-132-desktop {
    min-height: 132px;
  }
  body .h-132-desktop {
    height: 132px;
  }
}
body .h-200 {
  height: 200px;
}
body .min-h-200 {
  min-height: 200px;
}
body .max-h-200 {
  max-height: 200px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-200-xxl-max-1800 {
    height: 200px;
  }
}
@media (max-width: 991px) {
  body .max-h-200-xs {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  body .max-h-200-xs {
    max-height: 200px;
  }
  body .min-h-200-xs {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  body .max-h-200-touch {
    max-height: 200px;
  }
  body .min-h-200-touch {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  body .max-h-200-xl {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  body .max-h-200-desktop {
    max-height: 200px;
  }
  body .min-h-200-desktop {
    min-height: 200px;
  }
  body .h-200-desktop {
    height: 200px;
  }
}
body .h-236 {
  height: 236px;
}
body .min-h-236 {
  min-height: 236px;
}
body .max-h-236 {
  max-height: 236px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-236-xxl-max-1800 {
    height: 236px;
  }
}
@media (max-width: 991px) {
  body .max-h-236-xs {
    max-height: 236px;
  }
}
@media (max-width: 767px) {
  body .max-h-236-xs {
    max-height: 236px;
  }
  body .min-h-236-xs {
    min-height: 236px;
  }
}
@media (max-width: 991px) {
  body .max-h-236-touch {
    max-height: 236px;
  }
  body .min-h-236-touch {
    min-height: 236px;
  }
}
@media (min-width: 1200px) {
  body .max-h-236-xl {
    max-height: 236px;
  }
}
@media (min-width: 992px) {
  body .max-h-236-desktop {
    max-height: 236px;
  }
  body .min-h-236-desktop {
    min-height: 236px;
  }
  body .h-236-desktop {
    height: 236px;
  }
}
body .h-250 {
  height: 250px;
}
body .min-h-250 {
  min-height: 250px;
}
body .max-h-250 {
  max-height: 250px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-250-xxl-max-1800 {
    height: 250px;
  }
}
@media (max-width: 991px) {
  body .max-h-250-xs {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  body .max-h-250-xs {
    max-height: 250px;
  }
  body .min-h-250-xs {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  body .max-h-250-touch {
    max-height: 250px;
  }
  body .min-h-250-touch {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  body .max-h-250-xl {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  body .max-h-250-desktop {
    max-height: 250px;
  }
  body .min-h-250-desktop {
    min-height: 250px;
  }
  body .h-250-desktop {
    height: 250px;
  }
}
body .h-300 {
  height: 300px;
}
body .min-h-300 {
  min-height: 300px;
}
body .max-h-300 {
  max-height: 300px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-300-xxl-max-1800 {
    height: 300px;
  }
}
@media (max-width: 991px) {
  body .max-h-300-xs {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  body .max-h-300-xs {
    max-height: 300px;
  }
  body .min-h-300-xs {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  body .max-h-300-touch {
    max-height: 300px;
  }
  body .min-h-300-touch {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  body .max-h-300-xl {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  body .max-h-300-desktop {
    max-height: 300px;
  }
  body .min-h-300-desktop {
    min-height: 300px;
  }
  body .h-300-desktop {
    height: 300px;
  }
}
body .h-420 {
  height: 420px;
}
body .min-h-420 {
  min-height: 420px;
}
body .max-h-420 {
  max-height: 420px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-420-xxl-max-1800 {
    height: 420px;
  }
}
@media (max-width: 991px) {
  body .max-h-420-xs {
    max-height: 420px;
  }
}
@media (max-width: 767px) {
  body .max-h-420-xs {
    max-height: 420px;
  }
  body .min-h-420-xs {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  body .max-h-420-touch {
    max-height: 420px;
  }
  body .min-h-420-touch {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  body .max-h-420-xl {
    max-height: 420px;
  }
}
@media (min-width: 992px) {
  body .max-h-420-desktop {
    max-height: 420px;
  }
  body .min-h-420-desktop {
    min-height: 420px;
  }
  body .h-420-desktop {
    height: 420px;
  }
}
body .h-620 {
  height: 620px;
}
body .min-h-620 {
  min-height: 620px;
}
body .max-h-620 {
  max-height: 620px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .h-620-xxl-max-1800 {
    height: 620px;
  }
}
@media (max-width: 991px) {
  body .max-h-620-xs {
    max-height: 620px;
  }
}
@media (max-width: 767px) {
  body .max-h-620-xs {
    max-height: 620px;
  }
  body .min-h-620-xs {
    min-height: 620px;
  }
}
@media (max-width: 991px) {
  body .max-h-620-touch {
    max-height: 620px;
  }
  body .min-h-620-touch {
    min-height: 620px;
  }
}
@media (min-width: 1200px) {
  body .max-h-620-xl {
    max-height: 620px;
  }
}
@media (min-width: 992px) {
  body .max-h-620-desktop {
    max-height: 620px;
  }
  body .min-h-620-desktop {
    min-height: 620px;
  }
  body .h-620-desktop {
    height: 620px;
  }
}
body .is-ls-1 {
  letter-spacing: 1px;
}
body .is-ls-2 {
  letter-spacing: 2px;
}
body .is-ls-3 {
  letter-spacing: 3px;
}
body .is-ls-4 {
  letter-spacing: 4px;
}
body .is-ls-5 {
  letter-spacing: 5px;
}
body .text-primary {
  color: var(--text-primary) !important;
}
body .text-secondary {
  color: var(--text-secondary) !important;
}
body .text-accent {
  color: var(--text-accent) !important;
}
body .text-disabled {
  color: var(--text-disabled) !important;
}
body .bg-primary {
  background-color: var(--bg) !important;
}
body .bg-secondary {
  background-color: var(--bg-light) !important;
}
body .text-right {
  text-align: right;
}
body .fw-semi-bold {
  font-weight: 600 !important;
}
body .break {
  width: 100%;
  flex-basis: 100%;
}
body .w-100 {
  width: 100% !important;
}
body .is-relative {
  position: relative;
}
body .is-clickable {
  cursor: pointer;
}
body .is-white-space-nowrap {
  white-space: nowrap;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .of-hidden {
  overflow: hidden;
}
body .is-size-jumbo {
  font-size: 60px;
}
body .no-decoration {
  text-decoration: none !important;
}
body .no-decoration:hover, body .no-decoration:focus, body .no-decoration:active {
  text-decoration: none !important;
}
body .no-decoration * {
  text-decoration: none !important;
}
body .no-decoration *:hover, body .no-decoration *:focus, body .no-decoration *:active {
  text-decoration: none !important;
}
body .one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
body .is-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-8-lines {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .of-x-auto {
  overflow-x: auto !important;
}
body .border-top-none {
  border-top: 0px !important;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-2 {
  z-index: 2;
}
body .z-index-1049 {
  z-index: 1049 !important;
}
body .aspect-ratio-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-16-9 .section-title {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
body .aspect-ratio-16-9 iframe, body .aspect-ratio-16-9 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /*height: 100%;*/
}
body .aspect-ratio-16-9.height-first iframe, body .aspect-ratio-16-9.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-16-9.width-first iframe, body .aspect-ratio-16-9.width-first img {
  height: unset !important;
  width: 100%;
}
body .aspect-ratio-10-7 {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-10-7.height-first iframe, body .aspect-ratio-10-7.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-10-7 .section-title {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
body .aspect-ratio-10-7 iframe, body .aspect-ratio-10-7 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-5-4 {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}
body .aspect-ratio-5-4.height-first iframe, body .aspect-ratio-5-4.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-5-4 iframe, body .aspect-ratio-5-4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-7-5 {
  position: relative;
  height: 0;
  padding-bottom: 71.4285714286%;
  overflow: hidden;
}
body .aspect-ratio-7-5 iframe, body .aspect-ratio-7-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-9-5 {
  position: relative;
  height: 0;
  padding-bottom: 56.2790697674%;
  overflow: hidden;
}
body .aspect-ratio-9-5.height-first iframe, body .aspect-ratio-9-5.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-9-5 iframe, body .aspect-ratio-9-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-9-4 {
  position: relative;
  height: 0;
  padding-bottom: 44.4444444444%;
  overflow: hidden;
}
body .aspect-ratio-9-4.height-first iframe, body .aspect-ratio-9-4.height-first img:not(.fc-promotion-shape) {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-9-4 iframe, body .aspect-ratio-9-4 img:not(.fc-promotion-shape) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-4-3 {
  position: relative;
  height: 0;
  padding-bottom: 74.56%;
  overflow: hidden;
}
body .aspect-ratio-4-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101%;
}
body .aspect-ratio-2-1 {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
body .aspect-ratio-2-1.height-first iframe, body .aspect-ratio-2-1.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-2-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-7-2 {
  position: relative;
  height: 0;
  padding-bottom: 28.56%;
  border-radius: 20px;
  overflow: hidden;
}
body .aspect-ratio-7-2 iframe, body .aspect-ratio-7-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-5-2 {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-5-2 iframe, body .aspect-ratio-5-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-3-1 {
  position: relative;
  height: 0;
  padding-bottom: 33.3333333333%;
  overflow: hidden;
}
body .aspect-ratio-3-1.height-first {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-3-1 iframe, body .aspect-ratio-3-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-3-2 {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
body .aspect-ratio-3-2.height-first iframe, body .aspect-ratio-3-2.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-3-2.radius-bottom-left {
  border-bottom-left-radius: 50px;
}
body .aspect-ratio-3-2 iframe, body .aspect-ratio-3-2 img:not(.fc-promotion-home-shape) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  width: 105%;
}
body .aspect-ratio-1-1 {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
body .aspect-ratio-1-1.height-first iframe, body .aspect-ratio-1-1.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-1-1 > iframe, body .aspect-ratio-1-1 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .form-select {
  box-shadow: none !important;
  border-color: #E2E2E2;
}
body .form-select:focus, body .form-select:active {
  border-color: #843CE2;
}
body .form-check:not(.form-switch) {
  padding-left: 26px;
}
body .form-check:not(.form-switch) .form-check-input {
  height: 24px;
  width: 24px;
  box-shadow: none !important;
  /*transform: translateY(-3px);*/
}
body .form-check:not(.form-switch) * {
  cursor: pointer;
}
body .form-switch .form-check-input {
  width: 35px;
  filter: none !important;
  height: 21px;
  cursor: pointer;
}
body .form-switch .form-check-input:checked {
  background-color: #843CE2 !important;
  border-color: #843CE2 !important;
}
body .img-abs-container {
  position: relative;
  overflow: hidden;
}
body .img-abs-container img, body .img-abs-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: unset !important;
}
body .img-abs-container.alfa-garage img, body .img-abs-container.alfa-garage iframe {
  width: unset !important;
  height: 100% !important;
}
body .img-abs-container.max-h img, body .img-abs-container.max-h iframe {
  height: unset !important;
}
body .img-abs-container.img-w-100 img {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (min-width: 1400px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (max-width: 991px) {
  body .img-abs-container {
    min-height: 400px;
  }
  body .img-abs-container img, body .img-abs-container iframe {
    width: 105%;
  }
}
@media (max-width: 767px) {
  body .img-abs-container {
    min-height: 200px;
  }
  body .img-abs-container img, body .img-abs-container iframe {
    width: 105%;
  }
}
body .card-tag {
  position: absolute;
  display: block;
}
body .card-tag.top-left {
  top: 15px;
  left: 15px;
}
body .card-tag.top-right {
  top: 15px;
  right: 15px;
}
body .card-tag.bottom-right {
  bottom: 15px;
  right: 15px;
}
body .card-tag.bottom-left {
  bottom: 15px;
  left: 15px;
}
body .fc-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0392156863);
}
body .fc-shadow-card {
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0392156863);
}
body .fc-shadow-bottom {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
body .input-validation-error {
  border: 1px solid #FB0D0D !important;
  background-color: #fff5f5;
}
body .field-validation-error span {
  color: #FB0D0D !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .field-validation-error span {
    font-size: 14px;
  }
}
body .p-fixed {
  position: fixed;
}
body .word-break-break-all {
  word-break: break-all;
}
body .pb-lg-section {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  body .pb-lg-section {
    padding-bottom: 60px;
  }
}
body .pb-section {
  /*padding-bottom: 120px;*/
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body .pb-section {
    padding-bottom: 60px;
  }
}
body .pt-section {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body .pt-section-lg-from {
    padding-top: 60px;
  }
  body .pb-section-lg-from {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  body .pt-section-md-from {
    padding-top: 60px;
  }
  body .pb-section-md-from {
    padding-bottom: 120px;
  }
}
body .pt-lg-section {
  padding-top: 120px;
}
@media (max-width: 991px) {
  body .pt-lg-section {
    padding-top: 60px;
  }
}
body .pt-xl-section {
  padding-top: 160px;
}
@media (max-width: 767px) {
  body .pt-xl-section {
    padding-top: 15px;
  }
}
body .px-section {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1401px) and (max-width: 1500px) {
  body .px-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .px-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .px-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body .px-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .pt-section-touch-only {
  padding-top: 0px;
}
@media (max-width: 991px) {
  body .pt-section-touch-only {
    padding-top: 30px;
  }
}
body .is-abs-h-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .is-abs-v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .is-abs-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  body .w-100-touch {
    width: 100%;
  }
}
body .save-car-btn .active-img {
  display: none;
}
body .save-car-btn.inline.active .active-img {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body .save-car-btn span {
    display: none !important;
  }
}
body .save-car-btn.active .active-img {
  display: block !important;
}
body .save-car-btn.active .not-active-img {
  display: none !important;
}
body .splide#slideDelivery .splide__track {
  overflow: visible;
}
body .splide#cars-slides .splide__arrows .splide__arrow {
  background: transparent;
}
body .splide#cars-slides .splide__arrows .splide__arrow svg {
  width: auto;
  height: 40px;
  fill: #FFFFFF !important;
}
body .splide#cars-slides .splide__arrows .splide__arrow--prev {
  left: 1em !important;
}
body .splide#cars-slides .splide__arrows .splide__arrow--next {
  right: 1em !important;
}
body .splide.reviews-slider .splide__arrows .splide__arrow {
  transform: translateY(-43px);
}
body .splide.reviews-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -4em;
}
body .splide.reviews-slider .splide__arrows .splide__arrow.splide__arrow--next {
  right: -4em;
}
body .splide.chi-siamo-slider .splide__track {
  overflow: visible;
}
body .splide.chi-siamo-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #FFB000;
}
@media (max-width: 767px) {
  body .splide.chi-siamo-slider {
    padding: 0px !important;
  }
  body .splide.chi-siamo-slider .splide__pagination {
    bottom: -38px;
  }
}
body .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
body .splide .splide__arrows .splide__arrow {
  width: 40px;
  height: 40px;
  background-color: white;
}
@media (min-width: 768px) {
  body .splide .splide__arrows .splide__arrow {
    transform: translateY(1px);
  }
}
body .splide .splide__arrows .splide__arrow:hover, body .splide .splide__arrows .splide__arrow:focus {
  background-color: #FFB000;
}
body .splide .splide__arrows .splide__arrow svg {
  width: 20px;
  height: 20px;
}
body .splide .splide__arrows .splide__arrow--prev {
  left: 2em;
}
@media (max-width: 767px) {
  body .splide .splide__arrows .splide__arrow--prev {
    left: 1em;
  }
}
body .splide .splide__arrows .splide__arrow--next {
  right: 2em;
}
@media (max-width: 767px) {
  body .splide .splide__arrows .splide__arrow--next {
    right: 1em;
  }
}
body .splide .splide__pagination__page.is-active {
  background-color: #0A0A0A;
}
body .glide .glide__bullets {
  bottom: -50px !important;
}
body .glide .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background-color: #0A0A0A;
  border-color: white;
}
body .glide .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: white !important;
}
@media (max-width: 991px) {
  body .glide .glide__bullets {
    bottom: -15px !important;
  }
}
body .glide .gc-car {
  margin-bottom: 0 !important;
}
body .glide.cars-slider .btn {
  pointer-events: none;
}
@media (min-width: 768px) {
  body .glide.cars-slider .glide__track {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  body .glide.articles-slider .glide__track {
    overflow: visible;
  }
}
body .glide.vdp-cars-slider .gc-car {
  border-radius: 12px !important;
  border: 2px solid var(--border-primary) !important;
  padding-bottom: 5px !important;
}
body .glide.vdp-cars-slider .gc-car .d-none-vdp {
  display: none !important;
}
body .glide.vdp-cars-slider .gc-car h4 {
  margin-bottom: 28px !important;
}
body .glide.vdp-cars-slider .gc-car [data-car-image] {
  margin-bottom: 28px !important;
}
@media (min-width: 768px) {
  body .glide.vdp-cars-slider .glide__track {
    overflow: visible;
  }
}
body .lg-outer {
  z-index: 15000001;
}
body .lg-backdrop {
  z-index: 15000000;
}
body .lg-counter span {
  color: #999 !important;
}
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
body .overlay .pic {
  width: 26px;
  height: 23px;
  background-image: url("/images/image-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body slider {
  position: relative;
}
body slider.custom-bg-yellow {
  display: block;
  /*margin-bottom: 3rem;*/
}
body slider.custom-bg-yellow:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #FFB000;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
}
body slider.custom-bg-yellow .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white !important;
}
body slider .swiper {
  overflow: visible;
}
body slider .swiper[data-slider-type=Carousel][data-slider=Car] [class^=swiper-button-] {
  top: unset !important;
  bottom: -60px;
}
body slider .swiper[data-slider-type=Carousel][data-slider=Car] .swiper-button-next {
  right: 0px !important;
}
body slider .swiper[data-slider-type=Carousel][data-slider=Car] .swiper-button-prev {
  left: 0px !important;
}
body slider .swiper .swiper-pagination {
  bottom: -40px;
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #E2E2E2;
  opacity: 1;
  width: 12px;
  height: 12px;
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7B7B7B !important;
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  transform: scale(0.87);
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
  transform: scale(0.87);
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(0.66);
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.66);
}
body slider .gas-slider-title {
  display: block !important;
  text-align: center;
}
body .promotions-home-slider .btn.btn-primary {
  padding: 6px 28px !important;
}
body .btn {
  --btn-bg: #FFFFFF;
  --btn-border-color: #0A0A0A;
  --btn-text-color: #FFFFFF;
  --btn-active-bg-color: #0A0A0A;
  padding: 6px 28px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-border-color) !important;
  color: var(--btn-text-color) !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  body .btn {
    border-radius: 6px !important;
  }
}
body .btn .text {
  color: var(--btn-text-color) !important;
}
body .btn:hover .not-active-img {
  display: none;
}
body .btn:hover .active-img {
  display: inline-block;
}
body .btn:hover .loader {
  color: white;
}
body .btn.btn-icon:hover,
body .btn.btn-icon .active {
  background-color: var(--btn-active-bg-color) !important;
}
body .btn.btn-icon:hover .not-active-img,
body .btn.btn-icon .active .not-active-img {
  display: none;
}
body .btn.btn-icon:hover .active-img,
body .btn.btn-icon .active .active-img {
  display: block;
}
body .btn:hover, body .btn:focus, body .btn:active,
body .btn .active {
  text-decoration: none !important;
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-border-color) !important;
  color: var(--btn-text-color) !important;
}
body .btn:not(.search-tag) img {
  transform: translateY(-1px);
}
body .btn .active-img {
  display: none;
}
body .btn.btn-menu {
  --btn-bg: transparent;
  border: none;
  padding: 6px 13px !important;
  padding-right: 0px !important;
}
body .btn.btn-footer {
  --btn-bg: #0A0A0A;
  --btn-border-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-footer {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-footer {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-footer {
    width: 100%;
  }
}
body .btn.btn-footer:not(.no-hover):hover, body .btn.btn-footer:not(.no-hover):focus, body .btn.btn-footer:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0A0A0A;
}
body .btn.btn-primary {
  --btn-bg: #FFB000;
  --btn-border-color: #FFB000;
  --btn-text-color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-primary:not(.no-hover):hover, body .btn.btn-primary:not(.no-hover):focus, body .btn.btn-primary:not(.no-hover):active {
  --btn-bg: #FFB000;
  --btn-border-color: #FFB000;
  --btn-text-color: #0A0A0A;
}
body .btn.btn-secondary {
  --btn-bg: #E2E2E2;
  --btn-border-color: #E2E2E2;
  --btn-text-color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px !important;
  padding-bottom: 9px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-secondary:not(.no-hover):hover, body .btn.btn-secondary:not(.no-hover):focus, body .btn.btn-secondary:not(.no-hover):active {
  --btn-bg: #004dbe;
  --btn-border-color: #004dbe;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-white {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-white:not(.no-hover):hover, body .btn.btn-white:not(.no-hover):focus, body .btn.btn-white:not(.no-hover):active {
  --btn-bg: #004dbe;
  --btn-border-color: #004dbe;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-text-red {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E2E2E2;
  --btn-text-color: #E90000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-text-red:not(.no-hover):hover, body .btn.btn-text-red:not(.no-hover):focus, body .btn.btn-text-red:not(.no-hover):active {
  --btn-bg: #004dbe;
  --btn-border-color: #004dbe;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-action {
  --btn-bg: #843CE2;
  --btn-border-color: #843CE2;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-action:not(.no-hover):hover, body .btn.btn-action:not(.no-hover):focus, body .btn.btn-action:not(.no-hover):active {
  --btn-bg: #843CE2;
  --btn-border-color: #843CE2;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-whatsapp {
  --btn-bg: #008836;
  --btn-border-color: #008836;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-whatsapp:not(.no-hover):hover, body .btn.btn-whatsapp:not(.no-hover):focus, body .btn.btn-whatsapp:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #008836;
  --btn-text-color: #008836;
}
body .btn.btn-whatsapp-empty {
  --btn-bg: #FFFFFF;
  --btn-border-color: #008836;
  --btn-text-color: #008836;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-whatsapp-empty:not(.no-hover):hover, body .btn.btn-whatsapp-empty:not(.no-hover):active {
  --btn-bg: #008836;
  --btn-border-color: #008836;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-whatsapp-empty:not(.no-hover):hover span, body .btn.btn-whatsapp-empty:not(.no-hover):active span {
  color: white !important;
}
body .btn.btn-info {
  --btn-bg: #004dbe;
  --btn-border-color: #004dbe;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-info:not(.no-hover):hover, body .btn.btn-info:not(.no-hover):focus, body .btn.btn-info:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #004dbe;
  --btn-text-color: #004dbe;
}
body .btn.btn-tag {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E2E2E2;
  --btn-text-color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body .btn.btn-tag.not-clickable {
  cursor: auto !important;
}
body .btn.btn-tag.small {
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 14px;
}
body .btn.btn-tag.active {
  --btn-bg: #FFB000;
  --btn-border-color: #FFB000;
}
body .btn.btn-tag.rounded {
  border-radius: 80px !important;
}
body .btn.btn-tag.search-tag:hover {
  --btn-text-color: #E90000;
}
body .btn.btn-tag.search-tag:focus, body .btn.btn-tag.search-tag:active {
  --btn-text-color: #E90000;
}
body .btn.btn-tag:not(.not-clickable):not(.no-hover):not(.active):hover {
  --btn-bg: #fff9eb;
  --btn-border-color: #FFB000;
}
body .btn.btn-tag:not(.not-clickable):not(.no-hover):not(.active):focus, body .btn.btn-tag:not(.not-clickable):not(.no-hover):not(.active):active {
  --btn-bg: #FFB000;
  --btn-border-color: #FFB000;
}
body .btn.btn-default {
  --btn-bg: transparent;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  /*            padding-left: 30px !important;
  padding-right: 25px !important;*/
  padding-left: 100px !important;
  padding-right: 100px !important;
  /*            @include touch {
      padding-top: 7px !important;
      padding-bottom: 9px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  @include large {
      padding-left: 22px !important;
      padding-right: 22px !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100%;
  }
}
body .btn.btn-default:not(.no-hover):hover, body .btn.btn-default:not(.no-hover):focus, body .btn.btn-default:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0A0A0A;
}
body .btn.btn-search-tag {
  --btn-bg: #0A0A0A;
  --btn-border-color: #0A0A0A;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 30px !important;
  padding-right: 25px !important;
}
@media (max-width: 991px) {
  body .btn.btn-search-tag {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-search-tag {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-search-tag:not(.no-hover):hover, body .btn.btn-search-tag:not(.no-hover):focus, body .btn.btn-search-tag:not(.no-hover):active {
  --btn-bg: #0A0A0A;
  --btn-border-color: #0A0A0A;
  --btn-text-color: #FFB000;
}
body .btn.btn-icon {
  --btn-bg: #FFFFFF;
  --btn-border-color: grey;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding: 13px !important;
  width: 50px;
  height: 50px;
  position: relative;
}
body .btn.btn-icon.back-to-top-btn {
  width: 60px;
  height: 60px;
  padding: 0px !important;
  --btn-border-color: blue;
}
body .btn.btn-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .btn.btn-icon.for-whatsapp {
  --btn-active-bg-color: #008836;
}
body .btn.btn-icon.blue {
  --btn-active-bg-color: blue;
}
body .btn.btn-icon.dark-red {
  --btn-active-bg-color: red;
}
body .btn.btn-icon.white {
  --btn-active-bg-color: #FFFFFF;
}
body .btn.no-upper {
  text-transform: unset !important;
}
body .btn.no-borders {
  border: none !important;
}
body .btn.no-padding {
  padding: 0 !important;
}
body .btn.no-rounded {
  border-radius: 0px !important;
}
body .btn.is-normal {
  font-weight: normal !important;
}
body .btn.btn-submit .btnloader {
  display: none;
}
body .btn.btn-submit .btnloader .loader {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 31px;
  height: 31px;
}
body .btn.btn-submit .btnloader .loader:after {
  width: 31px;
  height: 31px;
}
body .btn.btn-submit.loading {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
body .btn.btn-submit.loading .text {
  display: none;
}
body .btn.btn-submit.loading .btnloader {
  display: block;
}
body .back-to-top-btn {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
body .back-to-top-btn.is-active {
  visibility: visible;
  opacity: 1;
}
body .back-to-top-btn img {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
body .btn-close {
  box-shadow: none !important;
  background: transparent url("/images/close-icon-grey.svg") center/1em auto no-repeat;
}
body .form-control {
  box-shadow: none !important;
  outline: none;
}
body .form-control:focus {
  border-color: #843CE2;
}
body .form-check-input:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}
body .form-check-input:checked {
  background-color: #843CE2;
  border-color: #843CE2;
}
body .iub__us-widget {
  display: none !important;
}
body #iubenda-cs-banner span {
  color: white !important;
}
@media (max-width: 991px) {
  body .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right] {
    left: 5px !important;
    right: unset !important;
    bottom: 5px !important;
  }
}
body header {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 150000;
}
body header .labelNavbar {
  position: absolute;
  z-index: -1;
  bottom: calc(100% + 3px);
  width: 109px;
  top: unset !important;
}
@media (min-width: 1780px) and (max-width: 1920px) {
  body header .labelNavbar {
    position: absolute;
    z-index: -1;
    width: 5.9%;
    top: unset !important;
  }
}
@media (min-width: 1920px) {
  body header .labelNavbar {
    position: absolute;
    z-index: -1;
    left: -63px;
    width: 186px;
    top: unset !important;
    height: 20px;
  }
}
@media (max-width: 991px) {
  body header .bg-header {
    background-image: unset !important;
    background-color: grey;
  }
  body header .bg-header .overlay {
    display: none;
  }
  body header nav {
    display: none;
  }
}
body .search-form .m-range-slider {
  margin-top: 70px !important;
}
body .search-form .m-range-slider .noUi-tooltip {
  background-color: #F8F8F8 !important;
}
body .m-range-slider {
  background: #E2E2E2;
  border: none !important;
  box-shadow: none !important;
  height: 6px;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body .m-range-slider {
    margin-left: 30px;
    margin-right: 30px;
  }
}
body .m-range-slider .noUi-base .noUi-connect {
  background-color: #FFB000;
}
body .m-range-slider .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 36px;
  height: 36px;
  right: -16px;
  top: -16px;
  border-radius: 35px;
  border: 4px solid #FFB000;
}
body .m-range-slider .noUi-origin .noUi-handle:before {
  display: none;
}
body .m-range-slider .noUi-origin .noUi-handle:after {
  display: none;
}
body .m-range-slider .noUi-handle-upper .noUi-tooltip {
  bottom: unset;
  top: 140%;
}
body .m-range-slider .noUi-handle-lower .noUi-tooltip {
  bottom: 140%;
}
body .m-range-slider .noUi-tooltip {
  border: none;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .search-form .select2 .select2-selection .select2-selection__rendered {
    padding: 8px 31px 8px 14px !important;
  }
  body .search-form .select2 .select2-selection .select2-selection__arrow {
    top: 20px;
    right: 9px;
  }
  body .search-form .select2-container:not(.select2) .select2-dropdown .select2-results__options {
    padding-left: 0rem !important;
    padding-right: 0.3rem !important;
  }
}
body .select2 {
  z-index: 0;
  width: 100% !important;
}
body .select2.select2-container--disabled {
  opacity: 0.4;
}
body .select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(-180deg);
}
body .select2:not(.select2-container--disabled) .select2-selection:hover {
  background-color: #fff9eb;
  border-color: #FFB000;
}
body .select2 .select2-selection {
  /*border: none;*/
  border-color: #E2E2E2;
  height: unset !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out;
}
body .select2 .select2-selection .select2-selection__arrow {
  top: 0px;
  right: 25px;
  width: 23px;
  height: 23px;
}
body .select2 .select2-selection .select2-selection__arrow b {
  border: none !important;
  /*background-image: url(/images/chevron-icon.svg) !important;*/
  background-image: url(/images/icon-chevron-down-black.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  /*width: 16px;
  height: 16px;*/
  transition: all 0.3s;
  /* left: unset;
  top: unset;*/
  margin: unset;
}
body .select2 .select2-selection .select2-selection__rendered {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  color: black !important;
  /*padding: 13px 47px 12px 14px !important;*/
  padding: 8px 47px 9px 20px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2 .select2-selection .select2-selection__rendered {
    font-size: 14px;
  }
}
body .select2-container:not(.select2) {
  z-index: 1500;
}
body .select2-container:not(.select2).select2-container--above {
  margin-top: 0px !important;
  transform: translateY(-25px);
}
body .select2-container:not(.select2).select2-container--above .select2-dropdown .select2-results {
  padding-bottom: 25px !important;
  padding-top: 0px !important;
}
body .select2-container:not(.select2).select2-container--above .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #ddd !important;
}
body .select2-container:not(.select2) .select2-dropdown {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border: 1px solid #ddd;
  padding-right: 5px;
  margin-top: -16px;
  transform: translateX(-1px);
  padding-bottom: 4px;
}
body .select2-container:not(.select2) .select2-dropdown.select2-dropdown--above {
  margin-bottom: -25px !important;
  margin-top: 0px !important;
  transform: translateY(25px);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
body .select2-container:not(.select2) .select2-dropdown.select2-dropdown--above .select2-results {
  padding-bottom: 25px !important;
  padding-top: 0px !important;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results {
  padding-top: 25px;
  background-color: white;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options {
  max-height: 313px;
  /*padding-left: 0rem;
  padding-right: 5px;*/
  padding-left: 6px;
  padding-right: 8px;
  /* width */
  /* Track */
  /* Handle */
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 12px;
  border-top: 1px solid #E2E2E2;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 14px;
  }
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #ddd !important;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]).select2-results__option--highlighted, body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true])[aria-selected=true] {
  background-color: #F9F9F9;
  color: #0A0A0A;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true])[aria-selected=true] {
  font-weight: bold;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):hover, body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):focus {
  background-color: #F9F9F9;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: white;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #FFB000;
  border-radius: 50px;
}
body .dropdown:hover > .dropdown-menu {
  display: block;
}
body .dropend:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  transform: translateY(-8px);
}
body .dropdown .dropdown-toggle {
  cursor: pointer;
  margin-right: -5px;
}
body .dropdown .dropdown-toggle::after {
  margin-left: 0.165em;
  vertical-align: unset !important;
  content: "";
  border: none !important;
  background-image: url(/images/icon-chevron-down-black.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  transform: translateY(4px);
}
body .dropend .dropdown-toggle {
  cursor: pointer;
}
body .dropend .dropdown-toggle::after {
  margin-left: 0.165em;
  vertical-align: unset !important;
  content: "";
  border: none !important;
  background-image: url(/images/icon-chevron-right-black.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  transform: translateY(4px);
}
body .dropdown-menu {
  background-color: #FFFFFF;
  position: fixed;
}
body .dropdown-menu .dropdown-item {
  color: #0A0A0A !important;
}
body .dropdown-menu .dropdown-item:hover, body .dropdown-menu .dropdown-item:focus {
  background-color: #FFB000;
  color: white !important;
  text-decoration: none !important;
}
body .dropdown-menu .dropdown-item:focus {
  text-decoration: none !important;
}
body .dropdown-menu .dropdown-item:active {
  background-color: #0A0A0A !important;
}
body .accordion .accordion-button {
  /*background-color: white !important;*/
  color: #0A0A0A !important;
  box-shadow: none !important;
}
body .accordion .accordion-button:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem #2684FF !important;
}
body .fc-accordion .fc-accordion-body {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body .fc-accordion .fc-accordion-title {
  cursor: pointer;
}
body .fc-accordion .fc-accordion-title .arrow {
  transition: all 0.3s ease-in-out;
  user-select: none;
  transform: rotate(-180deg);
}
body .fc-accordion:not(.is-open) .fc-accordion-body {
  height: 0 !important;
  min-height: 0 !important;
}
body .fc-accordion:not(.is-open) .fc-accordion-title .arrow {
  transform: rotate(0deg);
}
body .modal-backdrop {
  /*background-color: rgba(0, 38, 45, 1) !important;*/
  background-color: #0A0A0A;
}
body .modal-backdrop.show {
  opacity: 0.9;
}
@media (max-width: 991px) {
  body .modal#contact-form-full-modal .modal-dialog, body .modal#cant-find-car-full-modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  body .modal#contact-form-full-modal .modal-dialog, body .modal#cant-find-car-full-modal .modal-dialog {
    margin: 0;
    height: 100%;
  }
}
body .modal#share-modal .modal-dialog, body .modal#contact-form-success-modal .modal-dialog, body .modal#info-funding-price-modal .modal-dialog, body .modal#info-discounted-price-modal .modal-dialog, body .modal#info-premium-price-modal .modal-dialog, body .modal#apply-for-a-job-success-modal .modal-dialog, body .modal#any-questions-modal .modal-dialog {
  margin-top: 50vh;
  transform: translateY(-50%);
}
body .modal#test-drive-modal .modal-dialog {
  margin-top: 70px;
  margin-bottom: 80px;
  transform: unset;
}
@media (max-width: 767px) {
  body .modal#advanced-search-modal.is-focus .cancel-btn {
    width: auto !important;
    opacity: 1 !important;
    margin-left: 16px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  body .modal#advanced-search-modal {
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  body .modal#advanced-search-modal {
    margin-top: 59px;
  }
  body .modal#advanced-search-modal .modal-dialog {
    margin: 0 !important;
    height: calc(100% - 59.34px);
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content {
    border-radius: 0 !important;
    background-color: rgba(0, 38, 45, 0.9) !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .modal-body {
    overflow-x: hidden;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form {
    border-color: #008836;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form .cancel-btn {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form input[name=Search] {
    border-radius: 6px;
    padding-left: 13px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .default-content h4, body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .default-content span {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .no-results-message h4, body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .no-results-message p {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .search-results span {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .btn-search-tag {
    background-color: #FFB000 !important;
    color: #0A0A0A !important;
    font-weight: 500 !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .search-results a:not(.fc-card) {
    border-color: #008836 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .modal#advanced-search-modal .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  body .modal#test-drive-modal {
    margin-top: 69px;
    /*                .modal-dialog {
        padding-top: 100px;
    }*/
  }
}
body .modal .modal-header {
  margin-bottom: -56px;
  border-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  body .modal .modal-header {
    margin-bottom: -15px;
  }
}
body .advanced-search-result .default-content {
  display: none;
}
body .advanced-search-result .no-results-message {
  display: none;
}
body .advanced-search-result .loader-content {
  display: none;
}
body .advanced-search-result.is-default .default-content {
  display: block;
}
body .advanced-search-result.is-default .search-results {
  display: none;
}
body .advanced-search-result.no-results .default-content {
  display: none;
}
body .advanced-search-result.no-results .search-results {
  display: none;
}
body .advanced-search-result.no-results .no-results-message {
  display: block;
}
body .advanced-search-result.is-loading .loader-content {
  display: block;
}
body .advanced-search-result.is-loading .default-content {
  display: none;
}
body .advanced-search-result.is-loading .search-results {
  display: none;
}
body .advanced-search-result.is-loading .no-results-message {
  display: none;
}
body .work-with-us {
  margin-top: 112px;
}
@media (max-width: 991px) {
  body .work-with-us {
    margin-top: 78px;
  }
}
body .work-with-us .banner-img {
  margin-top: -140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .work-with-us .banner-img {
    max-width: 278px;
  }
}
@media (max-width: 767px) {
  body .work-with-us .banner-img {
    margin-top: -102px;
    max-width: 210px;
  }
}
body #breadcrumbs {
  max-width: 100%;
  /*padding-bottom: 3px !important;*/
}
body #breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  body #breadcrumbs {
    overflow-x: auto;
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #breadcrumbs {
    overflow-x: auto;
  }
}
body .breadcrumb {
  flex-wrap: nowrap;
  align-items: baseline;
  /*        .breadcrumb-item:last-child {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }*/
}
body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
  color: inherit !important;
  float: unset !important;
}
@media (max-width: 767px) {
  body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: unset !important;
  }
}
body .loader,
body .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
body .loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -100em;
  overflow: hidden;
  border-top: 1.1em solid rgba(255, 176, 0, 0.2);
  border-right: 1.1em solid rgba(255, 176, 0, 0.2);
  border-bottom: 1.1em solid rgba(255, 176, 0, 0.2);
  border-left: 1.1em solid #FFB000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
body .loader.white {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body .pin-desktop {
  display: block;
  width: 140px;
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  body .pin-desktop {
    display: none !important;
  }
}
body .pin-mobile {
  display: none;
}
@media (max-width: 767px) {
  body .pin-mobile {
    display: block;
    position: absolute;
    width: 70px;
    top: -30px;
    right: 15px;
    z-index: 10;
  }
}
