.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

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

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

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
}

.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: white;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #363636;
  font-size: 1rem;
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}

.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dbdbdb;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
  color: #c2c2c2;
}

.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #2366d1;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}
/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
:root {
  --color-1-rgb: 128,128,128;
  --color-1: rgb(var(--color-1-rgb));
  --color-2-rgb: 128,128,128;
  --color-2: rgb(var(--color-2-rgb));
  --color-on-secondary: #000;
  --color-text: #000000;
  --color-bg: #E9E9E9;
  --color-bg-2: #F9F9F9;
  --color-body: #FFF;
  --color-warning: #ffd39c;
  --color-error: #ED4747;
  --color-info: #0099CC;
  --color-success: #4BB543;
  --font: "Campton";
  --default-font-size: 16px;
  --border-radius: 10px;
  --logo-path: "";
  --color-link: var(--color-1);
  --header-height: 90px;
  --header-height-mobile: 80px;
  --header-background: #FFF;
  --header-sidebar-width: 465px;
  --header-sidebar-mobile-width: 300px;
  --footer-color: #000;
  --footer-background: #FFF;
  --animation-duration: .27s;
  --animation-duration-slow: .4s;
  --animation-duration-ultraslow: .55s;
  --button-padding: 14.5px 50px;
  --button-padding-x-small: 10px 20px;
  --button-icon-padding: 14.5px 30px;
  --button-border-radius: 40px;
  --button-background: var(--color-1);
  --button-color: #FFF;
  --button-secondary-background: #FFF;
  --button-secondary-color: var(--color-1);
  --button-font-size: 1.25rem;
  --button-font-size-small: 1.125rem;
  --button-font-size-x-small: 1rem;
  --button-mobile-font-size: 1.125rem;
  --button-line-height: 1.4375rem;
  --button-mobile-line-height: 1.258rem;
  --button-font-weight: 500;
  --social-font-size: 1.375rem;
  --social-gap: 25px;
  --social-mobile-gap: 10px;
  --social-color: var(--color-1);
  --visual-height: 475px;
  --visual-small-height: 350px;
  --visual-height-mobile: 350px;
  --visual-color: #FFF;
  --visual-text-align: center;
  --visual-text-small-align: left;
  --visual-background-image: url("");
  --control-padding: 16px 20px;
  --control-padding-select: 16px 35px 16px 20px;
  --control-padding-width-icon: 16px 20px 16px 53px;
  --control-border: 1px solid #D9D9D9;
  --control-border-radius: 4px;
  --control-rounded-border-radius: 20px;
  --control-background: #FFF;
  --control-color: var(--color-text);
  --control-focus-border-color: var(--color-1);
  --control-ghost-border: 1px solid #E6EAEF;
  --control-ghost-focus-border: 1px solid #FFF;
  --control-ghost-dark-border: 2px solid var(--color-text);
  --control-ghost-background: transparent;
  --control-ghost-background-focus: rgba(255,255,255, .1);
  --control-ghost-padding: 19px 24px;
  --control-ghost-color: #FFF;
  --control-ghost-dark-color: var(--color-text);
  --newsletter-background: var(--color-2);
  --newsletter-color: var(--color-on-secondary);
  --dropdown-padding: 10px;
  --dropdown-background: #FFFFFF;
  --dropdown-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  --dropdown-border-radius: var(--border-radius);
  --dropdown-font-size: .875rem;
  --tag-padding: 5px 15px;
  --tag-border-radius: 30px;
  --tag-font-weight: 500;
  --tag-line-height: 1.25rem;
  --panel-padding: 30px 30px 20px;
  --panel-padding-small: 20px;
  --panel-padding-lg: 80px;
  --panel-background: #FFF;
  --panel-border: 2px solid var(--color-1);
  --panel-border-radius: 20px;
  --panel-border-radius-small: var(--border-radius);
  --panel-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  --panel-background-bg: var(--color-bg-2);
  --modal-padding-mobile: 20px;
  --modal-padding: 50px;
  --modal-background: #FFF;
  --modal-border-radius: 20px;
  --modal-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  --loader-size: 120px;
  --loader-color: var(--color-1);
  --toggle-active-background: var(--color-1);
  --toggle-label-active-color: var(--color-1);
  --toggle-active-opacity: 1;
}

/*!
 * Bootstrap Reboot v5.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1410px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .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-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .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-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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;
  }
}
/*------------------------------------*\
  Datepicker
\*------------------------------------*/
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: var(--color-1);
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
/*------------------------------------*\
  Blueprint
\*------------------------------------*/
:root {
  --bp-container-width: calc(100vw - var(--bs-gutter-x));
  --container-width: calc(100vw - var(--bs-gutter-x));
  --bp-container-width: calc(100vw - var(--bs-gutter-x));
  --container-width: calc(100vw - var(--bs-gutter-x));
  --bp-container-width: calc(100vw - var(--bs-gutter-x));
  --container-width: calc(100vw - var(--bs-gutter-x));
  --bp-container-width: calc(100vw - var(--bs-gutter-x));
  --container-width: calc(100vw - var(--bs-gutter-x));
  --bp-container-width: calc(100vw - var(--bs-gutter-x));
  --container-width: calc(100vw - var(--bs-gutter-x));
  --bp-leftover-container-space: calc(((100vw - var(--container-width)) / 2));
  --leftover-container-space: calc(((100vw - var(--container-width)) / 2));
}
@media (min-width: 576px) {
  :root {
    --bp-container-width: 540px;
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --bp-container-width: 720px;
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --bp-container-width: 960px;
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --bp-container-width: 1140px;
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --bp-container-width: 1410px;
    --container-width: 1410px;
  }
}

@media (min-width: 576px) {
  .range-sm-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
  }
  .range-sm-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * .5);
  }
}
@media (min-width: 768px) {
  .range-md-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
  }
  .range-md-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * .5);
  }
}
@media (min-width: 992px) {
  .range-lg-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
  }
  .range-lg-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * .5);
  }
}
@media (min-width: 1200px) {
  .range-xl-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
  }
  .range-xl-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * .5);
  }
}
@media (min-width: 1400px) {
  .range-xxl-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
  }
  .range-xxl-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * .5);
  }
}

@media (max-width: 575.98px) {
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-6 {
    order: 6 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
}
/*------------------------------------*\
  Animations
\*------------------------------------*/
.fade-up {
  opacity: 0;
}
.fade-up.animate {
  animation-name: fade-up;
  animation-duration: var(--animation-duration);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-up-center {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up-small {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-down-small {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes fade-scale {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: inherit;
  }
}
@keyframes fade-scale-up {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes fade-scale-y-up {
  0% {
    opacity: 0;
    transform: scaleY(0.7);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0);
  }
  100% {
    transform: initial;
  }
}
@keyframes grow-from-left {
  0% {
    opacity: 0;
    transform: scaleX(0.4);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.slide-up-small-enter-active,
.slide-up-small-leave-active {
  transition: opacity var(--animation-duration) ease-out, transform var(--animation-duration) ease-out;
}

.slide-up-small-enter-from,
.slide-up-small-leave-to {
  opacity: 0;
  transform: translateY(25px);
}

/*------------------------------------*\
  Fonts
\*------------------------------------*/
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Light.eot");
  src: url("../fonts/Campton-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Light.woff2") format("woff2"), url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.ttf") format("truetype"), url("../fonts/Campton-Light.svg#Campton-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Book.eot");
  src: url("../fonts/Campton-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Book.woff2") format("woff2"), url("../fonts/Campton-Book.woff") format("woff"), url("../fonts/Campton-Book.ttf") format("truetype"), url("../fonts/Campton-Book.svg#Campton-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-ExtraBoldItalic.eot");
  src: url("../fonts/Campton-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Campton-ExtraBoldItalic.woff") format("woff"), url("../fonts/Campton-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Campton-ExtraBoldItalic.svg#Campton-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-BookItalic.eot");
  src: url("../fonts/Campton-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-BookItalic.woff2") format("woff2"), url("../fonts/Campton-BookItalic.woff") format("woff"), url("../fonts/Campton-BookItalic.ttf") format("truetype"), url("../fonts/Campton-BookItalic.svg#Campton-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-ExtraBold.eot");
  src: url("../fonts/Campton-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraBold.woff2") format("woff2"), url("../fonts/Campton-ExtraBold.woff") format("woff"), url("../fonts/Campton-ExtraBold.ttf") format("truetype"), url("../fonts/Campton-ExtraBold.svg#Campton-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-ExtraLight.eot");
  src: url("../fonts/Campton-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraLight.woff2") format("woff2"), url("../fonts/Campton-ExtraLight.woff") format("woff"), url("../fonts/Campton-ExtraLight.ttf") format("truetype"), url("../fonts/Campton-ExtraLight.svg#Campton-ExtraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Bold.eot");
  src: url("../fonts/Campton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton-Bold.woff") format("woff"), url("../fonts/Campton-Bold.ttf") format("truetype"), url("../fonts/Campton-Bold.svg#Campton-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-BoldItalic.eot");
  src: url("../fonts/Campton-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-BoldItalic.woff2") format("woff2"), url("../fonts/Campton-BoldItalic.woff") format("woff"), url("../fonts/Campton-BoldItalic.ttf") format("truetype"), url("../fonts/Campton-BoldItalic.svg#Campton-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Black.eot");
  src: url("../fonts/Campton-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Black.woff2") format("woff2"), url("../fonts/Campton-Black.woff") format("woff"), url("../fonts/Campton-Black.ttf") format("truetype"), url("../fonts/Campton-Black.svg#Campton-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-BlackItalic.eot");
  src: url("../fonts/Campton-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-BlackItalic.woff2") format("woff2"), url("../fonts/Campton-BlackItalic.woff") format("woff"), url("../fonts/Campton-BlackItalic.ttf") format("truetype"), url("../fonts/Campton-BlackItalic.svg#Campton-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-LightItalic.eot");
  src: url("../fonts/Campton-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-LightItalic.woff2") format("woff2"), url("../fonts/Campton-LightItalic.woff") format("woff"), url("../fonts/Campton-LightItalic.ttf") format("truetype"), url("../fonts/Campton-LightItalic.svg#Campton-LightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-ExtraLightItalic.eot");
  src: url("../fonts/Campton-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Campton-ExtraLightItalic.woff") format("woff"), url("../fonts/Campton-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Campton-ExtraLightItalic.svg#Campton-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-MediumItalic.eot");
  src: url("../fonts/Campton-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-MediumItalic.woff2") format("woff2"), url("../fonts/Campton-MediumItalic.woff") format("woff"), url("../fonts/Campton-MediumItalic.ttf") format("truetype"), url("../fonts/Campton-MediumItalic.svg#Campton-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-SemiBoldItalic.eot");
  src: url("../fonts/Campton-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Campton-SemiBoldItalic.woff") format("woff"), url("../fonts/Campton-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Campton-SemiBoldItalic.svg#Campton-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Medium.eot");
  src: url("../fonts/Campton-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Medium.woff2") format("woff2"), url("../fonts/Campton-Medium.woff") format("woff"), url("../fonts/Campton-Medium.ttf") format("truetype"), url("../fonts/Campton-Medium.svg#Campton-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Thin.eot");
  src: url("../fonts/Campton-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Thin.woff2") format("woff2"), url("../fonts/Campton-Thin.woff") format("woff"), url("../fonts/Campton-Thin.ttf") format("truetype"), url("../fonts/Campton-Thin.svg#Campton-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-ThinItalic.eot");
  src: url("../fonts/Campton-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ThinItalic.woff2") format("woff2"), url("../fonts/Campton-ThinItalic.woff") format("woff"), url("../fonts/Campton-ThinItalic.ttf") format("truetype"), url("../fonts/Campton-ThinItalic.svg#Campton-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-SemiBold.eot");
  src: url("../fonts/Campton-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-SemiBold.woff2") format("woff2"), url("../fonts/Campton-SemiBold.woff") format("woff"), url("../fonts/Campton-SemiBold.ttf") format("truetype"), url("../fonts/Campton-SemiBold.svg#Campton-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Edmondsans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/EdmondsansRegular_web.woff") format("woff"), url("../fonts/EdmondsansRegular_web.ttf") format("truetype");
}
@font-face {
  font-family: "Edmondsans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/EdmondsansRegular_web.woff") format("woff"), url("../fonts/EdmondsansRegular_web.ttf") format("truetype");
}
@font-face {
  font-family: "Edmondsans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/EdmondsansMedium_web.woff") format("woff"), url("../fonts/EdmondsansMedium_web.ttf") format("truetype");
}
@font-face {
  font-family: "Edmondsans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/EdmondsansBold_web.woff") format("woff"), url("../fonts/EdmondsansBold_web.ttf") format("truetype");
}
/* #### Generated By: http://font.download #### */
@font-face {
  font-family: "Univers LT Std 57 Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Cn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 53 Extended";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Ex.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 59 Ultra Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-UltraCn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 55 Roman";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 57 Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-CnObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 53 Extended Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-ExObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 55 Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Obl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 39 Thin Ultra Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-ThinUltraCn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 45 Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Light.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 47 Light Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-LightCn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 49 Light Ultra Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-LightUltraCn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 47 Light Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-LightCnObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 45 Light Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-LightObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 65 Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Bold.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 67 Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldCn.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 63 Bold Extended";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldEx.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 67 Bold Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldCnObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 63 Bold Extended Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldExObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 65 Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 75 Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Black.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 73 Black Extended";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BlackEx.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 73 Black Extended Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BlackExObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 75 Black Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BlackObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 85 Extra Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-XBlack.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 93 Extra Black Extended";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-XBlackEx.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 93 Extra Black Extended Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-XBlackExObl.woff") format("woff");
}
@font-face {
  font-family: "Univers LT Std 85 Extra Black Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-XBlackObl.woff") format("woff");
}
@font-face {
  font-family: "Den1m";
  src: url("../fonts/Den1m-SemiBold.eot");
  src: url("../fonts/Den1m-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Den1m-SemiBold.woff2") format("woff2"), url("../fonts/Den1m-SemiBold.woff") format("woff"), url("../fonts/Den1m-SemiBold.ttf") format("truetype"), url("../fonts/Den1m-SemiBold.svg#Den1m-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------*\
  icons
\*------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8yrbaa");
  src: url("../fonts/icomoon.eot?8yrbaa#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8yrbaa") format("truetype"), url("../fonts/icomoon.woff?8yrbaa") format("woff"), url("../fonts/icomoon.svg?8yrbaa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:not(.icon-button),
[class*=" icon-"]:not(.icon-button),
[class^=icon-]:not(.icon-button) span:before,
[class*=" icon-"]:not(.icon-button) span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bluesky:before {
  content: "\e91b";
}

.icon-twitter-outline:before {
  content: "\e919";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-twitter:before {
  content: "\e91a";
}

.icon-linkedin:before {
  content: "\e916";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-trash:before {
  content: "\e917";
}

.icon-add:before {
  content: "\e914";
}

.icon-subtract:before {
  content: "\e915";
}

.icon-login:before {
  content: "\e912";
}

.icon-logout:before {
  content: "\e913";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-map:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

.icon-check:before {
  content: "\e911";
}

.icon-arrow-full-left:before {
  content: "\e900";
}

.icon-arrow-full-right:before {
  content: "\e909";
}

.icon-credit-card:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e90b";
}

.icon-cart:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90e";
}

.icon-download:before {
  content: "\e90a";
}

.icon-hamburger:before {
  content: "\e904";
}

/*------------------------------------*\
  Button syles
\*------------------------------------*/
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  padding: var(--button-padding);
  border-radius: var(--button-border-radius);
  color: var(--button-color);
  background: var(--button-background);
  overflow: hidden;
  font-size: var(--button-mobile-font-size);
  line-height: var(--button-mobile-line-height);
  font-weight: var(--button-font-weight);
  text-decoration: none;
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease opacity, var(--animation-duration) ease background, var(--animation-duration) ease filter;
}
@media (min-width: 768px) {
  .button {
    font-size: var(--button-font-size);
    line-height: var(--button-line-height);
  }
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: var(--animation-duration) ease background;
}
.button:hover {
  color: var(--button-color);
  background: var(--button-background);
}
.button:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.button:active {
  background: var(--button-background);
}
.button:active:before {
  background: rgba(0, 0, 0, 0.2);
}
.button--secondary {
  color: var(--button-secondary-color);
  background: var(--button-secondary-background);
}
.button--secondary:before {
  display: none;
}
.button--secondary:hover {
  color: var(--button-secondary-color);
  background: var(--button-secondary-background);
  opacity: 0.8;
}
.button--secondary:active {
  opacity: 0.5;
}
.button--icon {
  padding: var(--button-icon-padding);
}
.button--small {
  font-size: var(--button-font-size-small);
}
.button--x-small {
  padding: var(--button-padding-x-small);
  font-size: var(--button-font-size-x-small);
}
.button--semi-rounded {
  border-radius: var(--border-radius);
}
.button--full-width {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.icon-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .icon-button {
    width: 50px;
    height: 50px;
  }
}
.icon-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: var(--color-1);
  opacity: 0;
  transition: var(--animation-duration) ease opacity;
}
.icon-button:hover:before {
  opacity: 0.3;
}
.icon-button--small {
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .icon-button--small {
    width: 35px;
    height: 35px;
  }
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/*------------------------------------*\
  Reading style
\*------------------------------------*/
h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 5.625rem;
    line-height: 6.56rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 2.18rem;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 20px;
  color: var(--color-1);
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.muted {
  opacity: 0.4;
  font-weight: normal;
  font-size: 0.7em;
}

a {
  color: var(--color-link);
  transition: var(--animation-duration) ease color, var(--animation-duration) ease filter;
}
a:hover {
  color: var(--color-link);
  text-decoration: none;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: var(--animation-duration) ease color, var(--animation-duration) ease opacity;
}
.link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.link--bold {
  font-weight: 600;
}

.reading {
  line-height: 150%;
}
.reading--light {
  --color-link: #FFF;
  --toggle-active-background: var(--color-text);
  --toggle-active-opacity: .6;
  --toggle-label-active-color: #FFF;
}
.reading p {
  margin-bottom: 20px;
}
.reading b, .reading strong {
  font-weight: 600;
}

.highlight {
  padding: 10px;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid var(--color-1);
  font-weight: 500;
  color: var(--color-1);
  background-color: rgba(var(--color-2-rgb), 0.1);
}
.highlight p {
  margin: 0;
}

/*------------------------------------*\
  Form
\*------------------------------------*/
/*------------------------------------*\
  Form controls
\*------------------------------------*/
.form__control {
  padding: var(--control-padding);
  border: var(--control-border);
  border-radius: var(--control-border-radius);
  background: var(--control-background);
  color: var(--control-color);
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
  width: 100%;
  transition: var(--animation-duration) ease background, var(--animation-duration) ease border;
}
.form__control:focus {
  border-color: var(--control-focus-border-color);
  outline: none;
}
.form__control--ghost {
  padding: var(--control-ghost-padding);
  background: var(--control-ghost-background);
  border: var(--control-ghost-border);
}
.form__control--ghost::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form__control--ghost:focus {
  border: var(--control-ghost-focus-border);
  background: var(--control-ghost-background-focus);
  outline: none;
  color: white;
}
.form__control--ghost:focus::placeholder {
  color: rgba(255, 255, 255, 0.8);
  transition: var(--animation-duration) ease color;
}
.form__control--rounded {
  border-radius: var(--control-rounded-border-radius);
}
.form__control--width-icon {
  padding: var(--control-padding-width-icon);
}
.form__control--select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../image/icon-dropdown.png");
  background-size: 17px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  padding: var(--control-padding-select);
}

.form__select-wrapper {
  position: relative;
  padding-right: 12px;
}

.form__price {
  display: flex;
  align-items: center;
  gap: 17px;
}

.form__price-from,
.form__price-to {
  text-align: center;
  font-weight: 300;
}

.form__radios,
.form__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form__radios--horizontal,
.form__checkboxes--horizontal {
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.form__checkmark {
  position: relative;
  top: -2px;
  display: inline-block;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  margin-bottom: -24px;
  background-color: transparent;
  border: var(--control-border);
  border-radius: 4px;
  transition: all ease var(--animation-duration);
  margin-right: 15px;
}
.form__checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-1);
  opacity: 0;
  transition: opacity ease var(--animation-duration);
}
.form__checkmark:after {
  content: "\e911";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-1);
  opacity: 0;
  font-size: 8px;
  transition: opacity ease var(--animation-duration);
}
.form__checkmark--radio {
  top: -3px;
  border-radius: 50%;
}
.form__checkmark--radio:before {
  border-radius: 50%;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.form__checkmark--radio:after {
  display: none;
}

.form__checkbox,
.form__radio {
  display: inline-flex;
  padding: 12px 0;
  padding-right: 20px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.31rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: var(--animation-duration) ease color;
}
.form__checkbox--single,
.form__radio--single {
  padding: 0;
}
.form__checkbox input[type=checkbox], .form__checkbox input[type=radio],
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form__checkbox--disabled,
.form__radio--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form__checkbox:hover input ~ .form__checkmark,
.form__checkbox input:checked ~ .form__checkmark,
.form__radio:hover input ~ .form__checkmark,
.form__radio input:checked ~ .form__checkmark {
  border-color: var(--color-bg);
}
.form__checkbox input:disabled ~ .form__checkmark,
.form__radio input:disabled ~ .form__checkmark {
  background: var(--color-bg);
  pointer-events: none;
}
.form__checkbox input:checked:disabled ~ .form__checkmark,
.form__radio input:checked:disabled ~ .form__checkmark {
  background: var(--color-text);
  border-color: #FFF;
  opacity: 0.5;
}
.form__checkbox input:checked ~ .form__checkmark,
.form__radio input:checked ~ .form__checkmark {
  background: #FFF;
  border-color: var(--color-1);
}
.form__checkbox input:checked ~ .form__checkmark:before,
.form__radio input:checked ~ .form__checkmark:before {
  opacity: 0.2;
}
.form__checkbox input:checked ~ .form__checkmark:after,
.form__radio input:checked ~ .form__checkmark:after {
  opacity: 1;
}
.form__checkbox input:checked ~ .form__checkmark--radio:before,
.form__radio input:checked ~ .form__checkmark--radio:before {
  opacity: 1;
}
.form__checkbox:hover input:not(:disabled) ~ .form__checkmark,
.form__radio:hover input:not(:disabled) ~ .form__checkmark {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(30, 39, 75, 0.15);
}
.form__checkbox:hover,
.form__radio:hover {
  color: var(--color-1);
}
.form__checkbox input:checked ~ .form__checkmark:after,
.form__radio input:checked ~ .form__checkmark:after {
  opacity: 1;
  visibility: visible;
}

.form__radio {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
}

.form__toggle-checkmark {
  position: relative;
  flex: 0 0 40px;
  display: inline-block;
  width: 40px;
  height: 22px;
  border-radius: 100px;
  transition: all ease var(--animation-duration);
  cursor: pointer;
  overflow: hidden;
}
.form__toggle-checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-text);
  opacity: 0.6;
}
.form__toggle-checkmark:after {
  content: "\e90e";
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  color: grey;
  font-weight: bold;
  font-family: icomoon;
  font-size: 8px;
  transition: all ease var(--animation-duration);
}

