@charset "UTF-8";
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Kalista Serif";
  src: url("../../assets/fonts/KalistaSerif-Light.eot");
  src: local("Kalista Serif Light"), local("KalistaSerif-Light"), url("../../assets/fonts/KalistaSerif-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/KalistaSerif-Light.woff2") format("woff2"), url("../../assets/fonts/KalistaSerif-Light.woff") format("woff"), url("../../assets/fonts/KalistaSerif-Light.ttf") format("truetype"), url("../../assets/fonts/KalistaSerif-Light.svg#KalistaSerif-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --fh-blue: #0000ff;
  --fh-indigo: #6610f2;
  --fh-purple: #6f42c1;
  --fh-pink: #d63384;
  --fh-red: #ff0000;
  --fh-orange: #fd7e14;
  --fh-yellow: #ffc107;
  --fh-green: #198754;
  --fh-teal: #20c997;
  --fh-cyan: #0dcaf0;
  --fh-black: #000;
  --fh-white: #fff;
  --fh-gray: #a5aebc;
  --fh-gray-dark: #353535;
  --fh-gray-100: #f3f3f1;
  --fh-gray-200: #ededed;
  --fh-gray-300: #dadada;
  --fh-gray-400: #cac9c8;
  --fh-gray-500: #adb5bd;
  --fh-gray-600: #a5aebc;
  --fh-gray-700: #495057;
  --fh-gray-800: #353535;
  --fh-gray-900: #252525;
  --fh-primary: #0000ff;
  --fh-secondary: #a5aebc;
  --fh-success: #198754;
  --fh-info: #0dcaf0;
  --fh-warning: #ffc107;
  --fh-danger: #ff0000;
  --fh-light: #f3f3f1;
  --fh-dark: #252525;
  --fh-primary-rgb: 0, 0, 255;
  --fh-secondary-rgb: 165, 174, 188;
  --fh-success-rgb: 25, 135, 84;
  --fh-info-rgb: 13, 202, 240;
  --fh-warning-rgb: 255, 193, 7;
  --fh-danger-rgb: 255, 0, 0;
  --fh-light-rgb: 243, 243, 241;
  --fh-dark-rgb: 37, 37, 37;
  --fh-primary-text-emphasis: #000066;
  --fh-secondary-text-emphasis: #42464b;
  --fh-success-text-emphasis: #0a3622;
  --fh-info-text-emphasis: #055160;
  --fh-warning-text-emphasis: #664d03;
  --fh-danger-text-emphasis: #660000;
  --fh-light-text-emphasis: #495057;
  --fh-dark-text-emphasis: #495057;
  --fh-primary-bg-subtle: #ccccff;
  --fh-secondary-bg-subtle: #edeff2;
  --fh-success-bg-subtle: #d1e7dd;
  --fh-info-bg-subtle: #cff4fc;
  --fh-warning-bg-subtle: #fff3cd;
  --fh-danger-bg-subtle: #ffcccc;
  --fh-light-bg-subtle: #f9f9f8;
  --fh-dark-bg-subtle: #cac9c8;
  --fh-primary-border-subtle: #9999ff;
  --fh-secondary-border-subtle: #dbdfe4;
  --fh-success-border-subtle: #a3cfbb;
  --fh-info-border-subtle: #9eeaf9;
  --fh-warning-border-subtle: #ffe69c;
  --fh-danger-border-subtle: #ff9999;
  --fh-light-border-subtle: #ededed;
  --fh-dark-border-subtle: #adb5bd;
  --fh-white-rgb: 255, 255, 255;
  --fh-black-rgb: 0, 0, 0;
  --fh-font-sans-serif: "Raleway", sans-serif;
  --fh-font-monospace: "Kalista Serif";
  --fh-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --fh-body-font-family: var(--fh-font-sans-serif);
  --fh-body-font-size: 1rem;
  --fh-body-font-weight: 400;
  --fh-body-line-height: 1.5;
  --fh-body-color: #353535;
  --fh-body-color-rgb: 53, 53, 53;
  --fh-body-bg: transparent;
  --fh-body-bg-rgb: 0, 0, 0;
  --fh-emphasis-color: #000;
  --fh-emphasis-color-rgb: 0, 0, 0;
  --fh-secondary-color: rgba(53, 53, 53, 0.75);
  --fh-secondary-color-rgb: 53, 53, 53;
  --fh-secondary-bg: #ededed;
  --fh-secondary-bg-rgb: 237, 237, 237;
  --fh-tertiary-color: rgba(53, 53, 53, 0.5);
  --fh-tertiary-color-rgb: 53, 53, 53;
  --fh-tertiary-bg: #f3f3f1;
  --fh-tertiary-bg-rgb: 243, 243, 241;
  --fh-heading-color: inherit;
  --fh-link-color: #0000ff;
  --fh-link-color-rgb: 0, 0, 255;
  --fh-link-decoration: none;
  --fh-link-hover-color: #0000cc;
  --fh-link-hover-color-rgb: 0, 0, 204;
  --fh-code-color: #d63384;
  --fh-highlight-color: #353535;
  --fh-highlight-bg: #fff3cd;
  --fh-border-width: 1px;
  --fh-border-style: solid;
  --fh-border-color: #dadada;
  --fh-border-color-translucent: rgba(0, 0, 0, 0.175);
  --fh-border-radius: 0.375rem;
  --fh-border-radius-sm: 0.25rem;
  --fh-border-radius-lg: 0.5rem;
  --fh-border-radius-xl: 1rem;
  --fh-border-radius-xxl: 2rem;
  --fh-border-radius-2xl: var(--fh-border-radius-xxl);
  --fh-border-radius-pill: 50rem;
  --fh-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --fh-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --fh-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --fh-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --fh-focus-ring-width: 0.25rem;
  --fh-focus-ring-opacity: 0.25;
  --fh-focus-ring-color: rgba(0, 0, 255, 0.25);
  --fh-form-valid-color: #198754;
  --fh-form-valid-border-color: #198754;
  --fh-form-invalid-color: #ff0000;
  --fh-form-invalid-border-color: #ff0000;
}

