@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap);
.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}

*[data-show-content] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
}
*[data-show-content].--visible {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

*[data-anim=fade-in] {
  transform: translateY(50px);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in] {
    transition-delay: 0;
  }
}
*[data-anim=fade-in].fade-in {
  transform: translateY(0px);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

*[data-anim=fade-in-left] {
  transform: translateX(-60px);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in-left] {
    transform: translateX(0px);
  }
}
*[data-anim=fade-in-left].fade-in-left {
  transform: translateX(0px);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

*[data-anim=fade-in-right] {
  transform: translateX(60px);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in-right] {
    transform: translateX(0px);
  }
}
*[data-anim=fade-in-right].fade-in-right {
  transform: translateX(0px);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

*[data-anim=scale-in] {
  transform: scale(0.7);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
*[data-anim=scale-in].scale-in {
  transform: scale(1);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

*[data-anim=anim-line] {
  padding-top: 10.2rem !important;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023.9px) {
  *[data-anim=anim-line] {
    padding-top: 9rem !important;
  }
}
*[data-anim=anim-line]:before {
  width: 0 !important;
}
*[data-anim=anim-line].anim-line {
  padding-top: 6.2rem !important;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 1023.9px) {
  *[data-anim=anim-line].anim-line {
    padding-top: 5rem !important;
  }
}
*[data-anim=anim-line].anim-line:before {
  width: 100% !important;
}

*[data-anim=box-fade-in] {
  transform: translateY(70px);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: calc(100ms * var(--data-iteration));
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 1023.9px) {
  *[data-anim=box-fade-in] {
    transition-delay: 0;
  }
}
*[data-anim=box-fade-in].box-fade-in {
  transform: translateY(0px);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1rem;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 1rem;
}

a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 300ms;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@font-face {
  font-family: "Nunito Sans";
  src: url(/fonts/NunitoSans_10pt_Condensed-Bold.ttf?6307010a91e9e71e79290718b807cf31) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(/fonts/NunitoSans_10pt_Condensed-Medium.ttf?a1bedac65b15394c0792e1890e102ea2) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(/fonts/NunitoSans_10pt_Condensed-SemiBold.ttf?31a543d8cd24e808e2e585a11401685a) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !important;
}

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

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

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

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

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

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

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

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-0p8 {
  gap: 0.8rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-1p5 {
  gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-2p5 {
  gap: 2.5rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-16 {
  gap: 16rem !important;
}

.gap-19 {
  gap: 19rem !important;
}

.gap-20 {
  gap: 20rem !important;
}

.gap-27 {
  gap: 27rem !important;
}

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0p8 {
  margin: 0.8rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1p5 {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-2p5 {
  margin: 2.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-27 {
  margin: 27rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-0p8 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-1p5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-2p5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-27 {
  margin-right: 27rem !important;
  margin-left: 27rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0p8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1p5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-2p5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0p8 {
  margin-top: 0.8rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1p5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2p5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mt-27 {
  margin-top: 27rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0p8 {
  margin-right: 0.8rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-1p5 {
  margin-right: 1.5rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-2p5 {
  margin-right: 2.5rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-19 {
  margin-right: 19rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

.me-27 {
  margin-right: 27rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0p8 {
  margin-bottom: 0.8rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1p5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2p5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.mb-27 {
  margin-bottom: 27rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0p8 {
  margin-left: 0.8rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-1p5 {
  margin-left: 1.5rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-2p5 {
  margin-left: 2.5rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-19 {
  margin-left: 19rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

.ms-27 {
  margin-left: 27rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0p8 {
  padding: 0.8rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1p5 {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-2p5 {
  padding: 2.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-27 {
  padding: 27rem !important;
}

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

.px-0p8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-1p5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-2p5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-27 {
  padding-right: 27rem !important;
  padding-left: 27rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-0p8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1p5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-2p5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0p8 {
  padding-top: 0.8rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1p5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2p5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-27 {
  padding-top: 27rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0p8 {
  padding-right: 0.8rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-1p5 {
  padding-right: 1.5rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-2p5 {
  padding-right: 2.5rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pe-19 {
  padding-right: 19rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-27 {
  padding-right: 27rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0p8 {
  padding-bottom: 0.8rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1p5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2p5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-27 {
  padding-bottom: 27rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0p8 {
  padding-left: 0.8rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-1p5 {
  padding-left: 1.5rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-2p5 {
  padding-left: 2.5rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.ps-19 {
  padding-left: 19rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-27 {
  padding-left: 27rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-xsm-start {
    float: left !important;
  }

  .float-xsm-end {
    float: right !important;
  }

  .float-xsm-none {
    float: none !important;
  }

  .d-xsm-inline {
    display: inline !important;
  }

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

  .d-xsm-block {
    display: block !important;
  }

  .d-xsm-grid {
    display: grid !important;
  }

  .d-xsm-table {
    display: table !important;
  }

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

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

  .d-xsm-flex {
    display: flex !important;
  }

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

  .d-xsm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xsm-0 {
    gap: 0 !important;
  }

  .gap-xsm-0p8 {
    gap: 0.8rem !important;
  }

  .gap-xsm-1 {
    gap: 1rem !important;
  }

  .gap-xsm-1p5 {
    gap: 1.5rem !important;
  }

  .gap-xsm-2 {
    gap: 2rem !important;
  }

  .gap-xsm-2p5 {
    gap: 2.5rem !important;
  }

  .gap-xsm-3 {
    gap: 3rem !important;
  }

  .gap-xsm-4 {
    gap: 4rem !important;
  }

  .gap-xsm-5 {
    gap: 5rem !important;
  }

  .gap-xsm-6 {
    gap: 6rem !important;
  }

  .gap-xsm-7 {
    gap: 7rem !important;
  }

  .gap-xsm-8 {
    gap: 8rem !important;
  }

  .gap-xsm-9 {
    gap: 9rem !important;
  }

  .gap-xsm-10 {
    gap: 10rem !important;
  }

  .gap-xsm-15 {
    gap: 15rem !important;
  }

  .gap-xsm-16 {
    gap: 16rem !important;
  }

  .gap-xsm-19 {
    gap: 19rem !important;
  }

  .gap-xsm-20 {
    gap: 20rem !important;
  }

  .gap-xsm-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-xsm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xsm-first {
    order: -1 !important;
  }

  .order-xsm-0 {
    order: 0 !important;
  }

  .order-xsm-1 {
    order: 1 !important;
  }

  .order-xsm-2 {
    order: 2 !important;
  }

  .order-xsm-3 {
    order: 3 !important;
  }

  .order-xsm-4 {
    order: 4 !important;
  }

  .order-xsm-5 {
    order: 5 !important;
  }

  .order-xsm-last {
    order: 6 !important;
  }

  .m-xsm-0 {
    margin: 0 !important;
  }

  .m-xsm-0p8 {
    margin: 0.8rem !important;
  }

  .m-xsm-1 {
    margin: 1rem !important;
  }

  .m-xsm-1p5 {
    margin: 1.5rem !important;
  }

  .m-xsm-2 {
    margin: 2rem !important;
  }

  .m-xsm-2p5 {
    margin: 2.5rem !important;
  }

  .m-xsm-3 {
    margin: 3rem !important;
  }

  .m-xsm-4 {
    margin: 4rem !important;
  }

  .m-xsm-5 {
    margin: 5rem !important;
  }

  .m-xsm-6 {
    margin: 6rem !important;
  }

  .m-xsm-7 {
    margin: 7rem !important;
  }

  .m-xsm-8 {
    margin: 8rem !important;
  }

  .m-xsm-9 {
    margin: 9rem !important;
  }

  .m-xsm-10 {
    margin: 10rem !important;
  }

  .m-xsm-15 {
    margin: 15rem !important;
  }

  .m-xsm-16 {
    margin: 16rem !important;
  }

  .m-xsm-19 {
    margin: 19rem !important;
  }

  .m-xsm-20 {
    margin: 20rem !important;
  }

  .m-xsm-27 {
    margin: 27rem !important;
  }

  .m-xsm-auto {
    margin: auto !important;
  }

  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xsm-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xsm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xsm-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xsm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xsm-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xsm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xsm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xsm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xsm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xsm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xsm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xsm-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xsm-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xsm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xsm-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xsm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xsm-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xsm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xsm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xsm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xsm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xsm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xsm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xsm-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xsm-0 {
    margin-top: 0 !important;
  }

  .mt-xsm-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xsm-1 {
    margin-top: 1rem !important;
  }

  .mt-xsm-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xsm-2 {
    margin-top: 2rem !important;
  }

  .mt-xsm-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xsm-3 {
    margin-top: 3rem !important;
  }

  .mt-xsm-4 {
    margin-top: 4rem !important;
  }

  .mt-xsm-5 {
    margin-top: 5rem !important;
  }

  .mt-xsm-6 {
    margin-top: 6rem !important;
  }

  .mt-xsm-7 {
    margin-top: 7rem !important;
  }

  .mt-xsm-8 {
    margin-top: 8rem !important;
  }

  .mt-xsm-9 {
    margin-top: 9rem !important;
  }

  .mt-xsm-10 {
    margin-top: 10rem !important;
  }

  .mt-xsm-15 {
    margin-top: 15rem !important;
  }

  .mt-xsm-16 {
    margin-top: 16rem !important;
  }

  .mt-xsm-19 {
    margin-top: 19rem !important;
  }

  .mt-xsm-20 {
    margin-top: 20rem !important;
  }

  .mt-xsm-27 {
    margin-top: 27rem !important;
  }

  .mt-xsm-auto {
    margin-top: auto !important;
  }

  .me-xsm-0 {
    margin-right: 0 !important;
  }

  .me-xsm-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xsm-1 {
    margin-right: 1rem !important;
  }

  .me-xsm-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xsm-2 {
    margin-right: 2rem !important;
  }

  .me-xsm-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xsm-3 {
    margin-right: 3rem !important;
  }

  .me-xsm-4 {
    margin-right: 4rem !important;
  }

  .me-xsm-5 {
    margin-right: 5rem !important;
  }

  .me-xsm-6 {
    margin-right: 6rem !important;
  }

  .me-xsm-7 {
    margin-right: 7rem !important;
  }

  .me-xsm-8 {
    margin-right: 8rem !important;
  }

  .me-xsm-9 {
    margin-right: 9rem !important;
  }

  .me-xsm-10 {
    margin-right: 10rem !important;
  }

  .me-xsm-15 {
    margin-right: 15rem !important;
  }

  .me-xsm-16 {
    margin-right: 16rem !important;
  }

  .me-xsm-19 {
    margin-right: 19rem !important;
  }

  .me-xsm-20 {
    margin-right: 20rem !important;
  }

  .me-xsm-27 {
    margin-right: 27rem !important;
  }

  .me-xsm-auto {
    margin-right: auto !important;
  }

  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }

  .mb-xsm-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xsm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xsm-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xsm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xsm-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xsm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xsm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xsm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xsm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xsm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xsm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xsm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xsm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xsm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xsm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xsm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xsm-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xsm-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xsm-auto {
    margin-bottom: auto !important;
  }

  .ms-xsm-0 {
    margin-left: 0 !important;
  }

  .ms-xsm-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xsm-1 {
    margin-left: 1rem !important;
  }

  .ms-xsm-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xsm-2 {
    margin-left: 2rem !important;
  }

  .ms-xsm-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xsm-3 {
    margin-left: 3rem !important;
  }

  .ms-xsm-4 {
    margin-left: 4rem !important;
  }

  .ms-xsm-5 {
    margin-left: 5rem !important;
  }

  .ms-xsm-6 {
    margin-left: 6rem !important;
  }

  .ms-xsm-7 {
    margin-left: 7rem !important;
  }

  .ms-xsm-8 {
    margin-left: 8rem !important;
  }

  .ms-xsm-9 {
    margin-left: 9rem !important;
  }

  .ms-xsm-10 {
    margin-left: 10rem !important;
  }

  .ms-xsm-15 {
    margin-left: 15rem !important;
  }

  .ms-xsm-16 {
    margin-left: 16rem !important;
  }

  .ms-xsm-19 {
    margin-left: 19rem !important;
  }

  .ms-xsm-20 {
    margin-left: 20rem !important;
  }

  .ms-xsm-27 {
    margin-left: 27rem !important;
  }

  .ms-xsm-auto {
    margin-left: auto !important;
  }

  .p-xsm-0 {
    padding: 0 !important;
  }

  .p-xsm-0p8 {
    padding: 0.8rem !important;
  }

  .p-xsm-1 {
    padding: 1rem !important;
  }

  .p-xsm-1p5 {
    padding: 1.5rem !important;
  }

  .p-xsm-2 {
    padding: 2rem !important;
  }

  .p-xsm-2p5 {
    padding: 2.5rem !important;
  }

  .p-xsm-3 {
    padding: 3rem !important;
  }

  .p-xsm-4 {
    padding: 4rem !important;
  }

  .p-xsm-5 {
    padding: 5rem !important;
  }

  .p-xsm-6 {
    padding: 6rem !important;
  }

  .p-xsm-7 {
    padding: 7rem !important;
  }

  .p-xsm-8 {
    padding: 8rem !important;
  }

  .p-xsm-9 {
    padding: 9rem !important;
  }

  .p-xsm-10 {
    padding: 10rem !important;
  }

  .p-xsm-15 {
    padding: 15rem !important;
  }

  .p-xsm-16 {
    padding: 16rem !important;
  }

  .p-xsm-19 {
    padding: 19rem !important;
  }

  .p-xsm-20 {
    padding: 20rem !important;
  }

  .p-xsm-27 {
    padding: 27rem !important;
  }

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

  .px-xsm-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xsm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xsm-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xsm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xsm-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xsm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xsm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xsm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xsm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xsm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xsm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xsm-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xsm-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xsm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xsm-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xsm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xsm-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xsm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xsm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xsm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xsm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xsm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xsm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xsm-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xsm-0 {
    padding-top: 0 !important;
  }

  .pt-xsm-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xsm-1 {
    padding-top: 1rem !important;
  }

  .pt-xsm-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xsm-2 {
    padding-top: 2rem !important;
  }

  .pt-xsm-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xsm-3 {
    padding-top: 3rem !important;
  }

  .pt-xsm-4 {
    padding-top: 4rem !important;
  }

  .pt-xsm-5 {
    padding-top: 5rem !important;
  }

  .pt-xsm-6 {
    padding-top: 6rem !important;
  }

  .pt-xsm-7 {
    padding-top: 7rem !important;
  }

  .pt-xsm-8 {
    padding-top: 8rem !important;
  }

  .pt-xsm-9 {
    padding-top: 9rem !important;
  }

  .pt-xsm-10 {
    padding-top: 10rem !important;
  }

  .pt-xsm-15 {
    padding-top: 15rem !important;
  }

  .pt-xsm-16 {
    padding-top: 16rem !important;
  }

  .pt-xsm-19 {
    padding-top: 19rem !important;
  }

  .pt-xsm-20 {
    padding-top: 20rem !important;
  }

  .pt-xsm-27 {
    padding-top: 27rem !important;
  }

  .pe-xsm-0 {
    padding-right: 0 !important;
  }

  .pe-xsm-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xsm-1 {
    padding-right: 1rem !important;
  }

  .pe-xsm-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xsm-2 {
    padding-right: 2rem !important;
  }

  .pe-xsm-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xsm-3 {
    padding-right: 3rem !important;
  }

  .pe-xsm-4 {
    padding-right: 4rem !important;
  }

  .pe-xsm-5 {
    padding-right: 5rem !important;
  }

  .pe-xsm-6 {
    padding-right: 6rem !important;
  }

  .pe-xsm-7 {
    padding-right: 7rem !important;
  }

  .pe-xsm-8 {
    padding-right: 8rem !important;
  }

  .pe-xsm-9 {
    padding-right: 9rem !important;
  }

  .pe-xsm-10 {
    padding-right: 10rem !important;
  }

  .pe-xsm-15 {
    padding-right: 15rem !important;
  }

  .pe-xsm-16 {
    padding-right: 16rem !important;
  }

  .pe-xsm-19 {
    padding-right: 19rem !important;
  }

  .pe-xsm-20 {
    padding-right: 20rem !important;
  }

  .pe-xsm-27 {
    padding-right: 27rem !important;
  }

  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }

  .pb-xsm-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xsm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xsm-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xsm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xsm-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xsm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xsm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xsm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xsm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xsm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xsm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xsm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xsm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xsm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xsm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xsm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xsm-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xsm-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xsm-0 {
    padding-left: 0 !important;
  }

  .ps-xsm-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xsm-1 {
    padding-left: 1rem !important;
  }

  .ps-xsm-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xsm-2 {
    padding-left: 2rem !important;
  }

  .ps-xsm-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xsm-3 {
    padding-left: 3rem !important;
  }

  .ps-xsm-4 {
    padding-left: 4rem !important;
  }

  .ps-xsm-5 {
    padding-left: 5rem !important;
  }

  .ps-xsm-6 {
    padding-left: 6rem !important;
  }

  .ps-xsm-7 {
    padding-left: 7rem !important;
  }

  .ps-xsm-8 {
    padding-left: 8rem !important;
  }

  .ps-xsm-9 {
    padding-left: 9rem !important;
  }

  .ps-xsm-10 {
    padding-left: 10rem !important;
  }

  .ps-xsm-15 {
    padding-left: 15rem !important;
  }

  .ps-xsm-16 {
    padding-left: 16rem !important;
  }

  .ps-xsm-19 {
    padding-left: 19rem !important;
  }

  .ps-xsm-20 {
    padding-left: 20rem !important;
  }

  .ps-xsm-27 {
    padding-left: 27rem !important;
  }

  .text-xsm-start {
    text-align: left !important;
  }

  .text-xsm-end {
    text-align: right !important;
  }

  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-0p8 {
    gap: 0.8rem !important;
  }

  .gap-sm-1 {
    gap: 1rem !important;
  }

  .gap-sm-1p5 {
    gap: 1.5rem !important;
  }

  .gap-sm-2 {
    gap: 2rem !important;
  }

  .gap-sm-2p5 {
    gap: 2.5rem !important;
  }

  .gap-sm-3 {
    gap: 3rem !important;
  }

  .gap-sm-4 {
    gap: 4rem !important;
  }

  .gap-sm-5 {
    gap: 5rem !important;
  }

  .gap-sm-6 {
    gap: 6rem !important;
  }

  .gap-sm-7 {
    gap: 7rem !important;
  }

  .gap-sm-8 {
    gap: 8rem !important;
  }

  .gap-sm-9 {
    gap: 9rem !important;
  }

  .gap-sm-10 {
    gap: 10rem !important;
  }

  .gap-sm-15 {
    gap: 15rem !important;
  }

  .gap-sm-16 {
    gap: 16rem !important;
  }

  .gap-sm-19 {
    gap: 19rem !important;
  }

  .gap-sm-20 {
    gap: 20rem !important;
  }

  .gap-sm-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-0p8 {
    margin: 0.8rem !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .m-sm-1p5 {
    margin: 1.5rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .m-sm-2p5 {
    margin: 2.5rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .m-sm-5 {
    margin: 5rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .m-sm-16 {
    margin: 16rem !important;
  }

  .m-sm-19 {
    margin: 19rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

  .m-sm-27 {
    margin: 27rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-sm-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-sm-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 3rem !important;
  }

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mt-sm-16 {
    margin-top: 16rem !important;
  }

  .mt-sm-19 {
    margin-top: 19rem !important;
  }

  .mt-sm-20 {
    margin-top: 20rem !important;
  }

  .mt-sm-27 {
    margin-top: 27rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-sm-1 {
    margin-right: 1rem !important;
  }

  .me-sm-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-sm-2 {
    margin-right: 2rem !important;
  }

  .me-sm-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-sm-3 {
    margin-right: 3rem !important;
  }

  .me-sm-4 {
    margin-right: 4rem !important;
  }

  .me-sm-5 {
    margin-right: 5rem !important;
  }

  .me-sm-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 7rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-15 {
    margin-right: 15rem !important;
  }

  .me-sm-16 {
    margin-right: 16rem !important;
  }

  .me-sm-19 {
    margin-right: 19rem !important;
  }

  .me-sm-20 {
    margin-right: 20rem !important;
  }

  .me-sm-27 {
    margin-right: 27rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }

  .mb-sm-27 {
    margin-bottom: 27rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-sm-1 {
    margin-left: 1rem !important;
  }

  .ms-sm-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-2 {
    margin-left: 2rem !important;
  }

  .ms-sm-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 3rem !important;
  }

  .ms-sm-4 {
    margin-left: 4rem !important;
  }

  .ms-sm-5 {
    margin-left: 5rem !important;
  }

  .ms-sm-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 7rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-15 {
    margin-left: 15rem !important;
  }

  .ms-sm-16 {
    margin-left: 16rem !important;
  }

  .ms-sm-19 {
    margin-left: 19rem !important;
  }

  .ms-sm-20 {
    margin-left: 20rem !important;
  }

  .ms-sm-27 {
    margin-left: 27rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-0p8 {
    padding: 0.8rem !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .p-sm-1p5 {
    padding: 1.5rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .p-sm-2p5 {
    padding: 2.5rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .p-sm-5 {
    padding: 5rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .p-sm-16 {
    padding: 16rem !important;
  }

  .p-sm-19 {
    padding: 19rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

  .p-sm-27 {
    padding: 27rem !important;
  }

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

  .px-sm-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-sm-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-sm-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pt-sm-16 {
    padding-top: 16rem !important;
  }

  .pt-sm-19 {
    padding-top: 19rem !important;
  }

  .pt-sm-20 {
    padding-top: 20rem !important;
  }

  .pt-sm-27 {
    padding-top: 27rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 3rem !important;
  }

  .pe-sm-4 {
    padding-right: 4rem !important;
  }

  .pe-sm-5 {
    padding-right: 5rem !important;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 7rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pe-sm-15 {
    padding-right: 15rem !important;
  }

  .pe-sm-16 {
    padding-right: 16rem !important;
  }

  .pe-sm-19 {
    padding-right: 19rem !important;
  }

  .pe-sm-20 {
    padding-right: 20rem !important;
  }

  .pe-sm-27 {
    padding-right: 27rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }

  .pb-sm-27 {
    padding-bottom: 27rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 3rem !important;
  }

  .ps-sm-4 {
    padding-left: 4rem !important;
  }

  .ps-sm-5 {
    padding-left: 5rem !important;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 7rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .ps-sm-15 {
    padding-left: 15rem !important;
  }

  .ps-sm-16 {
    padding-left: 16rem !important;
  }

  .ps-sm-19 {
    padding-left: 19rem !important;
  }

  .ps-sm-20 {
    padding-left: 20rem !important;
  }

  .ps-sm-27 {
    padding-left: 27rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-0p8 {
    gap: 0.8rem !important;
  }

  .gap-md-1 {
    gap: 1rem !important;
  }

  .gap-md-1p5 {
    gap: 1.5rem !important;
  }

  .gap-md-2 {
    gap: 2rem !important;
  }

  .gap-md-2p5 {
    gap: 2.5rem !important;
  }

  .gap-md-3 {
    gap: 3rem !important;
  }

  .gap-md-4 {
    gap: 4rem !important;
  }

  .gap-md-5 {
    gap: 5rem !important;
  }

  .gap-md-6 {
    gap: 6rem !important;
  }

  .gap-md-7 {
    gap: 7rem !important;
  }

  .gap-md-8 {
    gap: 8rem !important;
  }

  .gap-md-9 {
    gap: 9rem !important;
  }

  .gap-md-10 {
    gap: 10rem !important;
  }

  .gap-md-15 {
    gap: 15rem !important;
  }

  .gap-md-16 {
    gap: 16rem !important;
  }

  .gap-md-19 {
    gap: 19rem !important;
  }

  .gap-md-20 {
    gap: 20rem !important;
  }

  .gap-md-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-0p8 {
    margin: 0.8rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .m-md-1p5 {
    margin: 1.5rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .m-md-2p5 {
    margin: 2.5rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .m-md-16 {
    margin: 16rem !important;
  }

  .m-md-19 {
    margin: 19rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

  .m-md-27 {
    margin: 27rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-md-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-md-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mt-md-19 {
    margin-top: 19rem !important;
  }

  .mt-md-20 {
    margin-top: 20rem !important;
  }

  .mt-md-27 {
    margin-top: 27rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-md-1 {
    margin-right: 1rem !important;
  }

  .me-md-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-md-2 {
    margin-right: 2rem !important;
  }

  .me-md-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-md-3 {
    margin-right: 3rem !important;
  }

  .me-md-4 {
    margin-right: 4rem !important;
  }

  .me-md-5 {
    margin-right: 5rem !important;
  }

  .me-md-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 7rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-15 {
    margin-right: 15rem !important;
  }

  .me-md-16 {
    margin-right: 16rem !important;
  }

  .me-md-19 {
    margin-right: 19rem !important;
  }

  .me-md-20 {
    margin-right: 20rem !important;
  }

  .me-md-27 {
    margin-right: 27rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .mb-md-19 {
    margin-bottom: 19rem !important;
  }

  .mb-md-20 {
    margin-bottom: 20rem !important;
  }

  .mb-md-27 {
    margin-bottom: 27rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-md-1 {
    margin-left: 1rem !important;
  }

  .ms-md-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-md-2 {
    margin-left: 2rem !important;
  }

  .ms-md-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-md-3 {
    margin-left: 3rem !important;
  }

  .ms-md-4 {
    margin-left: 4rem !important;
  }

  .ms-md-5 {
    margin-left: 5rem !important;
  }

  .ms-md-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 7rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-15 {
    margin-left: 15rem !important;
  }

  .ms-md-16 {
    margin-left: 16rem !important;
  }

  .ms-md-19 {
    margin-left: 19rem !important;
  }

  .ms-md-20 {
    margin-left: 20rem !important;
  }

  .ms-md-27 {
    margin-left: 27rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-0p8 {
    padding: 0.8rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .p-md-1p5 {
    padding: 1.5rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .p-md-2p5 {
    padding: 2.5rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .p-md-16 {
    padding: 16rem !important;
  }

  .p-md-19 {
    padding: 19rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

  .p-md-27 {
    padding: 27rem !important;
  }

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

  .px-md-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-md-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-md-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pt-md-19 {
    padding-top: 19rem !important;
  }

  .pt-md-20 {
    padding-top: 20rem !important;
  }

  .pt-md-27 {
    padding-top: 27rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-md-3 {
    padding-right: 3rem !important;
  }

  .pe-md-4 {
    padding-right: 4rem !important;
  }

  .pe-md-5 {
    padding-right: 5rem !important;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 7rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pe-md-15 {
    padding-right: 15rem !important;
  }

  .pe-md-16 {
    padding-right: 16rem !important;
  }

  .pe-md-19 {
    padding-right: 19rem !important;
  }

  .pe-md-20 {
    padding-right: 20rem !important;
  }

  .pe-md-27 {
    padding-right: 27rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .pb-md-19 {
    padding-bottom: 19rem !important;
  }

  .pb-md-20 {
    padding-bottom: 20rem !important;
  }

  .pb-md-27 {
    padding-bottom: 27rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-md-3 {
    padding-left: 3rem !important;
  }

  .ps-md-4 {
    padding-left: 4rem !important;
  }

  .ps-md-5 {
    padding-left: 5rem !important;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 7rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .ps-md-15 {
    padding-left: 15rem !important;
  }

  .ps-md-16 {
    padding-left: 16rem !important;
  }

  .ps-md-19 {
    padding-left: 19rem !important;
  }

  .ps-md-20 {
    padding-left: 20rem !important;
  }

  .ps-md-27 {
    padding-left: 27rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-0p8 {
    gap: 0.8rem !important;
  }

  .gap-lg-1 {
    gap: 1rem !important;
  }

  .gap-lg-1p5 {
    gap: 1.5rem !important;
  }

  .gap-lg-2 {
    gap: 2rem !important;
  }

  .gap-lg-2p5 {
    gap: 2.5rem !important;
  }

  .gap-lg-3 {
    gap: 3rem !important;
  }

  .gap-lg-4 {
    gap: 4rem !important;
  }

  .gap-lg-5 {
    gap: 5rem !important;
  }

  .gap-lg-6 {
    gap: 6rem !important;
  }

  .gap-lg-7 {
    gap: 7rem !important;
  }

  .gap-lg-8 {
    gap: 8rem !important;
  }

  .gap-lg-9 {
    gap: 9rem !important;
  }

  .gap-lg-10 {
    gap: 10rem !important;
  }

  .gap-lg-15 {
    gap: 15rem !important;
  }

  .gap-lg-16 {
    gap: 16rem !important;
  }

  .gap-lg-19 {
    gap: 19rem !important;
  }

  .gap-lg-20 {
    gap: 20rem !important;
  }

  .gap-lg-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-0p8 {
    margin: 0.8rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-1p5 {
    margin: 1.5rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-2p5 {
    margin: 2.5rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .m-lg-16 {
    margin: 16rem !important;
  }

  .m-lg-19 {
    margin: 19rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

  .m-lg-27 {
    margin: 27rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-lg-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-lg-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mt-lg-19 {
    margin-top: 19rem !important;
  }

  .mt-lg-20 {
    margin-top: 20rem !important;
  }

  .mt-lg-27 {
    margin-top: 27rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-lg-3 {
    margin-right: 3rem !important;
  }

  .me-lg-4 {
    margin-right: 4rem !important;
  }

  .me-lg-5 {
    margin-right: 5rem !important;
  }

  .me-lg-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 7rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-15 {
    margin-right: 15rem !important;
  }

  .me-lg-16 {
    margin-right: 16rem !important;
  }

  .me-lg-19 {
    margin-right: 19rem !important;
  }

  .me-lg-20 {
    margin-right: 20rem !important;
  }

  .me-lg-27 {
    margin-right: 27rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-27 {
    margin-bottom: 27rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 3rem !important;
  }

  .ms-lg-4 {
    margin-left: 4rem !important;
  }

  .ms-lg-5 {
    margin-left: 5rem !important;
  }

  .ms-lg-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 7rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-15 {
    margin-left: 15rem !important;
  }

  .ms-lg-16 {
    margin-left: 16rem !important;
  }

  .ms-lg-19 {
    margin-left: 19rem !important;
  }

  .ms-lg-20 {
    margin-left: 20rem !important;
  }

  .ms-lg-27 {
    margin-left: 27rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-0p8 {
    padding: 0.8rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-1p5 {
    padding: 1.5rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-2p5 {
    padding: 2.5rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .p-lg-16 {
    padding: 16rem !important;
  }

  .p-lg-19 {
    padding: 19rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .p-lg-27 {
    padding: 27rem !important;
  }

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

  .px-lg-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-lg-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-lg-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pt-lg-19 {
    padding-top: 19rem !important;
  }

  .pt-lg-20 {
    padding-top: 20rem !important;
  }

  .pt-lg-27 {
    padding-top: 27rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 3rem !important;
  }

  .pe-lg-4 {
    padding-right: 4rem !important;
  }

  .pe-lg-5 {
    padding-right: 5rem !important;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 7rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pe-lg-15 {
    padding-right: 15rem !important;
  }

  .pe-lg-16 {
    padding-right: 16rem !important;
  }

  .pe-lg-19 {
    padding-right: 19rem !important;
  }

  .pe-lg-20 {
    padding-right: 20rem !important;
  }

  .pe-lg-27 {
    padding-right: 27rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pb-lg-27 {
    padding-bottom: 27rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 3rem !important;
  }

  .ps-lg-4 {
    padding-left: 4rem !important;
  }

  .ps-lg-5 {
    padding-left: 5rem !important;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 7rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .ps-lg-15 {
    padding-left: 15rem !important;
  }

  .ps-lg-16 {
    padding-left: 16rem !important;
  }

  .ps-lg-19 {
    padding-left: 19rem !important;
  }

  .ps-lg-20 {
    padding-left: 20rem !important;
  }

  .ps-lg-27 {
    padding-left: 27rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-0p8 {
    gap: 0.8rem !important;
  }

  .gap-xl-1 {
    gap: 1rem !important;
  }

  .gap-xl-1p5 {
    gap: 1.5rem !important;
  }

  .gap-xl-2 {
    gap: 2rem !important;
  }

  .gap-xl-2p5 {
    gap: 2.5rem !important;
  }

  .gap-xl-3 {
    gap: 3rem !important;
  }

  .gap-xl-4 {
    gap: 4rem !important;
  }

  .gap-xl-5 {
    gap: 5rem !important;
  }

  .gap-xl-6 {
    gap: 6rem !important;
  }

  .gap-xl-7 {
    gap: 7rem !important;
  }

  .gap-xl-8 {
    gap: 8rem !important;
  }

  .gap-xl-9 {
    gap: 9rem !important;
  }

  .gap-xl-10 {
    gap: 10rem !important;
  }

  .gap-xl-15 {
    gap: 15rem !important;
  }

  .gap-xl-16 {
    gap: 16rem !important;
  }

  .gap-xl-19 {
    gap: 19rem !important;
  }

  .gap-xl-20 {
    gap: 20rem !important;
  }

  .gap-xl-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-0p8 {
    margin: 0.8rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-1p5 {
    margin: 1.5rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-2p5 {
    margin: 2.5rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .m-xl-16 {
    margin: 16rem !important;
  }

  .m-xl-19 {
    margin: 19rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .m-xl-27 {
    margin: 27rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xl-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mt-xl-19 {
    margin-top: 19rem !important;
  }

  .mt-xl-20 {
    margin-top: 20rem !important;
  }

  .mt-xl-27 {
    margin-top: 27rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xl-3 {
    margin-right: 3rem !important;
  }

  .me-xl-4 {
    margin-right: 4rem !important;
  }

  .me-xl-5 {
    margin-right: 5rem !important;
  }

  .me-xl-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 7rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-15 {
    margin-right: 15rem !important;
  }

  .me-xl-16 {
    margin-right: 16rem !important;
  }

  .me-xl-19 {
    margin-right: 19rem !important;
  }

  .me-xl-20 {
    margin-right: 20rem !important;
  }

  .me-xl-27 {
    margin-right: 27rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 3rem !important;
  }

  .ms-xl-4 {
    margin-left: 4rem !important;
  }

  .ms-xl-5 {
    margin-left: 5rem !important;
  }

  .ms-xl-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 7rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-15 {
    margin-left: 15rem !important;
  }

  .ms-xl-16 {
    margin-left: 16rem !important;
  }

  .ms-xl-19 {
    margin-left: 19rem !important;
  }

  .ms-xl-20 {
    margin-left: 20rem !important;
  }

  .ms-xl-27 {
    margin-left: 27rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-0p8 {
    padding: 0.8rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-1p5 {
    padding: 1.5rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-2p5 {
    padding: 2.5rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .p-xl-16 {
    padding: 16rem !important;
  }

  .p-xl-19 {
    padding: 19rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .p-xl-27 {
    padding: 27rem !important;
  }

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

  .px-xl-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xl-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xl-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pt-xl-19 {
    padding-top: 19rem !important;
  }

  .pt-xl-20 {
    padding-top: 20rem !important;
  }

  .pt-xl-27 {
    padding-top: 27rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 3rem !important;
  }

  .pe-xl-4 {
    padding-right: 4rem !important;
  }

  .pe-xl-5 {
    padding-right: 5rem !important;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 7rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pe-xl-15 {
    padding-right: 15rem !important;
  }

  .pe-xl-16 {
    padding-right: 16rem !important;
  }

  .pe-xl-19 {
    padding-right: 19rem !important;
  }

  .pe-xl-20 {
    padding-right: 20rem !important;
  }

  .pe-xl-27 {
    padding-right: 27rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xl-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 3rem !important;
  }

  .ps-xl-4 {
    padding-left: 4rem !important;
  }

  .ps-xl-5 {
    padding-left: 5rem !important;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 7rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .ps-xl-15 {
    padding-left: 15rem !important;
  }

  .ps-xl-16 {
    padding-left: 16rem !important;
  }

  .ps-xl-19 {
    padding-left: 19rem !important;
  }

  .ps-xl-20 {
    padding-left: 20rem !important;
  }

  .ps-xl-27 {
    padding-left: 27rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-0p8 {
    gap: 0.8rem !important;
  }

  .gap-xxl-1 {
    gap: 1rem !important;
  }

  .gap-xxl-1p5 {
    gap: 1.5rem !important;
  }

  .gap-xxl-2 {
    gap: 2rem !important;
  }

  .gap-xxl-2p5 {
    gap: 2.5rem !important;
  }

  .gap-xxl-3 {
    gap: 3rem !important;
  }

  .gap-xxl-4 {
    gap: 4rem !important;
  }

  .gap-xxl-5 {
    gap: 5rem !important;
  }

  .gap-xxl-6 {
    gap: 6rem !important;
  }

  .gap-xxl-7 {
    gap: 7rem !important;
  }

  .gap-xxl-8 {
    gap: 8rem !important;
  }

  .gap-xxl-9 {
    gap: 9rem !important;
  }

  .gap-xxl-10 {
    gap: 10rem !important;
  }

  .gap-xxl-15 {
    gap: 15rem !important;
  }

  .gap-xxl-16 {
    gap: 16rem !important;
  }

  .gap-xxl-19 {
    gap: 19rem !important;
  }

  .gap-xxl-20 {
    gap: 20rem !important;
  }

  .gap-xxl-27 {
    gap: 27rem !important;
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-0p8 {
    margin: 0.8rem !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-1p5 {
    margin: 1.5rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-2p5 {
    margin: 2.5rem !important;
  }

  .m-xxl-3 {
    margin: 3rem !important;
  }

  .m-xxl-4 {
    margin: 4rem !important;
  }

  .m-xxl-5 {
    margin: 5rem !important;
  }

  .m-xxl-6 {
    margin: 6rem !important;
  }

  .m-xxl-7 {
    margin: 7rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-15 {
    margin: 15rem !important;
  }

  .m-xxl-16 {
    margin: 16rem !important;
  }

  .m-xxl-19 {
    margin: 19rem !important;
  }

  .m-xxl-20 {
    margin: 20rem !important;
  }

  .m-xxl-27 {
    margin: 27rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xxl-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xxl-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mt-xxl-16 {
    margin-top: 16rem !important;
  }

  .mt-xxl-19 {
    margin-top: 19rem !important;
  }

  .mt-xxl-20 {
    margin-top: 20rem !important;
  }

  .mt-xxl-27 {
    margin-top: 27rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-15 {
    margin-right: 15rem !important;
  }

  .me-xxl-16 {
    margin-right: 16rem !important;
  }

  .me-xxl-19 {
    margin-right: 19rem !important;
  }

  .me-xxl-20 {
    margin-right: 20rem !important;
  }

  .me-xxl-27 {
    margin-right: 27rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xxl-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-15 {
    margin-left: 15rem !important;
  }

  .ms-xxl-16 {
    margin-left: 16rem !important;
  }

  .ms-xxl-19 {
    margin-left: 19rem !important;
  }

  .ms-xxl-20 {
    margin-left: 20rem !important;
  }

  .ms-xxl-27 {
    margin-left: 27rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-0p8 {
    padding: 0.8rem !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-1p5 {
    padding: 1.5rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-2p5 {
    padding: 2.5rem !important;
  }

  .p-xxl-3 {
    padding: 3rem !important;
  }

  .p-xxl-4 {
    padding: 4rem !important;
  }

  .p-xxl-5 {
    padding: 5rem !important;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-7 {
    padding: 7rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .p-xxl-15 {
    padding: 15rem !important;
  }

  .p-xxl-16 {
    padding: 16rem !important;
  }

  .p-xxl-19 {
    padding: 19rem !important;
  }

  .p-xxl-20 {
    padding: 20rem !important;
  }

  .p-xxl-27 {
    padding: 27rem !important;
  }

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

  .px-xxl-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xxl-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xxl-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pt-xxl-15 {
    padding-top: 15rem !important;
  }

  .pt-xxl-16 {
    padding-top: 16rem !important;
  }

  .pt-xxl-19 {
    padding-top: 19rem !important;
  }

  .pt-xxl-20 {
    padding-top: 20rem !important;
  }

  .pt-xxl-27 {
    padding-top: 27rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pe-xxl-15 {
    padding-right: 15rem !important;
  }

  .pe-xxl-16 {
    padding-right: 16rem !important;
  }

  .pe-xxl-19 {
    padding-right: 19rem !important;
  }

  .pe-xxl-20 {
    padding-right: 20rem !important;
  }

  .pe-xxl-27 {
    padding-right: 27rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xxl-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .ps-xxl-15 {
    padding-left: 15rem !important;
  }

  .ps-xxl-16 {
    padding-left: 16rem !important;
  }

  .ps-xxl-19 {
    padding-left: 19rem !important;
  }

  .ps-xxl-20 {
    padding-left: 20rem !important;
  }

  .ps-xxl-27 {
    padding-left: 27rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0p8,
.gx-0p8 {
  --bs-gutter-x: 0.8rem;
}

.g-0p8,
.gy-0p8 {
  --bs-gutter-y: 0.8rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-1p5,
.gx-1p5 {
  --bs-gutter-x: 1.5rem;
}

.g-1p5,
.gy-1p5 {
  --bs-gutter-y: 1.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-2p5,
.gx-2p5 {
  --bs-gutter-x: 2.5rem;
}

.g-2p5,
.gy-2p5 {
  --bs-gutter-y: 2.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16rem;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 19rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 19rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20rem;
}

.g-27,
.gx-27 {
  --bs-gutter-x: 27rem;
}

.g-27,
.gy-27 {
  --bs-gutter-y: 27rem;
}

@media (min-width: 375px) {
  .col-xsm {
    flex: 1 0 0%;
  }

  .row-cols-xsm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xsm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xsm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xsm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xsm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xsm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xsm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xsm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xsm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xsm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xsm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xsm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xsm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xsm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xsm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xsm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xsm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xsm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xsm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xsm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xsm-0 {
    margin-left: 0;
  }

  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }

  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }

  .offset-xsm-3 {
    margin-left: 25%;
  }

  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }

  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }

  .offset-xsm-6 {
    margin-left: 50%;
  }

  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }

  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }

  .offset-xsm-9 {
    margin-left: 75%;
  }

  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }

  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }

  .g-xsm-0,
.gx-xsm-0 {
    --bs-gutter-x: 0;
  }

  .g-xsm-0,
.gy-xsm-0 {
    --bs-gutter-y: 0;
  }

  .g-xsm-0p8,
.gx-xsm-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xsm-0p8,
.gy-xsm-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xsm-1,
.gx-xsm-1 {
    --bs-gutter-x: 1rem;
  }

  .g-xsm-1,
.gy-xsm-1 {
    --bs-gutter-y: 1rem;
  }

  .g-xsm-1p5,
.gx-xsm-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xsm-1p5,
.gy-xsm-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xsm-2,
.gx-xsm-2 {
    --bs-gutter-x: 2rem;
  }

  .g-xsm-2,
.gy-xsm-2 {
    --bs-gutter-y: 2rem;
  }

  .g-xsm-2p5,
.gx-xsm-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xsm-2p5,
.gy-xsm-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xsm-3,
.gx-xsm-3 {
    --bs-gutter-x: 3rem;
  }

  .g-xsm-3,
.gy-xsm-3 {
    --bs-gutter-y: 3rem;
  }

  .g-xsm-4,
.gx-xsm-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xsm-4,
.gy-xsm-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xsm-5,
.gx-xsm-5 {
    --bs-gutter-x: 5rem;
  }

  .g-xsm-5,
.gy-xsm-5 {
    --bs-gutter-y: 5rem;
  }

  .g-xsm-6,
.gx-xsm-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xsm-6,
.gy-xsm-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xsm-7,
.gx-xsm-7 {
    --bs-gutter-x: 7rem;
  }

  .g-xsm-7,
.gy-xsm-7 {
    --bs-gutter-y: 7rem;
  }

  .g-xsm-8,
.gx-xsm-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xsm-8,
.gy-xsm-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xsm-9,
.gx-xsm-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xsm-9,
.gy-xsm-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xsm-10,
.gx-xsm-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xsm-10,
.gy-xsm-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xsm-15,
.gx-xsm-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xsm-15,
.gy-xsm-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xsm-16,
.gx-xsm-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xsm-16,
.gy-xsm-16 {
    --bs-gutter-y: 16rem;
  }

  .g-xsm-19,
.gx-xsm-19 {
    --bs-gutter-x: 19rem;
  }

  .g-xsm-19,
.gy-xsm-19 {
    --bs-gutter-y: 19rem;
  }

  .g-xsm-20,
.gx-xsm-20 {
    --bs-gutter-x: 20rem;
  }

  .g-xsm-20,
.gy-xsm-20 {
    --bs-gutter-y: 20rem;
  }

  .g-xsm-27,
.gx-xsm-27 {
    --bs-gutter-x: 27rem;
  }

  .g-xsm-27,
.gy-xsm-27 {
    --bs-gutter-y: 27rem;
  }
}
@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-0p8,
.gx-sm-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-sm-0p8,
.gy-sm-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-1p5,
.gx-sm-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-1p5,
.gy-sm-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-2p5,
.gx-sm-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-2p5,
.gy-sm-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 5rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 5rem;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 7rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 7rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 8rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 10rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 10rem;
  }

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 15rem;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 15rem;
  }

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 16rem;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 16rem;
  }

  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 19rem;
  }

  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 19rem;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 20rem;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 20rem;
  }

  .g-sm-27,
.gx-sm-27 {
    --bs-gutter-x: 27rem;
  }

  .g-sm-27,
.gy-sm-27 {
    --bs-gutter-y: 27rem;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-0p8,
.gx-md-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-md-0p8,
.gy-md-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 1rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 1rem;
  }

  .g-md-1p5,
.gx-md-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-1p5,
.gy-md-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 2rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 2rem;
  }

  .g-md-2p5,
.gx-md-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-2p5,
.gy-md-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 3rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 3rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 4rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 4rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 5rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 5rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 6rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 6rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 7rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 7rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 8rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 8rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 9rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 9rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 10rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 10rem;
  }

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 15rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 15rem;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 16rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 16rem;
  }

  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 19rem;
  }

  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 19rem;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 20rem;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 20rem;
  }

  .g-md-27,
.gx-md-27 {
    --bs-gutter-x: 27rem;
  }

  .g-md-27,
.gy-md-27 {
    --bs-gutter-y: 27rem;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-0p8,
.gx-lg-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-lg-0p8,
.gy-lg-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-1p5,
.gx-lg-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-1p5,
.gy-lg-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-2p5,
.gx-lg-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-2p5,
.gy-lg-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 5rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 5rem;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 7rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 7rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 8rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 10rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 10rem;
  }

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 15rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 15rem;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 16rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 16rem;
  }

  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 19rem;
  }

  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 19rem;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 20rem;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 20rem;
  }

  .g-lg-27,
.gx-lg-27 {
    --bs-gutter-x: 27rem;
  }

  .g-lg-27,
.gy-lg-27 {
    --bs-gutter-y: 27rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-0p8,
.gx-xl-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xl-0p8,
.gy-xl-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-1p5,
.gx-xl-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-1p5,
.gy-xl-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-2p5,
.gx-xl-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-2p5,
.gy-xl-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 5rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 5rem;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 7rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 7rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 16rem;
  }

  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 19rem;
  }

  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 19rem;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 20rem;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 20rem;
  }

  .g-xl-27,
.gx-xl-27 {
    --bs-gutter-x: 27rem;
  }

  .g-xl-27,
.gy-xl-27 {
    --bs-gutter-y: 27rem;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-0p8,
.gx-xxl-0p8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xxl-0p8,
.gy-xxl-0p8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-1p5,
.gx-xxl-1p5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-1p5,
.gy-xxl-1p5 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-2p5,
.gx-xxl-2p5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-2p5,
.gy-xxl-2p5 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 16rem;
  }

  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 19rem;
  }

  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 19rem;
  }

  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 20rem;
  }

  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 20rem;
  }

  .g-xxl-27,
.gx-xxl-27 {
    --bs-gutter-x: 27rem;
  }

  .g-xxl-27,
.gy-xxl-27 {
    --bs-gutter-y: 27rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: grid !important;
}

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0p8 {
  margin: 0.8rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1p5 {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-2p5 {
  margin: 2.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-27 {
  margin: 27rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-0p8 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-1p5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-2p5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-27 {
  margin-right: 27rem !important;
  margin-left: 27rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0p8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1p5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-2p5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0p8 {
  margin-top: 0.8rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1p5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2p5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mt-27 {
  margin-top: 27rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0p8 {
  margin-right: 0.8rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-1p5 {
  margin-right: 1.5rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-2p5 {
  margin-right: 2.5rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-19 {
  margin-right: 19rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

.me-27 {
  margin-right: 27rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0p8 {
  margin-bottom: 0.8rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1p5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2p5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.mb-27 {
  margin-bottom: 27rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0p8 {
  margin-left: 0.8rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-1p5 {
  margin-left: 1.5rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-2p5 {
  margin-left: 2.5rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-19 {
  margin-left: 19rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

.ms-27 {
  margin-left: 27rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0p8 {
  padding: 0.8rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1p5 {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-2p5 {
  padding: 2.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-27 {
  padding: 27rem !important;
}

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

.px-0p8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-1p5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-2p5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-27 {
  padding-right: 27rem !important;
  padding-left: 27rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-0p8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1p5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-2p5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0p8 {
  padding-top: 0.8rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1p5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2p5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-27 {
  padding-top: 27rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0p8 {
  padding-right: 0.8rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-1p5 {
  padding-right: 1.5rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-2p5 {
  padding-right: 2.5rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pe-19 {
  padding-right: 19rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-27 {
  padding-right: 27rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0p8 {
  padding-bottom: 0.8rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1p5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2p5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-27 {
  padding-bottom: 27rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0p8 {
  padding-left: 0.8rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-1p5 {
  padding-left: 1.5rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-2p5 {
  padding-left: 2.5rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.ps-19 {
  padding-left: 19rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-27 {
  padding-left: 27rem !important;
}

@media (min-width: 375px) {
  .d-xsm-inline {
    display: inline !important;
  }

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

  .d-xsm-block {
    display: block !important;
  }

  .d-xsm-grid {
    display: grid !important;
  }

  .d-xsm-table {
    display: table !important;
  }

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

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

  .d-xsm-flex {
    display: flex !important;
  }

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

  .d-xsm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xsm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xsm-first {
    order: -1 !important;
  }

  .order-xsm-0 {
    order: 0 !important;
  }

  .order-xsm-1 {
    order: 1 !important;
  }

  .order-xsm-2 {
    order: 2 !important;
  }

  .order-xsm-3 {
    order: 3 !important;
  }

  .order-xsm-4 {
    order: 4 !important;
  }

  .order-xsm-5 {
    order: 5 !important;
  }

  .order-xsm-last {
    order: 6 !important;
  }

  .m-xsm-0 {
    margin: 0 !important;
  }

  .m-xsm-0p8 {
    margin: 0.8rem !important;
  }

  .m-xsm-1 {
    margin: 1rem !important;
  }

  .m-xsm-1p5 {
    margin: 1.5rem !important;
  }

  .m-xsm-2 {
    margin: 2rem !important;
  }

  .m-xsm-2p5 {
    margin: 2.5rem !important;
  }

  .m-xsm-3 {
    margin: 3rem !important;
  }

  .m-xsm-4 {
    margin: 4rem !important;
  }

  .m-xsm-5 {
    margin: 5rem !important;
  }

  .m-xsm-6 {
    margin: 6rem !important;
  }

  .m-xsm-7 {
    margin: 7rem !important;
  }

  .m-xsm-8 {
    margin: 8rem !important;
  }

  .m-xsm-9 {
    margin: 9rem !important;
  }

  .m-xsm-10 {
    margin: 10rem !important;
  }

  .m-xsm-15 {
    margin: 15rem !important;
  }

  .m-xsm-16 {
    margin: 16rem !important;
  }

  .m-xsm-19 {
    margin: 19rem !important;
  }

  .m-xsm-20 {
    margin: 20rem !important;
  }

  .m-xsm-27 {
    margin: 27rem !important;
  }

  .m-xsm-auto {
    margin: auto !important;
  }

  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xsm-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xsm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xsm-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xsm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xsm-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xsm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xsm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xsm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xsm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xsm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xsm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xsm-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xsm-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xsm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xsm-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xsm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xsm-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xsm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xsm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xsm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xsm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xsm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xsm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xsm-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xsm-0 {
    margin-top: 0 !important;
  }

  .mt-xsm-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xsm-1 {
    margin-top: 1rem !important;
  }

  .mt-xsm-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xsm-2 {
    margin-top: 2rem !important;
  }

  .mt-xsm-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xsm-3 {
    margin-top: 3rem !important;
  }

  .mt-xsm-4 {
    margin-top: 4rem !important;
  }

  .mt-xsm-5 {
    margin-top: 5rem !important;
  }

  .mt-xsm-6 {
    margin-top: 6rem !important;
  }

  .mt-xsm-7 {
    margin-top: 7rem !important;
  }

  .mt-xsm-8 {
    margin-top: 8rem !important;
  }

  .mt-xsm-9 {
    margin-top: 9rem !important;
  }

  .mt-xsm-10 {
    margin-top: 10rem !important;
  }

  .mt-xsm-15 {
    margin-top: 15rem !important;
  }

  .mt-xsm-16 {
    margin-top: 16rem !important;
  }

  .mt-xsm-19 {
    margin-top: 19rem !important;
  }

  .mt-xsm-20 {
    margin-top: 20rem !important;
  }

  .mt-xsm-27 {
    margin-top: 27rem !important;
  }

  .mt-xsm-auto {
    margin-top: auto !important;
  }

  .me-xsm-0 {
    margin-right: 0 !important;
  }

  .me-xsm-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xsm-1 {
    margin-right: 1rem !important;
  }

  .me-xsm-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xsm-2 {
    margin-right: 2rem !important;
  }

  .me-xsm-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xsm-3 {
    margin-right: 3rem !important;
  }

  .me-xsm-4 {
    margin-right: 4rem !important;
  }

  .me-xsm-5 {
    margin-right: 5rem !important;
  }

  .me-xsm-6 {
    margin-right: 6rem !important;
  }

  .me-xsm-7 {
    margin-right: 7rem !important;
  }

  .me-xsm-8 {
    margin-right: 8rem !important;
  }

  .me-xsm-9 {
    margin-right: 9rem !important;
  }

  .me-xsm-10 {
    margin-right: 10rem !important;
  }

  .me-xsm-15 {
    margin-right: 15rem !important;
  }

  .me-xsm-16 {
    margin-right: 16rem !important;
  }

  .me-xsm-19 {
    margin-right: 19rem !important;
  }

  .me-xsm-20 {
    margin-right: 20rem !important;
  }

  .me-xsm-27 {
    margin-right: 27rem !important;
  }

  .me-xsm-auto {
    margin-right: auto !important;
  }

  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }

  .mb-xsm-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xsm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xsm-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xsm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xsm-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xsm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xsm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xsm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xsm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xsm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xsm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xsm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xsm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xsm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xsm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xsm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xsm-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xsm-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xsm-auto {
    margin-bottom: auto !important;
  }

  .ms-xsm-0 {
    margin-left: 0 !important;
  }

  .ms-xsm-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xsm-1 {
    margin-left: 1rem !important;
  }

  .ms-xsm-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xsm-2 {
    margin-left: 2rem !important;
  }

  .ms-xsm-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xsm-3 {
    margin-left: 3rem !important;
  }

  .ms-xsm-4 {
    margin-left: 4rem !important;
  }

  .ms-xsm-5 {
    margin-left: 5rem !important;
  }

  .ms-xsm-6 {
    margin-left: 6rem !important;
  }

  .ms-xsm-7 {
    margin-left: 7rem !important;
  }

  .ms-xsm-8 {
    margin-left: 8rem !important;
  }

  .ms-xsm-9 {
    margin-left: 9rem !important;
  }

  .ms-xsm-10 {
    margin-left: 10rem !important;
  }

  .ms-xsm-15 {
    margin-left: 15rem !important;
  }

  .ms-xsm-16 {
    margin-left: 16rem !important;
  }

  .ms-xsm-19 {
    margin-left: 19rem !important;
  }

  .ms-xsm-20 {
    margin-left: 20rem !important;
  }

  .ms-xsm-27 {
    margin-left: 27rem !important;
  }

  .ms-xsm-auto {
    margin-left: auto !important;
  }

  .p-xsm-0 {
    padding: 0 !important;
  }

  .p-xsm-0p8 {
    padding: 0.8rem !important;
  }

  .p-xsm-1 {
    padding: 1rem !important;
  }

  .p-xsm-1p5 {
    padding: 1.5rem !important;
  }

  .p-xsm-2 {
    padding: 2rem !important;
  }

  .p-xsm-2p5 {
    padding: 2.5rem !important;
  }

  .p-xsm-3 {
    padding: 3rem !important;
  }

  .p-xsm-4 {
    padding: 4rem !important;
  }

  .p-xsm-5 {
    padding: 5rem !important;
  }

  .p-xsm-6 {
    padding: 6rem !important;
  }

  .p-xsm-7 {
    padding: 7rem !important;
  }

  .p-xsm-8 {
    padding: 8rem !important;
  }

  .p-xsm-9 {
    padding: 9rem !important;
  }

  .p-xsm-10 {
    padding: 10rem !important;
  }

  .p-xsm-15 {
    padding: 15rem !important;
  }

  .p-xsm-16 {
    padding: 16rem !important;
  }

  .p-xsm-19 {
    padding: 19rem !important;
  }

  .p-xsm-20 {
    padding: 20rem !important;
  }

  .p-xsm-27 {
    padding: 27rem !important;
  }

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

  .px-xsm-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xsm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xsm-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xsm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xsm-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xsm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xsm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xsm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xsm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xsm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xsm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xsm-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xsm-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xsm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xsm-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xsm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xsm-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xsm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xsm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xsm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xsm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xsm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xsm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xsm-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xsm-0 {
    padding-top: 0 !important;
  }

  .pt-xsm-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xsm-1 {
    padding-top: 1rem !important;
  }

  .pt-xsm-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xsm-2 {
    padding-top: 2rem !important;
  }

  .pt-xsm-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xsm-3 {
    padding-top: 3rem !important;
  }

  .pt-xsm-4 {
    padding-top: 4rem !important;
  }

  .pt-xsm-5 {
    padding-top: 5rem !important;
  }

  .pt-xsm-6 {
    padding-top: 6rem !important;
  }

  .pt-xsm-7 {
    padding-top: 7rem !important;
  }

  .pt-xsm-8 {
    padding-top: 8rem !important;
  }

  .pt-xsm-9 {
    padding-top: 9rem !important;
  }

  .pt-xsm-10 {
    padding-top: 10rem !important;
  }

  .pt-xsm-15 {
    padding-top: 15rem !important;
  }

  .pt-xsm-16 {
    padding-top: 16rem !important;
  }

  .pt-xsm-19 {
    padding-top: 19rem !important;
  }

  .pt-xsm-20 {
    padding-top: 20rem !important;
  }

  .pt-xsm-27 {
    padding-top: 27rem !important;
  }

  .pe-xsm-0 {
    padding-right: 0 !important;
  }

  .pe-xsm-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xsm-1 {
    padding-right: 1rem !important;
  }

  .pe-xsm-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xsm-2 {
    padding-right: 2rem !important;
  }

  .pe-xsm-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xsm-3 {
    padding-right: 3rem !important;
  }

  .pe-xsm-4 {
    padding-right: 4rem !important;
  }

  .pe-xsm-5 {
    padding-right: 5rem !important;
  }

  .pe-xsm-6 {
    padding-right: 6rem !important;
  }

  .pe-xsm-7 {
    padding-right: 7rem !important;
  }

  .pe-xsm-8 {
    padding-right: 8rem !important;
  }

  .pe-xsm-9 {
    padding-right: 9rem !important;
  }

  .pe-xsm-10 {
    padding-right: 10rem !important;
  }

  .pe-xsm-15 {
    padding-right: 15rem !important;
  }

  .pe-xsm-16 {
    padding-right: 16rem !important;
  }

  .pe-xsm-19 {
    padding-right: 19rem !important;
  }

  .pe-xsm-20 {
    padding-right: 20rem !important;
  }

  .pe-xsm-27 {
    padding-right: 27rem !important;
  }

  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }

  .pb-xsm-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xsm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xsm-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xsm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xsm-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xsm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xsm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xsm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xsm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xsm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xsm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xsm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xsm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xsm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xsm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xsm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xsm-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xsm-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xsm-0 {
    padding-left: 0 !important;
  }

  .ps-xsm-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xsm-1 {
    padding-left: 1rem !important;
  }

  .ps-xsm-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xsm-2 {
    padding-left: 2rem !important;
  }

  .ps-xsm-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xsm-3 {
    padding-left: 3rem !important;
  }

  .ps-xsm-4 {
    padding-left: 4rem !important;
  }

  .ps-xsm-5 {
    padding-left: 5rem !important;
  }

  .ps-xsm-6 {
    padding-left: 6rem !important;
  }

  .ps-xsm-7 {
    padding-left: 7rem !important;
  }

  .ps-xsm-8 {
    padding-left: 8rem !important;
  }

  .ps-xsm-9 {
    padding-left: 9rem !important;
  }

  .ps-xsm-10 {
    padding-left: 10rem !important;
  }

  .ps-xsm-15 {
    padding-left: 15rem !important;
  }

  .ps-xsm-16 {
    padding-left: 16rem !important;
  }

  .ps-xsm-19 {
    padding-left: 19rem !important;
  }

  .ps-xsm-20 {
    padding-left: 20rem !important;
  }

  .ps-xsm-27 {
    padding-left: 27rem !important;
  }
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-0p8 {
    margin: 0.8rem !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .m-sm-1p5 {
    margin: 1.5rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .m-sm-2p5 {
    margin: 2.5rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .m-sm-5 {
    margin: 5rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .m-sm-16 {
    margin: 16rem !important;
  }

  .m-sm-19 {
    margin: 19rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

  .m-sm-27 {
    margin: 27rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-sm-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-sm-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 3rem !important;
  }

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mt-sm-16 {
    margin-top: 16rem !important;
  }

  .mt-sm-19 {
    margin-top: 19rem !important;
  }

  .mt-sm-20 {
    margin-top: 20rem !important;
  }

  .mt-sm-27 {
    margin-top: 27rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-sm-1 {
    margin-right: 1rem !important;
  }

  .me-sm-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-sm-2 {
    margin-right: 2rem !important;
  }

  .me-sm-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-sm-3 {
    margin-right: 3rem !important;
  }

  .me-sm-4 {
    margin-right: 4rem !important;
  }

  .me-sm-5 {
    margin-right: 5rem !important;
  }

  .me-sm-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 7rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-15 {
    margin-right: 15rem !important;
  }

  .me-sm-16 {
    margin-right: 16rem !important;
  }

  .me-sm-19 {
    margin-right: 19rem !important;
  }

  .me-sm-20 {
    margin-right: 20rem !important;
  }

  .me-sm-27 {
    margin-right: 27rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }

  .mb-sm-27 {
    margin-bottom: 27rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-sm-1 {
    margin-left: 1rem !important;
  }

  .ms-sm-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-2 {
    margin-left: 2rem !important;
  }

  .ms-sm-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 3rem !important;
  }

  .ms-sm-4 {
    margin-left: 4rem !important;
  }

  .ms-sm-5 {
    margin-left: 5rem !important;
  }

  .ms-sm-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 7rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-15 {
    margin-left: 15rem !important;
  }

  .ms-sm-16 {
    margin-left: 16rem !important;
  }

  .ms-sm-19 {
    margin-left: 19rem !important;
  }

  .ms-sm-20 {
    margin-left: 20rem !important;
  }

  .ms-sm-27 {
    margin-left: 27rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-0p8 {
    padding: 0.8rem !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .p-sm-1p5 {
    padding: 1.5rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .p-sm-2p5 {
    padding: 2.5rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .p-sm-5 {
    padding: 5rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .p-sm-16 {
    padding: 16rem !important;
  }

  .p-sm-19 {
    padding: 19rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

  .p-sm-27 {
    padding: 27rem !important;
  }

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

  .px-sm-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-sm-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-sm-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pt-sm-16 {
    padding-top: 16rem !important;
  }

  .pt-sm-19 {
    padding-top: 19rem !important;
  }

  .pt-sm-20 {
    padding-top: 20rem !important;
  }

  .pt-sm-27 {
    padding-top: 27rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 3rem !important;
  }

  .pe-sm-4 {
    padding-right: 4rem !important;
  }

  .pe-sm-5 {
    padding-right: 5rem !important;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 7rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pe-sm-15 {
    padding-right: 15rem !important;
  }

  .pe-sm-16 {
    padding-right: 16rem !important;
  }

  .pe-sm-19 {
    padding-right: 19rem !important;
  }

  .pe-sm-20 {
    padding-right: 20rem !important;
  }

  .pe-sm-27 {
    padding-right: 27rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }

  .pb-sm-27 {
    padding-bottom: 27rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 3rem !important;
  }

  .ps-sm-4 {
    padding-left: 4rem !important;
  }

  .ps-sm-5 {
    padding-left: 5rem !important;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 7rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .ps-sm-15 {
    padding-left: 15rem !important;
  }

  .ps-sm-16 {
    padding-left: 16rem !important;
  }

  .ps-sm-19 {
    padding-left: 19rem !important;
  }

  .ps-sm-20 {
    padding-left: 20rem !important;
  }

  .ps-sm-27 {
    padding-left: 27rem !important;
  }
}
@media (min-width: 1024px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-0p8 {
    margin: 0.8rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .m-md-1p5 {
    margin: 1.5rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .m-md-2p5 {
    margin: 2.5rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .m-md-16 {
    margin: 16rem !important;
  }

  .m-md-19 {
    margin: 19rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

  .m-md-27 {
    margin: 27rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-md-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-md-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mt-md-19 {
    margin-top: 19rem !important;
  }

  .mt-md-20 {
    margin-top: 20rem !important;
  }

  .mt-md-27 {
    margin-top: 27rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-md-1 {
    margin-right: 1rem !important;
  }

  .me-md-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-md-2 {
    margin-right: 2rem !important;
  }

  .me-md-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-md-3 {
    margin-right: 3rem !important;
  }

  .me-md-4 {
    margin-right: 4rem !important;
  }

  .me-md-5 {
    margin-right: 5rem !important;
  }

  .me-md-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 7rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-15 {
    margin-right: 15rem !important;
  }

  .me-md-16 {
    margin-right: 16rem !important;
  }

  .me-md-19 {
    margin-right: 19rem !important;
  }

  .me-md-20 {
    margin-right: 20rem !important;
  }

  .me-md-27 {
    margin-right: 27rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .mb-md-19 {
    margin-bottom: 19rem !important;
  }

  .mb-md-20 {
    margin-bottom: 20rem !important;
  }

  .mb-md-27 {
    margin-bottom: 27rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-md-1 {
    margin-left: 1rem !important;
  }

  .ms-md-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-md-2 {
    margin-left: 2rem !important;
  }

  .ms-md-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-md-3 {
    margin-left: 3rem !important;
  }

  .ms-md-4 {
    margin-left: 4rem !important;
  }

  .ms-md-5 {
    margin-left: 5rem !important;
  }

  .ms-md-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 7rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-15 {
    margin-left: 15rem !important;
  }

  .ms-md-16 {
    margin-left: 16rem !important;
  }

  .ms-md-19 {
    margin-left: 19rem !important;
  }

  .ms-md-20 {
    margin-left: 20rem !important;
  }

  .ms-md-27 {
    margin-left: 27rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-0p8 {
    padding: 0.8rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .p-md-1p5 {
    padding: 1.5rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .p-md-2p5 {
    padding: 2.5rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .p-md-16 {
    padding: 16rem !important;
  }

  .p-md-19 {
    padding: 19rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

  .p-md-27 {
    padding: 27rem !important;
  }

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

  .px-md-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-md-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-md-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pt-md-19 {
    padding-top: 19rem !important;
  }

  .pt-md-20 {
    padding-top: 20rem !important;
  }

  .pt-md-27 {
    padding-top: 27rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-md-3 {
    padding-right: 3rem !important;
  }

  .pe-md-4 {
    padding-right: 4rem !important;
  }

  .pe-md-5 {
    padding-right: 5rem !important;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 7rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pe-md-15 {
    padding-right: 15rem !important;
  }

  .pe-md-16 {
    padding-right: 16rem !important;
  }

  .pe-md-19 {
    padding-right: 19rem !important;
  }

  .pe-md-20 {
    padding-right: 20rem !important;
  }

  .pe-md-27 {
    padding-right: 27rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .pb-md-19 {
    padding-bottom: 19rem !important;
  }

  .pb-md-20 {
    padding-bottom: 20rem !important;
  }

  .pb-md-27 {
    padding-bottom: 27rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-md-3 {
    padding-left: 3rem !important;
  }

  .ps-md-4 {
    padding-left: 4rem !important;
  }

  .ps-md-5 {
    padding-left: 5rem !important;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 7rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .ps-md-15 {
    padding-left: 15rem !important;
  }

  .ps-md-16 {
    padding-left: 16rem !important;
  }

  .ps-md-19 {
    padding-left: 19rem !important;
  }

  .ps-md-20 {
    padding-left: 20rem !important;
  }

  .ps-md-27 {
    padding-left: 27rem !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-0p8 {
    margin: 0.8rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-1p5 {
    margin: 1.5rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-2p5 {
    margin: 2.5rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .m-lg-16 {
    margin: 16rem !important;
  }

  .m-lg-19 {
    margin: 19rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

  .m-lg-27 {
    margin: 27rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-lg-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-lg-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mt-lg-19 {
    margin-top: 19rem !important;
  }

  .mt-lg-20 {
    margin-top: 20rem !important;
  }

  .mt-lg-27 {
    margin-top: 27rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-lg-3 {
    margin-right: 3rem !important;
  }

  .me-lg-4 {
    margin-right: 4rem !important;
  }

  .me-lg-5 {
    margin-right: 5rem !important;
  }

  .me-lg-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 7rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-15 {
    margin-right: 15rem !important;
  }

  .me-lg-16 {
    margin-right: 16rem !important;
  }

  .me-lg-19 {
    margin-right: 19rem !important;
  }

  .me-lg-20 {
    margin-right: 20rem !important;
  }

  .me-lg-27 {
    margin-right: 27rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-27 {
    margin-bottom: 27rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 3rem !important;
  }

  .ms-lg-4 {
    margin-left: 4rem !important;
  }

  .ms-lg-5 {
    margin-left: 5rem !important;
  }

  .ms-lg-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 7rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-15 {
    margin-left: 15rem !important;
  }

  .ms-lg-16 {
    margin-left: 16rem !important;
  }

  .ms-lg-19 {
    margin-left: 19rem !important;
  }

  .ms-lg-20 {
    margin-left: 20rem !important;
  }

  .ms-lg-27 {
    margin-left: 27rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-0p8 {
    padding: 0.8rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-1p5 {
    padding: 1.5rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-2p5 {
    padding: 2.5rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .p-lg-16 {
    padding: 16rem !important;
  }

  .p-lg-19 {
    padding: 19rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .p-lg-27 {
    padding: 27rem !important;
  }

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

  .px-lg-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-lg-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-lg-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pt-lg-19 {
    padding-top: 19rem !important;
  }

  .pt-lg-20 {
    padding-top: 20rem !important;
  }

  .pt-lg-27 {
    padding-top: 27rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 3rem !important;
  }

  .pe-lg-4 {
    padding-right: 4rem !important;
  }

  .pe-lg-5 {
    padding-right: 5rem !important;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 7rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pe-lg-15 {
    padding-right: 15rem !important;
  }

  .pe-lg-16 {
    padding-right: 16rem !important;
  }

  .pe-lg-19 {
    padding-right: 19rem !important;
  }

  .pe-lg-20 {
    padding-right: 20rem !important;
  }

  .pe-lg-27 {
    padding-right: 27rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pb-lg-27 {
    padding-bottom: 27rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 3rem !important;
  }

  .ps-lg-4 {
    padding-left: 4rem !important;
  }

  .ps-lg-5 {
    padding-left: 5rem !important;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 7rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .ps-lg-15 {
    padding-left: 15rem !important;
  }

  .ps-lg-16 {
    padding-left: 16rem !important;
  }

  .ps-lg-19 {
    padding-left: 19rem !important;
  }

  .ps-lg-20 {
    padding-left: 20rem !important;
  }

  .ps-lg-27 {
    padding-left: 27rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-0p8 {
    margin: 0.8rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-1p5 {
    margin: 1.5rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-2p5 {
    margin: 2.5rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .m-xl-16 {
    margin: 16rem !important;
  }

  .m-xl-19 {
    margin: 19rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .m-xl-27 {
    margin: 27rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xl-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mt-xl-19 {
    margin-top: 19rem !important;
  }

  .mt-xl-20 {
    margin-top: 20rem !important;
  }

  .mt-xl-27 {
    margin-top: 27rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xl-3 {
    margin-right: 3rem !important;
  }

  .me-xl-4 {
    margin-right: 4rem !important;
  }

  .me-xl-5 {
    margin-right: 5rem !important;
  }

  .me-xl-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 7rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-15 {
    margin-right: 15rem !important;
  }

  .me-xl-16 {
    margin-right: 16rem !important;
  }

  .me-xl-19 {
    margin-right: 19rem !important;
  }

  .me-xl-20 {
    margin-right: 20rem !important;
  }

  .me-xl-27 {
    margin-right: 27rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 3rem !important;
  }

  .ms-xl-4 {
    margin-left: 4rem !important;
  }

  .ms-xl-5 {
    margin-left: 5rem !important;
  }

  .ms-xl-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 7rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-15 {
    margin-left: 15rem !important;
  }

  .ms-xl-16 {
    margin-left: 16rem !important;
  }

  .ms-xl-19 {
    margin-left: 19rem !important;
  }

  .ms-xl-20 {
    margin-left: 20rem !important;
  }

  .ms-xl-27 {
    margin-left: 27rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-0p8 {
    padding: 0.8rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-1p5 {
    padding: 1.5rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-2p5 {
    padding: 2.5rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .p-xl-16 {
    padding: 16rem !important;
  }

  .p-xl-19 {
    padding: 19rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .p-xl-27 {
    padding: 27rem !important;
  }

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

  .px-xl-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xl-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xl-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pt-xl-19 {
    padding-top: 19rem !important;
  }

  .pt-xl-20 {
    padding-top: 20rem !important;
  }

  .pt-xl-27 {
    padding-top: 27rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 3rem !important;
  }

  .pe-xl-4 {
    padding-right: 4rem !important;
  }

  .pe-xl-5 {
    padding-right: 5rem !important;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 7rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pe-xl-15 {
    padding-right: 15rem !important;
  }

  .pe-xl-16 {
    padding-right: 16rem !important;
  }

  .pe-xl-19 {
    padding-right: 19rem !important;
  }

  .pe-xl-20 {
    padding-right: 20rem !important;
  }

  .pe-xl-27 {
    padding-right: 27rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xl-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 3rem !important;
  }

  .ps-xl-4 {
    padding-left: 4rem !important;
  }

  .ps-xl-5 {
    padding-left: 5rem !important;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 7rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .ps-xl-15 {
    padding-left: 15rem !important;
  }

  .ps-xl-16 {
    padding-left: 16rem !important;
  }

  .ps-xl-19 {
    padding-left: 19rem !important;
  }

  .ps-xl-20 {
    padding-left: 20rem !important;
  }

  .ps-xl-27 {
    padding-left: 27rem !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-0p8 {
    margin: 0.8rem !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-1p5 {
    margin: 1.5rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-2p5 {
    margin: 2.5rem !important;
  }

  .m-xxl-3 {
    margin: 3rem !important;
  }

  .m-xxl-4 {
    margin: 4rem !important;
  }

  .m-xxl-5 {
    margin: 5rem !important;
  }

  .m-xxl-6 {
    margin: 6rem !important;
  }

  .m-xxl-7 {
    margin: 7rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-15 {
    margin: 15rem !important;
  }

  .m-xxl-16 {
    margin: 16rem !important;
  }

  .m-xxl-19 {
    margin: 19rem !important;
  }

  .m-xxl-20 {
    margin: 20rem !important;
  }

  .m-xxl-27 {
    margin: 27rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-0p8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-1p5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-2p5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xxl-27 {
    margin-right: 27rem !important;
    margin-left: 27rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-0p8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-1p5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-2p5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xxl-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-0p8 {
    margin-top: 0.8rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-1p5 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-2p5 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mt-xxl-16 {
    margin-top: 16rem !important;
  }

  .mt-xxl-19 {
    margin-top: 19rem !important;
  }

  .mt-xxl-20 {
    margin-top: 20rem !important;
  }

  .mt-xxl-27 {
    margin-top: 27rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-0p8 {
    margin-right: 0.8rem !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-1p5 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-2p5 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-15 {
    margin-right: 15rem !important;
  }

  .me-xxl-16 {
    margin-right: 16rem !important;
  }

  .me-xxl-19 {
    margin-right: 19rem !important;
  }

  .me-xxl-20 {
    margin-right: 20rem !important;
  }

  .me-xxl-27 {
    margin-right: 27rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-0p8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-1p5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-2p5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xxl-27 {
    margin-bottom: 27rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-0p8 {
    margin-left: 0.8rem !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-1p5 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-2p5 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-15 {
    margin-left: 15rem !important;
  }

  .ms-xxl-16 {
    margin-left: 16rem !important;
  }

  .ms-xxl-19 {
    margin-left: 19rem !important;
  }

  .ms-xxl-20 {
    margin-left: 20rem !important;
  }

  .ms-xxl-27 {
    margin-left: 27rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-0p8 {
    padding: 0.8rem !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-1p5 {
    padding: 1.5rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-2p5 {
    padding: 2.5rem !important;
  }

  .p-xxl-3 {
    padding: 3rem !important;
  }

  .p-xxl-4 {
    padding: 4rem !important;
  }

  .p-xxl-5 {
    padding: 5rem !important;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-7 {
    padding: 7rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .p-xxl-15 {
    padding: 15rem !important;
  }

  .p-xxl-16 {
    padding: 16rem !important;
  }

  .p-xxl-19 {
    padding: 19rem !important;
  }

  .p-xxl-20 {
    padding: 20rem !important;
  }

  .p-xxl-27 {
    padding: 27rem !important;
  }

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

  .px-xxl-0p8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-1p5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-2p5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xxl-27 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-0p8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-1p5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-2p5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xxl-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-0p8 {
    padding-top: 0.8rem !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-1p5 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-2p5 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pt-xxl-15 {
    padding-top: 15rem !important;
  }

  .pt-xxl-16 {
    padding-top: 16rem !important;
  }

  .pt-xxl-19 {
    padding-top: 19rem !important;
  }

  .pt-xxl-20 {
    padding-top: 20rem !important;
  }

  .pt-xxl-27 {
    padding-top: 27rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-0p8 {
    padding-right: 0.8rem !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-1p5 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-2p5 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pe-xxl-15 {
    padding-right: 15rem !important;
  }

  .pe-xxl-16 {
    padding-right: 16rem !important;
  }

  .pe-xxl-19 {
    padding-right: 19rem !important;
  }

  .pe-xxl-20 {
    padding-right: 20rem !important;
  }

  .pe-xxl-27 {
    padding-right: 27rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-0p8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-1p5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-2p5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xxl-27 {
    padding-bottom: 27rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-0p8 {
    padding-left: 0.8rem !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-1p5 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-2p5 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .ps-xxl-15 {
    padding-left: 15rem !important;
  }

  .ps-xxl-16 {
    padding-left: 16rem !important;
  }

  .ps-xxl-19 {
    padding-left: 19rem !important;
  }

  .ps-xxl-20 {
    padding-left: 20rem !important;
  }

  .ps-xxl-27 {
    padding-left: 27rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
.header {
  padding-top: 8rem;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .header {
    position: fixed;
    padding-top: 2.5rem;
  }
  body.--scrolled .header {
    background: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.1);
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem;
}
@media (max-width: 1023.9px) {
  .header__inner {
    padding: 0 2.5rem;
  }
}

.header__logo {
  width: 16.5rem;
  height: 5rem;
  background: url(/images/logo.svg?8f05c3086e8a9357b61935a6de88b59a) no-repeat center;
  background-size: 100% auto;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header__logo {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .header__logo {
    width: 13.2rem;
    height: 4rem;
    background-size: 100% auto;
  }
  body.--scrolled .header__logo {
    height: 3rem;
    width: 10.5rem;
    background: url(/images/logo-dark.svg?0fae48c3eb5c7b650e17bc020cd7f9ef) no-repeat center;
    background-size: 100% auto;
  }
}
body.no-hero .header__logo {
  background: url(/images/logo-dark.svg?0fae48c3eb5c7b650e17bc020cd7f9ef) no-repeat center;
  background-size: 100% auto;
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
  height: 5rem;
}
@media (max-width: 1023.9px) {
  .header__nav-wrapper {
    height: 4rem;
  }
  body.--scrolled .header__nav-wrapper {
    height: 3rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1023.9px) {
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50vw;
    z-index: 20;
    background: #ffffff;
    display: none;
  }
  body.--mobile-menu-visible .header__nav {
    display: flex;
  }
  .header__nav:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1023.9px) {
  .header__nav-list {
    display: block;
    width: 100%;
    height: auto;
  }
}

.header__nav-item {
  margin-right: 4rem;
  height: 100%;
}
@media (max-width: 1023.9px) {
  .header__nav-item {
    height: auto;
    margin: 0;
  }
}
.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-link {
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.108rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .header__nav-link {
    padding: 1.5rem 2.5rem;
    color: rgba(23, 23, 23, 0.5);
  }
}
body.no-hero .header__nav-link {
  color: rgba(23, 23, 23, 0.5);
}
body.no-hero .header__nav-link.--active {
  color: #171717;
}
.header__nav-link.--active {
  color: #ffffff;
}
@media (max-width: 1023.9px) {
  .header__nav-link.--active {
    color: #171717;
  }
}
@media (max-width: 1023.9px) {
  .header__nav-link.--lang {
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
  }
  body.--scrolled .header__nav-link.--lang {
    color: rgba(23, 23, 23, 0.5);
  }
}
.header__nav-link:hover {
  color: #ffffff;
}
@media (max-width: 1023.9px) {
  .header__nav-link:hover {
    color: #171717;
  }
}
.header__nav-link:hover:before {
  transform: translateX(0.2rem);
}
body.no-hero .header__nav-link:hover {
  color: #171717;
}
.header__nav-link:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.7rem;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link:before {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .header__nav-link:before {
    margin-top: -0.2rem;
  }
}

.header__lang {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 6rem;
}

#header__hamburger {
  width: 2rem;
  height: 1.8rem;
  position: relative;
  margin-left: 3rem;
  display: none;
  z-index: 100;
}
@media (max-width: 1023.9px) {
  #header__hamburger {
    display: block;
  }
}

.header__hamburger-line {
  width: 100%;
  height: 0.2rem;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header__hamburger-line {
    transition: none;
  }
}
body.no-hero .header__hamburger-line {
  background: #171717;
}
body.--scrolled .header__hamburger-line {
  background: #f3893b;
}
body.--mobile-menu-visible .header__hamburger-line:nth-child(1) {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 0.8rem;
}
body.--mobile-menu-visible .header__hamburger-line:nth-child(2) {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header__hamburger-line:nth-child(3) {
  bottom: 0;
}
body.--mobile-menu-visible .header__hamburger-line:nth-child(3) {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header__hamburger-line:nth-child(4) {
  background: #000000 !important;
  top: 0.8rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
body.--mobile-menu-visible .header__hamburger-line:nth-child(4) {
  transform: rotate(45deg);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.header__hamburger-line:nth-child(5) {
  background: #000000 !important;
  top: 0.8rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
body.--mobile-menu-visible .header__hamburger-line:nth-child(5) {
  transform: rotate(-45deg);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.footer {
  background: #171717;
  padding: 16rem 0 10rem;
}
@media (max-width: 1023.9px) {
  .footer {
    padding: 6rem 0 6rem;
  }
}

.footer__inner {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-top: 6rem;
}

.footer-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .footer__menu {
    display: block;
  }
}

.footer__menu-item {
  margin-right: 3rem;
  display: block;
}
@media (max-width: 1023.9px) {
  .footer__menu-item {
    margin: 0rem 0 0.5rem;
  }
}
.footer__menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 1023.9px) {
  .footer__menu-item:last-child {
    margin: 0;
  }
}

.footer-link {
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.108rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .footer-link {
    transition: none;
  }
}
.footer-link:hover {
  color: #ffffff;
}
.footer__menu-item .footer-link {
  display: block;
}
@media (max-width: 1023.9px) {
  .footer__menu-item .footer-link {
    text-align: right;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social-item {
  margin-right: 3rem;
}
.footer__social-item:last-child {
  margin-right: 0;
}

.footer__social-link {
  background: #f3893b;
  width: 2rem;
  height: 1.8rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .footer__social-link {
    transition: none;
  }
}
.footer__social-link:hover {
  background: #ffffff;
}
.footer__social-link.--fb {
  -webkit-mask: url(/images/facebook.svg?0b8d14b12d7dfc44c95ac3e2e0a19e36) no-repeat center;
          mask: url(/images/facebook.svg?0b8d14b12d7dfc44c95ac3e2e0a19e36) no-repeat center;
}
.footer__social-link.--yt {
  -webkit-mask: url(/images/youtube.svg?ba7a6caa0203e3206b643816d4cfab43) no-repeat center;
          mask: url(/images/youtube.svg?ba7a6caa0203e3206b643816d4cfab43) no-repeat center;
}
.footer__social-link.--ig {
  -webkit-mask: url(/images/instagram.svg?c4bdfa78cc06f7c4a0ed801ddff57fd9) no-repeat center;
          mask: url(/images/instagram.svg?c4bdfa78cc06f7c4a0ed801ddff57fd9) no-repeat center;
}
.footer__social-link.--in {
  -webkit-mask: url(/images/linkedin.svg?a4b2f8881e520ceb1b9d9e4623cf1ed7) no-repeat center;
          mask: url(/images/linkedin.svg?a4b2f8881e520ceb1b9d9e4623cf1ed7) no-repeat center;
}

.footer__copy {
  font-weight: 600;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.footer__copy a {
  margin-right: 1rem;
}
@media (max-width: 1023.9px) {
  .footer__copy a {
    margin-right: 0;
    display: block;
  }
}

#footer__scroll-up {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.108rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #footer__scroll-up {
    transition: none;
  }
}
#footer__scroll-up:hover {
  color: #ffffff;
}
#footer__scroll-up:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.7rem;
  background: url(/images/arrow-top.svg?9c51d001effe3100d9792aeb257c4c9e) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #footer__scroll-up:before {
    transition: none;
  }
}

.h1,
h1 {
  font-weight: bold;
  font-size: 4.4rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 6rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section.--dark .h1, .section.--basic-hero .h1,
.section.--dark h1,
.section.--basic-hero h1 {
  color: #ffffff;
}
@media (max-width: 1023.9px) {
  .h1,
h1 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}

.h2,
h2 {
  font-weight: bold;
  font-size: 3.4rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 4.4rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section.--dark .h2,
.section.--dark h2 {
  color: #ffffff;
}
@media (max-width: 1023.9px) {
  .h2,
h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

.h3,
h3 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 3.4rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section.--dark .h3,
.section.--dark h3 {
  color: #ffffff;
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section.--dark .h4,
.section.--dark h4,
.section.--dark .h5,
.section.--dark h5,
.section.--dark .h6,
.section.--dark h6 {
  color: #ffffff;
}

p,
.p {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 3rem;
  margin: 0 0 3rem 0;
}
.section.--dark p,
.section.--dark .p {
  color: rgba(255, 255, 255, 0.6);
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}
strong.--title {
  color: #171717;
  text-transform: uppercase;
}

.divider {
  height: 0.1rem;
  width: 100%;
  background: rgba(23, 23, 23, 0.1);
  margin: 13rem 0 16rem;
}
.section.--dark .divider {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023.9px) {
  .divider {
    margin: 7.5rem 0 8rem;
  }
}
@media (max-width: 1023.9px) {
  .divider.--headline {
    margin: 6rem 0;
  }
}

.basic-content h2 {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.basic-content h2:first-child {
  margin-top: 0;
}
.basic-content h2:last-child {
  margin-bottom: 0;
}
.basic-content h3 {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}
.basic-content h3:first-child {
  margin-top: 0;
}
.basic-content h3:last-child {
  margin-bottom: 0;
}
.basic-content h4,
.basic-content h5,
.basic-content h6 {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}
.basic-content h4:first-child,
.basic-content h5:first-child,
.basic-content h6:first-child {
  margin-top: 0;
}
.basic-content h4:last-child,
.basic-content h5:last-child,
.basic-content h6:last-child {
  margin-bottom: 0;
}
.basic-content img {
  width: 100%;
  min-width: 100%;
  margin: 6rem 0;
  border-radius: 1rem;
}
.basic-content img:first-child {
  margin-top: 0;
}
.basic-content img:last-child {
  margin-bottom: 0;
}
.basic-content a {
  color: #f3893b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .basic-content a {
    transition: none;
  }
}
.section.--dark .basic-content a:hover {
  color: #ffffff;
}
.basic-content a:hover {
  color: #171717;
}
.basic-content strong {
  color: #171717;
  font-weight: bold;
}
.basic-content.--two-columns-li ul,
.basic-content.--two-columns-li ol {
  -moz-column-count: 2;
  -moz-column-gap: 3rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3rem;
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 1023.9px) {
  .basic-content.--two-columns-li ul,
.basic-content.--two-columns-li ol {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.basic-content ul {
  margin: 0 0 3rem 0;
  padding: 0;
}
.basic-content ul:last-child {
  margin-bottom: 0;
}
.basic-content ul.--two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 3rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3rem;
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 1023.9px) {
  .basic-content ul.--two-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.basic-content ul li {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 3rem;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 1023.9px) {
  .basic-content ul li {
    margin-bottom: 1rem;
  }
}
.basic-content ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
}
.basic-content ul li:last-child {
  margin-bottom: 0;
}
.section.--dark .basic-content ul li {
  color: rgba(255, 255, 255, 0.6);
}
.basic-content ol {
  margin: 0 0 3rem 1.6rem;
  padding: 0;
  list-style-type: decimal;
  list-style-position: outside;
}
.basic-content ol:last-child {
  margin-bottom: 0;
}
.basic-content ol.--two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 3rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3rem;
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 1023.9px) {
  .basic-content ol.--two-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.basic-content ol li {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 3rem;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 1023.9px) {
  .basic-content ol li {
    margin-bottom: 1rem;
  }
}
.basic-content ol li:last-child {
  margin-bottom: 0;
}
.section.--dark .basic-content ol li {
  color: rgba(255, 255, 255, 0.6);
}

.block-content {
  margin: 6rem 0;
}
.block-content.--video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 1rem;
}
.block-content.--video iframe,
.block-content.--video video,
.block-content.--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  margin: 16rem 0;
}
@media (max-width: 1023.9px) {
  .section {
    margin: 8rem 0;
  }
}
.section.--bottom {
  background: #171717;
  margin: 0;
  padding: 16rem 0 0 0;
}
@media (max-width: 1023.9px) {
  .section.--bottom {
    margin: 0;
    padding: 8rem 0 0 0;
  }
}
.section.--hero {
  margin: 0;
  padding: 0;
  background: #171717;
  height: 100vh;
}
@media (max-width: 1023.9px) {
  .section.--hero {
    margin: 0;
    padding: 0;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 55rem;
  }
}
.section.--basic-hero {
  margin: 0;
  padding: 0;
  background: #171717;
  height: 65rem;
}
@media (max-width: 1023.9px) {
  .section.--basic-hero {
    margin: 0;
    padding: 0;
    max-height: 55rem;
  }
}
.section.--dark {
  background: #171717;
}
@media (min-width: 1920.1px) {
  .section.--large-pad-section {
    padding-bottom: 22rem !important;
  }
}

.bottom-section__btns {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .bottom-section__btns {
    display: block;
    margin: 0;
  }
}
.bottom-section__btns > * {
  margin: 0 1.5rem !important;
}
@media (max-width: 1023.9px) {
  .bottom-section__btns > * {
    margin: 1rem 0 0 0 !important;
  }
  .bottom-section__btns > *:first-child {
    margin-top: 0 !important;
  }
}

.btn {
  display: inline-flex;
  font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn.--primary {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0 3rem;
  height: 6.2rem;
  position: relative;
  background-image: linear-gradient(180deg, #fba84c 0%, #f3873a 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3), inset 0 -2px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--primary {
    transition: none;
  }
}
.btn.--primary:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--primary:after {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .btn.--primary {
    height: 5.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 374.9px) {
  .btn.--primary {
    padding: 0 2rem;
  }
}
.btn.--primary:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024.1px) {
  .btn.--primary:hover {
    transform: translateY(0.1rem);
  }
}
.btn.--primary:hover:after {
  background: rgba(139, 59, 0, 0.1);
}
.btn.--primary:hover:before {
  transform: translateX(0.2rem);
}
.btn.--primary.--small {
  height: 4.2rem;
  padding: 0 2rem;
}
.btn.--primary.--light {
  background-image: linear-gradient(180deg, #fba84c 0%, #f3873a 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -2px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
.btn.--primary.--light:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -1px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
.btn.--primary.--disabled {
  cursor: not-allowed;
  color: #171717;
  pointer-events: none;
  background: rgba(23, 23, 23, 0.1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.btn.--secondary {
  font-weight: bold;
  font-size: 1.2rem;
  color: #f3893b;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0 2rem 0 4rem;
  height: 4.2rem;
  position: relative;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  white-space: nowrap;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--secondary {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .btn.--secondary {
    padding-top: 0.2rem;
  }
}
.section.--dark .btn.--secondary {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn.--secondary:hover, .position:hover .btn.--secondary {
  border-color: #f3893b;
}
.section.--dark .btn.--secondary:hover, .section.--dark .position:hover .btn.--secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.--secondary:hover:before, .position:hover .btn.--secondary:before {
  transform: translateX(0.2rem);
}
.btn.--secondary:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 2rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  transition: all 0.2s ease-in-out;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .btn.--secondary:before {
    transition: none;
  }
}
.btn.--secondary.--big {
  height: 6.2rem;
}
.btn.--secondary.--white {
  border: 0;
  background: #ffffff;
  color: #171717;
  height: 6.2rem;
}
@media (max-width: 1023.9px) {
  .btn.--secondary.--white {
    height: 5.2rem;
  }
}
.btn.--secondary.--back:before {
  background: url(/images/arrow-left.svg?f1cd9b80f173f0adca95727d8253258e) no-repeat center;
}
.btn.--secondary.--active {
  border-color: #f3893b;
}
.btn.--app-store {
  width: 12.2rem;
  height: 4.2rem;
  background: url(/images/app-store.svg?7234100d74a9a1621bba3695321147a8) no-repeat center;
}
.btn.--google-play {
  width: 13.7rem;
  height: 4.2rem;
  background: url(/images/google-play.svg?de601ded05c68d41996f30eaf029e9ba) no-repeat center;
}
.btn.--link {
  font-weight: 500;
  font-size: 1.8rem;
  color: #f3893b;
  padding: 0 0 0 2rem;
  height: 4rem;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--link {
    transition: none;
  }
}
.btn.--link:hover {
  color: #171717;
}
.btn.--link:hover:before {
  transform: translateX(0.2rem);
}
.btn.--link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  transition: all 0.2s ease-in-out;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .btn.--link:before {
    transition: none;
  }
}
.btn.--two-arrows {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 4.4rem;
  height: 10rem;
  text-transform: uppercase;
  border: 0.1rem solid rgba(232, 232, 232, 0.2);
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--two-arrows {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .btn.--two-arrows {
    font-size: 1.4rem;
    line-height: 3.4rem;
    height: 6rem;
    padding-top: 0.2rem;
  }
}
.btn.--two-arrows:hover {
  border-color: #f3893b;
}
.btn.--two-arrows:hover:before {
  margin-right: 1rem;
}
.btn.--two-arrows:hover:after {
  margin-left: 1rem;
}
.btn.--two-arrows:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 2rem;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--two-arrows:before {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .btn.--two-arrows:before {
    margin-right: 1rem;
    margin-top: -0.2rem;
  }
}
.btn.--two-arrows:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-left: 2rem;
  background: url(/images/arrow-left.svg?f1cd9b80f173f0adca95727d8253258e) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.--two-arrows:after {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .btn.--two-arrows:after {
    margin-left: 1rem;
    margin-top: -0.2rem;
  }
}

.banner {
  width: 100%;
  display: flex;
  background: #ffffff;
  border: 0.1rem solid #e8e8e8;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.section.--dark .banner {
  border: 0;
}
.banner:hover {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023.9px) {
  .banner {
    flex-wrap: wrap;
  }
}

.banner__image {
  flex: 1;
  width: 60rem;
  max-width: 60rem;
  min-width: 60rem;
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .banner__image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 27.5rem;
  }
}
.banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.6s;
}
.banner:hover .banner__image img {
  transform: scale(1.05);
}

.banner__content {
  flex-grow: 1;
  padding: 8rem;
}
@media (max-width: 1023.9px) {
  .banner__content {
    padding: 4rem 2.5rem;
    text-align: center;
  }
}
.banner__content h2 {
  margin-bottom: 2rem;
}
.section.--dark .banner__content h2 {
  color: #171717;
}
.section.--dark .banner__content p {
  color: rgba(23, 23, 23, 0.7);
}
.section.--dark .banner__content .btn.--secondary {
  color: #f3893b;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
}
.section.--dark .banner__content .btn.--secondary:hover {
  border-color: #f3893b;
}

@media (max-width: 767.9px) {
  .testimonials {
    overflow-x: auto;
    width: calc(100% + 5rem);
    position: relative;
    left: -2.5rem;
    padding: 0 2.5rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .testimonials::-webkit-scrollbar {
    display: none;
  }
}

.testimonials__inner {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 767.9px) {
  .testimonials__inner {
    width: auto;
    margin: 0 -1rem;
  }
  .testimonials__inner:after {
    content: "";
    flex: 1;
    min-width: 2.5rem;
    width: 2.5rem;
    display: block;
    height: 1rem;
    background: transparent;
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1.5rem;
  width: calc(100% / 3 - 3rem);
  max-width: calc(100% / 3 - 3rem);
}
@media (max-width: 767.9px) {
  .testimonial {
    min-width: calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    margin: 0 1rem;
  }
}

.testimonial__logo {
  margin-bottom: 1rem;
  height: 10rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .testimonial__logo {
    height: 8rem;
    width: 10rem;
  }
}
.testimonial__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial__text {
  margin-bottom: 2rem;
}

.testimonial__btn {
  margin-top: auto;
}

.members {
  margin-top: 6rem;
}

.members__inner {
  width: calc(100% + 3rem);
  line-height: 0.4rem;
}
@media (max-width: 1023.9px) {
  .members__inner {
    width: calc(100% + 1rem);
  }
}

.member {
  display: block;
}

.member__photo {
  width: 100%;
  height: 47rem;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1023.9px) {
  .member__photo {
    height: 19.5rem;
  }
  .--with-text .member__photo {
    height: 25rem;
  }
}
.member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member__header {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .member__header {
    display: block;
  }
}

.member__social {
  font-weight: bold;
  font-size: 1.3rem;
  color: #f3893b;
  letter-spacing: 0;
  line-height: 2rem;
  text-transform: uppercase;
}
.section.--dark .member__social:hover {
  color: #ffffff;
}
.member__social:hover {
  color: #171717;
}

.member__position {
  font-weight: 500;
  font-size: 1.3rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 2rem;
}
.section.--dark .member__position {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1023.9px) {
  .member__position {
    display: block;
  }
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__image {
  width: 100%;
  height: 100%;
}
.hero__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(23, 23, 23, 0.4);
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__content {
  position: absolute;
  z-index: 12;
  left: 10rem;
  right: 10rem;
  bottom: 14.5rem;
}
@media (max-width: 1023.9px) {
  .hero__content {
    left: 2.5rem;
    right: 2.5rem;
    bottom: 6rem;
    text-align: center;
  }
}

.hero__title {
  color: #ffffff;
  max-width: 57rem;
}
@media (max-width: 1023.9px) {
  .hero__title {
    max-width: none;
  }
}

.hero__scroll {
  width: 6rem;
  height: 6rem;
  position: absolute;
  z-index: 15;
  right: 10rem;
  bottom: 6rem;
  cursor: pointer;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll {
    transition: none;
  }
}
.hero__scroll.--on-white {
  border-color: rgba(23, 23, 23, 0.2);
}
@media (max-width: 1023.9px) {
  .hero__scroll {
    display: none;
  }
}
.hero__scroll:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.--wave .hero__scroll:hover {
  background: #f3893b;
  border-color: #f3893b;
}
.--wave .hero__scroll:hover:before {
  background: #ffffff;
}
.hero__scroll:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: #f3893b;
  -webkit-mask: url(/images/arrow-down.svg?7f2c06fc8008b9871eef3b20cc0740c1) no-repeat center;
          mask: url(/images/arrow-down.svg?7f2c06fc8008b9871eef3b20cc0740c1) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll:before {
    transition: none;
  }
}

.games-carousel__inner {
  width: calc(100% + 3rem);
  text-align: center;
  line-height: 0.4rem;
}
@media (max-width: 1023.9px) {
  .games-carousel__inner {
    width: calc(100% + 1rem);
  }
}

.game {
  position: relative;
  height: 40rem;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1023.9px) {
  .game {
    height: 28rem;
  }
}

.game__image {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(23, 23, 23, 0) 50%, rgba(23, 23, 23, 0.6) 100%);
}
.game__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.6s;
}
.game:hover .game__image img, .game-article:hover .game__image img {
  transform: scale(1.05);
}

.game__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game__logo {
  width: 28rem;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 0.5s;
}
.game:hover .game__logo img, .game-article:hover .game__logo img {
  transform: translateY(-2rem);
}

.game__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translateY(3rem);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
@media (max-width: 1023.9px) {
  .game__cta {
    display: none;
  }
}
.game:hover .game__cta, .game-article:hover .game__cta {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translateY(0rem);
}
.game__cta > * {
  margin: 0.5rem;
}

.game-article {
  margin-bottom: 6.5rem;
  display: block;
}

.game-article__content {
  margin-top: 4rem;
}

.game-article__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.game-article__availability {
  display: flex;
  margin: 0 -0.3rem;
}

.game-article__icon {
  width: 2.6rem;
  height: 2.4rem;
  background: rgba(23, 23, 23, 0.1);
  margin: 0 0.3rem;
}
.game-article__icon.--active {
  background: #f3893b;
}
.game-article__icon.--web {
  -webkit-mask: url(/images/game-web.svg?b3efa85998fea4155f5b514e081513ba) no-repeat center;
          mask: url(/images/game-web.svg?b3efa85998fea4155f5b514e081513ba) no-repeat center;
}
.game-article__icon.--fb {
  -webkit-mask: url(/images/game-fb.svg?51c1b81de1bd7217638c3ac39bfa9a17) no-repeat center;
          mask: url(/images/game-fb.svg?51c1b81de1bd7217638c3ac39bfa9a17) no-repeat center;
}
.game-article__icon.--ios {
  -webkit-mask: url(/images/game-ios.svg?b41567285703b23b4cb28a59775adab3) no-repeat center;
          mask: url(/images/game-ios.svg?b41567285703b23b4cb28a59775adab3) no-repeat center;
}
.game-article__icon.--android {
  -webkit-mask: url(/images/game-android.svg?1109d71f82bcb95988689e00cc4050a9) no-repeat center;
          mask: url(/images/game-android.svg?1109d71f82bcb95988689e00cc4050a9) no-repeat center;
}

.info-icon {
  width: 100%;
  display: block;
  text-align: center;
}

.info-icon__icon {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(100ms * var(--data-iteration));
  transform: scale(0.3);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.fade-icon .info-icon__icon {
  transform: scale(1);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 1023.9px) {
  .info-icon__icon {
    margin-bottom: 3rem;
  }
}
.info-icon__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.info-icon__title {
  overflow: hidden;
  line-height: 4.4rem;
}
@media (max-width: 1023.9px) {
  .info-icon__title {
    line-height: 3.4rem;
  }
}
.info-icon__title span {
  display: block;
  position: relative;
  transition-property: all;
  transition-duration: 700ms;
  transition-delay: calc(100ms * var(--data-iteration));
  transform: translateY(100%);
}
.fade-icon .info-icon__title span {
  transform: translateY(0);
}

.info-icon__text {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.108px;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-top: 1rem;
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .info-icon__text {
    margin-top: 0.5rem;
  }
}
.info-icon__text span {
  display: block;
  position: relative;
  transition-property: all;
  transition-duration: 900ms;
  transition-delay: calc(100ms * var(--data-iteration));
  transform: translateY(-100%);
}
.fade-icon .info-icon__text span {
  transform: translateY(0);
}

.gallery {
  position: relative;
}

.gallery__title {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023.9px) {
  .gallery__title {
    width: 23rem;
    position: relative;
  }
}

@media (max-width: 1023.9px) {
  .gallery__content {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    position: relative;
  }
}

.gallery__item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 1023.9px) {
  .gallery__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 1023.9px) {
  .gallery__image {
    margin-top: 0;
  }
}
.gallery__image:first-child {
  margin-top: 0;
}
.gallery__image.--one {
  height: 27rem;
}
@media (max-width: 1023.9px) {
  .gallery__image.--one {
    height: 15rem;
  }
}
.gallery__image.--two {
  height: 54rem;
}
@media (max-width: 1023.9px) {
  .gallery__image.--two {
    height: 22rem;
  }
}
.gallery__image.--three {
  height: 37rem;
}
@media (max-width: 1023.9px) {
  .gallery__image.--three {
    display: none;
  }
}
.gallery__image.--four {
  height: 33rem;
}
@media (max-width: 1023.9px) {
  .gallery__image.--four {
    height: 23rem;
  }
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-carousel__inner {
  width: calc(100% + 3rem);
  text-align: center;
  line-height: 0.4rem;
}
@media (max-width: 1023.9px) {
  .gallery-carousel__inner {
    width: calc(100% + 1rem);
  }
}

.gallery-carousel__item {
  position: relative;
  max-height: 54.5rem;
  max-width: 97rem;
  display: block;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin: 0 1.5rem !important;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1023.9px) {
  .gallery-carousel__item {
    max-width: 90vw;
    height: 18rem;
    margin: 0 0.5rem !important;
  }
}
.gallery-carousel__item a {
  height: 100%;
  width: 100%;
  display: block;
}
.gallery-carousel__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.basic-hero {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.basic-hero__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-hero__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.5);
  background-image: linear-gradient(180deg, rgba(23, 23, 23, 0) 60%, rgba(23, 23, 23, 0.7) 100%);
}
.basic-hero__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(23, 23, 23, 0) 40%, rgba(23, 23, 23, 0.8) 100%);
}
.basic-hero.--solid .basic-hero__image:before {
  background: rgba(23, 23, 23, 0.4);
}
.basic-hero.--solid .basic-hero__image:after {
  display: none;
}
.basic-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.basic-hero__content {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.basic-hero__footer {
  position: absolute;
  z-index: 5;
  bottom: 8rem;
  left: 0;
  right: 0;
}

.check-btn {
  display: flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.check-btn__label {
  display: inline-flex;
  font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  color: #f3893b;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0 2rem 0 4rem;
  height: 4.2rem;
  position: relative;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .check-btn__label {
    transition: none;
  }
}
@media (min-width: 1024.1px) {
  .check-btn__label:hover {
    border-color: #f3893b;
  }
  .check-btn__label:hover:before {
    transform: translateX(0.2rem);
  }
}
@media (max-width: 1023.9px) {
  .check-btn__label {
    padding-top: 0.2rem;
  }
}
.check-btn__label:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 2rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  transition: all 0.2s ease-in-out;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .check-btn__label:before {
    transition: none;
  }
}

.check-btn__input {
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.check-btn__input:checked ~ .check-btn__label {
  border-color: #f3893b;
}
.check-btn__input:checked ~ .check-btn__label:before {
  transform: translateX(0.2rem);
}

.article__info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .article__info {
    margin-top: 1rem;
  }
}

.article__category {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.5);
  letter-spacing: 0;
  line-height: 3rem;
}
.article__category:hover {
  color: #f3893b;
}

.article__date {
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 3rem;
  margin-left: 0.3rem;
}

.article__image {
  margin: 8rem 0;
  width: 100%;
  height: 54.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
@media (max-width: 1023.9px) {
  .article__image {
    margin: 4rem 0;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    height: 38rem;
    border-radius: 0;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__social {
  position: sticky;
  top: 3rem;
}
.article__social h6 {
  font-weight: 600;
  font-size: 1.3rem;
  color: #171717;
  letter-spacing: 0.108rem;
  text-align: center;
}

.article__social-btns {
  display: flex;
  margin-top: 1rem;
  border-top: 0.1rem solid rgba(23, 23, 23, 0.1);
  position: relative;
}
.article__social-btns:after {
  content: "";
  width: 0.1rem;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  background: rgba(23, 23, 23, 0.1);
  z-index: 2;
}

.article__social-btn {
  flex: 1;
  width: 50%;
  display: block;
  height: 8rem;
  background: #f3893b;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .article__social-btn {
    transition: none;
  }
}
.article__social-btn:hover {
  background: #171717;
}
.article__social-btn.--fb {
  -webkit-mask: url(/images/social-fb.svg?7bb77cbc1fbb95a7ca35c9254f6d2ccb) no-repeat center;
          mask: url(/images/social-fb.svg?7bb77cbc1fbb95a7ca35c9254f6d2ccb) no-repeat center;
}
.article__social-btn.--tw {
  -webkit-mask: url(/images/social-tw.svg?692b1aaf0fa6006da841f66ddada4640) no-repeat center;
          mask: url(/images/social-tw.svg?692b1aaf0fa6006da841f66ddada4640) no-repeat center;
}

.article-box {
  display: block;
  margin-bottom: 6rem;
}
.article-box.--featured {
  margin-bottom: 8rem;
}

.article-box__image {
  display: flex;
  height: 31.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.article-box.--featured .article-box__image {
  margin-bottom: 3rem;
  height: 48.5rem;
}
@media (max-width: 1023.9px) {
  .article-box.--featured .article-box__image {
    height: 38rem;
  }
}
.article-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.6s;
}
.article-box:hover .article-box__image img {
  transform: scale(1.05);
}

.article-box__info {
  margin-bottom: 0.5rem;
}
.article-box.--featured .article-box__info {
  margin-bottom: 1rem;
}
.article-box__info object {
  display: inline;
}

.article-box__category {
  font-weight: bold;
  font-size: 1.3rem;
  color: rgba(23, 23, 23, 0.5);
  letter-spacing: 0;
  line-height: 2rem;
  text-transform: uppercase;
}
.article-box__category:hover {
  color: #f3893b;
}

.article-box__date {
  font-weight: bold;
  font-size: 1.3rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 2rem;
}

.article-box__title {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.article-box.--featured .article-box__title {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

.article-box__perex {
  color: rgba(23, 23, 23, 0.7);
  margin-top: 1.5rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .article-box__perex {
    transition: none;
  }
}
.article-box:hover .article-box__perex {
  color: #171717;
}

.contact__social {
  display: flex;
  align-items: center;
  margin: 3rem -0.5rem 0;
}
@media (max-width: 1023.9px) {
  .contact__social {
    margin-top: 2rem;
    justify-content: center;
  }
}

.contact__social-item {
  margin: 0 0.5rem;
}

.contact__social-link {
  width: 6rem;
  height: 6rem;
  display: block;
  position: relative;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .contact__social-link {
    transition: none;
  }
}
.section.--dark .contact__social-link {
  border-color: rgba(255, 255, 255, 0.2);
}
.contact__social-link:hover {
  background: #f3893b;
  border-color: #f3893b;
}
.section.--dark .contact__social-link:hover {
  border-color: #f3893b;
}
.contact__social-link:hover:before {
  background: #ffffff;
}
.contact__social-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3893b;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .contact__social-link:before {
    transition: none;
  }
}
.contact__social-link.--fb:before {
  -webkit-mask: url(/images/facebook.svg?0b8d14b12d7dfc44c95ac3e2e0a19e36) no-repeat center;
          mask: url(/images/facebook.svg?0b8d14b12d7dfc44c95ac3e2e0a19e36) no-repeat center;
}
.contact__social-link.--yt:before {
  -webkit-mask: url(/images/youtube.svg?ba7a6caa0203e3206b643816d4cfab43) no-repeat center;
          mask: url(/images/youtube.svg?ba7a6caa0203e3206b643816d4cfab43) no-repeat center;
}
.contact__social-link.--ig:before {
  -webkit-mask: url(/images/instagram.svg?c4bdfa78cc06f7c4a0ed801ddff57fd9) no-repeat center;
          mask: url(/images/instagram.svg?c4bdfa78cc06f7c4a0ed801ddff57fd9) no-repeat center;
}
.contact__social-link.--in:before {
  -webkit-mask: url(/images/linkedin.svg?a4b2f8881e520ceb1b9d9e4623cf1ed7) no-repeat center;
          mask: url(/images/linkedin.svg?a4b2f8881e520ceb1b9d9e4623cf1ed7) no-repeat center;
}
.contact__social-link.--tw:before {
  -webkit-mask: url(/images/twitter.svg?692b1aaf0fa6006da841f66ddada4640) no-repeat center;
          mask: url(/images/twitter.svg?692b1aaf0fa6006da841f66ddada4640) no-repeat center;
}

.contact__map {
  position: relative;
}
.contact__map img {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.contact__map:after {
  content: "";
  width: 67rem;
  height: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/images/map-pin@2x.png?00867b9a121c21c63ea71919b020424f) no-repeat center;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}

.contact__map-btn {
  position: absolute !important;
  bottom: 3rem;
  left: 3rem;
  z-index: 5;
}
@media (max-width: 1023.9px) {
  .contact__map-btn {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}

.form-input {
  cursor: text;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  height: 6.2rem;
  margin-bottom: 1rem;
  padding: 0 2.5rem;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-input {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .form-input {
    height: 5.2rem;
    padding: 0.3rem 2rem 0;
  }
}
.form-input.--invalid {
  border-color: red;
}
.form-input:focus-within {
  background: rgba(23, 23, 23, 0.02);
}
.form-input:last-child {
  margin-bottom: 0;
}
.form-input:hover input,
.form-input:hover textarea, .form-input:focus-within input,
.form-input:focus-within textarea {
  color: #171717 !important;
}
.form-input:hover:not(:focus-within) {
  border-color: #f3893b;
}
.form-input.--file {
  cursor: pointer;
  position: relative;
}
.form-input.--textarea {
  flex-direction: column;
  align-items: flex-start;
  padding: 2.3rem 2.5rem;
  height: 100%;
}
.form-input.--textarea textarea {
  width: 100%;
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(23, 23, 23, 0.6);
  background: transparent;
  border: 0;
  margin-top: 1rem;
  resize: none;
  min-height: 10rem;
  font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-input.--textarea textarea {
    transition: none;
  }
}
.form-input input {
  width: 100%;
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(23, 23, 23, 0.6);
  background: transparent;
  border: 0;
  font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-input input {
    transition: none;
  }
}

.form-input__label {
  font-weight: bold;
  font-size: 1.2rem;
  color: #171717;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  min-width: 13rem;
  line-height: 1.6rem;
}
@media (max-width: 1023.9px) {
  .form-input__label {
    min-width: auto;
    padding-right: 1rem;
  }
}
.form-input.--required .form-input__label:after {
  content: "*";
  color: #f3893b;
  margin-left: 0.4rem;
}

.form-files__container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(23, 23, 23, 0.6);
  padding-right: 5rem;
}

.form-files__remove {
  width: 2.4rem;
  height: 2.4rem;
  background: url(/images/remove.svg?e0f15da0f3ae3d68760e088e823f6284) no-repeat center #f3893b;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -1.2rem;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-files__remove {
    transition: none;
  }
}
.form-files__remove:hover {
  background-color: #171717;
}

.form-info {
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 2rem;
  display: block;
  margin-bottom: 2rem;
}

.form-check {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  height: 6.2rem;
  margin-bottom: 1rem;
  padding: 0 2.5rem;
  position: relative;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check {
    transition: none;
  }
}
.form-check:last-child {
  margin-bottom: 0;
}
.form-check.--invalid {
  border-color: red;
}
.form-check:hover {
  border-color: #f3893b;
}

.form-check__input {
  position: absolute;
  width: 0;
  height: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.form-check__input:checked ~ .form-check__checkmark {
  border: 0.6rem solid #f3893b;
}
.form-check__input:checked ~ .form-check__checkmark:before {
  transform: translateX(0.2rem);
}

.form-check__checkmark {
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid rgba(23, 23, 23, 0.2);
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check__checkmark {
    transition: none;
  }
}

.form-check__label {
  font-weight: bold;
  font-size: 1.2rem;
  color: #171717;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  min-width: 10rem;
  line-height: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check.--required .form-check__label:after {
  content: "*";
  color: #f3893b;
  margin-left: 0.4rem;
}
.form-check__label a {
  color: #f3893b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check__label a {
    transition: none;
  }
}
.section.--dark .form-check__label a:hover {
  color: #ffffff;
}
.form-check__label a:hover {
  color: #171717;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.form-select {
  cursor: pointer;
  display: block;
  max-width: 47rem;
  width: 100%;
  position: relative;
}

.styledSelect {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #171717;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  height: 6.2rem;
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .styledSelect {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .styledSelect {
    height: 5.2rem;
  }
}
.styledSelect:hover {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.styledSelect:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/images/arrow-down.svg?7f2c06fc8008b9871eef3b20cc0740c1) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .styledSelect:after {
    transition: none;
  }
}
.styledSelect.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.styledSelect.active:after {
  transform: rotate(180deg);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  border-top: 0;
  overflow: auto;
  max-height: 25rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 1023.9px) {
  .options {
    max-height: 26.5rem;
  }
}
.options li {
  padding: 1rem 3rem;
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0.1rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .options li {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .options li {
    height: 5.2rem;
  }
}
.options li:hover {
  background-color: rgba(23, 23, 23, 0.02);
  color: #171717;
}
.options li.selected {
  background-color: #f3893b;
  color: #ffffff;
}

.position {
  padding: 3rem 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.1rem solid rgba(23, 23, 23, 0.1);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .position {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .position {
    padding: 3rem 0;
    flex-wrap: wrap;
  }
}
.position:last-child {
  border-bottom: 0.1rem solid rgba(23, 23, 23, 0.1);
}
.position:hover {
  padding: 3rem 9rem;
  background: rgba(23, 23, 23, 0.02);
}
@media (max-width: 1023.9px) {
  .position:hover {
    padding: 3rem 0;
  }
}

@media (max-width: 1023.9px) {
  .position__title {
    min-width: 100%;
  }
}

.position__info {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .position__info {
    justify-content: space-between;
    min-width: 100%;
    margin-top: 1rem;
  }
}

.position__location {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  line-height: 3rem;
  margin-right: 3rem;
}
@media (max-width: 1023.9px) {
  .position__location {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-right: 1rem;
  }
}

.positions__desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .positions__desc {
    display: block;
  }
}
.positions__desc p {
  max-width: 47rem;
  margin-right: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .positions__desc p {
    margin-bottom: 2rem;
    margin-right: 0;
    max-width: 100%;
  }
}

.position-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.position-benefit__icon {
  width: 7.3rem;
  height: 7.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-benefit__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 2rem;
  margin-top: 2rem;
}

.position-benefit__text {
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(23, 23, 23, 0.6);
  letter-spacing: 0;
  text-align: center;
  line-height: 2rem;
  margin-top: 1rem;
}

.positions_fb-posts {
  display: flex;
  margin: 7rem -1.5rem 0;
}
@media (max-width: 1023.9px) {
  .positions_fb-posts {
    flex-wrap: wrap;
    margin: 4rem 0 0;
  }
}
.positions_fb-posts .fb-post {
  flex: 1;
  min-width: calc(100% / 3 - 3rem);
  max-width: calc(100% / 3 - 3rem);
  margin: 0 1.5rem;
  min-height: 50rem;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  border-radius: 0.3rem;
}
@media (max-width: 1023.9px) {
  .positions_fb-posts .fb-post {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
}

.video-thumb {
  display: block;
  width: 100%;
  height: 19rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #171717;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.video-thumb__image {
  width: 100%;
  height: 100%;
  display: flex;
  filter: alpha(opacity=0.6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.video-thumb__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition-duration: 0.6s;
}
.video-thumb:hover .video-thumb__image img {
  transform: scale(1.05);
}

.video-thumb__btn-wrapper {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.video-thumb__btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .video-thumb__btn {
    transition: none;
  }
}
.video-thumb__btn:before {
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  display: block;
  background: #ffffff;
  margin-right: 1rem;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .video-thumb__btn:before {
    transition: none;
  }
}
.video-thumb:hover .video-thumb__btn:before {
  background: #f3893b;
}
.video-thumb__btn:after {
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  display: block;
  background: #f3893b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-mask: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
          mask: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) no-repeat center;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .video-thumb__btn:after {
    transition: none;
  }
}
.video-thumb:hover .video-thumb__btn:after {
  background: #ffffff;
}

.accordion-item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0;
}
.accordion-item:first-child {
  padding-top: 0;
}
.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 8rem 0 0;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
  line-height: 3rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-title {
    transition: none;
  }
}
.accordion-title:hover {
  color: #ffffff;
}
.accordion-item.--expanded .accordion-title {
  color: #ffffff;
}
.accordion-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 6rem;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-title:before {
    transition: none;
  }
}
.accordion-title:after {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  position: absolute;
  z-index: 2;
  right: 2.5rem;
  margin-top: -0.5rem;
  background: #f3893b;
  -webkit-mask: url(/images/arrow-down.svg?7f2c06fc8008b9871eef3b20cc0740c1) no-repeat center;
          mask: url(/images/arrow-down.svg?7f2c06fc8008b9871eef3b20cc0740c1) no-repeat center;
}
.accordion-item.--expanded .accordion-title:after {
  background: #ffffff;
  transform: rotate(180deg);
}

.accordion-content {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  line-height: 3rem;
  padding-top: 2rem;
  display: none;
}

.career__info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .career__info {
    margin-top: 0rem;
  }
}

.career__category {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgba(23, 23, 23, 0.5);
  letter-spacing: 0;
  line-height: 3rem;
}

.career__back {
  position: absolute;
  width: auto;
  left: 0;
  top: 0.8rem;
}
@media (max-width: 1023.9px) {
  .career__back {
    display: none;
  }
}

.career__title {
  padding: 0 25rem;
  max-width: 107rem;
  margin: auto;
}
@media (max-width: 1023.9px) {
  .career__title {
    padding: 0rem;
  }
}

.career__apply {
  position: absolute;
  right: 0;
  width: auto;
}
@media (max-width: 1023.9px) {
  .career__apply {
    position: relative;
    margin: 3rem auto 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal {
    transition: none;
  }
}
.modal.--visible {
  visibility: visible;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 2;
  top: -2rem;
  right: -2rem;
  cursor: pointer;
}
@media (max-width: 1023.9px) {
  .modal__close {
    right: auto;
    left: 50%;
    margin-left: -2rem;
  }
  .--video .modal__close {
    right: -2rem;
    left: auto;
    margin-left: 0;
  }
}
.modal__close:hover span {
  transform: translateY(0.1rem);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -1px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
.modal__close:hover span:after {
  background: rgba(139, 59, 0, 0.1);
}
.modal__close span {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: linear-gradient(180deg, #fba84c 0%, #f3873a 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -2px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal__close span {
    transition: none;
  }
}
.modal__close span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/remove.svg?e0f15da0f3ae3d68760e088e823f6284) no-repeat center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.modal__close span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .modal__close span:after {
    transition: none;
  }
}

.modal__dialog-wrapper {
  max-height: 100%;
}
@media (max-width: 1023.9px) {
  .modal__dialog-wrapper {
    width: calc(100% - 3rem);
  }
  .--video .modal__dialog-wrapper {
    width: calc(100% - 5rem);
  }
}

.modal__dialog-wrapper-inner {
  padding: 6rem 0;
}
@media (max-width: 1023.9px) {
  .modal__dialog-wrapper-inner {
    padding: 2rem 0;
  }
}

.modal__dialog {
  width: 77rem;
  padding: 6rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
  transform: translateY(3rem);
}
@media (prefers-reduced-motion: reduce) {
  .modal__dialog {
    transition: none;
  }
}
.modal.--career-form .modal__dialog {
  width: 90rem;
}
@media (max-width: 1023.9px) {
  .modal.--career-form .modal__dialog {
    width: 100%;
    max-width: 90rem;
  }
}
.modal.--video .modal__dialog {
  padding: 0;
  background: transparent;
}
.modal.--visible .modal__dialog {
  transform: translateY(0);
}
@media (max-width: 1023.9px) {
  .modal__dialog {
    width: 100%;
    max-width: 77rem;
    padding: 6rem 3rem 3rem;
  }
}

.modal__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 1rem;
}
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__header {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
@media (max-width: 1023.9px) {
  .modal__header {
    padding: 0rem;
    margin-bottom: 1.5rem;
  }
}

.modal__body {
  text-align: center;
}
.modal.--career-form .modal__body {
  text-align: left;
}

.modal__game-availability {
  display: flex;
  justify-content: center;
  margin: 3rem -0.5rem 0;
}
@media (max-width: 1023.9px) {
  .modal__game-availability {
    display: block;
    margin: 1.5rem 0 0;
  }
}

.modal__game-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(23, 23, 23, 0.1);
  height: 6.2rem;
  margin: 0 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: #f3893b;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0 2rem;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal__game-type {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .modal__game-type {
    display: flex;
    justify-content: flex-start;
    padding: 0 2rem;
    margin: 1rem 0;
  }
  .modal__game-type:first-child {
    margin-top: 0;
  }
  .modal__game-type:last-child {
    margin-bottom: 0;
  }
}
.modal__game-type:hover {
  border-color: #f3893b;
}
.modal__game-type:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  background: #f3893b;
}
.modal__game-type.--web:before {
  -webkit-mask: url(/images/game-web.svg?b3efa85998fea4155f5b514e081513ba) no-repeat center;
          mask: url(/images/game-web.svg?b3efa85998fea4155f5b514e081513ba) no-repeat center;
}
.modal__game-type.--fb:before {
  -webkit-mask: url(/images/game-fb.svg?51c1b81de1bd7217638c3ac39bfa9a17) no-repeat center;
          mask: url(/images/game-fb.svg?51c1b81de1bd7217638c3ac39bfa9a17) no-repeat center;
}
.modal__game-type.--ios:before {
  -webkit-mask: url(/images/game-ios.svg?b41567285703b23b4cb28a59775adab3) no-repeat center;
          mask: url(/images/game-ios.svg?b41567285703b23b4cb28a59775adab3) no-repeat center;
}
.modal__game-type.--android:before {
  -webkit-mask: url(/images/game-android.svg?1109d71f82bcb95988689e00cc4050a9) no-repeat center;
          mask: url(/images/game-android.svg?1109d71f82bcb95988689e00cc4050a9) no-repeat center;
}

.scrollbooster {
  padding-bottom: 11rem;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  cursor: url(/images/cursor.svg?cdc73791ba31cb2aef9e2da84aa4c001), auto;
}
@media (max-width: 1023.9px) {
  .scrollbooster {
    padding-bottom: 9rem;
  }
}
.scrollbooster:after {
  content: "";
  width: 38.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1023.9px) {
  .scrollbooster:after {
    width: 6rem;
  }
}

.scrollbooster__content {
  display: flex;
  margin: 0 -1.5rem;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  cursor: url(/images/cursor.svg?cdc73791ba31cb2aef9e2da84aa4c001), auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.scrollbooster__item {
  margin: 0 1.5rem;
  min-width: calc(100% / 12 * 5 - 3rem);
  max-width: calc(100% / 12 * 5 - 3rem);
  position: relative;
}
@media (max-width: 1023.9px) {
  .scrollbooster__item {
    min-width: calc(100% - 6rem);
    max-width: calc(100% - 6rem);
  }
}
.scrollbooster__item:first-child:after {
  left: 0;
}
.scrollbooster__item:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  background: rgba(23, 23, 23, 0.2);
  left: -1.5rem;
  right: -1.5rem;
  bottom: -7.5rem;
}
@media (max-width: 1023.9px) {
  .scrollbooster__item:after {
    bottom: -5.5rem;
  }
}

.scrollbooster__item-image {
  width: 17rem;
  height: 12rem;
  display: flex;
  align-items: center;
  jsutify-content: center;
  margin-bottom: 2rem;
}
.scrollbooster__item-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.scrollbooster__item-btn {
  margin-top: 3rem;
}

.scrollbooster__item-year {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 7%, white 93%, rgba(255, 255, 255, 0) 100%);
  font-size: 6.5rem;
  line-height: 6.5rem;
  font-weight: bold;
  -webkit-text-stroke: 0.2rem rgba(23, 23, 23, 0.2);
  -webkit-text-fill-color: #ffffff;
  position: absolute;
  padding: 0 3rem;
  margin-left: -3rem;
  bottom: -11rem;
  z-index: 3;
}
@media (max-width: 1023.9px) {
  .scrollbooster__item-year {
    bottom: -9rem;
  }
}

.game-detail__big-image {
  width: calc(50vw);
  position: relative;
  left: 100%;
  margin-left: -50vw;
}
@media (max-width: 1023.9px) {
  .game-detail__big-image {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    left: 0;
    margin-bottom: 6rem;
  }
}
.game-detail__big-image img {
  width: 100%;
}

.press-kit-hero {
  text-align: center;
  margin-bottom: 8rem;
}
.press-kit-hero h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.press-kit-hero__subtitle {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 1023.9px) {
  .press-kit-hero {
    margin-bottom: 5rem;
  }
  .press-kit-hero h1 {
    font-size: 2.8rem;
  }
  .press-kit-hero__subtitle {
    font-size: 1.5rem;
  }
}

body.page-press-kit {
  background: #171717;
}
body.page-press-kit #app {
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 14rem, #171717 14rem, #171717 100%);
}
body.page-press-kit .main-content {
  background: #171717;
}
body.page-press-kit .header {
  padding-top: 2.4rem;
}
body.page-press-kit .section.--press-kit {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8rem 0 12rem;
  position: relative;
}
body.page-press-kit .section.--press-kit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120rem;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 1023.9px) {
  body.page-press-kit .section.--press-kit {
    padding: 4rem 0 7rem;
  }
}

.press-kit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 36rem));
  gap: 3rem;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .press-kit-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.press-kit-card {
  background: rgba(255, 255, 255, 0.97);
  border: 0.1rem solid rgba(255, 255, 255, 0.65);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}
.press-kit-card:hover {
  border-color: #f3893b;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.24);
  transform: translateY(-0.3rem);
}
.press-kit-card:hover .press-kit-card__preview img {
  transform: scale(1.05);
}
@media (max-width: 1023.9px) {
  .press-kit-card {
    grid-column: 1/-1;
  }
}

.press-kit-card__preview {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  min-height: 16rem;
  overflow: hidden;
}
.press-kit-card__preview img {
  max-width: 100%;
  max-height: 10rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 300ms ease;
}

.press-kit-card__body {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #f2f2f2;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.05);
}

.press-kit-card__title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  margin: 0;
  letter-spacing: 0;
}

.press-kit-card__desc {
  font-size: 1.4rem;
  color: rgba(23, 23, 23, 0.6);
  margin: 0;
  line-height: 1.5;
}

.press-kit-card__btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}

body.page-press-kit .section.--press-kit .press-kit-card__title {
  color: #171717;
  text-transform: none;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0;
}
body.page-press-kit .section.--press-kit .press-kit-card__desc {
  color: rgba(23, 23, 23, 0.6);
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}

/* Homepage press kit teaser section */
.press-kit-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  min-height: 30rem;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #171717;
}
.press-kit-home.dclick-ready {
  cursor: pointer;
}
.press-kit-home.dclick-animate {
  -webkit-animation: pressKitPulse 0.6s ease;
          animation: pressKitPulse 0.6s ease;
}
@-webkit-keyframes pressKitPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pressKitPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
  }
}
.press-kit-home:hover .press-kit-home__content {
  color: #f3893b;
}
.press-kit-home:hover .press-kit-home__content h2::after {
  background-color: #f3893b;
}
.press-kit-home:hover .press-kit-home__cta-text {
  color: #f3893b;
}
@media (max-width: 1023.9px) {
  .press-kit-home {
    flex-direction: column;
    gap: 2rem;
    min-height: auto;
    padding: 2rem 0;
  }
}

.press-kit-home__content {
  flex: 1;
  transition: color 300ms ease;
}
.press-kit-home__content h2 {
  font-weight: bold;
  font-size: 3.6rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.press-kit-home__content h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.3rem;
  background: #f3893b;
  margin-top: 1rem;
  transition: background-color 300ms ease;
}
@media (max-width: 1023.9px) {
  .press-kit-home__content h2 {
    font-size: 2.4rem;
  }
  .press-kit-home__content h2::after {
    margin-top: 0.8rem;
  }
}

.press-kit-home__desc {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
  max-width: 50rem;
}

.press-kit-home__cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.press-kit-home__cta-text {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  transition: color 300ms ease;
}

.press-kit-home__logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 1023.9px) {
  .press-kit-home__logos {
    width: 100%;
    justify-content: flex-start;
  }
}
.press-kit-home__logos img {
  max-height: 6rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.85;
  transition: opacity 300ms ease, transform 300ms ease;
}
.press-kit-home.dclick-ready:hover .press-kit-home__logos img {
  opacity: 1;
}
@media (max-width: 1023.9px) {
  .press-kit-home__logos {
    gap: 1.5rem;
  }
  .press-kit-home__logos img {
    max-height: 4rem;
  }
}

.slick-track {
  display: flex;
  margin: 0 -1.5rem;
}
.gallery-carousel .slick-track {
  display: block;
  margin: 0;
}
@media (max-width: 1023.9px) {
  .slick-track {
    margin: 0 -0.5rem;
  }
}

.slick-track > * {
  margin: 0 1.5rem;
  line-height: 3rem;
}
.gallery-carousel .slick-track > * {
  margin: 0;
}
@media (max-width: 1023.9px) {
  .slick-track > * {
    margin: 0 0.5rem;
  }
}

.slick-dots {
  display: inline-flex;
  margin: 6rem -0.2rem 0;
  height: 0.4rem;
  overflow: hidden;
  padding: 0 1rem 0 0;
  line-height: 0.4rem;
}
@media (max-width: 1023.9px) {
  .slick-dots {
    margin-top: 4rem;
  }
}
.slick-dots li {
  display: flex;
  line-height: 0.4rem;
}
.slick-dots li.slick-active button {
  background: #171717;
  width: 8rem;
}
@media (max-width: 1023.9px) {
  .slick-dots li.slick-active button {
    width: 4rem;
    background: #171717;
  }
}
.section.--dark .slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li button {
  display: block;
  height: 0.4rem;
  width: 6rem;
  background: rgba(23, 23, 23, 0.1);
  text-indent: -1000rem;
  overflow: hidden;
  border: 0;
  margin: 0 0.2rem;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0.4rem;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-dots li button {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .slick-dots li button {
    width: 2rem;
    background: rgba(23, 23, 23, 0.2);
  }
}
.section.--dark .slick-dots li button {
  background: rgba(255, 255, 255, 0.2);
}

.slick-lightbox {
  background: rgba(0, 0, 0, 0.6) !important;
}
.slick-lightbox .slick-arrow {
  width: 6rem;
  height: 6rem;
  position: absolute;
  z-index: 10;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: transparent;
  overflow: hidden;
  text-indent: -1000rem;
  top: 50%;
  margin-top: -3rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-lightbox .slick-arrow {
    transition: none;
  }
}
.slick-lightbox .slick-arrow.slick-prev {
  left: 6rem;
  background: url(/images/arrow-left.svg?f1cd9b80f173f0adca95727d8253258e) transparent no-repeat center;
}
.slick-lightbox .slick-arrow.slick-prev:hover {
  background: url(/images/arrow-left.svg?f1cd9b80f173f0adca95727d8253258e) #ffffff no-repeat center;
}
.slick-lightbox .slick-arrow.slick-next {
  right: 6rem;
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) transparent no-repeat center;
}
.slick-lightbox .slick-arrow.slick-next:hover {
  background: url(/images/arrow-right.svg?ec8317381a8cdd6a9caa504abbbd8579) #ffffff no-repeat center;
}

.slick-lightbox-slick-img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.slick-lightbox-slick-caption {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 3rem;
  display: block;
}

.slick-lightbox-close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 6rem;
  right: 6rem;
  overflow: hidden;
  background-image: linear-gradient(180deg, #fba84c 0%, #f3873a 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -2px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-lightbox-close {
    transition: none;
  }
}
@media (max-width: 1023.9px) {
  .slick-lightbox-close {
    top: 1rem;
    right: 2rem;
  }
}
.slick-lightbox-close:hover {
  transform: translateY(0.1rem);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), inset 0 0px 0px 1px rgba(190, 84, 43, 0.4), inset 0 -1px 0 0 rgba(168, 62, 37, 0.7), inset 0 4px 6px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
.slick-lightbox-close:hover:after {
  background: rgba(139, 59, 0, 0.1);
}
.slick-lightbox-close:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .slick-lightbox-close:after {
    transition: none;
  }
}
.slick-lightbox-close:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/remove.svg?e0f15da0f3ae3d68760e088e823f6284) no-repeat center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  color: rgba(23, 23, 23, 0.6);
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body.--no-scroll {
  overflow: hidden;
}

#app {
  max-width: 100%;
  overflow-x: hidden;
}
body.no-hero:not(.error-page) #app {
  padding-top: 31rem;
  overflow-x: visible;
}
@media (max-width: 1023.9px) {
  body.no-hero:not(.error-page) #app {
    padding-top: 12.5rem;
  }
}
body.page-blog #app {
  overflow-x: hidden !important;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 123rem;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 1023.9px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.error-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  padding: 0 2.5rem;
}

.error-block__inner {
  position: relative;
}

.error-block__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.categories__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -0.5rem 6rem;
}
@media (max-width: 1023.9px) {
  .categories__container {
    overflow: auto;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem;
    justify-content: flex-start;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .categories__container::-webkit-scrollbar {
    display: none;
  }
}
.categories__container .check-btn,
.categories__container .btn {
  margin: 0 0.5rem 3rem;
}
@media (max-width: 1023.9px) {
  .categories__container .check-btn,
.categories__container .btn {
    margin-bottom: 0;
  }
}

.categories__container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .categories__container-inner {
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    justify-content: flex-start;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #171717;
  z-index: 1001;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.loader.--hidden {
  width: 0;
}

.lottie {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -0.1rem;
}