.form__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  padding-right: 20px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: var(--animation-duration) ease color;
}
.form__toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form__toggle input:checked ~ .form__toggle-checkmark {
  border-color: var(--color-1);
}
.form__toggle input:checked ~ .form__toggle-checkmark:before {
  background: var(--toggle-active-background);
  opacity: var(--toggle-active-opacity);
}
.form__toggle input:checked ~ .form__toggle-checkmark:after {
  content: "\e911";
  left: 0;
  transform: translateX(20px);
  color: var(--color-1);
}
.form__toggle:hover {
  color: var(--toggle-label-active-color);
}
.form__toggle input:checked ~ .form__checkmark:after {
  opacity: 1;
  visibility: visible;
}

.form__address {
  margin: -14px 0;
}

.form__shipping-types {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .form__shipping-types {
    gap: 24px;
  }
}

.form__shipping-type {
  flex: 1 1 100%;
  display: flex;
  cursor: pointer;
  max-width: 400px;
}
@media (min-width: 992px) {
  .form__shipping-type {
    flex: initial;
  }
}
.form__shipping-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form__shipping-type input:checked + .form__shipping-type-box {
  border-color: var(--color-1);
  color: var(--color-1);
  opacity: 1;
}
.form__shipping-type input:checked + .form__shipping-type-box:before {
  opacity: 0.2;
}
.form__shipping-type input:checked + .form__shipping-type-box .form__shipping-type-checkmark {
  border-color: var(--color-1);
}
.form__shipping-type input:checked + .form__shipping-type-box .form__shipping-type-checkmark:before {
  opacity: 1;
  border-color: var(--color-1);
}

.form__shipping-type-box {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--color-text);
  border-radius: 20px;
  opacity: 0.5;
  overflow: hidden;
  transition: var(--animation-duration) ease opacity var(--animation-duration) ease border var(--animation-duration) ease color;
}
@media (min-width: 1200px) {
  .form__shipping-type-box {
    padding: 30px;
  }
}
.form__shipping-type-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-1);
  opacity: 0;
  transition: var(--animation-duration) ease opacity;
}

.form__shipping-type-checkmark {
  position: relative;
  display: inline-block;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: var(--control-border);
  border-radius: 50%;
  transition: all ease var(--animation-duration);
  margin-right: 15px;
}
.form__shipping-type-checkmark:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: var(--color-1);
  border-radius: 50%;
  opacity: 0;
  transition: opacity ease var(--animation-duration);
}

.form__shipping-type-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}

.form__shipping-type-description {
  font-size: 0.875rem;
  line-height: 1rem;
}

.form__shipping-type-price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
}

.form__control-wrapper {
  position: relative;
}
.form__control-wrapper--icon [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  color: var(--color-text);
  opacity: 0.8;
}

.form__group {
  padding: 14px 0;
}
.form__group--required .form__label:after, .form__group--required .form__toggle [data-label]:after {
  content: "*";
  font-size: 1.25rem;
  margin-bottom: -8px;
  color: var(--color-1);
}
.form__group--error .form__control {
  border-color: var(--color-error);
}

.form__field {
  position: relative;
}
.form__field--radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.form__label:not(.form__label--radio):not(.form__label--static) {
  position: absolute;
  z-index: 2;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  transform: translateY(-50%);
}
.form__label:not(.form__label--radio):not(.form__label--static):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

.form__label--static {
  font-weight: 500;
  margin-bottom: 10px;
}

.form__label--radio {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.form__description {
  margin-top: 5px;
  font-weight: 300;
  opacity: 0.5;
}

.form__error {
  margin-top: 5px;
  color: var(--color-error);
  font-weight: 500;
  font-size: 0.875rem;
}

.form__global-error {
  color: var(--color-error);
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.form__step-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  gap: 15px;
}

.form__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form__buttons {
    margin-top: 80px;
  }
}

.form__grouped {
  display: flex;
  align-items: center;
}

.form__grouped-button {
  min-height: 60px;
}
.form__grouped-button:hover, .form__grouped-button:focus {
  transform: initial;
}

.form__grouped > *:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__grouped > *:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*------------------------------------*\
  Socials
\*------------------------------------*/
.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--social-mobile-gap);
}
@media (min-width: 768px) {
  .socials {
    gap: var(--social-gap);
  }
}

.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--social-color);
  line-height: 0;
  font-size: var(--social-font-size);
  text-decoration: none;
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease opacity;
}
.social:hover, .social:focus {
  transform: scale(1.25);
  opacity: 0.8;
}
.social:active {
  transform: initial;
  opacity: 1;
  color: var(--social-color);
}

/*------------------------------------*\
  Helpers
\*------------------------------------*/
.full-height {
  height: 100%;
}

.no-padding {
  padding: 0;
}

.bg {
  background: var(--color-bg);
}

.bg--2 {
  background: var(--color-bg-2);
}

.bg--color-1 {
  background: var(--color-1);
}

.bg--color-2 {
  background: var(--color-2);
}

.text--color-light {
  color: #FFF;
}

.text--color-1 {
  color: var(--color-1);
}

.text--color-2 {
  color: var(--color-2);
}

.text--color-error {
  color: var(--color-error);
}

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

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

.placeholder-image {
  position: relative;
  background-color: var(--color-bg);
}
.placeholder-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-bg);
  background-image: var(--logo-path);
  background-repeat: no-repeat;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center center;
  filter: grayscale(100%);
  background-blend-mode: multiply;
  opacity: 0.8;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: calc(var(--header-height-mobile) * -1);
}
@media (min-width: 768px) {
  .anchor {
    top: calc(var(--header-height) * -1);
  }
}