.block-intro .content.wowo h2, .block-intro .content.wowo .block-form .title-box .link, .block-form .title-box .block-intro .content.wowo .link, .block-intro .content.wowo .h2,
.block-intro .content.wowo p, .block-banner .text-box.wowo h1 .top, .block-banner .text-box.wowo .h1 .top,
.block-banner .text-box.wowo h1 .bottom,
.block-banner .text-box.wowo .h1 .bottom {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-intro .content.wowo h2, .block-intro .content.wowo .block-form .title-box .link, .block-form .title-box .block-intro .content.wowo .link, .block-intro .content.wowo .h2,
.block-intro .content.wowo p, .block-banner .text-box.wowo h1 .top, .block-banner .text-box.wowo .h1 .top,
.block-banner .text-box.wowo h1 .bottom,
.block-banner .text-box.wowo .h1 .bottom {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.block-intro .content.wowo.animated h2, .block-intro .content.wowo.animated .block-form .title-box .link, .block-form .title-box .block-intro .content.wowo.animated .link, .block-intro .content.wowo.animated .h2,
.block-intro .content.wowo.animated p, .block-banner .text-box.wowo.animated h1 .top, .block-banner .text-box.wowo.animated .h1 .top,
.block-banner .text-box.wowo.animated h1 .bottom,
.block-banner .text-box.wowo.animated .h1 .bottom {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 0.6s ease-in-out, transform 0.6s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 0.6s ease-in-out, transform 0.6s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.6s cubic-bezier(0, 1, 0.75, 1);
}

.block-intro .content.wowo.animated h2, .block-intro .content.wowo.animated .block-form .title-box .link, .block-form .title-box .block-intro .content.wowo.animated .link, .block-intro .content.wowo.animated .h2,
.block-intro .content.wowo.animated p, .block-banner .text-box.wowo.animated h1 .top, .block-banner .text-box.wowo.animated .h1 .top,
.block-banner .text-box.wowo.animated h1 .bottom,
.block-banner .text-box.wowo.animated .h1 .bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bounceIn.animated {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes rocking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rocking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes backgroundMove {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes backgroundMove {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@-webkit-keyframes pulse-nth1-desktop {
  0% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1);
  }
}
@keyframes pulse-nth1-desktop {
  0% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, -4px) rotate(9.27deg) scale(1);
  }
}
@-webkit-keyframes pulse-nth1-mobile {
  0% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1);
  }
  50% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1);
  }
}
@keyframes pulse-nth1-mobile {
  0% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1);
  }
  50% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(8px, -14px) rotate(9.27deg) scale(1);
  }
}
@-webkit-keyframes pulse-nth2-desktop {
  0% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1);
  }
}
@keyframes pulse-nth2-desktop {
  0% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, -2px) rotate(8.17deg) scale(1);
  }
}
@-webkit-keyframes pulse-nth2-mobile {
  0% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1);
  }
  50% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1);
  }
}
@keyframes pulse-nth2-mobile {
  0% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1);
  }
  50% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(6px, -14px) rotate(8.17deg) scale(1);
  }
}
@-webkit-keyframes pulse-nth3-desktop {
  0% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1);
  }
}
@keyframes pulse-nth3-desktop {
  0% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-12px, 0px) rotate(8.11deg) scale(1);
  }
}
@-webkit-keyframes pulse-nth3-mobile {
  0% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1);
  }
  50% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1);
  }
}
@keyframes pulse-nth3-mobile {
  0% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1);
  }
  50% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(7px, -14px) rotate(8.11deg) scale(1);
  }
}
@-webkit-keyframes pulse-new {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse-new {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes light {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes light {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes ripple-effect {
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes ripple-effect {
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes button-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes button-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.65);
            transform: scale(1.65);
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.65);
            transform: scale(1.65);
    opacity: 0;
  }
}
@-webkit-keyframes tap-finger {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-6px, -6px) scale(0.95);
            transform: translate(-6px, -6px) scale(0.95);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes tap-finger {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-6px, -6px) scale(0.95);
            transform: translate(-6px, -6px) scale(0.95);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--fh-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .block-form .title-box .link, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  line-height: 1.2;
  color: var(--fh-heading-color);
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .block-form .title-box .link, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--fh-highlight-color);
  background-color: var(--fh-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--fh-link-color-rgb), var(--fh-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --fh-link-color-rgb: var(--fh-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--fh-font-monospace);
  font-size: 1em;
}

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: var(--fh-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--fh-body-bg);
  background-color: var(--fh-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--fh-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-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: 1.5rem;
  line-height: inherit;
}
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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

::file-selector-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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #a5aebc;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl {
  --fh-gutter-x: 6.25rem;
  --fh-gutter-x-lg: 4.375rem;
  --fh-gutter-x-md: 2.5rem;
  --fh-gutter-x-sm: 2.125rem;
  --fh-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--fh-gutter-x) * 0.5);
  padding-left: calc(var(--fh-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container,
  .container-fluid,
  .container-xxl {
    padding-right: calc(var(--fh-gutter-x-lg) * 0.5);
    padding-left: calc(var(--fh-gutter-x-lg) * 0.5);
  }
}
@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-xxl {
    padding-right: calc(var(--fh-gutter-x-md) * 0.5);
    padding-left: calc(var(--fh-gutter-x-md) * 0.5);
  }
}
@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-xxl {
    padding-right: calc(var(--fh-gutter-x-sm) * 0.5);
    padding-left: calc(var(--fh-gutter-x-sm) * 0.5);
  }
}

@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
:root {
  --fh-breakpoint-xs: 0;
  --fh-breakpoint-sm: 576px;
  --fh-breakpoint-md: 768px;
  --fh-breakpoint-lg: 992px;
  --fh-breakpoint-xl: 1200px;
  --fh-breakpoint-xxl: 1440px;
}

.row {
  --fh-gutter-x: 1.5rem;
  --fh-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--fh-gutter-y));
  margin-right: calc(-0.5 * var(--fh-gutter-x));
  margin-left: calc(-0.5 * var(--fh-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--fh-gutter-x) * 0.5);
  padding-left: calc(var(--fh-gutter-x) * 0.5);
  margin-top: var(--fh-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  --fh-gutter-x: 0;
}

.g-0,
.gy-0 {
  --fh-gutter-y: 0;
}