@media (min-width: 0) {
  .m-t-xs-0 {
    margin-top: 0px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-0 {
    padding-top: 0px;
  }
  .m-b-xs-0 {
    margin-bottom: 0px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-0 {
    padding-bottom: 0px;
  }
  .m-l-xs-0 {
    margin-left: 0px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-0 {
    padding-left: 0px;
  }
  .m-r-xs-0 {
    margin-right: 0px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-0 {
    padding-right: 0px;
  }
  .m-xs-0 {
    margin: 0px;
  }
  .p-xs-0 {
    padding: 0px;
  }
  .m-t-xs-5 {
    margin-top: 5px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-5 {
    padding-top: 5px;
  }
  .m-b-xs-5 {
    margin-bottom: 5px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-5 {
    padding-bottom: 5px;
  }
  .m-l-xs-5 {
    margin-left: 5px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-5 {
    padding-left: 5px;
  }
  .m-r-xs-5 {
    margin-right: 5px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-5 {
    padding-right: 5px;
  }
  .m-xs-5 {
    margin: 5px;
  }
  .p-xs-5 {
    padding: 5px;
  }
  .m-t-xs-10 {
    margin-top: 10px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-10 {
    padding-top: 10px;
  }
  .m-b-xs-10 {
    margin-bottom: 10px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-10 {
    padding-bottom: 10px;
  }
  .m-l-xs-10 {
    margin-left: 10px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-10 {
    padding-left: 10px;
  }
  .m-r-xs-10 {
    margin-right: 10px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-10 {
    padding-right: 10px;
  }
  .m-xs-10 {
    margin: 10px;
  }
  .p-xs-10 {
    padding: 10px;
  }
  .m-t-xs-15 {
    margin-top: 15px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-15 {
    padding-top: 15px;
  }
  .m-b-xs-15 {
    margin-bottom: 15px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-15 {
    padding-bottom: 15px;
  }
  .m-l-xs-15 {
    margin-left: 15px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-15 {
    padding-left: 15px;
  }
  .m-r-xs-15 {
    margin-right: 15px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-15 {
    padding-right: 15px;
  }
  .m-xs-15 {
    margin: 15px;
  }
  .p-xs-15 {
    padding: 15px;
  }
  .m-t-xs-20 {
    margin-top: 20px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-20 {
    padding-top: 20px;
  }
  .m-b-xs-20 {
    margin-bottom: 20px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-20 {
    padding-bottom: 20px;
  }
  .m-l-xs-20 {
    margin-left: 20px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-20 {
    padding-left: 20px;
  }
  .m-r-xs-20 {
    margin-right: 20px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-20 {
    padding-right: 20px;
  }
  .m-xs-20 {
    margin: 20px;
  }
  .p-xs-20 {
    padding: 20px;
  }
  .m-t-xs-25 {
    margin-top: 25px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-25 {
    padding-top: 25px;
  }
  .m-b-xs-25 {
    margin-bottom: 25px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-25 {
    padding-bottom: 25px;
  }
  .m-l-xs-25 {
    margin-left: 25px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-25 {
    padding-left: 25px;
  }
  .m-r-xs-25 {
    margin-right: 25px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-25 {
    padding-right: 25px;
  }
  .m-xs-25 {
    margin: 25px;
  }
  .p-xs-25 {
    padding: 25px;
  }
  .m-t-xs-30 {
    margin-top: 30px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-30 {
    padding-top: 30px;
  }
  .m-b-xs-30 {
    margin-bottom: 30px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-30 {
    padding-bottom: 30px;
  }
  .m-l-xs-30 {
    margin-left: 30px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-30 {
    padding-left: 30px;
  }
  .m-r-xs-30 {
    margin-right: 30px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-30 {
    padding-right: 30px;
  }
  .m-xs-30 {
    margin: 30px;
  }
  .p-xs-30 {
    padding: 30px;
  }
  .m-t-xs-35 {
    margin-top: 35px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-35 {
    padding-top: 35px;
  }
  .m-b-xs-35 {
    margin-bottom: 35px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-35 {
    padding-bottom: 35px;
  }
  .m-l-xs-35 {
    margin-left: 35px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-35 {
    padding-left: 35px;
  }
  .m-r-xs-35 {
    margin-right: 35px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-35 {
    padding-right: 35px;
  }
  .m-xs-35 {
    margin: 35px;
  }
  .p-xs-35 {
    padding: 35px;
  }
  .m-t-xs-40 {
    margin-top: 40px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-40 {
    padding-top: 40px;
  }
  .m-b-xs-40 {
    margin-bottom: 40px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-40 {
    padding-bottom: 40px;
  }
  .m-l-xs-40 {
    margin-left: 40px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-40 {
    padding-left: 40px;
  }
  .m-r-xs-40 {
    margin-right: 40px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-40 {
    padding-right: 40px;
  }
  .m-xs-40 {
    margin: 40px;
  }
  .p-xs-40 {
    padding: 40px;
  }
  .m-t-xs-45 {
    margin-top: 45px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-45 {
    padding-top: 45px;
  }
  .m-b-xs-45 {
    margin-bottom: 45px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-45 {
    padding-bottom: 45px;
  }
  .m-l-xs-45 {
    margin-left: 45px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-45 {
    padding-left: 45px;
  }
  .m-r-xs-45 {
    margin-right: 45px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-45 {
    padding-right: 45px;
  }
  .m-xs-45 {
    margin: 45px;
  }
  .p-xs-45 {
    padding: 45px;
  }
  .m-t-xs-50 {
    margin-top: 50px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-50 {
    padding-top: 50px;
  }
  .m-b-xs-50 {
    margin-bottom: 50px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-50 {
    padding-bottom: 50px;
  }
  .m-l-xs-50 {
    margin-left: 50px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-50 {
    padding-left: 50px;
  }
  .m-r-xs-50 {
    margin-right: 50px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-50 {
    padding-right: 50px;
  }
  .m-xs-50 {
    margin: 50px;
  }
  .p-xs-50 {
    padding: 50px;
  }
  .m-t-xs-80 {
    margin-top: 80px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-80 {
    padding-top: 80px;
  }
  .m-b-xs-80 {
    margin-bottom: 80px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-80 {
    padding-bottom: 80px;
  }
  .m-l-xs-80 {
    margin-left: 80px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-80 {
    padding-left: 80px;
  }
  .m-r-xs-80 {
    margin-right: 80px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-80 {
    padding-right: 80px;
  }
  .m-xs-80 {
    margin: 80px;
  }
  .p-xs-80 {
    padding: 80px;
  }
  .m-t-xs-100 {
    margin-top: 100px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-100 {
    padding-top: 100px;
  }
  .m-b-xs-100 {
    margin-bottom: 100px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-100 {
    padding-bottom: 100px;
  }
  .m-l-xs-100 {
    margin-left: 100px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-100 {
    padding-left: 100px;
  }
  .m-r-xs-100 {
    margin-right: 100px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-100 {
    padding-right: 100px;
  }
  .m-xs-100 {
    margin: 100px;
  }
  .p-xs-100 {
    padding: 100px;
  }
  .m-t-xs-150 {
    margin-top: 150px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-150 {
    padding-top: 150px;
  }
  .m-b-xs-150 {
    margin-bottom: 150px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-150 {
    padding-bottom: 150px;
  }
  .m-l-xs-150 {
    margin-left: 150px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-150 {
    padding-left: 150px;
  }
  .m-r-xs-150 {
    margin-right: 150px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-150 {
    padding-right: 150px;
  }
  .m-xs-150 {
    margin: 150px;
  }
  .p-xs-150 {
    padding: 150px;
  }
  .m-t-xs-200 {
    margin-top: 200px;
  }
  .m-t-xs-auto {
    margin-top: auto;
  }
  .p-t-xs-200 {
    padding-top: 200px;
  }
  .m-b-xs-200 {
    margin-bottom: 200px;
  }
  .m-b-xs-auto {
    margin-bottom: auto;
  }
  .p-b-xs-200 {
    padding-bottom: 200px;
  }
  .m-l-xs-200 {
    margin-left: 200px;
  }
  .m-l-xs-auto {
    margin-left: auto;
  }
  .p-l-xs-200 {
    padding-left: 200px;
  }
  .m-r-xs-200 {
    margin-right: 200px;
  }
  .m-r-xs-auto {
    margin-right: auto;
  }
  .p-r-xs-200 {
    padding-right: 200px;
  }
  .m-xs-200 {
    margin: 200px;
  }
  .p-xs-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 576px) {
  .m-t-sm-0 {
    margin-top: 0px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-0 {
    padding-top: 0px;
  }
  .m-b-sm-0 {
    margin-bottom: 0px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-0 {
    padding-bottom: 0px;
  }
  .m-l-sm-0 {
    margin-left: 0px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-0 {
    padding-left: 0px;
  }
  .m-r-sm-0 {
    margin-right: 0px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-0 {
    padding-right: 0px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .p-sm-0 {
    padding: 0px;
  }
  .m-t-sm-5 {
    margin-top: 5px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-5 {
    padding-top: 5px;
  }
  .m-b-sm-5 {
    margin-bottom: 5px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-5 {
    padding-bottom: 5px;
  }
  .m-l-sm-5 {
    margin-left: 5px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-5 {
    padding-left: 5px;
  }
  .m-r-sm-5 {
    margin-right: 5px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-5 {
    padding-right: 5px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .m-t-sm-10 {
    margin-top: 10px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-10 {
    padding-top: 10px;
  }
  .m-b-sm-10 {
    margin-bottom: 10px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-10 {
    padding-bottom: 10px;
  }
  .m-l-sm-10 {
    margin-left: 10px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-10 {
    padding-left: 10px;
  }
  .m-r-sm-10 {
    margin-right: 10px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-10 {
    padding-right: 10px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .m-t-sm-15 {
    margin-top: 15px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-15 {
    padding-top: 15px;
  }
  .m-b-sm-15 {
    margin-bottom: 15px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-15 {
    padding-bottom: 15px;
  }
  .m-l-sm-15 {
    margin-left: 15px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-15 {
    padding-left: 15px;
  }
  .m-r-sm-15 {
    margin-right: 15px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-15 {
    padding-right: 15px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .m-t-sm-20 {
    margin-top: 20px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-20 {
    padding-top: 20px;
  }
  .m-b-sm-20 {
    margin-bottom: 20px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-20 {
    padding-bottom: 20px;
  }
  .m-l-sm-20 {
    margin-left: 20px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-20 {
    padding-left: 20px;
  }
  .m-r-sm-20 {
    margin-right: 20px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-20 {
    padding-right: 20px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .m-t-sm-25 {
    margin-top: 25px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-25 {
    padding-top: 25px;
  }
  .m-b-sm-25 {
    margin-bottom: 25px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-25 {
    padding-bottom: 25px;
  }
  .m-l-sm-25 {
    margin-left: 25px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-25 {
    padding-left: 25px;
  }
  .m-r-sm-25 {
    margin-right: 25px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-25 {
    padding-right: 25px;
  }
  .m-sm-25 {
    margin: 25px;
  }
  .p-sm-25 {
    padding: 25px;
  }
  .m-t-sm-30 {
    margin-top: 30px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-30 {
    padding-top: 30px;
  }
  .m-b-sm-30 {
    margin-bottom: 30px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-30 {
    padding-bottom: 30px;
  }
  .m-l-sm-30 {
    margin-left: 30px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-30 {
    padding-left: 30px;
  }
  .m-r-sm-30 {
    margin-right: 30px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-30 {
    padding-right: 30px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .m-t-sm-35 {
    margin-top: 35px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-35 {
    padding-top: 35px;
  }
  .m-b-sm-35 {
    margin-bottom: 35px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-35 {
    padding-bottom: 35px;
  }
  .m-l-sm-35 {
    margin-left: 35px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-35 {
    padding-left: 35px;
  }
  .m-r-sm-35 {
    margin-right: 35px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-35 {
    padding-right: 35px;
  }
  .m-sm-35 {
    margin: 35px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .m-t-sm-40 {
    margin-top: 40px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-40 {
    padding-top: 40px;
  }
  .m-b-sm-40 {
    margin-bottom: 40px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-40 {
    padding-bottom: 40px;
  }
  .m-l-sm-40 {
    margin-left: 40px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-40 {
    padding-left: 40px;
  }
  .m-r-sm-40 {
    margin-right: 40px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-40 {
    padding-right: 40px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .m-t-sm-45 {
    margin-top: 45px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-45 {
    padding-top: 45px;
  }
  .m-b-sm-45 {
    margin-bottom: 45px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-45 {
    padding-bottom: 45px;
  }
  .m-l-sm-45 {
    margin-left: 45px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-45 {
    padding-left: 45px;
  }
  .m-r-sm-45 {
    margin-right: 45px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-45 {
    padding-right: 45px;
  }
  .m-sm-45 {
    margin: 45px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .m-t-sm-50 {
    margin-top: 50px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-50 {
    padding-top: 50px;
  }
  .m-b-sm-50 {
    margin-bottom: 50px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-50 {
    padding-bottom: 50px;
  }
  .m-l-sm-50 {
    margin-left: 50px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-50 {
    padding-left: 50px;
  }
  .m-r-sm-50 {
    margin-right: 50px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-50 {
    padding-right: 50px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .m-t-sm-80 {
    margin-top: 80px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-80 {
    padding-top: 80px;
  }
  .m-b-sm-80 {
    margin-bottom: 80px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-80 {
    padding-bottom: 80px;
  }
  .m-l-sm-80 {
    margin-left: 80px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-80 {
    padding-left: 80px;
  }
  .m-r-sm-80 {
    margin-right: 80px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-80 {
    padding-right: 80px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .m-t-sm-100 {
    margin-top: 100px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-100 {
    padding-top: 100px;
  }
  .m-b-sm-100 {
    margin-bottom: 100px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-100 {
    padding-bottom: 100px;
  }
  .m-l-sm-100 {
    margin-left: 100px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-100 {
    padding-left: 100px;
  }
  .m-r-sm-100 {
    margin-right: 100px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-100 {
    padding-right: 100px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .m-t-sm-150 {
    margin-top: 150px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-150 {
    padding-top: 150px;
  }
  .m-b-sm-150 {
    margin-bottom: 150px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-150 {
    padding-bottom: 150px;
  }
  .m-l-sm-150 {
    margin-left: 150px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-150 {
    padding-left: 150px;
  }
  .m-r-sm-150 {
    margin-right: 150px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-150 {
    padding-right: 150px;
  }
  .m-sm-150 {
    margin: 150px;
  }
  .p-sm-150 {
    padding: 150px;
  }
  .m-t-sm-200 {
    margin-top: 200px;
  }
  .m-t-sm-auto {
    margin-top: auto;
  }
  .p-t-sm-200 {
    padding-top: 200px;
  }
  .m-b-sm-200 {
    margin-bottom: 200px;
  }
  .m-b-sm-auto {
    margin-bottom: auto;
  }
  .p-b-sm-200 {
    padding-bottom: 200px;
  }
  .m-l-sm-200 {
    margin-left: 200px;
  }
  .m-l-sm-auto {
    margin-left: auto;
  }
  .p-l-sm-200 {
    padding-left: 200px;
  }
  .m-r-sm-200 {
    margin-right: 200px;
  }
  .m-r-sm-auto {
    margin-right: auto;
  }
  .p-r-sm-200 {
    padding-right: 200px;
  }
  .m-sm-200 {
    margin: 200px;
  }
  .p-sm-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-0 {
    padding-top: 0px;
  }
  .m-b-md-0 {
    margin-bottom: 0px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-0 {
    padding-bottom: 0px;
  }
  .m-l-md-0 {
    margin-left: 0px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-0 {
    padding-left: 0px;
  }
  .m-r-md-0 {
    margin-right: 0px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-0 {
    padding-right: 0px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .p-md-0 {
    padding: 0px;
  }
  .m-t-md-5 {
    margin-top: 5px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-5 {
    padding-top: 5px;
  }
  .m-b-md-5 {
    margin-bottom: 5px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-5 {
    padding-bottom: 5px;
  }
  .m-l-md-5 {
    margin-left: 5px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-5 {
    padding-left: 5px;
  }
  .m-r-md-5 {
    margin-right: 5px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-5 {
    padding-right: 5px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .m-t-md-10 {
    margin-top: 10px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-10 {
    padding-top: 10px;
  }
  .m-b-md-10 {
    margin-bottom: 10px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-10 {
    padding-bottom: 10px;
  }
  .m-l-md-10 {
    margin-left: 10px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-10 {
    padding-left: 10px;
  }
  .m-r-md-10 {
    margin-right: 10px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-10 {
    padding-right: 10px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .m-t-md-15 {
    margin-top: 15px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-15 {
    padding-top: 15px;
  }
  .m-b-md-15 {
    margin-bottom: 15px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-15 {
    padding-bottom: 15px;
  }
  .m-l-md-15 {
    margin-left: 15px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-15 {
    padding-left: 15px;
  }
  .m-r-md-15 {
    margin-right: 15px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-15 {
    padding-right: 15px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .m-t-md-20 {
    margin-top: 20px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-20 {
    padding-top: 20px;
  }
  .m-b-md-20 {
    margin-bottom: 20px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-20 {
    padding-bottom: 20px;
  }
  .m-l-md-20 {
    margin-left: 20px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-20 {
    padding-left: 20px;
  }
  .m-r-md-20 {
    margin-right: 20px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-20 {
    padding-right: 20px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .m-t-md-25 {
    margin-top: 25px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-25 {
    padding-top: 25px;
  }
  .m-b-md-25 {
    margin-bottom: 25px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-25 {
    padding-bottom: 25px;
  }
  .m-l-md-25 {
    margin-left: 25px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-25 {
    padding-left: 25px;
  }
  .m-r-md-25 {
    margin-right: 25px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-25 {
    padding-right: 25px;
  }
  .m-md-25 {
    margin: 25px;
  }
  .p-md-25 {
    padding: 25px;
  }
  .m-t-md-30 {
    margin-top: 30px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-30 {
    padding-top: 30px;
  }
  .m-b-md-30 {
    margin-bottom: 30px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-30 {
    padding-bottom: 30px;
  }
  .m-l-md-30 {
    margin-left: 30px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-30 {
    padding-left: 30px;
  }
  .m-r-md-30 {
    margin-right: 30px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-30 {
    padding-right: 30px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .m-t-md-35 {
    margin-top: 35px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-35 {
    padding-top: 35px;
  }
  .m-b-md-35 {
    margin-bottom: 35px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-35 {
    padding-bottom: 35px;
  }
  .m-l-md-35 {
    margin-left: 35px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-35 {
    padding-left: 35px;
  }
  .m-r-md-35 {
    margin-right: 35px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-35 {
    padding-right: 35px;
  }
  .m-md-35 {
    margin: 35px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .m-t-md-40 {
    margin-top: 40px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-40 {
    padding-top: 40px;
  }
  .m-b-md-40 {
    margin-bottom: 40px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-40 {
    padding-bottom: 40px;
  }
  .m-l-md-40 {
    margin-left: 40px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-40 {
    padding-left: 40px;
  }
  .m-r-md-40 {
    margin-right: 40px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-40 {
    padding-right: 40px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .m-t-md-45 {
    margin-top: 45px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-45 {
    padding-top: 45px;
  }
  .m-b-md-45 {
    margin-bottom: 45px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-45 {
    padding-bottom: 45px;
  }
  .m-l-md-45 {
    margin-left: 45px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-45 {
    padding-left: 45px;
  }
  .m-r-md-45 {
    margin-right: 45px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-45 {
    padding-right: 45px;
  }
  .m-md-45 {
    margin: 45px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .m-t-md-50 {
    margin-top: 50px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-50 {
    padding-top: 50px;
  }
  .m-b-md-50 {
    margin-bottom: 50px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-50 {
    padding-bottom: 50px;
  }
  .m-l-md-50 {
    margin-left: 50px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-50 {
    padding-left: 50px;
  }
  .m-r-md-50 {
    margin-right: 50px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-50 {
    padding-right: 50px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .m-t-md-80 {
    margin-top: 80px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-80 {
    padding-top: 80px;
  }
  .m-b-md-80 {
    margin-bottom: 80px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-80 {
    padding-bottom: 80px;
  }
  .m-l-md-80 {
    margin-left: 80px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-80 {
    padding-left: 80px;
  }
  .m-r-md-80 {
    margin-right: 80px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-80 {
    padding-right: 80px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .m-t-md-100 {
    margin-top: 100px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-100 {
    padding-top: 100px;
  }
  .m-b-md-100 {
    margin-bottom: 100px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-100 {
    padding-bottom: 100px;
  }
  .m-l-md-100 {
    margin-left: 100px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-100 {
    padding-left: 100px;
  }
  .m-r-md-100 {
    margin-right: 100px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-100 {
    padding-right: 100px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .m-t-md-150 {
    margin-top: 150px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-150 {
    padding-top: 150px;
  }
  .m-b-md-150 {
    margin-bottom: 150px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-150 {
    padding-bottom: 150px;
  }
  .m-l-md-150 {
    margin-left: 150px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-150 {
    padding-left: 150px;
  }
  .m-r-md-150 {
    margin-right: 150px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-150 {
    padding-right: 150px;
  }
  .m-md-150 {
    margin: 150px;
  }
  .p-md-150 {
    padding: 150px;
  }
  .m-t-md-200 {
    margin-top: 200px;
  }
  .m-t-md-auto {
    margin-top: auto;
  }
  .p-t-md-200 {
    padding-top: 200px;
  }
  .m-b-md-200 {
    margin-bottom: 200px;
  }
  .m-b-md-auto {
    margin-bottom: auto;
  }
  .p-b-md-200 {
    padding-bottom: 200px;
  }
  .m-l-md-200 {
    margin-left: 200px;
  }
  .m-l-md-auto {
    margin-left: auto;
  }
  .p-l-md-200 {
    padding-left: 200px;
  }
  .m-r-md-200 {
    margin-right: 200px;
  }
  .m-r-md-auto {
    margin-right: auto;
  }
  .p-r-md-200 {
    padding-right: 200px;
  }
  .m-md-200 {
    margin: 200px;
  }
  .p-md-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 992px) {
  .m-t-lg-0 {
    margin-top: 0px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-0 {
    padding-top: 0px;
  }
  .m-b-lg-0 {
    margin-bottom: 0px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-0 {
    padding-bottom: 0px;
  }
  .m-l-lg-0 {
    margin-left: 0px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-0 {
    padding-left: 0px;
  }
  .m-r-lg-0 {
    margin-right: 0px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-0 {
    padding-right: 0px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .p-lg-0 {
    padding: 0px;
  }
  .m-t-lg-5 {
    margin-top: 5px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-5 {
    padding-top: 5px;
  }
  .m-b-lg-5 {
    margin-bottom: 5px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-5 {
    padding-bottom: 5px;
  }
  .m-l-lg-5 {
    margin-left: 5px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-5 {
    padding-left: 5px;
  }
  .m-r-lg-5 {
    margin-right: 5px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-5 {
    padding-right: 5px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .m-t-lg-10 {
    margin-top: 10px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-10 {
    padding-top: 10px;
  }
  .m-b-lg-10 {
    margin-bottom: 10px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-10 {
    padding-bottom: 10px;
  }
  .m-l-lg-10 {
    margin-left: 10px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-10 {
    padding-left: 10px;
  }
  .m-r-lg-10 {
    margin-right: 10px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-10 {
    padding-right: 10px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .m-t-lg-15 {
    margin-top: 15px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-15 {
    padding-top: 15px;
  }
  .m-b-lg-15 {
    margin-bottom: 15px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-15 {
    padding-bottom: 15px;
  }
  .m-l-lg-15 {
    margin-left: 15px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-15 {
    padding-left: 15px;
  }
  .m-r-lg-15 {
    margin-right: 15px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-15 {
    padding-right: 15px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .m-t-lg-20 {
    margin-top: 20px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-20 {
    padding-top: 20px;
  }
  .m-b-lg-20 {
    margin-bottom: 20px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-20 {
    padding-bottom: 20px;
  }
  .m-l-lg-20 {
    margin-left: 20px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-20 {
    padding-left: 20px;
  }
  .m-r-lg-20 {
    margin-right: 20px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-20 {
    padding-right: 20px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .m-t-lg-25 {
    margin-top: 25px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-25 {
    padding-top: 25px;
  }
  .m-b-lg-25 {
    margin-bottom: 25px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-25 {
    padding-bottom: 25px;
  }
  .m-l-lg-25 {
    margin-left: 25px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-25 {
    padding-left: 25px;
  }
  .m-r-lg-25 {
    margin-right: 25px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-25 {
    padding-right: 25px;
  }
  .m-lg-25 {
    margin: 25px;
  }
  .p-lg-25 {
    padding: 25px;
  }
  .m-t-lg-30 {
    margin-top: 30px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-30 {
    padding-top: 30px;
  }
  .m-b-lg-30 {
    margin-bottom: 30px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-30 {
    padding-bottom: 30px;
  }
  .m-l-lg-30 {
    margin-left: 30px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-30 {
    padding-left: 30px;
  }
  .m-r-lg-30 {
    margin-right: 30px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-30 {
    padding-right: 30px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .m-t-lg-35 {
    margin-top: 35px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-35 {
    padding-top: 35px;
  }
  .m-b-lg-35 {
    margin-bottom: 35px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-35 {
    padding-bottom: 35px;
  }
  .m-l-lg-35 {
    margin-left: 35px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-35 {
    padding-left: 35px;
  }
  .m-r-lg-35 {
    margin-right: 35px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-35 {
    padding-right: 35px;
  }
  .m-lg-35 {
    margin: 35px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .m-t-lg-40 {
    margin-top: 40px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-40 {
    padding-top: 40px;
  }
  .m-b-lg-40 {
    margin-bottom: 40px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-40 {
    padding-bottom: 40px;
  }
  .m-l-lg-40 {
    margin-left: 40px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-40 {
    padding-left: 40px;
  }
  .m-r-lg-40 {
    margin-right: 40px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-40 {
    padding-right: 40px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .m-t-lg-45 {
    margin-top: 45px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-45 {
    padding-top: 45px;
  }
  .m-b-lg-45 {
    margin-bottom: 45px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-45 {
    padding-bottom: 45px;
  }
  .m-l-lg-45 {
    margin-left: 45px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-45 {
    padding-left: 45px;
  }
  .m-r-lg-45 {
    margin-right: 45px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-45 {
    padding-right: 45px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .m-t-lg-50 {
    margin-top: 50px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-50 {
    padding-top: 50px;
  }
  .m-b-lg-50 {
    margin-bottom: 50px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-50 {
    padding-bottom: 50px;
  }
  .m-l-lg-50 {
    margin-left: 50px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-50 {
    padding-left: 50px;
  }
  .m-r-lg-50 {
    margin-right: 50px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-50 {
    padding-right: 50px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .m-t-lg-80 {
    margin-top: 80px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-80 {
    padding-top: 80px;
  }
  .m-b-lg-80 {
    margin-bottom: 80px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-80 {
    padding-bottom: 80px;
  }
  .m-l-lg-80 {
    margin-left: 80px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-80 {
    padding-left: 80px;
  }
  .m-r-lg-80 {
    margin-right: 80px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-80 {
    padding-right: 80px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .m-t-lg-100 {
    margin-top: 100px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-100 {
    padding-top: 100px;
  }
  .m-b-lg-100 {
    margin-bottom: 100px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-100 {
    padding-bottom: 100px;
  }
  .m-l-lg-100 {
    margin-left: 100px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-100 {
    padding-left: 100px;
  }
  .m-r-lg-100 {
    margin-right: 100px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-100 {
    padding-right: 100px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .m-t-lg-150 {
    margin-top: 150px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-150 {
    padding-top: 150px;
  }
  .m-b-lg-150 {
    margin-bottom: 150px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-150 {
    padding-bottom: 150px;
  }
  .m-l-lg-150 {
    margin-left: 150px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-150 {
    padding-left: 150px;
  }
  .m-r-lg-150 {
    margin-right: 150px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-150 {
    padding-right: 150px;
  }
  .m-lg-150 {
    margin: 150px;
  }
  .p-lg-150 {
    padding: 150px;
  }
  .m-t-lg-200 {
    margin-top: 200px;
  }
  .m-t-lg-auto {
    margin-top: auto;
  }
  .p-t-lg-200 {
    padding-top: 200px;
  }
  .m-b-lg-200 {
    margin-bottom: 200px;
  }
  .m-b-lg-auto {
    margin-bottom: auto;
  }
  .p-b-lg-200 {
    padding-bottom: 200px;
  }
  .m-l-lg-200 {
    margin-left: 200px;
  }
  .m-l-lg-auto {
    margin-left: auto;
  }
  .p-l-lg-200 {
    padding-left: 200px;
  }
  .m-r-lg-200 {
    margin-right: 200px;
  }
  .m-r-lg-auto {
    margin-right: auto;
  }
  .p-r-lg-200 {
    padding-right: 200px;
  }
  .m-lg-200 {
    margin: 200px;
  }
  .p-lg-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 1200px) {
  .m-t-xl-0 {
    margin-top: 0px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-0 {
    padding-top: 0px;
  }
  .m-b-xl-0 {
    margin-bottom: 0px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-0 {
    padding-bottom: 0px;
  }
  .m-l-xl-0 {
    margin-left: 0px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-0 {
    padding-left: 0px;
  }
  .m-r-xl-0 {
    margin-right: 0px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-0 {
    padding-right: 0px;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .p-xl-0 {
    padding: 0px;
  }
  .m-t-xl-5 {
    margin-top: 5px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-5 {
    padding-top: 5px;
  }
  .m-b-xl-5 {
    margin-bottom: 5px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-5 {
    padding-bottom: 5px;
  }
  .m-l-xl-5 {
    margin-left: 5px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-5 {
    padding-left: 5px;
  }
  .m-r-xl-5 {
    margin-right: 5px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-5 {
    padding-right: 5px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .m-t-xl-10 {
    margin-top: 10px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-10 {
    padding-top: 10px;
  }
  .m-b-xl-10 {
    margin-bottom: 10px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-10 {
    padding-bottom: 10px;
  }
  .m-l-xl-10 {
    margin-left: 10px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-10 {
    padding-left: 10px;
  }
  .m-r-xl-10 {
    margin-right: 10px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-10 {
    padding-right: 10px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .m-t-xl-15 {
    margin-top: 15px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-15 {
    padding-top: 15px;
  }
  .m-b-xl-15 {
    margin-bottom: 15px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-15 {
    padding-bottom: 15px;
  }
  .m-l-xl-15 {
    margin-left: 15px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-15 {
    padding-left: 15px;
  }
  .m-r-xl-15 {
    margin-right: 15px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-15 {
    padding-right: 15px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .m-t-xl-20 {
    margin-top: 20px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-20 {
    padding-top: 20px;
  }
  .m-b-xl-20 {
    margin-bottom: 20px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-20 {
    padding-bottom: 20px;
  }
  .m-l-xl-20 {
    margin-left: 20px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-20 {
    padding-left: 20px;
  }
  .m-r-xl-20 {
    margin-right: 20px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-20 {
    padding-right: 20px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .m-t-xl-25 {
    margin-top: 25px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-25 {
    padding-top: 25px;
  }
  .m-b-xl-25 {
    margin-bottom: 25px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-25 {
    padding-bottom: 25px;
  }
  .m-l-xl-25 {
    margin-left: 25px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-25 {
    padding-left: 25px;
  }
  .m-r-xl-25 {
    margin-right: 25px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-25 {
    padding-right: 25px;
  }
  .m-xl-25 {
    margin: 25px;
  }
  .p-xl-25 {
    padding: 25px;
  }
  .m-t-xl-30 {
    margin-top: 30px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-30 {
    padding-top: 30px;
  }
  .m-b-xl-30 {
    margin-bottom: 30px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-30 {
    padding-bottom: 30px;
  }
  .m-l-xl-30 {
    margin-left: 30px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-30 {
    padding-left: 30px;
  }
  .m-r-xl-30 {
    margin-right: 30px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-30 {
    padding-right: 30px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .m-t-xl-35 {
    margin-top: 35px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-35 {
    padding-top: 35px;
  }
  .m-b-xl-35 {
    margin-bottom: 35px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-35 {
    padding-bottom: 35px;
  }
  .m-l-xl-35 {
    margin-left: 35px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-35 {
    padding-left: 35px;
  }
  .m-r-xl-35 {
    margin-right: 35px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-35 {
    padding-right: 35px;
  }
  .m-xl-35 {
    margin: 35px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .m-t-xl-40 {
    margin-top: 40px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-40 {
    padding-top: 40px;
  }
  .m-b-xl-40 {
    margin-bottom: 40px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-40 {
    padding-bottom: 40px;
  }
  .m-l-xl-40 {
    margin-left: 40px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-40 {
    padding-left: 40px;
  }
  .m-r-xl-40 {
    margin-right: 40px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-40 {
    padding-right: 40px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .m-t-xl-45 {
    margin-top: 45px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-45 {
    padding-top: 45px;
  }
  .m-b-xl-45 {
    margin-bottom: 45px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-45 {
    padding-bottom: 45px;
  }
  .m-l-xl-45 {
    margin-left: 45px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-45 {
    padding-left: 45px;
  }
  .m-r-xl-45 {
    margin-right: 45px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-45 {
    padding-right: 45px;
  }
  .m-xl-45 {
    margin: 45px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .m-t-xl-50 {
    margin-top: 50px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-50 {
    padding-top: 50px;
  }
  .m-b-xl-50 {
    margin-bottom: 50px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-50 {
    padding-bottom: 50px;
  }
  .m-l-xl-50 {
    margin-left: 50px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-50 {
    padding-left: 50px;
  }
  .m-r-xl-50 {
    margin-right: 50px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-50 {
    padding-right: 50px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .m-t-xl-80 {
    margin-top: 80px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-80 {
    padding-top: 80px;
  }
  .m-b-xl-80 {
    margin-bottom: 80px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-80 {
    padding-bottom: 80px;
  }
  .m-l-xl-80 {
    margin-left: 80px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-80 {
    padding-left: 80px;
  }
  .m-r-xl-80 {
    margin-right: 80px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-80 {
    padding-right: 80px;
  }
  .m-xl-80 {
    margin: 80px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .m-t-xl-100 {
    margin-top: 100px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-100 {
    padding-top: 100px;
  }
  .m-b-xl-100 {
    margin-bottom: 100px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-100 {
    padding-bottom: 100px;
  }
  .m-l-xl-100 {
    margin-left: 100px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-100 {
    padding-left: 100px;
  }
  .m-r-xl-100 {
    margin-right: 100px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-100 {
    padding-right: 100px;
  }
  .m-xl-100 {
    margin: 100px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .m-t-xl-150 {
    margin-top: 150px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-150 {
    padding-top: 150px;
  }
  .m-b-xl-150 {
    margin-bottom: 150px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-150 {
    padding-bottom: 150px;
  }
  .m-l-xl-150 {
    margin-left: 150px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-150 {
    padding-left: 150px;
  }
  .m-r-xl-150 {
    margin-right: 150px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-150 {
    padding-right: 150px;
  }
  .m-xl-150 {
    margin: 150px;
  }
  .p-xl-150 {
    padding: 150px;
  }
  .m-t-xl-200 {
    margin-top: 200px;
  }
  .m-t-xl-auto {
    margin-top: auto;
  }
  .p-t-xl-200 {
    padding-top: 200px;
  }
  .m-b-xl-200 {
    margin-bottom: 200px;
  }
  .m-b-xl-auto {
    margin-bottom: auto;
  }
  .p-b-xl-200 {
    padding-bottom: 200px;
  }
  .m-l-xl-200 {
    margin-left: 200px;
  }
  .m-l-xl-auto {
    margin-left: auto;
  }
  .p-l-xl-200 {
    padding-left: 200px;
  }
  .m-r-xl-200 {
    margin-right: 200px;
  }
  .m-r-xl-auto {
    margin-right: auto;
  }
  .p-r-xl-200 {
    padding-right: 200px;
  }
  .m-xl-200 {
    margin: 200px;
  }
  .p-xl-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 1400px) {
  .m-t-xxl-0 {
    margin-top: 0px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-0 {
    padding-top: 0px;
  }
  .m-b-xxl-0 {
    margin-bottom: 0px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-0 {
    padding-bottom: 0px;
  }
  .m-l-xxl-0 {
    margin-left: 0px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-0 {
    padding-left: 0px;
  }
  .m-r-xxl-0 {
    margin-right: 0px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-0 {
    padding-right: 0px;
  }
  .m-xxl-0 {
    margin: 0px;
  }
  .p-xxl-0 {
    padding: 0px;
  }
  .m-t-xxl-5 {
    margin-top: 5px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-5 {
    padding-top: 5px;
  }
  .m-b-xxl-5 {
    margin-bottom: 5px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-5 {
    padding-bottom: 5px;
  }
  .m-l-xxl-5 {
    margin-left: 5px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-5 {
    padding-left: 5px;
  }
  .m-r-xxl-5 {
    margin-right: 5px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-5 {
    padding-right: 5px;
  }
  .m-xxl-5 {
    margin: 5px;
  }
  .p-xxl-5 {
    padding: 5px;
  }
  .m-t-xxl-10 {
    margin-top: 10px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-10 {
    padding-top: 10px;
  }
  .m-b-xxl-10 {
    margin-bottom: 10px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-10 {
    padding-bottom: 10px;
  }
  .m-l-xxl-10 {
    margin-left: 10px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-10 {
    padding-left: 10px;
  }
  .m-r-xxl-10 {
    margin-right: 10px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-10 {
    padding-right: 10px;
  }
  .m-xxl-10 {
    margin: 10px;
  }
  .p-xxl-10 {
    padding: 10px;
  }
  .m-t-xxl-15 {
    margin-top: 15px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-15 {
    padding-top: 15px;
  }
  .m-b-xxl-15 {
    margin-bottom: 15px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-15 {
    padding-bottom: 15px;
  }
  .m-l-xxl-15 {
    margin-left: 15px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-15 {
    padding-left: 15px;
  }
  .m-r-xxl-15 {
    margin-right: 15px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-15 {
    padding-right: 15px;
  }
  .m-xxl-15 {
    margin: 15px;
  }
  .p-xxl-15 {
    padding: 15px;
  }
  .m-t-xxl-20 {
    margin-top: 20px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-20 {
    padding-top: 20px;
  }
  .m-b-xxl-20 {
    margin-bottom: 20px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-20 {
    padding-bottom: 20px;
  }
  .m-l-xxl-20 {
    margin-left: 20px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-20 {
    padding-left: 20px;
  }
  .m-r-xxl-20 {
    margin-right: 20px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-20 {
    padding-right: 20px;
  }
  .m-xxl-20 {
    margin: 20px;
  }
  .p-xxl-20 {
    padding: 20px;
  }
  .m-t-xxl-25 {
    margin-top: 25px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-25 {
    padding-top: 25px;
  }
  .m-b-xxl-25 {
    margin-bottom: 25px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-25 {
    padding-bottom: 25px;
  }
  .m-l-xxl-25 {
    margin-left: 25px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-25 {
    padding-left: 25px;
  }
  .m-r-xxl-25 {
    margin-right: 25px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-25 {
    padding-right: 25px;
  }
  .m-xxl-25 {
    margin: 25px;
  }
  .p-xxl-25 {
    padding: 25px;
  }
  .m-t-xxl-30 {
    margin-top: 30px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-30 {
    padding-top: 30px;
  }
  .m-b-xxl-30 {
    margin-bottom: 30px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-30 {
    padding-bottom: 30px;
  }
  .m-l-xxl-30 {
    margin-left: 30px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-30 {
    padding-left: 30px;
  }
  .m-r-xxl-30 {
    margin-right: 30px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-30 {
    padding-right: 30px;
  }
  .m-xxl-30 {
    margin: 30px;
  }
  .p-xxl-30 {
    padding: 30px;
  }
  .m-t-xxl-35 {
    margin-top: 35px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-35 {
    padding-top: 35px;
  }
  .m-b-xxl-35 {
    margin-bottom: 35px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-35 {
    padding-bottom: 35px;
  }
  .m-l-xxl-35 {
    margin-left: 35px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-35 {
    padding-left: 35px;
  }
  .m-r-xxl-35 {
    margin-right: 35px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-35 {
    padding-right: 35px;
  }
  .m-xxl-35 {
    margin: 35px;
  }
  .p-xxl-35 {
    padding: 35px;
  }
  .m-t-xxl-40 {
    margin-top: 40px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-40 {
    padding-top: 40px;
  }
  .m-b-xxl-40 {
    margin-bottom: 40px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-40 {
    padding-bottom: 40px;
  }
  .m-l-xxl-40 {
    margin-left: 40px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-40 {
    padding-left: 40px;
  }
  .m-r-xxl-40 {
    margin-right: 40px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-40 {
    padding-right: 40px;
  }
  .m-xxl-40 {
    margin: 40px;
  }
  .p-xxl-40 {
    padding: 40px;
  }
  .m-t-xxl-45 {
    margin-top: 45px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-45 {
    padding-top: 45px;
  }
  .m-b-xxl-45 {
    margin-bottom: 45px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-45 {
    padding-bottom: 45px;
  }
  .m-l-xxl-45 {
    margin-left: 45px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-45 {
    padding-left: 45px;
  }
  .m-r-xxl-45 {
    margin-right: 45px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-45 {
    padding-right: 45px;
  }
  .m-xxl-45 {
    margin: 45px;
  }
  .p-xxl-45 {
    padding: 45px;
  }
  .m-t-xxl-50 {
    margin-top: 50px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-50 {
    padding-top: 50px;
  }
  .m-b-xxl-50 {
    margin-bottom: 50px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-50 {
    padding-bottom: 50px;
  }
  .m-l-xxl-50 {
    margin-left: 50px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-50 {
    padding-left: 50px;
  }
  .m-r-xxl-50 {
    margin-right: 50px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-50 {
    padding-right: 50px;
  }
  .m-xxl-50 {
    margin: 50px;
  }
  .p-xxl-50 {
    padding: 50px;
  }
  .m-t-xxl-80 {
    margin-top: 80px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-80 {
    padding-top: 80px;
  }
  .m-b-xxl-80 {
    margin-bottom: 80px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-80 {
    padding-bottom: 80px;
  }
  .m-l-xxl-80 {
    margin-left: 80px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-80 {
    padding-left: 80px;
  }
  .m-r-xxl-80 {
    margin-right: 80px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-80 {
    padding-right: 80px;
  }
  .m-xxl-80 {
    margin: 80px;
  }
  .p-xxl-80 {
    padding: 80px;
  }
  .m-t-xxl-100 {
    margin-top: 100px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-100 {
    padding-top: 100px;
  }
  .m-b-xxl-100 {
    margin-bottom: 100px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-100 {
    padding-bottom: 100px;
  }
  .m-l-xxl-100 {
    margin-left: 100px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-100 {
    padding-left: 100px;
  }
  .m-r-xxl-100 {
    margin-right: 100px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-100 {
    padding-right: 100px;
  }
  .m-xxl-100 {
    margin: 100px;
  }
  .p-xxl-100 {
    padding: 100px;
  }
  .m-t-xxl-150 {
    margin-top: 150px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-150 {
    padding-top: 150px;
  }
  .m-b-xxl-150 {
    margin-bottom: 150px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-150 {
    padding-bottom: 150px;
  }
  .m-l-xxl-150 {
    margin-left: 150px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-150 {
    padding-left: 150px;
  }
  .m-r-xxl-150 {
    margin-right: 150px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-150 {
    padding-right: 150px;
  }
  .m-xxl-150 {
    margin: 150px;
  }
  .p-xxl-150 {
    padding: 150px;
  }
  .m-t-xxl-200 {
    margin-top: 200px;
  }
  .m-t-xxl-auto {
    margin-top: auto;
  }
  .p-t-xxl-200 {
    padding-top: 200px;
  }
  .m-b-xxl-200 {
    margin-bottom: 200px;
  }
  .m-b-xxl-auto {
    margin-bottom: auto;
  }
  .p-b-xxl-200 {
    padding-bottom: 200px;
  }
  .m-l-xxl-200 {
    margin-left: 200px;
  }
  .m-l-xxl-auto {
    margin-left: auto;
  }
  .p-l-xxl-200 {
    padding-left: 200px;
  }
  .m-r-xxl-200 {
    margin-right: 200px;
  }
  .m-r-xxl-auto {
    margin-right: auto;
  }
  .p-r-xxl-200 {
    padding-right: 200px;
  }
  .m-xxl-200 {
    margin: 200px;
  }
  .p-xxl-200 {
    padding: 200px;
  }
}
.m-t-0 {
  margin-top: 0px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-150 {
  padding-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-150 {
  padding-right: 150px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-auto {
  margin-top: auto;
}

.p-t-200 {
  padding-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.m-b-auto {
  margin-bottom: auto;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.m-l-auto {
  margin-left: auto;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.m-r-auto {
  margin-right: auto;
}

.p-r-200 {
  padding-right: 200px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

/*------------------------------------*\
  Section
\*------------------------------------*/
.section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section--no-padding-top {
  padding-top: 0;
}
.section--no-padding-bottom {
  padding-bottom: 0;
}
.section--padding-top-small {
  padding-top: 20px;
}
.section--padding-bottom-small {
  padding-bottom: 20px;
}

/*------------------------------------*\
  Page jumper
\*------------------------------------*/
.page-jumper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.page-jumper__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  text-decoration: none;
  color: var(--color-text);
  transition: var(--animation-duration) ease opacity, var(--animation-duration) ease transform, var(--animation-duration) ease color;
}
.page-jumper__item--next, .page-jumper__item--prev {
  width: auto;
  color: var(--color-1);
}
.page-jumper__item--active {
  font-weight: 700;
  color: var(--color-1);
}
.page-jumper__item:hover, .page-jumper__item:focus {
  opacity: 0.8;
  transform: scale(1.4);
  transform-origin: center;
}
.page-jumper__item:active {
  color: var(--color-text);
  transform: initial;
}
.page-jumper__item--disabled {
  opacity: 0;
  pointer-events: none;
}
.page-jumper__item--disabled:hover, .page-jumper__item--disabled:focus {
  opacity: 0;
}

/*------------------------------------*\
  Dropdown
\*------------------------------------*/
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown--open .dropdown__panel, .dropdown:hover .dropdown__panel {
  opacity: 1;
  pointer-events: initial;
}

.dropdown__trigger:focus + .dropdown__panel {
  opacity: 1;
  pointer-events: initial;
}

.dropdown__panel {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  max-width: calc(100vw - 30px);
  width: max-content;
  padding: var(--dropdown-padding);
  background: var(--dropdown-background);
  border-radius: var(--dropdown-border-radius);
  box-shadow: var(--dropdown-box-shadow);
  font-size: var(--dropdown-font-size);
  pointer-events: none;
  transition: var(--animation-duration) ease opacity;
}
@media (min-width: 768px) {
  .dropdown__panel {
    max-width: 500px;
  }
}

.dropdown__content {
  padding: 10px;
}

.dropdown__list {
  list-style: none;
  padding: 0;
  margin-bottom: -10px;
  margin-top: -5px;
}

.dropdown__list-link {
  display: block;
  padding: 15px 0;
  color: var(--color-text);
  font-weight: 500;
  text-decoration: none;
}

.dropdown__divider {
  width: calc(100% + 2 * var(--dropdown-padding));
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: calc(-1 * var(--dropdown-padding));
  margin-right: calc(-1 * var(--dropdown-padding));
  border-top: 1px solid var(--color-1);
}

/*------------------------------------*\
  Search dropdown
\*------------------------------------*/
.search-dropdown__label {
  font-size: 0.75rem;
  margin-top: 10px;
}

.search-dropdown__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-dropdown__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.search-dropdown__list-remove,
.search-dropdown__list-link {
  color: var(--color-text);
  opacity: 0.5;
  text-decoration: none;
  transition: var(--animation-duration) ease opacity;
}
.search-dropdown__list-remove:hover,
.search-dropdown__list-link:hover {
  color: var(--color-text);
  opacity: 1;
}

.search-dropdown__list-remove {
  font-size: 0.625rem;
}

/*------------------------------------*\
  Cart dropdown
\*------------------------------------*/
.cart-dropdown__label {
  font-weight: 500;
  text-align: center;
}

.cart-dropdown__items {
  margin: -10px 0;
}

.cart-dropdown__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.cart-dropdown__item-image-link {
  flex: 0 0 80px;
  margin-right: 20px;
  transition: var(--animation-duration) ease opacity;
}
.cart-dropdown__item-image-link:hover {
  opacity: 0.6;
}

.cart-dropdown__item-title {
  margin-right: auto;
  padding-right: 35px;
  color: var(--color-text);
  text-decoration: none;
  transition: var(--animation-duration) ease opacity;
}
.cart-dropdown__item-title:hover {
  opacity: 0.6;
}

.cart-dropdown__item-title,
.cart-dropdown__item-price {
  font-weight: 500;
}

.cart-dropdown__item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.cart-dropdown__item-placeholder {
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 2px;
}

.cart-dropdown__item-price {
  margin-right: 20px;
}

.cart-dropdown__item-delete {
  opacity: 0.4;
  color: var(--color-text);
  text-decoration: none;
  transition: var(--animation-duration) ease opacity;
}
.cart-dropdown__item-delete:hover {
  opacity: 1;
}

.cart-dropdown__receipt-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-dropdown__receipt-line-price--total-after-taxes {
  font-weight: 700;
}

/*------------------------------------*\
  Breadcrumbs
\*------------------------------------*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
  padding: 34px 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  font-size: 0.875rem;
  color: var(--color-text);
  font-weight: 600;
}
.breadcrumbs__item:not(:last-of-type):after {
  content: "\e902";
  font-family: icomoon;
  line-height: 1;
  color: var(--color-1);
}

.breadcrumbs__link {
  display: inline-block;
  color: var(--color-text);
  font-weight: 300;
  opacity: 0.6;
  text-decoration: none;
}

/*------------------------------------*\
  Tags
\*------------------------------------*/
.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

a.tag,
.tag {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  padding: var(--tag-padding);
  border-radius: var(--tag-border-radius);
  color: var(--tag-color);
  font-weight: var(--tag-font-weight);
  line-height: var(--tag-line-height);
  text-decoration: none;
  transition: var(--animation-duration) ease color;
}
a.tag:before,
.tag:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-1);
  opacity: 0.2;
  transition: var(--animation-duration) ease opacity;
}
a.tag:hover,
.tag:hover {
  color: #FFF;
}
a.tag:hover:before,
.tag:hover:before {
  content: "";
  opacity: 0.6;
}

/*------------------------------------*\
  Panels
\*------------------------------------*/
.panel {
  padding: var(--panel-padding);
  background: var(--panel-background);
  border: var(--panel-border);
  box-shadow: var(--panel-shadow);
  border-radius: var(--panel-border-radius);
}
.panel--bg {
  border: none;
  background: var(--panel-background-bg);
}
@media (min-width: 768px) {
  .panel--lg {
    padding: var(--panel-padding-lg);
  }
}
.panel--no-shadow {
  box-shadow: none;
}
.panel--small {
  padding: var(--panel-padding-small);
  border-radius: var(--panel-border-radius-small);
}

.panel__progress-steps {
  max-width: 580px;
  margin: 0 auto;
}

.panel__form {
  position: relative;
}
@media (min-width: 992px) {
  .panel__form {
    padding: 0 45px;
  }
  .panel__form .form__buttons {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (min-width: 1200px) {
  .panel__form {
    padding: 0 90px;
  }
  .panel__form .form__buttons {
    margin-left: -90px;
    margin-right: -90px;
  }
}

/*------------------------------------*\
  Collapsibles
\*------------------------------------*/
.collapsibles {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.collapsible {
  border-bottom: 1px solid var(--color-1);
}

.collapsible__trigger {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-text);
  text-decoration: none;
  padding: 11px 0;
  transition: var(--animation-duration) ease opacity;
}
.collapsible__trigger:after {
  content: "\e910";
  font-family: icomoon;
  margin-left: auto;
  line-height: 1;
  color: var(--color-1);
  transition: var(--animation-duration) ease transform;
}
.collapsible__trigger:hover {
  color: var(--color-text);
  cursor: pointer;
}
.collapsible__trigger--active:after {
  transform: rotate(-180deg);
}

.collapsible__content {
  --max-height: 400px;
  height: auto;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: var(--animation-duration) ease max-height, var(--animation-duration) ease opacity;
}
.collapsible__content--active {
  max-height: var(--max-height);
  opacity: 1;
}

.collapsible__body {
  padding: 5px 0 20px;
}

/*------------------------------------*\
  Amount controls
\*------------------------------------*/
.amount-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .amount-controls {
    justify-content: initial;
  }
}
@media (min-width: 992px) {
  .amount-controls {
    gap: 15px;
  }
}

.amount-controls__subtract,
.amount-controls__add {
  display: inline-flex;
  width: 35px;
  height: 35px;
  font-size: 1.125rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.amount-controls__subtract--disabled,
.amount-controls__add--disabled {
  pointer-events: none;
  opacity: 0.3;
  color: var(--color-text);
}

.amount-controls__control {
  width: 80px;
  height: 50px;
  border-radius: 4px;
  padding: 10px;
  background: #FFF;
  text-align: center;
  -moz-appearance: textfield;
}
.amount-controls__control::-webkit-outer-spin-button, .amount-controls__control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*------------------------------------*\
  Progress steps
\*------------------------------------*/
.progress-steps {
  display: flex;
  margin-bottom: 50px;
}

.progress-steps__item {
  position: relative;
  flex: 0 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.progress-steps__item:before, .progress-steps__item:after {
  position: absolute;
  content: "";
  top: 16.5px;
  height: 2px;
  width: calc(50% - 17.5px);
  background: var(--color-1);
  opacity: 0.2;
}
.progress-steps__item:before {
  left: 0;
}
.progress-steps__item:after {
  right: 0;
}
.progress-steps__item--active:before {
  opacity: 1;
}
.progress-steps__item--completed:before, .progress-steps__item--completed:after {
  opacity: 1;
}
.progress-steps__item:first-of-type:before {
  display: none;
}
.progress-steps__item:last-of-type:after {
  display: none;
}

.progress-steps__dot {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}
.progress-steps__dot:before, .progress-steps__dot:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.progress-steps__dot:before {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: var(--color-text);
  opacity: 0.2;
}
.progress-steps__dot:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-1);
  opacity: 0.2;
}
.progress-steps__dot--active:before {
  background: var(--color-1);
  opacity: 1;
}
.progress-steps__dot--active:after {
  background: var(--color-1);
}
.progress-steps__dot--completed:before {
  content: "\e911";
  font-family: icomoon;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  color: white;
  font-size: 0.75rem;
  opacity: 1;
}
.progress-steps__dot--completed:after {
  opacity: 1;
  background: var(--color-1);
}

.progress-steps__label {
  opacity: 0.2;
  font-weight: 500;
  font-size: 0.75rem;
}
.progress-steps__label--active {
  opacity: 1;
}
.progress-steps__label--completed {
  opacity: 0.6;
}

/*------------------------------------*\
  Modal
\*------------------------------------*/
.modal-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: var(--animation-duration) ease opacity;
  opacity: 0;
  pointer-events: none;
}
.modal-overlay--show {
  opacity: 1;
  pointer-events: initial;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 340px;
  max-width: calc(100% - 15px);
  transform: translate(-50%, 0);
  padding: var(--modal-padding-mobile);
  background: var(--modal-background);
  box-shadow: var(--modal-shadow);
  border-radius: var(--modal-border-radius);
  transition: var(--animation-duration) ease opacity, var(--animation-duration) ease transform;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .modal {
    padding: var(--modal-padding);
  }
}
.modal--show {
  opacity: 1;
  pointer-events: initial;
  transform: translate(-50%, -50%);
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*------------------------------------*\
  Cart item modal
\*------------------------------------*/
.cart-item-modal__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .cart-item-modal__item {
    flex-wrap: nowrap;
  }
}

.cart-item-modal__item-image-link {
  flex: 0 0 auto;
  margin-right: 20px;
  transition: var(--animation-duration) ease opacity;
  margin-bottom: 15px;
}
.cart-item-modal__item-image-link:hover {
  opacity: 0.6;
}
@media (min-width: 576px) {
  .cart-item-modal__item-image-link {
    flex: initial;
    margin-bottom: 0;
  }
}

.cart-item-modal__item-title {
  flex: 0 0 70%;
  margin-right: auto;
  margin-bottom: 15px;
  color: var(--color-text);
  text-decoration: none;
  transition: var(--animation-duration) ease opacity;
}
@media (min-width: 576px) {
  .cart-item-modal__item-title {
    flex: initial;
    padding-right: 35px;
    margin-bottom: 0;
  }
}
.cart-item-modal__item-title:hover {
  opacity: 0.6;
}

.cart-item-modal__item-title,
.cart-item-modal__item-price {
  font-weight: 500;
}

.cart-item-modal__item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.cart-item-modal__placeholder {
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: var(--border-radius);
}

.cart-item-modal__item-price {
  margin-right: 20px;
}

.cart-item-modal__select-child {
  max-width: 90px;
}

.loader {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  transition: var(--animation-duration) ease opacity;
}
.loader--loading {
  opacity: 1;
  pointer-events: initial;
}

.loader__spinner {
  position: relative;
  display: inline-block;
  width: var(--loader-size);
  height: var(--loader-size);
}
.loader__spinner::after, .loader__spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  background: var(--loader-color);
  animation: loader 2s linear infinite;
}
.loader__spinner::after {
  opacity: 0;
  animation-delay: 1s;
}

/*------------------------------------*\
  Alerts
\*------------------------------------*/
.alert {
  --alert-color: var(--color-info);
  position: relative;
  z-index: 998;
  padding: 10px;
  left: 50%;
  overflow: hidden;
  font-size: 0.875rem;
  border: 2px solid var(--alert-color);
  border-radius: var(--border-radius);
  color: white;
  animation-name: fade-up-center;
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.alert:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--alert-color);
  opacity: 0.8;
}
.alert--info {
  --alert-color: var(--color-info);
}
.alert--success {
  --alert-color: var(--color-success);
}
.alert--warning {
  --alert-color: var(--color-warning);
}
.alert--danger {
  --alert-color: var(--color-error);
}
.alert--fixed {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

/*------------------------------------*\
  Tables
\*------------------------------------*/
.table {
  margin: 0 -10px;
}
.table th,
.table td {
  padding: 0 10px;
  vertical-align: top;
}
.table th {
  font-weight: 600;
}
.table-overflow-wrapper {
  overflow-x: auto;
  max-width: 100%;
}

.table-styled {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-styled th {
  font-weight: 600;
  padding: 10px;
}
.table-styled td {
  background: var(--color-bg-2);
  padding: 10px;
}
.table-styled td:first-of-type {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.table-styled td:last-of-type {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.table-styled__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .table-styled__row {
    flex-wrap: nowrap;
    padding: 0 10px;
  }
}
.table-styled__row--bg {
  background: var(--color-bg-2);
  border-radius: var(--border-radius);
  margin-bottom: 10px;
}

.table-styled__column {
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .table-styled__column {
    flex: 1 0 20%;
    padding: 10px;
  }
}
.table-styled__column--small {
  flex: 0 0 180px;
}

.table-styled__heading {
  flex: 1 0 100%;
  font-weight: 600;
  padding: 10px;
}
@media (min-width: 992px) {
  .table-styled__heading {
    flex: 1 0 20%;
  }
}
.table-styled__heading--small {
  flex: 0 0 180px;
}

/*------------------------------------*\
  Cookie notice
\*------------------------------------*/
.cookie-notice {
  position: fixed;
  z-index: 7;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  background: #FFF;
  box-shadow: var(--modal-shadow);
  font-size: 0.875em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--animation-duration-fast) ease opacity;
}
@media (min-width: 576px) {
  .cookie-notice {
    flex-direction: row;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
  }
}
.cookie-notice--show {
  visibility: visible;
  pointer-events: inherit;
  animation: fade-up forwards var(--animation-duration) var(--animation-duration) ease;
}

.cookie-notice__text {
  padding: 25px;
}

.cookie-notice__buttons {
  display: flex;
  align-items: center;
  padding-top: 15px;
  gap: 15px;
}

/*------------------------------------*\
  Header
\*------------------------------------*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--header-background);
  height: var(--header-height-mobile);
  padding: 15px;
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease box-hadow;
}
@media (min-width: 768px) {
  .header {
    padding: 20px 100px;
    height: var(--header-height);
  }
}
.header--sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header--hidden {
  transform: translateY(-100%);
}

.header__main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__right {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header__right {
    margin-left: 100px;
  }
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .header__icons {
    gap: 30px;
  }
}

.header__account-name {
  display: none;
}
@media (min-width: 992px) {
  .header__account-name {
    display: block;
  }
}

.header__icon {
  font-size: 20px;
  color: var(--color-1);
  text-decoration: none;
  line-height: 1;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .header__icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .header__icon {
    font-size: 30px;
  }
}

.header__locale {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-link);
  border: 2px solid var(--color-link);
  border-radius: 50%;
  padding: 6px;
}

.header__account {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  color: var(--color-text);
}
.header__account:hover {
  color: var(--color-1);
}
.header__account:hover .icon-button:before {
  opacity: 0.3;
}

.header__logo {
  max-width: 140px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: initial;
    max-height: 65px;
  }
}

.header__cart-trigger {
  position: relative;
  color: var(--color-1);
  text-decoration: none;
}

.header__cart-count {
  position: absolute;
  top: -4px;
  right: 0;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-warning);
  border: 1px solid white;
  color: #FFF;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.875rem;
  opacity: 0;
  transition: var(--animation-duration) ease opacity;
}
@media (min-width: 768px) {
  .header__cart-count {
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
  }
}
.header__cart-count--initialized {
  opacity: 1;
}

.header__sidebar {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--header-sidebar-mobile-width);
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 80px 25px 50px;
  background: var(--color-body);
  transform: translateX(-100%);
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease box-shadow, var(--animation-duration) ease opacity;
}
@media (min-width: 768px) {
  .header__sidebar {
    padding: 138px 30px 100px;
    width: var(--header-sidebar-width);
  }
}
.header__sidebar--open {
  transform: initial;
}

.header__popup-wrapper {
  position: absolute;
  top: 55px;
  padding-top: 15px;
  opacity: 0;
  pointer-events: none;
  transition: var(--animation-duration) ease box-shadow, var(--animation-duration) ease opacity;
}
.header__popup-wrapper:hover {
  transform: initial;
  opacity: 1;
  pointer-events: initial;
}

.header__popup {
  z-index: 5;
  width: var(--header-sidebar-mobile-width);
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: var(--color-body);
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.header__popup .header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__popup .header-menu__link {
  padding: 12px 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  color: var(--color-text);
}
.header__popup .header-menu__link:hover {
  color: var(--color-1);
}
.header__popup .header-menu__link:active {
  background: rgba(0, 0, 0, 0.05);
}

.header__sidebar .header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__sidebar .header-menu__link {
  display: block;
  padding: 15px 30px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--color-text);
  border-radius: var(--border-radius);
  text-decoration: none;
  transition: var(--animation-duration) ease color, var(--animation-duration) ease background;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header__sidebar .header-menu__link {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding: 30px 60px;
  }
}
.header__sidebar .header-menu__link:hover {
  color: var(--color-1);
}
.header__sidebar .header-menu__link:active {
  background: rgba(0, 0, 0, 0.05);
}

.header__menu-lines,
.header__menu-lines:before,
.header__menu-lines:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-1);
  height: 3px;
  transform: rotate(0);
  pointer-events: none;
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, width var(--animation-duration) ease, background-color 0.4s 0.2s;
}

.header__menu-lines {
  top: 50%;
  margin-top: -0.125em;
  width: 30px;
}
@media (min-width: 768px) {
  .header__menu-lines {
    width: 15px;
  }
}
.header__menu-lines:before {
  left: 0;
  top: 10px;
  width: 24px;
}
.header__menu-lines:after {
  left: 0;
  top: -10px;
  width: 30px;
}

.header__menu-trigger {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .header__menu-trigger {
    margin-right: 100px;
  }
}
.header__menu-trigger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}
.header__menu-trigger:hover .header__menu-lines,
.header__menu-trigger:hover .header__menu-lines:before,
.header__menu-trigger:hover .header__menu-lines:after {
  width: 30px;
}
.header__menu-trigger:hover + .header__popup-wrapper {
  transform: initial;
  opacity: 1;
  pointer-events: initial;
}
.header__menu-trigger--open {
  transform: translateX(10px);
}
@media (min-width: 768px) {
  .header__menu-trigger--open {
    transform: initial;
  }
}
.header__menu-trigger--open .header__menu-lines,
.header__menu-trigger--open .header__menu-lines:before,
.header__menu-trigger--open .header__menu-lines:before,
.header__menu-trigger--open .header__menu-lines:after {
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
.header__menu-trigger--open .header__menu-lines {
  background-color: initial;
}
.header__menu-trigger--open .header__menu-lines:before {
  transform: rotate(-45deg);
  width: 30px;
}
.header__menu-trigger--open .header__menu-lines:after {
  transform: rotate(45deg);
  width: 30px;
}
.header__menu-trigger--open .header__menu-lines:before,
.header__menu-trigger--open .header__menu-lines:after {
  left: 0;
  top: 0;
}

.header__sidebar-close {
  position: absolute;
  top: 16px;
  right: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__sidebar-close {
    top: 36px;
    right: 36px;
  }
}

/*------------------------------------*\
  Footer
\*------------------------------------*/
.footer {
  color: var(--footer-color);
  background: var(--footer-background);
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media (min-width: 768px) {
  .footer__top {
    padding: 100px 0 50px;
  }
}

.footer__logo {
  max-width: 250px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 300px;
  }
}

.footer__left {
  height: 100%;
}

.footer__text {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.footer__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: 15px;
}

.footer-menu {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-menu {
    margin-bottom: 0;
  }
}

.footer-menu__item {
  margin: 16px 0;
  color: var(--footer-color);
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 400;
}
.footer-menu__item--icon {
  display: flex;
}

.footer-menu__link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: var(--footer-color);
  text-decoration: none;
  transition: var(--animation-duration) ease opacity, var(--animation-duration) ease color;
}
.footer-menu__link:hover {
  opacity: 0.6;
}

.footer-menu__icon {
  font-size: 23px;
  margin-right: 21px;
  color: var(--color-1);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  border-top: 1px solid var(--color-1);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    justify-content: space-between;
  }
}

.footer__bottom-left {
  order: 2;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__bottom-left {
    order: 0;
  }
}

.footer__bottom-left-link {
  color: var(--footer-color);
  text-decoration: none;
}
.footer__bottom-left-link:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .footer__socials {
    justify-content: center;
  }
}

.footer__bottom-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  opacity: 0.5;
  order: 0;
  color: var(--footer-color);
  transition: var(--animation-duration) ease opacity;
}
@media (min-width: 768px) {
  .footer__bottom-link {
    margin-bottom: 0;
    order: 1;
  }
}
.footer__bottom-link:hover {
  opacity: 0.8;
}

.footer__bottom-link-icon {
  color: var(--color-1);
  font-size: 1.5rem;
  line-height: 1;
}

.footer__infos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer__infos {
    padding-top: 0;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 120px;
  }
}

/*------------------------------------*\
  Visual
\*------------------------------------*/
.visual {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--visual-height-mobile);
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--visual-background-image), rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .visual {
    height: var(--visual-height);
  }
}
.visual--small {
  height: var(--visual-small-height);
}
.visual.animate:before {
  animation-name: fade-scale-up;
  animation-duration: var(--animation-duration-ultraslow);
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.visual.animate .visual__title,
.visual.animate .visual__text,
.visual.animate .visual__button {
  animation-name: fade-down-small;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.visual.animate .visual__title {
  animation-name: fade-up-small;
}

.visual__body {
  color: var(--visual-color);
  text-align: var(--visual-text-align);
}
.visual__body--small {
  text-align: var(--visual-text-small-align);
}

.visual__title {
  margin-bottom: 20px;
  animation-delay: 0.1s;
  opacity: 0;
}
@media (min-width: 768px) {
  .visual__title {
    margin-bottom: 40px;
  }
}

.visual__text {
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 400;
  opacity: 0;
  animation-delay: 0.175s;
}
@media (min-width: 768px) {
  .visual__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
  }
}

.visual__button {
  opacity: 0;
  animation-delay: 0.25s;
}

/*------------------------------------*\
  Highlighted list
\*------------------------------------*/
.highlighted-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.highlighted-list.animate .highlighted-list__item,
.highlighted-list.animate .highlighted-list__img,
.highlighted-list.animate .highlighted-list__title,
.highlighted-list.animate .highlighted-list__button {
  animation-name: fade-right-small;
  animation-duration: var(--animation-duration);
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.highlighted-list.animate .highlighted-list__item {
  animation-name: grow-from-left;
  animation-duration: var(--animation-duration-slow);
}
.highlighted-list.animate .highlighted-list__img {
  animation-duration: var(--animation-duration-slow);
  animation-name: fade;
}

.highlighted-list__item {
  --base-delay: 0;
  position: relative;
  flex: 1 0 calc(50% - 10px);
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: scaleX(0.4);
  transform-origin: center left;
  opacity: 0;
  animation-delay: var(--base-delay);
}
.highlighted-list__item:nth-of-type(1) {
  --base-delay: calc(1 * .1s);
}
.highlighted-list__item:nth-of-type(2) {
  --base-delay: calc(2 * .1s);
}
.highlighted-list__item:nth-of-type(3) {
  --base-delay: calc(3 * .1s);
}
.highlighted-list__item:nth-of-type(4) {
  --base-delay: calc(4 * .1s);
}
.highlighted-list__item:nth-of-type(5) {
  --base-delay: calc(5 * .1s);
}
.highlighted-list__item:nth-of-type(6) {
  --base-delay: calc(6 * .1s);
}
.highlighted-list__item:nth-of-type(7) {
  --base-delay: calc(7 * .1s);
}
.highlighted-list__item:nth-of-type(8) {
  --base-delay: calc(8 * .1s);
}
.highlighted-list__item:nth-of-type(9) {
  --base-delay: calc(9 * .1s);
}
.highlighted-list__item:nth-of-type(10) {
  --base-delay: calc(10 * .1s);
}
.highlighted-list__item:nth-of-type(11) {
  --base-delay: calc(11 * .1s);
}
.highlighted-list__item:nth-of-type(12) {
  --base-delay: calc(12 * .1s);
}
.highlighted-list__item:nth-of-type(13) {
  --base-delay: calc(13 * .1s);
}
.highlighted-list__item:nth-of-type(14) {
  --base-delay: calc(14 * .1s);
}
.highlighted-list__item:nth-of-type(15) {
  --base-delay: calc(15 * .1s);
}
.highlighted-list__item:nth-of-type(16) {
  --base-delay: calc(16 * .1s);
}
.highlighted-list__item:nth-of-type(17) {
  --base-delay: calc(17 * .1s);
}
.highlighted-list__item:nth-of-type(18) {
  --base-delay: calc(18 * .1s);
}
.highlighted-list__item:nth-of-type(19) {
  --base-delay: calc(19 * .1s);
}
.highlighted-list__item:nth-of-type(20) {
  --base-delay: calc(20 * .1s);
}

.highlighted-list__text {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  padding: 15px;
}
@media (min-width: 768px) {
  .highlighted-list__text {
    padding: 35px 45px;
  }
}

.highlighted-list__title {
  color: #FFF;
  margin-bottom: 15px;
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.3s);
}
@media (min-width: 768px) {
  .highlighted-list__title {
    font-size: 2.5rem;
    line-height: 2.9375rem;
    margin-bottom: 25px;
  }
}

.highlighted-list__img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 320px;
  mix-blend-mode: multiply;
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.25s);
  transform-origin: center right;
}
@media (min-width: 768px) {
  .highlighted-list__img {
    height: 500px;
  }
}

.highlighted-list__button {
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.35s);
}

/*------------------------------------*\
  Product list
\*------------------------------------*/
.product-list-width-filters {
  position: relative;
}

.product-list {
  position: relative;
  opacity: 0;
  transition: var(--animation-duration) ease opacity;
}
.product-list--width-filters {
  padding-bottom: 50px;
  padding-right: calc(var(--leftover-container-space));
}
@media (min-width: 768px) {
  .product-list--width-filters {
    padding-bottom: 160px;
    padding-left: 30px;
    padding-right: calc(var(--leftover-container-space) + var(--bs-gutter-x) * 0.5);
  }
}
.product-list--spotlight {
  border-radius: var(--border-radius);
  border: 1px solid var(--color-1);
  background-color: rgba(var(--color-2-rgb), 0.3);
  padding: 10px;
}
@media (min-width: 768px) {
  .product-list--spotlight {
    padding: 30px;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: calc(var(--leftover-container-space) + var(--bs-gutter-x) * 0.5);
  }
}
.product-list--initialized {
  opacity: 1;
}
.product-list.animate .product-list__item-img,
.product-list.animate .product-list__item-title,
.product-list.animate .product-list__item-price,
.product-list.animate .product-list__badge-wrapper,
.product-list.animate .product-list__item-top,
.product-list.animate .product-list__item-bottom {
  animation-name: fade;
  animation-duration: var(--animation-duration);
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.product-list.animate .product-list__badge-wrapper {
  animation-name: scale-up;
  animation-duration: var(--animation-duration-slow);
  animation-timing-function: cubic-bezier(0.28, 1.92, 0.81, 0.56);
}
.product-list.animate .product-list__item-top,
.product-list.animate .product-list__item-bottom {
  animation-name: fade-scale-y-up;
  animation-duration: var(--animation-duration);
}

.product-list__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.product-list__spotlight-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-list__items-title-link {
  color: var(--color-text);
  text-decoration: none;
}

.product-list__page-count {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

.product-list__items-title-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  text-decoration: none;
  color: var(--color-1);
  transition: var(--animation-duration) ease transform;
}
.product-list__items-title-icon--rotate {
  transform: rotate(180deg);
}

.product-list__items-title {
  margin-bottom: 0;
  font-weight: 600;
}

.product-list__items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  gap: 30px 0;
}
@media (min-width: 576px) {
  .product-list__items {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .product-list__items {
    gap: 65px 0;
    margin: 0 -17.5px;
  }
}

.product-list__items-sort {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product-list__items-sort__title {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-list__no-result {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .product-list__no-result {
    margin: 0 17.5px;
  }
}

.product-list__item {
  --base-delay: 0;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  animation-delay: var(--base-delay);
}
.product-list__item.product-list__item-hover:hover .product-list__item-bottom {
  background-color: var(--product-hover-color);
  color: white;
}
.product-list__item.product-list__item-hover:hover .product-list__item-title,
.product-list__item.product-list__item-hover:hover .product-list__item-price {
  color: white;
}
@media (min-width: 576px) {
  .product-list__item {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .product-list__item {
    flex: 0 0 calc(33.33% - 35px);
    margin: 0 17.5px;
  }
}
.product-list__item:nth-of-type(3n + 1) {
  --base-delay: calc(1 * .075s);
}
.product-list__item:nth-of-type(3n + 2) {
  --base-delay: calc(2 * .075s);
}
.product-list__item:nth-of-type(3n + 3) {
  --base-delay: calc(3 * .075s);
}
.product-list__item:nth-of-type(3n + 4) {
  --base-delay: calc(4 * .075s);
}
.product-list__item:nth-of-type(3n + 5) {
  --base-delay: calc(5 * .075s);
}
.product-list__item:nth-of-type(3n + 6) {
  --base-delay: calc(6 * .075s);
}
.product-list__item:nth-of-type(3n + 7) {
  --base-delay: calc(7 * .075s);
}
.product-list__item:nth-of-type(3n + 8) {
  --base-delay: calc(8 * .075s);
}
.product-list__item:nth-of-type(3n + 9) {
  --base-delay: calc(9 * .075s);
}
.product-list__item:nth-of-type(3n + 10) {
  --base-delay: calc(10 * .075s);
}
.product-list__item:nth-of-type(3n + 11) {
  --base-delay: calc(11 * .075s);
}
.product-list__item:nth-of-type(3n + 12) {
  --base-delay: calc(12 * .075s);
}
.product-list__item:nth-of-type(3n + 13) {
  --base-delay: calc(13 * .075s);
}
.product-list__item:nth-of-type(3n + 14) {
  --base-delay: calc(14 * .075s);
}
.product-list__item:nth-of-type(3n + 15) {
  --base-delay: calc(15 * .075s);
}
.product-list__item:nth-of-type(3n + 16) {
  --base-delay: calc(16 * .075s);
}
.product-list__item:nth-of-type(3n + 17) {
  --base-delay: calc(17 * .075s);
}
.product-list__item:nth-of-type(3n + 18) {
  --base-delay: calc(18 * .075s);
}
.product-list__item:nth-of-type(3n + 19) {
  --base-delay: calc(19 * .075s);
}
.product-list__item:nth-of-type(3n + 20) {
  --base-delay: calc(20 * .075s);
}

.run-fun__tile--1 {
  animation-delay: calc(1 * .075s);
}

.run-fun__tile--2 {
  animation-delay: calc(2 * .075s);
}

.run-fun__tile--3 {
  animation-delay: calc(3 * .075s);
}

.run-fun__tile--4 {
  animation-delay: calc(4 * .075s);
}

.run-fun__tile--5 {
  animation-delay: calc(5 * .075s);
}

.run-fun__tile--6 {
  animation-delay: calc(6 * .075s);
}

.run-fun__tile--7 {
  animation-delay: calc(7 * .075s);
}

.run-fun__tile--8 {
  animation-delay: calc(8 * .075s);
}

.run-fun__tile--9 {
  animation-delay: calc(9 * .075s);
}

.run-fun__tile--10 {
  animation-delay: calc(10 * .075s);
}

.run-fun__tile--11 {
  animation-delay: calc(11 * .075s);
}

.run-fun__tile--12 {
  animation-delay: calc(12 * .075s);
}

.run-fun__tile--13 {
  animation-delay: calc(13 * .075s);
}

.run-fun__tile--14 {
  animation-delay: calc(14 * .075s);
}

.run-fun__tile--15 {
  animation-delay: calc(15 * .075s);
}

.run-fun__tile--16 {
  animation-delay: calc(16 * .075s);
}

.run-fun__tile--17 {
  animation-delay: calc(17 * .075s);
}

.run-fun__tile--18 {
  animation-delay: calc(18 * .075s);
}

.run-fun__tile--19 {
  animation-delay: calc(19 * .075s);
}

.run-fun__tile--20 {
  animation-delay: calc(20 * .075s);
}

.product-list__item-img-link {
  overflow: hidden;
  transition: var(--animation-duration) ease opacity;
}
.product-list__item-img-link:hover {
  opacity: 0.7;
}

.product-list__item-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.2s);
  transition: var(--animation-duration) ease transform;
}
.product-list__item-img--small {
  height: 180px;
}
.product-list__item-img--zoom:hover {
  transform: scale(1.1);
}

.product-list__item-top {
  position: relative;
  background: var(--color-bg);
  overflow: hidden;
  opacity: 0;
  border-radius: var(--border-radius) 0 0;
  transform-origin: bottom;
  animation-delay: var(--base-delay);
}

.product-list__item-bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0;
  padding: 30px;
  background: var(--color-bg-2);
  opacity: 0;
  border-radius: 0 0 var(--border-radius);
  transform-origin: top;
  animation-delay: var(--base-delay);
  transition: var(--animation-duration) ease background-color;
}

.product-list__item-title {
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  color: var(--color-text);
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.2s);
}

.product-list__item-price {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  opacity: 0;
  animation-delay: calc(var(--base-delay) + 0.2s);
}

.product-list__badge-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(0);
  animation-delay: calc(var(--base-delay) + 0.25s);
}

.product-list__badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: #FFF;
  color: var(--color-1);
  font-size: 26px;
  text-decoration: none;
  transition: var(--animation-duration) ease background, var(--animation-duration) ease color, var(--animation-duration) ease transform, var(--animation-duration) ease box-shadow;
}
.product-list__badge:hover, .product-list__badge:focus {
  background: var(--color-1);
  color: white;
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.product-list__badge:active {
  transform: initial;
  background: #FFF;
  color: var(--color-1);
  box-shadow: none;
}

.product-list__page-jumper {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .product-list__page-jumper {
    padding-top: 80px;
  }
}

.product-list__placeholder {
  aspect-ratio: 1.185;
}

.news-list.animate .news-list__item {
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

.news-list__item {
  --base-delay: 0;
  animation-delay: var(--base-delay);
}
.news-list__item:nth-of-type(3n + 1) {
  --base-delay: calc(1 * .075s);
}
.news-list__item:nth-of-type(3n + 2) {
  --base-delay: calc(2 * .075s);
}
.news-list__item:nth-of-type(3n + 3) {
  --base-delay: calc(3 * .075s);
}
.news-list__item:nth-of-type(3n + 4) {
  --base-delay: calc(4 * .075s);
}
.news-list__item:nth-of-type(3n + 5) {
  --base-delay: calc(5 * .075s);
}
.news-list__item:nth-of-type(3n + 6) {
  --base-delay: calc(6 * .075s);
}
.news-list__item:nth-of-type(3n + 7) {
  --base-delay: calc(7 * .075s);
}
.news-list__item:nth-of-type(3n + 8) {
  --base-delay: calc(8 * .075s);
}
.news-list__item:nth-of-type(3n + 9) {
  --base-delay: calc(9 * .075s);
}
.news-list__item:nth-of-type(3n + 10) {
  --base-delay: calc(10 * .075s);
}
.news-list__item:nth-of-type(3n + 11) {
  --base-delay: calc(11 * .075s);
}
.news-list__item:nth-of-type(3n + 12) {
  --base-delay: calc(12 * .075s);
}
.news-list__item:nth-of-type(3n + 13) {
  --base-delay: calc(13 * .075s);
}
.news-list__item:nth-of-type(3n + 14) {
  --base-delay: calc(14 * .075s);
}
.news-list__item:nth-of-type(3n + 15) {
  --base-delay: calc(15 * .075s);
}
.news-list__item:nth-of-type(3n + 16) {
  --base-delay: calc(16 * .075s);
}
.news-list__item:nth-of-type(3n + 17) {
  --base-delay: calc(17 * .075s);
}
.news-list__item:nth-of-type(3n + 18) {
  --base-delay: calc(18 * .075s);
}
.news-list__item:nth-of-type(3n + 19) {
  --base-delay: calc(19 * .075s);
}
.news-list__item:nth-of-type(3n + 20) {
  --base-delay: calc(20 * .075s);
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.slider-prev {
  left: -25px;
}

.slider-next {
  right: -25px;
}

.slider-prev,
.slider-next {
  position: absolute;
  height: calc(100% - 100px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  cursor: pointer;
  transition: var(--animation-duration) ease transform;
}
.slider-prev:hover,
.slider-next:hover {
  transform: scale(1.2);
}

/*------------------------------------*\
  Newsletter form
\*------------------------------------*/
.newsletter-form {
  padding: 50px 0;
  background: var(--newsletter-background);
  color: var(--newsletter-color);
  --color-link: var(--newsletter-color);
  --toggle-active-opacity: .6;
  --toggle-active-background: var(--newsletter-color);
  --toggle-label-active-color: var(--newsletter-color);
}
@media (min-width: 768px) {
  .newsletter-form {
    padding: 80px 0;
  }
}

.newsletter-form__title {
  font-size: 2.4rem;
  line-height: 150%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .newsletter-form__title {
    font-size: 3.125rem;
    margin-bottom: 21px;
  }
}

.newsletter-form__text {
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .newsletter-form__text {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .newsletter-form__form {
    padding-left: 93px;
  }
}

.newsletter-form__control {
  border: 1px solid var(--newsletter-color);
  height: 60px;
}
.newsletter-form__control::placeholder {
  color: var(--newsletter-color);
}
.newsletter-form__control:focus {
  border: 1px solid var(--newsletter-color);
  background: var(--control-ghost-background-focus);
  outline: none;
  color: var(--newsletter-color);
}
.newsletter-form__control:focus::placeholder {
  color: var(--newsletter-color);
  transition: var(--animation-duration) ease color;
}

/*------------------------------------*\
  Contact info
\*------------------------------------*/
.contact-info {
  position: relative;
  padding: 50px 30px;
  width: calc(var(--bs-gutter-x) * 2 + 100%);
  left: calc(var(--bs-gutter-x) * -1);
  background: var(--color-bg-2);
}
@media (min-width: 768px) {
  .contact-info {
    height: 100%;
    padding: 120px 50px;
    left: initial;
    width: calc(var(--leftover-container-space) + var(--bs-gutter-x) + 100%);
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding: 120px 100px;
  }
}

.contact-info__item {
  display: flex;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 400;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info__icon {
  color: var(--color-1);
}

.contact-info__icon {
  font-size: 25px;
}

.contact-form__title {
  font-size: 3rem;
  line-height: 3rem;
}

/*------------------------------------*\
  Product detail
\*------------------------------------*/
.product-detail {
  border-bottom: 2px solid var(--color-bg);
}

.product-detail__img-link {
  display: block;
  margin-bottom: 30px;
  border-radius: calc(2 * var(--border-radius));
  background: var(--color-bg-2);
  transition: var(--animation-duration) ease background;
}
@media (min-width: 768px) {
  .product-detail__img-link {
    margin-bottom: 0;
  }
}
.product-detail__img-link:hover {
  background: transparent;
}

.product-detail__img {
  mix-blend-mode: multiply;
  background-color: white;
}

.product-detail__tags {
  margin-bottom: 30px;
}

.product-detail__placeholder {
  aspect-ratio: 1/1;
  width: 100%;
}

.product-detail__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-detail__title {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

.product-detail__main {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  height: 100%;
}

.product-detail__badge {
  color: #fff;
  background: darkgray;
  border-radius: var(--border-radius);
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  margin-left: auto;
  width: fit-content;
}

.product-detail__price-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-detail__quantity {
  margin-left: auto;
  max-width: 90px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .product-detail__quantity {
    width: 110px;
  }
}
.product-detail__quantity input {
  text-align: center;
  padding: 16px 10px;
}

.product-detail__child {
  margin-left: 0;
  min-width: 70px;
  max-width: max-content;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .product-detail__child {
    min-width: 90px;
  }
}
.product-detail__child input {
  text-align: center;
  padding: 16px 10px;
}

.product-detail__price {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.product-detail__bottom {
  padding-top: 100px;
}

.product-detail__collapsibles {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .product-detail__collapsibles {
    margin-bottom: 0;
  }
}

.product-detail__gallery {
  display: flex;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-detail__gallery-image {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--border-radius);
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  flex: 0 1 25%;
  background: var(--color-bg-2);
  transition: var(--animation-duration) ease background;
}
.product-detail__gallery-image:hover {
  background: transparent;
}

.related-product {
  position: relative;
}
.related-product:after {
  position: absolute;
  content: "";
  top: 0;
  left: -12px;
  width: 2px;
  background: var(--color-bg);
  height: 100%;
}
@media (min-width: 992px) {
  .related-product:after {
    left: -47px;
  }
}
@media (min-width: 1200px) {
  .related-product:after {
    left: -70px;
  }
}

/*------------------------------------*\
  Filters
\*------------------------------------*/
.filters {
  background: var(--color-bg-2);
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .filters {
    height: 100%;
    padding: 80px 100px;
  }
}

.filters__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 35px;
  gap: 30px;
  border-bottom: 2px solid var(--color-1);
}
@media (min-width: 768px) {
  .filters__top {
    padding: 20px 0 60px;
  }
}

.filters__link {
  display: inline-block;
  position: relative;
  color: var(--color-text);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  text-decoration: none;
  padding-right: 25px;
}
.filters__link--active {
  font-weight: 700;
  color: var(--color-1);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.filters__link__sub {
  display: inline-block;
  position: relative;
  color: var(--color-text);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
}
.filters__link__sub--active {
  font-weight: 700;
  color: var(--color-1);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.filters__link__sub-sub {
  display: inline-block;
  position: relative;
  color: var(--color-text);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
}
.filters__link__sub-sub--active {
  font-weight: 700;
  color: var(--color-1);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.filters__title {
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .filters__title {
    margin-bottom: 30px;
  }
}

.filters__count {
  position: absolute;
  top: 8px;
  right: 0;
  color: var(--color-1);
}

.filter {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .filter {
    padding: 30px 0;
  }
}

.filters__label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin-bottom: 15px;
}

.filters__main {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .filters__main {
    padding: 70px 0 100px;
  }
}

/*------------------------------------*\
  Cart
\*------------------------------------*/
.cart {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: var(--animation-duration) ease opacity;
}
.cart--initialized {
  opacity: 1;
}

.cart__title {
  font-size: 1.875rem;
  line-height: 2.1875rem;
}

.cart__table {
  margin-bottom: 15px;
}

.cart__header {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
  .cart__header {
    display: flex;
  }
}

.cart__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--color-bg-2);
  border-radius: var(--border-radius);
  padding: 10px;
  margin: 15px 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .cart__row {
    padding: 0;
    flex-wrap: nowrap;
    font-size: 1rem;
  }
}
.cart__row--no-bg {
  background: transparent;
}

.cart__column {
  flex: 1 1 40%;
  font-weight: 500;
  padding: 10px;
}
@media (min-width: 576px) {
  .cart__column {
    flex: 0 1 16.66%;
  }
}
@media (min-width: 768px) {
  .cart__column {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .cart__column {
    padding: 20px;
    flex: 0 1 16.66%;
  }
}
.cart__column--product {
  flex: 0 1 100%;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cart__column--product {
    flex: 1 1 52%;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cart__column--product {
    flex: 1 1 30%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .cart__column--product {
    flex: 1 1 40%;
  }
}
@media (min-width: 768px) {
  .cart__column--amount {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .cart__column--amount {
    min-width: 206px;
  }
}
.cart__column--delete {
  flex: 0 1 10%;
  font-size: 1.2rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .cart__column:first-of-type {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .cart__column:first-of-type {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .cart__column:last-of-type {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .cart__column:last-of-type {
    padding-right: 40px;
  }
}

.cart__product {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: var(--color-text);
}
.cart__product:hover .cart__product-img {
  opacity: 0.7;
}

.cart__product-img {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
  transition: var(--animation-duration) ease opacity;
}

.cart__product-placeholder {
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 2px;
}

.cart__receipt {
  margin-left: auto;
}

.receipt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.receipt__line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .receipt__line {
    gap: 150px;
  }
}

.receipt__label {
  justify-self: flex-start;
}
.receipt__label--total-after-taxes {
  font-size: 0.75rem;
}
.receipt__label--total-after-taxes b {
  font-weight: 700;
  font-size: 0.875rem;
}

.receipt__value {
  margin-left: auto;
  padding: 0 20px;
}
.receipt__value--total-after-taxes {
  font-weight: 700;
}

.cart__buttons {
  gap: 20px;
  margin-left: auto;
}

.cart__downloads {
  margin-bottom: 40px;
}

.cart__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .cart__bottom--no-wrap-lg {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .cart__bottom {
    flex-wrap: nowrap;
  }
}

.cart__panels {
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  order: 2;
}
@media (min-width: 1200px) {
  .cart__panels {
    order: 0;
    flex: 1 1 100%;
    flex-wrap: nowrap;
  }
}

.cart__panel {
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .cart__panel {
    flex: 1 1 100%;
  }
}

.cart__panel__header {
  display: flex;
  justify-content: space-between;
}

/*------------------------------------*\
  Thank you text
\*------------------------------------*/
.thank-you-text {
  position: relative;
  color: var(--color-1);
  overflow: hidden;
}
.thank-you-text.animate .thank-you-text__text {
  transition-delay: 0.15s;
  opacity: 1;
  transform: initial;
}
.thank-you-text.animate .thank-you-text__img {
  transition-delay: 0.15s;
  transform: initial;
}

.thank-you-text__text {
  transform: translate(0, 20px);
  opacity: 0;
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease opacity;
}

.thank-you-text__img {
  position: absolute;
  right: -10px;
  bottom: -10px;
  max-height: 260px;
  transform-origin: bottom center;
  transform: translate(30px, 40px) rotate(30deg);
  transition: var(--animation-duration) ease-out transform;
}

/*------------------------------------*\
  Cart thank you overview
\*------------------------------------*/
.cart-thank-you-overview {
  padding: 40px 0 80px;
}
.cart-thank-you-overview.animate .cart-thank-you-overview__title,
.cart-thank-you-overview.animate .cart__table,
.cart-thank-you-overview.animate .cart__panels,
.cart-thank-you-overview.animate .cart__receipt {
  opacity: 1;
  transform: initial;
}
.cart-thank-you-overview .cart-thank-you-overview__title,
.cart-thank-you-overview .cart__table,
.cart-thank-you-overview .cart__panels,
.cart-thank-you-overview .cart__receipt {
  transform: translateY(20px);
  opacity: 0;
  transition: var(--animation-duration) ease transform, var(--animation-duration) ease opacity;
}
.cart-thank-you-overview .cart-thank-you-overview__title {
  transition-delay: 0.3s;
}
.cart-thank-you-overview .cart__table {
  transition-delay: 0.35s;
}
.cart-thank-you-overview .cart__receipt {
  transition-delay: 0.4s;
}
.cart-thank-you-overview .cart__panels {
  transition-delay: 0.45s;
}

.tracking-codes {
  display: flex;
  align-items: start;
  gap: 10px;
}

.tracking-codes__logo {
  padding: 5px;
  max-width: 90px;
}

.usps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  gap: 25px;
  background-color: var(--color-bg);
}

.usps__item {
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: var(--color-1);
}

.usps__item:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid white;
}

html, body {
  font-family: var(--font);
  font-size: var(--default-font-size);
  color: var(--color-text);
  background: var(--color-body);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  z-index: 6;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 9;
}

/*-- Sticky footer --*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: var(--header-height-mobile);
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wrapper {
    padding-top: var(--header-height);
  }
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  z-index: 6;
}

img {
  max-width: 100%;
}