.g-1,
.gx-1 {
  --fh-gutter-x: 0.25rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fh-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --fh-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --fh-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --fh-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --fh-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --fh-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --fh-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --fh-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --fh-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --fh-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --fh-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --fh-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fh-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --fh-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --fh-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --fh-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --fh-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --fh-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --fh-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --fh-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --fh-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --fh-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --fh-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --fh-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fh-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --fh-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --fh-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --fh-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --fh-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --fh-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --fh-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --fh-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --fh-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --fh-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --fh-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --fh-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fh-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --fh-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --fh-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --fh-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --fh-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --fh-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --fh-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --fh-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --fh-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --fh-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --fh-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --fh-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fh-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --fh-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --fh-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --fh-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --fh-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --fh-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --fh-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --fh-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --fh-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --fh-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --fh-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --fh-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff;
  background-color: RGBA(var(--fh-primary-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-secondary {
  color: #000;
  background-color: RGBA(var(--fh-secondary-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-success {
  color: #fff;
  background-color: RGBA(var(--fh-success-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-info {
  color: #000;
  background-color: RGBA(var(--fh-info-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-warning {
  color: #000;
  background-color: RGBA(var(--fh-warning-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-danger {
  color: #000;
  background-color: RGBA(var(--fh-danger-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-light {
  color: #000;
  background-color: RGBA(var(--fh-light-rgb), var(--fh-bg-opacity, 1));
}

.text-bg-dark {
  color: #fff;
  background-color: RGBA(var(--fh-dark-rgb), var(--fh-bg-opacity, 1));
}

.link-primary {
  color: RGBA(var(--fh-primary-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-primary-rgb), var(--fh-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 0, 204, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(0, 0, 204, var(--fh-link-underline-opacity, 1));
}

.link-secondary {
  color: RGBA(var(--fh-secondary-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-secondary-rgb), var(--fh-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(183, 190, 201, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(183, 190, 201, var(--fh-link-underline-opacity, 1));
}

.link-success {
  color: RGBA(var(--fh-success-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-success-rgb), var(--fh-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(20, 108, 67, var(--fh-link-underline-opacity, 1));
}

.link-info {
  color: RGBA(var(--fh-info-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-info-rgb), var(--fh-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(61, 213, 243, var(--fh-link-underline-opacity, 1));
}

.link-warning {
  color: RGBA(var(--fh-warning-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-warning-rgb), var(--fh-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(255, 205, 57, var(--fh-link-underline-opacity, 1));
}

.link-danger {
  color: RGBA(var(--fh-danger-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-danger-rgb), var(--fh-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(255, 51, 51, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(255, 51, 51, var(--fh-link-underline-opacity, 1));
}

.link-light {
  color: RGBA(var(--fh-light-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-light-rgb), var(--fh-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: RGBA(245, 245, 244, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(245, 245, 244, var(--fh-link-underline-opacity, 1));
}

.link-dark {
  color: RGBA(var(--fh-dark-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-dark-rgb), var(--fh-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(30, 30, 30, var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(30, 30, 30, var(--fh-link-underline-opacity, 1));
}

.link-body-emphasis {
  color: RGBA(var(--fh-emphasis-color-rgb), var(--fh-link-opacity, 1));
  text-decoration-color: RGBA(var(--fh-emphasis-color-rgb), var(--fh-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--fh-emphasis-color-rgb), var(--fh-link-opacity, 0.75));
  text-decoration-color: RGBA(var(--fh-emphasis-color-rgb), var(--fh-link-underline-opacity, 0.75));
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--fh-focus-ring-x, 0) var(--fh-focus-ring-y, 0) var(--fh-focus-ring-blur, 0) var(--fh-focus-ring-width) var(--fh-focus-ring-color);
          box-shadow: var(--fh-focus-ring-x, 0) var(--fh-focus-ring-y, 0) var(--fh-focus-ring-blur, 0) var(--fh-focus-ring-width) var(--fh-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--fh-link-color-rgb), var(--fh-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--fh-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--fh-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--fh-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --fh-aspect-ratio: 100%;
}

.ratio-4x3 {
  --fh-aspect-ratio: 75%;
}

.ratio-16x9 {
  --fh-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --fh-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--fh-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

body {
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wrapper {
  padding-top: 94px;
}
@media (max-width: 1199.98px) {
  .wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .wrapper {
    padding-top: 125px;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    padding-top: 117px;
  }
}
@media (max-width: 575.98px) {
  .wrapper {
    padding-top: 106px;
  }
}
.home .wrapper {
  padding-top: 0;
}

h1, .h1 {
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

h2, .block-form .title-box .link, .h2 {
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  font-size: 25px;
  line-height: 2;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h2, .block-form .title-box .link, .h2 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 575.98px) {
  h2, .block-form .title-box .link, .h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}

p {
  font-family: var(--fh-font-sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

header.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 26.95px 0;
  background-color: #a5aebc;
}
@media (max-width: 1199.98px) {
  header.navbar {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  header.navbar {
    padding: 16px 0;
  }
}
.home header.navbar {
  background-color: transparent;
}
.home header.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 217, 217, 0)), color-stop(89.77%, rgba(0, 0, 0, 0.39)));
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.39) 89.77%);
  height: calc(100% + 158.97px - 100%);
  pointer-events: none;
}
.home header.navbar .container {
  display: block;
}
.home header.navbar .navbar-brand {
  display: none;
}
.home header.navbar .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  header.navbar .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
@media screen and (min-width: 1680px) {
  header.navbar .container {
    max-width: 1480px;
  }
}
@media screen and (min-width: 1920px) {
  header.navbar .container {
    max-width: 1580px;
  }
}
header.navbar .navbar-brand {
  display: block;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  header.navbar .navbar-brand {
    max-width: 340px;
  }
}
@media screen and (max-width: 392.8px) {
  header.navbar .navbar-brand {
    max-width: 286px;
  }
}
header.navbar .navbar-brand:hover {
  opacity: 0.7;
}
header.navbar .navbar-brand img {
  display: block;
  width: 100%;
  height: auto;
}
header.navbar .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  header.navbar .button-group {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  header.navbar .button-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header.navbar .button-group .button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header.navbar .button-group .button {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 575.98px) {
  header.navbar .button-group .button {
    font-size: 10px;
    padding: 6px 12px;
    min-height: 32px;
  }
}
@media screen and (max-width: 374.8px) {
  header.navbar .button-group .button {
    font-size: 8px;
    line-height: 12px;
    padding: 4px 8px;
  }
}
header.navbar .button-group .button.is-windows span {
  height: 13px;
  vertical-align: middle;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
}
@media (max-width: 1199.98px) {
  header.navbar .button-group .button.is-windows span {
    height: 12px;
  }
}
@media (max-width: 575.98px) {
  header.navbar .button-group .button.is-windows span {
    height: 10px;
  }
}
@media screen and (max-width: 374.8px) {
  header.navbar .button-group .button.is-windows span {
    height: 8px;
  }
}
header.navbar .button-group .button:hover {
  color: #fff;
  border: 1px solid #a5aebc;
  background-color: #a5aebc;
}
body:not(.home) header.navbar .button-group .button:hover {
  color: #a5aebc;
  border: 1px solid #fff;
  background-color: #fff;
}
@media (min-width: 1200px) {
  header.navbar .button-group .button:last-child {
    padding: 10px 12px;
  }
}

footer.footer {
  background-color: #a5aebc;
  color: #fff;
  padding-top: 95px;
  padding-bottom: 99px;
}
@media (max-width: 1199.98px) {
  footer.footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  footer.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home footer.footer {
  padding-top: 0;
}
footer.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 76px;
}
@media (max-width: 1199.98px) {
  footer.footer .footer-top {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  footer.footer .footer-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-top {
    margin-bottom: 40px;
  }
}
footer.footer .footer-top .logo {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  max-width: 660.91px;
}
@media (max-width: 1199.98px) {
  footer.footer .footer-top .logo {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-top .logo {
    max-width: 100%;
  }
}
footer.footer .footer-top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer.footer .footer-top p {
  margin-bottom: 0;
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer.footer .footer-top p {
    font-size: 20px;
    line-height: 50px;
  }
}
footer.footer .footer-clients {
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  padding-top: 25px;
  padding-bottom: 27px;
  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;
  gap: 76px;
}
@media (min-width: 1200px) {
  footer.footer .footer-clients {
    padding-left: 9px;
  }
}
@media (max-width: 991.98px) {
  footer.footer .footer-clients {
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-clients {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-clients {
    gap: 24px;
  }
}
footer.footer .footer-clients a.image-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer.footer .footer-clients a.image-box:hover {
  opacity: 0.7;
}
footer.footer .footer-clients .image-box {
  display: block;
  height: 58px;
}
@media (max-width: 1199.98px) {
  footer.footer .footer-clients .image-box {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  footer.footer .footer-clients .image-box {
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-clients .image-box {
    height: 32px;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-clients .image-box {
    height: 24px;
  }
}
footer.footer .footer-clients .image-box img {
  display: block;
  max-width: unset;
  width: auto;
  height: 100%;
}
footer.footer .footer-bottom {
  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;
  gap: 94px;
  margin-top: 31px;
}
@media (max-width: 1199.98px) {
  footer.footer .footer-bottom {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  footer.footer .footer-bottom {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-bottom {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-bottom {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
footer.footer .footer-bottom p {
  margin-bottom: 0;
  font-weight: 500;
}
footer.footer .footer-bottom a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
footer.footer .footer-bottom a:hover {
  opacity: 0.7;
}

.block-banner {
  position: relative;
  background-color: #a5aebc;
}
.block-banner .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-banner .text-box {
    padding-top: 0;
    padding-bottom: 23px;
  }
}
.block-banner .text-box.wowo.animated h1 .bottom, .block-banner .text-box.wowo.animated .h1 .bottom {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-banner .text-box .logo {
  max-width: 892.29px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .block-banner .text-box .logo {
    max-width: 85%;
  }
}
@media (max-width: 575.98px) {
  .block-banner .text-box .logo {
    max-width: 100%;
  }
}
.block-banner .text-box .logo img {
  display: block;
  width: 100%;
}
.block-banner .text-box h1, .block-banner .text-box .h1 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.block-banner .text-box h1 span, .block-banner .text-box .h1 span {
  display: block;
}
.block-banner .text-box h1 .top, .block-banner .text-box .h1 .top {
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.22em;
}
@media (max-width: 1199.98px) {
  .block-banner .text-box h1 .top, .block-banner .text-box .h1 .top {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .block-banner .text-box h1 .top, .block-banner .text-box .h1 .top {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-banner .text-box h1 .top, .block-banner .text-box .h1 .top {
    font-size: 32px;
    line-height: 1.6;
  }
}
.block-banner .text-box h1 .bottom, .block-banner .text-box .h1 .bottom {
  margin-top: 36px;
}
@media (max-width: 1199.98px) {
  .block-banner .text-box h1 .bottom, .block-banner .text-box .h1 .bottom {
    margin-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .block-banner .text-box h1 .bottom, .block-banner .text-box .h1 .bottom {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .block-banner .text-box h1 .bottom, .block-banner .text-box .h1 .bottom {
    margin-top: 16px;
  }
}
.block-banner .images {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .block-banner .images {
    min-height: 400px;
  }
}
.block-banner .images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.19);
  z-index: 2;
}
.block-banner .images .slick-list {
  width: 100%;
}
.block-banner .images .image-box {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .block-banner .images .image-box {
    min-height: 400px;
  }
}
.block-banner .images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-banner .button-box {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-banner .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 9px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-banner .button:hover {
  opacity: 0.7;
}
.block-banner .button .text {
  font-family: var(--fh-font-monospace);
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: button-pulse 2s infinite;
          animation: button-pulse 2s infinite;
}
.block-banner .button .line {
  height: 44.46px;
  width: 1.5px;
  background-color: #fff;
}

.block-intro {
  background-color: #a5aebc;
  text-align: center;
  padding-top: 91px;
  padding-bottom: 97px;
}
@media (max-width: 1199.98px) {
  .block-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .block-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .block-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-intro .content.wowo.animated p {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-intro h2, .block-intro .block-form .title-box .link, .block-form .title-box .block-intro .link, .block-intro .h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 922px;
  margin-bottom: 0;
  color: #fff;
}
.block-intro .text-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
  margin-top: 38px;
}
@media (max-width: 1199.98px) {
  .block-intro .text-box {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-intro .text-box {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .block-intro .text-box {
    margin-top: 16px;
  }
}
.block-intro p {
  color: #fff;
}
.block-intro p:last-child {
  margin-bottom: 0;
}

.block-carousel {
  margin-top: 101px;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .block-carousel {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.block-carousel:not(.is-reverse) .carousel {
  width: 611px;
  padding-bottom: 56px;
}
@media (max-width: 1199.98px) {
  .block-carousel:not(.is-reverse) .carousel {
    width: calc(65% - 30px);
  }
}
@media (max-width: 767.98px) {
  .block-carousel:not(.is-reverse) .carousel {
    width: calc(60% - 20px);
  }
}
@media (max-width: 575.98px) {
  .block-carousel:not(.is-reverse) .carousel {
    width: 100%;
  }
}
.block-carousel:not(.is-reverse) .carousel .item::before {
  padding-top: 124.8772504092%;
}
.block-carousel:not(.is-reverse) .image-box {
  width: 295.42px;
  margin-right: 156px;
}
@media (max-width: 1439.98px) {
  .block-carousel:not(.is-reverse) .image-box {
    margin-right: 60px;
  }
}
@media (max-width: 1199.98px) {
  .block-carousel:not(.is-reverse) .image-box {
    margin-right: 0;
    width: calc(35% - 30px);
  }
}
@media (max-width: 767.98px) {
  .block-carousel:not(.is-reverse) .image-box {
    width: calc(40% - 20px);
  }
}
@media (max-width: 575.98px) {
  .block-carousel:not(.is-reverse) .image-box {
    width: 100%;
  }
}
.block-carousel:not(.is-reverse) .image-box .image::before {
  padding-top: 134.7234445874%;
}
.block-carousel:not(.is-reverse) .image-box .description {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .block-carousel:not(.is-reverse) .image-box .description {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel:not(.is-reverse) .image-box .description {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel:not(.is-reverse) .image-box .description {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .block-carousel.is-reverse {
    margin-top: 100px;
    margin-bottom: 103px;
  }
}
.block-carousel.is-reverse .carousel {
  width: 769px;
  padding-bottom: 56px;
}
@media (max-width: 1439.98px) {
  .block-carousel.is-reverse .carousel {
    width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .block-carousel.is-reverse .carousel {
    width: calc(65% - 30px);
  }
}
@media (max-width: 767.98px) {
  .block-carousel.is-reverse .carousel {
    width: calc(60% - 20px);
  }
}
@media (max-width: 575.98px) {
  .block-carousel.is-reverse .carousel {
    width: 100%;
  }
}
.block-carousel.is-reverse .carousel .item::before {
  padding-top: 66.7100130039%;
}
.block-carousel.is-reverse .image-box {
  width: 321px;
}
@media (max-width: 1199.98px) {
  .block-carousel.is-reverse .image-box {
    width: calc(35% - 30px);
  }
}
@media (max-width: 767.98px) {
  .block-carousel.is-reverse .image-box {
    width: calc(40% - 20px);
  }
}
@media (max-width: 575.98px) {
  .block-carousel.is-reverse .image-box {
    width: 100%;
  }
}
.block-carousel.is-reverse .image-box .image {
  width: 296px;
}
@media (max-width: 1199.98px) {
  .block-carousel.is-reverse .image-box .image {
    width: 100%;
  }
}
.block-carousel.is-reverse .image-box .image::before {
  padding-top: 98.9864864865%;
}
.block-carousel.is-reverse .image-box .description {
  margin-bottom: 22px;
}
@media (max-width: 575.98px) {
  .block-carousel.is-reverse .image-box .description {
    margin-bottom: 16px;
  }
}
.block-carousel.is-reverse .image-box .description p {
  font-weight: normal;
}
.block-carousel h2, .block-carousel .block-form .title-box .link, .block-form .title-box .block-carousel .link, .block-carousel .h2 {
  color: #a5aebc;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 91px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .block-carousel h2, .block-carousel .block-form .title-box .link, .block-form .title-box .block-carousel .link, .block-carousel .h2 {
    margin-bottom: 56px;
  }
}
@media (max-width: 991.98px) {
  .block-carousel h2, .block-carousel .block-form .title-box .link, .block-form .title-box .block-carousel .link, .block-carousel .h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel h2, .block-carousel .block-form .title-box .link, .block-form .title-box .block-carousel .link, .block-carousel .h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel h2, .block-carousel .block-form .title-box .link, .block-form .title-box .block-carousel .link, .block-carousel .h2 {
    margin-bottom: 24px;
  }
}
.block-carousel .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575.98px) {
  .block-carousel .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.block-carousel .carousel:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block-carousel .carousel .item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.block-carousel .carousel .item::before {
  content: "";
  display: block;
}
.block-carousel .carousel .item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 89px;
  height: 32px;
  border: 1px solid #a5aebc;
  background-color: transparent;
  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;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-carousel .slick-arrow.slick-prev {
  left: 0;
}
.block-carousel .slick-arrow.slick-next {
  right: 0;
}
.block-carousel .slick-arrow:hover {
  background-color: #a5aebc;
}
.block-carousel .slick-arrow:hover svg * {
  fill: #fff;
}
.block-carousel .slick-arrow svg {
  display: block;
  width: 45px;
  height: auto;
}
.block-carousel .slick-arrow svg * {
  fill: #a5aebc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-carousel .image-box .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.block-carousel .image-box .image::before {
  content: "";
  display: block;
}
.block-carousel .image-box .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-carousel .image-box .description p:last-child {
  margin-bottom: 0;
}

.block-form {
  background-color: #a5aebc;
  color: #fff;
  padding-top: 76px;
  padding-bottom: 95px;
}
@media (max-width: 1199.98px) {
  .block-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .block-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block-form .title-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  margin-bottom: 84px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .block-form .title-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .block-form .title-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .block-form .title-box {
    margin-bottom: 30px;
  }
}
.block-form .title-box h2, .block-form .title-box .link, .block-form .title-box .h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .block-form .title-box h2, .block-form .title-box .link, .block-form .title-box .h2 {
    margin-bottom: 16px;
  }
}
.block-form .title-box p {
  margin-bottom: 21px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .block-form .title-box p {
    margin-bottom: 16px;
  }
}
.block-form .title-box .link {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-form .title-box .link:hover {
  opacity: 0.7;
}
.block-form .form-box {
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}
.block-form .form-box .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.block-form .form-box .wpcf7-not-valid-tip {
  display: none;
}
.block-form .form-box .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 32px;
  border: none;
  padding: 0;
  text-align: center;
  font-family: var(--fh-font-sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.block-form .form-box .wpcf7 form.invalid .wpcf7-response-output,
.block-form .form-box .wpcf7 form.unaccepted .wpcf7-response-output,
.block-form .form-box .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ff0000;
}
.block-form .form-box .input-group {
  margin-bottom: 59px;
}
@media (max-width: 1199.98px) {
  .block-form .form-box .input-group {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-group {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .block-form .form-box .input-group {
    margin-bottom: 24px;
  }
}
.block-form .form-box .input-group:last-child {
  margin-bottom: 0;
}
.block-form .form-box .input-group.is-select {
  position: relative;
  z-index: 4;
}
.block-form .form-box .input-group.is-select .wpcf7-form-control-wrap {
  opacity: 0;
  visibility: hidden;
}
.block-form .form-box .input-group.is-select.active .select-cover .icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-form .form-box .input-group.is-select .select-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  gap: 8px;
  cursor: pointer;
  border-bottom: 1.5px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #fff;
  font-family: var(--fh-font-sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  padding: 7.5px 10px;
  border-radius: 0;
  outline: none;
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-group.is-select .select-cover {
    gap: 6px;
    border-bottom: 1px solid #fff;
  }
}
.block-form .form-box .input-group.is-select .select-cover::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group.is-select .select-cover::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group.is-select .select-cover:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group.is-select .select-cover::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group.is-select .select-cover::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group.is-select .select-cover:focus {
  outline: none;
  border-bottom: 1px solid #353535;
}
.block-form .form-box .input-group.is-select .select-cover.wpcf7-not-valid {
  border-bottom: 1px solid #ff0000;
}
.block-form .form-box .input-group.is-select .select-cover .icon svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-form .form-box .input-group.is-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background-color: #a5aebc;
  border: 1px solid #fff;
  text-align: center;
  z-index: 4;
  display: none;
}
.block-form .form-box .input-group.is-select ul li {
  font-family: var(--fh-font-sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.block-form .form-box .input-group.is-select ul li:hover {
  background-color: #fff;
  color: #a5aebc;
}
.block-form .form-box .input-group .wpcf7-form-control {
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1.5px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #fff;
  font-family: var(--fh-font-sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  padding: 7.5px 10px;
  border-radius: 0;
  outline: none;
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-group .wpcf7-form-control {
    border-bottom: 1px solid #fff;
  }
}
.block-form .form-box .input-group .wpcf7-form-control::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group .wpcf7-form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group .wpcf7-form-control:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group .wpcf7-form-control::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group .wpcf7-form-control::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.block-form .form-box .input-group .wpcf7-form-control:focus {
  outline: none;
  border-bottom: 1px solid #353535;
}
.block-form .form-box .input-group .wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 1px solid #ff0000;
}
.block-form .form-box .input-submit {
  margin-top: 94px;
  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;
  position: relative;
}
@media (max-width: 1199.98px) {
  .block-form .form-box .input-submit {
    margin-top: 68px;
  }
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-submit {
    margin-top: 52px;
  }
}
@media (max-width: 575.98px) {
  .block-form .form-box .input-submit {
    margin-top: 44px;
  }
}
.block-form .form-box .input-submit .wpcf7-spinner {
  position: absolute;
  min-width: 242px;
  min-height: 62px;
  margin: 0;
  border-radius: 0;
  background: #a5aebc;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 0;
  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;
}
.block-form .form-box .input-submit .wpcf7-spinner::before {
  display: none;
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-submit .wpcf7-spinner {
    min-width: 180px;
    min-height: 40px;
  }
}
.block-form .form-box .input-submit .wpcf7-spinner::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}
.block-form .form-box .input-submit input {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 242px;
  min-height: 62px;
  font-family: var(--fh-font-sans-serif);
  font-weight: 500;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .block-form .form-box .input-submit input {
    min-width: 180px;
    min-height: 40px;
  }
}
.block-form .form-box .input-submit input:hover {
  color: #a5aebc;
  border: 1px solid #fff;
  background-color: #fff;
}

.block-gutenberg {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .block-gutenberg {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.block-gutenberg .content > h1:first-child, .block-gutenberg .content > .h1:first-child {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .block-gutenberg .content > h1:first-child, .block-gutenberg .content > .h1:first-child {
    margin-bottom: 24px;
  }
}
.block-gutenberg h1, .block-gutenberg .h1 {
  letter-spacing: normal;
  line-height: 1.6;
}
.block-gutenberg h1, .block-gutenberg .h1,
.block-gutenberg h2,
.block-gutenberg .h2,
.block-gutenberg .block-form .title-box .link,
.block-form .title-box .block-gutenberg .link,
.block-gutenberg h3,
.block-gutenberg .h3,
.block-gutenberg h4,
.block-gutenberg .h4,
.block-gutenberg h5,
.block-gutenberg .h5,
.block-gutenberg h6,
.block-gutenberg .h6 {
  margin-bottom: 24px;
  font-family: var(--fh-font-monospace);
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .block-gutenberg h1, .block-gutenberg .h1,
  .block-gutenberg h2,
  .block-gutenberg .h2,
  .block-gutenberg .block-form .title-box .link,
  .block-form .title-box .block-gutenberg .link,
  .block-gutenberg h3,
  .block-gutenberg .h3,
  .block-gutenberg h4,
  .block-gutenberg .h4,
  .block-gutenberg h5,
  .block-gutenberg .h5,
  .block-gutenberg h6,
  .block-gutenberg .h6 {
    margin-bottom: 16px;
  }
}
.block-gutenberg h3, .block-gutenberg .h3 {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .block-gutenberg h3, .block-gutenberg .h3 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .block-gutenberg h3, .block-gutenberg .h3 {
    font-size: 16px;
  }
}
.block-gutenberg h4, .block-gutenberg .h4 {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .block-gutenberg h4, .block-gutenberg .h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .block-gutenberg h4, .block-gutenberg .h4 {
    font-size: 14px;
  }
}
.block-gutenberg h5, .block-gutenberg .h5 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .block-gutenberg h5, .block-gutenberg .h5 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .block-gutenberg h5, .block-gutenberg .h5 {
    font-size: 14px;
  }
}
.block-gutenberg h6, .block-gutenberg .h6 {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .block-gutenberg h6, .block-gutenberg .h6 {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .block-gutenberg h6, .block-gutenberg .h6 {
    font-size: 12px;
  }
}
.block-gutenberg a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.block-gutenberg a:hover {
  opacity: 0.7;
}
.block-gutenberg p {
  margin-bottom: 16px;
}
.block-gutenberg p:last-child {
  margin-bottom: 0;
}
.block-gutenberg p + h1, .block-gutenberg p + .h1,
.block-gutenberg p + h2,
.block-gutenberg p + .h2,
.block-gutenberg .block-form .title-box p + .link,
.block-form .title-box .block-gutenberg p + .link,
.block-gutenberg p + h3,
.block-gutenberg p + .h3,
.block-gutenberg p + h4,
.block-gutenberg p + .h4,
.block-gutenberg p + h5,
.block-gutenberg p + .h5,
.block-gutenberg p + h6,
.block-gutenberg p + .h6,
.block-gutenberg ul + h1,
.block-gutenberg ul + .h1,
.block-gutenberg ul + h2,
.block-gutenberg ul + .h2,
.block-gutenberg .block-form .title-box ul + .link,
.block-form .title-box .block-gutenberg ul + .link,
.block-gutenberg ul + h3,
.block-gutenberg ul + .h3,
.block-gutenberg ul + h4,
.block-gutenberg ul + .h4,
.block-gutenberg ul + h5,
.block-gutenberg ul + .h5,
.block-gutenberg ul + h6,
.block-gutenberg ul + .h6,
.block-gutenberg ol + h1,
.block-gutenberg ol + .h1,
.block-gutenberg ol + h2,
.block-gutenberg ol + .h2,
.block-gutenberg .block-form .title-box ol + .link,
.block-form .title-box .block-gutenberg ol + .link,
.block-gutenberg ol + h3,
.block-gutenberg ol + .h3,
.block-gutenberg ol + h4,
.block-gutenberg ol + .h4,
.block-gutenberg ol + h5,
.block-gutenberg ol + .h5,
.block-gutenberg ol + h6,
.block-gutenberg ol + .h6 {
  margin-top: 24px;
}
.block-gutenberg ul,
.block-gutenberg ol {
  margin-bottom: 16px;
  padding-left: 16px;
}
.block-gutenberg ul:last-child,
.block-gutenberg ol:last-child {
  margin-bottom: 0;
}
.block-gutenberg ul li,
.block-gutenberg ol li {
  font-family: var(--fh-font-sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .block-gutenberg ul li,
  .block-gutenberg ol li {
    font-size: 14px;
    line-height: 18px;
  }
}

.error404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.error404 > * {
  width: 100%;
}
.error404 .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-block {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 99px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .error-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .error-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .error-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.error-block h1, .error-block .h1 {
  margin-bottom: 20px;
  color: #A5AEBC;
}

.align-baseline {
  vertical-align: baseline;
}

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

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

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

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

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

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.float-none {
  float: none;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-fit-scale {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

.shadow {
  -webkit-box-shadow: var(--fh-box-shadow);
          box-shadow: var(--fh-box-shadow);
}

.shadow-sm {
  -webkit-box-shadow: var(--fh-box-shadow-sm);
          box-shadow: var(--fh-box-shadow-sm);
}

.shadow-lg {
  -webkit-box-shadow: var(--fh-box-shadow-lg);
          box-shadow: var(--fh-box-shadow-lg);
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.focus-ring-primary {
  --fh-focus-ring-color: rgba(var(--fh-primary-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-secondary {
  --fh-focus-ring-color: rgba(var(--fh-secondary-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-success {
  --fh-focus-ring-color: rgba(var(--fh-success-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-info {
  --fh-focus-ring-color: rgba(var(--fh-info-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-warning {
  --fh-focus-ring-color: rgba(var(--fh-warning-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-danger {
  --fh-focus-ring-color: rgba(var(--fh-danger-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-light {
  --fh-focus-ring-color: rgba(var(--fh-light-rgb), var(--fh-focus-ring-opacity));
}

.focus-ring-dark {
  --fh-focus-ring-color: rgba(var(--fh-dark-rgb), var(--fh-focus-ring-opacity));
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.start-0 {
  left: 0;
}

.start-50 {
  left: 50%;
}

.start-100 {
  left: 100%;
}

.end-0 {
  right: 0;
}

.end-50 {
  right: 50%;
}

.end-100 {
  right: 100%;
}

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

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

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

.border {
  border: var(--fh-border-width) var(--fh-border-style) var(--fh-border-color);
}

.border-0 {
  border: 0;
}

.border-top {
  border-top: var(--fh-border-width) var(--fh-border-style) var(--fh-border-color);
}

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

.border-end {
  border-right: var(--fh-border-width) var(--fh-border-style) var(--fh-border-color);
}

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

.border-bottom {
  border-bottom: var(--fh-border-width) var(--fh-border-style) var(--fh-border-color);
}

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

.border-start {
  border-left: var(--fh-border-width) var(--fh-border-style) var(--fh-border-color);
}

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

.border-primary {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-primary-rgb), var(--fh-border-opacity));
}

.border-secondary {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-secondary-rgb), var(--fh-border-opacity));
}

.border-success {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-success-rgb), var(--fh-border-opacity));
}

.border-info {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-info-rgb), var(--fh-border-opacity));
}

.border-warning {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-warning-rgb), var(--fh-border-opacity));
}

.border-danger {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-danger-rgb), var(--fh-border-opacity));
}

.border-light {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-light-rgb), var(--fh-border-opacity));
}

.border-dark {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-dark-rgb), var(--fh-border-opacity));
}

.border-black {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-black-rgb), var(--fh-border-opacity));
}

.border-white {
  --fh-border-opacity: 1;
  border-color: rgba(var(--fh-white-rgb), var(--fh-border-opacity));
}

.border-primary-subtle {
  border-color: var(--fh-primary-border-subtle);
}

.border-secondary-subtle {
  border-color: var(--fh-secondary-border-subtle);
}

.border-success-subtle {
  border-color: var(--fh-success-border-subtle);
}

.border-info-subtle {
  border-color: var(--fh-info-border-subtle);
}

.border-warning-subtle {
  border-color: var(--fh-warning-border-subtle);
}

.border-danger-subtle {
  border-color: var(--fh-danger-border-subtle);
}

.border-light-subtle {
  border-color: var(--fh-light-border-subtle);
}

.border-dark-subtle {
  border-color: var(--fh-dark-border-subtle);
}

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

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

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

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

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

.border-opacity-10 {
  --fh-border-opacity: 0.1;
}

.border-opacity-25 {
  --fh-border-opacity: 0.25;
}

.border-opacity-50 {
  --fh-border-opacity: 0.5;
}

.border-opacity-75 {
  --fh-border-opacity: 0.75;
}

.border-opacity-100 {
  --fh-border-opacity: 1;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

.vw-100 {
  width: 100vw;
}

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

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

.vh-100 {
  height: 100vh;
}

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

.flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-last {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.column-gap-3 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.column-gap-5 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.font-monospace {
  font-family: var(--fh-font-monospace);
}

.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --fh-text-opacity: 1;
  color: var(--fh-secondary-color);
}

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

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

.text-body-secondary {
  --fh-text-opacity: 1;
  color: var(--fh-secondary-color);
}

.text-body-tertiary {
  --fh-text-opacity: 1;
  color: var(--fh-tertiary-color);
}

.text-body-emphasis {
  --fh-text-opacity: 1;
  color: var(--fh-emphasis-color);
}

.text-reset {
  --fh-text-opacity: 1;
  color: inherit;
}

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

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

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

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

.text-primary-emphasis {
  color: var(--fh-primary-text-emphasis);
}

.text-secondary-emphasis {
  color: var(--fh-secondary-text-emphasis);
}

.text-success-emphasis {
  color: var(--fh-success-text-emphasis);
}

.text-info-emphasis {
  color: var(--fh-info-text-emphasis);
}

.text-warning-emphasis {
  color: var(--fh-warning-text-emphasis);
}

.text-danger-emphasis {
  color: var(--fh-danger-text-emphasis);
}

.text-light-emphasis {
  color: var(--fh-light-text-emphasis);
}

.text-dark-emphasis {
  color: var(--fh-dark-text-emphasis);
}

.link-opacity-10 {
  --fh-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --fh-link-opacity: 0.1;
}

.link-opacity-25 {
  --fh-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --fh-link-opacity: 0.25;
}

.link-opacity-50 {
  --fh-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --fh-link-opacity: 0.5;
}

.link-opacity-75 {
  --fh-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --fh-link-opacity: 0.75;
}

.link-opacity-100 {
  --fh-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --fh-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}

.link-offset-2 {
  text-underline-offset: 0.25em;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}

.link-offset-3 {
  text-underline-offset: 0.375em;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}

.link-underline-primary {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-primary-rgb), var(--fh-link-underline-opacity));
}

.link-underline-secondary {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-secondary-rgb), var(--fh-link-underline-opacity));
}

.link-underline-success {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-success-rgb), var(--fh-link-underline-opacity));
}

.link-underline-info {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-info-rgb), var(--fh-link-underline-opacity));
}

.link-underline-warning {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-warning-rgb), var(--fh-link-underline-opacity));
}

.link-underline-danger {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-danger-rgb), var(--fh-link-underline-opacity));
}

.link-underline-light {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-light-rgb), var(--fh-link-underline-opacity));
}

.link-underline-dark {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-dark-rgb), var(--fh-link-underline-opacity));
}

.link-underline {
  --fh-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--fh-link-color-rgb), var(--fh-link-underline-opacity, 1));
}

.link-underline-opacity-0 {
  --fh-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --fh-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --fh-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --fh-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --fh-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --fh-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --fh-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --fh-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --fh-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --fh-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --fh-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --fh-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --fh-bg-opacity: 1;
  background-color: transparent;
}

.bg-body-secondary {
  --fh-bg-opacity: 1;
  background-color: rgba(var(--fh-secondary-bg-rgb), var(--fh-bg-opacity));
}

.bg-body-tertiary {
  --fh-bg-opacity: 1;
  background-color: rgba(var(--fh-tertiary-bg-rgb), var(--fh-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--fh-gradient);
}

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

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

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

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

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

.rounded {
  border-radius: var(--fh-border-radius);
}

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

.rounded-1 {
  border-radius: var(--fh-border-radius-sm);
}

.rounded-2 {
  border-radius: var(--fh-border-radius);
}

.rounded-3 {
  border-radius: var(--fh-border-radius-lg);
}

.rounded-4 {
  border-radius: var(--fh-border-radius-xl);
}

.rounded-5 {
  border-radius: var(--fh-border-radius-xxl);
}

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

.rounded-pill {
  border-radius: var(--fh-border-radius-pill);
}

.rounded-top {
  border-top-left-radius: var(--fh-border-radius);
  border-top-right-radius: var(--fh-border-radius);
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-top-1 {
  border-top-left-radius: var(--fh-border-radius-sm);
  border-top-right-radius: var(--fh-border-radius-sm);
}

.rounded-top-2 {
  border-top-left-radius: var(--fh-border-radius);
  border-top-right-radius: var(--fh-border-radius);
}

.rounded-top-3 {
  border-top-left-radius: var(--fh-border-radius-lg);
  border-top-right-radius: var(--fh-border-radius-lg);
}

.rounded-top-4 {
  border-top-left-radius: var(--fh-border-radius-xl);
  border-top-right-radius: var(--fh-border-radius-xl);
}

.rounded-top-5 {
  border-top-left-radius: var(--fh-border-radius-xxl);
  border-top-right-radius: var(--fh-border-radius-xxl);
}

.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.rounded-top-pill {
  border-top-left-radius: var(--fh-border-radius-pill);
  border-top-right-radius: var(--fh-border-radius-pill);
}

.rounded-end {
  border-top-right-radius: var(--fh-border-radius);
  border-bottom-right-radius: var(--fh-border-radius);
}

.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-end-1 {
  border-top-right-radius: var(--fh-border-radius-sm);
  border-bottom-right-radius: var(--fh-border-radius-sm);
}

.rounded-end-2 {
  border-top-right-radius: var(--fh-border-radius);
  border-bottom-right-radius: var(--fh-border-radius);
}

.rounded-end-3 {
  border-top-right-radius: var(--fh-border-radius-lg);
  border-bottom-right-radius: var(--fh-border-radius-lg);
}

.rounded-end-4 {
  border-top-right-radius: var(--fh-border-radius-xl);
  border-bottom-right-radius: var(--fh-border-radius-xl);
}

.rounded-end-5 {
  border-top-right-radius: var(--fh-border-radius-xxl);
  border-bottom-right-radius: var(--fh-border-radius-xxl);
}

.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.rounded-end-pill {
  border-top-right-radius: var(--fh-border-radius-pill);
  border-bottom-right-radius: var(--fh-border-radius-pill);
}

.rounded-bottom {
  border-bottom-right-radius: var(--fh-border-radius);
  border-bottom-left-radius: var(--fh-border-radius);
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--fh-border-radius-sm);
  border-bottom-left-radius: var(--fh-border-radius-sm);
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--fh-border-radius);
  border-bottom-left-radius: var(--fh-border-radius);
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--fh-border-radius-lg);
  border-bottom-left-radius: var(--fh-border-radius-lg);
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--fh-border-radius-xl);
  border-bottom-left-radius: var(--fh-border-radius-xl);
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--fh-border-radius-xxl);
  border-bottom-left-radius: var(--fh-border-radius-xxl);
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--fh-border-radius-pill);
  border-bottom-left-radius: var(--fh-border-radius-pill);
}

.rounded-start {
  border-bottom-left-radius: var(--fh-border-radius);
  border-top-left-radius: var(--fh-border-radius);
}

.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--fh-border-radius-sm);
  border-top-left-radius: var(--fh-border-radius-sm);
}

.rounded-start-2 {
  border-bottom-left-radius: var(--fh-border-radius);
  border-top-left-radius: var(--fh-border-radius);
}

.rounded-start-3 {
  border-bottom-left-radius: var(--fh-border-radius-lg);
  border-top-left-radius: var(--fh-border-radius-lg);
}

.rounded-start-4 {
  border-bottom-left-radius: var(--fh-border-radius-xl);
  border-top-left-radius: var(--fh-border-radius-xl);
}

.rounded-start-5 {
  border-bottom-left-radius: var(--fh-border-radius-xxl);
  border-top-left-radius: var(--fh-border-radius-xxl);
}

.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--fh-border-radius-pill);
  border-top-left-radius: var(--fh-border-radius-pill);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-sm-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-3 {
    row-gap: 1rem;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem;
  }
  .row-gap-sm-5 {
    row-gap: 3rem;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-md-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-md-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-md-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem;
  }
  .row-gap-md-3 {
    row-gap: 1rem;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem;
  }
  .row-gap-md-5 {
    row-gap: 3rem;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-lg-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-3 {
    row-gap: 1rem;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem;
  }
  .row-gap-lg-5 {
    row-gap: 3rem;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-xl-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.25rem;
  }
  .me-xl-2 {
    margin-right: 0.5rem;
  }
  .me-xl-3 {
    margin-right: 1rem;
  }
  .me-xl-4 {
    margin-right: 1.5rem;
  }
  .me-xl-5 {
    margin-right: 3rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.25rem;
  }
  .ms-xl-2 {
    margin-left: 0.5rem;
  }
  .ms-xl-3 {
    margin-left: 1rem;
  }
  .ms-xl-4 {
    margin-left: 1.5rem;
  }
  .ms-xl-5 {
    margin-left: 3rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.25rem;
  }
  .pe-xl-2 {
    padding-right: 0.5rem;
  }
  .pe-xl-3 {
    padding-right: 1rem;
  }
  .pe-xl-4 {
    padding-right: 1.5rem;
  }
  .pe-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.25rem;
  }
  .ps-xl-2 {
    padding-left: 0.5rem;
  }
  .ps-xl-3 {
    padding-left: 1rem;
  }
  .ps-xl-4 {
    padding-left: 1.5rem;
  }
  .ps-xl-5 {
    padding-left: 3rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gap-xl-4 {
    gap: 1.5rem;
  }
  .gap-xl-5 {
    gap: 3rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-3 {
    row-gap: 1rem;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xl-5 {
    row-gap: 3rem;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-xxl-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .m-xxl-5 {
    margin: 3rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 3rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.25rem;
  }
  .me-xxl-2 {
    margin-right: 0.5rem;
  }
  .me-xxl-3 {
    margin-right: 1rem;
  }
  .me-xxl-4 {
    margin-right: 1.5rem;
  }
  .me-xxl-5 {
    margin-right: 3rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem;
  }
  .ms-xxl-3 {
    margin-left: 1rem;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem;
  }
  .ms-xxl-5 {
    margin-left: 3rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 3rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 3rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem;
  }
  .pe-xxl-3 {
    padding-right: 1rem;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem;
  }
  .pe-xxl-5 {
    padding-right: 3rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem;
  }
  .ps-xxl-3 {
    padding-left: 1rem;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem;
  }
  .ps-xxl-5 {
    padding-left: 3rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.25rem;
  }
  .gap-xxl-2 {
    gap: 0.5rem;
  }
  .gap-xxl-3 {
    gap: 1rem;
  }
  .gap-xxl-4 {
    gap: 1.5rem;
  }
  .gap-xxl-5 {
    gap: 3rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: -ms-grid;
    display: grid;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */